/* CHANGELOG */
/* 

// banner thinner
.home{
    //padding: 8rem 0;
    padding: 6rem 0;

// sliding from not so wide
.offcanvas{
    //width:71% !important;
    width:61% !important;

// dynamically color completed icon
.fa-circle{
    //color: red;

// dynamically color completed icon
.fa-check-circle{
    //color: green;

// display image slider
.carousel{
    //display: none;

// display menu button
.nav-icon{
    //display: none;

*/


/*======common======*/

body{
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
    box-sizing: border-box;
    font-size: 16px;
}

*,*::after,*::before{
    box-sizing: border-box;
}

h1,h2,h3,h4,p,ol,ul{
    margin: 0 !important;
    padding: 0 !important;
}

a,a:hover,a:visited{text-decoration: none; color: #333;}

p{
    font-family: 'Poppins', sans-serif;
}

section{
    padding: 1.4rem 0;
}

footer{
    padding-top: 1.2rem;
}
button{
    border:none;
    background: transparent;
}
.table{
    margin-bottom: 0;
    padding-bottom: 0;
}
 .table tr:last-child{
     border-bottom: transparent;
 }

/*======navigation style======*/


.navbar{
    border-bottom: 1px solid #e0dede;
}

.nav-item{
    margin-left: 35px;
}

.nav-item .nav-link{
    font-weight: 500 !important;
    color: #000000 !important;
}

.nav-item:hover .nav-link{
    color: #4eaecf !important;
}

.nav-icon{
    //display: none;
    position: absolute;
    top: 25px;
    right: 30px;
    padding: 5px;
    width: 40px;
    z-index: 1;
    cursor: pointer;
}

.nav-icon span{
    background: #333;
    width: 30px;
    height: 1px;
    display: block;
    transition: 300ms linear all;
}

.nav-icon span:nth-child(1),
.nav-icon span:nth-child(3){
    width: 20px;
    margin: 0 auto;
}

.nav-icon span:nth-child(2){
    margin: 5px 0;
}

.nav-icon:hover span:nth-child(1),
.nav-icon:hover span:nth-child(3){
    width: 30px;
}

.full-nav{
    background-color: #ffffff;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 2rem;
    z-index: 99;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-100px);
    transition: all 0.4s ease-in-out;
}

.full-nav.open{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: all 0.4s ease-in-out;
    z-index: 99;
}

.corner-circle{
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    height: 120px;
    background-color: transparent;
    border-radius: 0 0 0 120px;
    z-index: 2;
}

.nav-close{
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #dddada;
    position: absolute;
    top: 30px;
    right: 30px;
}

.nav-close span{
    background: #6c6e75;
    width: 20px;
    height: 1px;
    display: block;
    position: absolute;
    top: 15px;
    left: 5px;
}

.nav-close span:nth-child(1){
    transform: rotate(45deg);
}

.nav-close span:nth-child(2){
    transform: rotate(-45deg);
}

.full-nav .logo{
    display: flex;
    justify-content: center;
    padding-bottom: 4rem;
}

.nav2{
    display: flex;
    justify-content: center;
}

.nav2 ul{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: 100%;
}

