html {
  scroll-behavior: smooth !important;
}


.custom-wrapper-1 > .container > .row {
		min-height: 935px;
}

@media (max-width: 991px) {
		.custom-col-1 {
				padding-top: 120px;
				margin-bottom: 50px;
		}
        .card {max-width: 95%;
        margin:auto;
        /*margin-bottom: 50px;*/
        }
        
}

@media (min-width: 992px) and (max-width: 1023px) {
		.custom-col-1 {
				padding-top: 500px;
				margin-bottom: 50px;
		}
        
}


@media (min-width: 1024px) {
		.custom-col-1 {
				padding-top: 080px;
				margin-bottom: 50px;
		}
        
}


/*#hdbody {
  transition: background-color 0.3s ease;
}


.bgbird {
		 background-position: calc(50% + 30px);
	}
.city {
position:relative;
  top:90%;
  display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
 /* display: -ms-flexbox;  /* TWEENER - IE 10 */
  /*display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  /*display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
  /*left:calc(50% - 50px);*/
  /*justify-content: center;
  align-items: center;
 
        }
*/
/*
@media (max-width: 767px) {
	.bgbird {
		 background-position: calc(50% + 10px);
	}
}


@media (max-width: 991px) {
	.city {
		 top:82%;
	}
}
*/