@charset "utf-8";
/* CSS Document */

/* Table of Contents
-----------------------------------------------------------------------------
	1. Clean Base
	2. Base Typography
	3. Images
	4. Links
	5. Forms
	6. Tables
	7. Framework 
*/

/* 1. Clean Base
------------------------------------------------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
a,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0 auto;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  list-style: none;
  outline: none;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
body {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  height: 100%;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

img {
  border: none;
}

input[type="text"],
input[type="submit"],
input[type="button"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
textarea {
  -webkit-appearance: none;
  outline: none;
}

textarea:focus,
input:focus,
a,
div,
img {
  outline: none;
}

.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

.clear {
  clear: both;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* 2. Base Typography
------------------------------------------------------------------------------*/
body {
  color: #373d48;
  font-size: 13px;
  font-family: "Lato", serif;
  font-weight: 400;
  line-height: 22px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 20px;
  font-weight: normal;
}

h1,
.h1 {
  font-size: 38px;
}

h2,
.h2 {
  font-size: 36px;
}

h3,
.h3 {
  font-size: 24px;
  line-height: 30px;
}

h4,
.h4 {
  font-size: 19px;
  line-height: 28px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #5c5c5c;
}

h5,
.h5 {
  font-size: 18px;
  line-height: 26px;
}

h6,
.h6 {
  font-size: 16px;
  line-height: 20px;
}

p {
  color: #5c5c5c;
  font-size: 17px;
  line-height: 26px;
  margin-bottom: 20px;
}

#content-area ul li a,
p a {
  color: #c93148;
  text-decoration: underline;
  font-style: normal;
}

#content-area ul li a:hover,
p a:hover {
  color: #183446;
  text-decoration: none;
}

#content-area ul {
  margin: 10px 10px;
  padding: 0;
}

#content-area ul li {
  color: #5c5c5c;
  font-size: 19px;
  font-weight: 500;
  line-height: 32px;
  padding: 0 0 5px 0;
  list-style: none;
  padding-left: 20px;
  position: relative;
}

/* #content-area ul li:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 13px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #5c5c5c;
} */

#content-area ol {
  margin: 20px 20px;
  padding: 0;
}

#content-area ol li {
  color: #5c5c5c;
  font-size: 19px;
  font-weight: 500;
  line-height: 32px;
  padding: 0 0 5px 0;
  list-style: decimal;
  margin-left: 20px;
}

blockquote {
  display: block;
  text-align: left;
  margin-bottom: 20px;
  position: relative;
  background: #f3f3f3;
  padding: 20px 20px 10px 20px;
  border-left: 2px solid #1589cb;
}

blockquote p {
  font-size: 13px;
  font-weight: 400;
  line-height: 17px;
  margin-bottom: 15px;
  position: relative;
}

