/********** Template CSS **********/
:root {
    --primary: #32C36C;
    --light: #fffcfc;
    --dark: #1A2A36;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-black {
    font-weight: 900 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}
body
{
    margin-bottom: 0; /* Set margin-bottom to 0 */
      padding-bottom: 0; /* Set padding-bottom to 0 */
}
ol.prod
{
	padding-left: 0.9rem;
    margin-top: 0;

}
.prod li
{
    margin-bottom: 0.6em;
}
.prod li:before {
    content: '✓ ';
    padding-bottom:5px;
}
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/


.btn.btn-primary,
.btn.btn-outline-primary:hover {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

/*** Navbar ***/
.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand,
.navbar a.btn {
    height: 75px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: var(--dark);
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

/*Dropdown*/

 /* Dropdown Button */
 .dropbtn {
    color: white;
    padding: 16px;
    font-size: 13px;
    border: none;
  }
  
  /* The container <div> - needed to position the dropdown content */
  .dropdown {
    display: inline-block;
  }
  
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 250px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 4;
  }
  
  /* Links inside the dropdown */
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {background-color: #ddd;}
  
  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {display: block;}
  
  /* Change the background color of the dropdown button when the dropdown content is shown */
  .dropdown:hover .dropbtn {background-color: #3e8e41;} 
/*Dropdown*/

/*** Header ***/
.owl-carousel-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, .1);
}


.header-carousel .owl-dots {
    position: absolute;
    width: 60px;
    height: 100%;
    top: 0;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dots .owl-dot {
    position: relative;
    width: 45px;
    height: 45px;
    margin: 5px 0;
    background: #FFFFFF;
    box-shadow: 0 0 30px rgba(255, 255, 255, .9);
    border-radius: 45px;
    transition: .5s;
}

.header-carousel .owl-dots .owl-dot.active {
    width: 60px;
    height: 60px;
}

.header-carousel .owl-dots .owl-dot img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 2px;
    border-radius: 45px;
    transition: .5s;
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}

/*** About ***/
/* media query Width based*/
@media only screen and (min-width: 100px) {
 
    .center-lg ,
    .center-pg ,
    .center-fg ,
    .center-cg,
    .center{

        width: 100% !important;
    }
    .inner-center
    {
        width: 100%;

    }   
    .order-sm-second {
      order: 2;
    }
    .order-sm-third {
      order: 1;
    }
    .link1-align-sm{
        text-align: center;
        padding-bottom:10px;
      }
    .link2-align-sm{
        text-align: left;
        padding-bottom:10px;
    }
    .link-align-sm{
        text-align: center;
    }
    .verify-frm
    {
        width:300px;
        height:300px; 
        border:1px solid;
    }
    .menu-align-size
    {
        width:100%;
        height:300px;
    }
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 16px !important;
    }
    .iframe-fit
    {
        height: 90vh; 
        width: 100%;
    }
    .content-fix
    {
        overflow-y:auto;
        overflow-x: hidden;
        height: 668px;
        font-size: 12px;

    }
    .content-fix1
    {
        overflow-y:auto;
        overflow-x: hidden;
        height: 768px;
        font-size: 12px;

    }
    .check-fix
    {
        margin-bottom: 5px;
        text-align:center !important;
    }
    .check-fix1
    {
        margin-bottom: 10px;
        text-align:center !important;
    }
    .form-control
    {
        font-size: 0.8rem;
        font-weight: 400;
        line-height: 1;
    
    }
    .form-select 
    {
        font-size: 0.8rem;
        font-weight: 400;
        line-height: 1;
    }
    .btn
    {
        padding: 4px 0;
        border-radius: 3px ;
        width: 130px;
        font-size: 12px; 
    }
    .input-group-text
    {
        padding: .300rem .55rem;
        font-size: 0.8rem;
        font-weight: 400;
        line-height: 1.5;
    }
    .input-group-text1
    {
        padding: .300rem .55rem;
        font-size: 0.8rem;
        font-weight: 400;
        line-height: 1.5;   
    }
    .input-group-text2
    {
        padding: 0.350rem 1.2rem 0.200rem 0.20rem;
        font-size: 0.8rem;
        font-weight: 400;
        line-height: 1.5;
    
    }
    .logo {
        margin-top: 30px;
    }


}
@media only screen and (min-width: 576px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 16px !important;
    }
    .iframe-fit
    {
        height: 90vh; 
        width: 92vw;
    }
    .content-fix
    {
        overflow-y:auto;
        overflow-x: hidden;
        height: 668px;
        font-size: 12px;
    }
    .content-fix1
    {
        overflow-y:auto;
        overflow-x: hidden;
        height: 768px;
        font-size: 12px;
    }
    .verify-frm
    {
        width:300px;
        height:300px; 
        border:1px solid;
    }
    .form-control
    {
        font-size: 0.8rem;
        font-weight: 400;
        line-height: 1;   
    }
    .form-select 
    {
        font-size: 0.8rem;
        font-weight: 400;
        line-height: 1;
    }

    .btn
    {
        padding: 4px 0;
        border-radius: 3px ;
        width: 130px;
        font-size: 12px; 
    }
    .input-group-text
    {
        padding: .300rem .55rem;
        font-size: 0.8rem;
        font-weight: 400;
        line-height: 1.5;
    }
    .input-group-text1
    {
        padding: .300rem .55rem;
        font-size: 0.8rem;
        font-weight: 400;
        line-height: 1.5;   
    }
    .input-group-text2
    {
        padding: 0.350rem 1.2rem 0.200rem 0.20rem;
        font-size: 0.8rem;
        font-weight: 400;
        line-height: 1.5;
    
    }
    .logo {
        margin-top: 30px;
    }


}
@media only screen and (min-width: 669px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 16px !important;
    }
    .iframe-fit
    {
        height: 90vh; 
        width: 92vw;
    }
    .content-fix
    {
        overflow-y:auto;
        overflow-x: hidden;
        height: 668px;
        font-size: 12px;

    }
    .content-fix1
    {
        overflow-y:auto;
        overflow-x: hidden;
        height: 768px;
        font-size: 12px;

    }
    .form-control
    {
        font-size: 0.8rem;
        font-weight: 400;
        line-height: 1;
    
    }
    .form-select 
    {
        font-size: 0.8rem;
        font-weight: 400;
        line-height: 1.5;
    }
    .btn
    {
        padding: 4px 0;
        border-radius: 3px ;
        width: 130px;
        font-size: 12px; 
    }
    .input-group-text
    {
        padding: .300rem .55rem;
        font-size: 0.8rem;
        font-weight: 400;
        line-height: 1.5;
    }
    .input-group-text1
    {
        padding: .300rem .55rem;
        font-size: 0.8rem;
        font-weight: 400;
        line-height: 1.5;   
    }
    .input-group-text2
    {
        padding: 0.350rem 1.2rem 0.200rem 0.20rem;
        font-size: 0.8rem;
        font-weight: 400;
        line-height: 1.5;
    
    }
    .logo {
        margin-top: 30px;
    }
    .verify-frm
    {
        width:300px;
        height:300px; 
        border:1px solid;
    }

}
@media only screen and (min-width: 701px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 16px !important;
    }
    .iframe-fit
    {
        height: 90vh; 
        width: 90vw;
    }
    .content-fix
    {
        overflow-y:auto;
        overflow-x: hidden;
        height: 668px;
        font-size: 12px;
    }
    .content-fix1
    {
        overflow-y:auto;
        overflow-x: hidden;
        height: 768px;
        font-size: 12px;

    }
    .form-control
    {
        font-size: 0.8rem;
        font-weight: 400;
        line-height: 1;
    }
    .form-select 
    {
        font-size: 0.8rem;
        font-weight: 400;
        line-height: 1;
    }
    .btn
    {
        padding: 4px 0;
        border-radius: 3px ;
        width: 130px;
        font-size: 12px; 
    }
    .input-group-text
    {
        padding: .300rem .55rem;
        font-size: 0.8rem;
        font-weight: 400;
        line-height: 1.5;
    }
    .input-group-text1
    {
        padding: .300rem .55rem;
        font-size: 0.8rem;
        font-weight: 400;
        line-height: 1.5;   
    }
    .input-group-text2
    {
        padding: 0.350rem 1.2rem 0.200rem 0.20rem;
        font-size: 0.8rem;
        font-weight: 400;
        line-height: 1.5;
    
    }
    .logo {
        margin-top: 30px;
    }
    .verify-frm
    {
        width:300px;
        height:300px; 
        border:1px solid;
    }

}

