@font-face {
  font-family: "Lato-Regular";
  src: url("../fonts/Lato-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Lato-Regular.woff") format("woff"), url("../fonts/Lato-Regular.ttf") format("truetype"),
    url("../fonts/Lato-Regular.svg#Lato-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Lato-Light";
  src: url("../fonts/Lato-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Light.woff") format("woff"),
    url("../fonts/Lato-Light.ttf") format("truetype"), url("../fonts/Lato-Light.svg#Lato-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Lato-Bold";
  src: url("../fonts/Lato-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Bold.woff") format("woff"),
    url("../fonts/Lato-Bold.ttf") format("truetype"), url("../fonts/Lato-Bold.svg#Lato-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Regular";
  src: url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype"),
    url("../fonts/Montserrat-Regular.svg#Montserrat-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Light";
  src: url("../fonts/Montserrat-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Montserrat-Light.woff") format("woff"), url("../fonts/Montserrat-Light.ttf") format("truetype"),
    url("../fonts/Montserrat-Light.svg#Montserrat-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url("../fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.ttf") format("truetype"),
    url("../fonts/Montserrat-Bold.svg#Montserrat-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Bold";
  src: url("../fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Roboto-Bold.woff") format("woff"), url("../fonts/Roboto-Bold.ttf") format("truetype"),
    url("../fonts/Roboto-Bold.svg#Roboto-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaRoundedLTStd-BdCn";
  src: url("../fonts/HelveticaRoundedLTStd-BdCn.eot?#iefix") format("embedded-opentype"),
    url("../fonts/HelveticaRoundedLTStd-BdCn.otf") format("opentype"),
    url("../fonts/HelveticaRoundedLTStd-BdCn.woff") format("woff"),
    url("../fonts/HelveticaRoundedLTStd-BdCn.ttf") format("truetype"),
    url("../fonts/HelveticaRoundedLTStd-BdCn.svg#HelveticaRoundedLTStd-BdCn") format("svg");
  font-weight: normal;
  font-style: normal;
}

* {
  outline: none !important;
}

body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  width: 100%;
}

.hearstrip ul {
  padding: 0;
  display: flex;
  flex-direction: row;
  margin: 0px;
}

.hearstrip li {
  padding: 10px 7px;
  list-style: none;
}

.hearstrip li a {
  text-decoration: none;
}

.hearstrip li a i {
  margin-right: 5px;
}

.right-content {
  justify-content: flex-end;
}

.header2-height {
  margin-top: 0;
}
.logo {
  font-size: 16px;
  color: #26272d;
  font-family: "Montserrat-Bold";
  font-weight: 600;
}
.nav-fixed {
  position: sticky;
  width: 100%;
  top: 0;
  z-index: 999;
  transition: 0.3s all;
}

.bg-color {
  background-color: #fff !important;
  padding: 20px 0px;
}

.nav-item {
  padding: 7px;
}

.nav2 a {
  font-size: 16px;
  color: #26272d !important;
  font-family: "Lato-Regular";
  font-weight: 400;
}
.bg-img {
  background-image: url("../images/bg-image.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.pt55 p {
  font-size: 15px;
  color: #000000;
  font-family: "Roboto-Bold";
  font-weight: 700;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 0px;
}
.pt55 h2 {
  font-size: 67px;
  color: #000000;
  font-family: "HelveticaRoundedLTStd-BdCn";
  text-align: center;
  text-shadow: 3px 0px #fff;
}
.pt55 img {
  width: 100%;
  padding-right: 70px;
}
.text1 {
  text-align: center;
}
.btn0 {
  background-color: #eb4436;
  border-radius: 4px;
  font-size: 15px;
  color: #ffffff !important;
  font-family: "Roboto-Bold";
  font-weight: 700;
}
.btn2 {
  color: #fff !important;
  background: #267df4;
  border: 1px solid #267df4;
  padding: 7px 20px;
  border-radius: 50px;
}
.btn1 {
  border: 1px solid #907949;
  border-radius: 50px;
  padding: 15px 45px;
  min-width: 205px;
  margin-right: 20px;
}
.btn1 a {
  text-decoration: none;
  color: #26272d !important;
  font-size: 16px;
  font-family: "Lato-Regular";
}
.btn1 a i{
  margin-right: 5px;
    font-size: 20px;
}
.btn1:hover{
  background: rgba(0,0,0,0.1);
}
.btn3:hover, .btn2:hover{
  background: #2e68b7;
}
.btn0:hover{
  background: #ce2d1f;
}
.btn3 {
  color: #fff !important;
  background: #267df4;
  border: 1px solid #267df4;
  padding: 15px 45px;
  border-radius: 50px;
  min-width: 205px;
}
.btn3 a {
  text-decoration: none;
  color: #fff !important;
  font-size: 16px;
  font-family: "Lato-Regular";
}
.p-t {
  padding: 70px 0px;
}
.h3-font {
  font-size: 40px;
  line-height: 52px;
  color: #26272d;
  font-family: "Montserrat-Bold";
  font-weight: bold;
  margin-bottom: 35px;
}
.p-font {
  font-size: 24px;
  line-height: 33px;
  color: #000000;
  font-family: "Lato-Regular";
  font-weight: 400;
  margin-bottom: 55px;
}
.space {
  margin-bottom: 65px;
  display: flex;
}
.img2 {
  margin-right: 20px;
}
.section2-bg {
  background-color: #ededee;
}
.direction {
  display: flex;
  align-items: center;
}
.pb-100 {
  padding: 100px 0px 90px 0px;
}
.pb-100 h4 {
  font-size: 39px;
  color: #26272d;
  font-family: "Lato-light";
  font-weight: 400;
  text-align: center;
  margin-bottom: 15px;
}
.pb-100 h4 span {
  font-weight: 600;
}
.h4-font {
  font-size: 48px;
  line-height: 60px;
  color: #26272d;
  font-family: "Lato-regular";
  font-weight: 500;
  text-align: center;
}
.Prologue h4 {
  font-size: 42px;
  line-height: 52px;
  color: #26272d;
  font-family: "Montserrat-Bold";
  font-weight: 400;
  text-align: left;
}
.Prologue h5 {
  font-size: 24px;
  color: #26272d;
  font-family: "Montserrat-Regular";
  font-weight: 600;
}
.Prologue p {
  font-size: 20px;
  line-height: 28px;
  color: #8c8f94;
  font-family: "Lato-Regular";
  font-weight: 400;
}
.section3-bg {
  background-color: #f5f5f8;
}
.img1 {
  margin-bottom: -48px !important;
  width: 90%;
  margin: 0 auto;
  display: table;
}
.basis {
  padding-top: 100px;
}
.basis1 h4 {
  font-size: 42px;
  line-height: 52px;
  color: #26272d;
  font-family: "Montserrat-Bold";
  font-weight: 400;
  text-align: center;
}
.basis1 h4:before {
  content: "";
  width: 40px;
  height: 3px;
  position: absolute;
  background: #267df4;
  top: 55px;
  text-align: center;
  margin-left: 25px;
}
.basis1 h5 {
  font-size: 39px;
  color: #26272d;
  font-family: "Lato-light";
  font-weight: 300;
  text-align: center;
  margin-bottom: 30px;
}
.basis1 h5 span {
  font-weight: 600;
}
.basis1 p {
  font-size: 24px;
  color: #26272d;
  font-family: "Montserrat-light";
  font-weight: 300;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 30px;
}
.basis2 p {
  font-size: 20px;
  line-height: 28px;
  color: #8c8f94;
  font-family: "Lato-regular";
  font-weight: 400;
}
.section4 {
  padding: 170px 0px 130px 0px;
}
.section4 .align {
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
.section4 h4 {
  font-size: 32px;
  line-height: 38px;
  color: #26272d;
  font-family: "Montserrat-Bold";
  font-weight: 600;
  text-align: center;
}
.p1-font {
  font-size: 12px;
  font-family: "Montserrat-Regular";
  margin-bottom: 5px;
}
.star i {
  color: #f2bc3b;
  font-size: 18px;
}
.section4 h5 {
  font-size: 24px;
  line-height: 38px;
  color: #26272d;
  font-family: "Montserrat-light";
  font-weight: 600;
  text-align: center;
}
.section4 p {
  font-size: 20px;
  line-height: 28px;
  color: #8c8f94;
  font-family: "Lato-regular";
  font-weight: 400;
  text-align: center;
}
footer {
  background-color: #ededee;
  height: 95px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
  border-top: 1px solid #e3e3e4;
}
footer p {
  margin-bottom: 0px;
  font-size: 14px;
  color: #8c8f94;
  font-family: "Lato-regular";
}
.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:hover {
  color: #4d4e53;
}
.author-cls{
    display: block;
    padding-top: 5px;
}
.vote1 > div{
  text-align: center;
}
/* FAQS STYLES */
.faqs, .privacytext{
    background: #f5f5f8;
    padding: 40px 0px;
    min-height: calc(100vh - 175px);
}
.faqs .card{
  margin-bottom: 5px;
}
.faqs .card-link{
font-size: 16px;
    color: #26272d !important;
    font-family: "Lato-Regular";
}
.faqs li{
  font-size: 16px;
    line-height: 20px;
    margin-bottom: 7px;
}
/* privacypolicy styles */

.privacytext li{
  font-size: 20px;
    line-height: 30px;
    margin-bottom: 7px;
    font-family: "Montserrat-Regular";
    font-weight: 600;
    text-decoration: underline;
    text-align: justify;
}
.spantext{
  font-weight: 600;
  font-family: "Lato-Regular";
  text-decoration: underline;
}
.spanbold{
  font-weight: 600;
  font-family: "Lato-Regular";
    
}
.text-p{
  font-size: 16px;
  font-family: "Lato-Regular";
  font-weight: 400;
  text-align: justify;
}
.textpolicy h2{
  font-size: 26px;
    font-family: "Lato-Regular";
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #26272d !important;
    text-align: center;
    margin-bottom: 20px;
    text-decoration: underline;
}
.policylist ul{
  padding-left: 0px;
}
.policylist ol li{
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 7px;
  font-family: "Lato-Regular";
  text-decoration: none;
  font-weight: 400;
  text-align: justify;
}

.liststyle li{
  font-size: 16px;
  text-decoration: none;
  font-family: "Lato-Regular";
  font-weight: 400;
}
.nav-link.active{
  color: #feae3c !important;
}
@media (max-width: 1366px) {
  .h3-font {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 25px;
  }
  .p-font {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 40px;
  }
  .p-t {
    padding: 55px 0px;
  }
  .btn1,
  .btn3 {
    padding: 10px 35px;
    min-width: 120px;
  }
  .space {
    margin-bottom: 45px;
  }
  .pt55,
  .ballet,
  .vote1 {
    text-align: center;
  }
  .pt55 img {
    width: 306px;
    padding-right: 0px;
  }
  .pt55 h2 {
    font-size: 60px;
  }
  .ballet img {
    width: 280px;
  }
  .h4-font {
    font-size: 40px;
    line-height: 50px;
  }
  .pb-100 {
    padding: 80px 0px 70px 0px;
  }
  .pb-100 h4 {
    font-size: 30px;
    margin-bottom: 25px;
  }
  .vote1 img {
    width: 400px;
    margin-bottom: 25px;
  }
  .Prologue h4,
  .basis1 h4 {
    font-size: 40px;
    line-height: 40px;
    font-weight: 600;
  }
  .Prologue p {
    font-size: 18px;
    line-height: 22px;
  }
  .basis {
    padding-top: 80px;
  }
  .basis1 h4:before {
    top: 50px;
    margin-left: 25px;
  }
  .basis1 p {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .basis1 h5 {
    font-size: 30px;
  }
  .basis2 p,
  .section4 p {
    font-size: 18px;
    line-height: 24px;
  }
  .img1 {
    margin-bottom: -35px !important;
    width: 80%;
  }
  .section4 {
    padding: 80px 0px;
  }
  footer {
    height: 75px;
  }
  .section4 h5 {
    font-size: 22px;
  }
  .privacytext{
    min-height: calc(100vh - 169px);
  }
  .privacytext li{
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 1024px) {
  .h3-font {
    font-size: 35px;
  }
  .p-t {
    padding: 55px 0px;
  }
  .p-font {
    margin-bottom: 30px;
  }
  .p1-font {
    margin-bottom: 5px;
  }
  .ballet img {
    width: 250px;
  }
  .h4-font {
    font-size: 32px;
    line-height: 40px;
  }
  .basis {
    padding-top: 60px;
  }
  .pb-100 h4 {
    font-size: 26px;
  }
  .pb-100 {
    padding: 60px 0px 50px 0px;
  }
  .Prologue h4 {
    font-size: 32px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .Prologue h5 {
    font-size: 22px;
  }
  .basis1 h4 {
    font-size: 32px;
    line-height: 30px;
  }
  .basis1 h4:before {
    top: 42px;
    margin-left: 17px;
  }
  .section4 {
    padding: 60px 0px;
  }
  .space {
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
.navbar-dark .navbar-toggler-icon {
  background-image: url("../images/menu-icon.png");
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.faqs, .privacytext{
  min-height: auto;
}
.faqs li, .privacytext li{
  font-size: 14px;
  line-height: 20px;
}
}
@media (max-width: 767px) {
  .bg-color {
    padding: 10px 5px;
  }
  .col-sm-6,
  .col-sm-7,
  .col-sm-5 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pt55 h2 {
    font-size: 50px;
  }
  .row {
    margin: 0 !important;
  }
  .p-t {
    padding: 30px 20px;
  }
  .h3-font {
    font-size: 24px;
    line-height: 25px;
    margin-bottom: 20px;
  }
  .p-font {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 22px;
  }
  .btn1,
  .btn3 {
    padding: 6px 20px;
    min-width: 110px;
  }
  .space {
    margin-bottom: 25px;
  }
  .h4-font {
    font-size: 24px;
    line-height: 30px;
    margin: 35px 0px;
  }
  .pb-100 h4,
  .basis1 p,
  .basis1 h5 {
    font-size: 20px;
  }
  .Prologue h4 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 5px;
  }
  .Prologue h5 {
    font-size: 16px;
  }
  .Prologue p {
    font-size: 16px;
    line-height: 18px;
  }
  .pb-100,
  .basis {
    padding: 30px 0px 30px 0px;
  }
  .basis1 h4,
  .section4 h4 {
    font-size: 24px;
    line-height: 20px;
  }
  .basis1 h4:before {
    top: 30px;
    margin-left: 8px;
  }
  .basis2 p,
  .section4 p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 12px;
  }
  .section4 .align {
    width: 70%;
  }
  .img1 {
    margin-bottom: -50px !important;
  }
  .section4 h5 {
    font-size: 20px;
    line-height: 24px;
  }
  .vote1,
  .Prologue,
  .basis2,
  .basis1 {
    padding: 0px 20px;
  }
  .textpolicy h2{
    font-size:22px;
  }
}

@media (max-width: 767px) {
  .vote1 img,
  .pt55 img {
    width: 100%;
  }
  .ballet img {
    width: 50%;
  }
}
@media (max-width: 540px) {
  .section4 .align {
    width: 100%;
  }
  .pb-100 h4,
  .basis1 p,
  .basis1 h5 {
    font-size: 16px;
  }
  .section4 h5{
    font-size: 18px;
  }
  .Prologue h4{
    font-size: 24px;
  }
  .h4-font {
    font-size: 20px;
    margin: 25px 0px;
  }
  .Prologue p,
  .text-p,
  .policylist ol li {
    font-size: 14px;
  }
  .p-t {
    padding: 35px 0px;
  }
  .faqs, .privacytext{
    padding: 20px 0px;
  }
  .policylist ol li{
    line-height: 20px;
  }
  .policylist ol{
    padding-left: 15px;
  }
}