hr {
  border: 0 #000 solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}

/* 3. Images
------------------------------------------------------------------------------*/
img {
  border: none;
  border-style: none;
}

/* 4. Link
------------------------------------------------------------------------------*/
a {
  color: #4777ac;
  transition: all 0.3s ease-in-out;
}

a:hover {
  color: #4777ac;
  text-decoration: underline;
}

a:active,
a.current {
  color: #e8941a;
}

a:focus {
  outline: none;
}

/* 5. Forms
------------------------------------------------------------------------------*/
label {
  display: block;
  width: 100%;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 5px;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"] {
  border: 1px solid #dedede;
  padding: 0 15px;
  color: #5c5c5c;
  font-size: 18px;
  height: 40px;
  width: 100%;
  box-sizing: border-box;
}

textarea {
  border: 1px solid #dedede;
  padding: 5px 15px;
  color: #5c5c5c;
  font-size: 18px;
  height: 100px;
  resize: none;
  font-family: "Lato", serif;
  line-height: 16px;
  width: 100%;
  box-sizing: border-box;
}

input[type="submit"],
input[type="button"],
input[type="reset"] {
  border-radius: 3px;
  padding: 13px 20px;
  color: #ffffff;
  font-size: 16px;
  background-color: #42a9c7;
  border: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

input[type="submit"]:hover,
input[type="button"]:hover {
  opacity: 0.8;
}

/* 6. Tables
------------------------------------------------------------------------------*/
table {
  border-spacing: 0;
  border-collapse: collapse;
}

td {
  text-align: left;
  font-weight: normal;
}

/* 7. Layout Framework
------------------------------------------------------------------------------*/
/* main container */
#wrapper {
  width: 100%;
  min-height: 100%;
  min-height: 100%;
  height: auto !important;
  height: 100%;
}

.container {
  max-width: 1140px;
  width: 100%;
}

.footer,
.push {
  height: 22px;
}

/* header */
header {
  width: 100%;
  height: auto;
}

.full-sec {
  display: block;
  width: 100%;
  text-align: center;
  padding-top: 30px;
  margin-bottom: 40px;
}

.full-sec .logo {
  display: inline-block;
}

.full-sec .logo:hover,
.logo a:hover h1 {
  text-decoration: none;
  color: #1a2124;
}

.logo h1 {
  color: #1a2124;
  font-family: Playfair Display;
  font-size: 49px;
  font-weight: bold;
  line-height: 60px;
  margin-bottom: 0;
}

header.site-header.sticky .full-sec .logo {
  display: none;
}

.navigation>nav>ul>li {
  position: relative;
}

.navigation>nav>ul>li:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 10px;
}

.navigation ul li .sub-menu {
  position: absolute;
  left: 0;
  top: 42px;
  background: #fff;
  text-align: left;
  z-index: 9999;
  min-width: 235px;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  visibility: hidden;
  pointer-events: none;
  box-shadow: 0 0 27px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 0 27px rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: 0 0 27px rgba(0, 0, 0, 0.14);
  padding: 5px;
  border-radius: 5px;
}

.navigation ul li .sub-menu li:first-child {
  border-top: none;
}

.navigation ul li .sub-menu li a {
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-size: 13px;
  text-transform: capitalize;
}

.navigation ul li .sub-menu li .sub-menu {
  left: 100%;
  opacity: 0;
  visibility: hidden;
  top: 0;
}

.navigation ul li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: inherit;
}

.navigation ul li .sub-menu li {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
}

.navigation ul li .sub-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}

.navigation ul li .sub-menu li:hover a,
.navigation ul li .sub-menu li.current_page_item a,
.navigation ul li .sub-menu li a.active {
  background-color: rgba(0, 0, 0, 0.03);
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.04);
  color: #1f1f1f;
}

.navigation ul li .sub-menu li:before {
  display: none;
}

.navigation ul li .sub-menu li .sub-menu li a {
  background: #fff;
  color: #1f1f1f;
}

.navigation ul li .sub-menu li .sub-menu li:hover a {
  background: #212f61;
  color: #fff;
}

#content-area {
  display: block;
  padding-top: 185px;
}

header.site-header {
  position: absolute;
  z-index: 5;
  background: rgba(255, 255, 255, 1);
  top: 0;
  width: 100%;
  left: 0;
}

header.site-header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  box-shadow: 0 8px 20px 0 rgb(0 0 0 / 10%);
  -webkit-animation: headerSlideDown .95s ease forwards;
  animation: headerSlideDown .95s ease forwards;
}

/* Header slide down Animation */
/*start*/
@-webkit-keyframes headerSlideDown {
  0% {
    margin-top: -100px;
  }

  to {
    margin-top: 0;
  }
}

@keyframes headerSlideDown {
  0% {
    margin-top: -100px;
  }

  to {
    margin-top: 0;
  }
}

/*end*/

header.site-header.sticky .full-sec {
  padding: 0;
  margin: 0;
}