@media only screen and (min-width: 768px) {
    .center-lg ,
    .center-pg ,
    .center-fg ,
    .center-cg,
    .center{

        width: 50% !important;

    }   
    .inner-center
    {
        width: 50%;
    }
    .order-sm-second {
        order: 1;
    }
    .order-sm-third {
        order: 2;
    }
    .link-align-sm{
        text-align: right;
    }

    .link1-align-sm{
        text-align: left;
    }
    .link2-align-sm{
        text-align: right;
    }
    .menu-align-sm
    {
        width:100%;
        height:70px;
    }
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 16px !important;
    }
    .iframe-fit
    {
        height: 90vh; 
        width: 100%;
    }
    .content-fix
    {
        overflow-y:auto;
        overflow-x: hidden;
        height: 668px;
        font-size: 14.4px;

    }
    .content-fix1
    {
        overflow-y:auto;
        overflow-x: hidden;
        height: 768px;
        font-size: 14.4px;

    }
    .check-fix
    {
        width:45% !important;
    }
    .check-fix1
    {
        margin-bottom: 10px;
        text-align:center !important;
        width:45% !important;
    }
    .form-control
    {
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
    }
    .form-select 
    {
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
    }
    .btn
    {
        padding: 5px 0;
        border-radius: 5px ;
        width: 110px;
        font-size: 11px; 
    }
    .input-group-text
    {
        padding: .375rem .75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
    }
    .input-group-text1
    {
        padding: .375rem .75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;   
    }
    .input-group-text2
    {
        padding: 0.450rem 1.6rem 0.300rem 0.60rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
    
    }
    .logo {
        margin-top: 0px;
    }
    .verify-frm
    {
        width:450px;
        height:500px; 
        border:1px solid;
    }
}
@media only screen and (min-width: 900px) {
    .container.about {
        max-width: 100% !important;
    }

    .about-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
    .iframe-fit
    {
        height: 900px; 
        width: 100%;
    }
    .content-fix
    {
        overflow-y:auto;
        overflow-x: hidden;
        height: 800px;
        font-size: 14.4px;

    }
    .verify-frm
    {
        width:450px;
        height:500px; 
        border:1px solid;
    }
    .content-fix1
    {
        overflow-y:auto;
        overflow-x: hidden;
        height: 900px;
        font-size: 14.4px;

    }
    .check-fix
    {
        width:45% !important;
    }

    .check-fix1
    {
        margin-bottom: 10px;
        text-align:center !important;
        width:45% !important;
    }
    .form-control
    {
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
    }
    .form-select 
    {
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
    }

    .btn
    {
        padding: 5px 0;
        border-radius: 5px ;
        width: 110px;
        font-size: 11px; 
    }

    .input-group-text
    {
        padding: .375rem .75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
    }
    .input-group-text1
    {
        padding: .375rem .75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;   
    }
    .input-group-text2
    {
        padding: 0.450rem 1.6rem 0.300rem 0.60rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
    
    }
    .logo {
        margin-top: 0px;
    }
}
@media only screen and (min-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
        background-color: #FFF !important;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
    .iframe-fit
    {
        height: 90vh; 
        width: 100%;
    }
    .content-fix
    {
        overflow-y:auto;
        overflow-x: hidden;
        height: 800px;
        font-size: 14.4px;

    }
    .content-fix1
    {
        overflow-y:auto;
        overflow-x: hidden;
        height: 900px;
        font-size: 14.4px;

    }
    .check-fix
    {
        width:45% !important;
    }

    .check-fix1
    {
        margin-bottom: 10px;
        text-align:center !important;
        width:45% !important;
    }
    .form-control
    {
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
    }
    .form-select 
    {
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
    }
    .btn
    {
        padding: 5px 0;
        border-radius: 5px ;
        width: 110px;
        font-size: 11px; 
    }
    .input-group-text
    {
        padding: .375rem .75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
    }
    .input-group-text1
    {
        padding: .375rem .75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;   
    }
    .input-group-text2
    {
        padding: 0.450rem 1.6rem 0.300rem 0.60rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
    
    }
    .logo {
        margin-top: 0px;
    }
    .verify-frm
    {
        width:450px;
        height:500px; 
        border:1px solid;
    }
}
@media only screen and (min-width: 1200px) {
    .about-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
    .iframe-fit
    {
        height: 900px; 
        width: 100%;
    }
    .content-fix
    {
        overflow-y:auto;
        overflow-x: hidden;
        height:800px;
        font-size: 14.4px;

    }
    .content-fix1
    {
        overflow-y:auto;
        overflow-x: hidden;
        height: 900px;
        font-size: 14.4px;

    }
    .check-fix
    {
        margin-bottom: 0px;
		width: 33.33333% !important;
    }
    .check-fix1
    {
        margin-bottom: 0px;
        width: 33.33333% !important;

    }
    .form-control
    {
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
    }
    .form-select 
    {
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
    }
    .btn
    {
        padding: 5px 0;
        border-radius: 5px ;
        width: 155px;
        font-size: 13px; 
    }
    .input-group-text
    {
        padding: .375rem .75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
    }
    .input-group-text1
    {
        padding: .375rem .75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;   
    }
    .input-group-text2
    {
        padding: 0.450rem 1.6rem 0.300rem 0.60rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
    
    }
    .logo {
        margin-top: 0px;
    }
    .verify-frm
    {
        width:450px;
        height:500px; 
        border:1px solid;
    }
}

