@import "https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap";
@import url('https://fonts.googleapis.com/css2?family=Poiret+One&display=swap');




/* Global reset */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}


html, body {
  height: 100%;
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  color: #111;
  background-color: #fff;
}


img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}


input, button, textarea, select {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  cursor: pointer;
  background: none;
  border: none;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.5em;
  font-family: "Poiret One", sans-serif;
}
p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1em;
}








.title_head h4 {
    color: #9F0D4A;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.title_head h1 {
    font-size: 40px;
    color: #9F0D4A;
}
.title_head h6 {
    margin: 0;
    position: relative;
    padding-bottom: 15px;
}
.title_head h6:after {
    content: '';
    position: absolute;
    width: 25px;
    height: 2px;
    background: #9f0d4a;
    bottom: 0;
    left: 0;
}
.contact-cn p {
    margin-top: 10px;
}


.main {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
header {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding-top: 15px;
}
header nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
header .logo {
    width: 220px;
}
header .logo svg {
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}
header .social-icon a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 1px solid #9F0D4A;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    -webkit-transition: 0.3s all linear;
    transition: 0.3s all linear;
	 background-color: #9F0D4A;
}
header .social-icon a:hover {
    border-color: #fff;
    background-color: #fff;
	color:#9F0D4A;
}
.service-wrapper {
    display: flex;
    align-items: flex-start;
    margin-top: 30px;
    flex-direction: column;
}
.service {
    text-align: left;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.ic_bx {
    margin-right: 15px;
    width: 50px;
    height: auto;
    flex: 0 0 36px;
}
.ic_bx img {
    max-width: 36px;
    filter: brightness(0) saturate(100%) invert(8%) sepia(90%) saturate(4365%) hue-rotate(325deg) brightness(114%) contrast(96%);
}
h2.service__title {
    font-size: 20px;
    color: #000;
    font-weight: 700;
    margin: 0;
}
.title_head p {
    font-size: 16px;
    font-weight: 500;
    margin-top: 15px;
}
p.service__text {
    font-size: 14px;
	font-weight:500;
	margin:0;
}
p.service__text a {
    color: #9F0D4A;
    font-size: 18px;
    text-decoration: none;
}
p.service__text a:hover{
    color:#9F0D4A;
}

.title_head {
    padding-top: 130px;
    max-width: 630px;
}
@media (max-width: 420px) {
    .main {
        display: block !important;
    }
    header {
        padding-top: 15px !important;
    }
	
    header .logo {
        width: 110px;
    }
    .newsletter-area {
        padding-top: 120px;
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 420px) and (max-width: 574px) {
    .main {
        display: block !important;
    }
    header {
        padding-top: 15px !important;
    }
    .form-group input {
        width: 100%;
        height: 50px;
    }
    .form-group button {
        height: 50px;
        width: 130px;
        right: 0;
    }
    .has-line {
        text-align: center;
        padding: 0;
    }
    .has-line::before {
        display: none;
    }
    .social-icon a {
        height: 35px !important;
        width: 35px !important;
    }
    header .logo {
        width: 150px;
    }
    .newsletter-area {
        padding-top: 150px;
        margin-bottom: 50px;
    }
}
@media (min-width: 575px) and (max-width: 767px) {
    .main {
        display: block !important;
    }
    header {
        padding-top: 15px !important;
    }
    header .logo {
        width: 160px;
    }
    .newsletter-area {
        padding-top: 150px;
        margin-bottom: 50px;
    }
}


@media (max-width: 991px) {
	.main {
		background-image:linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(../images/ban2.jpg) !important;
    }
}
@media (max-width: 767px) {
    .title_head h1 {
        font-size: 25px;
    }
    .title_head h5 {
        font-size: 16px;
    }
	.title_head {
		padding-top: 50px;
	}
}
@media (max-width: 575px) {
    .title_head {
		text-align: center;
	}
	.service-wrapper {
		align-items: center;
		justify-content: center;
	}
	.title_head h6:after {
		right: 0;
		margin: auto;
	}
}

@media (max-width: 475px) {
    .title_head {
        padding-top: 15px;
    }
}