@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Mulish:wght@300;400;500;600;700&display=swap');

*{
    font-family: 'Inter', sans-serif;
}

body{
    height: 100%;
}

p{
    color: #526888;
}

h2{
font-size: 45px;
color: #063171;
}

h3{
    color: #063171;
}

.icon{
    color: #06715D;
}

.nav-link{
    color: #063171;
    font-size: 14px;
    font-weight: bolder;
}

.nav-link:active{
    color: #06715D;
}

.lead{
    color: #526888;
    font-size: 18px;
}
.lead{
    margin-bottom: 1rem
}

h1{
    font-family: 'Mulish', sans-serif;
    font-weight: normal;
    font-size: 90px;
    color: #063171;
}

.btn{
    border-radius: 6px;
}

.btn-success{
    background-color: #06715D;
}

.btn-outline-success{
    border: 1px solid #06715D;
}

.btn-outline-success:hover{
    background-color: #06715D;
}

.logo-list {
    padding: 20px 0;
    text-align: center;
    border-bottom: 1px solid #ddd;
}
.logo-list img {
    display: inline-block;
    max-width: 85%;
    padding: 15px 0;
    transition: all 0.3s ease-in-out;
    -webkit-filter: grayscale(100);
    -moz-filter: grayscale(100);
    filter: grayscale(100);
}
.logo-list img:hover {
    filter: none;
    transform: scale(1.2);
    -webkit-filter: none;
    -moz-filter: none;
}

.st-section{
    margin-top: 50px;
}


.block-title{
    font-size: 50px;
    font-family: 'Mulish', sans-serif;
    color: #063171;
}

.info-section{
    margin-top: 100px;
}

.bg-lightgray{
    background-color: #9cbcdb;
}

.text-main{
    color: #063171;
}

.footer-icon:hover{
    color: #063171;
    transition: 0.5s;
}


.scroll{
    color:#fff;
    margin-top:100px;
}

#toTopBtn {
    position: fixed;
    bottom: 26px;
    right: 39px;
    z-index: 98;
    padding: 21px;
    background-color: #063171c9;

}

.js .cd-top--fade-out {
    opacity: .5;
}

.js .cd-top--is-visible {
    visibility: visible;
    opacity: 1;
}

.js .cd-top {
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s,visibility .3s,background-color .3s;
}

.cd-top {
    position: fixed;
    bottom: 20px;
    bottom: var(--cd-back-to-top-margin);
    right: 20px;
    right: var(--cd-back-to-top-margin);
    display: inline-block;
    height: 40px;
    height: var(--cd-back-to-top-size);
    width: 40px;
    width: var(--cd-back-to-top-size);
    box-shadow: 0 0 10px rgba(0,0,0,.05) !important;
    background: url(https://res.cloudinary.com/dxfq3iotg/image/upload/v1571057658/cd-top-arrow.svg) no-repeat center 50%;
    background-color: hsla(5,76%,62%,.8);
    background-color: hsla(var(--cd-color-3-h),var(--cd-color-3-s),var(--cd-color-3-l),0.8);
}

.main-footer{
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(6,113,93,0.2679665616246498) 100%);
}

.bg-glass{
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);

}/* Rounded tabs */

@media (min-width: 576px) {
    .rounded-nav {
      border-radius: 50rem !important;
    }
    .block-img{
        width: 400px;
        height: 400px;
    }
  }

  @media (min-width: 576px) {
    .rounded-nav .nav-link {
      border-radius: 50rem !important;
    }
  }

  .nav-pills .nav-link {
    color: #555;
  }

  .nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
  }

  .nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .valueImg{
    display: none;
  }

  .main-img{
    width: 100%;
  }

  .logo{
    width: 40px;
    width: 40px;
    background-image: url(/imgs/logo/cma.png);
    background-position: center;
    background-repeat: no-repeat;
  }

.img-container img{
    max-width: 200px;
    max-height: 200px;
}