@media only screen and (min-width: 1400px) {
    .about-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
    .iframe-fit
    {
        height: 900px; 
        width: 100%;
    }
    .content-fix
    {
        overflow-y:auto;
        overflow-x: hidden;
        height:800px;
        font-size: 14.4px;

    }
    .content-fix1
    {
        overflow-y:auto;
        overflow-x: hidden;
        height: 900px;
        font-size: 14.4px;

    }
    .check-fix
    {
        margin-bottom: 0px;
        width: 33.33333% !important;

    }
    .check-fix1
    {
        margin-bottom: 0px;
        width: 33.33333% !important;

    }
    .form-control
    {
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
    }
    .form-select 
    {
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
    }
    .btn
    {
        padding: 5px 0;
        border-radius: 5px ;
        width: 155px;
        font-size: 13px; 
    }
    .input-group-text
    {
        padding: .375rem .75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
    }
    .input-group-text1
    {
        padding: .375rem .75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;   
    }
    .input-group-text2
    {
        padding: 0.450rem 1.6rem 0.300rem 0.60rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
    
    }
    .logo {
        margin-top: 0px;
    }
    .verify-frm
    {
        width:450px;
        height:500px; 
        border:1px solid;
    }
}

@media only screen and (min-width: 1500px) {
    .about-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
    .iframe-fit
    {
        height: 100vh; 
        width: 100%;
    }
    .content-fix
    {
        overflow-y:auto;
        overflow-x: hidden;
        height: 90vh;
        font-size: 14.4px;

    }
    .content-fix1
    {
        overflow-y:auto;
        overflow-x: hidden;
        height: 100vh;
        font-size: 14.4px;

    }
    .check-fix
    {
        margin-bottom: 0px;
        width: 33.33333% !important;

    }
    .check-fix1
    {
        margin-bottom: 0px;
        width: 33.33333% !important;

    }
    .form-control
    {
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
    }
    .form-select 
    {
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
    }
    .btn
    {
        padding: 5px 0;
        border-radius: 5px ;
        width: 155px;
        font-size: 13px; 
    }
    .input-group-text
    {
        padding: .375rem .75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
    }
    .input-group-text1
    {
        padding: .375rem .75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;   
    }
    .input-group-text2
    {
        padding: 0.450rem 1.6rem 0.300rem 0.60rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
    }
    .logo {
        margin-top: 0px;
    }
    .verify-frm
    {
        width:450px;
        height:500px; 
        border:1px solid;
    }
}
/* media query Height based*/
@media only screen and (min-height: 100px) {

    .center-lg {
   
        margin: 3% auto;
        max-height: 95vh; /* Set maximum height to 90% of viewport height */
        overflow-y: auto; /* Add a vertical scrollbar if needed */
    }
    .center-pg {
   
        margin: 6% auto;
        max-height: 90vh; /* Set maximum height to 90% of viewport height */
        overflow-y: auto; /* Add a vertical scrollbar if needed */

    }
    .center-fg {
   
        margin: 15% auto;
        max-height: 90vh; /* Set maximum height to 90% of viewport height */
        overflow-y: auto; /* Add a vertical scrollbar if needed */
 
    }
    .center {

        margin: 8% auto;
        max-height: 90vh; /* Set maximum height to 90% of viewport height */
        overflow-y: auto; /* Add a vertical scrollbar if needed */

      }
}
@media only screen and (min-height: 600px) {

    .center-lg {
   
        margin: 3% auto;
        max-height: 95vh; /* Set maximum height to 90% of viewport height */
        overflow-y: auto; /* Add a vertical scrollbar if needed */
    }
    .center-pg {
        margin: 6% auto;
        max-height: 90vh; /* Set maximum height to 90% of viewport height */
        overflow-y: auto; /* Add a vertical scrollbar if needed */

    }
    .center-fg {
        margin: 15% auto;
        max-height: 90vh; /* Set maximum height to 90% of viewport height */
        overflow-y: auto; /* Add a vertical scrollbar if needed */
 
    }
    .center {
        margin: 8% auto;
        max-height: 90vh; /* Set maximum height to 90% of viewport height */
        overflow-y: auto; /* Add a vertical scrollbar if needed */

      }
}
@media only screen and (min-height: 800px) {

    .center-lg {
   
        margin: 6% auto;
        max-height: 90vh; /* Set maximum height to 90% of viewport height */
        overflow-y: auto; /* Add a vertical scrollbar if needed */
   
    }
    .center-pg {
   
        margin: 9% auto;
        max-height: 90vh; /* Set maximum height to 90% of viewport height */
        overflow-y: auto; /* Add a vertical scrollbar if needed */

    }
    .center-fg {
   
        margin: 20% auto;
        max-height: 90vh; /* Set maximum height to 90% of viewport height */
        overflow-y: auto; /* Add a vertical scrollbar if needed */
    
    }
    .center{
        margin: 10% auto;
        max-height: 90vh; /* Set maximum height to 90% of viewport height */
        overflow-y: auto; /* Add a vertical scrollbar if needed */

    }   
} 

@media only screen and (min-height: 900px) {

    .center-lg {
   
        margin: 9% auto;
        max-height: 90vh; /* Set maximum height to 90% of viewport height */
        overflow-y: auto; /* Add a vertical scrollbar if needed */
   
    }
    .center-pg {
        margin: 11% auto;
        max-height: 90vh; /* Set maximum height to 90% of viewport height */
        overflow-y: auto; /* Add a vertical scrollbar if needed */

    }
    .center-fg {
        margin: 18% auto;
        max-height: 90vh; /* Set maximum height to 90% of viewport height */
        overflow-y: auto; /* Add a vertical scrollbar if needed */
    
    }
    .center {
        margin: 14% auto;
        max-height: 90vh; /* Set maximum height to 90% of viewport height */
        overflow-y: auto; /* Add a vertical scrollbar if needed */

    }
}
/* media  queries end*/
/*** Service ***/
.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.service-icon {
    position: relative;
    margin: -50px 0 25px 0;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: #FFFFFF;
    border-radius: 100px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
}

