/*------------------------------------------------------------------
    IMPORT FONTS
-------------------------------------------------------------------*/

@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");
/* @import url("https://fonts.googleapis.com/css?family=Engagement"); */
@import url("https://fonts.googleapis.com/css2?family=Proza+Libre:wght@600&display=swap");

/*------------------------------------------------------------------
    IMPORT FILES
-------------------------------------------------------------------*/

/* @import url(animate.css);
@import url(font-awesome.min.css);
@import url(magnific-popup.css);
@import url(responsiveslides.css);
@import url(timeline.css);
@import url(flaticon.css); */

/*------------------------------------------------------------------
    SKELETON
-------------------------------------------------------------------*/

body {
  color: #666666;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  line-height: 1.80857;
}

a {
  color: #1f1f1f;
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
  font-weight: normal;
  position: relative;
  padding: 0 0 1.5rem 0;
  font-weight: normal;
  line-height: 120% !important;
  color: #1f1f1f;
  margin: 0;
}

h1 {
  font-size: 3rem;
  padding: 1.5rem 0;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 13px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #212121;
  text-decoration: none !important;
  opacity: 1;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  opacity: 0.8;
}

a {
  color: #1f1f1f;
  text-decoration: none;
  outline: none;
}

a,
.btn {
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-custom {
  margin-top: 20px;
  background-color: transparent !important;
  border: 2px solid #ddd;
  padding: 12px 40px;
  font-size: 16px;
}

.lead {
  font-size: 18px;
  line-height: 30px;
  color: #767676;
  margin: 0;
  padding: 0;
}

blockquote {
  margin: 20px 0 20px;
  padding: 30px;
}

ul,
li,
ol {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
button:focus {
  outline: none;
}

.form-control::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}

/*------------------------------------------------------------------
    LOADER 
-------------------------------------------------------------------*/

#preloader {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #881228;
  z-index: 11000;
  position: fixed;
  display: block;
}

.pulse {
  height: 150px;
  width: 310px;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.pulse:after {
  content: "";
  display: block;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 300px 100px" enable-background="new 0 0 300px 100px" xml:space="preserve"><polyline fill="none" stroke-width="3px" stroke="white" points="2.4,58.7 70.8,58.7 76.1,46.2 81.1,58.7 89.9,58.7 93.8,66.5 102.8,22.7 110.6,78.7 115.3,58.7 126.4,58.7 134.4,54.7 142.4,58.7 197.8,58.7 "/></svg>')
    0 0 no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-animation: 2s pulse linear infinite;
  animation: 2s pulse linear infinite;
  clip: rect(0, 0, 100px, 0);
  background-position: 50px 0px;
}
.pulse:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 2px;
  right: 2px;
  bottom: 0;
  top: 16px;
  margin: auto;
  height: 3px;
}

.pulse h3 {
  color: #ffffff;
  font-family: auto;
  font-size: 38px;
}

@-webkit-keyframes pulse {
  0% {
    clip: rect(0, 0, 100px, 0);
    opacity: 0.4;
  }
  4% {
    clip: rect(0, 66.66667px, 100px, 0);
    opacity: 0.6;
  }
  15% {
    clip: rect(0, 133.33333px, 100px, 0);
    opacity: 0.8;
  }
  20% {
    clip: rect(0, 300px, 100px, 0);
    opacity: 1;
  }

  80% {
    clip: rect(0, 300px, 100px, 0);
    opacity: 0;
  }

  90% {
    clip: rect(0, 300px, 100px, 0);
    opacity: 0;
  }

  100% {
    clip: rect(0, 300px, 100px, 0);
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    clip: rect(0, 0, 100px, 0);
  }
  4% {
    clip: rect(0, 66.66667px, 100px, 0);
  }
  15% {
    clip: rect(0, 133.33333px, 100px, 0);
  }
  20% {
    clip: rect(0, 300px, 100px, 0);
    opacity: 1;
  }

  80% {
    clip: rect(0, 300px, 100px, 0);
    opacity: 0;
  }

  90% {
    opacity: 0;
  }

  100% {
    clip: rect(0, 300px, 100px, 0);
    opacity: 0;
  }
}

.pulse {
  text-align: center;
}
.pulse i {
  color: #ffffff;
  font-size: 38px;
}