header.site-header.sticky .navigation {
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* nav */
.navigation {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

nav {
  height: auto;
}

nav ul {
  margin: 0;
}

nav ul li {
  font-weight: 500;
  margin: 0 5px;
  position: relative;
  font-size: 0.85em;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  padding-left: 0;
  font-style: normal;
}

nav ul li:before {
  display: none;
}

nav ul li a {
  color: #333399;
  font-size: 16px;
  line-height: 20px;
  padding: 8px 15px 7px;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  display: inline-block;
}

nav ul li a:hover,
nav .active>a {
  background-color: #c93148;
  color: #fff;
  text-decoration: none;
}

/* footer */
footer {
  width: 100%;
  height: auto;
  background-color: #183446;
  padding-top: 25px;
  padding-bottom: 30px;
}

footer .footer-top {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 25px;
}

footer .footer-top ul {
  display: inline-flex;
  align-items: center;
}

footer .footer-top ul li {
  font-size: 11px;
  line-height: 15px;
  letter-spacing: 2px;
  padding: 0 10px;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}

footer .footer-top ul li:before {
  content: '';
  display: block;
  position: absolute;
  left: -1px;
  width: 2px;
  height: 2px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.6);
  top: 7px;
}

footer .footer-top ul li a {
  color: rgba(255, 255, 255, 0.6);
}

footer .footer-top ul li a:hover {
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
}

footer .footer-top ul li:first-child:before {
  display: none;
}

.footer-btm {
  display: block;
  width: 100%;
  text-align: center;
}

.footer-btm .copy-right {
  display: inline-block;
  font-size: 11px;
  line-height: 15px;
  color: #fff;
  text-transform: uppercase;
}

.footer-btm .copy-right a {
  color: #fff;
  margin-right: 20px;
}

/*--------- home page ------------*/
/* banner part */
.banner {
  display: block;
  width: 100%;
}

.banner .full-img {
  display: block;
  width: 100%;
}

.banner .full-img a {
  display: block;
  width: 100%;
}

.banner .full-img a figure {
  display: block;
  width: 100%;
}

.banner .full-img a figure img {
  display: block;
  width: 100%;
  border-radius: 5px;
}

/* welcome sec */
.welcome-sec {
  display: block;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
}

.welcome-sec ul {
  margin: 0;
}

.welcome-sec h2 {
  position: relative;
  font-size: 35px;
  line-height: 40px;
  font-family: "Playfair Display", serif;
  box-sizing: border-box;
  margin-right: 30px;
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

/* welcome info sec */
.welcom-info-sec {
  background: #f0f0f0;
  padding: 100px 0 100px 0;
  box-sizing: border-box;
}

.welcom-info-sec ul {
  margin-bottom: 70px;
}

.align-right {
  margin-bottom: 25px;
  margin-left: 50px;
  float: right;
  max-width: 410px;
}

.align-right img {
  display: block;
  width: 100%;
}

/* align left */
.align-left {
  margin-bottom: 25px;
  margin-right: 50px;
  float: left;
  max-width: 265px;
}

.align-left img {
  display: block;
  width: 100%;
}

.content-sec {
  padding-top: 60px;
  padding-bottom: 130px;
}

.title-sec {
  display: block;
  width: 100%;
  margin-bottom: 80px;
}

.title-sec h1,
.title-sec h2 {
  font-size: 20pt;
  font-style: italic;
  color: #5c5c5c;
}

/* content sec */
.content-sec h3 {
  margin-top: 40px;
}

.content-sec h4 {
  margin-top: 40px;
  margin-bottom: 20px;
}

.link-grp {
  display: block;
  width: 100%;
}

.link-grp p {
  margin-bottom: 5px;
}

.link-grp p a {
  text-decoration: none;
  font-style: normal;
}

/* form sec */
.form-area {
  display: block;
  width: 400px;
  margin-left: 0;
}

.form-area .field-set {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

.form-area.mt-10 {
  margin-top: 100px;
}

.content-sec .container {
  max-width: 1140px;
}

.contact-page .container {
  max-width: 900px;
}

.mobile-menu {
  display: none;
  width: 100%;
  background: #183446;
  padding: 10px 0;
  box-sizing: border-box;
}

/*mobile menu*/
/*start*/
#mobile-menu {
  display: block;
  position: relative;
  z-index: 999999;
}

.menu-trigger.open span {
  background-color: rgba(0, 0, 0, .0)
}

.menu-trigger.open span:before {
  top: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  background: #E74A30;
}

.menu-trigger.open span:after {
  top: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  background: #E74A30;
}

#mobile-menu .navbar {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  z-index: 99999;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 0px 0;
}

#mobile-menu .navbar.open {
  top: 0;
}

