﻿/*
    font-family: 'Open Sans', sans-serif;
    font-family: 'Montserrat', sans-serif;
*/

/** Common Styles **/
* {
    padding: 0px;
    margin: 0px;
}
body {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #373737;
    line-height: 200%;
}
p {
    margin-bottom: 30px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000000;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 30px;
    font-weight: 700;
}
h1 {
    font-size: 85px;
    font-weight: 800;
}
h2 {
    font-size: 40px;
}
h3 {
    font-size: 30px;
}
h4 {
    font-size: 23px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 13px;
    margin-bottom: 15px;
}
.heading-main {
    font-size: 35px;
}
ul,
ol {
    margin-left: 5%;
}
li {
    margin-bottom: 15px;
}
a {
    color: #356ba7;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}

.sec-padding,
section,
footer,
header,
nav {
    width: 100%;
    float: left;
    padding-top: 100px;
    padding-bottom: 100px;
}
.no-padding {
    padding: 0px !important;
}
.no-top-padding {
    padding-top: 0px !important;
}
.no-bottom-padding {
    padding-bottom: 0px !important;
}
.add-top-border {
    border-top: #dddcdc 1px solid;
}
.add-bottom-border {
    border-bottom: #dddcdc 1px solid;
}
.margin-b-40 {
    margin-bottom: 40px;
}
.no-bot-margin {
    margin-bottom: 0px;
}
.sec-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    float: left;
}
.bg-shade {
    padding: 280px 0px 100px;
    background-color: rgba(0, 0, 0, 0.7);
}
.bg-shade-grad {
    position: relative;
    /* z-index: 1; */
}
.bg-shade-grad:after {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-position: bottom left;
    background-image: url(../assets/bg-shade.png);
    background-repeat: repeat-x;
    background-color: transparent;
    content: " ";
    height: 100%;
    width: 100%;
    z-index: -1;
    transition: ease-in-out all 0.5s;
}
.bg-shade-grad:hover:after {
    background-image: url(../assets/bg-grad.png);
    background-repeat: repeat;
    opacity: 0.75;
}
.sec-content {
    width: 100%;
    float: left;
}
.neg-top-margin {
    margin-top: -100px;
    padding: 20px;
}
.container-fluid.container-full {
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}
.container-fluid.container-full .row {
    margin-left: 0px;
    margin-right: 0px;
}

.bg-white {
    background-color: #ffffff;
}
.bg-light {
    background-color: #f7f7f7;
}
.bg-blue {
    background-color: #356ba7;
    color: #ffffff;
}
.text-white,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white a,
.bg-blue h1,
.bg-blue h2,
.bg-blue h3,
.bg-blue h4,
.bg-blue h5,
.bg-blue h5,
.bg-blue h6,
.bg-blue a {
    color: #ffffff;
}

.btn {
    color: #646464;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 13px;
    display: inline-block;
    padding: 20px 40px;
    border-color: #bdbdbd;
    border-width: 1px;
    border-style: solid;
    border-radius: 0px;
    transition: all ease-in-out 0.5s;
    line-height: normal;
    margin-right: 0px;
}
.btn + .btn {
    margin-left: 20px;
}
.btn-sm {
    font-size: 12px;
    text-transform: none;
    padding: 10px 20px;
}
.btn-med {
    font-size: 12px;
    text-transform: none;
    padding: 15px 35px;
}
.btn-blue {
    color: #ffffff;
    background-color: #356ba7;
    border-color: #356ba7;
}
.btn-white {
    color: #ffffff;
    border-color: #ffffff;
}

.btn:hover {
    background-color: #8cb540;
    border-color: #8cb540;
    color: #ffffff;

    -webkit-box-shadow: 0px 0px 15px 5px rgba(116, 143, 66, 0.26);
    -moz-box-shadow: 0px 0px 15px 5px rgba(116, 143, 66, 0.26);
    box-shadow: 0px 0px 15px 5px rgba(116, 143, 66, 0.26);
}
.btn-sm:hover {
    -webkit-box-shadow: 0px 0px 9px 3px rgba(116, 143, 66, 0.26);
    -moz-box-shadow: 0px 0px 9px 3px rgba(116, 143, 66, 0.26);
    box-shadow: 0px 0px 9px 3px rgba(116, 143, 66, 0.26);
}
.btn-white:hover {
    color: #356ba7;
    background-color: #ffffff;
    border-color: #ffffff;
}

.owl-carousel .owl-item img {
    width: auto;
}