/*------------------------------------------------------------------
    HEADER
-------------------------------------------------------------------*/

.top-header .navbar {
  padding: 0px;
}

.top-header {
  background: #ffffff;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  margin: 0 auto;
  z-index: 1001;
}

.top-header .navbar .navbar-collapse ul li a {
  padding: 19px 15px;
  text-transform: capitalize;
  font-size: 18px;
}

.top-header .navbar .navbar-collapse ul li a.dropdown-item {
  padding: 10px 15px;
  text-transform: capitalize;
  font-size: 18px;
}

.top-header .navbar .navbar-collapse ul li a.active {
  /* background: #881228;
  color: #ffffff; */
}

.top-header .navbar .navbar-collapse ul li a:hover {
  background: #890025;
  color: #ffffff;
}

.top-header.fixed-menu {
  width: 100%;
  position: fixed;
  box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  background: #fff;
  z-index: 20;
}

.navbar-toggler {
  border: 1px solid #881228;
  border-radius: 0;
  margin: 16px 15px;
  padding: 10px 10px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.navbar-toggler span {
  background: #881228;
  display: block;
  width: 25px;
  height: 2px;
  margin: 0 auto;
  margin-top: 0px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.navbar-toggler span + span {
  margin-top: 5px;
}

.navbar-toggler:hover {
  border: 1px solid #881228;
}

.navbar-toggler:hover span {
  background: #881228;
}

.navbar-brand img {
  width: 300px;
}

.dropdown-menu {
  right: 0;
  left: auto;
  margin-left: 0;
  max-width: calc(100vw - 3rem);
  width: 40rem;
  background-color: #fff;
  border-radius: 8px;
  /* very important */
  border: 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  max-height: calc(100vh - 5rem);
  overflow-x: auto;
  -webkit-overflow: touch;
  color: #000a47;
  padding: 1rem 0;
  min-width: 10rem;
  -webkit-columns: 2 16rem;
  -moz-columns: 2 16rem;
  columns: 2 16rem;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}
.dropdown-menu ul {
  /* display: flex;
  flex-direction: column;
  flex-wrap: wrap; */
}

/*------------------------------------------------------------------
    Banner
-------------------------------------------------------------------*/

.home-slider {
  position: relative;
  height: 100%;
}

.lbox-caption {
  display: table;
  height: 100%;
  width: 100%;
}

.lbox-caption {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 10;
}

.lbox-details {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  height: 100%;
  padding: 11% 0%;
}

.lbox-details::before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.lbox-details h1 {
  font-family: "Proza Libre", sans-serif;
  font-size: 64px;
  font-weight: 600;
  color: #ffffff;
  position: relative;
  z-index: 3;
}

.lbox-details h2 {
  font-size: 54px;
  font-family: auto;
  color: #ffffff;
  font-weight: 300;
  position: relative;
  z-index: 3;
}
.lbox-details p {
  color: #ffffff;
  position: relative;
  z-index: 3;
}
.lbox-details p strong {
  color: #881228;
  font-size: 40px;
  font-family: auto;
}
.lbox-details a.btn {
  background: #63c7bd;
  padding: 10px 20px;
  font-size: 20px;
  text-transform: uppercase;
  color: #ffffff;
  border-radius: 0px;
  position: relative;
  z-index: 3;
}
.lbox-details a.btn:hover {
  background: #881228;
}

.countdown {
  background: url(../images/ptn-bg.jpg);
  background-size: cover;
  width: 100%;
  height: 100%;
  max-width: 550px;
  height: 300px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
.countdown #timer div {
  width: 100%;
}
.countdown #timer h3 a {
  color: inherit;
}

.countdown #timer h3 {
  font-family: auto;
  font-size: 38px;
  color: #ffffff;
  font-weight: normal;
  padding: 0px;
  padding-top: 17px;
  padding-bottom: 17px;
  background: #890025;
}
.countdown #timer h4 {
  font-family: "Proza Libre", sans-serif;
  padding: 1rem 0;
  font-size: 1.5rem;
  text-transform: uppercase;
  text-decoration: underline;
}
.countdown #timer p {
  padding: 0 2rem;
  color: #1f1f1f;
}
.countdown #timer div h6 {
  color: #890025;
  font-weight: 600;
  font-size: 16px;
}