#mobile-menu ul ul {
  display: none;
  background: transparent;
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 25px;
}

#mobile-menu ul ul ul {
  background: transparent;
  margin-bottom: 0;
}

#mobile-menu ul ul ul ul {
  background: rgb(60, 60, 56)
}

#mobile-menu li {
  list-style: none;
  position: relative;
  display: block;
  margin: 0;
}

#mobile-menu li:before {
  display: none;
}

#mobile-menu li:last-child {
  border-bottom-width: 0;
}

#mobile-menu em {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 36px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 99;
}

#mobile-menu em.toggled:after {
  transform: rotate(0);
  -moz-transform: rotate(0);
  -webkit-transform: rotate(0);
}

#mobile-menu em.level-two:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #fff transparent transparent transparent;
  background-color: transparent;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  margin: 0;
}

#mobile-menu em.level-two:after {
  display: none;
}

#mobile-menu em.level-two.toggled {
  transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg)
}

#mobile-menu li a {
  color: #fff;
  padding: 0;
  display: inline-block;
  margin-right: 0;
  line-height: 15px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.09em;
  position: relative;
  z-index: 1;
  font-weight: 500;
  cursor: pointer;
  text-transform: none;
  color: #fff !important;
  display: block;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.15);
  padding: 9px 0px 12px 15px;
  text-align: left;
}

#mobile-menu li a:hover {
  text-decoration: none;
  color: #FFBB23;
}

#mobile-menu li li {
  border-color: transparent;
}

#mobile-menu li li a {
  text-transform: none;
  padding-left: 0;
}

#mobile-menu li li li a {
  padding-left: 25px;
  margin-right: 0;
}

#mobile-menu li li li li a {
  padding-left: 30px;
  margin-right: 0;
}

.scroll-hidden {
  overflow: hidden;
  height: 100%;
}

#mobile-menu li>a {
  margin-bottom: 0px;
  position: relative;
}

#mobile-menu ul>li>ul>li>em:after {
  top: 16px;
}

#mobile-menu li li>a {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  padding: 0;
  background: none;
  opacity: 0.6;
}

#mobile-menu ul>li {
  padding-top: 0;
  padding-right: 0;
  margin-bottom: 7px;
}

.navbar ul {
  margin: 0;
}

#mobile-menu ul>li>ul>li {
  padding: 0;
  padding-bottom: 0;
  margin-bottom: 15px;
}

#mobile-menu ul>li>ul>li>ul>li:before {
  display: none;
}

#mobile-menu ul>li>ul>li>ul>li {
  padding: 9px 0px 8px 22px;
}

#mobile-menu ul>li>ul>li>ul>li>a {
  padding: 0;
  font-weight: normal;
}

.mobile-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
  -moz-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  opacity: 0;
  visibility: hidden;
}

.mobile-overlay.open {
  opacity: 1;
  visibility: visible;
}

#mobile-menu ul>li>ul>li>em {
  height: 41px;
}

#mobile-menu ul>li>ul>li.hassub a:after {
  top: 5px;
}

#mobile-menu ul>li a:after {
  display: none;
}

#mobile-menu ul>li.hassub>a:After {
  display: inline-block;
}

.contact-mb-info {
  display: block;
  width: 100%;
  padding: 20px 10px;
  border-top: 2px solid #555555;
  margin-top: 17px;
  box-sizing: border-box;
}

.contact-mb-info ul {
  display: block;
  width: 100%;
  float: left;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: baseline;
  align-content: stretch;
}

#mobile-menu .contact-mb-info ul li {
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  font-weight: normal;
  text-transform: none;
  border-bottom: 0;
  padding: 0px 5px;
  box-sizing: border-box;
  float: left;
}

