@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  /*font-family: "Poppins",sans-serif !important;*/
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  /*font-family: "Poppins",sans-serif !important;*/
  display: block;
}

* {
  outline: none !important;
}

a:hover,
a:active,
a:focus{
  outline: 0;
  text-decoration: none;
}
html {
    min-height: 100%;
    position: relative;
}

ol, ul {
  list-style: none;
}
body {
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background-size:cover;
  background-attachment: fixed;
  font-size:16px;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  background-position: center top 70%;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 0px;
}

.wapper-section,
.footer-wrapper {
    padding-left: 8%;
    padding-right: 5%;   
}

.wapper-section {
  position: relative;
  z-index: 99;
  background: url("../images/white-part.png") no-repeat left bottom,  linear-gradient(to right,  #B745F0,  #574ADB);
  min-height: 100vh;
  background-size: 100%;
}



.main-point-inner {
  background: url("../images/map.png") no-repeat right bottom,  linear-gradient(to right,  #B745F0,  #574ADB);
  background-position: auto 100%;
  padding: 0 0 0 130px;
  height: 318px;
}

.footer-wrapper {
  padding-left: 0;
  top: -100px;
  position: relative;
}

.logo-section{
  padding-top: 50px;
  margin-bottom: 73px;
}

.logo-section img {
  margin: auto 0;
}

.title-section{
  display: table;
  margin-top: 10px;
}

.title-section h1{
  font-size: 57px;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}

.section-title h1 {
  font-size: 45px;
} 

.left-section hr{
    width: 100px;
    background: #ffffff;
    border-radius: 25px;
    /* bottom: -73px; */
    border: 3px solid #ffffff;
    border-radius: 25px;
    display: block;
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 15px;
}

.paragraph-section p{
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: #fff;
  line-height: 20px;
}

.banner-img{
  position: relative;
  top: 125px;
  margin-top: -330px;
}

.link-title{
  margin-top: 5px;
}

.button-sec{
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
  margin-left: -10px;
}

.link-title h3{
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  color: #fff;
  font-weight: 600;
}

.btn-section img {

  font-size: 24px;
  text-align: center;
  cursor: pointer;
  outline: none;
  border: none;
}
/**/

.btn-section img:active {

  transform: translateY(4px);
}

.footer-top {
  margin-top: -136px;
  position: relative;
}

footer:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 100%;
  z-index: -1;
}

.social-link {
  margin-left: 55px;
  padding-bottom: 8px;
}

.social-link h4{
  color: #801416;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 20px;
  padding-bottom: 20px;
}

.social-link ul{
  padding-left: 0;
  list-style: none;
}

.social-link ul li{
  display: inline-block;
}

.social-link ul li:first-child a{
  font-size: 16px;
  color: #4D6FA9;
  font-family: 'Poppins', sans-serif;
}

.social-link ul li:first-child a i{
  font-size: 17px;
  color: #ffffff;
  border-radius: 20px;
  border: 1px solid #4D6FA9;
  width: 27px;
  height: 28px;
  text-align: center;
  line-height: 26px;
  background: #4D6FA9;
}

.social-link ul li:last-child a i{
  font-size: 17px;
  color: #ffffff;
  border-radius: 20px;
  /* border: 1px solid #55ACEE; */
  text-align: center;
  padding: 2px 4px;
  line-height: 26px;
  background: #824BD9;
  margin-right: 4px;
}

.social-link ul li:last-child a{
  font-size: 16px;
  color: #7E49D3;
  font-family: 'Poppins', sans-serif;
}

.social-link .twitter i{
  font-size: 17px;
  color: #ffffff;
  border-radius: 20px;
  border: 1px solid #55ACEE;
  width: 27px;
  height: 28px;
  text-align: center;
  line-height: 26px;
  background: #55ACEE;
}

.social-link .twitter a{
  font-size: 16px;
  color: #55ACEE;
  font-family: 'Poppins', sans-serif;
}

.store-block {
  margin-bottom: 20px;
}

.social-link li {
  margin-right: 10px;
  margin-bottom: 5px;
}

.index-section {
  margin-bottom: 30px;
}

.inner-content {
  max-height: 470px;
  overflow: auto;
  margin-bottom: 100px;
}

.inner-content p {
  font-size: 20px;
  margin-bottom: 20px;
  color: #282828;
  text-align: justify;
  padding: 0 15px 0 0;
}

.privacy-content {
  overflow-y: scroll;
  padding-bottom: 10px;
}

.inner-cont {
  padding-left: 8%;
  padding-right: 5%;
  margin-top:30px;
}

.footer-part {
  background: linear-gradient(to right, #B745F0, #574ADB);
}

.footer-position-btm{
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
}

.footer-txt-part {
  display: flex;
  justify-content:flex-end;
  align-items: center;
  text-align: center;
  padding: 37px;
}

.footer-txt-part a {
  list-style: none;
  color: #ffffff;
  font-size: 16px;
}

.footer-about {
  padding: 0 20px;
  border-right:1px solid #ffffff;
}

.footer-txt-part a:last-child {
  padding-left: 25px;  
}

.priv-date {
  font-size: 20px !important;
  font-weight: 500;
}

.privacy-content p {
  font-size: 17px;
}

.section-logo {
  display: flex;
  justify-content: space-between;
  padding-top: 0;
  height: 318px;
  margin-bottom: 0;
}

.section-logo .map-img {
  height: 300px;  
}

.footer-position-btm-home {
  position: relative;
}

.landing-modal-head {
  border-bottom: none;
}

.landing-modal-footer {
  border-top: none;
  padding: 0;
}

.landing-modal-title  {
  font-size: 25px;
  color: #7E49D3;
  font-weight: 600;
}

.modal-header .close {
  margin-top: -60px;
  margin-right: -15px;
  background: #ac4af2;
  border: 2px solid #ac4af2;
  border-radius: 25px;
  height: 42px;
  width: 42px;
  font-size: 32px;
  color: #ffffff;
  font-weight: 100;
  text-shadow: none;
  opacity: 1;
} 

.landing-modal-content {
  padding:15px;
  background: url("../images/edge.png") no-repeat right bottom;
  background-size: 65%;
  border-radius: 10px;
}

.modal-dialog-centered {
  background: #ffffff;
  top: 100px;
  width: 400px;
}

.hr-small {
  margin-right: 180px;
  border: 1px solid #ac4af2;
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 3px;
}

.modal-form-part input {
  border-radius: 4px;
  padding: 20px;
  font-size: 14px;
  color: #2a2929;
  margin-bottom: 20px;
}

.landing-modal-body textarea {
  padding: 10px;
  font-size: 14px;
  border-radius: 7px;
  color: #2a2929;
  margin-bottom: 10px;
}

.submit-part {
  position: relative;
  display: inline-block;
}

.submit-part .link-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.submit-part p {
  position: absolute;
  left: 20px;
  top: 6px;
  font-size: 17px;
  color: #ffffff;
  font-weight: 500;
}

.modal-dialog-centered {
  border-radius: 10px;
}

.submit-part img {
  height: 50px;
  width: 100px;
}