@charset "utf-8";

/* CSS Document */


html, body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    scroll-behavior: smooth;
}


* {

    box-sizing: border-box;

}

body {

    margin: 0;
    padding: 0;
    background: #ffffff;
    line-height: 1.2;
    overflow-x: hidden;
    font-size: 16px;
    color: #424242;
    font-family: 'Poppins', sans-serif;

}

div, table, tr, th, td, figure, th, video, audio, h1, h2, h3, h4, h5, h6, aside,  section, header, footer, nav, span, p, small, big, a, b, strong, img, hr, pre, button, input, textarea, optgroup, ul, li, ol, select, option, blockquote, nav {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    text-decoration: none;
    list-style-type: none;
}

.clear {

    clear: both;

}

.clearfix:after {
    display: block;
    content: "";
    clear: both;
}

img {
    max-width: 100%;
    display: block;
}

.container{
    width: 84%;
    max-width: 1460px;
    padding: 0 15px;
    margin: auto;
}
.container-full{
    width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Libre Franklin", sans-serif !important;
    -webkit-font-smoothing: antialiased !important;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #000000;
}

h1 {
    font-size: 55px;
    line-height: 1.2;
    font-weight: bold;
    text-transform: uppercase;
}
h1 span{
    display: block;
    color: #A62139;
}
h2 {
    font-size: 50px;
    font-weight: 500;
    line-height: 1.1;
    font-weight: 600;
    color: #000;
}
h3{
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2;
    font-weight: 600;
}
h4 {
    font-size: 26px;
    color: #000000;
    font-weight: 600;
    line-height: 1.1;
}
h5{
   font-size: 20px;
    color: #000000;
    font-weight: 600;
    line-height: 1.1;
}

h6{
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 600;;
    text-transform: uppercase;
    color: #A62139;
}
p {
    font-size: 16px;
    color: #424242;
    padding-bottom: 20px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.5;
    font-weight: 400;
}
p:last-child{
  padding-bottom: 0 !important;
}


ul {
  margin-bottom: 0px ;
}

p a{
	color:#a62139;
}


input, textarea{
  font-size: 14px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;

}

#myHeader.sticky{
box-shadow: 1px 6px 17px -9px rgba(0,0,0,0.73);
border-bottom: 2px solid #A62139;
}

.btnred{
  padding:10px;
  background: #A62139;
  display: flex;
  width: 200px;
  border-radius: 100px;
  align-items: center;
  position: relative;
  height: 66px;
  text-align: center;
  justify-content: center;
}
.yellow-round{
    width: 46px;
    height: 46px;
    background: #FFC72D;
    display: flex;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 10px;
     transition: all .3s ease-in-out;
}
.yellow-round img{
    width: 25px;
    height: 25px;
}
.btntext{
    padding-left: 30px;
}
.btnred .btntext{
    color: #fff;
    z-index: 999;
    position: relative;
}

.btnred:hover .yellow-round{
  width: calc(100% - 20px);
  justify-content: left;
  padding-left: 25px;
   transition: all .3s ease-in-out;

}

.btnred:hover .btntext{
    color: #000;
}




.btnwhite{
  padding:10px;
  background: #ffffff;
  display: flex;
  width: 200px;
  border-radius: 100px;
  align-items: center;
  position: relative;
  height: 66px;
  text-align: center;
  justify-content: center;
}
.red-round{
    width: 46px;
    height: 46px;
    background: #A62139;
    display: flex;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 10px;
     transition: all .3s ease-in-out;

}
.red-round img{
    width: 25px;
    height: 25px;
}
.btntext{
    padding-left: 30px;
}
.btnwhite .btntext{
    color: #A62139;
    z-index: 999;
    position: relative;
}

.btnwhite:hover .red-round{
  width: calc(100% - 20px);
  justify-content: left;
  padding-left: 25px;
  transition: all .3s ease-in-out;

}

.btnwhite:hover .btntext{
    color: #ffffff;
}




.btnyellow{
  padding:10px;
  background: #FFC72D;
  display: flex;
  width: 200px;
  border-radius: 100px;
  align-items: center;
  position: relative;
  height: 66px;
  text-align: center;
  justify-content: center;
}
.red-round{
    width: 46px;
    height: 46px;
    background: #A62139;
    display: flex;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 10px;
    transition: all .3s ease-in-out;

}
.red-round img{
    width: 25px;
    height: 25px;
}
.btntext{
    padding-left: 30px;
}
.btnyellow .btntext{
    color: #000;
    z-index: 99;
    position: relative;
}

.btnyellow:hover .red-round{
  width: calc(100% - 20px);
  justify-content: left;
  padding-left: 25px;
   transition: all .3s ease-in-out;

}

.btnyellow:hover .btntext{
    color: #ffffff;
}






.btn-line{
    color: #A62139;
    font-family: "Libre Franklin", sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}
.btn-line i{
    padding-left: 10px;
    font-size: 25px;
}
.hidehed{
  display: none;
}




.PT_80{
    padding-top: 80px;
}
.PB_80{
    padding-bottom: 80px;
}



::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #000;
    font-weight: 400;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #000;
    font-weight: 400;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #000;
    font-weight: 400;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
}

:-moz-placeholder { /* Firefox 18- */
    color: #000;
    font-weight: 400;   
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
}

::selection {
  background: #A62139;
  color: #FFC72D;
}


 