#mobile-menu .contact-mb-info ul li>a {
  font-size: 13px;
  line-height: 15px;
  color: #fff;
  font-weight: normal;
}

#mobile-menu .contact-mb-info ul li:before {
  display: none;
}

.menu-area {
  display: block;
  width: 100%;
  margin-top: 0;
}

.menu-area ul {
  display: block;
  padding: 0 10px;
  box-sizing: border-box;
}

#mobile-menu ul>li.active>a,
#mobile-menu .current_page_item>a {
  color: #FFBB23;
}

.menu-area ul li {
  display: block;
  float: none;
  text-transform: none;
}

.menu-trigger {
  display: block;
  width: 42px;
  height: 42px;
  position: fixed;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  white-space: nowrap;
  z-index: 999999;
  right: 320px;
  top: -50px;
  transition: all 1s ease-in-out;
}

#mobile-menu.open .menu-trigger {
  top: 7px;
}

.menu-trigger span,
.menu-trigger span:after,
.menu-trigger span:before {
  height: 3px;
  transition: all 0.5s ease-in-out;
}

.menu-trigger span {
  position: absolute;
  display: block;
  width: 30px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}

.menu-trigger span:after,
.menu-trigger span:before {
  border-radius: 25%;
  top: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  background: #ffffff;
}

.menu-trigger span:before {
  top: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  background: #ffffff;
}

.menu-trigger span:after,
.menu-trigger span:before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  border-radius: 25%;
}

.menu-overlayer {
  display: block;
  position: fixed;
  width: 0;
  height: 100vh;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.menu-overlayer.open {
  width: 100vw;
  height: 100vh;
  opacity: 1;
  top: 0;
}

.navbar ul.third-menu,
.navbar ul.second-menu {
  display: none;
  margin-top: 25px;
  border-top: 2px solid #555555;
}

.second-menu li .new-post {
  float: right;
  margin-top: 2px;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  right: 5px;
  top: 12px;
}

#mobile-menu .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgba(255, 187, 35, 0.75);
}

#mobile-menu ul>li.active>a,
#mobile-menu .current_page_item>a {
  color: #FFBB23;
}

/* end */

/*mobile menu*/
/*start*/
.mb-toggled.mb-closed {
  position: relative;
  display: none;
}

.mb-button {
  display: block;
  position: absolute;
  right: 9px;
}

.mb-button span {
  display: block;
  margin: 2px 0px 4px 0px;
  height: 2px;
  background: rgba(255, 255, 255, 0.7);
  width: 21px;
  float: none;
  border-radius: 24px;
}

.mb-button {
  display: block;
  right: 5px;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.sub-menu-toggle {
  display: none;
}

.sub-menu {
  margin: 0;
  padding: 0;
}

/*end*/

#mobile-menu li.hassub>a span {
  position: relative;
}

#mobile-menu li.hassub>a span:after {
  content: '';
  display: block;
  position: absolute;
  right: -19px;
  top: 7px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #ffffff;
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out;
}

#mobile-menu li.hassub.up-arrow>a span:after {
  transform: rotate(90deg);
}

.mobile-title {
  display: none;
}








/* Usgrps css  */


/* silk slider  */

.slick-prev,
.slick-next {
  background-color: rgba(0, 0, 0, 0.5);
  color: rgb(44, 44, 44);
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  z-index: 1000;
}

.slick-prev {
  left: 10px;
}

.slick-next {
  right: 10px;
}

.slick-prev:hover,
.slick-next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.h2-style {
  color: #183446;
  font-family: Playfair Display, Arial, Verdana, sans-serif;
}

.sec-img-0 img {
  width: 100%;
  padding: 0px;
  transition: transform 0.3s ease;
}


.footer-push p {
  padding: 0px;
  margin: 0px;
}

.footer-push {
  text-align: center;
  padding: 70px 0px;
}


.sec-img-0 img {
  width: 100%;
  transition: transform 0.3s ease-in-out;
}

.sec-img-0 img:hover {
  transform: scale(1.1);
}

.pt-50 {
  padding: 80px 0px;
}

