/*------------------------------
Main style sheet
------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');
/*
    Flaticon icon font: Flaticon
    Creation date: 21/09/2020 13:36
    */
@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url("../fonts/Flaticon.woff2") format("woff2"), url("../fonts/Flaticon.woff") format("woff"), url("../fonts/Flaticon.ttf") format("truetype"), url("../fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
  }
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-style: normal;
}
.flaticon-salary:before {
  content: "\f100";
}
.flaticon-money:before {
  content: "\f101";
}
.flaticon-medal:before {
  content: "\f102";
}
.flaticon-trophy:before {
  content: "\f103";
}
.flaticon-lawyer:before {
  content: "\f104";
}
.flaticon-resume:before {
  content: "\f105";
}
.flaticon-customer-review:before {
  content: "\f106";
}
.flaticon-favourite:before {
  content: "\f107";
}
.flaticon-24-hours:before {
  content: "\f108";
}
.flaticon-pin:before {
  content: "\f109";
}
.flaticon-smartphone:before {
  content: "\f10a";
}
.flaticon-phone-call:before {
  content: "\f10b";
}
.flaticon-telephone:before {
  content: "\f10c";
}
.flaticon-facebook:before {
  content: "\f10d";
}
.flaticon-linkedin:before {
  content: "\f10e";
}
.flaticon-first-aid-kit:before {
  content: "\f10f";
}
.flaticon-caduceus-symbol:before {
  content: "\f110";
}
.flaticon-car:before {
  content: "\f111";
}
.flaticon-money-1:before {
  content: "\f112";
}
.flaticon-respect:before {
  content: "\f113";
}
/* -- CSS Reset -- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
label span {
  color: #F00;
}
/* -- End Reset -- */
/* -- General Styles -- */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', sans-serif;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-weight: 700;
  line-height: initial;
}
h1 {
  font-size: 48px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
p, form {
  font-family: 'Open Sans', sans-serif;
}
ul {
  list-style: none;
  padding-left: 20px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
ul li {
  position: relative;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 1rem;
}
ul li:before {
  content: '\f111';
  font-family: FontAwesome;
  font-size: 8px;
  position: absolute;
  left: -20px;
  color: #e0c02e;
}
ol {
  padding-left: 20px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
ol li {
  position: relative;
  line-height: 30px;
  font-weight: 400;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignleft {
  float: left;
  max-width: 370px;
  margin: 15px 30px 15px 0;
}
img.alignright {
  float: right;
  max-width: 370px;
  margin: 15px 0 15px 30px;
}
img.aligncenter {
  margin: 15px auto;
  float: none;
}
img.alignnone {
  margin: 15px 0;
  float: none;
}
header ul li:before {
  content: '';
}
/* Link Style */
a {
  color: #131313;
  text-decoration: none;
  font-weight: 700;
}
a:hover {
  color: #3595d5;
  text-decoration: underline;
  transition: all 0.4s ease 0s;
}
section {
  position: relative;
  padding: 70px 0px;
}
body {
  background: #ffffff;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #131313;
  font-weight: 400;
}
p {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #131313;
  font-weight: 400;
  line-height: 30px;
}
p strong, strong {
  font-weight: 700;
}
p {
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.container {
  max-width: 1200px;
}
/* ================ Transition ================= */
.transition-1s, .header, .logo, .logo img, .header-right {
  -webkit-transition: all 1000ms ease-in-out;
  -moz-transition: all 1000ms ease-in-out;
  -ms-transition: all 1000ms ease-in-out;
  -o-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
}
/* ================ HEADER ================= */
header.sticky {
  position: fixed;
  width: 100%;
  z-index: 10;
  box-shadow: 0px 5px 5px rgb(0 0 0 / 7%);
}
.header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 999;
  background-color: #121212;
  border-bottom: 3px #e0c02e solid;
  padding: 15px 0px;
}
header.sticky .logo img {
  height: 40px;
}
header.sticky .header-right {
  top: 10px;
}
.logo {
  float: left;
}
.logo img {
  height: 60px;
}
.header-right {
  position: absolute;
  right: 15px;
  top: 20px;
}
.header-right h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  padding: 0;
  text-transform: none;
}
.header-right h4 a {
  font-size: 36px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  line-height: 1;
  vertical-align: sub;
  display: inline-block;
  border-left: 2px #e0c02e solid;
  padding-left: 10px;
  margin-left: 10px;
}
.header-right h4 a:hover {
  color: #e0c02e;
}
/* ================ Banner ================= */
.hero {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  padding: 70px 0px 70px;
}
.hero .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.hero .bg-img img {
  vertical-align: middle;
  width: 100%;
  display: block;
}
.hero-leftinfo {
  display: block;
  padding-top: 70px;
  padding-right: 70px;
}
.hero-leftinfo h2 {
  font-size: 36px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  line-height: initial;
  text-transform: capitalize;
  margin-bottom: 10px;
  padding-bottom: 0;
}
.hero-leftinfo p {
  color: #e0c02e;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.hero-leftinfo .icon-box {
  background-color: rgba(223, 223, 223, 0.75);
  padding: 25px;
  border-radius: 25px;
}
.hero-leftinfo .icon-box ul {
  margin: 0;
  padding: 0;
}
.hero-leftinfo .icon-box ul li {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #121212;
  font-weight: 500;
  text-align: left;
  line-height: 44px;
}
.hero-leftinfo .icon-box ul li:before {
  content: '';
}
.hero-leftinfo .icon-box ul li i {
  font-size: 24px;
  color: #e0c02e;
  margin-right: 10px;
  line-height: inherit;
}
/* Quote style */
.quote-form-wrap {
  display: block;
  padding: 30px;
  background-color: rgba(18, 18, 18, 0.95);
  border-radius: 0px;
}
.quote-form-wrap p {
  color: #fff;
  font-size: 12px;
  line-height: initial;
  margin: 0;
  padding: 0;
}
.quote-form-wrap .form-header {
  margin-bottom: 15px;
  text-align: center;
}
.quote-form-wrap .form-header h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  line-height: initial;
  margin: 0;
  padding: 0;
}
.quote-form-wrap .form-header h3 {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  display: block;
  text-transform: none;
  margin: 0;
  padding: 0;
}
.quote-form-wrap .form-control {
  padding: .75rem 0.85rem;
  height: calc(2.356em + .75rem + 2px);
  border: none;
  border-radius: 0px;
}
.quote-form-wrap textarea {
  height: 70px !important;
}
/*.contact-area .form-control::-moz-placeholder {
 color: #fff;
 opacity: 1;
}
.contact-area .form-control:-ms-input-placeholder{
 color: #fff;
}
.contact-area .form-control::-webkit-input-placeholder {
 color: #fff;
}*/
.quote-form-wrap .button[type="submit"] {
  background: #e0c02e;
  color: #ffffff;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  padding: 0px 90px;
  outline: none;
  border: none;
  border-radius: 0px;
  line-height: 50px;
  height: 50px;
  width: 100%;
}
.quote-form-wrap .button[type="submit"]:hover {
  background: #fff;
  color: #121212;
}
.intro-sec {
  position: relative;
}
.intro-sec img {
  float: right;
  max-width: 370px;
  margin: 0px 0px 30px 30px;
}
.intro-sec p {
  margin-bottom: 15px;
}
.intro-sec h1 {
  font-size: 40px;
  color: #1c4978;
}
.intro-sec h2 {
  font-size: 30px;
}
.intro-sec h3 {
  font-size: 24px;
}
.intro-sec h4 {
  font-size: 20px;
  color: #e0c02e !important;
  font-weight: 600;
  line-height: initial;
}
.intro-sec .list li {
  margin-bottom: 15px;
}
.intro-sec .list li strong {
  color: #e0c02e; /*#a21d20;*/
}
.intro-sec h1, .intro-sec h2, .intro-sec h3, .intro-sec h4, .intro-sec h5 {
  font-weight: 700;
  margin-bottom: 15px;
}
.media-logo {
  position: relative;
  padding: 0px 0px 70px;
}
.media-logo .media-title {
  display: inline-block;
  float: none;
  vertical-align: middle;
  overflow: hidden;
  margin: 0 15px;
  padding: 0;
  text-align: center;
}
.media-logo .media-title h4 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  padding-bottom: 5px;
  margin: 0;
}
.media-logo .media-title h2 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: inherit;
}
.media-logo figure {
  display: inline-block;
  float: none;
  vertical-align: middle;
  overflow: hidden;
  margin: 0 15px;
  padding: 0;
  opacity: 1;
  transition: 400ms ease;
  transition-property: opacity;
  text-align: center;
}
/*.media-logo figure:hover, .media-logo figure img:hover, .media-logo figure.active {
    opacity: 0.5;
}*/
.testimonial-sec {
  position: relative;
}
.testimonial-sec {
  /*background-image: url("../images/testimonial-bg.jpg");*/
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.testimonial-sec .title-header, .feature-sec .title-header {
  text-align: center;
  margin-bottom: 30px;
}
.testimonial-sec .title-header h3, .feature-sec .title-header h3 {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  line-height: initial;
  display: block;
  margin-bottom: 15px;
  padding-bottom: 0;
}
.testimonial-sec .title-header::after, .feature-sec .title-header::after {
  width: 170px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  display: block;
  content: "";
  background: #e0c02e;
  height: 3px;
}
.testimonial-sec .testi-box {
  padding: 30px;
  border: 1px #e0c02e solid;
  border-radius: 6px;
  height: 100%;
}
.testimonial-sec .testi-box .title {
  margin-bottom: 15px;
  position: relative;
}
.testimonial-sec .testi-box .title h5 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}
.testimonial-sec .testi-box .title p {
  font-size: 18px;
  color: #fff;
}
.rating {
  position: absolute;
  top: 0;
  right: 0;
}
.rating i {
  color: #e0c02e;
  font-size: 14px;
  margin-right: 3px;
}
.testimonial-sec a.btn {
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  text-transform: none;
  background: #e0c02e;
  padding: 11px 30px;
  margin-top: 30px;
  border-radius: 0px;
}
.testimonial-sec a.btn:hover {
  color: #e0c02e;
  background: #121212;
}
.testimonial-sec .testi-box p {
  font-size: 16px;
  color: #fff;
  line-height: 26px;
}
/* Feature style */
.feature-sec {
  position: relative;
  padding-bottom: 40px;
}
.feature-sec .title-header::after {
  background: #e0c02e;
}
.feature-sec .title-header h3, .feature-sec .title-header h4 {
  color: #1c4978;
  line-height: initial;
}
.features-box {
  position: relative;
  display: block;
  border: 1px #e0c02e solid;
  padding: 30px;
  border-radius: 4px;
  margin-bottom: 30px;
  min-height: 270px;
}
.features-box:hover {
  transition: all 0.4s ease 0s;
  border-color: #e0c02e;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.features-box-icon {
  display: table-cell;
  vertical-align: top;
}
.icon-md {
  font-size: 48px;
  line-height: 50px;
  color: #000; /*#a21d20;*/
}
.features-box-content {
  display: table-cell;
  padding-left: 20px;
}
.features-box-content h4 {
  font-size: 24px;
  font-weight: 600;
  color: #121112;
  margin-bottom: 10px;
}
/* CTA sec */
.cta-sec {
  position: relative;
  margin-bottom: 70px;
}
.cta-inner {
  background: #1c4978;
  padding: 30px;
  border-radius: 0px;
}
.cta-inner h3 {
  font-size: 24px;
  color: #ffffff;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 10px;
  padding: 0;
}
.cta-inner h2, .cta-inner h2 a {
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.cta-inner h2, .cta-inner h2 a:hover, .footer h2 a:hover {
  color: #e0c02e;
}
.cta-inner a.btn-book {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  text-transform: capitalize;
  background: #e0c02e;
  border-radius: 0px;
  padding: 16px 33px;
  margin-top: 5px;
  display: inline-block;
  border: none;
}
.cta-inner a.btn-book:hover {
  color: #e0c02e;
  background: #121212;
}
.footer {
  background: #121112;
  position: relative;
  padding: 70px 0px 20px 0px;
}
.footer h2 {
  font-size: 36px;
  color: #fff;
  font-weight: 600;
  display: inline-flex;
  margin: 0;
  padding: 0;
}
.footer h2 a {
  color: #ffffff;
  text-decoration: none;
}
.footer h2 a:hover {
  color: #e0c02e;
  text-decoration: none;
}
.footer p {
  font-size: 16px;
  color: #fff;
  text-transform: capitalize;
  font-weight: 400;
    margin-bottom: 0;
}
.footer a {
  color: #fff;
  text-decoration: underline;
}
.footer a:hover {
  text-decoration: none;
  color: #e0c02e;
}
.footer i {
  font-size: 40px;
  color: #e0c02e;
  display: inline-flex;
  margin-right: 10px;
}
.f-logo {
  display: block;
}
.f-logo img {
  height: 70px;
}
.phone-block {
  text-align: right;
  display: block;
}
/* Social icons */
.socialicon {
  /*margin-top: 20px;*/
}
.socialicon span, .phone-block span {
  font-size: 18px;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: italic;
  color: #fff;
  padding-right: 15px;
  vertical-align: text-bottom;
}
.socialicon a i {
  width: 32px;
  height: 32px;
  font-size: 32px;
  display: inline-block;
  text-align: center;
  margin-right: 15px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #ffffff;
}
.socialicon a i:hover {
  color: #e0c02e;
}
.contact-info {
  text-align: center;
  padding-top: 30px;
}
.contact-info h4 {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: italic;
  color: #e0c02e;
  font-size: 20px;
  margin: 0;
  padding-bottom: 15px;
}
.modal-body {
  background: #121112;
}
.modal-body p {
  margin: 0;
  padding: 0;
}
.modal-body .quote-form-wrap {
  background-color: transparent;
  padding: 0;
}
.modal-body .quote-form-wrap .form-header h3 {
  color: #fff;
}
.modal-body .quote-form-wrap .form-header h3 span {
  color: #e0c02e;
}
.modal-content .close {
  color: #ffffff;
  position: absolute;
  z-index: 1000;
  right: 15px;
  top: 5px;
}
.copyright {
  border-top: 1px #e0c02e solid;
  margin-top: 30px;
  padding-top: 30px;
  text-align: center;
}
.copyright p {
  font-size: 12px;
  line-height: inherit;
}
.scroll-link ul {
  margin: 0;
  /* padding: 10px; */
  border: 1px #ddd solid;
  margin-bottom: 30px;
  text-align: center;
  padding: 0;
}
.scroll-link ul li {
  list-style-type: none;
  display: inline-block;
  margin: 0;
  border-right: 1px #ddd solid;
  padding: 0px 30px;
  font-size: 14px;
}
.scroll-link ul li:before {
  content: '';
}
.scroll-link ul li:last-child {
  border-right: none;
  padding-right: 0;
}
.scroll-link ul li a {
  color: #121212;
  font-weight: 500;
  text-decoration: none;
}
.scroll-link ul li a:hover {
  color: #e0c02e;
}
.wpcf7 form .wpcf7-response-output {
  margin: -5px 0px 0px 0px !important;
  padding: 0.5em !important;
  border: 1px solid #ffffff !important;
  color: #fff !important;
  font-size: 12px;
  text-align: center;
}
div.wpcf7 .ajax-loader {
  position: absolute;
  bottom: 30px;
  left: 48%;
}
.wpcf7-not-valid-tip {
  color: #ffffff !important;
  font-size: 12px !important;
  margin-top: 5px;
}
/* Responsive style */
@media (min-width:200px) and (max-width:767px) {
  p, ul li {
    font-size: 12px;
    line-height: 24px;
  }
  p {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  h1, h2, h3, h4, h5, h6 {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .intro-sec h1, h1 {
    font-size: 30px;
  }
  .intro-sec h2, h2 {
    font-size: 24px;
  }
  .intro-sec h3, h3 {
    font-size: 20px;
  }
  .intro-sec h4, h4 {
    font-size: 18px;
  }
  .intro-sec h5, h5 {
    font-size: 16px;
  }
  section {
    padding: 30px 0px;
  }
  .footer-logo h1 {
    font-size: 20px;
  }
  .logo img {
    height: 30px;
  }
  header.sticky .logo img {
    height: 30px;
  }
  header.sticky .header-right h4 {
    line-height: initial;
  }
  .header-right {
    right: 15px;
    position: absolute;
    top: 0px;
  }
  header.sticky .header-right {
    top: 0px;
  }
  .header-right h4 {
    font-size: 10px !important;
    text-align: right;
    line-height: initial;
  }
  .header-right h4 a {
    display: block;
    font-size: 16px;
    border-left: none;
    border-top: 1px #7cb0d3 solid;
    margin: 2px 0 0;
    padding: 2px 0 0;
  }
  .hero {
    padding: 30px 0px 30px;
  }
  .hero-leftinfo {
    padding: 0;
  }
  .hero-leftinfo h4 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .hero-leftinfo h2 {
    font-size: 24px !important;
  }
  .hero-leftinfo .icon-box {
    padding: 10px;
    background-color: #f4f7fe;
    border-radius: 0;
  }
  .hero-leftinfo .icon-box ul li {
    font-size: 11px;
    line-height: 30px;
  }
  .hero-leftinfo .icon-box ul li i {
    font-size: 14px;
    margin-right: 5px;
  }
  .quote-form-wrap {
    padding: 15px;
    margin-top: 15px;
    background-color: #121112;
  }
  .quote-form-wrap .form-header h3 {
    font-size: 18px;
    color: #fff;
  }
  .quote-form-wrap .form-header h3 span {
    font-size: 20px;
    color: #fff;
  }
  .quote-form-wrap .form-group {
    margin-bottom: 0.5rem;
  }
  .quote-form-wrap .form-control {
    padding: .5rem 0.5rem;
    height: calc(1.5em + .35rem + 2px);
    font-size: 12px;
  }
  .quote-form-wrap textarea {
    height: 70px !important;
  }
  .quote-form-wrap .button[type="submit"] {
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    padding: 0;
  }
  .quote-form-wrap p {
    font-size: 10px;
    text-align: center;
  }
  .scroll-link ul li {
    padding: 0px 10px;
    font-size: 12px;
    line-height: initial;
  }
  .intro-sec {
    padding: 0;
  }
  .intro-sec img {
    float: none;
    max-width: 100%;
    margin: 0px 0px 10px 0px;
  }
  .intro-sec h3 {
    font-size: 20px;
    line-height: initial;
  }
  .intro-sec h4 {
    font-size: 18px;
    line-height: initial;
  }
  .title-head {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .title-head h3 {
    font-size: 17px;
  }
  .media-logo .media-title {
    display: block;
  }
  .media-logo .media-title h4 {
    font-size: 12px;
  }
  .media-logo .media-title h2 {
    font-size: 18px;
  }
  .media-logo figure {
    display: flex;
    list-style: none;
    gap: 0px;
    margin: 0;
    justify-content: center;
  }
  .testimonial-sec .title-header h3, .feature-sec .title-header h3 {
    font-size: 20px;
  }
  .testimonial-sec .testi-box {
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 30px;
    height: auto;
  }
  .testimonial-sec .testi-box p {
    font-size: 13px;
    color: #fff;
    line-height: 24px;
  }
  .testimonial-sec a.btn {
    font-size: 14px;
    margin-top: 0;
  }
  .features-box {
    padding: 15px;
    min-height: inherit;
  }
  .features-box-icon {
    display: block;
    vertical-align: top;
    text-align: left;
    margin-bottom: 15px;
  }
  .features-box-content {
    padding-left: 0;
  }
  .features-box-content h4 {
    font-size: 18px;
  }
  .icon-md {
    font-size: 36px;
    line-height: 40px;
  }
  .feature-sec {
    padding-bottom: 0;
  }
  .cta-sec {
    margin-bottom: 30px;
  }
  .cta-inner {
    padding: 15px;
    text-align: center;
  }
  .cta-inner h3 {
    font-size: 14px;
  }
  .cta-inner h2 {
    font-size: 24px;
    text-align: center;
    margin: 10px 0px;
  }
  .cta-inner a.btn-book {
    font-size: 14px;
    padding: 10px 33px;
    display: block;
    border: none;
  }
  .footer {
    padding: 40px 0px 10px 0px;
  }
  .footer .text-right, .footer .text-left {
    text-align: center !important;
  }
  .footer .offset-1 {
    margin-left: 0;
  }
  .footer .footer-logo {
    display: block;
    margin: 15px auto;
  }
  .footer i {
    font-size: 24px;
    margin-right: 5px;
  }
  .footer h2 {
    font-size: 24px;
  }
  .socialicon {
    margin-top: 0;
    margin-bottom: 15px;
    text-align: center;
  }
  .phone-block {
    text-align: center;
  }
  /*  .footer p {
    font-size: 14px;
  }*/
  .f-logo img {
    height: 50px;
  }
  .contact-info h4 {
    font-size: 16px;
  }
  .contact-info {
    margin-bottom: 30px;
  }
  .f-phone {
    text-align: center;
  }
  .copyright {
    margin-top: 30px;
  }
}