body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

/* header area css*/

.nav {
    padding: 20px 0;
    transition: all 0.4s ease-in-out;
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
}


.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    border-top: 0;
    background-color: #fff !important;
    padding: 10px 0px;
    border-bottom: none;
    box-shadow: 0 10px 30px -10px rgb(0 64 128 / 20%);
}

.navbar img.logo-white {
    width: 150px;
}

.navbar li.nav-item {
    padding: 0 12px;
}

.navbar a.nav-link {
    color: #fff;
    font-weight: 500;
    transition: all 0.2s;
}

.sticky a.nav-link {
    color: #000;
}

.navbar a.nav-link:hover {
    color: #DEA057;
    transition: all 0.2s;
}


.navbar-toggler {
    color: #fff;
}

.sticky .navbar-toggler {
    color: #000;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-nav {
    align-items: center;
}

.button-one {
    padding: 12px 40px;
    background-color: #DEA057;
    color: #fff;
    transition: all 0.3s;
}

.button-one:hover {
    background-color: #fff;
    color: #DEA057;
    transition: all 0.3s;
}

.button-two {
    padding: 12px 40px;
    background-color: ;
    color: #fff;
    transition: all 0.3s;
    border: 1px solid #fff;
}

.button-two:hover {
    background-color: #DEA057;
    color: #fff;
    transition: all 0.3s;
}

.bg-image {
    background: rgba(0, 0, 0, 0.60) url(image/01.jpg);
    background-size: cover;
    background-blend-mode: overlay;
    background-attachment: fixed;
    width: 100%;
    height: 50%;
}
.img-box{
    
    overflow: hidden;
}
.at-two{
    overflow: hidden;
    transition: 0.3s;
}
.at-image:hover{
    transform: scale(1.1);
    transition: 0.3s;
    overflow: hidden;
}



.b-one {
    margin-top: 150px;
}

.hr-one {
    width: 200px;
}

.a-three {
    color: #DEA057;
}

.s-image {
    border-radius: 50%;
}

.s-bg {
    background-color: #f3f7fa;
}

.s-three {
    color: #DEA057;
}

.at-four {
    color: #DEA057;
}

.bg-color-two {
    background: rgba(0, 0, 0, 0.33) url(image/03.jpg);
    background-size: cover;
    background-blend-mode: overlay;
    background-attachment: fixed;
    width: 100%;
    height: 50%;
}

.b-two {
    color: #DEA057;
}

.color-text {
    color: #DEA057;
}

.plan {
    background-color: #f3f7fa;
}

.p-num {
    color: #DEA057;
}

.test-four {
    color: #DEA057;
}

.test-image {
    border-radius: 50%;
}

.test-bg {
    background: rgba(0, 0, 0, 0.33) url(image/04.jpg);
    background-size: cover;
    background-blend-mode: overlay;
    background-attachment: fixed;
    width: 100%;
    height: 50%;
}

.con-bg {
    background: rgba(0, 0, 0, 0.33) url(image/05.jpg);
    background-size: cover;
    background-blend-mode: overlay;
    background-attachment: fixed;
    width: 100%;
    height: 50%;
}

.cl-bg {
    background-color: #f3f7fa;
}

.ft-two ul li {
    font-size: 20px;
}
.icon a {
    width: 50px;
    height: 50px;
    background-color: #DEA057;
    border-radius: 6px;
    font-size: 24px;
    margin: 10px;
    display: inline-flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    text-decoration: none;
    justify-content: center;
    color: #fff;
    transition: 0.3s all ease-in-out;
    }
.ft-bg{
    background-color: #000;
}


.go-top.active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    right: 3%;
    top: 84%;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.go-top {
    position: fixed;
    cursor: pointer;
    right: 3%;
    top: 87%;
    background-color: #DEA057;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 31%);
    z-index: 4;
    width: 45px;
    text-align: center;
    height: 45px;
    line-height: 42px;
    border-radius: 8px;
    -webkit-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
    -webkit-transition: .9s;
    transition: .9s;
}

.go-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #DEA057;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s;
}


.go-top i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 18px;
}




@media screen and (max-width: 900px) {

.navbar-nav { 
    background-color: #000;
}
.sticky .navbar-nav { 
    background-color: #fff;
}
    
    .container {
        overflow-x: hidden;
    }
    
}