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;
    }
    
}



/*******************************************
 ** - 07.00 - Services Category Section CSS
 *******************************************/

.services-single-category {
    position: relative;
    padding: 40px 30px;
    display: block;
    border-radius: 5px;
    background: #fff;
	margin-top: 30px;
    -webkit-box-shadow: 5px 7px 15px 2px rgba(82, 90, 101, 0.12);
    -moz-box-shadow: 5px 7px 15px 2px rgba(82, 90, 101, 0.12);
    box-shadow: 5px 7px 15px 2px rgba(82, 90, 101, 0.12);
    overflow: hidden;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
.services-single-category:hover {
    -webkit-transform: translateY(2px);
    transform: translateY(-5px);-webkit-box-shadow: 0 30px 60px -12px rgba(50,50,93,.25), 0 18px 36px -18px rgba(0,0,0,.3), 0 -12px 36px -8px rgba(0,0,0,.025);
    box-shadow: 0 30px 60px -12px rgba(50,50,93,.25), 0 18px 36px -18px rgba(0,0,0,.3), 0 -12px 36px -8px rgba(0,0,0,.025);
}

.services-single-category-icon {
    position: absolute;
    left: -15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.services-single-category-info {
    padding-left: 75px;
}

.services-single-category-icon i {
    width: 90px;
    height: 90px;
    background: #DEA057;
    display: block;
    text-align: center;
    line-height: 90px;
    color: #fff;
    border-radius: 50%;
}
.services-single-category-icon i.icon:before {
    font-size: 50px;
}

.services-single-category-info h3 {
    font-size: 20px;
    color: #DEA057;
    margin-bottom: 10px;
}
.services-single-category-info p {
    font-size: 20px;
    color: black;
    margin-bottom: 10px;
}

.py1-5 {
  padding-top: 3rem !important;
  /*padding-bottom: 3rem !important;*/
}
.a-three1{
  padding-bottom: 1rem !important;
}




.card-group.card-group-custom {
  display:block;
  margin-bottom:0
}
.card-group.card-group-custom .card-heading+.card-collapse>.card-body,
.card-group.card-group-custom .card-heading+.card-collapse>.list-group {
  border-top:0
}
.card-group.card-group-custom .card+.card {
  margin-top:0
}
.card-group.card-group-corporate .card+.card {
  margin-top:30px
}
.card-title {
  margin-bottom:0
}
.card-custom {
  display:block;
  margin:0;
  background:inherit;
  border:0;
  border-radius:0;
  box-shadow:none
}
.card-custom a {
  display:block
}
.card-custom .card-heading {
  padding:0;
  border-bottom:0;
  border-top-left-radius:0;
  border-top-right-radius:0
}
.card-custom .card-body {
  padding:0;
  border:0
}
*+.card-group-custom {
  margin-top:35px
}
@media(min-width:768px) {
  *+.card-group-custom {
    margin-top:50px
  }
}
.card-light:first-child .card-title {
  border-top:1px solid #d9d9d9
}
.card-light .card-title {
  border-bottom:1px solid #d9d9d9
}
.card-light .card-title:nth-child(n+2) {
  margin-top:-1px
}
.card-light .card-title a {
  position:relative;
  padding:24px 55px 22px 32px;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color:#000;
  transition:1.5s all ease
}
.card-light .card-title a .card-arrow:after {
  opacity:0;
  visibility:hidden
}
.card-light .card-title a.collapsed .card-arrow:after {
  opacity:1;
  visibility:visible
}
.card-light .card-arrow {
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  right:26px;
  transition:.33s;
  will-change:transform
}
.card-light .card-arrow:before,
.card-light .card-arrow:after {
  content:'';
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  background:#cca876
}
.card-light .card-arrow:before {
  width:14px;
  height:2px;
  right:0
}
.card-light .card-arrow:after {
  width:2px;
  height:14px;
  right:6px;
  transition:.2s all ease
}
.card-light .card-collapse {
  position:relative;
  margin-top:-1px;
  border-bottom:1px solid #d9d9d9;
  color:#9f9f9f;
  will-change:transform
}
.card-light .card-body {
  padding:25px 44px 25px 32px
}
@media(max-width:767.98px) {
  .card-light .card-title a,
  .card-light .card-body {
    padding-left:15px
  }
}
.card-corporate .card-title a,
.card-corporate .card-collapse {
  background:#fff;
  box-shadow:-1px 2px 5px 0 rgba(68,73,83,.12)
}
.card-corporate .card-title a {
  position:relative;
  z-index:1;
  padding:24px 82px 22px 32px;
  font:700 16px/24px "PT Serif","Times New Roman",Times,serif;
  color:#000;
  transition:1.3s all ease;
  border-radius:6px 6px 0 0;
  border-bottom:1px solid #dedede
}
.card-corporate .card-title a .card-arrow:after {
  opacity:0;
  visibility:hidden
}
.card-corporate .card-title a.collapsed {
  border-radius:6px
}
.card-corporate .card-title a.collapsed .card-arrow {
  border-radius:0 6px 6px 0
}
.card-corporate .card-title a.collapsed .card-arrow:after {
  opacity:1;
  visibility:visible
}
.card-corporate .card-arrow {
  position:absolute;
  top:0;
  bottom:0;
  right:0;
  z-index:2;
  width:70px;
  background:#cca876;
  border-radius:0 6px 0 0;
  transition:1.3s all ease
}
.card-corporate .card-arrow:before,
.card-corporate .card-arrow:after {
  content:'';
  position:absolute;
  top:50%;
  z-index:4;
  transform:translateY(-50%);
  background:#fff
}
.card-corporate .card-arrow::before {
  width:14px;
  height:2px;
  right:28px
}
.card-corporate .card-arrow::after {
  width:2px;
  height:14px;
  right:34px
}
.card-corporate .card-collapse {
  position:relative;
  z-index:2;
  color:#9f9f9f;
  border-radius:0 0 6px 6px
}
.card-corporate .card-body {
  padding:25px 44px 25px 32px
}
@media(max-width:767.98px) {
  .card-corporate .card-title a,
  .card-corporate .card-body {
    padding-left:25px
  }
}
.card-light:first-child .card-title {
  border-top:1px solid #d9d9d9
}
.card-light .card-title {
  border-bottom:1px solid #d9d9d9
}
.card-light .card-title:nth-child(n+2) {
  margin-top:-1px
}
.card-light .card-title a {
  position:relative;
  padding:24px 55px 22px 32px;
font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  letter-spacing:-.025em;
  color:#000;
  transition:1.5s all ease
}
.card-light .card-title a .card-arrow:after {
  opacity:0;
  visibility:hidden
}
.card-light .card-title a.collapsed .card-arrow:after {
  opacity:1;
  visibility:visible
}
.card-light .card-arrow {
  position:absolute;
  top:50%;
  -webkit-transform:translateY(-50%);
  transform:translateY(-50%);
  right:26px;
  transition:.33s;
  will-change:transform
}
.card-light .card-arrow:before,
.card-light .card-arrow:after {
  content:'';
  position:absolute;
  top:50%;
  -webkit-transform:translateY(-50%);
  transform:translateY(-50%);
  background:#cca876
}
.card-light .card-arrow:before {
  width:14px;
  height:2px;
  right:0
}
.card-light .card-arrow:after {
  width:2px;
  height:14px;
  right:6px;
  transition:.2s all ease
}
.card-light .card-collapse {
  position:relative;
  margin-top:-1px;
  border-bottom:1px solid #d9d9d9;
  color:#9f9f9f;
  will-change:transform
}
.card-light .card-body {
  padding:25px 44px 25px 32px
}
@media(max-width:575.98px) {
  .card-light .card-title a,
  .card-light .card-body {
    padding-left:15px
  }
}