body {
  font-family: Myriad Pro;

}
html {
  scroll-behavior: smooth;
}
a,h3,h4,h5,p{
	font-family: Myriad Pro;
}
a:hover{
  text-decoration: none;
  color: #fff;
}
.mt-70{
  padding-top: 70px;
}
.mb-70{
  padding-bottom: 70px;
}
.main-class {
    background: url(../img/main-header-bg.jpg) no-repeat;
    background-size: cover;
}
a.nav-link {
    font-size: 18px;
    margin-right: 10px;
    color: #fff;
    margin-left: 10px;
}
.navbar-nav a:hover {
  border-bottom: 3px solid red;
     background: #800005;
}
.nav-item.active a {
    border-bottom: 3px solid red;
    background: #800005;
}
a.nav-item {
    color: #fff;
  font-size: 2em;
  text-decoration: none;
  display: inline-block;
  position: relative;
  font-family: 'Dosis', sans-serif;
}

img.logo-cnt {
    max-width: 60%;
}
.page-header__content {
	padding: 10px 0;

}
ul.header-icon a:hover {
    color: #e31e25;
}
.page-header__content {
    padding: 30px 0;
}
.header-info {
    /* padding-top: 52px; */
    float: left;
}

.header-info span {
	display: block;
	font-style: italic;
	padding-top: 5px;
}
.header-icon {
    float: right;
    overflow: hidden;
    margin-top: 15px;
}
.header-icon li {
    float: left;
    margin-left: 21px;
    list-style: none;
}
.header-icon a {
	font-size: 16px;
	color: #dedfe1;
}

.page-header__content .logo {
    display: inline-block;
    text-align: center;
    width: 59%;
}

/******************banner***********/
.carousel-indicators li {
  width: 11px;
  height: 11px;
  border-radius: 50%;
}
#carousel .carousel-control-prev {
    display: none;
}
.caption span {
    font-size: 84px;
}
#carousel .carousel-control-next {
    display: none;
}
.caption h2 {
    font-family: 'Baskervville', serif;
    font-size: 70px;
}
#carousel .carousel-item.banner1 {
  background-image: url(../img/banner1.jpg);
}

#carousel .carousel-item.banner2 {
 background-image: url(../img/banner1.jpg);
}

#carousel .carousel-item.banner3 {
   background-image: url(../img/banner1.jpg);
}
#carousel .carousel-item {
    background: no-repeat center center scroll;
    background-size: cover;
    padding: 10% 0;
}
#carousel .carousel-inner .carousel-item {
  transition: -webkit-transform 2s ease;
  transition: transform 2s ease;
  transition: transform 2s ease, -webkit-transform 2s ease;
}
#carousel .carousel-item .caption {
  padding: 20px;
  color: white;
  animation-duration: .5s;
  animation-delay: .5s;
}
#carousel .caption h2 {
  animation-duration: .5s;
  animation-delay: .5s;
}
#carousel .caption p {
  animation-duration: 1s;
  animation-delay: .5s;
  letter-spacing: .5px;
}
#carousel .caption a {
  animation-duration: 1s;
  animation-delay: 2.4s;
}
/******************banner-end*************/

/******************banner-start*************/
.main-title {
  color: #e31e25;
  font-size: 60px;
  font-family: 'Baskervville', serif;
  line-height: 59px;
}
.main-title span {
  display: block;
  color: #191919;
}
.about-para {
  color: #777;
  font-size: 18px;
  padding-right: 10%;
  /* font-weight: 600; */
}
.about-img img {
  max-width: 100%;
}
.about-cnt {
    margin: 10% 5%;
}
/******************banner-end*************/

/******************benefit-start*************/