span.h3-text h4 {
  color: #333399;
  font-family: trebuchet ms, geneva;
}

.best-s-img img {
  width: 100%;
  padding: 10px;
}

.col-right img {
  width: 100%;
}

.col-right {
  border-left: 1px solid #cfcfcf;
}

.ul-style-text ul li {
  font-weight: 300;
  font-size: 17px !important;
}

.LS-Photography1 img {
  width: 100%;
}

.Kathys-photo3-img img {
  width: 100%;
}

.img-733 img {
  padding: 11px 26px;
}


.meeting-img img {
  max-width: 80%;
  width: 100%;
}

.Hotel p {
  padding-top: 8px;

}

.san-fran {
  display: flex;
  flex-direction: row;
}

p.san-p {
  margin: -8px 11px;
}

.san-fran {
  padding-top: 26px;
}

.blue-text {
  font-family: trebuchet ms, geneva, sans-serif;
  color: #333399;
}

strong {
  color: #5c5c5c;
}

.inter-img img {
  width: 100%;
}

.huub-and-sprt-img img {
  width: 100%;
}

.queen-img img {
  width: 100%;
  padding: 20px;
}

.san-c {
  display: flex;
  flex-direction: row;
}

.los-i {
  display: flex;
  flex-direction: row;
}

.sd-cur img {
  width: 100%;
}

.collage-img img {
  display: flex;
  justify-content: center;
  text-align: center;
  width: 56%;
}



/* blog page css  */

.blog-titled {
  font-size: 20px;
  line-height: 26px;
  margin: 0 0 10px;
  word-break: break-word;
  overflow: hidden;
  font-family: Playfair Display, Arial, Verdana, sans-serif;
}

a.btn.btn-default {
  border: 1px solid #d7d7d7;
  text-decoration: none;
}

a.btn.btn-default:hover {
  color: #333 !important;
  background-color: #ebebeb !important;
  border-color: #bebebe !important;
}

.border-w-sp {
  margin-top: 40px !important;
  padding-bottom: 40px;
  border-top: 1px solid #e1e1e1;
}



.helpp-link {
  padding: 0px;
  margin: 0px;
}

.helpp-link img {
  width: 100%;
  height: 100%;
}

.helpp-link {
  height: 100%;
}

.d-flex-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.col.help-p-img img {
  text-align: center;
  align-items: center;
  width: 100%;
}

span.tour-text {
  text-align: center;
  color: #c93148;
  font-family: impact;
  text-transform: uppercase;
  font-size: 33px;
}








.contect-head {
  text-align: center;
  padding: 55px 0px;
}
.translate-container {
  position: absolute;
  top: -6px;
  right: 57px;
  z-index: 9999;
  padding: 5px 10px;
  border-radius: 5px;

}
.translate-container {
  position: fixed;
}
.goog-te-gadget {
  font-family: 'Lato', sans-serif !important;
  font-size: 14px !important;
  color: #333 !important;
}
.styled-strong {
  font-size: 1.2em; /* Increased font size */
  color: #222; /* Darker color */
  font-weight: bold;
}
.strong-text {
  font-size: 17px;
  font-weight: bold;
}



/* Photo Galleries  */
.gallery-item {
  cursor: pointer;
  margin-bottom: 20px;
}
button.btn.btn-new {
  border: 1px solid #214177;
  background-color: #214177;
  padding: 7px 29px;
  margin: 0px 6px;
  color: #fff;
}

/* site map css  */

.zxc123 { list-style-type: none; padding-left: 1em; }
.btn987 {
  cursor: pointer;
  user-select: none;
  display: inline-block;
  position: relative;
  padding-left: 20px;
}

.btn987::before {
  content: "+";
  position: absolute;
  left: 0;
  color: green;
  font-weight: bold;
}

.btn-down543::before {
  content: "−";
}

.grp999 { display: none; }
.show234 { display: block; }
.link345 { text-decoration: none; color: #0077cc; }
.link345:hover { text-decoration: underline; }
.title001 { font-size: 20px; font-weight: bold; margin-bottom: 10px; }