* {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	letter-spacing: 0.4px;
	background-color: #ffffff;
	font-family: 'Roboto', sans-serif;
}
html {
    scroll-behavior: smooth;
}

img {
	max-width: 100%;
	height: auto;
}
p {
	line-height: 24px;
	font-size: 14px;
	color: #939393;
	font-family: 'Poppins', sans-serif !important;
	letter-spacing: 1.1px;
	text-transform:capitalize
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: ftnk-n3, adobe-notdef!important;
	letter-spacing: 2px !important;
	font-weight: 500;
}
ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: none !important;
	font-family: 'Montserrat' !important; 
	letter-spacing:1.5px;
}
a:hover {
	text-decoration: none;
}
.row {
	margin: 0px;
	padding: 0px;
}
.no-padding {
	padding: 0px;
}
 @media (min-width: 1200px) {
.container {
	width: 1240px;
}
}

button, input, select, textarea {
    font-size: 15px !important;
    letter-spacing: 1.5px;
    font-family: Ubuntu,sans-serif !important;
    color: #333;
	background:none;
    outline: none !important;
	font-weight:400;
}

html {
  scroll-behavior: smooth;
}


/******************section-starto****************/

/* newsletter-form */
.newsletter-form {
    position: relative;
    margin-top: 70px;
}
.newsletter-form p{margin-bottom: 0}

.newsletter-form input[type="submit"] {
    position: absolute;
    content: "\e628";
    top: 0px;
    right: 0px;
    font-family: "themify";
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    font-size: 14px;
    color: #fff;
    z-index: 1;
    height: 47px;
    width: 55px;
    padding: 0;
    line-height: 47px;
    text-align: center;
    border: 0;
    cursor: pointer;
}
.newsletter-form i {
    padding-right: 1px;
    position: absolute;
    left: 15px;
    top: 17px;
}

.newsletter-form input[type="email"] {
    padding: 12px 15px;
    border: none;
    padding-right: 115px;
    height: 60px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    background-color: #f5eeee;
    border-radius: 5px;
    color: #333;
}
.newsletter-form input::placeholder{color: #333;}
.newsletter-form button[type="submit"] {
    position: absolute;
    top: 5px;
    right: 5px;
	letter-spacing:1.5px;
    font-size: 15px;
    font-weight: 600;
    padding: 0 40px 0;
	font-family: 'Montserrat' !important;
    height: 50px;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    border: 0;
}

.newsletter-form button[type="submit"] {
    background-color: #401f62;
    color: #fff;
    cursor: pointer;
}

.newsletter-form button[type="submit"]:hover {
    background-color: #222;
    color: #fff;
    cursor: pointer;
}


.inner-page-header {
	padding: 0;
	position: relative;
}
.banner img {
	width: 100%;
}
.inner-page-header .banner-text {
	position: absolute;
	top:50%;
	left: 50%;
	width: 100%;
	z-index: 10;
	transform: translate(-50%, -50%);
}
.inner-page-header .header-page-title h1 {
	color: #fff;
	font-size: 145px;
	text-transform: uppercase;
	line-height: 50px;
	margin-bottom: 40px;
}

.inner-page-header .header-page-title h4 {
	color: #fff;
	margin: 0 auto;
	font-size: 24px;
	line-height: 26px;
	padding-top:35px;
}

.logo { width:800px; padding-bottom:80px;}



