.service-item:hover .service-icon {
    color: #FFFFFF;
    background: var(--primary);
}


/*** Feature ***/
@media (min-width: 992px) {
    .container.feature {
        max-width: 100% !important;
    }

    .feature-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
    .iframe-fit
    {
        height: 900px; 
        width: 100%;
    }
    .content-fix
    {
        overflow-y:auto;
        overflow-x: hidden;
        height: 800px;
    }
    .content-fix1
    {
        overflow-y:auto;
        overflow-x: hidden;
        height: 900px;
    }
}

@media (min-width: 1200px) {
    .feature-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
    .iframe-fit
    {
        height: 900px; 
        width: 100%;
    }
    .content-fix
    {
        overflow-y:auto;
        overflow-x: hidden;
        height: 800px;
    }
    .content-fix1
    {
        overflow-y:auto;
        overflow-x: hidden;
        height: 900px;
    }

}

@media (min-width: 1400px) {
    .feature-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
    .iframe-fit
    {
        height: 100vh; 
        width: 100%;
    }
    .content-fix
    {
        overflow-y:auto;
        overflow-x: hidden;
        height: 90vh;
    }
    .content-fix1
    {
        overflow-y:auto;
        overflow-x: hidden;
        height: 100vh;
    }

}

.login-header
{
    font-family: "Montserrat";
    font-size: 30pt;
    color:#779B49;
}
/*** Project Portfolio ***/
#portfolio-flters li {
    display: inline-block;
    font-weight: 500;
    color: var(--dark);
    cursor: pointer;
    transition: .5s;
    border-bottom: 2px solid transparent;
}

#portfolio-flters li:hover,
#portfolio-flters li.active {
    color: var(--primary);
    border-color: var(--primary);
}

.portfolio-img {
    position: relative;
}

.portfolio-img::before,
.portfolio-img::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    background: var(--dark);
    transition: .5s;
}

.portfolio-img::before {
    left: 50%;
}

.portfolio-img::after {
    right: 50%;
}

.portfolio-item:hover .portfolio-img::before {
    width: 51%;
    left: 0;
}

.portfolio-item:hover .portfolio-img::after {
    width: 51%;
    right: 0;
}

.portfolio-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: 1;
    transition: .5s;
}

.portfolio-item:hover .portfolio-btn {
    opacity: 1;
    transition-delay: .3s;
}




/*** Quote ***/
@media (min-width: 992px) {
    .container.quote {
        max-width: 100% !important;
    }

    .quote-text  {
        padding-right: calc(((100% - 90%) / 5) + 0.75rem);
        padding-left: calc(((100% - 90%) / 5) + 0.75rem);
        overflow-y: auto;

    }
    .quote-text-v1  {
        padding-top: calc(((100% - 80%) / 3) + 0.75rem);
        padding-bottom: calc(((100% - 80%) / 3) + 0.75rem);
        overflow-y: auto;

    }
    .quote-text-v  {
        padding-top: calc(((100% - 60%) / 3) + 0.75rem);
        padding-bottom: calc(((100% - 60%) / 3) + 0.75rem); 
        overflow-y: auto;
   
    }
    .quote-text-v2  {
        padding-top: calc(((100% - 50%) / 3) + 0.75rem);
        padding-bottom: calc(((100% - 50%) / 3) + 0.75rem); 
        overflow-y: auto;
   
    }
}

@media (min-width: 1200px) {
    .quote-text  {
        padding-right: calc(((100% - 90%) / 6) + 0.75rem);
        padding-left: calc(((100% - 90%) / 6) + 0.75rem);
        overflow-y: auto;
    }
    .quote-text-v1  {
        padding-top: calc(((100% - 80%) / 3) + 0.75rem);
        padding-bottom: calc(((100% - 80%) / 3) + 0.75rem);
        overflow-y: auto;

    }
    .quote-text-v  {
        padding-top: calc(((100% - 70%) / 3) + 0.75rem);
        padding-bottom: calc(((100% - 70%) / 3) + 0.75rem); 
        overflow-y: auto;
   
    }

    .quote-text-v2  {
        padding-top: calc(((100% - 50%) / 3) + 0.75rem);
        padding-bottom: calc(((100% - 50%) / 3) + 0.75rem);
        overflow-y: auto;

    }
}

@media (min-width: 1400px) {
    .quote-text  {
        padding-right: calc(((100% - 90%) / 6) + 0.75rem);
        padding-left: calc(((100% - 90%) / 6) + 0.75rem);
        overflow-y: auto;  
    }
    .quote-text-v1  {
        padding-top: calc(((100% - 70%) / 3) + 0.75rem);
        padding-bottom: calc(((100% - 70%) / 3) + 0.75rem);
        overflow-y: auto;
   
    }
    .quote-text-v  {
        padding-top: calc(((100% - 60%) / 3) + 0.75rem);
        padding-bottom: calc(((100% - 60%) / 3) + 0.75rem); 
        overflow-y: auto;
   
    }

    .quote-text-v2  {
        padding-top: calc(((100% - 50%) / 3) + 0.75rem);
        padding-bottom: calc(((100% - 50%) / 3) + 0.75rem);
        overflow-y: auto;
  
    }

}


/*** Team ***/
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.team-item img {
    border-radius: 8px 60px 0 0;
}

.team-item .team-social {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    background: #FFFFFF;
    transition: .5s;
}

/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 350px;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    color: var(--primary);
    font-size: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

.testimonial-carousel .testimonial-img img {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .testimonial-img .btn-square {
    position: absolute;
    bottom: -19px;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-carousel .owl-item .testimonial-text {
    margin-bottom: 30px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transform: scale(.8);
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    transform: scale(1);
}


/*** Contact ***/
@media (min-width: 992px) {
    .container.contact {
        max-width: 100% !important;
    }

    .contact-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .contact-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .contact-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}

.main-body {
    margin: 5px;
    flex: 1 0 auto;
    overflow: auto
  }
/*** Footer ***/ 
.header-menu{
    padding:0px !important;
    margin-left:0px;
    margin-right:0px;
}
.footer
{
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0.5rem;
    background-color: #000000;
    text-align: center;
    overflow:hidden !important;
    height:250px;

}
.footer-menu
{
    padding:20px;
    background-color:#000000; 

}
.footer-menu-img
{
    padding:5px;
    text-align:center;
    background-color:#000000;
}

  .inner-center {

    margin: 2% auto;

  }
  .center-cg {

    margin: 10% auto;

  }
  .inner-center-lg {

    width: 80%;
    margin: 2% auto;

  }

  
.footer-menu-txt
{
    background-color:#000000;
    width:100%;
    text-align: center;

}
.footer .btn.btn-social {
    margin-right: 5px;
    color: #9B9B9B;
    border: 1px solid #9B9B9B;
    border-radius: 38px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
    border-color: var(--light);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #9B9B9B;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: #FFFFFF;
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}
/*wizard form starts*/
/*form styles*/
#msform {
    text-align: center;
    position: relative;
    margin-top: 30px;
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 8px;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    padding: 20px 30px;
    box-sizing: border-box;
    width: 80%;
    margin: 0 10%;

    /*stacking fieldsets above each other*/
    position: relative;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}

/*inputs*/
#msform input, #msform textarea {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #3E7D68;
    font-size: 13px;
}