.countdown #timer div#days {
  position: absolute;
  left: 0;
  top: 90px;
}
.countdown #timer div#hours {
  position: absolute;
  right: 0;
  top: 90px;
}
.countdown #timer div#minutes {
  position: absolute;
  bottom: 0px;
  left: 28%;
}
.countdown #timer div#seconds {
  position: absolute;
  bottom: 0px;
}

/*------------------------------------------------------------------
    About
-------------------------------------------------------------------*/

.tooltip-1 {
  display: inline-block;
  position: relative;
  color: #890025;
  opacity: 1;
}

.tooltip__wave {
  width: 30%;
  height: 20px;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0px;
  margin: 0 auto;
  overflow: hidden;
}

.tooltip__wave span {
  position: absolute;
  left: -100%;
  width: 200%;
  height: 100%;
  background: url(../images/wave.svg) repeat-x center center;
  background-size: 50% auto;
}

.about-box {
  padding: 70px 0px;
  background: url(../images/ptn-bg.jpg);
}

.title-box {
  text-align: center;
}
.title-box h2 {
  font-size: 2.5rem;
  font-family: "Proza Libre", sans-serif;
  color: #222222;
}
.title-box h2 span {
  color: #881228;
  text-decoration: underline;
}
.about-main-info h2 {
  font-size: 40px;
  font-family: "Engagement", cursive;
}
.about-main-info h2 span {
  color: #881228;
  text-decoration: underline;
}
.about-main-info {
  margin-bottom: 30px;
}

.about-m {
  background: #890025;
  padding: 0px 30px;
}

.about-img {
  padding: 30px 0px;
}

.about-img img {
  border-radius: 10px;
}

.about-m ul {
  display: block;
  text-align: center;
  padding-bottom: 30px;
}
.about-m ul li {
  display: inline-block;
  text-align: center;
}
.about-m ul li a {
  background: #528780;
  color: #ffffff;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  display: block;
  border-radius: 50px;
  margin: 0px 5px;
}

.about-m ul li a:hover {
  background: #333333;
  color: #ffffff;
}

/*------------------------------------------------------------------
    Services
-------------------------------------------------------------------*/

.services-box {
  padding: 5rem 0;
}
.services-box .family-info {
  visibility: visible;
  opacity: 1;
  padding: 1rem;
}
.services-box .family-info h4,
.services-box .family-info a {
  font-family: inherit;
  font-size: 1rem;
  font-weight: 600;
  padding: 0;
}

.service-box h1 {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  font-weight: 600;
}
.service-box picture {
  width: 100%;
}
.service-box picture img {
  width: 100%;
}
/*------------------------------------------------------------------
    Story
-------------------------------------------------------------------*/

.story-box {
  padding: 70px 0px;
}

.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.main-timeline-box {
  position: relative;
  word-wrap: break-word;
}

.main-timeline-box .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.main-timeline-box .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.main-timeline-box .separline::before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #f1f1f1;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}

.main-timeline-box .iconBackground {
  position: absolute;
  left: 50%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 30px;
  display: inline-block;
  background-color: #f1f1f1;
  top: 20px;
  margin-left: -10px;
}
.main-timeline-box .timeline-text-content {
  padding: 30px 35px;
  background: #f1f1f1;
}
.main-timeline-box .reverse .timeline-text-content {
  margin-right: 30px;
}
.main-timeline-box .reverse .time-line-date-content p {
  float: left;
  padding: 30px 35px;
  background: #f1f1f1;
}
.main-timeline-box .reverse .time-line-date-content {
  margin-right: 30px;
}

.display-font {
  font-family: "Engagement", cursive;
  font-size: 30px;
  color: #222222;
}
.main-timeline-box .timeline-text-content {
  margin-left: 30px;
}
.main-timeline-box .time-line-date-content p {
  float: right;
  padding: 30px 35px;
  background: #f1f1f1;
}
.main-timeline-box .time-line-date-content {
  margin-right: 30px;
}

