/*!
 * Common CSS files
 */
* {
  margin: 0px;
  padding: 0px;
}

body {
  font-family: Verdana, Geneva, sans-serif;
  line-height: 20px;
  font-weight: normal;
  font-style: 400;
  font-size: 14px;
}

.sectionPadding {
  padding: 40px 0 40px 0;
  position: relative;
}

.imgResponsive {
  width: 100%;
}

a {
  color: #272570;
  text-decoration: none;
  outline: none;
  box-shadow: none !important;
}

a:hover {
  color: #eb001b;
}

.positionRelative {
  position: relative;
}

.clearfix {
  clear: both;
}

canvas {
  display: block;
  vertical-align: bottom;
}

.flexCol {
  display: flex;
}

/*----------------------------- Headings Block ------------------------------------------*/

h2 {
  line-height: 50px;
  text-align: center;
  color: #f49938;
  font-family: Times New Roman;
  font-size: 34px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  margin-bottom: 20px;
}

h4 {
  font-family: Times New Roman;
  color: #f49938 !important;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;

}

p {
  font-size: 20px;
  letter-spacing: 0.07rem;
  line-height: 28px;
  font-family: Cormorant Garamond;
  color: #444;
}


li {
  font-size: 20px;
  line-height: 28px;
  font-family: Cormorant Garamond;
  color: #444;
  margin-bottom: 5px;
}

.contentList li {
  padding-bottom: 8px;
}

.homepage-block2-text p {
  font-size: 19.5px;
  letter-spacing: 0.001rem;
  color: #000000;
}

.parallax {
  height: 285px;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}


.greyBg {
  background: #eeeeee;
}

/*----------------------------- Navigation Block ------------------------------------------*/
header {
  background: #f9f9f9;
}


.logoBlock {
  padding: 30px 0px 48px 0px;
}

.navbar {
  padding: 0px 0px;
  background-color: #e62d29;
}

li:first-child.nav-item {
  border-left: 1px solid white;
}

.nav-item {
  margin-bottom: 0px;
}

.navbar-nav .nav-link {
  font-family: calibri !important;
  line-height: 22px !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  padding: 10px 22px 10px 20px !important;
  border-right: 1px solid #e8e8e8 !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
}

/*----------------------------- Banner ------------------------------------------*/
.mainBanner {
  position: relative;
  padding: 0px 0px;
}


.innerBanner {
  max-height: 630px;
  overflow: hidden;
  position: relative;
}

.homepage-block2-text {
  position: relative;
  text-indent: 60px;
}

.more-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

.read-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  text-indent: 0px;
}

.read-more::after {
  content: "▼";
  font-size: 12px;
  transition: transform 0.3s ease;
}

.read-more.active::after {
  transform: rotate(180deg);
}

.contactParaHeading {
  padding: 280px 0px;
  font-size: 45px;
  line-height: 45px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 2px 0px 6px rgba(91, 0, 0, 0.24);
  font-weight: 300;
  margin-bottom: 0 !important;
}

.imgThumb {
  margin: 15px 0px;
}

.imgThumb p {
  font-size: 20px;
  color: #444;
  padding-top: 20px;
  text-align: center;
  letter-spacing: 0.7px;
  line-height: 28px;
  margin-bottom: 0px;
}

.imgThumb img {
  max-width: 100%;
}

.learnMoreBtn {
  background: #e62d29;
  padding: 10px 60px 10px 60px;
  color: #fff !important;
  font-size: 26px;
  line-height: 1;
  font-family: calibri;
  display: inline-block;
  margin-bottom: 30px;
}

.text-justify {
  text-align: justify !important;
}

/*----------------------------- Form Fields ------------------------------------------------*/

.subscribeBlock {
  margin-top: 0rem;
  background: #eeeeee;
  padding: 30px 0px;
}

.subscribeBlock label {
  display: flex;
  flex-wrap: wrap;
  text-align: justify;
  font-family: Lato;
  font-size: 16px;
  letter-spacing: 0.007rem;
  font-weight: 700;
}

.subscribeBlock .form-control {
  display: block;
  width: 100%;
  font-weight: 400;
  line-height: 1.5;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid rgb(118, 118, 118);
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 3px 8px;
  border-radius: 0px;
  margin-left: 5px;
  outline: none;
  height: 28px;
  margin-bottom: 0px;
}

.subscribeBlock .subscribeBtn {
  font-weight: bold;
  height: 39px;
  line-height: 10px;
  padding: 0 30px;
  border-radius: 2px;
  text-transform: uppercase;
  transition: all 100ms ease-out;
  text-shadow: 0 1px rgba(0, 0, 0, 0.16);
  color: #fff;
  background-color: #25259b;
  border-color: #25259b;
  padding: 5px;
  font-family: Georgia, "Times New Roman", Times, serif;
  text-align: center;
}


.form-control {
  display: block;
  width: 100%;
  font-weight: 400;
  line-height: 1.5;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 16px;
  box-shadow: none !important;
  padding: 8px;
  border-radius: 5px;
  outline: none;
  height: 41px;
  border-radius: 0px;
}

textarea.form-control {
  margin-bottom: 10px;
  margin-top: 0px;
  height: 250px;
}

label {
  font-weight: 500;
  color: black;
  font-size: 18px;
  letter-spacing: 0.07rem;
  line-height: 24px;
  font-family: Cormorant Garamond;
}

label span {
  color: rgb(255, 0, 0);
  font-weight: 500;
}


/*----------------------------- Footers ------------------------------------------------*/

footer {
  padding: 65px 0px 0px 0px;
  background: #6e6e6d;
}

footer p {
  font-size: 16px;
  line-height: 2rem;
  font-family: Cormorant Garamond;
  letter-spacing: 0.05rem;
  color: #fff;
}

footer a {
  color: #fff;
}

.copyRight {
  text-align: center;
  margin-top: 33px !important;
  background: #494949;
}

.copyRight p {
  font-size: 12px;
  padding: 5px 0;
}

/*------------------------------------- Max-Width: 1600 ----------------------------------*/


/*------------------------------------- Max-Width: 1199 ----------------------------------*/
@media (max-width: 1199.5px) {}

/*------------------------------------- Max-Width: 991 ----------------------------------*/
@media (max-width: 991.5px) {

  .navbar-toggler {
    background-color: rgba(0, 0, 0, 0.05);
    border: 1px solid #fff;
    padding: 3px 2px 1px 6px;
    text-align: center;
    margin: 5px 0px;
  }

  .navbar {
    background-color: rgba(0, 0, 0, 0.05);
  }

  .navbar-nav {
    padding-bottom: 10px;
  }


  .navbar-toggler:focus {
    box-shadow: none;
  }

  .navbar-toggler-icon {
    color: #ffffff;
    font-size: 24px;
    margin-right: 1px;
  }

  .navbar-nav .nav-link,
  li:first-child.nav-item {
    border: none !important;
  }

  .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .8) !important;
    padding: 8px 15px !important;
    border-bottom: 1px solid rgba(0, 0, 0, .02) !important;
    text-align: left !important;
    font-size: 17px !important;
    font-weight: 400 !important;
  }
}

/*------------------------------------- Max-Width: 767 ----------------------------------*/
@media (max-width: 767.5px) {

  .imgThumb {
    text-align: center;
  }

  h2 {
    line-height: 41px;
  }
}

/*------------------------------------- Max-Width: 575 ----------------------------------*/
@media (max-width: 575.5px) {

  .imgThumb {
    text-align: center;
  }
}