.manager_card{
    border-radius: 5px;
    background: rgb(6,113,93);
    background: linear-gradient(135deg, rgba(6,113,93,1) 0%, rgba(238,238,238,1) 23%, rgba(238,238,238,1) 77%, rgba(6,113,93,1) 100%);   display: inline-block;
    position: relative;
    transform: translateZ(0);
    box-shadow: 0px 0px 2px .5px rgba(0, 0, 0);
}

.manager_card p{
    color: black;
}
.payment_content{
    position: relative;
}
.payment_in_home{
    position: absolute;
    bottom: 0px;
    right: 30px;
}

.communicate div .img_content{
    background-color: #E5F0FD;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: relative;
    margin: 10px;
    transition: .4s;
}
.communicate div .img_content:hover{
    background-color: #CCE0F8;
}
.communicate div .img_content img{
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.inputOne_for_contact{
    border: 1px solid #DDDDDD !important;
    border-radius: 8px !important;
    background-color: transparent !important;
    font-size: 15px !important;
    line-height: 1.5 !important;
    padding: 15px 22px !important;
}
.btn_for_contact{
    background-color: #06715D;
    border: 2px solid #06715D;
    color: white;
    padding: 12px 55px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    height: 60px;
}
.btn_for_contact:hover{
    color: #06715D;
    background-color: white;
}

/* For input search */
.search{
    position:relative;
    display: inline-block;
  }
  [class^="icon-"]{
    background: #06715D;
    color:#fff;
    border-radius:5px;
    display:inline-block;
    padding:6px 7px 7px;
    font-size:18px;
    text-shadow:1px 1px 2px #21638F;
    box-shadow: inset 0px 0px 0px #21638F;
    transition:all 0.5s ease;
    -webkit-transition:all 0.5s ease;
    cursor: pointer;
    z-index:10;
    position:relative;
  }
  [class^="icon-"]:hover{
    background: #06715D;
    text-shadow:0px 0px 0px #21638F;
    box-shadow: inset 0px 0px 8px #21638F;
    transition:all 0.5s ease;
    -webkit-transition:all 0.5s ease;
  }
  .search_form{
    background: #06715D;
    position:absolute;
    z-index:0;
    padding:0px 5px;
    right:0;
    top:15px;
    overflow: hidden;
    border-radius:10px;
    width: 20px;
    height:0px;
    transition: height 0.2s ease-out 0.5s , top 0.2s ease-out 0.5s, padding 0.2s ease-out 0.5s, width 0.3s ease-out 0.2s;
    -webkit-transition: height 0.2s ease-out 0.5s , top 0.2s ease-out 0.5s, padding 0.2s ease-out 0.5s, width 0.3s ease-out 0.2s;
  }
  .search_form form{
    opacity:0;
     transition:all 0.3s ease-out;
    -webkit-transition:all 0.3s ease-out;
  }
  .search_form input{
    background:#fff;
    border:none;
  }
  .search_form input[type='text']{
    border-radius:5px 0 0 5px;
    width:150px;
    margin:0px 1px 0px 0;
    padding:0px 5px 1px;
    min-height:23px;
  }
  .search_form input[type='submit']{
    border-radius:0 5px  5px 0;
    text-transform:uppercase;
    font-size:11px;
    padding:0px 5px;
    min-height:24px;
    margin:0px 0px 0px 0;
    cursor: pointer;
  }
  .search_box{
    visibility: hidden;
  }
  .search_box:checked~.search_form{
    width: 213px;
    height:35px;
    padding:5px;
    top:45px;
    transition: height 0.2s ease-out, top 0.2s ease-out, padding 0.2s ease-out, 0.3s width ease-out 0.2s;
    -webkit-transition: height 0.2s ease-out, top 0.2s ease-out, padding 0.2s ease-out, 0.3s width ease-out 0.2s;
  }
  .search_box:checked~.search_form form{
    opacity:1;
    transition:0.3s all ease-out 0.5s;
    -webkit-transition:0.3s all ease-out 0.5s;
  }