.main-timeline-box .time-line-date-content .mbr-timeline-date {
  background: #881228;
  color: #ffffff;
}
.main-timeline-box .reverse .time-line-date-content .mbr-timeline-date {
  background: #63c7bd;
  color: #ffffff;
}
.story-box h4 {
  display: block;
  font-size: 1.5rem;
  padding: 1.5rem 0;
  color: black;
  font-family: "Engagement", cursive;
}

/*------------------------------------------------------------------
    Family
-------------------------------------------------------------------*/

.family-box {
  padding: 70px 0px;
  background: url(../images/ptn-bg.jpg);
}

.single-team-member {
  position: relative;
  margin-top: 30px;
  border: 10px solid #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.family-img {
  position: relative;
}
.family-img::after {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  background-color: #535c68;
}
.family-info {
  padding: 25px 30px;
  background-color: #890025;
  text-align: center;
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: auto;
  z-index: 7;
  opacity: 0;
  visibility: hidden;
  right: 15px;
  text-align: center;
  margin: 0 auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.single-team-member:hover .family-info {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}

.family-info h4,
.family-info a {
  font-family: "Engagement", cursive;
  font-size: 24px;
  color: #ffffff;
}
.family-info p {
  margin: 0px;
  font-size: 18px;
  color: #ffffff;
}
.title h2 {
  color: #ffffff;
  padding: 10px 0px;
}

/*------------------------------------------------------------------
    Gallery
-------------------------------------------------------------------*/

.gallery-box {
  padding: 70px 0px;
}

.gallery-box ul {
}
.gallery-box ul li {
  position: relative;
  width: 25%;
  margin: 0;
  padding: 0px 15px;
  float: left;
  border: none;
  overflow: hidden;
  margin-bottom: 30px;
}
.gallery-box ul li a {
  position: relative;
  display: inline-block;
  border: 4px solid #ffffff;
}
.gallery-box ul li a::before {
  content: "";
  position: absolute;
  background: rgba(82, 135, 128, 0.9);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
.gallery-box ul li a .overlay {
  background: #881228;
  color: #ffffff;
  font-size: 22px;
  text-align: center;
  width: 38px;
  height: 38px;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
.gallery-box ul li a:hover::before {
  top: 0;
  opacity: 1;
}
.gallery-box ul li a:hover .overlay {
  opacity: 1;
}
.gallery-box ul li a:hover {
  border: 4px solid #890025;
}

/*------------------------------------------------------------------
    Wedding Service
-------------------------------------------------------------------*/

.wedding-box {
  padding: 70px 0px;
  background: url(../images/ptn-bg.jpg);
}

.serviceBox {
  padding: 25px 30px;
  text-align: center;
  background: #ffffff;
  border-top: 3px solid #890025;
  border-bottom: 3px solid #890025;
  position: relative;
  height: 100%;
}
.serviceBox:before {
  content: "";
  border-top: 0 solid #890025;
  border-right: 0 solid transparent;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: all 0.3s ease 0s;
}
.serviceBox:hover:before {
  border-top-width: 78px;
  border-right-width: 78px;
}
.serviceBox:after {
  content: "";
  border-bottom: 0 solid #890025;
  border-left: 0 solid transparent;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  transition: all 0.3s ease 0s;
}
.serviceBox:hover:after {
  border-bottom-width: 78px;
  border-left-width: 78px;
}
.serviceBox .service-icon {
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border: 2px solid #890025;
  background: #ffffff;
  font-size: 60px;
  color: #890025;
  margin-bottom: 20px;
  position: relative;
}
.serviceBox .title {
  font-size: 20px;
  font-weight: 700;
  color: #890025;
  letter-spacing: 1px;
  margin: 0 0 12px 0;
  text-transform: uppercase;
  position: relative;
  transition: all 0.3s ease 0s;
}
.serviceBox:hover .title {
  letter-spacing: 3px;
}
.serviceBox .description {
  font-size: 15px;
  color: #333333;
  letter-spacing: 1px;
  line-height: 27px;
  margin: 0;
}
@media only screen and (max-width: 990px) {
  .serviceBox {
    margin-bottom: 30px;
  }
}

/*------------------------------------------------------------------
    Queries
-------------------------------------------------------------------*/

.wedding-box button {
  background-color: #890025;
  font-size: 1.5rem;
  outline: 0;
  padding: 0.5rem 2rem;
  color: white;
  border: 0;
}
.wedding-box button a {
  color: white;
}
.wedding-box button a:hover {
  color: white;
  text-decoration: none;
  opacity: 0.8;
}
#requirements ul li {
  list-style-type: disc;
  width: 50%;
}

/*------------------------------------------------------------------
    Events
-------------------------------------------------------------------*/

.events-box {
  padding: 70px 0px;
}
.event-inner {
  background: #ffffff;
  text-align: center;
  margin-bottom: 30px;
  border: 10px solid #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.event-img {
  margin-bottom: 15px;
  overflow: hidden;
}
.event-img img {
  transition: all 0.9s ease 0s;
}
.event-inner:hover .event-img img {
  -moz-transform: scale(1.5) rotate(-10deg);
  -webkit-transform: scale(1.5) rotate(-10deg);
  -ms-transform: scale(1.5) rotate(-10deg);
  -o-transform: scale(1.5) rotate(-10deg);
  transform: scale(1.5) rotate(-10deg);
}
.event-inner a {
  background: #881228;
  color: #ffffff;
  padding: 5px 10px;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}
.event-inner a:hover {
  background: #63c7bd;
}

/*------------------------------------------------------------------
    Contact
-------------------------------------------------------------------*/

.contact-box {
  padding: 70px 0px;
}
.contact-block {
}

.contact-block .form-group .form-control {
  background: #890025;
  height: 45px;
  font-size: 16px;
  border: 0;
  color: #ffffff;
  padding: 6px 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.contact-block .form-group .form-control::placeholder {
  color: white;
}
.contact-block .form-group textarea.form-control {
  height: 150px;
  padding-top: 15px;
}

.submit-button .btn-common {
  background-color: #881228;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  padding: 0 15px;
  border: 0;
  outline: 0;
  text-transform: uppercase;
  border-radius: 0px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.submit-button .btn-common:hover {
  background-color: #528780;
}

.custom-select {
  height: 45px;
  font-size: 16px;
}
select.form-control:not([size]):not([multiple]) {
  height: calc(45px + 2px);
}

.help-block ul li {
  color: red;
}

/* aside */

aside a {
  width: 180px;
  max-width: 48%;
  padding: 7px;
  margin: 0 1%;
  background-color: #f2924f !important;
}

.fixedOnSide {
  position: fixed;
  bottom: 100px;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  justify-content: space-between;
}
.whatsAppCircle {
  color: #61c26c;
}
/* footer */

.footer-box {
  background: #292f35;
  padding: 20px 0;
}

.footer-box .footer-company-name {
  text-align: center;
  margin: 0px;
  color: #ffffff;
}

.footer-box .footer-company-name a {
  color: #881228;
}
.footer-box .footer-company-name a:hover {
  color: #63c7bd;
}

@media only screen and (max-width: 768px) {
  .navbar-brand img {
    width: 175px;
  }
  .service-box h1 {
    font-size: 1.5rem;
  }
}

/* 

---------------Timeline css---------------------

*/

.timeLine {
  position: relative;
  padding: 70px 0px;
  text-align: center;
  width: 100%;
  overflow: hidden;
}
.timeLine .row .lineHeader:before {
  position: absolute;
  top: 0;
  margin: auto;
  content: "\f102";
  font-family: FontAwesome;
  color: #ddd;
  font-size: 36px;
  margin-left: -10px;
}
.timeLine .row .lineHeader:after {
  content: "";
  width: 3px;
  position: absolute;
  top: 35px;
  bottom: 35px;
  left: 50%;
  border-radius: 50px;
  background-color: #ddd;
}
.timeLine .row .lineFooter:before {
  position: absolute;
  bottom: 0;
  margin: auto;
  content: "\f103";
  font-family: FontAwesome;
  color: #ddd;
  font-size: 36px;
  margin-left: -10px;
}
.timeLine .row .item {
  float: left;
  margin-bottom: 2%;
  padding: 0px;
  clear: left;
}
.timeLine .row .item:before {
  content: "";
  width: 15px;
  height: 15px;
  border: 3px solid darkred;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  right: -9px;
  top: 10px;
}
.timeLine .row article:nth-child(2n-1).item:after {
  content: "";
  height: 1px;
  width: 5%;
  position: absolute;
  background-color: #890025;
  top: 16px;
  right: 8px;
}
.timeLine .row article:nth-child(2n).item:after {
  content: "";
  height: 1px;
  width: 5%;
  position: absolute;
  background-color: #890025;
  top: 16px;
  left: 8px;
}
.timeLine .row .item .caption {
  margin: auto;
  width: 85%;
  background: #fff;
  min-height: 200px;
  position: relative;
  color: #333;
  border: 1px solid #aaa;
  box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.5);
}
.timeLine .row .item .caption .star {
  width: 50px;
  padding: 5px 0px;
  font-weight: bold;
  line-height: 15px;
  position: absolute;
  z-index: 999;
  top: -10px;
  left: 20px;
  background-color: rgba(139, 0, 0, 0.8);
  color: white;
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.5);
}
.timeLine .row .item .caption .star span {
  display: inline-block;
  margin: 0px;
  padding-bottom: 5px;
  line-height: 20px;
}
.timeLine .row .item .caption .star:before {
  content: "";
  position: absolute;
  top: 0px;
  left: -10px;
  z-index: 2;
  border-right: 10px solid #5e0808;
  border-bottom: 0px solid transparent;
  border-top: 10px solid transparent;
}
.timeLine .row .item .caption .image {
  position: relative;
}
.timeLine .row .item .caption .image img {
  width: 100%;
  min-height: 200px;
  max-height: 400px;
}
.timeLine .row .item .caption .image video {
  width: 100%;
  height: 100%;
  position: relative;
}
.timeLine .row .item .caption .image .controll {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.7);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.timeLine .row .item .caption .image .title {
  background-color: darkred;
  padding: 0px 20px;
  position: absolute;
  z-index: 9;
  left: -10px;
  bottom: 10px;
  display: inline-block;
  opacity: 0;
  color: white;
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.5);
}
.timeLine .row .item .caption .image .title:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0px;
  z-index: 2;
  border-left: 10px solid transparent;
  border-bottom: 0px solid transparent;
  border-top: 10px solid #5e0000;
}
.timeLine .row .item .textContent {
  padding: 15px 10px;
}
.timeLine .row .item .textContent p {
  text-justify: justify;
  text-align: left;
  padding: 0px 10px;
  border-left: 5px solid #890025;
}
.timeLine .row .pull-right {
  float: right;
  margin-bottom: 0%;
  margin-top: 3%;
  clear: right;
}
.timeLine .row .pull-right:before {
  content: "";
  width: 15px;
  height: 15px;
  border: 3px solid darkred;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  left: -6px;
  top: 14px;
}
.timeLine .row .pull-right:after {
  content: "";
  height: 1px;
  width: 5%;
  position: absolute;
  background-color: #890025;
  top: 21px;
  left: 12px;
}

