@charset "UTF-8";


/*--------------------------------------------------------------
>>> Normalize
----------------------------------------------------------------*/
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

figure {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*--------------------------------------------------------------
>>> Typography
----------------------------------------------------------------*/
body {
  font-size: 15px;
  color: #383838;
  background-color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
}
@media screen and (max-width: 575px) {
  body {
    font-size: 14px;
  }
}

p {
  line-height: 1.6;
  margin: 0 0 15px;
  word-wrap: break-word;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote, pre {
  background-color: #fafafa;
  border-width: 0 0 0 3px;
  border-color: #d9d9d9;
  border-style: solid;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  color: #1a1a1a;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  margin: 0 0 15px 0;
  padding: 25px 22px;
  font-size: 18px;
}
blockquote p, pre p {
  margin-bottom: 0;
}

blockquote {
  background-color: transparent;
  border-left: none;
  color: #101F46;
  margin: 40px 0;
  text-align: center;
  position: relative;
  padding: 30px;
}
blockquote:before {
  background-color: #fff;
  color: #333333;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  float: left;
  margin-right: 20px;
  line-height: 1;
  font-style: normal;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: -10px;
  padding: 0 10px;
  z-index: 9;
}
blockquote:after {
  border-bottom: 2px solid #ddd;
  border-top: 2px solid #ddd;
  content: "";
  bottom: 0;
  content: "";
  display: block;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: absolute;
  top: 0;
  width: 200px;
}
blockquote p {
  font-size: 28px;
  line-height: 1.4;
}
blockquote cite {
  color: #8d8d8d;
  display: block;
  font-style: normal;
  font-size: 13px;
}

abbr, acronym {
  border-bottom: 1px dotted #4d4d4d;
  cursor: help;
}

mark, ins {
  text-decoration: none;
  padding-left: 5px;
  padding-right: 5px;
}

big {
  font-size: 125%;
}

b, strong {
  font-weight: 700;
}

iframe {
  display: block;
  width: 100%;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

/*--------------------------------------------------------------
# Heading
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  color: #101F46;
  font-family: "Raleway", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 15px;
  line-height: 1.2;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
}

h1 {
  font-size: 65px;
  font-weight: 900;
}

h2 {
  font-size: 48px;
  font-weight: 900;
}

h3 {
  font-size: 23px;
  font-weight: 700;
}

h4 {
  font-size: 18px;
  font-weight: 700;
}

h5 {
  font-size: 15px;
}

h6 {
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 18px;
  }

  h4 {
    font-size: 14px;
  }

  h5 {
    font-size: 14px;
  }

  h6 {
    font-size: 12px;
  }
}
/*--------------------------------------------------------------
# Lists
--------------------------------------------------------------*/
ul,
ol {
  margin: 0 0 1.5em 0.875em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a {
  color: #0085BA;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
a:hover, a:focus, a:active {
  color: #932524;
  text-decoration: none;
  outline: 0;
}
a:visited {
  text-decoration: none;
  outline: 0;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #e6e6e6;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #1a1a1a;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Others
--------------------------------------------------------------*/
.container {
  max-width: 1170px;
  padding-left: 15px;
  padding-right: 15px;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.section-heading {
  margin-bottom: 50px;
}
.section-heading h2 {
  font-size: 48px;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}
.section-heading h5 {
  color: #932524;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 22px;
  text-transform: uppercase;
  display: inline-block;
}
.section-heading p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .section-heading h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 575px) {
  .section-heading {
    margin-bottom: 30px;
  }
  .section-heading h2 {
    font-size: 24px;
  }
}

.section-heading .dash-style {
  padding-left: 80px;
  position: relative;
}
.section-heading .dash-style:before {
  background-color: #932524;
  content: "";
  height: 2px;
  width: 70px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 50%;
}

.title-icon-divider {
  color: #9c7d29;
  line-height: 1;
  position: relative;
  margin-top: 25px;
}
.title-icon-divider:before, .title-icon-divider:after {
  content: "....";
  display: inline-block;
  font-size: 37px;
  line-height: 0;
  letter-spacing: 3px;
}
.title-icon-divider [class*=fa-] {
  font-size: 20px;
  margin-left: 10px;
  margin-right: 10px;
}
.title-icon-divider ~ p {
  margin-top: 30px;
}

.title-icon-divider {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.text-center .title-icon-divider {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.section-heading-white {
  color: #ffffff;
}
.section-heading-white .dash-style {
  color: #ffffff;
}
.section-heading-white .dash-style:before {
  background-color: #ffffff;
}
.section-heading-white h2,
.section-heading-white p {
  color: #ffffff;
}
.section-heading-white .title-icon-divider {
  color: #ffffff;
}

/*--------------------------------------------------------------
>>> table
----------------------------------------------------------------*/
table {
  color: #737373;
  margin: 0 0 1.5em;
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  width: 100%;
  font-size: 15px;
}
table thead tr {
  background-color: #262626;
}
table thead tr th {
  color: #383838;
}
table.table {
  color: #737373;
}

th {
  border-width: 0 1px 1px 0;
  font-weight: 700;
}

td {
  border-width: 0 1px 1px 0;
  border-bottom: 1px solid #e6e6e6;
}

th, td {
  padding: 8px;
}

/*--------------------------------------------------------------
>>> form
----------------------------------------------------------------*/
form {
  position: relative;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color] {
  height: 48px;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
  font-size: 14px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  padding: 0 10px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  border-color: #F56960;
  outline: 0;
}
input[type=text]:-webkit-autofill, input[type=text]:-webkit-autofill:hover, input[type=text]:-webkit-autofill:focus, input[type=text]:-webkit-autofill:active,
input[type=email]:-webkit-autofill,
input[type=email]:-webkit-autofill:hover,
input[type=email]:-webkit-autofill:focus,
input[type=email]:-webkit-autofill:active,
input[type=url]:-webkit-autofill,
input[type=url]:-webkit-autofill:hover,
input[type=url]:-webkit-autofill:focus,
input[type=url]:-webkit-autofill:active,
input[type=password]:-webkit-autofill,
input[type=password]:-webkit-autofill:hover,
input[type=password]:-webkit-autofill:focus,
input[type=password]:-webkit-autofill:active,
input[type=search]:-webkit-autofill,
input[type=search]:-webkit-autofill:hover,
input[type=search]:-webkit-autofill:focus,
input[type=search]:-webkit-autofill:active,
input[type=number]:-webkit-autofill,
input[type=number]:-webkit-autofill:hover,
input[type=number]:-webkit-autofill:focus,
input[type=number]:-webkit-autofill:active,
input[type=tel]:-webkit-autofill,
input[type=tel]:-webkit-autofill:hover,
input[type=tel]:-webkit-autofill:focus,
input[type=tel]:-webkit-autofill:active,
input[type=range]:-webkit-autofill,
input[type=range]:-webkit-autofill:hover,
input[type=range]:-webkit-autofill:focus,
input[type=range]:-webkit-autofill:active,
input[type=date]:-webkit-autofill,
input[type=date]:-webkit-autofill:hover,
input[type=date]:-webkit-autofill:focus,
input[type=date]:-webkit-autofill:active,
input[type=month]:-webkit-autofill,
input[type=month]:-webkit-autofill:hover,
input[type=month]:-webkit-autofill:focus,
input[type=month]:-webkit-autofill:active,
input[type=week]:-webkit-autofill,
input[type=week]:-webkit-autofill:hover,
input[type=week]:-webkit-autofill:focus,
input[type=week]:-webkit-autofill:active,
input[type=time]:-webkit-autofill,
input[type=time]:-webkit-autofill:hover,
input[type=time]:-webkit-autofill:focus,
input[type=time]:-webkit-autofill:active,
input[type=datetime]:-webkit-autofill,
input[type=datetime]:-webkit-autofill:hover,
input[type=datetime]:-webkit-autofill:focus,
input[type=datetime]:-webkit-autofill:active,
input[type=datetime-local]:-webkit-autofill,
input[type=datetime-local]:-webkit-autofill:hover,
input[type=datetime-local]:-webkit-autofill:focus,
input[type=datetime-local]:-webkit-autofill:active,
input[type=color]:-webkit-autofill,
input[type=color]:-webkit-autofill:hover,
input[type=color]:-webkit-autofill:focus,
input[type=color]:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active {
  -webkit-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
  -moz-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
  -ms-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
  -o-transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
  transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
  background-color: rgba(0, 0, 0, 0) !important;
}

textarea {
  padding: 20px 10px;
  width: 100%;
}

select {
  border: 1px solid #d9d9d9;
  color: #383838;
  height: 48px;
  padding: 0 30px 0 10px;
}
select option {
  padding: 8px;
}
select:focus {
  outline: none;
}

form label {
  font-weight: normal;
}

.search-form {
  position: relative;
}
.search-form input {
  width: 100%;
  padding: 0 55px 0 10px;
}
.search-form button {
  background-color: #F56960;
  color: #ffffff;
  font-size: 15px;
  border: none;
  position: absolute;
  right: 4px;
  top: 3px;
  padding: 13px;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -ms-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}
.search-form button:hover {
  background-color: #2C75BA;
}

.form-group {
  margin-bottom: 15px;
}
.form-group select {
  height: 48px;
}
.form-group select,
.form-group input:not([type=checkbox]):not([type=radio]):not([type=submit]) {
  width: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
.form-group label {
  display: block;
  color: #383838;
  font-size: 15px;
  margin-bottom: 10px;
}
.form-group label.checkbox-list {
  position: relative;
  padding-left: 30px;
}
.form-group label .custom-checkbox {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #e6e6e6;
  position: absolute;
  left: 0;
  top: 2px;
}
.form-group label .custom-checkbox:before {
  background-color: #F56960;
  content: "";
  font-family: "Font Awesome 5 Free";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  font-weight: 900;
  font-size: 10px;
  color: #fff;
  text-align: center;
}
.form-group label input[type=checkbox] {
  opacity: 0;
  position: absolute;
  z-index: -9;
}
.form-group label input:checked ~ .custom-checkbox {
  border-color: #F56960;
}
.form-group label input:checked ~ .custom-checkbox:before {
  opacity: 1;
}

.custom-radio-field {
  position: relative;
  padding-left: 30px;
}
.custom-radio-field .radio-field {
  display: inline-block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
  width: 20px;
  height: 20px;
  border: 1px solid #e6e6e6;
  position: absolute;
  left: 0;
  top: 2px;
}
.custom-radio-field .radio-field:before {
  background-color: #999;
  border-radius: 100%;
  content: "";
  color: #ffffff;
  font-family: "Font Awesome 5 Free";
  font-size: 8px;
  font-weight: 900;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  text-align: center;
  line-height: 19px;
  opacity: 0;
  -webkit-transition: all 0.3s linear 0.1s;
  -moz-transition: all 0.3s linear 0.1s;
  -ms-transition: all 0.3s linear 0.1s;
  -o-transition: all 0.3s linear 0.1s;
  transition: all 0.3s linear 0.1s;
}
.custom-radio-field input[type=radio] {
  opacity: 0;
  position: absolute;
  z-index: -9;
}
.custom-radio-field input:checked ~ .radio-field:before {
  opacity: 1;
}

.trip-date-input {
  position: relative;
}
.trip-date-input i {
  position: absolute;
  bottom: 15px;
  right: 10px;
}

/*--------------------------------------------------------------
>>> button
----------------------------------------------------------------*/
.outline-primary,
.outline-round, .button-primary,
.button-round,
.button-secondary {
  font-size: 15px;
  line-height: 1.3;
  padding: 15px 30px;
  font-weight: 600;
}
@media screen and (max-width: 575px) {
  .outline-primary,
.outline-round, .button-primary,
.button-round,
.button-secondary {
    font-size: 14px;
    padding: 10px 20px;
  }
}

input[type=button],
input[type=reset],
input[type=submit] {
  border: none;
  background-color: #932524;
  color: #ffffff;
  cursor: pointer;
  padding: 15px 30px;
  font-weight: 600;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
input[type=button]:hover, input[type=button]:active, input[type=button]:focus,
input[type=reset]:hover,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:hover,
input[type=submit]:active,
input[type=submit]:focus {
  background-color: #2C75BA;
}

.button-primary,
.button-round {
  background-color: #932524;
}

.button-secondary {
  background-color: #0791BE;
}

.button-primary,
.button-round,
.button-secondary {
  border: none;
  color: #ffffff;
  display: inline-block;
  position: relative;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.button-primary:hover, .button-primary:focus, .button-primary:active,
.button-round:hover,
.button-round:focus,
.button-round:active,
.button-secondary:hover,
.button-secondary:focus,
.button-secondary:active {
  background-color: #9c7d29;
  color: #ffffff;
}

.outline-primary,
.outline-round {
  border: 2px solid #292929;
  color: #292929;
  display: inline-block;
  position: relative;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s;
  -ms-transition: background-color 0.3s, border-color 0.3s;
  -o-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
.outline-primary:hover, .outline-primary:focus, .outline-primary:active,
.outline-round:hover,
.outline-round:focus,
.outline-round:active {
  background-color: #2C75BA;
  border-color: #2C75BA;
  color: #ffffff;
}

.button-round,
.outline-round {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}

.button-text {
  color: #0791BE;
  font-weight: 600;
  position: relative;
  line-height: 1.3;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.button-text:hover, .button-text:focus, .button-text:active {
  color: #F56960;
}

/*--------------------------------------------------------------
>>> Default 
----------------------------------------------------------------*/
.white-bg {
  background-color: #ffffff;
}

.bg-light-grey {
  background-color: #f8f8f8;
}

.primary-bg {
  background-color: #F56960;
}

.secondary-bg {
  background-color: #9c7d29;
}

.pl-20 {
  padding-left: 20px;
}

.pr-40 {
  padding-right: 40px;
}

.site-loader {
  background-color: #ffffff;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  text-align: center;
}
.site-loader .preloader-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 70px;
}

.social-links ul {
  margin: 0;
  padding: 0;
  font-size: 0;
}
.social-links li {
  display: inline-block;
  list-style: none;
  margin: 0 10px;
}
.social-links a {
  font-size: 16px;
  color: #404040;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -ms-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
.social-links a:hover, .social-links a:focus, .social-links a:active {
  color: #2C75BA;
}

.social-icon-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -5px;
}
.social-icon-wrap .social-icon {
  padding: 5px;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
.social-icon-wrap .social-icon a {
  background-color: #F56960;
  color: #ffffff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.social-icon-wrap .social-icon a:hover {
  -webkit-filter: saturate(1.5) brightness(1.2);
  -moz-filter: saturate(1.5) brightness(1.2);
  -ms-filter: saturate(1.5) brightness(1.2);
  -o-filter: saturate(1.5) brightness(1.2);
  filter: saturate(1.5) brightness(1.2);
}
.social-icon-wrap .social-icon [class*=fa-] {
  width: 40px;
  text-align: center;
}
.social-icon-wrap .social-icon span {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.12)), to(transparent));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.12), transparent);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.12), transparent);
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.12), transparent);
  padding: 10px 15px;
}
.social-icon-wrap .social-facebook a {
  background-color: #3b5998;
}
.social-icon-wrap .social-pinterest a {
  background-color: #bd081c;
}
.social-icon-wrap .social-whatsapp a {
  background-color: #25d366;
}
.social-icon-wrap .social-linkedin a {
  background-color: #0077b5;
}
.social-icon-wrap .social-twitter a {
  background-color: #1da1f2;
}
.social-icon-wrap .social-google a {
  background-color: #dd4b39;
}

.to-top-icon {
  background-color: rgba(147, 36, 37, 0.7);
  color: #ffffff;
  font-size: 20px;
  display: none;
  line-height: 45px;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  width: 45px;
  height: 45px;
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 99;
  -webkit-transition: background-color 0.3s, color 0.3s;
  -moz-transition: background-color 0.3s, color 0.3s;
  -ms-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.to-top-icon:hover {
  background-color: #2C75BA;
  color: #ffffff;
}
@media screen and (max-width: 575px) {
  .to-top-icon {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    right: 10px;
    bottom: 10px;
  }
}

/*--------------------------------------------------------------
>>> Pagination
----------------------------------------------------------------*/
.post-navigation-wrap {
  margin-top: 30px;
}

.pagination {
  margin: 0;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.pagination li {
  margin: 0 5px;
}
.pagination li a {
  color: #444444;
  display: block;
  border: 1px solid #e6e6e6;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.pagination li a:hover {
  background-color: #F56960;
  border-color: #F56960;
  color: #ffffff;
}
.pagination li.active a {
  background-color: #F56960;
  border-color: #F56960;
  color: #ffffff;
}

/*--------------------------------------------------------------
>>> Clearing
----------------------------------------------------------------*/
.clearfix:before, .clearfix:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after {
  content: "";
  display: block;
  clear: both;
}

/*--------------------------------------------------------------
>>> Main Header 
----------------------------------------------------------------*/
.site-header {
  position: relative;
}

.header-primary {
  left: 0;
  right: 0;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 99;
}

/*--- top header css start ---*/
.top-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.header-contact-info {
  color: #fafafa;
  padding: 11px 0;
}
.header-contact-info ul {
  font-size: 0px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-contact-info ul li {
  display: inline-block;
  font-size: 13px;
  padding: 0 15px;
}
.header-contact-info ul li:last-child {
  padding-right: 0;
}
.header-contact-info ul li:first-child {
  padding-left: 0;
}
.header-contact-info ul li [class*=fa-] {
  margin-right: 5px;
}
.header-contact-info ul li a {
  color: #fcfcfc;
  display: block;
  -webkit-transition: color 0.4s linear;
  -moz-transition: color 0.4s linear;
  -ms-transition: color 0.4s linear;
  -o-transition: color 0.4s linear;
  transition: color 0.4s linear;
}
.header-contact-info ul li a:hover, .header-contact-info ul li a:focus, .header-contact-info ul li a:active {
  color: #2C75BA;
}

.header-social {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-social li {
  margin: 0 8px;
}
.header-social a {
  color: #fafafa;
}
.header-social a:hover, .header-social a:focus {
  color: #9c7d29;
}
.fixed-top {
    position: fixed;
    background: #fff;
    box-shadow: 1px 0px 21px -3px #919191;
}
.fixed-top .main-navigation ul > li > a{
    color: #9c7d29;
}
.fixed-top .site-identity img {
    max-width: 105px;
    -webkit-transition: opacity 0.4s linear;
    -moz-transition: opacity 0.4s linear;
    -ms-transition: opacity 0.4s linear;
    -o-transition: opacity 0.4s linear;
    transition: opacity 0.4s linear;
}
@media screen and (max-width: 991px) {
  .header-social {
    padding: 10px 0;
  }
}

.header-search-icon {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  margin-left: 10px;
}
.header-search-icon .search-icon {
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: #ffffff;
  height: 100%;
  padding: 0 15px;
  width: 100%;
}
.header-search-icon .search-icon:hover, .header-search-icon .search-icon:focus {
  outline: none;
  color: #9c7d29;
}

/*--- top header css end ---*/
/*--- header Logo css start ---*/
.site-identity .site-title {
  margin: 0;
  line-height: 1.1;
  font-size: 28px;
}
.site-identity .site-description {
  font-size: 13px;
  margin-bottom: 0;
}
.site-identity img {
  max-width: 170px;
  -webkit-transition: opacity 0.4s linear;
  -moz-transition: opacity 0.4s linear;
  -ms-transition: opacity 0.4s linear;
  -o-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
}
.site-identity a {
  display: block;
}
.site-identity a:hover img, .site-identity a:focus img, .site-identity a:active img {
  opacity: 0.5;
}
@media screen and (max-width: 575px) {
  .site-identity img {
    max-width: 120px;
  }
}

/*--------------------------------------------------------------
>>> Main Header Menu
----------------------------------------------------------------*/
@media screen and (max-width: 991px) {
  .bottom-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    padding: 10px 0;
  }
}

.navigation-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .navigation-container {
    padding-right: 35px;
  }
}

.main-navigation .navigation > ul > li {
  display: inline-block;
  padding: 0 16px;
}
.main-navigation ul {
  font-size: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-navigation ul > li.menu-item-has-children > a:after {
  content: "";
}
.main-navigation ul > li:last-child {
  border-bottom: none;
}
.main-navigation ul > li:last-child:before {
  display: none;
}
.main-navigation ul > li > a {
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  padding: 30px 0;
  font-weight: 600;
  line-height: 1.3;
  position: relative;
  text-transform: uppercase;
}
.main-navigation ul > li:hover > ul, .main-navigation ul > li:focus > ul, .main-navigation ul > li:active > ul {
  display: block;
}
.main-navigation ul > li:hover > a, .main-navigation ul > li:focus > a, .main-navigation ul > li:active > a {
  color: #9c7d29;
}
.main-navigation ul > li:hover > a:after, .main-navigation ul > li:focus > a:after, .main-navigation ul > li:active > a:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.main-navigation ul ul {
  background: #ffffff;
  border-top: 4px solid #9c7d29;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  width: 250px;
  z-index: 99;
  display: none;
  text-align: left;
  -webkit-animation: slide-up 0.3s ease-out;
  -moz-animation: slide-up 0.3s ease-out;
  -ms-animation: slide-up 0.3s ease-out;
  -o-animation: slide-up 0.3s ease-out;
  animation: slide-up 0.3s ease-out;
}
.main-navigation ul ul li {
  border-bottom: 1px solid #DDD;
  position: relative;
  display: block;
}
.main-navigation ul ul li a {
  color: #333;
  display: block;
  padding: 13px 20px;
  text-transform: capitalize;
  font-weight: 600;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.main-navigation ul ul li a:hover, .main-navigation ul ul li a:focus, .main-navigation ul ul li a:active {
  padding-left: 30px;
  color: #F56960;
}
.main-navigation ul ul li > ul {
  left: 100%;
  top: 0;
}
.main-navigation ul ul li.menu-item-has-children > a:after {
  content: "";
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li:focus > ul, .main-navigation ul ul li:active > ul {
  display: block;
  top: -3px;
}
.main-navigation ul ul li:hover a:after, .main-navigation ul ul li:focus a:after, .main-navigation ul ul li:active a:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.main-navigation ul li {
  position: relative;
}
.main-navigation ul li:last-child ul, .main-navigation ul li:nth-last-child(2) ul {
  left: auto;
  right: 0;
}
.main-navigation ul li:last-child ul ul, .main-navigation ul li:nth-last-child(2) ul ul {
  right: 100%;
}
.main-navigation ul li.menu-item-has-children > a {
  position: relative;
}
.main-navigation ul li.menu-item-has-children > a:after {
  display: inline-block;
  float: right;
  font-size: 14px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-weight: 900;
  margin-left: 8PX;
  -webkit-transition: transform 0.4s;
  -moz-transition: transform 0.4s;
  -ms-transition: transform 0.4s;
  -o-transition: transform 0.4s;
  transition: transform 0.4s;
}
.main-navigation ul li.menu-item-has-children li:hover > a, .main-navigation ul li.menu-item-has-children li:focus > a {
  background-color: #2C75BA;
  color: #ffffff;
}
.main-navigation ul li.current-menu-item > a, .main-navigation ul li.current-menu-parent > a {
  color: #F56960;
}

@-webkit-keyframes slide-up {
  from {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }
  to {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes slide-up {
  from {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }
  to {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes slide-up {
  from {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }
  to {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slide-up {
  from {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }
  to {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.header-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  white-space: nowrap;
}
.header-btn a {
  padding: 10px 24px;
}
@media screen and (max-width: 575px) {
  .header-btn {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
  }
  .header-btn a {
    padding: 8px 20px;
    font-size: 14px;
  }
}


/*---------------------------
procduct details css
----------------------------*/
.nav-tabs {
  margin: 0;
}
.nav-tabs .nav-link {
  color: #272727;
  border-radius: 0;
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
  padding: 20px 25px;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus, .nav-tabs .nav-link.active {
  color: #F56960;
}

.tab-container {
  margin-top: 50px;
}
@media screen and (max-width: 575px) {
  .tab-container .nav {
    display: block;
  }
  .tab-container .nav.nav-tabs a {
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #dee2e6;
    padding: 15px 20px;
  }
  .tab-container .nav.nav-tabs a:hover, .tab-container .nav.nav-tabs a:focus, .tab-container .nav.nav-tabs a.active {
    background-color: #2C75BA;
    color: #ffffff;
  }
}

.tab-content {
  padding: 30px;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #d4d4d4;
}
.tab-content ul {
  margin: 30px 0 0;
  padding: 0;
}
.tab-content ul li {
  list-style: none;
  margin-bottom: 10px;
}
@media screen and (max-width: 575px) {
  .tab-content {
    padding: 20px;
  }
}

.itinerary-content {
  margin-bottom: 30px;
}
.itinerary-content span {
  color: #1a1a1a;
  font-size: 18px;
  font-weight: 300;
  margin-left: 8px;
}

.itinerary-timeline-wrap .day-count {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.itinerary-timeline-wrap .day-count {
  background-color: #F56960;
  color: #ffffff;
  border-radius: 100%;
  height: 40px;
  line-height: 1;
  width: 40px;
  font-size: 13px;
  margin-bottom: 20px;
}
.itinerary-timeline-wrap .day-count span {
  display: block;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
.itinerary-timeline-wrap ul {
  margin: 0;
  padding: 0;
}
.itinerary-timeline-wrap ul li {
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 20px;
}
.itinerary-timeline-wrap ul li:last-child {
  margin-bottom: 0;
}
.itinerary-timeline-wrap .timeline-content {
  background-color: #f9f9f9;
  padding: 25px;
  position: relative;
}
.itinerary-timeline-wrap .timeline-content p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 576px) {
  .itinerary-timeline-wrap .day-count {
    background-color: #F56960;
    color: #ffffff;
    border-radius: 100%;
    height: 60px;
    margin-bottom: 0;
    line-height: 1;
    width: 60px;
    font-size: 13px;
    position: absolute;
    top: 50%;
    left: -24px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .itinerary-timeline-wrap .day-count span {
    font-size: 23px;
  }
  .itinerary-timeline-wrap .timeline-content {
    margin-left: 24px;
    padding: 25px 25px 25px 50px;
  }
}

.summary-review {
  background-color: #f9f9f9;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.summary-review .review-score span {
  background-color: #fff;
  font-family: "Raleway", sans-serif;
  border-radius: 50%;
  width: 90px;
  display: block;
  height: 90px;
  margin: auto;
  font-weight: 700;
  font-size: 40px;
  line-height: 88px;
  text-align: center;
}
.summary-review .review-score-content {
  margin-left: 20px;
}
.summary-review .review-score-content p:last-child {
  margin-bottom: 0;
}
.summary-review .review-score-content span {
  color: #999;
  font-size: 18px;
  font-weight: 300;
}
@media screen and (max-width: 575px) {
  .summary-review {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    text-align: center;
  }
  .summary-review .review-score {
    margin-bottom: 20px;
  }
}

.single-tour-inner .rating-start {
  display: inline-block;
  font-size: 13px;
}
.single-tour-inner .rating-start span:before {
  color: #656565;
}

.single-tour-gallery h3 {
  margin-bottom: 25px;
  text-transform: uppercase;
}

.sidebar .package-price {
  background-color: #fff;
  padding: 30px;
  text-align: center;
  margin-bottom: 50px;
  border-radius: 20px;
  box-shadow: 0 1px 7px 0 rgb(0 0 0 / 20%);
}
.sidebar .package-price .price {
  font-family: "Open Sans", sans-serif;
  text-align: left;
}
.sidebar .package-price .price span {
  font-size: 30px;
  font-weight: 900;
  line-height: 1.1;
}
.sidebar .package-price .rating-start:before {
  color: #ffffff;
}
.sidebar .map-area {
  margin-bottom: 50px;
}
.sidebar .information-content {
  background-color: #f8f8f8;
  padding: 50px 30px;
  margin-bottom: 50px;
}
.sidebar .information-content .button-primary {
  margin-top: 20px;
}
.sidebar .information-content h5,
.sidebar .travel-package-content h5 {
  color: #F56960;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 22px;
  display: inline-block;
  text-transform: uppercase;
  padding-left: 60px;
  position: relative;
}
.sidebar .information-content h5:before,
.sidebar .travel-package-content h5:before {
  background-color: #F56960;
  content: "";
  height: 2px;
  width: 50px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 50%;
}
.sidebar .information-content h3,
.sidebar .travel-package-content h3 {
  text-transform: uppercase;
}
.sidebar .travel-package-content {
  padding: 50px 30px;
  position: relative;
  z-index: 1;
}
.sidebar .travel-package-content:before {
  background-color: #101F46;
  opacity: 0.85;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.sidebar .travel-package-content h3,
.sidebar .travel-package-content h5,
.sidebar .travel-package-content p {
  color: #ffffff;
}
.sidebar .travel-package-content h5:before {
  background-color: #ffffff;
}
.sidebar .travel-package-content ul {
  text-align: left;
  padding: 0;
  margin: 0;
}
.sidebar .travel-package-content ul li {
  list-style: none;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.sidebar .travel-package-content ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.sidebar .travel-package-content ul li i {
  margin-right: 8px;
}
.sidebar .travel-package-content ul li a {
  color: #ffffff;
  line-height: 1.3;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: 700;
}

/*--------------------------------------------------------------
>>> Blog Pages
----------------------------------------------------------------*/
.blog-archive {
  padding-bottom: 100px;
}
@media screen and (max-width: 575px) {
  .blog-archive {
    padding-bottom: 50px;
  }
}

@media screen and (min-width: 992px) {
  .right-sidebar {
    padding-right: 40px;
  }
}

@media screen and (min-width: 992px) {
  .left-sidebar {
    padding-left: 40px;
  }
}

.grid-item .post {
  margin-bottom: 40px;
}
.grid-item .entry-meta {
  margin-bottom: 15px;
}
.grid-item .entry-content {
  padding-top: 20px;
}
.grid-item .entry-meta {
  margin-left: -8px;
  margin-right: -8px;
}
.grid-item .entry-meta span {
  padding: 0 8px;
  position: relative;
}
.grid-item .entry-meta span:before {
  color: #B6B6B6;
  content: "|";
  font-size: 13px;
  position: absolute;
  right: 0;
  top: 0;
}
.grid-item .entry-meta span:last-child:before {
  display: none;
}
.grid-item .entry-meta a {
  color: #787878;
  display: inline-block;
  font-size: 13px;
  line-height: 1.1;
}
.grid-item .entry-meta a:hover, .grid-item .entry-meta a:focus {
  color: #2C75BA;
}

/*--------------------------------------------------------------
>>> Blog Pages
----------------------------------------------------------------*/
.inner-banner-wrap .entry-meta {
  border-top: 1px solid #787878;
  border-bottom: 1px solid #787878;
  margin-left: auto;
  margin-right: auto;
  display: table;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 30px;
}
.inner-banner-wrap .entry-meta span {
  padding: 0 10px;
  position: relative;
}
.inner-banner-wrap .entry-meta span:before {
  color: #787878;
  content: "|";
  font-size: 13px;
  position: absolute;
  right: 0;
  top: 0;
}
.inner-banner-wrap .entry-meta span:last-child:before {
  display: none;
}
.inner-banner-wrap .entry-meta .posted-on a:before {
  content: "";
}
.inner-banner-wrap .entry-meta .byline a:before {
  content: "";
}
.inner-banner-wrap .entry-meta .comments-link a:before {
  content: "";
}
.inner-banner-wrap .entry-meta a {
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  line-height: 1.1;
}
.inner-banner-wrap .entry-meta a:before {
  font-family: "Font Awesome 5 Free";
  margin-right: 10px;
  font-weight: 900;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.inner-banner-wrap .entry-meta a:hover, .inner-banner-wrap .entry-meta a:focus {
  color: #2C75BA;
}

.single-post-section {
  margin-bottom: 100px;
}
@media screen and (max-width: 575px) {
  .single-post-section {
    margin-bottom: 50px;
  }
}
.single-post-section .feature-image {
  margin-bottom: 30px;
}
.single-post-section .meta-wrap {
  margin-bottom: 30px;
}
.single-post-section .meta-wrap .tag-links:before {
  content: "";
  color: #1a1a1a;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
  font-weight: 900;
}
.single-post-section .meta-wrap .tag-links a {
  color: #151515;
  font-weight: 600;
  margin: 0 3px;
}
.single-post-section .meta-wrap .tag-links a:hover {
  color: #2C75BA;
}
.single-post-section .author-wrap {
  background-color: #f9f9f9;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 50px;
}
.single-post-section .author-wrap:before, .single-post-section .author-wrap:after {
  content: "";
  display: block;
  clear: both;
}
.single-post-section .author-wrap .author-thumb {
  width: 100px;
}
.single-post-section .author-wrap .author-thumb img {
  border-radius: 100%;
}
.single-post-section .author-wrap .author-content {
  width: -moz-calc(100% - 120px);
  width: -webkit-calc(100% - 120px);
  width: calc(100% - 120px);
  margin-left: 20px;
}
.single-post-section .author-wrap .author-content .author-name {
  margin-bottom: 5px;
}
.single-post-section .author-wrap .author-content p {
  font-size: 17px;
}
.single-post-section .author-wrap .author-content .button-text {
  color: #F56960;
}
.single-post-section .author-wrap .author-content .button-text:hover {
  color: #2C75BA;
}
@media screen and (max-width: 575px) {
  .single-post-section .author-wrap {
    text-align: center;
  }
  .single-post-section .author-wrap .author-thumb {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .single-post-section .author-wrap .author-content {
    width: 100%;
  }
}

.post-navigation {
  margin: 50px -10px 0;
}
.post-navigation:before, .post-navigation:after {
  content: "";
  display: block;
  clear: both;
}
.post-navigation [class*=nav-] .nav-label,
.post-navigation [class*=nav-] .nav-title {
  display: block;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -ms-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
.post-navigation .nav-label {
  color: #5f5f5f;
  font-size: 13px;
}
.post-navigation .nav-prev,
.post-navigation .nav-next {
  width: 50%;
  padding: 0 10px;
}
.post-navigation .nav-prev a,
.post-navigation .nav-next a {
  color: #101F46;
  display: block;
  position: relative;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.post-navigation .nav-prev a:before,
.post-navigation .nav-next a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
  display: block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.post-navigation .nav-prev a:hover, .post-navigation .nav-prev a:focus, .post-navigation .nav-prev a:active,
.post-navigation .nav-next a:hover,
.post-navigation .nav-next a:focus,
.post-navigation .nav-next a:active {
  color: #2C75BA;
}
.post-navigation .nav-prev a:hover .nav-label, .post-navigation .nav-prev a:focus .nav-label, .post-navigation .nav-prev a:active .nav-label,
.post-navigation .nav-next a:hover .nav-label,
.post-navigation .nav-next a:focus .nav-label,
.post-navigation .nav-next a:active .nav-label {
  color: #2C75BA;
}
.post-navigation .nav-prev {
  float: left;
}
@media screen and (max-width: 767px) {
  .post-navigation .nav-prev {
    width: 100%;
  }
}
.post-navigation .nav-prev a {
  padding-left: 30px;
}
.post-navigation .nav-prev a:before {
  left: 12px;
  content: "";
}
.post-navigation .nav-next {
  float: right;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .post-navigation .nav-next {
    float: left;
    width: 100%;
  }
}
.post-navigation .nav-next a {
  padding-right: 30px;
}
.post-navigation .nav-next a:before {
  content: "";
  right: 12px;
}
@media screen and (max-width: 767px) {
  .post-navigation .nav-prev ~ .nav-next {
    border-top: 1px solid #ececec;
    margin-top: 15px;
    padding-top: 15px;
  }
}

.comment-area {
  margin-top: 60px;
}
.comment-area .comment-title {
  margin-bottom: 25px;
}
.comment-area ol {
  margin: 0;
  padding: 0;
}
.comment-area ol ol {
  margin-left: 30px;
}
.comment-area ol li {
  list-style: none;
  margin-bottom: 30px;
}
.comment-area ol li:before, .comment-area ol li:after {
  content: "";
  display: block;
  clear: both;
}
.comment-area .comment-thumb {
  width: 45px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
  float: left;
}
.comment-area .comment-content {
  border: 1px solid #e6e6e6;
  width: -moz-calc(100% - 65px);
  width: -webkit-calc(100% - 65px);
  width: calc(100% - 65px);
  float: right;
  padding: 20px;
}
.comment-area .comment-content .comment-header {
  margin-bottom: 10px;
}
.comment-area .comment-content p {
  margin-bottom: 15px;
}
.comment-area .comment-content h5 {
  display: inline-block;
  margin-bottom: 0;
}
.comment-area .comment-content .post-on {
  font-size: 13px;
  margin-left: 10px;
}
.comment-area .comment-content .reply {
  background-color: #F56960;
  font-size: 14px;
  color: #ffffff;
  padding: 5px 12px 6px;
  display: inline-block;
  line-height: 1.2;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.comment-area .comment-content .reply i {
  margin-right: 4px;
  font-size: 12px;
}
.comment-area .comment-content .reply:hover {
  background-color: #2C75BA;
}
@media screen and (max-width: 575px) {
  .comment-area .comment-thumb {
    width: 25px;
  }
  .comment-area .comment-content {
    width: -moz-calc(100% - 35px);
    width: -webkit-calc(100% - 35px);
    width: calc(100% - 35px);
  }
}

.comment-form-wrap {
  padding-top: 30px;
}
.comment-form-wrap .rate-wrap {
  padding: 0 15px;
  margin-bottom: 15px;
}
.comment-form-wrap label {
  display: block;
}
.comment-form-wrap input {
  border: none;
}
.comment-form-wrap input:not([type=submit]) {
  background-color: #F8F8F8;
  width: 100%;
}
.comment-form-wrap input[type=submit] {
  margin-top: 20px;
}
.comment-form-wrap textarea {
  background-color: #F8F8F8;
  border: none;
}

.single-page-section {
  padding-bottom: 70px;
}

.single-feature-img img {
  margin-bottom: 30px;
}

/*--------------------------------------------------------------
>>> Servece Pages
----------------------------------------------------------------*/
.service-page-section {
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .service-page-section .row {
    margin-left: -20px;
    margin-right: -20px;
  }
  .service-page-section .row [class*=col-] {
    padding-left: 20px;
    padding-right: 20px;
  }
  .service-page-section .row [class*=col-]:nth-child(2n) {
    padding-top: 20px;
  }
}
@media screen and (min-width: 992px) {
  .service-page-section .row {
    margin-left: -40px;
    margin-right: -40px;
  }
  .service-page-section .row [class*=col-] {
    padding-left: 40px;
    padding-right: 40px;
  }
  .service-page-section .row [class*=col-]:nth-child(2n) {
    padding-top: 40px;
  }
}

.service-content-wrap {
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  padding: 40px;
}
.service-content-wrap .service-img {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .service-content-wrap {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 992px) {
  .service-content-wrap {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 575px) {
  .service-content-wrap {
    margin-bottom: 30px;
    padding: 25px;
  }
}

.service-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  margin-bottom: 20px;
}
.service-header .service-count {
  color: rgba(7, 145, 190, 0.4);
  font-family: "Raleway", sans-serif;
  font-size: 65px;
  font-weight: 900;
  line-height: 0.9;
  margin-right: 20px;
}
.service-header h3 {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .service-header h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.1em;
  }
}