#msform input:focus, #msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #426F43;
    outline-width: 0;
    transition: All 0.5s ease-in;
    -webkit-transition: All 0.5s ease-in;
    -moz-transition: All 0.5s ease-in;
    -o-transition: All 0.5s ease-in;
}

/*buttons*/
#msform .action-button {
    width: 100px;
    background: #426F43;
    font-weight: bold;
    color: #FFF;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#msform .action-button:hover, #msform .action-button:focus {
    box-shadow: 0 0 0 2px #FFF, 0 0 0 3px #fb9b20;
    background: #fb9b20;
}

#msform .action-button-previous {
    width: 100px;
    background: #426F43;
    font-weight: bold;
    color: #FFF;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#msform .action-button-previous:hover, #msform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #aCbEd0;
}

/*headings*/
.fs-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #426F43;
    margin-bottom: 10px;
    letter-spacing: 2px;
    font-weight: bold;
}

.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}

/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
}

#progressbar li {
    list-style-type: none;
    color: #666;
    text-transform: uppercase;
    font-size: 10px;
    width: 20%;
    float: left;
    position: relative;
    letter-spacing: 1px;
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 24px;
    height: 24px;
    line-height: 26px;
    display: block;
    font-size: 12px;
    color: #ccc;
    background:#FFF;
    border-radius: 25px;
    margin: 0 auto 10px auto;
}

/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background:#FFF;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1; /*put it behind the numbers*/
}

#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}

/*marking active/completed steps blue*/
/*The number of the step and the connector before it = blue*/
#progressbar li.active:before, #progressbar li.active:after {
    background: #3E7D68;
    color: white;
}
/*wizard form ends*/
/*File upload starts*/
#files-area-bank{
	width: 30%;
	margin: 20 auto;

}
#files-area-cap{
	width: 30%;
	margin: 20 auto;

}
#files-area-taxt{
	width: 30%;
	margin: 20 auto;

}
#files-area-plstat{
	width: 30%;
	margin: 20 auto;

}

.file-block
{
	border-radius: 10px;
	background-color: rgba(144, 163, 203, 0.2);
	margin: 5px;
	color: initial;
	display: inline-flex;
}
.file-block span.name
{
    padding-right: 10px;
    width: max-content;
    display: inline-flex;
}
.file-delete
{
	display: flex;
	width: 24px;
	color: initial;
	background-color: #6eb4ff00;
	font-size: large;
	justify-content: center;
	margin-right: 3px;
	cursor: pointer;
}
.file-delete:hover
{
    background-color: rgba(144, 163, 203, 0.2);
    border-radius: 10px;
}
.file-delete span{
    transform: rotate(45deg);
}

/*File upload Ends*/