.nav2 ul li{
    display: flex;
    flex:22%;
    justify-content: center;
    margin-right: 5px;
    margin-bottom: 5px;
    background-color: transparent;
    padding: 1rem;
    transition: all 0.5s;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.nav2 ul li a{
    font-size: 0.8em;
    font-weight: 500;
}

.nav2 ul li:hover{
    background-color: #195e75;
}

.nav2 ul li:hover a{
    color: #ffffff;
}

.sticky-top{
    z-index: 1 !important;
}

.dropdown-menu{
    padding: 1rem 0;
    font-size: 0.8em;
}

.dropdown-menu a:hover{
    color: #195e75;
    background-color: transparent !important;
}

.dropdown-menu[data-bs-popper] {
    top: 60% !important;
    left: 80% !important;
}

/*====main content style====*/


/*====main content style====*/

.progress-bar{
    background: #4EAECF;
}

.home{
    //padding: 8rem 0;
    padding: 6rem 0;
    width: 100%;
    padding: 6rem 0;
    background-image:
    linear-gradient(to bottom, rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.50)),
    url('img/herooimg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-title{
    font-weight: 500;
    font-size: 2.8em;
}

.hero-text{
    font-size: 16px;
    font-weight: 200;
}

.hero-btn{
    background: #4EAECF;
    color: #ffffff !important;
    padding: 7px 30px !important;
    font-weight: 100 !important;
}

.document-area{
    background-image:
    linear-gradient(to bottom, rgba(78, 174, 207, 0.91), rgba(78, 174, 207, 0.89)), url('img/hero-img.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: 1px solid #dddddd;
}

.document-table{
    width: 80%;
    margin: auto;
}

.document-table th{
    font-size: 16px;
    font-weight: 600;
    color: #d8e1e4;
}

.document-area th:nth-child(2),
.document-area td:nth-child(2){
    text-align: right;
}

.document-area td{
    padding: 1rem;
    font-size: .9rem;
    font-weight: 200;
    color: #ffffff;
}

.document-area tr{
    border-bottom: 0.5px solid #76bad4;
}

.document-area tr:last-child{
    border-bottom: 0.5px solid transparent;
}

.carousel{
    //display: none;
}

.form-list td a{
    padding: 0.6rem 0 0.6rem 0;
    font-weight: 600;
    color: #333333;
    font-size: 0.9rem;
}

.form-list td:hover{
    border-bottom: 1px solid green;
}

.form-area-mobile td:hover{
    border-bottom: none;
}

.form-list .table button{
    border: none;
}

.form-list .table td:nth-child(2){
    text-align: right;
}

.form-list .main-form{
    width: 80%;
    margin: 5%;
    box-sizing: border-box;
}

.form-list .main-form.one{
    width: 60%;
    margin: 10% auto;
}

.form-control,
select{
    border: 1px solid rgb(177, 174, 174) !important;
}

.form-table{
    font-size: 13px;
    font-weight: 400;
    padding-top: 0.5rem;
}

.fa-circle{
    //color: red;
}

.fa-check-circle{
    //color: green;
}

.modal-popup{
    margin-left: 5%;
}

.offcanvas{
    //width:71% !important;
    width:61% !important;
    text-align: left;
    border: 0;
}

.form-btn svg.form-icon{
    fill:#4eaecf;
}

.offcanvas-body{
    width: 100%;
}

.card-add{
    border: 1px solid #7dc1d8;
}

.card-add .card-body{
    padding: 0 1rem;
}

.card-add .card-header{
    padding: 0 1rem;
}

.card-add .table td{
    padding: 0.4rem 0.3rem;
}

.add-icon{
    text-align: center;
    margin-top: 1rem;
}

.home-text-small{
    display: none;
}

.attachment{
    font-size: 13px;
    padding: 8px;
} 

.home-content-small{
    display: none;
}

.form-column{
    margin-top: -15.5rem;
}

.popup-content {
	color: #333333;;
	text-align: center;
}

.btn-popup{
    background: #358fad;
    color: #ffffff !important;
    padding: 0.5rem 2.5rem;
}

.form-area-mobile{
    display: none;
}

td:hover{
    border-bottom: 1px solid green;
}

.document-table td:hover{
    border-bottom: 1px solid #ffffff;
}



@media only screen and (min-width:200px) and (max-width:540px){
    .nav ul li{
        display: none;
    }
    .nav ul li.logo{
        display: block;
    }
    .nav-icon{
        display: block;
    }
    .top-section{
        padding-top: 1rem !important;
    }

    .home{ /* new style */
        padding: 4rem 0.5rem;
    }

    .hero-content{
        padding: 0;
    }
    .hero-title{
        font-size: 1.6rem;
        font-weight: 600;
    }
    .hero-text{
        font-size: 13px;
    }
    .document-area .table:nth-child(1){
        margin-bottom: 2rem;
        width: 100%;
    }
    .document-area th{
        color: #ffffff;
    }
    .gallery{
        display: none;
    }
    .carousel{
        display: block;
    }
    .offcanvas{
        width:100% !important;
    }

    .form-list .table td{
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }

    .form-list .main-form{
        width: 100%;
        margin: 0;
    }

    .form-list .main-form,
    .form-list .main-form.one{
        width: 100%;
    }

    .home-content{
        display: none;
    }

    .home-content-small{
        display: block;
    }

    .form-column{
        margin-top: 0;
        margin-bottom: 1.5rem;
    }

    .modal-popup{
        margin-left: 0;
    }

    .form-list td a{
        padding: 0;
    }

    .form-area{
        display: none;
    }
    .form-area-mobile{
        display: block;
    }
}

@media only screen and (min-width:541px) and (max-width:1200px) and (orientation:landscape){
    .col-lg-3,.col-md-4{
        display: none;
    }
    .nav ul li{
        display: none;
    }
    .nav-icon{
        display: block;
        margin-right: 5%;
    }

    .home{ /* new style */
        padding: 5rem 0;
    }

    .hero-content{
        padding: 0 1rem;
    }

    .hero-title{
        font-size: 2.1rem;
        font-weight: 600;
    }

    .hero-text{
        font-size: 13px;
    }

    .document-area .table:nth-child(1){
        margin-bottom: 2rem;
        width: 100%;
    }
    .document-area th{
        color: #ffffff;
    }
    .gallery{
        display: none;
    }
    .carousel{
        display: block;
    }
    .offcanvas{
        width:100% !important;
    }

    .form-list .table td{
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }

    .form-list .main-form{
        width: 80%;
        margin: auto;
    }

    .form-list .main-form.one{
        width: 80%;
    }

    .home-content{
        display: block;
    }

    .home-content-small{
        display: none;
    }

    .form-column{
        margin-top: 0;
        margin-bottom: 1.5rem;
    }

    .modal-popup{
        margin-left: 0;
    }

    .form-list td a{
        padding: 0;
    }

    .form-area{
        display: none;
    }
    .form-area-mobile{
        display: block;
    }
}

@media only screen and (min-width:768px) and (max-width:1200px) and (orientation:landscape){
    .col-lg-3,.col-md-4{
        display: none;
    }
    .nav ul li{
        display: none;
    }
    .nav-icon{
        display:block;
        margin-right: 5%;
    }

    .home{ /* new style */
        padding: 5rem 0;
    }

    .hero-content{
        padding: 0 1rem;
    }
    .hero-title{
        font-size: 1.8rem;
        font-weight: 600;
    }
    .hero-text{
        font-size: 13px;
    }
    .document-area .table:nth-child(1){
        margin-bottom: 2rem;
        width: 100%;
    }
    .document-area th{
        color: #ffffff;
    }
    .gallery{
        display: none;
    }
    .carousel{
        display: block;
    }
    .offcanvas{
        width:100% !important;
    }

    .form-list .table td{
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }

    .form-list .main-form{
        width: 80%;
        margin: auto;
    }

    .form-list .main-form.one{
        width: 80%;
    }

    .home-content{
        display: block;
    }

    .home-content-small{
        display: none;
    }

    .form-column{
        margin-top: 0;
        margin-bottom: 1.5rem;
    }

    .modal-popup{
        margin-left: 0;
    }

    .form-list td a{
        padding: 0;
    }

    .form-area{
        display: none;
    }
    .form-area-mobile{
        display: block;
    }
}

@media only screen and (min-width:768px) and (max-width:1200px){
    .col-lg-3,.col-md-4{
        display: none;
    }
    .nav-icon{
        display: none;
        margin-right: 5%;
    }

    .home{ /* new style */
        padding: 5rem 0;
    }

    .hero-content{
        padding: 0 1rem;
    }
    .hero-title{
        font-size: 1.8rem;
        font-weight: 600;
    }
    .hero-text{
        font-size: 13px;
    }
    .document-area .table:nth-child(1){
        margin-bottom: 2rem;
        width: 100%;
    }
    .document-area th{
        color: #ffffff;
    }
    .gallery{
        display: none;
    }
    .carousel{
        display: block;
    }
    .offcanvas{
        width:100% !important;
    }

    .form-list .table td{
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }

    .form-list .main-form{
        width: 80%;
        margin: auto;
    }

    .form-list .main-form.one{
        width: 80%;
    }

    .home-content{
        display: block;
    }

    .home-content-small{
        display: none;
    }

    .form-column{
        margin-top: 0;
        margin-bottom: 1.5rem;
    }

    .modal-popup{
        margin-left: 0;
    }

    .form-list td a{
        padding: 0;
    }

    .form-area{
        display: none;
    }
    .form-area-mobile{
        display: block;
    }
}

@media only screen and (min-width:1024px){
    .col-lg-3,.col-md-4{
        display: block;
    }
    .form-area{
        display: block;
    }
    .form-area-mobile{
        display: none;
    }
}