/* Smart Phones Screen */
@media (max-width: 767px) {
  .timeLine .row .item {
    margin-bottom: 4%;
  }
  .timeLine .row .item:before {
    display: none;
  }
  .timeLine .row .item:after {
    display: none;
  }
  .timeLine .row .pull-right {
    margin-top: 0%;
  }
  .timeLine .row .pull-right:before {
    display: none;
  }
  .timeLine .row .pull-right:after {
    display: none;
  }
}
/* small Screen */
@media (min-width: 768px) and (max-width: 991px) {
  .timeLine .row .item {
    margin-bottom: 4%;
  }
  .timeLine .row .item:before {
    display: none;
  }
  .timeLine .row .item:after {
    display: none;
  }
  .timeLine .row .pull-right {
    margin-top: 0%;
  }
  .timeLine .row .pull-right:before {
    display: none;
  }
  .timeLine .row .pull-right:after {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Caption text */
/* .text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
} */

/* Number text (1/3 etc) */
/* .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
} */

/* Fading animation */
/* .fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
} */

.fade {
  opacity: 0;
  animation-name: fade;
  animation-duration: 9s;
  animation-iteration-count: infinite;
  position: relative;
  left: 0;
  right: 0;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  11.11% {
    opacity: 1;
  }
  33.33% {
    opacity: 1;
  }
  44.44% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