#exTab3 .nav-pills > li > a {
    border-radius: 4px 4px 0 0 ;
  }
  
  #exTab3 .tab-content {
    color : white;
    background-color: #428bca;
    padding : 5px 15px;
  }

  .c-dashboardInfo {
    margin-bottom: 15px;
  }
  .c-dashboardInfo .wrap {
    background: #ffffff;
    box-shadow: 2px 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 7px;
    text-align: center;
    position: relative;
    overflow: hidden;
    padding: 30px 15px 10px;
    height: 100%;
    white-space: nowrap;
    font-size: 12px;
  }
  .c-dashboardInfo__title,
  .c-dashboardInfo__subInfo {
    color: #6c6c6c;
    font-size: 0.9em;
  }
  .c-dashboardInfo span {
    display: block;
  }
  .c-dashboardInfo__count {
    font-weight: 600;
    font-size: 1.5em;
    line-height: 30px;
    color: #323c43;
  }
  .c-dashboardInfo .wrap:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    content: "";
  }
  
  .c-dashboardInfo:nth-child(1) .wrap:after {
    background: linear-gradient(82.59deg, #00c48c 0%, #00a173 100%);
  }
  .c-dashboardInfo:nth-child(2) .wrap:after {
    background: linear-gradient(81.67deg, #0084f4 0%, #1a4da2 100%);
  }
  .c-dashboardInfo:nth-child(3) .wrap:after {
    background: linear-gradient(69.83deg, #0084f4 0%, #00c48c 100%);
  }
  .c-dashboardInfo:nth-child(4) .wrap:after {
    background: linear-gradient(81.67deg, #ff647c 0%, #1f5dc5 100%);
  }
  .c-dashboardInfo:nth-child(5) .wrap:after {
    background: linear-gradient(81.67deg, #08d119 0%, #aa6363 100%);
  }
  .c-dashboardInfo:nth-child(6) .wrap:after {
    background: linear-gradient(81.67deg, #3E7D68 0%, #0084f4 100%);
  }

  .c-dashboardInfo__title svg {
    color: #d7d7d7;
    margin-left: 5px;
  }
  .MuiSvgIcon-root-19 {
    fill: currentColor;
    width: 1em;
    height: 1em;
    display: inline-block;
    font-size: 20px;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    user-select: none;
    flex-shrink: 0;
  }
  /*verify scr Starts*/


.inputs input {
	width: 40px;
	height: 40px
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0
}


.form-control:focus {
	box-shadow: none;
}

.validate {
	border-radius: 20px;
	height: 40px;
	width: 140px
}
/* Dashboard tabs  Starts*/
.dashnav {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}
.dashnav-link {
	display: block;
	padding: .5rem 1rem;
	color: #000000;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out
}
.dashnav-link:hover,
.dashnav-link:focus {
	color: #FFFFFF;
    background-color: #FB9B20;
}

.dashnav-link.disabled {
	color: #6c757d;
	pointer-events: none;
	cursor: default
}

.dashnav-tabs {
	border-bottom: 1px solid #dee2e6
}

.dashnav-tabs .nadashnav-link {
	margin-bottom: -1px;
	background: none;
	border: 1px solid transparent;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.dashnav-tabs .dashnav-link:hover,
.dashnav-tabs .dashnav-link:focus {
	border-color: #e9ecef #e9ecef #dee2e6;
	isolation: isolate
}

.dashnav-tabs .dashnav-link.disabled {
	color: #FFFFFF;
	background-color: transparent;
	border-color: transparent
}

.dashnav-tabs .dashnav-link.active,
.ndashnav-tabs .dashnav-item.show .dashnav-link {
	color: #FFFFFF;
	background-color: #779b49;
	border-color: #dee2e6 #dee2e6 #fff
}

.dashnav-tabs {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}
.dashnav-tabs .dashnav-link {
	margin-bottom: -1px;
	background: none;
	border: 1px solid transparent;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px
}
.dashnav-pills .dashnav-link.active,
.dashnav-pills .show>.dashnav-link {
	color: #fff;
	background-color: #779b49;
}
.dashnav-fill>.dashnav-link,
.nav-fill .dashnav-item {
	flex: 1 1 auto;
	text-align: center
}

.dashnav-justified>.dashnav-link,
.dashnav-justified .dashnav-item {
	flex-basis: 0;
	flex-grow: 1;
	text-align: center
}
.dashnav-fill .dashnav-item .dashnav-link,
.dashnav-justified .nadashnavv-item .dashnav-link {
	width: 100%
}
/* Dashboard tabs  Ends*/
/* Toggle popover Starts*/
.popover-example { 
    margin: 0 0 10px;
    list-style: none;
  }
  .popover-example li{
    display: inline-block;
    margin: 4px;
    padding: 0px;
  }
  .btn:focus{
    outline: none;
  }
  .modExample .btn{
      margin: 4px 8px 4px 0;
  }
  /* Toggle popover Ends*/
/*breadcrumbs*/
.breadcrumb-arrow {
    min-height: 36px;
    line-height: 36px;
    list-style: none;
    overflow: auto;
}

.breadcrumb-arrow li:first-child a {
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
}

.breadcrumb-arrow li,
.breadcrumb-arrow li a,
.breadcrumb-arrow li span {
    display: inline-block;
    /*vertical-align: top;*/
}

.breadcrumb-arrow li:not(:first-child) {
    margin-left: 0px;
}

.breadcrumb-arrow li+li:before {
    padding: 0;
    content: "";
}

.breadcrumb-arrow li span {
    padding: 50px;
}

.breadcrumb-arrow li a,
.breadcrumb-arrow li span {
    height: 36px;
    padding: 0 10px 0 25px;
    line-height: 36px;
}

.breadcrumb-arrow li:first-child a {
    padding: 0 10px;
}

.breadcrumb-arrow li a {
    position: relative;
    color: #fff;
    text-decoration: none;
    background-color: #3E7D68;
    border: 1px solid #3E7D68;
}

.breadcrumb-arrow li:first-child a {
    padding-left: 10px;
}
.disop {
    opacity: 1;
}

.breadcrumb-arrow li a:after,
.breadcrumb-arrow li a:before {
    position: absolute;
    top: -1px;
    width: 0;
    height: 0;
    content: '';
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
}

.breadcrumb-arrow li a:before {
    right: -10px;
    z-index: 3;
    border-left-color: #3E7D68;
    border-left-style: solid;
    border-left-width: 10px;
}

.breadcrumb-arrow li a:after {
    right: -11px;
    z-index: 2;
    border-left: 11px solid #fff;
}

.breadcrumb-arrow li a:focus,
.breadcrumb-arrow li a:hover {
    background-color: #fb9b20;
    border: 1px solid #fb9b20;
}

.breadcrumb-arrow li a:focus:before,
.breadcrumb-arrow li a:hover:before {
    border-left-color: #fb9b20;
}

.breadcrumb-arrow li a:active {
    background-color: #fb9b20;
    border: 1px solid #fb9b20;
}

.breadcrumb-arrow li a:active:after,
.breadcrumb-arrow li a:active:before {
    border-left-color: #fb9b20;
}

/*set for Last child*/

.breadcrumb-arrow li.active span {
    position: relative;
    color: #fff;
    text-decoration: none;
    background-color: #fb9b20;
    border: 1px solid #fb9b20;
}

.breadcrumb-arrow li.active:first-child span {
    position: relative;
    color: #fff;
    text-decoration: none;
    background-color: #fb9b20;
    border: 1px solid #fb9b20;

}

.breadcrumb-arrow li.active span:after,
.breadcrumb-arrow li.active span:before {
    position: absolute;
    top: -1px;
    width: 0;
    height: 0;
    content: '';
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
}

.breadcrumb-arrow li.active span:before {
    right: -10px;
    z-index: 3;
    border-left-color: #fb9b20;
    border-left-style: solid;
    border-left-width: 11px;
}

.breadcrumb-arrow li.active span:after {
    right: -11px;
    z-index: 2;
    border-left: 10px solid #fb9b20;
}

/*approved flow offer page*/
/* doc page*/
.doc-sign {
    position: relative;
    background-color: #427B5E;
    color: #fff;
    margin: 16px;
    border-radius: 999px;
    line-height: 3em;
    text-align: center;
    border: none;
    box-shadow: rgba(66, 123, 94, 0.1) 0px 10px 15px -3px,
      rgba(66, 123, 94, 0.05) 0px 4px 6px -2px;  
    }
/*Tabs css for deal desk*/



nav { 
display: block;
} 


ul { 
box-sizing:  border-box;
margin-top: 0; 
margin-bottom: 10px;
} 


p { 
margin: 0 0 10px;
} 


a { 
background-color:   transparent;
color:  #ff9800;
text-decoration:  none;
} 

h5 a  { 
color: #333;
} 


a:active,a:hover { 
outline: 0;
} 

a:hover { 
color:  #9ecc84;
text-decoration:  none;
} 

h5 a:hover  { 
text-decoration: none;
} 

button{
/* padding: 14px 14px 14px 14px !important; */
color:black !important;
}

    .cc-scroll
    {
        height:400px;
        overflow-y:auto;
        overflow-x:hidden;
    }
    .loginform {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        /**FOR DEMO ONLY**/
        margin: 0;
        padding: 20px 30px 30px;
        /**FOR DEMO ONLY**/
    }
    .mandate
    {
        color:#f70909;
        font-size:12px;
        vertical-align: top;
        padding-right:2px;
    }

    .sticky-col {
        position: -webkit-sticky;
        position: sticky !important;
        background-color: #f7f7f7 !important;
        z-index: 9999;
        border-bottom: 1px solid #000000;
      }
      
      .first-col {
        left: 0px;
        color:#9F9F9F;
      }
      .second-col {
        left: 100px;
        color:#9F9F9F;
      }
      .last-col {
        right: -12px;
        color:#9F9F9F;
      }
      .table-class
      {
        margin-top:30px;
        font-size:13.5px;
        

      }
      .table-margin-cls
      {
        margin-top:30px;
        font-size:14px;

      }
      .subscribe {
        position:fixed;
        top:400px;
        right:40px;
        z-index:1000;
        width:45%;
        animation: bot-to-top 2s ease-out;
    }
#repay th, td { white-space: wrap !important; }
#example th, td { white-space: nowrap; }
#tabs_app th, td { white-space: nowrap; }

.dataTables_wrapper .dataTables_paginate .paginate_button {
    border-radius: 50% !important;
    padding: 0.5em 0.9em !important;
 }
 .card-header-text
 {
    margin-bottom: .2rem;
    font-weight: 900;
    line-height: 1.5;
    font-size: 0.9rem;
    color:#FFFFFF;
 }
 .card-header-text-new
 {
    margin-bottom: .2rem;
    font-weight: 900;
    line-height: 1.5;
    font-size: 0.75rem;
    color:#FFFFFF !important;
 }

 .card-header-text-dark
 {
    margin-bottom: .2rem;
    font-weight: 700;
    line-height: 1.5;
    font-size: 0.8rem;
    color: #5A5A5A !important;
    text-overflow:ellipsis;
    white-space: nowrap;
    overflow: hidden; 
    width:80%;
 }
 .card-header-fix
 {
    padding:20px 20px 20px;
 }
 .card-info
 {
    font-size: 0.9rem;
    color: #A2A2A2 !important;
    font-weight:bold;

 }
 .imgdiv
 {
    margin: 0px; 
    /*background-color: rgb(69, 122, 94);*/
 }
 .img-fit
 {
    height: 100%; 
    width: 100%; 
    object-fit: cover;
 }
 .div-left
 {
    min-height: 400px;
 }
 .txt-small
 {
    font-size: 0.9rem !important;
 }
 .ptxt
 {
    font-size: 9.5px !important;
    text-align:center;

 }
 .ptxt-justify
 {
    font-size: 11px !important;
    text-align:justify;

 }
 .ptxt-color
 {
    font-size: 9.5px !important;
    text-align:center;
    color: #A9C15A;
 }

 .ptxt-small
 {
    font-size: 11px !important;
    text-align:justify;
 }
 .txt-readonly-bg
 {
    background-color: #FFFFFF !important;    
 }
 .lismall-text
 {
    margin-bottom: 0.3rem;
    font-size: 0.8rem;
 }
 .autocomplete {
    position: relative;
    display: inline-block;
  }
 .autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
  }
  
  .autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff; 
    border-bottom: 1px solid #d4d4d4; 
  }
  
  /*when hovering an item:*/
  .autocomplete-items div:hover {
    background-color: #e9e9e9; 
  }
  
  /*when navigating through the items using the arrow keys:*/
  .autocomplete-active {
    background-color: DodgerBlue !important; 
    color: #ffffff; 
  }

  .sidebarMenu p { color: #947234; margin-top: 10%; text-align: center; }
	.menu_overlay {
	    display: none;
	    position: fixed;
	    background: rgba(0,0,0,0.4);
	    top: 0%;
	    left: 0%;
	    width: 100%;
	    height: 100%;
	    z-index: 1;
	}
	
	.menuOpened .menu_overlay {
		display: block;
	}

	body.menuOpened { overflow: hidden; }
	.cornerMenu {
	    width: 50px;
	    height: 50px;
	    position: fixed;
	    right: 25px;
	    bottom: 25px;
	    background: #4cab80;
	    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.10);
	    border-radius: 50%;
	    text-align: center;
	    line-height: 54px;
	    color: #fff;
	    font-size: 22px;
	    z-index: 6;
	    cursor: pointer;
	}
	.menu {
	    width: 40px;
	    height: 40px;
	    position: absolute;
	    background: #4cab80;
	    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.10);
	    border-radius: 50%;
	    text-align: center;
	    line-height: 42px;
	    color: #fff;
	    font-size: 16px;
	    top: 0;
	    right: 0;
	    left: 0;
	    margin: auto;
	    transform: translate(0, 0);
	    opacity: 0;
	    z-index: 5;
	    transition: all .4s ease-in-out;
	}

	.menuOpened .menu {
		opacity: 1;
	    transition: all .4s ease-in-out;
	}
	.menuOpened .menu1 {
	    transform: translate(-105px, 20px);
	    transition-delay: 0s;
	}
	.menuOpened .menu2 {
	    transform: translate(-78px, -33px);
	    transition-delay: .05s;

	}
	.menuOpened .menu3 {
	    transform: translate(-38px, -76px);
	    transition-delay: .1s;

	}
	.menuOpened .menu4 {
	    transform: translate(18px, -99px);
	    transition-delay: .15s;

	}
    form .error {
        color: #ff0000;
    }
    div.dataTables_wrapper div.dataTables_paginate
    {
        margin: 20xp auto !important;
    }

    #main-wrapper
    {
        position: relative;
        width: 100%;
        height: 100vh;
        overflow-y: auto ;
        overflow-x: hidden;

    }
    #main-wrapperd
    {
        position: relative;
        width: 100%;
        overflow-y: auto ;
        overflow-x: hidden;
        min-height: 100%;
        height: auto !important;
        height: 100%;
        margin: 0 auto;

    }
    #tab-height
    {
        display: flex;
        flex-direction: column;
        min-height: calc(100vh - 250px);
    }
    #tab-height1
    {
        display: flex;
        flex-direction: column;
        min-height: calc(100vh - 350px);
    }
    .tab-heading
    {
        background: url(../img/header-bg-tab.jpg) no-repeat;
        height: 150px;
        width: 100%;
        background-position: center;
        background-size: 100% 150px;
    }
    #tab-heading-txt
    {
        color:#FFFFFF;
        text-align: center;
        position: relative;
        top:45%;
    }
    .field-icon {
    float: right;
    margin-left: 0px;
    margin-top: -26px;
    position: relative;
    z-index: 2;
    }
    .tabs-btn {
    background: #f53636;
    border-radius: 6px;
    color: #ffffff !important;
    font-size: 10.5px; 
    font-weight: 900;
    padding: 2px 5px 2px 5px;
    text-decoration: none;
    border-color:#f53636;
    }
    
    .tabs-btn:hover {
    background: #457a5e;
    background-image: -webkit-linear-gradient(top, #457a5e, #457a5e) !important;
    background-image: -moz-linear-gradient(top, #457a5e, #457a5e) !important;
    background-image: -ms-linear-gradient(top, #457a5e, #457a5e) !important;
    background-image: -o-linear-gradient(top, #457a5e, #457a5e) !important;
    background-image: linear-gradient(to bottom, #457a5e, #457a5e) !important;
    text-decoration: none;
    border-color:#457a5e;

    }
    .name-text {
    white-space: nowrap; 
    width: 175px; 
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold !important;
    }
/* Time line*/
ul.timeline {
    display: block;
    list-style-type: none;
    position: relative;
    z-index: 2;
}
ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 4;
}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}
ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #22c0e8;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 5;
}
/*loader css ring*/
.loader--spinner {
    display: inline-block;
    position: relative;
    color: official !important;
    height: 20px;
    width: 20px;
}

.loader--spinner div {
    animation: loader--spinner 1.2s linear infinite;
    transform-origin: 15px 15px;
}

.loader--spinner div:after {
    display: block;
    position: absolute;
    top: 3px;
    left: 12px;
    border-radius: 20%;
    content: " ";
    height: 10px;
    width: 5px;
}

.loader--spinner div:nth-child(1) {
    animation-delay: -1.1s;
    transform: rotate(0deg);
}

.loader--spinner div:nth-child(2) {
    animation-delay: -1s;
    transform: rotate(30deg);
}

.loader--spinner div:nth-child(3) {
    animation-delay: -0.9s;
    transform: rotate(60deg);
}

.loader--spinner div:nth-child(4) {
    animation-delay: -0.8s;
    transform: rotate(90deg);
}

.loader--spinner div:nth-child(5) {
    animation-delay: -0.7s;
    transform: rotate(120deg);
}

.loader--spinner div:nth-child(6) {
    animation-delay: -0.6s;
    transform: rotate(150deg);
}

.loader--spinner div:nth-child(7) {
    animation-delay: -0.5s;
    transform: rotate(180deg);
}

.loader--spinner div:nth-child(8) {
    animation-delay: -0.4s;
    transform: rotate(210deg);
}

.loader--spinner div:nth-child(9) {
    animation-delay: -0.3s;
    transform: rotate(240deg);
}

.loader--spinner div:nth-child(10) {
    animation-delay: -0.2s;
    transform: rotate(270deg);
}

.loader--spinner div:nth-child(11) {
    animation-delay: -0.1s;
    transform: rotate(300deg);
}

.loader--spinner div:nth-child(12) {
    animation-delay: 0s;
    transform: rotate(330deg);
}

@keyframes loader--spinner {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.section--white {
    color: #457A5E;
    background: #FFFFFF;
}

.section--white .loader--spinner div:after,
.section--white .loader--roller div:after,
.section--white .loader--default div,
.section--white .loader--ellipsis div,
.section--white .loader--grid div,
.section--white .loader--facebook div {
    background: #457A5E;
}
/*Cards dashboard new*/
.deal-card {
    border-radius: 10px;
    box-shadow: 3px 4px 6px rgba(0, 0, 0, 0.1);
  }
  .deal-card-header {
    background-color: #789B49;
    color: #fff;
    font-size:11px;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    height:40px;
    font-weight:600;
    text-align:center;
    padding: 10px;
  }
  .deal-card-body
  {
    height:70px;
  }

/* Nav Bar Starts*/
header {
  background-color: #FFFFFF;
  padding: 0 5%;
  box-shadow: 0 10px 20px rgb(0, 0, 0/5%), 0 6px 6px rgb(0, 0, 0/6%);
}

header nav {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.logo {
  flex: 2;
  display: flex;
  align-items: center;
}

.logo a {
  text-decoration: none;
  font-size: 16px;
  color: #1A2A36;
  font-weight: 800;
}

.bartoggle,
#menubrop {
  display: none;
}

.NavMenu {
  flex: 10;
  list-style: none;
  position: relative;
  display: flex;
  justify-content: end;
}

.NavMenu li {
  display: inline-block;
}

.NavMenu li input {
  display: none;
}

.NavMenu li a {
  display: block;
  padding: 20px 30px;
  font-size: 13.5px;
  text-decoration: none;
  color: #1A2A36;
  position: relative;
}

.NavMenu li a label {
  cursor: pointer;
  appearance: none;
  display: block;
  position: relative;
}

.NavMenu li a label::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 15px;
}

.NavMenu>li>a label::after {
  right: -15px;
  top: -3px;
}

.NavMenu li ul {
  position: absolute;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  min-width: 200px;
  border-bottom: 2px solid #47795E;
  top: 100%;
  box-shadow: 0 3px 5px rgb(0 0 0/20%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  visibility: hidden;
  opacity: 0;
  z-index: 10000;
}

.NavMenu li ul li {
  position: relative;
}

.NavMenu li ul li a {
  color: #1A2A36;
  padding: 8px 10px;
  display: block;
  border-left: 2px solid transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.NavMenu li ul li ul {
  position: absolute;
  left: 100%;
  top: 0;
}

@media(min-width:992px) {
  .NavMenu li ul li a:hover {
    border-left: 2px solid #47795E;
  }

  .NavMenu li:hover>ul,
  .NavMenu li ul li:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}

@media(max-width:1024px) {
  header {
    padding: 6px 5%;
  }

  .logo {
    flex: 6;
    margin-top: 30px;
  }

  .bartoggle {
    display: flex;
    justify-content: center;
    font-size: 30px;
    align-items: center;
    background-color: #fff;
    padding: 0 10px;
    cursor: pointer;
  }

  .NavMenu {
    width: 500px;
    flex: 12;
    position: fixed;
    flex-direction: column;
    background-color: #FFFFFF;
    left: 0;
    top: 40px;
    height: 100vh;
    z-index: 1000;
    padding: 15px 0 50px 0;
    justify-content: start;
    overflow-y: scroll;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
  }

  .NavMenu li ul,
  .NavMenu li ul li ul {
    position: initial;
    left: 0;
    visibility: visible;
    opacity: 1;
    top: 0;
    display: none;
  }

  .NavMenu li a {
    padding: 8px 15px;
    border-bottom: 1px solid #fff;
  }

  .NavMenu li ul li ul {
    background: #FFFFFF;
    position: inherit;
    margin-top: -10px;
  }

  .NavMenu li ul li ul li a {
    font-size: 14px;
    color: #1A2A36;
    font-weight: 400;
    text-transform: initial;
    padding: 7px 15px 7px 30px;
  }

  .NavMenu li a label::after {
    right: 10px;
  }

  .NavMenu li input:checked+ul,
  .NavMenu li ul li input:checked+ul {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
  }

  input:checked+.NavMenu {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }

}

@media(max-width:768px) {
  .NavMenu {
    width: 100%;
  }
}
/* Nav Bar Ends */
