html {
	scroll-behavior: smooth;
  }
body {
	padding-left: 50px;
	padding-right: 50px;
	background: #633890;
	font-family: 'Roboto Condensed', sans-serif;
}
@media only screen and (max-width:768px) {
	body {
		padding-left: 0px;
		padding-right: 0px;
	}
}
.mayor-message-section-two {
    position: relative;
    padding: 120px 0 90px;
    background: #fff;
}
.main-header .header-upper {
    position: relative;
    background: #fff;
}
.features-section {
    position: relative;
    background: #fff;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
    background: #fff;
}
.main-menu .navigation>li>a {
    font-weight: 600;
}
.header-top-two ul.contact-info li i {
    color: #9542c4;
}
h1.banner {
	font-weight: 900!important;
    font-size: 100px!important;
    line-height: 100px!important;
}
@media only screen and (max-width:600px) {
	h1.banner {
		font-size: 60px!important;
		line-height: 60px!important;
	}
}
.banner-section .our-facts {
    bottom: 25%;
	padding: 0;
	border-bottom: none;
}
.feature-block .overlay .link-btn a {
    background-color: #9542c4;
}
.feature-block .icon {
    position: relative;
    font-size: 45px;
}
.sec-title h2 {
    position: relative;
    font-size: 80px;
    line-height: 70px;
    padding-bottom: 45px;
    font-weight: 700;
}
@media only screen and (max-width:600px) {
    .sec-title h2 {
        font-size:40px;
        line-height:40px;
    }
    .mayor-message-section-two .image-block {
        margin-top: 178px;
    }
}
.features-section-two .bottom-content {
    padding: 0 45px;
}
.scroll-to-top {
    color: #9643c4;
    border: 2px dashed #9643c4;
}
.btn-style-one {
    background-color: #9847c6;
}
.btn-style-one.style-four:before {
    background-color: #9542c4;
}
.btn-style-one.style-four:after {
    color: #9542c4;
}
.services-section-three .ourfacts .text {
    position: relative;
    color: #222;
    font-size: 24px;
    margin-bottom: 18px;
}
.services-section-three .ourfacts .count-box {
    position: relative;
    font-size: 36px;
    font-weight: 700;
    color: #222;
}
.services-section-three .ourfacts .icon {
    color: #9644c7;
    border: 1px solid #9644c7;
}
.services-section-three .ourfacts .icon:before {
    background: #ffffff;
}
.contact-form-section .contact-form-area {
    position: relative;
    padding: 70px 85px;
    padding-left: 85px;
}
@media only screen and (max-width:767px) {
    .contact-form-section .contact-form-area {
        padding: 70px 35px;
        padding-left: 35px;
    }
}
.main-footer .footer-top .newsletter-form .theme-btn {
    background-color: #9847c6;
}
h2.polls {
    font-size:45px!important;
    line-height:45px!important;
}
.features-section-two .bottom-content .text {
    max-width: 100%;
    color: rgb(255 255 255 / 0.65);
    margin-bottom: 35px;
}
.mayor-message-section-two .image-block .image-two {
    position: absolute;
    top: 0;
    right: -40px;
}
ul.ul {
    padding-left:5%;
}
li.li {
    list-style:disc!important;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
  }
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.page-title {
    margin-top:0px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pb-50 {
    padding-bottom:50px;
}
.sec-title.style-two h2:before {
    display:none;
}
.sec-title h2:before {
    display:none;
}
a {
    color: #eab207;
    word-break: break-all;
}
.footer-bottom .wrapper-box {
    cursor: pointer;
}
.card {
    background-color: #222;
    background-clip: border-box;
    color: white;
}

.font1 a {
        color: red;
    word-break: break-all;
}