.hover-bg-dark:hover, .hover-bg-dark.active {
  background: #373939 !important;
}
.water-wave {
  position: relative;
  -webkit-animation-name: water-wave;
  animation-name: water-wave;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.icon-bg {
  position: relative;
  display: inline-block;
  height: 106px;
  width: 106px;
  background: url(../img/benefit-icon.png) no-repeat;
}
.benefits-para {
    margin: 0 7%;
}
.translate-top {
  background: url(../img/benefit-banner.jpg) no-repeat;
  background-size: cover;
  padding: 3% 0;
}
.text-black {
  color: #fbc5ca !important;
}
.hover-bg-dark:hover *, .hover-bg-dark.active * {
  color: #fff !important;
}
.benefits-title {
  font-size: 20px;
  font-weight: bold;
}
.icon-bg .icon {
  line-height: 100px;
}
.icon {
  font-size: 40px;
}

/******************benefit-end*************/

/******************pp-start*************/
.pp-img img {
  max-width: 100%;
}
.pp-img {
    text-align: center;
}
/******************pp-end*************/

/******************faq-strt*************/
#accordion .panel-title a:before {
    content: "";
    border-left: 24px solid #e16b47;
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
    position: absolute;
    top: 0;
    right: -24px;
    transition: all 0.3s ease 0s;
}
.accordion .card-header:after {
    font-family: 'FontAwesome';  
    font-weight: bold;
     content: "\f107"; 
    float: right; 
}
.accordion .card-header.collapsed:after {
    content: "\f105";
    font-weight: bold;
}
.card-body {
    min-height: 1px;
    padding: 10px;
    background: #fff;
    margin: 0px 19px;
    width: 88%;
}
#accordion .collapse.show::before {
    content: "";
    border-right: 25px solid #e31e25;
    border-bottom: 11px solid transparent;
    position: absolute;
    top: 0;
    left: -24px;
}
#accordion .collapse.show {
  position: relative;
  margin-bottom: 11px;
}
.card-title {
  color: #fff;
  padding-left: 20px;
}
.card p {
  color: #555;
}
.card-header {
  background-color: #e31e25;
}
.accordion > .card > .card-header {
  margin-bottom: 0px;
}
.card {
  border: 0px solid rgba(0,0,0,.125);
  background: none;
}
.pp-cnt {
  background: #efefef;
}
#accordion .card-header a::before {
    content: "";
    border-left: 24px solid #e31e25;
    border-top: 31px solid transparent;
    border-bottom: 24px solid transparent;
    position: absolute;
    top: 0;
    right: 0;
    right: -24px;
}
.card-header {
    width: 100%;
    display: block;
    font-size: 16px;
    font-weight: bold;
    background: #e31e25;
    color: #f7c59f;
    padding: 15px 25px;
    position: relative;
    margin-left: -24px;
}
#accordion .card-header a.collapsed:before {
    border-left-color: #f7c59f;
}
.card-header {
    width: 96%;
}
/******************faq-end*************/

/******************form-start*************/
.form-cnt {
    background: url(../img/form-bg.jpg) no-repeat;
    padding: 64px 24px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.faq-cnt {
  margin: 5% 0;
}
.form-cnt .form-group {
  margin-bottom: 25px;
}
/******************form-end*************/

/******************footer-strt*************/
.footer-widget h3 {
    margin-top: 30px;
    font-size: 24px;
    color: #301d44;
    margin-bottom: 30px;
}
.footer-widget .footer-list-two {
  list-style: none;
  /* margin: 0; */
  padding: 0;
  margin-bottom: 40px;
}
.footer-widget .footer-list-one li i:hover {
  background: #e31e25;
  color: #fff;
}
.social-cnt {
  /* margin-top: 24px; */
  padding-top: 37px;
  margin: auto 32px;
}
.footer-widget .footer-list-two li {
  display: block;
  color: #301d44;
  margin-bottom: 27px;
  position: relative;
}
.footer-logo {
  background: #212628;
  padding: 16% 0px;
  /* margin: 50px auto; */
}
.footer-widget .footer-list-two li i {
  color: #fba311;
  margin-right: 5px;
  font-size: 18px;
  width: 35px;
  height: 35px;
  text-align: center;
  color: #fff;
  background-color: #e31e25;
  -webkit-transition: 0.7s;
  border-radius: 50%;
  line-height: 36px;
  /* display: inline-block; */
  float: left;
  margin-right: 14px;
}
.footer-logo img {
  max-width: 81%;
  margin: auto 50px;
}
.footer-list-two p {
  color: #fff;
  margin-left: 24px;
}
.footer {
  background: #020405;
  margin-top: 70px;
}
.footer-list-two a {
  color: #fff;
}
.footer-widget {
  padding: 18% 0;
}
.copy-txt{
  border-top: 1px solid #d5d7d9;
  padding-top: 13px;
  padding-bottom: 13px;
}
.footer-widget1 {
  margin: auto 31px;
}
.footer-widget .footer-list-one li i {
  color: #fba311;
  margin-right: 5px;
  font-size: 18px;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #e31e25;
  background-color: #fff;
  -webkit-transition: 0.7s;
  border-radius: 50%;
  line-height: 49px;
  /* display: inline-block; */
  float: left;
  margin-right: 14px;
}
/******************footer-end*************/


.promotional-checkbox label {
    color: #fff;
    padding-left: 17px;
}

.site-inner-banner {
    background: #e31e25;
    text-align: center;
    padding: 100px 0;
}
.site-inner-banner h1 {
    color: #fff;
    margin: 0;
}
.policy-section {
  padding-top: 70px;
}

.policy-section h2 {
    background: #252525;
    padding: 12px 12px 12px 20px;
    color: #fff;
    border-left: 7px solid #e31e25;
    font-size: 24px;
}
.site-inner-banner p {
    color: #fff;
    margin-bottom: 0;
    margin-top: 10px;
}

.footer-links ul {
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0;
}
.footer-links a {
    color: #fff;
}