/* Star Rating */
.star-rating {
    display: block;
    font-size: 0px;
}
.star-rating.star-inline {
    display: inline-block;
    margin-right: 15px;
}
.star-rating::after {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #dfdfdf;
    font-size: 15px;
}
.star-rating::before {
    font-size: 15px;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #dabb0d;
    margin-right: 5px;
}
.star-rating.stars-5::before {
    content: "\f005  \f005  \f005  \f005  \f005"; /* generic file icon */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.star-rating.stars-4::before {
    content: "\f005  \f005  \f005  \f005  "; /* generic file icon */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.star-rating.stars-3::before {
    content: "\f005  \f005  \f005  "; /* generic file icon */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.star-rating.stars-2::before {
    content: "\f005  \f005  "; /* generic file icon */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.star-rating.stars-1::before {
    content: "\f005  "; /* generic file icon */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.star-rating.stars-0::after {
    content: "  \f005  \f005  \f005  \f005  \f005"; /* generic file icon */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.star-rating.stars-1::after {
    content: "  \f005  \f005  \f005  \f005"; /* generic file icon */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.star-rating.stars-2::after {
    content: "  \f005  \f005  \f005"; /* generic file icon */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.star-rating.stars-3::after {
    content: "  \f005  \f005"; /* generic file icon */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.star-rating.stars-4::after {
    content: "  \f005"; /* generic file icon */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.custom-control-label .star-rating::after,
.custom-control-label .star-rating::before {
    font-size: 12px;
}
/* Star Rating */
/* Slider Arrow */
.slide-arrow {
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    width: 75px;
    text-align: center;
    font-size: 75px;
    opacity: 0.25;
    margin: 0px;
    padding: 0px;
    line-height: 75px;
    height: 75px;
    color: #000000;
    position: absolute;
    top: 0px;
    z-index: 2;
    cursor: pointer;
    top: 50%;
    bottom: 50%;
    transition: all ease-in-out 0.5s;
}
.slide-arrow:hover {
    opacity: 1;
}
.arrow-prev {
    left: 0px;
}
.arrow-next {
    right: 0px;
}
.arrow-prev::after {
    content: "\f104"; /* generic file icon */
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
}
.arrow-next::after {
    content: "\f105"; /* generic file icon */
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
}
.slide-arrow.arrow-outer {
    font-size: 35px;
    width: 35px;
    height: 35px;
    line-height: 35px;
}
.arrow-prev.arrow-outer {
    left: -60px;
}
.arrow-next.arrow-outer {
    right: -60px;
}
.slide-arrow.slide-arrow-center {
    margin-top: -37px;
}
.arrow-next.slide-arrow-center {
    right: calc(24% - 75px);
}
.arrow-prev.slide-arrow-center {
    left: calc(24% - 75px);
}
.slide-arrow.arrow-tour-operator {
    top: 110px;
}
/* Slider Arrow */
.cont-slider {
    width: 100%;
    float: left;
    padding: 35px 0px;
    position: relative;
}
.shadow-hover {
    transition: ease-in-out all 0.5s;
}
.shadow-hover:hover,
.box-shadow {
    -webkit-box-shadow: 0px 0px 15px 5px rgba(116, 143, 66, 0.26);
    -moz-box-shadow: 0px 0px 15px 5px rgba(116, 143, 66, 0.26);
    box-shadow: 0px 0px 15px 5px rgba(116, 143, 66, 0.26);
}
.box-shadow-blue {
    -webkit-box-shadow: 0px 0px 15px 5px rgba(53, 107, 167, 0.2);
    -moz-box-shadow: 0px 0px 15px 5px rgba(53, 107, 167, 0.2);
    box-shadow: 0px 0px 15px 5px rgba(53, 107, 167, 0.2);
}

/* Slider Section */
.sec-slider {
    width: 100%;
    float: left;
    position: relative;
}
.sec-slider .slide-arrow {
    color: #ffffff;
    margin-top: -50px;
}
.slider-main .slide-bg {
    width: 100%;
    float: left;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.slide-desc {
    width: 100%;
    float: left;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.35);
    padding: 12% 0px;
}
.slide-desc h1,
.slide-desc h3 {
    text-transform: uppercase;
    font-weight: 800;
    color: #ffffff;
    line-height: normal;
}
.slide-desc a {
    border-width: 2px;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 18px;
}
.slider-nav {
    width: 100%;
    float: left;
    text-align: center;
    margin: 0px 0px;
}
.slider-nav.nav-slider-main {
    float: none;
    position: absolute;
    bottom: 20px;
    margin: 0px;
    left: 0px;
    z-index: 1;
}
.slider-nav .owl-dot {
    display: inline-block;
    width: 40px;
    height: 5px;
    background-color: #000000;
    opacity: 0.5;
    margin: 0px 5px;
    border: none;
    transition: all 0.5s ease-in-out;
}
.slider-nav.nav-slider-main .owl-dot {
    background-color: #ffffff;
}
.slider-nav .owl-dot:hover,
.slider-nav .owl-dot.active {
    opacity: 1;
}
/* Slider Section */

/* Main Menu */
nav {
    width: 100%;
    float: left;
    background-color: #356ba7;
    background-image: url(../assets/nav-bg.png);
    background-position: center center;
    background-repeat: repeat;
    text-align: center;
}
.navbar-toggler {
    width: 100%;
    border: none;
    color: #ffffff;
    height: 50px;
    line-height: 50px;
    text-align: left;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0px 20px;
    background-image: url(../assets/nav-bg.png);
    background-position: center center;
    background-repeat: repeat;
}
.navbar-toggler i {
    margin-right: 5px;
}
.navbar {
    padding: 0px;
    margin-bottom: 1px;
}
.dropdown-menu {
    padding: 0;
    margin: 0;
    border: 0 solid transition !important;
    border: 0 solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

nav .navbar-collapse {
    width: 100%;
    float: left;
    text-align: center;
}
nav ul.navbar-nav {
    text-align: center;
    width: 100%;
    float: left;
    display: block;
    margin: 0px;
    padding: 0px;
}
nav ul.navbar-nav li {
    display: inline-block;
    margin: 0px 10px;
}
.mainmenu ul li a,
.navbar-expand-lg .navbar-nav .nav-link {
    color: #dfe9f5;
    font-size: 14px;
    text-transform: capitalize;
    padding: 10px 15px;
    text-transform: uppercase;
    font-weight: bold;
    display: block !important;
    border-bottom-width: 5px;
    border-bottom-style: solid;
    border-bottom-color: transparent;
}
.mainmenu ul li.active a,
.navbar-expand-lg .navbar-nav li.active .nav-link,
.mainmenu .collapse ul > li:hover > a {
    border-bottom-color: #ffffff;
    color: #ffffff;
}

.mainmenu .collapse ul ul,
.mainmenu .collapse ul ul.dropdown-menu {
    background: #ffffff;
}
.mainmenu .collapse ul ul ul,
.mainmenu .collapse ul ul ul.dropdown-menu {
    background: #ffffff;
}
.mainmenu .collapse ul ul ul ul,
.mainmenu .collapse ul ul ul ul.dropdown-menu {
    background: #ffffff;
}
.mainmenu .dropdown-menu li {
    display: block;
    width: 100%;
    float: left;
    margin: 0px;
    background-color: transparent;
}
.mainmenu li.active .dropdown-menu li a,
.mainmenu .dropdown-menu li a {
    color: #1d1d1d;
    text-transform: none;
    font-size: 13px;
    border-bottom-color: #bdbdbd;
    border-bottom-width: 1px;
    border-left: #bdbdbd 5px solid;
}
.mainmenu .collapse ul ul > li:hover > a,
.mainmenu ul li.active .dropdown-menu > li.active > a,
.navbar-default .navbar-nav .show .dropdown-menu > li.active > a,
.navbar-default .navbar-nav .show .dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .show .dropdown-menu > li > a:hover {
    color: #1d1d1d;
    border-left-color: #356ba7;
    border-bottom-color: #bdbdbd;
}
.mainmenu .collapse ul ul ul > li:hover > a {
    color: #1d1d1d;
    border-left-color: #356ba7;
}
.dropdown-menu .dropdown-toggle::after {
    text-align: right;
    transform: rotate(-90deg);
    position: absolute;
    right: 10px;
    top: 45%;
    font-size: 15px;
}
.mainmenu .collapse ul li:hover > ul {
    display: block;
}
.mainmenu .collapse ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 250px;
    display: none;
}
.mainmenu .collapse ul ul li {
    position: relative;
}
.mainmenu .collapse ul ul li:hover > ul {
    display: block;
}
.mainmenu .collapse ul ul ul {
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 250px;
    display: none;
}
.mainmenu .collapse ul ul ul li {
    position: relative;
}
.mainmenu .collapse ul ul ul li:hover ul {
    display: block;
}
.mainmenu .collapse ul ul ul ul {
    position: absolute;
    top: 0;
    left: -100%;
    min-width: 250px;
    display: none;
    z-index: 1;
}
/* Main Menu */

/* Top Bar */
.top-bar {
    width: 100%;
    float: left;
    background-color: #ffffff;
    border-bottom: #e1e1e1 1px solid;
}
.header-btns {
    margin: 0px;
    font-size: 0px;
}
.header-btns .btn {
    margin: 0px;
    padding: 12px 35px;
    font-size: 11px;
    margin-left: -1px;
    border-color: #e1e1e1;
    border-bottom: none;
    border-top: none;
    margin-left: -1px;
}
/* Top Bar */

/* Header */
header {
    padding: 15px 0px;
    background-image: url(../assets/header-animals-bg.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto 100%;
}
.header-logos img {
    margin: 0px 15px;
}
.header-logos img:first-child {
    margin-left: 0px;
}
/* Header */

/* Page Heading */
.cont-page-heading {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 0px;
}
.cont-page-heading .container-fluid {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: rgba(0, 0, 0, 0.8);
}
.cont-page-heading h2 {
    margin-bottom: 0px;
}
/* Page Heading */

.slider-center-active .owl-item {
    opacity: 0.3;
}
.slider-center-active .owl-stage .owl-item.active.center {
    opacity: 1;
}

/* Pagination */
.cont-pagination {
    width: 100%;
    float: left;
    text-align: center;
    border: 1px solid #e3e3e3;
    margin-top: 50px;
    text-align: center;
    font-size: 0px;
    line-height: normal;
    border-radius: 5px;
}
.cont-pagination ul {
    list-style: none;
    display: inline-block;
    padding: 0px;
    margin: 0px;
    font-size: 0px;
}
.cont-pagination .pagination-page-link {
    display: inline-block;
    margin-bottom: 0px;
}
.cont-pagination .pagination-page-link a,
.pagination-link {
    font-size: 16px;
    color: #7e7e7e;
    border: none;
    width: 45px;
    height: 45px;
    display: block;
    float: left;
    line-height: 45px;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    margin-left: -1px;
    transition: all ease-in-out 0.5s;
}
.cont-pagination .pagination-current-page a,
.cont-pagination .pagination-page-link a:hover,
.pagination-link {
    background-color: #f8f8f8;
}

.pagination-link.pagination-next,
.pagination-link.pagination-prev {
    display: block;
    width: auto;
    border-width: 0px;
    padding-left: 20px;
    padding-right: 20px;
    color: #444444;
    margin: 0px;
}
.pagination-link.pagination-next {
    float: right;
    border-left-width: 1px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.pagination-link.pagination-prev {
    float: left;
    border-right-width: 1px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.pagination-link.pagination-next::after {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    padding-left: 10px;
    font-weight: 900;
}
.pagination-link.pagination-prev::before {
    content: "\f0d9";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-right: 10px;
}
.pagination-link:hover,
.pagination-link:focus {
    background-color: #356ba7;
    color: #fff;
}
/* Pagination */
/* Sidebar */
.cont-sidebar {
    width: 100%;
    float: left;
    border: #dddcdc 1px solid;
    display: block;
    margin-bottom: 35px;
}
.sidebar-head {
    width: 100%;
    float: left;
    background-color: #f7f7f7;
    padding: 20px;
    border-bottom: #dddcdc 1px solid;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 800;
    line-height: normal;
    position: relative;
}
.sidebar-head i {
    float: right;
    margin-top: 4px;
    opacity: 0.5;
}
.sidebar-content {
    width: 100%;
    float: left;
    padding: 20px;
}
.sidebar-content .form-group {
    margin-bottom: 35px;
}
.sidebar-content .form-group:last-child {
    margin-bottom: 0px;
}
.sidebar-content label {
    font-weight: bold;
}
/* Sidebar */
/* Form Styles */
.form-group {
    margin-bottom: 35px;
}
label {
    font-weight: bold;
}
textarea.form-control {
    height: 150px;
}
.form-control {
    border: #dddcdc 1px solid;
    border-radius: 5px;
    height: 45px;
    font-size: 14px;
}

input.is-error {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.is-error {
    border-color: #f31313;
    background-color: #ffdcdc;
}
.inp-error {
    display: block;
    width: 100%;
    background-color: #f31313;
    color: #ffffff;
    font-weight: bold;
    font-size: 11px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 3px 10px;
    margin-bottom: 10px;
}

.custom-control {
    margin-bottom: 10px;
    font-size: 13px;
}
label.custom-control-label {
    font-weight: normal;
    padding-left: 5px;
}
.custom-control-label::before {
    position: absolute;
    top: 3px;
    left: -25px;
    display: block;
    width: 20px;
    height: 20px;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #dddcdc solid 1px;
    border-radius: 0px;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #dddcdc;
    background-color: #fff;
}
.custom-control-label::after {
    position: absolute;
    top: 7px;
    left: -21px;
    display: block;
    width: 12px;
    height: 12px;
    content: "";
    background-color: #dddcdc;
    border-radius: 2px;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: none;
    background-color: #356ba7;
}
.custom-radio .custom-control-label::after {
    border-radius: 365px;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: none;
    background-color: #356ba7;
}

#price_range_slider {
    margin-top: 5px;
}
#price_range_slider.ui-widget.ui-widget-content {
    background-color: #ffffff;
    border-color: #dddcdc;
    height: 15px;
    border-radius: 0px;
}
#price_range_slider .ui-widget-header {
    background: #356ba7;
    height: 9px;
    margin-top: 2px;
}
#price_range_slider .ui-state-default,
#price_range_slider .ui-widget-content .ui-state-default,
#price_range_slider .ui-widget-header .ui-state-default,
#price_range_slider .ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border-color: #dddcdc;
    border-radius: 0px;
    background: #ffffff;
    outline: none;
    width: 24px;
    height: 24px;
    padding: none;
}
#price_range_slider .ui-slider-handle.ui-corner-all.ui-state-default::before {
    content: "";
    background-color: #356ba7;
    width: 16px;
    font-size: 0px;
    height: 16px;
    display: block;
    margin: 3px auto;
    border-radius: 0px;
    border: none;
}
.price_range {
    display: flex;
}
.price_range input {
    text-align: left;
    width: 50%;
    float: left;
    border: none;
    margin-top: 10px;
    font-size: 12px;
    background-color: transparent;
}

.price_range input:last-child {
    text-align: right;
}
.price_range input:focus {
    outline: none;
}
.salary-range {
    width: 100%;
    float: left;
    margin-bottom: 35px;
}

.salary-range input[type="text"] {
    float: left;
    width: 50%;
}
.salary-range input[type="text"]:first-child {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.salary-range input[type="text"]:last-of-type {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-left: none;
}
.salary-range-lbl::before,
.salary-range-lbl::after {
    width: 50%;
    float: left;
    font-size: 11px;
}
.salary-range-lbl::before {
    content: "Min";
}
.salary-range-lbl::after {
    content: "Max";
}
.inp-date {
    position: relative;
}
.inp-date::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f073";
    position: absolute;
    top: 7px;
    right: 10px;
    opacity: 0.5;
}
.ui-datepicker-header.ui-widget-header {
    color: #444444;
    font-size: 12px;
    background: none;
    background-color: #f8f8f8;
    border-color: #e3e3e3;
}
.ui-datepicker th {
    font-size: 12px;
    padding: 5px;
}
.ui-datepicker td span,
.ui-datepicker td a {
    background: none;
    text-align: center;
    font-size: 12px;
    padding: 0px;
    background-color: #f8f8f8;
    border-color: #e3e3e3;
}
.ui-datepicker td a.ui-state-default {
    background: none;
    background-color: #f8f8f8;
}
.ui-datepicker td a.ui-state-hover,
.ui-datepicker td a.ui-state-active,
.ui-datepicker td a.ui-state-highlight {
    border-color: #8cb540;
    background: #8cb540;
    color: #ffffff;
}
.ui-datepicker-header.ui-widget-header {
    background-color: #356ba7;
    color: #ffffff;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    background-color: #ffffff;
}
.cont-alert {
    width: 100%;
    border-left: #636363 5px solid;
    background-color: #e7e7e7;
    margin-bottom: 30px;
    padding: 7px 15px;
    font-size: 13px;
    border-radius: 3px;
    font-weight: bold;
}
.alert-info {
    border-color: #4aa7df;
    background-color: #f1f6f9;
    color: #0970ae;
}
.alert-success {
    border-color: #9ac90a;
    background-color: #e7f6d6;
    color: #617f05;
}
.alert-danger {
    border-color: #f31313;
    background-color: #ffdcdc;
    color: #ae0909;
}
.alert-warning {
    border-color: #e6c800;
    background-color: #faf7c8;
    color: #9f8301;
}

/* Form Styles */
/** Common Styles **/

/** Homepage **/
.video-box {
    background-color: #ffffff;
    padding: 10px;
}
.breaking-news-ticker {
    width: 100%;
    float: left;
    height: 45px !important;
    line-height: 45px !important;
    margin-top: 1px;
}
.bn-label {
    width: 140px;
    background-color: #356ba7;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    height: 45px;
    text-align: center;
    line-height: 45px;
    float: left;
    margin-right: 5px;
}
.bn-news {
    width: calc(100% - 145px);
    float: left;
    height: 45px;
    line-height: 45px;
}
/** Homepage **/

/** Tour Operators **/
.tour-operator-single {
    width: 100%;
    float: left;
    margin-bottom: 35px;
}
.tour-operator-single h5 {
    margin-bottom: 0px;
}
.tour-operator-single a {
    color: #000000;
}
.tour-operator-logo {
    border: #dddcdc 1px solid;
    padding: 20px;
    background-color: #f7f7f7;
    width: 100%;
    display: flex;
    height: 180px; /* Or whatever */
    margin-bottom: 15px;
}
.tour-operator-logo img {
    margin: auto; /* Magic! */
    max-width: 100%;
    max-height: 100%;
}
/** Tour Operators **/

/** Blog **/
.blog-single {
    width: 100%;
    float: left;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    margin: 15px 0px;
    height: 400px;
    transition: all ease-in-out 0.5s;
}
.cont-blog-desc {
    /* position: absolute; */
    width: 100%;
    height: 100%;
    z-index: 3;
    /* bottom: 0px; */
    transition: all ease-in-out 0.5s;
}
.blog-desc {
    position: absolute;
    padding: 30px;
    width: 100%;
    bottom: 0px;
    left: 0px;
}
.blog-desc h5 {
    margin-bottom: 0px;
}
.blog-desc p,
.blog-desc small {
    margin-bottom: 20px;
    display: block;
}
.blog-desc a {
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
}
.cont-lst-blogs .blog-single {
    margin-top: 0px;
    margin-bottom: 35px;
    height: 450px;
}
.slider-blog-featured .blog-single {
    height: 60vh;
}
.slider-blog-featured .blog-desc h4 {
    margin-bottom: 0px;
}
/** Blog **/

/** Hotel **/
.sec-home-hotels .cont-slider {
    padding: 0px;
}
.hotel-featured-single {
    height: 65vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-right: 1px #ffffff solid;
    position: relative;
    z-index: 3;
}
.hotel-featured-single:after {
    position: absolute;
    content: " ";
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: -1;
    background-color: #000000;
    opacity: 0.6;

    transition: all ease-in-out 0.5s;
}
.hotel-featured-single:hover:after {
    opacity: 0;
}
.hotel-featured-desc {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.8);
}
.hotel-featured-desc small {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
}
.hotel-featured-desc h5 {
    margin-bottom: 0px;
}
.hotel-featured-desc .star-rating::after {
    color: #ffffff;
}
.slider-hotels-featured .hotel-featured-desc {
    position: relative;
    top: auto;
    left: -50%;
    text-align: left;
}
.slider-hotels-featured .hotel-featured-desc-center {
    left: 50%;
    position: absolute;
    bottom: 20px;
}
.slider-hotels-featured .hotel-featured-single {
    height: 70vh;
    margin: 15px 0px;
}
.slider-hotels-featured .hotel-featured-desc {
    padding-right: 80px;
}
.slider-hotels-featured .hotel-featured-desc h4 {
    margin-bottom: 0px;
}
.hotel-single {
    width: 100%;
    float: left;
    margin-bottom: 35px;
    text-align: center;
}
.hotel-single-img {
    width: 100%;
    float: left;
    height: 275px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-bottom: 15px;
}
.hotel-single-desc h5 {
    margin-bottom: 10px;
}
.hotel-single-desc a {
    color: #000000;
}
.hotel-single-desc .star-rating {
    line-height: normal;
}
/** Hotel **/

/** Jobs **/
.cont-job-single {
    width: 100%;
    float: left;
    border: #dddcdc 1px solid;
    padding: 20px;
    margin-bottom: 25px;
    position: relative;
}
.cont-lst-jobs .cont-job-single:last-child {
    margin-bottom: 45px;
}
.cont-job-single p {
    margin-bottom: 0px;
}
.cont-job-single h5 {
    color: #356ba7;
}
.cont-job-single .btn {
    position: absolute;
    bottom: 25px;
    right: 20px;
}
/** Jobs **/

/** Events **/
.cont-event-single {
    width: 100%;
    float: left;
    border: #dddcdc 1px solid;
    margin-bottom: 25px;
}
.event-head {
    position: relative;
    width: 100%;
    float: left;
    cursor: pointer;
    padding: 15px 20px;
}
.event-head::after {
    content: "\f107"; /* generic file icon */
    display: block;
    text-align: right;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 20px;
    right: 20px;
}
.event-head[aria-expanded="true"]::after {
    content: "\f106"; /* generic file icon */
}
.event-head h5 {
    color: #356ba7;
    margin-bottom: 0px;
}
.event-content {
    width: 100%;
    float: left;
    padding: 20px;
}
.event-content-loc {
    width: 100%;
    float: left;
    background-color: #f7f7f7;
    display: block;
    font-size: 13px;
    margin-bottom: 30px;
}
.event-content-loc i {
    display: inline-block;
    padding: 8px;
    background-color: #bdbdbd;
    margin-right: 10px;
    font-size: 15px;
}
.cont-featured-event {
    width: 100%;
    float: left;
    position: relative;
    border: #dddcdc 1px solid;
    margin-bottom: 25px;
    min-height: 60vh;
    /* padding: 20px; */
    text-align: left;
}
.cont-lst-featured-event .cont-featured-event:last-child {
    margin-bottom: 0px;
}
.cont-featured-event h4,
.cont-featured-event h5 {
    margin-bottom: 0px;
}
.cont-featured-event .event-content-loc {
    background-color: transparent;
    margin: 5px 0px 15px;
}
.cont-featured-event .event-content-loc i {
    background-color: transparent;
    padding: 0px;
}
.cont-featured-event.cont-featured-event-main {
    border: none;
    padding: 0px;
    margin-bottom: 0px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.cont-featured-event-main::before {
    content: " ";
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}
.featured-event-main-desc {
    position: absolute;
    padding: 20px;
    bottom: 0px;
    left: 0px;
}
.featured-event-img {
    width: 100%;
    float: left;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.cont-featured-event .featured-event-desc {
    width: 100%;
    padding: 20px;
}
.cont-lst-events .cont-event-single {
    margin-bottom: 35px;
}
/** Events **/

/** Attractions **/
.attraction-single {
    width: 100%;
    float: left;
    margin: 15px 0px;
    position: relative;
    height: 300px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.cont-lst-attractions .attraction-single {
    margin-top: 0px;
    margin-bottom: 35px;
    height: 450px;
}
.attraction-single-desc {
    padding: 15px 20px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: 45px;
    transition: 1s ease-in-out;
}
.attraction-single:hover .attraction-single-desc {
    height: 100% !important;
    background-color: rgba(0, 0, 0, 0.8);
}
.attraction-single-desc.attraction-desc-featured {
    height: auto;
    padding: 15px 20px;
    background-color: transparent;
    bottom: 0px;
    left: 0px;
    z-index: 2;
}
.attraction-single:hover .attraction-single-desc.attraction-desc-featured {
    height: auto;
    background-color: transparent;
}
.attraction-single-desc p {
    margin-bottom: 20px;
}
.attraction-single-desc a {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
.slider-attractions-featured .attraction-single {
    height: 60vh;
}
.slider-attractions-featured .attraction-single::after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    transition: all ease-in-out 0.5s;
    background-color: rgba(0, 0, 0, 0.3);
}
.slider-attractions-featured .attraction-single:hover::after {
    background-color: rgba(0, 0, 0, 0.8);
}
/** Attractions **/

/** Portfolio **/
.cont-lst-portfolio {
    padding-top: 20px;
}
.cont-portfolio-single {
    width: 100%;
    float: left;
    margin-bottom: 35px;
}
.portfolio-img {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}
.portfolio-desc {
    width: 100%;
    float: left;
}
.portfolio-col {
    width: 50%;
    float: left;
    padding-right: 20px;
    margin-bottom: 30px;
}
/** Portfolio **/

/** Discover GB **/
.slider-discover-gb .slide-bg {
    text-align: center;
}
.slider-discover-gb .slide-desc {
    display: inline-block;
    float: none;
    background-color: rgba(0, 0, 0, 0.8);
    width: auto;
    padding: 35px;
    margin: 225px;
}
.slider-discover-gb .slide-desc h1,
.slider-discover-gb .slide-desc h3 {
    margin-bottom: 0px;
    line-height: normal;
}
.discover-gb-dept-single {
    width: 100%;
    display: block;
    position: relative;
    padding-top: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-bottom: 35px;
}
.discover-gb-dept-single span {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    left: 0px;
    bottom: 0px;
    display: block;
    width: 100%;
    font-size: 16px;
    padding: 10px;
    transition: all ease-in-out 0.5s;
}
.discover-gb-dept-single:hover span {
    background-color: #000000;
}
.shade-discover-gb {
    padding-top: 150px;
}
.arrow-discover-gb {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 35px;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    margin-top: 5px;
}
/** Discover GB **/

/** Single Article Pages **/
.article-main ul,
.article-main ol {
    margin-left: 50px;
}
.article-main a[target="_Blank"]::after {
    content: "\f35d";
    font-family: "Font Awesome 5 Free";
    padding-left: 6px;
    padding-right: 6px;
    opacity: 0.5;
    font-weight: 900;
    font-size: 12px;
}
.article-img {
    width: 100%;
    float: left;
    margin-bottom: 35px;
    position: relative;
}
.article-main .owl-carousel .owl-item img {
    width: 100%;
    height: auto;
}
.arrow-slider-article {
    opacity: 1;
    background-color: #ffffff;
    font-size: 45px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    top: calc(50% - 45px);
    bottom: calc(50% - 45px);
}
.cont-social-share {
    width: 100%;
    float: left;
    border: #dddcdc 1px solid;
    margin-top: 50px;
}
.social-share-total {
    float: left;
    border-right: #dddcdc 1px solid;
    padding: 10px 20px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
}
.social-share-total span {
    font-size: 35px;
}
.social-share-icons {
    float: left;
    padding: 20px;
}
.social-share-icons ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.social-share-icons ul li {
    margin: 0px 10px;
    display: inline-block;
    font-size: 40px;
}
.social-share-icons .fa-facebook-square {
    color: #3b5998;
}
.social-share-icons .fa-twitter-square {
    color: #00acee;
}
.social-share-icons .fa-google-plus-square {
    color: #dd4b39;
}
.social-share-icons .fa-linkedin {
    color: #0077b5;
}
.social-share-icons .fa-envelope-square {
    color: #777777;
}
/* Comment sec */
.post-comments {
    border: #dddcdc 1px solid;
    border-top: none;
    float: left;
    width: 100%;
}
.container-comments {
    padding: 20px;
    float: left;
    width: 100%;
}
.frm-post-comment {
    border-bottom: #dddcdc 1px solid;
    padding: 20px;
    width: 100%;
    float: left;
}
.frm-post-comment textarea {
    float: left;
    width: 100%;
    height: 120px;
    border-radius: 0px;
    margin-bottom: 30px;
}
.frm-post-comment .btn-sm {
    padding-left: 30px;
    padding-right: 30px;
}
.comment-thumb {
    width: 10%;
    float: left;
}
.comment-thumb img {
    border: #dddcdc 1px solid;
    padding: 5px;
    float: left;
    width: 65px;
    height: 65px;
    border-radius: 365px;
}
.comment-single {
    width: 100%;
    float: left;
    padding: 30px 0px;
    border-top: #dddcdc 1px solid;
}
.container-comments div:first-of-type {
    border-top: none;
    padding-top: 0px;
}
.comment-single .comment-single {
    margin-top: 30px;
}
.comment-details {
    width: 90%;
    float: left;
}
.comment-details-title p {
    color: #000000;
    font-weight: 700;
    line-height: initial;
}
.comment-details-title p span {
    font-weight: normal;
    font-size: 11px;
}
.comment-tools a {
    color: #373737;
    margin-right: 10px;
}
.comment-tools a:hover {
    color: #356ba7;
}
.comment-tools a i {
    margin-right: 5px;
}
.cont-reviews {
    width: 100%;
    float: left;
    border-top: #dddcdc 1px solid;
    margin-top: 100px;
}
.cont-reviews .comment-single {
    padding: 0px;
    border: none;
}
.cont-reviews .comment-single .comment-details-title p {
    margin-bottom: 0px;
}
.cont-reviews .comment-single .star-rating {
    margin-bottom: 15px;
}
.cont-reviews .comment-single::after {
    content: "* * * * * * * * * * * * * * * * * * * * * * * *";
    width: 100%;
    text-align: center;
    float: left;
    font-weight: bold;
    font-size: 18px;
    opacity: 0.2;
    margin: 35px 0px 65px;
}
/* Comment sec */
/* Article Details Box */
.box-article-details {
    width: 100%;
    float: left;
    position: sticky;
    top: 10vh;
    padding: 20px 20px 50px;
    margin-bottom: 35px;
}
.box-article-details strong {
    font-weight: 600;
}
.box-article-details p:last-of-type {
    margin-bottom: 0px;
}
.article-details-head {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    padding: 30px 15px;
    margin-bottom: 35px;
}
.article-details-head.article-details-head-hotel {
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    font-size: 16px;
}
.article-details-head .star-rating::before,
.article-details-head .star-rating::after {
    font-size: 35px;
}
.article-details-head .star-rating::after {
    color: #ffffff;
}
.article-details-head i {
    width: 100%;
    margin-bottom: 15px;
}
ul.list-dotted,
ul.icons-list {
    margin: 0px;
    margin-bottom: 35px;
    padding: 0px;
    list-style: none;
    float: left;
    width: 100%;
}
.list-dotted li,
.icons-list li {
    display: block;
    margin: 18px 0px;
}
.list-dotted li {
    margin: 0;
    padding-top: 18px;
    padding-bottom: 18px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #dddcdc;
}
.box-article-details .list-white li {
    border-color: rgba(255, 255, 255, 0.5);
}
.list-icon {
    padding-left: 25px;
    position: relative;
}
.list-icon::before {
    display: inline-block;
    width: 30px;
    position: absolute;
    left: 0px;
    top: 0px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 15px;
}
.list-dotted li.list-icon::before {
    top: 18px;
}
.list-icon.icon-clock::before {
    content: "\f017";
}
.list-icon.icon-location::before {
    content: "\f3c5";
}
.list-icon.icon-person::before {
    content: "\f007";
}
.list-icon.icon-phone::before {
    content: "\f3cd";
}
.list-icon.icon-email::before {
    content: "\f0e0";
}
/* Article Details Box */
.box-department-single,
.box-tour-operator-single {
    width: 100%;
    float: left;
    padding: 20px;
    border: #dddcdc 1px solid;
    margin-bottom: 35px;
}
.box-tour-operator-single img {
    margin-bottom: 20px;
}
.box-department-single h4 {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: normal;
}
.box-tour-operator-single h5 {
    /* font-size: 16px; */
    margin-bottom: 5px;
}
.box-department-single ul.icons-list,
.box-tour-operator-single ul.icons-list {
    margin-bottom: 0px;
}
.cabinet-member-single {
    width: 100%;
    float: left;
    margin-bottom: 35px;
}
.cabinet-member-img {
    background-color: white;
    border: #dddcdc 1px solid;
    padding: 10px;
    margin-bottom: 10px;
}
.cabinet-member-img img {
    width: 100%;
    height: auto;
}
.cabinet-member-single h4 {
    font-size: 20px;
    line-height: normal;
}
.cabinet-member-single h4,
.cabinet-member-single p {
    margin-bottom: 0px;
}
/* Form Styling*/
.row-contact-details::after {
    content: "* * * * * * * * * *";
    border-top: #dddcdc 1px solid;
    border-bottom: #dddcdc 1px solid;
    width: calc(100% - 30px);
    text-align: center;
    float: left;
    font-weight: bold;
    font-size: 16px;
    opacity: 0.2;
    margin: 20px 15px;
    line-height: 25px;
    height: 20px;
}
.row-contact-details p {
    margin-bottom: 0px;
}
/** Single Article Pages **/

/** Gallery Page **/
.gallery-item-single {
    width: 100%;
    float: left;
    margin-bottom: 35px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}
.gallery-item-single img {
    margin-bottom: 10px;
}
.gallery-item-single a {
    color: #333333;
}
.gallery-item-single img {
    width: 100%;
    height: auto;
    transition: all ease-in-out 0.5s;
}
.gallery-img {
    position: relative;
}
.gallery-item-single a[data-fancybox="html5-video"] .gallery-img::before {
    content: "\f144"; /* generic file icon */
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
    position: absolute;
    color: #ffffff;
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 50px;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
}
.gallery-item-single:hover img,
.gallery-item-single:hover a[data-fancybox="html5-video"] .gallery-img::before {
    -webkit-box-shadow: 0px 0px 15px 5px rgba(116, 143, 66, 0.26);
    -moz-box-shadow: 0px 0px 15px 5px rgba(116, 143, 66, 0.26);
    box-shadow: 0px 0px 15px 5px rgba(116, 143, 66, 0.26);
}

/** Gallery Page **/

/** Stay Connected - Social - Register Complain Section **/
.cont-sub-foot {
    width: 100%;
    float: left;
    height: 100%;
    padding: 20px;
}
.cont-sub-foot h5 {
    text-transform: uppercase;
}
.cont-newsletter-form {
    width: 100%;
    float: left;
}
.cont-newsletter-form input[type="email"] {
    width: 70%;
    float: left;
    padding: 0px 10px;
    height: 40px;
    line-height: 40px;
    border: none;
    border: #dfdfdf 1px solid;
    border-radius: 0px;
    border-right: none;
    font-size: 12px;
}
.cont-newsletter-form .btn {
    width: 30%;
    float: left;
    min-width: auto;
    padding: 0px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: none;
    margin: 0px;
}
.menu-social {
    list-style: none;
}
.menu-social li {
    max-width: 48px;
    margin: 10px;
    display: inline-block;
}
.menu-social.social-contact {
    margin: 0px;
    padding: 0px;
    margin-bottom: 35px;
}
.menu-social.social-contact li {
    max-width: 24px;
    margin: 15px 15px 0px 0px;
}
/** Stay Connected - Social - Register Complain Section **/

/** Footer **/
footer {
    border-top: #dddcdc 1px solid;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url(../assets/footer-bg.png);
    padding-bottom: 25%;
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
}
footer h6 {
    text-transform: uppercase;
    font-size: 14px;
}
.cont-footer-app-icons {
    width: 100%;
    float: left;
    padding: 20px;
    border: #dddcdc 1px solid;
    margin-bottom: 40px;
}
.cont-footer-app-icons h6 {
    margin-bottom: 20px;
}
.cont-footer-app-icons a {
    display: inline-block;
    margin: 0px 10px;
}
.footer-menu {
    margin: 0px;
    list-style: none;
    width: 100%;
    float: left;
}
.footer-menu li {
    display: block;
    width: 100%;
    float: left;
    border-bottom: #dddcdc 1px solid;
    margin-bottom: 0px;
}
.footer-menu li a {
    color: #373737;
    display: block;
    padding: 15px 15px 15px 0px;

    transition: color ease-in-out 0.5s;
}
.footer-menu li a::before {
    content: "\f105"; /* generic file icon */
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
}
.footer-menu li.active a,
.footer-menu li a:hover {
    color: #356ba7;
}
.text-copyright {
    opacity: 0.5;
}
/** Footer **/

/** Table Styling **/
.table .thead-dark th {
    background-color: #8cb540;
    border-color: #8cb540;
}
/** Table Styling **/

/** User Section **/
.frm-user {
    padding: 30px;
}
.header-btns li {
    display: inline-block;
    position: relative;
    margin-right: -1px;
}
.header-btns.header-btns-profile .btn {
    margin: 0px;
    padding: 0px;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
}
.header-btns.header-btns-profile li:first-child .btn {
    padding-left: 0px;
}
/*new added*/
.dropdown-toggle.btn{
    border-right:none;
    padding:10px;
    margin-right:1px;
}
.account-profile-thumb {
    display: inline-block;
}
.account-profile-thumb img {
    display: inline-block;
    padding: 5px;
    margin-right: 20px;
    line-height: normal;
    width: 45px;
    height: 45px;
    margin-top: -3px;
    background-color: #ffffff;
}
.dropdown-myaccount {
    padding: 0;
    margin: 0;
    border: 0 solid transition !important;
    border: #dddcdc 1px solid;
    border-radius: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    width: 100%;
    margin-top: -1px;
}
.dropdown-myaccount a {
    color: #1d1d1d;
    text-transform: none;
    font-size: 13px;
    border-bottom-color: #bdbdbd;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-left: #bdbdbd 5px solid;
    width: 100%;
    float: left;
    margin-bottom: 1px;
    padding: 10px 20px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all ease-in-out 0.5s;
}
.dropdown-myaccount a.active,
.dropdown-myaccount a:hover {
    color: #1d1d1d;
    border-left-color: #356ba7;
}

.myacct-heading {
    background-color: #356ba7;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 20px;
}
.myacct-content {
    padding: 20px;
    margin-bottom: 35px;
    border: #dddcdc 1px solid;
}
.cont-profile-img {
    padding: 10px;
}
.cont-profile-img img {
    margin-bottom: 10px;
}
.col-comp-id {
    font-weight: bold;
    font-size: 12px;
}
.col-comp-date {
    font-size: 12px;
    line-height: 26px;
}
.col-comp-date small {
    font-weight: bold;
}
.complain-status {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;
    color: #ffffff;
    width: 75px;
    text-align: center;
    margin: 5px auto;
    border-radius: 3px;
}
.status-open {
    background-color: #356ba7;
}
.status-closed {
    background-color: #617f05;
}
.cont-complain-details {
    padding: 20px;
    width: 100%;
    float: left;
    margin-bottom: 35px;
    border: #dddcdc 1px solid;
}
/** User Section **/

/** Members Hierarchy **/
.cont-mem-heirarchy {
    width: 100%;
    float: left;
}
.mem-content {
    margin: 0;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 3px 6px rgba(#cc8367, 0.22);
    display: inline-block;
    border: #dddcdc 1px solid;
}
.mem-content[data-toggle="modal"] {
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}
.mem-content[data-toggle="modal"]:hover {
    -webkit-box-shadow: 0px 0px 15px 5px rgba(116, 143, 66, 0.26);
    -moz-box-shadow: 0px 0px 15px 5px rgba(116, 143, 66, 0.26);
    box-shadow: 0px 0px 15px 5px rgba(116, 143, 66, 0.26);
}
.hv-item {
    display: flex;
    flex-direction: column;
    margin: auto;
}
.hv-item .hv-item-parent {
    margin-bottom: 30px;
    position: relative;
    display: flex;
    justify-content: center;
}
.hv-item .hv-item-parent:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 30px;
    bottom: 0;
    left: 50%;
    background-color: #dddcdc;
    transform: translateY(100%);
}

.hv-item-children {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.hv-item-children .hv-item-child {
    padding: 0 15px;
    position: relative;
}

.hv-item-children .hv-item-child:before,
.hv-item-children .hv-item-child:after {
    content: "";
    position: absolute;
    background-color: #dddcdc;
    left: 0;
}

.hv-item-children .hv-item-child:before {
    left: 50%;
    top: 0;
    transform: translateY(-100%);
    width: 1px;
    height: 30px;
}

.hv-item-children .hv-item-child:after {
    top: -30px;
    transform: translateY(-100%);
    height: 1px;
    width: 100%;
}

.hv-item-children .hv-item-child:first-child:after {
    left: 50%;
    width: 50%;
}

.hv-item-children .hv-item-child:last-child:after {
    width: calc(50% + 2px);
}

.hv-lst-children,
.hv-lst-parent {
    display: block;
    text-align: left;
    padding: 15px 0px;
}
.hv-lst-child {
    width: 100%;
    padding: 15px 20px 15px;
    position: relative;
}
.hv-lst-child::after {
    content: " ";
    height: 1px;
    width: 20px;
    background-color: #dddcdc;
    position: absolute;
    top: 50%;
    left: 0px;
}
.hv-lst-child::before {
    content: " ";
    width: 1px;
    height: 100%;
    background-color: #dddcdc;
    position: absolute;
    top: -15px;
    left: 0px;
}
.hv-item-child .mem-content {
    width: 100%;
}
.mem-thumb {
    display: block;
    padding: 5px;
    border: #dddcdc 1px solid;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    clear: both;
    margin: 0px auto 10px;
}
.mem-thumb img {
    border-radius: 100%;
}

.hv-lst-children > .hv-lst-child:last-child::before {
    top: -50%;
}
/** Members Hierarchy **/

/** Slider v2 **/
.slider-v2-slide-bg {
    width: 100%;
    float: left;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

/* .slider-v2-desc-cont {
    float: left;
    margin: 15% 0px;
    max-width: 50%;
} */
.slider-v2-desc {
    background-color: rgba(255, 255, 255, 0.85);
    padding: 40px;
    width: 100%;
}
.slider-v2-desc h6 {
    text-transform: uppercase;
    color: #356ba7;
    margin-bottom: 0px;
}
.slider-v2-desc h1 {
    font-size: 40px;
    margin-bottom: 25px;
}
.slider-v2-arrow-cont {
    width: 100%;
    text-align: right;
    margin-top: 1px;
    height: 50px;
    position: relative;
    font-size: 0px;
}
.slider-v2-desc-cont .slide-arrow {
    bottom: auto;
    right: auto;
    top: auto;
    left: auto;
    background: white;
    color: #356ba7;
    height: 50px;
    width: 50px;
    position: relative;
    display: inline-block;
    margin-left: 1px;
    line-height: 50px;
    font-size: 25px;
    opacity: 0.8;
    margin-top: 0px;
}
.slider-v2-desc-cont .slide-arrow:hover {
    opacity: 1;
}
/** Slider v2 **/

/** Star Rating **/
.cont-rating-stars .star-rating {
    position: relative;
    overflow: hidden;
}
.cont-rating-stars .star-rating input[type="radio"] {
    position: absolute;
    left: -30px;
}
.cont-rating-stars .star-single {
    display: inline-block;
    margin-right: 5px;
    cursor: pointer;
    font-size: 20px;
    color: grey;
}
.cont-rating-stars .star-single.checked {
    color: #dabb0d;
}
/** Star Rating **/
