@import "https://fonts.googleapis.com/css2?family=Open+Sans:ital, wght@0, 300;
    0, 400;
    0, 600;
    0, 700;
    0, 800;
    1, 400&amp;
    display=swap";
    @import "https: //fonts.googleapis.com/css2?family=Barlow:wght@100;
    200;
    300;
    400;
    500;
    600;
    700;
    800&amp;
    display=swap";
    body {
    font-size: 15px;
    font-family: open sans, sans-serif;
    color: #6b6b6b;
}
a {
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    text-decoration: none;
    color: #6b6b6b;
}
a:hover {
    text-decoration: none;
    color: #027480;
}
a:focus {
    text-decoration: none;
}
button {
    outline: 0!important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    padding: 0;
}
button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
color: #027480;
    font-weight: 900;
    font-family: barlow, sans-serif;
}
.d-table {
        background-color: #F6EEEA;
    width: 100%;
    height: 100%}
.d-table-cell {
    vertical-align: middle;
}
p {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.8;
}
p:last-child {
    margin-bottom: 0;
}
img {
    max-width: 100%;
    height: auto;
}
.form-control {
    height: 50px;
    color: #027480;
    border: 1px solid #e1e1e1;
    background-color: transparent;
    border-radius: 0;
    font-size: 16px;
    padding: 10px 20px;
    width: 100%}
.form-control::-webkit-input-placeholder {
    color: #676a6a;
}
.form-control:-ms-input-placeholder {
    color: #676a6a;
}
.form-control::-ms-input-placeholder {
    color: #676a6a;
}
.form-control::placeholder {
    color: #676a6a;
}
.form-control:focus {
    color: #000;
    background-color: transparent;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    outline: 0;
    border: 1px solid #0a5;
}
.form-control:hover:focus, .form-control:focus {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}
textarea.form-control {
    height: auto;
}
.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}
.pt-100 {
    padding-top: 100px;
}
.pb-100 {
    padding-bottom: 100px;
}
.pt-70 {
    padding-top: 70px;
}
.pb-70 {
    padding-bottom: 70px;
}
.pb-40 {
    padding-bottom: 40px;
}
.mt-100 {
    margin-top: 100px;
}
.mt-minus-100 {
    margin-top: -100px;
}
.mt-30 {
    margin-top: 30px;
}
.mb-30 {
    margin-bottom: 30px;
}
.pl-15 {
    padding-left: 15px;
}
.pr-15 {
    padding-right: 15px;
}
.bg-color {
    background-color: #f9fbfe;
}
.default-btn {
    font-size: 16px;
    color: #fff;
    line-height: 1;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    text-align: center;
    background-color: #d83700;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-table;
    padding: 18px 35px;
    border-radius: 4px;
    font-weight: 700;
}
.default-btn span {
    position: relative;
    padding-right: 25px;
}
.default-btn span i {
    position: absolute;
    top: 4px;
    right: 0;
}
.default-btn.btn-two {
    background-color: #fde0db;
    color: #0a5;
    border: 1px solid #0a5;
}
.default-btn:hover {
    background-color: #3a3650;
    color: #fff;
}
.default-btn:hover.btn-two {
    border-color: #3a3650;
}
.read-more {
    font-size: 15px;
    color: #3a3650;
    font-weight: 700;
}
.read-more i {
    position: relative;
    top: 3px;
}
.read-more:hover {
    color: #d83700;
    letter-spacing: 1px;
}
.section-title {
    max-width: 750px;
    margin: -13px auto 50px;
    text-align: center;
    position: relative;
}
.section-title span {
    font-size: 16px;
    color: #0a5;
    display: block;
    margin-bottom: 15px;
}
.section-title h2 {
    font-size: 32px;
    margin-bottom: 20px;
    position: relative;
    margin-top: -11px;
}
.section-title h2:last-child {
    margin-bottom: 0;
}
.section-title p {
    max-width: 720px;
    margin: auto;
}
.section-title.white-title span {
    color: #0a5;
}
.section-title.white-title h2 {
    color: #fff;
}
.section-title.white-title p {
    color: #fff;
}
.section-title.green-title span {
    color: #0a5;
}
.section-title.green-title h2 {
    color: #f6eeea;
}
.section-title.green-title p {
    color: #fff;
}
.top-header {
    background-color: #027480;
    padding-top: 10px;
    padding-bottom: 10px;
}
.top-header .header-left-content {
    line-height: 1;
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}
.top-header .header-left-content li {
    display: inline-block;
    margin-right: 15px;
}
.top-header .header-left-content li a {
    color: #fff;
}
.top-header .header-left-content li a i {
    font-size: 18px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    color: #027480;
    text-align: center;
    border-radius: 50%;
    line-height: 1;
    margin-right: 5px;
    position: relative;
    top: 2px;
}
.top-header .header-left-content li a:hover {
    color: #d83700;
}
.top-header .header-left-content li:last-child {
    margin-right: 0;
}
.top-header .header-right-content {
    line-height: 1;
    float: right;
    position: relative;
    top: -2px;
}
.top-header .header-right-content .my-account {
    display: inline-block;
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: relative;
    margin-right: 30px;
}
.top-header .header-right-content .my-account li .dropdown-control {
    color: #fff;
    font-size: 15px;
    padding-bottom: 15px;
}
.top-header .header-right-content .my-account li .dropdown-control i {
    color: #fff;
    position: relative;
    top: 2px;
    margin-right: 5px;
}
.top-header .header-right-content .my-account li .dropdown-control .ri-arrow-down-s-line {
    font-size: 17px;
    color: #fff;
    top: 4px;
}
.top-header .header-right-content .my-account li .my-account-link {
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    background-color: #fff;
    padding: 20px;
    list-style-type: none;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    width: 220px;
    z-index: 9999;
}
.top-header .header-right-content .my-account li .my-account-link::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 0;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    border-left: 8px solid transparent;
    top: -8px;
    right: 0;
    left: 0;
    margin: auto;
}
.top-header .header-right-content .my-account li .my-account-link li {
    margin-bottom: 15px;
}
.top-header .header-right-content .my-account li .my-account-link li a {
    color: #000;
    font-size: 18px;
    display: block;
    font-weight: 700;
}
.top-header .header-right-content .my-account li .my-account-link li a:hover {
    color: #d83700;
}
.top-header .header-right-content .my-account li .my-account-link li:last-child {
    margin-bottom: 0;
}
.top-header .header-right-content .my-account:hover .my-account-link {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.top-header .header-right-content .languages-switcher {
    position: relative;
    padding-left: 20px;
    display: inline-block;
}
.top-header .header-right-content .languages-switcher i {
    position: absolute;
    left: 0;
    top: 3px;
    color: #fff;
    margin-right: 0;
}
.top-header .header-right-content .languages-switcher select {
    padding: 0;
    background-color: transparent;
    border: none!important;
    cursor: pointer;
    color: #fff;
    font-size: 15px;
}
.top-header .header-right-content .languages-switcher select option {
    color: #6b6b6b;
}
.top-header .header-right-content .languages-switcher select:focus {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}
.navbar-area {
    position: relative;
}
.navbar-area .navbar-brand {
    margin-right: 0;
    padding: 0;
}
.navbar-area.is-sticky {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    position: fixed;
    background-color: #fff!important;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}
.desktop-nav {
    background-image: -webkit-gradient(linear, left top, right top, from(#F6EEEA), to(#ffffff));
    background-image: linear-gradient(to right, #F6EEEA, #ffffff);
    padding-top: 0;
    padding-bottom: 0;
}
.desktop-nav .navbar {
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    z-index: 2;
    padding-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
}
.desktop-nav .navbar ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}
.desktop-nav .navbar .navbar-nav {
    margin-left: auto;
    margin-right: 0;
}
.desktop-nav .navbar .navbar-nav .nav-item {
    position: relative;
    padding-bottom: 35px;
    padding-top: 35px;
    padding-right: 0;
    padding-left: 0;
}
.desktop-nav .navbar .navbar-nav .nav-item a {
    font-weight: 700;
    font-size: 15px;
    color: #6b6b6b;
    line-height: 1;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
}
.desktop-nav .navbar .navbar-nav .nav-item a:hover, .desktop-nav .navbar .navbar-nav .nav-item a:focus, .desktop-nav .navbar .navbar-nav .nav-item a.active {
    color: #d83700;
}
.desktop-nav .navbar .navbar-nav .nav-item a i {
    font-size: 18px;
    line-height: 0;
    position: relative;
    top: 4px;
}
.desktop-nav .navbar .navbar-nav .nav-item:last-child a {
    margin-right: 0;
}
.desktop-nav .navbar .navbar-nav .nav-item:first-child a {
    margin-left: 0;
}
.desktop-nav .navbar .navbar-nav .nav-item:hover a, .desktop-nav .navbar .navbar-nav .nav-item:focus a, .desktop-nav .navbar .navbar-nav .nav-item.active a {
    color: #0a5;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu {
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #fff;
    position: absolute;
    visibility: hidden;
    border-radius: 0;
    display: block;
    width: 320px;
    border: none;
    z-index: 99;
    opacity: 0;
    top: 80px;
    left: 0;
    padding: 0;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
    padding: 0;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
    color: #000;
    padding: 20px;
    border-bottom: 1px dashed #eee;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    display: block;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a i {
    float: right;
    top: 7px;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #d83700;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    left: 250px;
    top: 0;
    opacity: 0;
    visibility: hidden;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
    color: #000;
    border-bottom: 1px dashed #eee;
    font-size: 14px;
    line-height: 1;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
    color: #d83700;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: 250px;
    top: 0;
    opacity: 0;
    visibility: hidden;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #000;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #d83700;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: -250px;
    top: 0;
    opacity: 0;
    visibility: hidden;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #000;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #d83700;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: -250px;
    top: 0;
    opacity: 0;
    visibility: hidden;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #000;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #d83700;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: -250px;
    top: 0;
    opacity: 0;
    visibility: hidden;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #000;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #d83700;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: -250px;
    top: 0;
    opacity: 0;
    visibility: hidden;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #000;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #0a5;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #0a5;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: -15px;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #0a5;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: -1px;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #0a5;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    top: -1px;
    visibility: visible;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: #0a5;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    top: -15px;
    visibility: visible;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
    color: #0a5;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: -15px;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
    color: #0a5;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 0;
}
.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:last-child a {
    border-bottom: none;
}
.desktop-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
    top: 80%;
    opacity: 1;
    margin-top: 0;
    visibility: visible;
}
.desktop-nav .navbar .others-options {
    border-left: 1px solid #d7d7d7;
    margin-left: 30px;
    padding-left: 30px;
}
.desktop-nav .navbar .others-options ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    line-height: 1;
}
.desktop-nav .navbar .others-options ul li {
    display: inline-block;
    margin-right: 25px;
}
.desktop-nav .navbar .others-options ul li:last-child {
    margin-right: 0;
}
.desktop-nav .navbar .others-options ul li .call {
    font-family: barlow, sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #3a3650;
    position: relative;
}
.desktop-nav .navbar .others-options ul li .call i {
    position: relative;
    font-size: 20px;
    top: 4px;
    color: #027480;
    margin-right: 5px;
}
.desktop-nav .navbar .others-options ul li .option-item {
    color: #6b6b6b;
    display: inline-block;
    line-height: 1;
    position: relative;
    top: 0;
}
.desktop-nav .navbar .others-options ul li .option-item span {
    position: relative;
    top: -7px;
    margin-left: 5px;
    font-weight: 600;
}
.desktop-nav .navbar .others-options ul li .option-item .search-overlay {
    display: none;
}
.desktop-nav .navbar .others-options ul li .option-item .search-overlay.search-popup {
    position: absolute;
    top: 100%;
    width: 300px;
    right: 0;
    background: #fff;
    z-index: 2;
    padding: 20px;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    margin-top: 18px;
}
.desktop-nav .navbar .others-options ul li .option-item .search-overlay.search-popup .search-form {
    position: relative;
}
.desktop-nav .navbar .others-options ul li .option-item .search-overlay.search-popup .search-form .search-input {
    display: block;
    width: 100%;
    height: 50px;
    line-height: initial;
    border: 1px solid #eee;
    color: #3a3650;
    outline: 0;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    font-size: 15px;
    padding-top: 4px;
    padding-left: 15px;
}
.desktop-nav .navbar .others-options ul li .option-item .search-overlay.search-popup .search-form .search-input:focus {
    border-color: #0a5;
}
.desktop-nav .navbar .others-options ul li .option-item .search-overlay.search-popup .search-form .search-button {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    background: #0a5;
    border: none;
    width: 50px;
    outline: 0;
    color: #fff;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    padding: 0;
}
.desktop-nav .navbar .others-options ul li .option-item .search-overlay.search-popup .search-form .search-button:hover {
    background-color: #3a3650;
}
.desktop-nav .navbar .others-options ul li .option-item .search-btn {
    cursor: pointer;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    color: #3a3650;
    text-align: center;
    font-size: 25px;
    display: inline-block;
}
.desktop-nav .navbar .others-options ul li .option-item .search-btn:hover {
    color: #0a5;
}
.desktop-nav .navbar .others-options ul li .option-item .close-btn {
    cursor: pointer;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    color: #3a3650;
    text-align: center;
    display: none;
    font-size: 25px;
}
.desktop-nav .navbar .others-options ul li .option-item .close-btn:hover {
    color: #0a5;
}
.desktop-nav .navbar .others-options ul li .option-item .close-btn.active {
    display: block;
    color: #0a5;
}
.mobile-responsive-nav {
    display: none;
}
.others-option-for-responsive {
    display: none;
}
.others-option-for-responsive .dot-menu {
    padding: 0 10px;
    height: 30px;
    cursor: pointer;
    z-index: 9991;
    position: absolute;
    right: 60px;
    top: -31px;
}
.others-option-for-responsive .dot-menu .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
}
.others-option-for-responsive .dot-menu .inner .circle {
    height: 5px;
    width: 5px;
    border-radius: 100%;
    margin: 0 2px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    background-color: #0a5;
}
.others-option-for-responsive .dot-menu:hover .inner .circle {
    background-color: #0a5;
}
.others-option-for-responsive .container {
    position: relative;
}
.others-option-for-responsive .container .container {
    position: absolute;
    right: -2px;
    top: 10px;
    max-width: 320px;
    margin-left: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    z-index: 2;
    padding-left: 15px;
    padding-right: 15px;
}
.others-option-for-responsive .container .container.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.others-option-for-responsive .others-option {
    background-color: #eee;
    padding: 10px;
}
.others-option-for-responsive .others-option ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    line-height: 1;
}
.others-option-for-responsive .others-option ul li {
    display: inline-block;
    margin-right: 15px;
}
.others-option-for-responsive .others-option ul li:last-child {
    margin-right: 0;
}
.others-option-for-responsive .others-option ul li .call {
    font-family: barlow, sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #3a3650;
    position: relative;
    top: -3px;
}
.others-option-for-responsive .others-option ul li .call i {
    position: relative;
    font-size: 20px;
    top: 4px;
    color: #0a5;
    margin-right: 5px;
}
.others-option-for-responsive .others-option ul li .option-item {
    color: #6b6b6b;
    display: inline-block;
    line-height: 1;
    position: relative;
    top: 5px;
}
.others-option-for-responsive .others-option ul li .option-item .search-overlay {
    display: none;
}
.others-option-for-responsive .others-option ul li .option-item .search-overlay.search-popup {
    position: absolute;
    top: 100%;
    width: 300px;
    right: 0;
    background: #fff;
    z-index: 2;
    padding: 20px;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    margin-top: 18px;
}
.others-option-for-responsive .others-option ul li .option-item .search-overlay.search-popup .search-form {
    position: relative;
}
.others-option-for-responsive .others-option ul li .option-item .search-overlay.search-popup .search-form .search-input {
    display: block;
    width: 100%;
    height: 50px;
    line-height: initial;
    border: 1px solid #eee;
    color: #3a3650;
    outline: 0;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    font-size: 15px;
    padding-top: 4px;
    padding-left: 15px;
}
.others-option-for-responsive .others-option ul li .option-item .search-overlay.search-popup .search-form .search-input:focus {
    border-color: #0a5;
}
.others-option-for-responsive .others-option ul li .option-item .search-overlay.search-popup .search-form .search-button {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    background: #0a5;
    border: none;
    width: 50px;
    outline: 0;
    color: #fff;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    padding: 0;
}
.others-option-for-responsive .others-option ul li .option-item .search-overlay.search-popup .search-form .search-button:hover {
    background-color: #3a3650;
}
.others-option-for-responsive .others-option ul li .option-item .search-btn {
    cursor: pointer;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    color: #3a3650;
    text-align: center;
    font-size: 25px;
    display: inline-block;
}
.others-option-for-responsive .others-option ul li .option-item .search-btn:hover {
    color: #0a5;
}
.others-option-for-responsive .others-option ul li .option-item .close-btn {
    cursor: pointer;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    color: #3a3650;
    text-align: center;
    display: none;
    font-size: 25px;
}
.others-option-for-responsive .others-option ul li .option-item .close-btn:hover {
    color: #0a5;
}
.others-option-for-responsive .others-option ul li .option-item .close-btn.active {
    display: block;
    color: #0a5;
}
.mfp-iframe-holder .mfp-content {
    border: 20px solid #eee;
}
.mfp-iframe-holder .mfp-close {
    top: -50px;
    right: -20px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #f30000;
}
.modal .account-title {
    margin-left: -12px;
    margin-right: -12px;
}
.modal .account-title h2 {
    font-size: 24px;
    margin-bottom: 15px;
    background-color: #e7f4eb;
    padding: 30px;
    margin-bottom: 0;
}
.modal .forgot-login {
    float: right;
}
.modal .default-btn {
    margin-top: 2px;
    width: 100%;
    display: block;
}
.modal .modal-content {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}
.modal .modal-body {
    padding: 0;
    border: none;
}
.modal .close {
    background-color: transparent;
    border: 0;
    padding: 0;
    position: absolute;
    right: 29px;
    top: 31px;
    z-index: 9999;
    color: #3a3650;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    font-size: 25px;
    line-height: 1;
}
.modal .close:hover {
    color: #0a5;
}
.modal .contact-form-action {
    padding: 30px 15px;
}
.modal .contact-form-action .form-group {
    margin-bottom: 20px;
}
.modal .contact-form-action .form-group label {
    margin-bottom: 10px;
}
.modal .contact-form-action .login-action {
    margin-bottom: 20px;
}
.modal .contact-form-action .show {
    text-align: right;
}
.hero-slider-area {
    position: relative;
}
.hero-slider-area .container-fluid {
    max-width: 1300px;
}
.hero-slider-area .thumbs-wrap {
    position: absolute;
    top: 50%;
    right: 20px;
    z-index: 1;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
}
.hero-slider-area .thumbs-wrap .owl-thumbs .owl-thumb-item {
    padding: 15px 0;
}
.hero-slider-area .thumbs-wrap .owl-thumbs .owl-thumb-item span {
    font-family: barlow, sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #3a3650;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    cursor: pointer;
    position: relative;
    display: block;
    line-height: 1.3;
}
.hero-slider-area .thumbs-wrap .owl-thumbs .owl-thumb-item span::before {
    content: "";
    position: absolute;
    top: 10px;
    right: -20px;
    width: 15px;
    height: 2px;
    background-color: #3a3650;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}
.hero-slider-area .thumbs-wrap .owl-thumbs .owl-thumb-item span::after {
    content: "";
    position: absolute;
    top: 9px;
    right: -10px;
    width: 5px;
    height: 5px;
    background-color: #3a3650;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    border-radius: 50%}
.hero-slider-area .thumbs-wrap .owl-thumbs .owl-thumb-item.active span {
    color: #0a5;
}
.hero-slider-area .thumbs-wrap .owl-thumbs .owl-thumb-item.active span::before {
    background-color: #0a5;
}
.hero-slider-area .thumbs-wrap .owl-thumbs .owl-thumb-item.active span::after {
    background-color: #0a5;
}
.hero-slider-area .thumbs-wrap .owl-thumbs .owl-thumb-item:hover span {
    color: #0a5;
}
.hero-slider-area .thumbs-wrap .owl-thumbs .owl-thumb-item:hover span::before {
    background-color: #0a5;
}
.hero-slider-area .thumbs-wrap .owl-thumbs .owl-thumb-item:hover span::after {
    background-color: #0a5;
}
.hero-slider-item {
    height: 720px;
    background-image: -webkit-gradient(linear, left top, right top, from(#F6EEEA), to(#ffffff));
    background-image: linear-gradient(to right, #F6EEEA, #ffffff);
    position: relative;
    z-index: 1;
}
.hero-slider-item .slider-shape {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    z-index: -1;
    -webkit-animation: moveBounce 5s linear infinite;
    animation: moveBounce 5s linear infinite;
}
.hero-slider-item .slider-shape img {
    width: auto;
    margin: auto;
}
.hero-slider-content .top-title {
background-color: #d87300;
    color: #fff;
    display: inline-block;
    margin-bottom: 15px;
    font-size: 16px;
    padding: 5px 20px;
    border-radius: 50px;
}
.hero-slider-content h1 {
    font-size: 55px;
    margin-bottom: 20px;
}
.hero-slider-content p {
    margin-bottom: 30px;
}
.slider-img {
    position: relative;
    z-index: 1;
}
.banner-area {
    position: relative;
    z-index: 1;
    height: 100vh;
    overflow: hidden;
}
.banner-area::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(#96c74f), to(#32ba9f));
    background-image: linear-gradient(to right, #96c74f, #32ba9f);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 55%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 55%, 0% 100%);
    -webkit-clip-path: none;
    clip-path: none;
    z-index: -1;
}
.banner-area .banner-shape-1 {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 1;
    -webkit-animation: moveBounce 5s linear infinite;
    animation: moveBounce 5s linear infinite;
}
.banner-area .container-fluid {
    max-width: 1400px;
}
.banner-area ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    position: absolute;
    top: 28%;
    left: 5px;
    z-index: 1;
    list-style-type: none;
    padding: 0;
    margin: 0;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.banner-area ul li {
    margin: 35px 0;
}
.banner-area ul li a {
    display: block;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 18px;
}
.banner-area ul li a:hover {
    color: #d83700;
}
.banner-area.banner-area-style-three {
    background-image: url(../images/banner/banner-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
}
.banner-area.banner-area-style-three .container-fluid {
    max-width: 100%;
    padding-right: 0;
}
.banner-area.banner-area-style-three::before {
    background-image: none;
    -webkit-clip-path: none;
    clip-path: none;
    background-color: #3a3650;
    opacity: .9;
}
.banner-area.banner-area-style-three .banner-img {
    margin-top: 30px;
    margin-right: -150px;
    margin-bottom: -150px;
}
.banner-area.banner-area-style-three .banner-img img {
    border-radius: 50%}
.banner-area.banner-area-style-three .banner-img .banner-shape-3 {
    position: absolute;
    top: -25px;
    left: -35px;
}
.banner-area.banner-area-style-three .banner-img .banner-shape-3 img {
    border-radius: 0;
}
.banner-area.banner-area-style-three .pr-0 {
    padding-right: 0;
}
.banner-area.banner-area-style-three .banner-content span {
    color: #0a5;
}
.banner-area.banner-area-style-three .banner-content h1 {
    margin-bottom: 30px;
}
.banner-area.banner-area-style-three .banner-content p {
    color: #fff;
}
.banner-area.banner-area-style-three .banner-content .default-btn {
    background-color: #0a5;
    color: #fff;
}
.banner-area.banner-area-style-three .banner-content .default-btn:hover {
    background-color: #fff;
    color: #0a5;
}
.banner-content .top-title {
    color: #fff;
    display: inline-block;
    margin-bottom: 15px;
    font-size: 15px;
}
.banner-content h1 {
    font-size: 69px;
    margin-bottom: 40px;
    color: #fff;
}
.banner-content p {
    margin-bottom: 40px;
    max-width: 600px;
}
.banner-content .default-btn {
    background-color: #fff;
    color: #0a5;
}
.banner-content .default-btn:hover {
    background-color: #0a5;
    color: #fff;
}
.banner-img {
    position: relative;
    z-index: 1;
}
.banner-img .banner-shape-2 {
    position: absolute;
    bottom: -40px;
    right: -40px;
    z-index: -1;
}
.background-video {
    width: 100%}
.services-area.services-area-style-two .single-services-box {
    position: relative;
    background-color: transparent;
    padding-left: 120px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    z-index: 1;
}
.services-area.services-area-style-two .single-services-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#ffffff));
    background-image: linear-gradient(to right, #ffffff, #ffffff);
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    opacity: 0;
    z-index: -1;
}
.services-area.services-area-style-two .single-services-box span {
    position: absolute;
    top: 25px;
    left: 30px;
    text-transform: uppercase;
    background-image: -webkit-gradient(linear, left top, right top, from(#96c74f), to(#32ba9f));
    background-image: linear-gradient(to right, #96c74f, #32ba9f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}
.services-area.services-area-style-two .single-services-box h3 {
    margin-top: -10px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    margin-bottom: 10px;
}
.services-area.services-area-style-two .single-services-box p {
    margin-bottom: -3px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}
.services-area.services-area-style-two .single-services-box:hover::before {
    background-image: -webkit-gradient(linear, left top, right top, from(#96c74f), to(#32ba9f));
    background-image: linear-gradient(to right, #96c74f, #32ba9f);
    opacity: 1;
}
.services-area.services-area-style-two .single-services-box:hover span {
    background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#ffffff));
    background-image: linear-gradient(to right, #ffffff, #ffffff);
}
.services-area.services-area-style-two .single-services-box:hover h3 a {
    color: #fff;
}
.services-area.services-area-style-two .single-services-box:hover p {
    color: #fff;
}
.services-area.services-area-style-three .single-services-box {
    position: relative;
    padding-left: 120px;
    background-color: #fff;
    margin-bottom: 30px;
}
.services-area.services-area-style-three .single-services-box span {
    position: absolute;
    top: 25px;
    left: 30px;
    color: #0a5;
}
.services-area.services-area-style-three .single-services-box h3 {
    margin-top: -6px;
    margin-bottom: 10px;
}
.services-area.services-area-style-three .single-services-box p {
    margin-bottom: -3px;
}
.services-area.services-area-style-three .single-services-box:hover {
    background-color: #fff;
}
.single-services-box {
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    padding: 30px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}
.single-services-box span {
    line-height: 1;
    font-size: 22px;
    color: #d83700;
    margin: 20px 0;
    display: block;
    opacity: .9;
}
.single-services-box h3 {
    font-size: 25px;
    margin-bottom: 12px;
}
.single-services-box h3 a {
    color: #3a3650;
}
.single-services-box p {
    margin-bottom: 13px;
    font-size: 15px;
}
.single-services-box .services-shape {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .1;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
        max-width: 160px;
}
.single-services-box:hover {
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.single-services-box:hover .services-shape {
    -webkit-filter: none;
    filter: none;
}
.single-services-box:hover .read-more {
    color: #0a5;
}
.awesome-single-services {
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    margin-bottom: 30px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}
.awesome-single-services .awesome-services-content {
    padding: 30px;
}
.awesome-single-services .awesome-services-content ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    line-height: 1;
}
.awesome-single-services .awesome-services-content ul li {
    display: inline-block;
    font-size: 15px;
    margin-right: 20px;
}
.awesome-single-services .awesome-services-content ul li:last-child {
    border-right: none;
}
.awesome-single-services .awesome-services-content ul li i {
    color: #0a5;
    position: relative;
    top: 1.5px;
    margin-right: 5px;
}
.awesome-single-services .awesome-services-content h3 {
    font-size: 25px;
    margin-top: -9px;
    margin-bottom: 15px;
}
.awesome-single-services .awesome-services-content h3 a {
    color: #3a3650;
}
.awesome-single-services .awesome-services-content p {
    margin-bottom: 15px;
}
.awesome-single-services:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.awesome-single-services:hover .blog-content h3 a {
    color: #0a5;
}
.awesome-single-services:hover .blog-content .read-more {
    color: #0a5;
}
.who-we-are-content {
    margin-top: -5px;
    margin-bottom: 30px;
}
.who-we-are-content .top-title {
    font-size: 16px;
    color: #0a5;
    display: block;
    margin-bottom: 12px;
}
.who-we-are-content h2 {
    font-size: 32px;
    margin-bottom: 15px;
    line-height: 1.3;
}
.who-we-are-content h3 {
    font-size: 25px;
    margin-bottom: 10px;
}
.who-we-are-content ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.who-we-are-content ul li {
    font-size: 15px;
    position: relative;
    padding-left: 20px;
    line-height: 1.8;
}
.who-we-are-content ul li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #0a5;
    border-radius: 50%}
.who-we-are-content ul li:last-child {
    margin-bottom: 0;
}
.who-we-are-content.who-we-are-content-two ul {
    margin-bottom: 30px;
}
.who-we-are-img {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}
.who-we-are-img::before {
    content: "";
    position: absolute;
    top: -50px;
    right: 22px;
    width: 360px;
    height: 360px;
    background-color: #d4f0e1;
    border-radius: 0 40px 0 0;
    z-index: -1;
    display: none;
}
.who-we-are-img.who-we-are-img-2::before {
    top: auto;
    bottom: -35px;
    right: 35px;
    border-radius: 0 0 40px 0;
}
.who-we-are-img.who-we-are-img-2 .who-we-are-img-shape-2 {
    position: absolute;
    top: -30px;
    left: -30px;
    z-index: -1;
    -webkit-animation: moveBounce 5s linear infinite;
    animation: moveBounce 5s linear infinite;
    display: none;
}
.who-we-are-img.who-we-are-img-2 .who-we-are-img-shape-2 img {
    border-radius: 0;
}
.who-we-are-img.who-we-are-img-3 {
    margin-top: 0;
}
.who-we-are-img.who-we-are-img-3::before {
    display: none;
}
.discover-area .pr-0 {
    padding-right: 0;
}
.discover-area .pl-0 {
    padding-left: 0;
}
.discover-area.discover-area-style-two .col-lg-3:first-child .single-counter::before {
    border-right: none;
}
.discover-area.discover-area-style-two .counter-bg {
    margin-bottom: 30px;
}
.discover-area.discover-area-style-two .discover-bg {
    background-image: url(../images/discover-bg.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    position: relative;
}
.discover-area.discover-area-style-two .discover-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #3a3650;
    opacity: .9;
    z-index: -1;
    border-radius: 10px;
}
.discover-area.discover-area-style-two .discover-bg::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background-color: #fff;
    z-index: -1;
}
.discover-area.discover-area-style-three .discover-bg {
    background-color: transparent;
}
.discover-area.discover-area-style-three .discover-bg .row {
    margin-left: -10px;
    margin-right: -10px;
}
.discover-area.discover-area-style-three .discover-bg .discover-content {
    padding: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.discover-area.discover-area-style-three .discover-img-3 {
    text-align: center;
    position: relative;
    z-index: 1;
}
.discover-area.discover-area-style-three .discover-img-3 img {
    border-radius: 50%}
.discover-area.discover-area-style-three .discover-img-3 .discover-img-shape-3 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.discover-area.discover-area-style-three .discover-img-3 .discover-img-shape-3 img {
    border-radius: 0;
}
.discover-area.discover-area-style-three .discover-img-3 .video-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.discover-area.discover-area-style-three .discover-img-3 .video-button i {
    color: #0a5;
    font-size: 80px;
    background-color: rgba(255, 255, 255, .7);
    line-height: 1;
    border-radius: 50%;
    display: block;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}
.discover-area.discover-area-style-three .discover-img-3 .video-button:hover i {
    background-color: #0a5;
    color: #fff;
}
.discover-bg {
    background-color: #027480;
    position: relative;
    z-index: 1;
}
.discover-bg::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background-color: #fff;
    z-index: -1;
}
.discover-bg .shape {
    position: absolute;
}
.discover-bg .shape.discover-shape-1 {
    top: 30px;
    left: 30px;
    -webkit-animation: moveBounce 5s linear infinite;
    animation: moveBounce 5s linear infinite;
}
.discover-bg .shape.discover-shape-2 {
    bottom: 180px;
    right: 20px;
    -webkit-animation: moveBounce 5s linear infinite;
    animation: moveBounce 5s linear infinite;
}
.discover-bg .row {
    margin-left: 100px;
    margin-right: 100px;
}
.discover-content {
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    padding: 38px;
}
.discover-content h2 {
    font-size: 35px;
    margin-top: -11px;
    margin-bottom: 15px;
}
.discover-content h3 {
    font-size: 23px;
    margin-bottom: 10px;
}
.discover-content ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-bottom: -3px;
}
.discover-content ul li {
    font-size: 15px;
    position: relative;
    padding-left: 20px;
    line-height: 1.8;
}
.discover-content ul li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #0a5;
    border-radius: 50%}
.discover-content ul li:last-child {
    margin-bottom: 0;
}
.discover-img {
    background-image: url(../images/discover-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;
}
.discover-img.discover-img-2 {
    background-image: url(../images/discover-img-2.jpg);
}
.discover-img .video-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.discover-img .video-button i {
    color: #0a5;
    font-size: 80px;
    background-color: #fff;
    line-height: 1;
    border-radius: 50%;
    display: block;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}
.discover-img .video-button:hover i {
    background-color: #0a5;
    color: #fff;
}
.counter-area .counter-bg {
    background-image: url(../images/counter-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 20px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}
.counter-area .counter-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #3a3650;
    opacity: .9;
    z-index: -1;
    border-radius: 10px;
}
.counter-area .counter-bg .col-lg-3:first-child .single-counter::before {
    display: none;
}
.single-counter {
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
}
.single-counter::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    border-right: 1px dashed #0a5;
}
.single-counter .count-title {
    text-align: center;
}
.single-counter .count-title h2 {
    font-size: 40px;
    color: #fff;
    margin-bottom: 0;
    line-height: 1;
    margin-bottom: 5px;
    margin-top: -8px;
    font-weight: 600;
}
.single-counter .count-title h2 .target {
    position: relative;
    top: 2px;
    margin-left: -10px;
    font-size: 40px;
}
.single-counter .count-title h4 {
    font-size: 18px;
    margin-bottom: 0;
    color: #fff;
    font-weight: 400;
}
.counselor-img {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}
.counselor-img .shape {
    position: absolute;
    z-index: -1;
    display: none;
}
.counselor-img .shape img {
    border-radius: 0!important;
}
.counselor-img .shape.counselor-shape-1 {
    top: -30px;
    right: 0;
}
.counselor-img .shape.counselor-shape-2 {
    bottom: -50px;
    left: -50px;
}
.counselor-content {
    margin-bottom: 30px;
}
.counselor-content .counselor-title h2 {
    font-size: 48px;
    margin-bottom: 40px;
}
.single-counselor {
    position: relative;
}
.single-counselor i {
    font-size: 80px;
    line-height: 1;
    color: #acdfd2;
    display: block;
    margin-bottom: 25px;
}
.single-counselor p {
    font-size: 18px;
    margin-bottom: 22px;
}
.single-counselor h3 {
    font-size: 20px;
    margin-bottom: 0;
}
.single-event-box {
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    margin-bottom: 30px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}
.single-event-box .event-content {
    padding: 30px;
}
.single-event-box .event-content ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-bottom: 18px;
    line-height: 1;
}
.single-event-box .event-content ul li {
    color: #0a5;
}
.single-event-box .event-content ul li:last-child {
    border-right: none;
}
.single-event-box .event-content ul li span {
    float: right;
    color: #6b6b6b;
}
.single-event-box .event-content h3 {
    font-size: 20px;
    margin-bottom: 15px;
}
.single-event-box .event-content h3 a {
    color: #3a3650;
}
.single-event-box .event-content p {
    margin-bottom: 15px;
    position: relative;
    padding-left: 25px;
}
.single-event-box .event-content p i {
    position: absolute;
    top: -3px;
    left: 0;
    color: #0a5;
    font-size: 18px;
}
.single-event-box:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.single-event-box:hover .blog-content h3 a {
    color: #0a5;
}
.single-event-box:hover .blog-content .read-more {
    color: #0a5;
}
.local-councils-services-area {
    overflow: hidden;
}
.local-councils-services-area.local-councils-services-area-style-two .local-councils-img::before {
    top: auto;
    bottom: -30px;
    right: auto;
    left: 35px;
    border-radius: 0 0 0 40px;
}
.local-councils-services-area.local-councils-services-area-style-two .local-councils-img .local-councils-img-shape {
    position: absolute;
    top: -30px;
    left: auto;
    right: -30px;
    z-index: -1;
    display: none;
}
.local-councils-content {
    margin-top: -5px;
    margin-bottom: 30px;
}
.local-councils-content .top-title {
    font-size: 16px;
    color: #0a5;
    display: block;
    margin-bottom: 12px;
}
.local-councils-content h2 {
    font-size: 40px;
    margin-bottom: 15px;
}
.local-councils-content h3 {
    font-size: 25px;
    margin-bottom: 10px;
}
.local-councils-content ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-bottom: 25px;
}
.local-councils-content ul li {
    font-size: 15px;
    position: relative;
    padding-left: 25px;
    line-height: 1.8;
}
.local-councils-content ul li::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #0a5;
    border-radius: 50%}
.local-councils-content ul li:last-child {
    margin-bottom: 0;
}
.local-councils-img {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    text-align: right;
}
.local-councils-img::before {
    content: "";
    position: absolute;
    top: -50px;
    left: 22px;
    width: 360px;
    height: 360px;
    background-color: #d4f0e1;
    border-radius: 40px 0 0 0;
    z-index: -1;
    display: none;
}
.project-area {
    overflow: hidden;
}
.project-area .owl-nav {
    margin-top: 0!important;
    opacity: 0;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}
.project-area .owl-nav .owl-prev, .project-area .owl-nav .owl-next {
    margin: 0;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background-color: #0a5!important;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50px;
    -webkit-transform: translateY(-33px);
    transform: translateY(-33px);
}
.project-area .owl-nav .owl-prev i, .project-area .owl-nav .owl-next i {
    font-size: 25px;
    color: #fff;
    line-height: 35px;
}
.project-area .owl-nav .owl-prev:hover i, .project-area .owl-nav .owl-next:hover i {
    color: #fff;
}
.project-area .owl-nav .owl-next {
    left: auto;
    right: 50px;
}
.project-area .owl-nav .owl-next i {
    position: relative;
    right: -1px;
}
.project-area:hover .owl-nav {
    opacity: 1;
}
.single-project {
    position: relative;
    margin-bottom: 30px;
    position: relative;
}
.single-project::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#000000), to(transparent));
    background-image: linear-gradient(to top, #000000, transparent);
}
.single-project img {
    border-radius: 10px;
}
.single-project .project-content {
    position: absolute;
    left: 30px;
    bottom: 30px;
}
.single-project .project-content a {
    font-size: 23px;
    color: #fff;
    font-weight: 600;
    font-family: barlow, sans-serif;
}
.single-project:hover .project-content a {
    color: #0a5;
}
.counselor-area .owl-nav {
    margin-top: 10px!important;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 30px;
}
.counselor-area .owl-nav .owl-prev, .counselor-area .owl-nav .owl-next {
    margin: 0;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background-color: #0a5!important;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    margin-left: 20px;
}
.counselor-area .owl-nav .owl-prev i, .counselor-area .owl-nav .owl-next i {
    font-size: 25px;
    color: #fff;
    line-height: 35px;
}
.counselor-area .owl-nav .owl-prev:hover i, .counselor-area .owl-nav .owl-next:hover i {
    color: #fff;
}
.counselor-area .owl-nav .owl-next {
    left: auto;
    right: -30px;
}
.counselor-area .owl-nav .owl-next i {
    position: relative;
    right: -1px;
}
.single-councillor {
    margin-bottom: 30px;
}
.single-councillor .councillor-content {
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    padding: 30px;
    z-index: 1;
    position: relative;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}
.single-councillor .councillor-content h3 {
    font-size: 20px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}
.single-councillor .councillor-content span {
    font-size: 14px;
    display: block;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}
.single-councillor .councillor-content ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    visibility: hidden;
    opacity: 0;
}
.single-councillor .councillor-content ul li {
    display: inline-block;
    margin-right: 10px;
}
.single-councillor .councillor-content ul li:last-child {
    margin-right: 0;
}
.single-councillor .councillor-content ul li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #f5f5f5;
    color: #0a5;
    font-size: 18px;
    text-align: center;
}
.single-councillor .councillor-content ul li a:hover {
    color: #fff;
    background-color: #d83700;
}
.single-councillor:hover .councillor-content {
    background-color: #3a3650;
    max-width: 100%;
    border-radius: 0;
}
.single-councillor:hover .councillor-content h3 {
    color: #fff;
}
.single-councillor:hover .councillor-content span {
    color: #fff;
}
.single-councillor:hover .councillor-content ul {
    top: -60px;
    visibility: visible;
    opacity: 1;
}
.blog-area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.blog-area.blog-area-two {
    background-color: #f1faf4;
}
.blog-area.blog-area-two .single-blog-box {
    background-color: #fff;
}
.blog-area .shape {
    position: absolute;
    z-index: -1;
}
.blog-area .shape.blog-shape-1 {
    top: 30px;
    left: 30px;
    -webkit-animation: moveBounce 5s linear infinite;
    animation: moveBounce 5s linear infinite;
}
.blog-area .shape.blog-shape-2 {
    bottom: 30px;
    right: 30px;
    -webkit-animation: moveBounce 5s linear infinite;
    animation: moveBounce 5s linear infinite;
}
.blog-area.blog-area-three {
    position: relative;
    z-index: 1;
}
.blog-area.blog-area-three .single-blog-box {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.blog-area.blog-area-three .single-blog-box .blog-content {
    padding: 0;
    margin-top: 30px;
}
.blog-area.blog-area-three .shape {
    position: absolute;
    z-index: -1;
}
.blog-area.blog-area-three .shape.blog-shape-2 {
    bottom: 30px;
    right: 30px;
}
.single-blog-box {
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    margin-bottom: 30px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}
.single-blog-box .blog-content {
    padding: 30px;
}
.single-blog-box .blog-content ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
    line-height: 1;
}
.single-blog-box .blog-content ul li {
    display: inline-block;
    font-size: 14px;
    margin-right: 20px;
}
.single-blog-box .blog-content ul li:last-child {
    border-right: none;
}
.single-blog-box .blog-content ul li i {
    color: #0a5;
    position: relative;
    top: 1.5px;
    margin-right: 5px;
}
.single-blog-box .blog-content h3 {
    font-size: 25px;
    margin-bottom: 12px;
}
.single-blog-box .blog-content h3 a {
    color: #3a3650;
}
.single-blog-box .blog-content p {
    margin-bottom: 14px;
}
.single-blog-box:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.single-blog-box:hover .blog-content h3 a {
    color: #0a5;
}
.single-blog-box:hover .blog-content .read-more {
    color: #0a5;
}
.footer-area {
    background-color: #2f2b45;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.footer-area .shape {
    position: absolute;
    z-index: -1;
}
.footer-area .shape.footer-shape-1 {
    top: 30px;
    left: 30px;
    -webkit-animation: moveBounce 5s linear infinite;
    animation: moveBounce 5s linear infinite;
}
.footer-area .shape.footer-shape-2 {
    bottom: 30px;
    right: 30px;
    -webkit-animation: moveBounce 5s linear infinite;
    animation: moveBounce 5s linear infinite;
}
.single-footer-widget {
    margin-bottom: 30px;
}
.single-footer-widget.single-bg {
    position: relative;
    z-index: 1;
    padding: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.single-footer-widget.single-bg::before {
    content: "";
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: 423px;
    background-color: #3a3650;
    z-index: -1;
    display: none;
}
.single-footer-widget .logo {
    display: inline-block;
}
.single-footer-widget p {
    margin-bottom: 25px;
    color: #fff;
}
.single-footer-widget .social-icon {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.single-footer-widget .social-icon li {
    display: inline-block;
}
.single-footer-widget .social-icon li a {
    display: block;
    color: #fff;
    text-transform: capitalize;
    font-size: 18px;
    padding-right: 20px;
}
.single-footer-widget .social-icon li a:hover {
    color: #0a5;
}
.single-footer-widget .social-icon li:last-child a {
    padding-right: 0;
}
.single-footer-widget h3 {
    font-size: 25px;
    margin-bottom: 20px;
    color: #fff;
}
.single-footer-widget .address {
    padding: 0;
    margin: 55px 0 0;
    list-style-type: none;
}
.single-footer-widget .address li {
    position: relative;
    margin-bottom: 20px;
    color: #fff;
    padding-left: 30px;
}
.single-footer-widget .address li i {
    position: absolute;
    top: 1px;
    left: 0;
    color: #fff;
    margin-right: 5px;
}
.single-footer-widget .address li a {
    display: block;
    color: #fff;
}
.single-footer-widget .address li a:hover {
    color: #0a5;
}
.single-footer-widget .address li:last-child {
    margin-bottom: 0;
}
.single-footer-widget .import-link {
    padding: 0;
    margin: 55px 0 0;
    list-style-type: none;
}
.single-footer-widget .import-link li {
    margin-bottom: 15px;
}
.single-footer-widget .import-link li:last-child {
    margin-bottom: 0;
}
.single-footer-widget .import-link li a {
    color: #fff;
}
.single-footer-widget .import-link li:hover::before {
    border-radius: 50%}
.single-footer-widget .import-link li:hover a {
    color: #0a5;
}
.single-footer-widget .newsletter-form .form-control {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #8c8f93;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    color: #fff;
}
.single-footer-widget .newsletter-form .form-control::-webkit-input-placeholder {
    color: #ccc;
}
.single-footer-widget .newsletter-form .form-control:-ms-input-placeholder {
    color: #ccc;
}
.single-footer-widget .newsletter-form .form-control::-ms-input-placeholder {
    color: #ccc;
}
.single-footer-widget .newsletter-form .form-control::placeholder {
    color: #ccc;
}
.single-footer-widget .newsletter-form .subscribe {
    margin-top: 10px;
    background-color: transparent;
    font-size: 18px;
    font-weight: 500;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    color: #0a5;
}
.single-footer-widget .newsletter-form .subscribe i {
    position: relative;
    top: 3px;
}
.single-footer-widget .newsletter-form .subscribe:hover {
    color: #0a5;
}
.single-footer-widget .newsletter-form #validator-newsletter {
    color: #f30000;
    margin-top: 10px;
}
.single-footer-widget.newsletter p {
    margin-bottom: 15px;
}
.copy-right-area {
    background-color: #2f2b45;
    border-top: 1px solid #444158;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}
.copy-right-area p {
    color: #fff;
}
.copy-right-area p i {
    position: relative;
    top: 2px;
}
.copy-right-area p a {
    color: #0a5;
    font-weight: 600;
}
.copy-right-area p a:hover {
    color: #0a5;
}
@-webkit-keyframes moveBounce {
    0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}
100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
}@keyframes moveBounce {
    0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}
100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
}@-webkit-keyframes scale {
    0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}
50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}
}@keyframes scale {
    0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}
50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}
}.page-title-area {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    z-index: 1;
    background-image: url(../images/page-title-bg/page-title-bg-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%}
.page-title-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #3a3650;
    opacity: .9;
    z-index: -1;
}
.page-title-area .page-title-content {
    position: relative;
    margin-top: -6px;
    text-align: center;
}
.page-title-area .page-title-content h2 {
    margin-bottom: 15px;
    font-size: 48px;
    color: #fff;
}
.page-title-area .page-title-content ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 10px;
    margin-bottom: -5px;
}
.page-title-area .page-title-content ul li {
    display: inline-block;
    position: relative;
    font-size: 16px;
    padding-right: 15px;
    margin-left: 15px;
    color: #fff;
}
.page-title-area .page-title-content ul li::before {
    content: "";
    position: absolute;
    top: 5px;
    right: -3px;
    background-color: #fff;
    width: 1px;
    height: 15px;
}
.page-title-area .page-title-content ul li.active {
    color: #0a5;
}
.page-title-area .page-title-content ul li:first-child {
    margin-left: 0;
}
.page-title-area .page-title-content ul li:last-child {
    padding-right: 0;
}
.page-title-area .page-title-content ul li:last-child::before {
    display: none;
}
.page-title-area .page-title-content ul li a {
    color: #fff;
}
.page-title-area .page-title-content ul li a:hover {
    color: #0a5;
}
.gallery-area .shorting .mix {
    display: none;
}
.shorting-menu {
    background-color: #e7f4eb;
    max-width: 545px;
    margin: auto;
    margin-bottom: 50px;
    text-align: center;
    padding: 5px;
    border-radius: 50px;
}
.shorting-menu .filter {
    background-color: transparent;
    padding: 12px 25px;
    font-weight: 600;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}
.shorting-menu .filter.active {
    background-color: #0a5;
    color: #fff;
    border-radius: 50px;
}
.gallery-item {
    position: relative;
    text-align: center;
    overflow: hidden;
    margin-bottom: 30px;
}
.gallery-item .gallery-item-content {
    background-color: #fff;
    padding: 30px;
    position: absolute;
    bottom: -100%;
    left: 30px;
    right: 30px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}
.gallery-item .gallery-item-content a {
    display: block;
    font-size: 22px;
    font-family: barlow, sans-serif;
    font-weight: 700;
    color: #3a3650;
    margin-bottom: 5px;
}
.gallery-item .gallery-item-content span {
    font-size: 15px;
}
.gallery-item:hover .gallery-item-content {
    bottom: 30px;
}
.faq-accordion {
    max-width: 930px;
    margin: auto;
}
.faq-accordion .accordion {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}
.faq-accordion .accordion .accordion-item {
    border-radius: 5px;
    display: block;
    margin-bottom: 15px;
}
.faq-accordion .accordion .accordion-item:last-child {
    margin-bottom: 0;
}
.faq-accordion .accordion .accordion-title {
    padding: 20px 60px 17px 25px;
    color: #3a3650;
    text-decoration: none;
    position: relative;
    display: block;
    font-size: 15px;
    font-weight: 700;
    background-color: #F6EEEA;
    border-bottom: 1px solid #fff;
    z-index: 1;
}
.faq-accordion .accordion .accordion-title i {
    position: absolute;
    right: 18px;
    top: 13px;
    font-size: 25px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}
.faq-accordion .accordion .accordion-title.active i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.faq-accordion .accordion .accordion-title.active i::before {
    content: "\ea4e"}
.faq-accordion .accordion .accordion-content {
    display: none;
    position: relative;
    margin-top: -6px;
    padding: 23px;
    background-color: #f7f5f4;
}
.faq-accordion .accordion .accordion-content.show {
    display: block;
}
.privacy-policy {
    max-width: 930px;
    margin: 0 auto -14px;
}
.privacy-policy .privacy-content {
    margin-bottom: 30px;
}
.privacy-policy .privacy-content h3 {
    margin-bottom: 10px;
    font-size: 25px;
}
.privacy-policy .privacy-content p {
    margin-bottom: 10px;
}
.privacy-policy .privacy-content ul {
    margin-top: 20px;
    padding-left: 18px;
}
.privacy-policy .privacy-content ul li {
    margin-bottom: 10px;
}
.privacy-policy .privacy-content ul li:last-child {
    margin-bottom: 0;
}
.privacy-policy .privacy-content ul li::marker {
    color: #0a5;
}
.privacy-policy .privacy-content.content-8 {
    margin-bottom: 0;
}
.terms-conditions {
    max-width: 930px;
    margin: 0 auto -14px;
}
.terms-conditions .terms-content {
    margin-bottom: 30px;
}
.terms-conditions .terms-content h3 {
    margin-bottom: 10px;
    font-size: 25px;
}
.terms-conditions .terms-content p {
    margin-bottom: 10px;
}
.terms-conditions .terms-content ul {
    margin-top: 20px;
    padding-left: 18px;
}
.terms-conditions .terms-content ul li {
    margin-bottom: 10px;
}
.terms-conditions .terms-content ul li:last-child {
    margin-bottom: 0;
}
.terms-conditions .terms-content ul li::marker {
    color: #0a5;
}
.terms-conditions .terms-content.content-8 {
    margin-bottom: 0;
}
.accessibility-conditions {
    max-width: 930px;
    margin: 0 auto -14px;
}
.accessibility-conditions .accessibility-content {
    margin-bottom: 30px;
}
.accessibility-conditions .accessibility-content h3 {
    margin-bottom: 10px;
    font-size: 25px;
}
.accessibility-conditions .accessibility-content p {
    margin-bottom: 10px;
}
.accessibility-conditions .accessibility-content ul {
    margin-top: 20px;
    padding-left: 18px;
}
.accessibility-conditions .accessibility-content ul li {
    margin-bottom: 10px;
}
.accessibility-conditions .accessibility-content ul li:last-child {
    margin-bottom: 0;
}
.accessibility-conditions .accessibility-content ul li::marker {
    color: #0a5;
}
.accessibility-conditions .accessibility-content.content-8 {
    margin-bottom: 0;
}
.main-contact-area .contact-bg {
    background-image: url(../images/contact-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    padding-top: 100px;
}
.main-contact-area .contact-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #3a3650;
    opacity: .9;
    z-index: -1;
    border-radius: 10px;
}
.main-contact-area .contact-bg::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background-color: #fff;
    z-index: -1;
}
.main-contact-area .contact-bg .contact-info {
    padding-bottom: 30px;
}
.main-contact-area .contact-bg .contact-info .col-lg-4:first-child .single-contact-info::before {
    border-right: none;
}
.main-contact-area #contactForm {
    margin-left: 100px;
    margin-right: 100px;
    padding: 40px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
}
.main-contact-area .form-group {
    margin-bottom: 30px;
}
.main-contact-area .form-group label {
    font-size: 16px;
    margin-bottom: 10px;
}
.main-contact-area .form-group .form-control {
    background-color: #f9fbfe;
}
.main-contact-area .form-group .form-control::-webkit-input-placeholder {
    color: #ccc;
}
.main-contact-area .form-group .form-control:-ms-input-placeholder {
    color: #ccc;
}
.main-contact-area .form-group .form-control::-ms-input-placeholder {
    color: #ccc;
}
.main-contact-area .form-group .form-control::placeholder {
    color: #ccc;
}
.main-contact-area .form-group.checkboxs {
    position: relative;
    margin-bottom: 30px;
}
.main-contact-area .form-group.checkboxs #chb2 {
    position: absolute;
    top: 8px;
    left: 0;
}
.main-contact-area .form-group.checkboxs p {
    padding-left: 20px;
}
.main-contact-area .form-group.checkboxs p a {
    color: #0a5;
}
.main-contact-area .form-group.checkboxs p a:hover {
    color: #3a3650;
}
.list-unstyled {
    color: #dc3545;
    margin-top: 10px;
    font-size: 14px;
}
.hidden {
    display: none;
}
#msgSubmit {
    margin-top: 30px;
    font-size: 20px;
}
.map-area iframe {
    height: 480px;
    border: none!important;
    display: block;
    width: 100%}
.single-contact-info {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}
.single-contact-info::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    border-right: 1px dashed #0a5;
}
.single-contact-info h3 {
    color: #fff;
    font-size: 25px;
}
.single-contact-info p {
    font-size: 16px;
    color: #fff;
}
.single-contact-info p i {
    color: #0a5;
    position: relative;
    top: 2px;
    margin-right: 5px;
    display: inline-block;
}
.single-contact-info p a {
    color: #fff;
}
.single-contact-info p a:hover {
    color: #0a5;
}
.book-action {
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    padding: 50px;
    max-width: 930px;
    margin: auto;
    text-align: center;
    position: relative;
}
.book-action h2 {
    font-size: 24px;
    margin-top: -6px;
    margin-bottom: 40px;
    font-weight: 700;
}
.book-action .form-group {
    margin-bottom: 30px;
    position: relative;
}
.book-action .form-group i {
    position: absolute;
    top: 17px;
    right: 15px;
}
.book-action .form-group .form-control {
    color: #3a3650;
    border: none;
    border: 1px solid #ddcdca;
    background-color: transparent;
    padding: 10px 15px;
}
.book-action .form-group .form-control::-webkit-input-placeholder {
    color: #3a3650;
    font-size: 14px;
}
.book-action .form-group .form-control:-ms-input-placeholder {
    color: #3a3650;
    font-size: 14px;
}
.book-action .form-group .form-control::-ms-input-placeholder {
    color: #3a3650;
    font-size: 14px;
}
.book-action .form-group .form-control::placeholder {
    color: #3a3650;
    font-size: 14px;
}
.book-action .form-group .form-control:focus {
    border-color: #0a5;
}
.book-action .form-group select {
    width: 100%;
    height: 50px;
    border-radius: 0;
    border: 1px solid #ddcdca;
    padding: 0 11px;
    font-size: 14px;
    font-weight: 400;
}
.book-action .form-group select:focus {
    outline: none;
    border-color: #0a5;
}
.book-action .default-btn {
    width: 100%}
.table-condensed {
    border-collapse: collapse;
    width: 256px;
    text-align: center;
}
.table-condensed .prev {
    background-color: #f2f9fc;
    border-radius: 4px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    cursor: pointer;
}
.table-condensed .prev:hover {
    background-color: #0a5;
}
.table-condensed .next {
    background-color: #f2f9fc;
    border-radius: 4px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    cursor: pointer;
}
.table-condensed .next:hover {
    background-color: #0a5;
}
.table-condensed .day {
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    cursor: pointer;
    transition: all ease .5s;
    border-radius: 4px;
    font-size: 14px;
}
.table-condensed .day:hover {
    background-color: #0a5;
    color: #fff;
}
.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-bottom {
    border-radius: 0!important;
}
.datepicker table tr td.day:hover, .datepicker table tr td.focused {
    background-color: #0a5;
}
.datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active:active {
    background-color: #0a5;
    border-color: #0a5;
}
.user-area {
    position: relative;
    z-index: 1;
}
.user-area .user-form-content h3 {
    font-size: 24px;
    background-color: #f0f0fa;
    padding: 20px 30px;
    margin-bottom: 0;
    border-radius: 30px 0 0 0;
}
.user-area .user-form-content .user-form {
    border-bottom: none;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    background-color: #fff;
    padding: 30px;
    margin: auto;
}
.user-area .user-form-content .user-form .form-group {
    margin-bottom: 30px;
}
.user-area .user-form-content .user-form .form-group label {
    font-size: 16px;
    margin-bottom: 12px;
}
.user-area .user-form-content .user-form .form-group .form-control {
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
}
.user-area .user-form-content .user-form .login-action {
    margin-bottom: 30px;
}
.user-area .user-form-content .user-form .login-action .log-rem {
    display: inline-block;
}
.user-area .user-form-content .user-form .login-action .log-rem label {
    margin-bottom: 0;
    font-size: 16px;
}
.user-area .user-form-content .user-form .login-action .forgot-login {
    display: inline-block;
    float: right;
}
.user-area .user-form-content .user-form .default-btn {
    width: 100%;
    margin-bottom: 30px;
}
.user-area .user-form-content .or {
    text-align: center;
    font-size: 16px;
    display: block;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}
.user-area .user-form-content .or::before {
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    width: 45%;
    height: 1px;
    background-color: #ccc;
    z-index: -1;
}
.user-area .user-form-content .or::after {
    content: "";
    position: absolute;
    top: 13px;
    right: 0;
    width: 45%;
    height: 1px;
    background-color: #ccc;
    z-index: -1;
}
.user-area .user-form-content .or-login {
    display: block;
    text-align: center;
    border: 1px solid #ccc;
    padding: 15px 30px;
    border-radius: 4px;
    margin-bottom: 30px;
    font-size: 16px;
}
.user-area .user-form-content .or-login i {
    color: #3b5998;
    font-size: 20px;
    position: relative;
    top: 3px;
}
.user-area .user-form-content .or-login.google i {
    color: #ed1d24;
}
.user-area .user-form-content .or-login:hover {
    background-color: #0a5;
    color: #fff;
    border-color: #0a5;
}
.user-area .user-form-content .or-login:hover i {
    color: #fff;
}
.user-area .user-form-content .create {
    text-align: center;
    font-size: 16px;
}
.user-area .user-form-content .create a {
    color: #0a5;
}
.user-area .user-form-content.log-in-width {
    max-width: 930px;
    margin: auto;
}
.user-area .user-form-content.register-width {
    max-width: 930px;
    margin: auto;
}
.blog-details-area .col-lg-4 .sidebar-widget:last-child {
    margin-bottom: 0;
}
.sidebar-widget {
    margin-bottom: 35px;
}
.sidebar-widget h3 {
    font-size: 25px;
    background-color: #e7f4eb;
    padding: 15px 30px;
    margin-bottom: 0;
    border-radius: 30px 0 0 0;
}
.sidebar-widget ul {
    padding: 30px;
    margin: 0;
    list-style-type: none;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    padding-top: 15px;
    padding-bottom: 15px;
}
.sidebar-widget.councilor {
    text-align: center;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    border-radius: 30px 0 0 0;
}
.sidebar-widget.councilor .councilor-content {
    padding: 30px;
}
.sidebar-widget.councilor .councilor-content img {
    margin-bottom: 20px;
}
.sidebar-widget.councilor .councilor-content h4 {
    font-size: 20px;
    margin-bottom: 5px;
}
.sidebar-widget.councilor .councilor-content span {
    display: block;
    margin-bottom: 15px;
    color: #0a5;
}
.sidebar-widget.councilor .councilor-content p {
    margin-bottom: 18px;
}
.sidebar-widget.councilor .councilor-content ul {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    line-height: 1;
}
.sidebar-widget.councilor .councilor-content ul li {
    display: inline-block;
}
.sidebar-widget.councilor .councilor-content ul li a {
    display: block;
    color: #3a3650;
    font-size: 18px;
    padding: 0 10px;
}
.sidebar-widget.councilor .councilor-content ul li a:hover {
    color: #0a5;
}
.sidebar-widget.search .search-form {
    background-color: #e7f4eb;
    padding: 30px;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    position: relative;
    border-radius: 30px 0 0 0;
}
.sidebar-widget.search .search-form .form-control {
    background-color: #fff;
}
.sidebar-widget.search .search-form .search-button {
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    top: 29px;
    right: 31px;
    font-size: 20px;
    color: #0a5;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    background-color: transparent;
}
.sidebar-widget.search .search-form .search-button:hover {
    color: #0a5;
}
.sidebar-widget.categories ul li {
    position: relative;
    margin-bottom: 11.6px;
    font-size: 15px;
    position: relative;
    border-bottom: 1px solid #eee;
    padding-bottom: 11.6px;
}
.sidebar-widget.categories ul li i {
    font-size: 15px;
    margin-right: 5px;
}
.sidebar-widget.categories ul li a {
    font-weight: 600;
    color: #3a3650;
}
.sidebar-widget.categories ul li a i {
    float: right;
    position: relative;
    top: 1px;
}
.sidebar-widget.categories ul li:hover a {
    color: #0a5;
}
.sidebar-widget.categories ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.sidebar-widget.tags ul li {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
}
.sidebar-widget.tags ul li a {
    border: 1px solid #eee;
    padding: 8px 12px;
    display: inline-block;
    background-color: #fff;
}
.sidebar-widget.tags ul li a:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    background-color: #0a5;
    color: #fff;
    border-color: #0a5;
}
.sidebar-widget.tags ul li:last-child {
    margin-bottom: 0;
}
.sidebar-widget.advertizing {
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    border-radius: 30px 0 0 0;
    padding-bottom: 1px;
}
.sidebar-widget.advertizing .advertizing-img {
    margin: 30px;
}
.blog-details-content .blog-details-img {
    margin-bottom: 30px;
    position: relative;
}
.blog-details-content .blog-details-img ul {
    padding: 0;
    margin: 0;
    list-style: none;
    background-color: #0a5;
    display: inline-block;
    padding: 10px;
    position: absolute;
    bottom: 15px;
    left: 15px;
}
.blog-details-content .blog-details-img ul li {
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    margin-bottom: 2px;
    color: #fff;
    text-align: center;
}
.blog-details-content .blog-details-img ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.blog-details-content .blog-top-content .news-content .admin {
    padding: 0;
    margin: 0;
    list-style-type: none;
    margin-bottom: 5px;
}
.blog-details-content .blog-top-content .news-content .admin li {
    margin-right: 10px;
    padding-right: 10px;
    position: relative;
    display: inline-block;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}
.blog-details-content .blog-top-content .news-content .admin li i {
    color: #0a5;
    display: inline-block;
    margin-right: 5px;
}
.blog-details-content .blog-top-content .news-content .admin li::before {
    content: "";
    position: absolute;
    top: 4px;
    right: -4px;
    width: 1px;
    height: 85%;
    background-color: #6b6b6b;
}
.blog-details-content .blog-top-content .news-content .admin li:last-child {
    margin-right: 0;
    padding-right: 0;
}
.blog-details-content .blog-top-content .news-content .admin li:last-child::before {
    display: none;
}
.blog-details-content .blog-top-content .news-content .admin li:nth-child(2) i {
    position: relative;
    top: 3px;
}
.blog-details-content .blog-top-content .news-content h3 {
    font-size: 35px;
    margin-bottom: 20px;
}
.blog-details-content .blog-top-content .news-content-2 {
    margin-top: 25px;
}
.blog-details-content .blog-top-content .news-content-2 h4 {
    font-size: 25px;
    margin-bottom: 25px;
}
.blog-details-content .blog-top-content .news-content-2 .single-recent-post {
    position: relative;
    height: 152px;
    padding: 20px;
    padding-left: 225px;
    background-color: #f1faf4;
    margin-bottom: 30px;
}
.blog-details-content .blog-top-content .news-content-2 .single-recent-post h3 {
    line-height: 1;
}
.blog-details-content .blog-top-content .news-content-2 .single-recent-post h3 a {
    font-size: 20px;
}
.blog-details-content .blog-top-content .news-content-2 .single-recent-post p {
    margin-bottom: 10px;
}
.blog-details-content .blog-top-content .news-content-2 .single-recent-post img {
    position: absolute;
    top: 0;
    left: 0;
}
.blog-details-content .blog-top-content .news-content-3 {
    margin-top: 25px;
}
.blog-details-content .blog-top-content .news-content-3 h4 {
    font-size: 25px;
    margin-bottom: 25px;
}
.blog-details-content .blog-top-content .news-content-3 ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.blog-details-content .blog-top-content .news-content-3 ul li {
    position: relative;
    padding-left: 150px;
    margin-bottom: 40px;
}
.blog-details-content .blog-top-content .news-content-3 ul li img {
    position: absolute;
    top: 0;
    left: 0;
}
.blog-details-content .blog-top-content .news-content-3 ul li h5 {
    font-size: 18px;
    margin-bottom: 15px;
}
.blog-details-content .blog-top-content .news-content-3 ul li h5 span {
    font-size: 14px;
    font-weight: 400;
    margin-left: 10px;
    display: inline-block;
}
.blog-details-content .blog-top-content .news-content-3 ul li a {
    font-weight: 600;
    color: #0a5;
    font-size: 14px;
}
.blog-details-content .blog-top-content .news-content-3 ul li a i {
    position: relative;
    top: 3px;
    margin-left: 5px;
    color: #0a5;
}
.blog-details-content .blog-top-content .news-content-3 ul li.active {
    margin-left: 50px;
}
.blog-details-content .leave-reply h3 {
    background-color: #e7f4eb;
    padding: 15px 30px;
    margin-bottom: 0;
    border-radius: 30px 0 0 0;
    font-size: 24px;
}
.blog-details-content .leave-reply form {
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    padding: 30px;
}
.blog-details-content .leave-reply form p {
    margin-top: -10px;
}
.blog-details-content .leave-reply form .form-group {
    margin-bottom: 30px;
}
.blog-details-content .leave-reply form .form-group label {
    margin-bottom: 12px;
    font-weight: 600;
}
.blog-details-content .leave-reply form .form-group .form-control {
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
}
.blog-details-content .leave-reply form .form-group .form-control::-webkit-input-placeholder {
    color: #ccc;
}
.blog-details-content .leave-reply form .form-group .form-control:-ms-input-placeholder {
    color: #ccc;
}
.blog-details-content .leave-reply form .form-group .form-control::-ms-input-placeholder {
    color: #ccc;
}
.blog-details-content .leave-reply form .form-group .form-control::placeholder {
    color: #ccc;
}
.blog-post-area .single-blog-box {
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 40px;
}
.blog-post-area .single-blog-box.active {
    background-color: #f2f9f4;
}
.blog-post-area .single-blog-box.active .blog-content {
    padding: 30px;
    margin-top: 0;
}
.blog-post-area .single-blog-box .blog-content {
    padding: 0;
    margin-top: 30px;
}
.services-content {
    margin-bottom: 30px;
}
.services-content h3 {
    margin-bottom: 10px;
    font-size: 28px;
}
.services-content p {
    margin-bottom: 10px;
}
.services-content ul {
    margin-top: 20px;
    padding-left: 18px;
}
.services-content ul li {
    margin-bottom: 10px;
}
.services-content ul li:last-child {
    margin-bottom: 0;
}
.services-content ul li::marker {
    color: #0a5;
}
.services-content.mb-0 {
    margin-bottom: -10px!important;
}
.project-details-area .project-details-content {
    max-width: 930px;
    margin: auto;
}
.event-content {
    margin-bottom: 30px;
}
.event-content h3 {
font-size: 20px;
    margin-bottom: 15px;
}
.event-content.event-content-two .event-date {
    background-color: #edefec;
    padding: 20px 40px;
}
.event-content.event-content-two .event-date h4 {
    font-size: 14px;
}
.event-content.event-content-three ul {
    padding-left: 18px;
}
.event-content.event-content-three ul li {
    margin-bottom: 10px;
}
.event-content.event-content-three ul li::marker {
    color: #000;
}
.event-content.event-content-three ul li:last-child {
    margin-bottom: 0;
}
.event-content.event-content-five iframe {
    width: 100%;
    height: 400px;
    border: none;
}
.event-content.event-content-six h3 {
    margin-bottom: 15px;
}
.event-content.event-content-six .single-recent-post {
    position: relative;
    height: 152px;
    padding: 20px;
    padding-left: 225px;
    background-color: #f1faf4;
    margin-bottom: 30px;
}
.event-content.event-content-six .single-recent-post h3 {
    line-height: 1;
    margin-top: revert;
}
.event-content.event-content-six .single-recent-post h3 a {
    font-size: 20px;
}
.event-content.event-content-six .single-recent-post p {
    margin-bottom: 10px;
}
.event-content.event-content-six .single-recent-post img {
    position: absolute;
    top: 0;
    left: 0;
}
.event-content.one {
    margin-bottom: 0;
}
.event-widget-sidebar {
    margin-bottom: 30px;
}
.event-widget-sidebar .single-another {
    margin-right: 1px;
}
.event-widget-sidebar .single-another h3 {
    font-size: 23px;
    background-color: #e7f4eb;
    padding: 15px;
    margin-bottom: 0;
    text-align: center;
}
.event-widget-sidebar .single-another .another-content {
    padding: 30px;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    background-color: #fff;
    border: 1px solid #eee;
}
.event-widget-sidebar .single-another .another-content h4 {
    font-size: 20px;
    margin-bottom: 15px;
}
.event-widget-sidebar .single-another .another-content h4 a {
    color: #3a3650;
}
.event-widget-sidebar .single-another .another-content.single-event-box .event-content {
    padding: 0;
    margin-bottom: 0;
    margin-top: 30px;
}
.event-widget-sidebar .owl-theme .owl-nav {
    margin-bottom: 0;
}
.event-widget-sidebar .owl-theme .owl-nav .owl-prev, .event-widget-sidebar .owl-theme .owl-nav .owl-next {
    position: absolute;
    top: 8px;
    left: 22px;
    background-color: transparent;
    margin: 0;
}
.event-widget-sidebar .owl-theme .owl-nav .owl-prev i, .event-widget-sidebar .owl-theme .owl-nav .owl-next i {
    font-size: 30px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}
.event-widget-sidebar .owl-theme .owl-nav .owl-prev:hover i, .event-widget-sidebar .owl-theme .owl-nav .owl-next:hover i {
    color: #0a5;
}
.event-widget-sidebar .owl-theme .owl-nav .owl-next {
    left: auto;
    right: 22px;
}
.datepickers {
    background-color: #fdfdfd;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .2), 0 5px 10px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .2), 0 5px 10px 0 rgba(0, 0, 0, .1);
    padding: 1rem;
}
.datepickers .datepickers-top {
    margin-bottom: 1rem;
}
.datepickers .btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 1rem;
    margin-top: -.5rem;
}
.datepickers .tag {
    margin-right: .5rem;
    margin-top: .5rem;
    border: 0;
    background-color: #6b6b6b;
    border-radius: 10px;
    padding: .5em .75em;
    font-weight: 600;
}
.datepickers .month-selector {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.datepickers .arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 0;
    background-color: #fff;
    border-radius: 12px;
    width: 2.5rem;
    height: 2.5rem;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, .2), 0 5px 10px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .2), 0 5px 10px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}
.datepickers .arrow:hover {
    background-color: #0a5;
    color: #fff;
}
.datepickers .month-name {
    font-weight: 600;
}
.datepickers .datepickers-calendar {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[7];
    grid-template-columns: repeat(7, 1fr);
    grid-row-gap: 1rem;
}
.datepickers .day, .datepickers .date {
    -ms-grid-column-align: center;
    justify-self: center;
}
.datepickers .day {
    color: #6b6b6b;
    font-size: .875em;
    font-weight: 500;
    -ms-grid-column-align: center;
    justify-self: center;
}
.datepickers .date {
    border: 0;
    padding: 0;
    width: 2.25rem;
    height: 2.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 6px;
    font-weight: 600;
    border: 2px solid transparent;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}
.datepickers .date:focus {
    outline: 0;
    color: #0a5;
    border: 2px solid #0a5;
}
.datepickers .date:hover {
    background-color: #0a5;
    color: #fff;
}
.datepickers .faded {
    color: #6b6b6b;
}
.datepickers .current-day {
    color: #fff;
    border-color: #0a5;
    background-color: #0a5;
}
.datepickers .current-day:focus {
    background-color: #0a5;
    color: #fff;
}
.error-area {
    text-align: center;
    position: relative;
    z-index: 1;
    background-color: #e9fcff;
}
.error-area .error-content {
    z-index: 1;
    position: relative;
}
.error-area .error-content h1 {
    font-size: 300px;
    line-height: 1;
    font-weight: 700;
    color: #0a5;
    margin-top: -48px;
}
.error-area .error-content h1 .a {
    display: inline-block;
}
.error-area .error-content h1 .red {
    color: red;
    display: inline-block;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.error-area .error-content h1 .b {
    display: inline-block;
}
.error-area .error-content h3 {
    margin: 30px 0 0;
    position: relative;
    color: red;
}
.error-area .error-content p {
    margin: 20px 0;
    font-size: 19px;
    color: #0a5;
}
.coming-soon-area {
    height: 100vh;
    position: relative;
    background-image: url(../images/coming-soon-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}
.coming-soon-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: .8;
    z-index: -1;
}
.coming-soon-area .coming-soon-content {
    max-width: 700px;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    padding: 40px 60px;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
    position: relative;
    background-image: url(../images/coming-soon-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.coming-soon-area .coming-soon-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: -1;
}
.coming-soon-area .coming-soon-content .logo {
    display: inline-block;
}
.coming-soon-area .coming-soon-content h2 {
    font-size: 48px;
    margin-top: -10px;
    margin-bottom: 0;
}
.coming-soon-area .coming-soon-content #timer {
    margin-top: 40px;
}
.coming-soon-area .coming-soon-content #timer div {
    border: 4px solid #0a5;
    color: #0a5;
    width: 100px;
    height: 105px;
    border-radius: 5px;
    font-size: 40px;
    font-weight: 800;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 20px 0 20px 0;
}
.coming-soon-area .coming-soon-content #timer div span {
    display: block;
    margin-top: -2px;
    font-size: 17px;
    font-weight: 600;
}
.coming-soon-area .coming-soon-content form {
    position: relative;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}
.coming-soon-area .coming-soon-content form .form-group {
    margin-bottom: 25px;
    width: 100%;
    position: relative;
}
.coming-soon-area .coming-soon-content form .form-group .label-title {
    margin-bottom: 0;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    color: #3a3650;
}
.coming-soon-area .coming-soon-content form .form-group .label-title i {
    position: absolute;
    left: 0;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    top: 9px;
    font-size: 22px;
}
.coming-soon-area .coming-soon-content form .form-group .label-title::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    background: #0a5;
}
.coming-soon-area .coming-soon-content form .form-group .input-newsletter {
    border-radius: 0;
    border: 1px solid #eee;
    padding: 10px 20px;
    color: #3a3650;
    height: 50px;
    display: block;
    width: 100%;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    font-size: 16px;
    font-weight: 400;
    background-color: #fff;
}
.coming-soon-area .coming-soon-content form .form-group .input-newsletter::-webkit-input-placeholder {
    color: #6b6b6b;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}
.coming-soon-area .coming-soon-content form .form-group .input-newsletter:-ms-input-placeholder {
    color: #6b6b6b;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}
.coming-soon-area .coming-soon-content form .form-group .input-newsletter::-ms-input-placeholder {
    color: #6b6b6b;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}
.coming-soon-area .coming-soon-content form .form-group .input-newsletter::placeholder {
    color: #6b6b6b;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}
.coming-soon-area .coming-soon-content form .form-group .input-newsletter:focus {
    border-color: #0a5;
    outline: 0!important;
}
.coming-soon-area .coming-soon-content form .form-group .input-newsletter:focus::-webkit-input-placeholder {
    color: transparent;
}
.coming-soon-area .coming-soon-content form .form-group .input-newsletter:focus:-ms-input-placeholder {
    color: transparent;
}
.coming-soon-area .coming-soon-content form .form-group .input-newsletter:focus::-ms-input-placeholder {
    color: transparent;
}
.coming-soon-area .coming-soon-content form .form-group .input-newsletter:focus::placeholder {
    color: transparent;
}
.coming-soon-area .coming-soon-content form .default-btn {
    border-radius: 0;
    position: relative;
    height: 46px;
    line-height: 0;
}
.coming-soon-area .coming-soon-content form .default-btn::before {
    border-radius: 0;
}
.coming-soon-area .coming-soon-content form .validation-danger {
    margin-top: 15px;
    color: red;
}
.coming-soon-area .coming-soon-content form .validation-success {
    margin-top: 15px;
}
.coming-soon-area .coming-soon-content form p {
    margin-bottom: 0;
    margin-top: 20px;
}
.coming-soon-area .coming-soon-content .newsletter-form {
    position: relative;
}
.coming-soon-area .coming-soon-content .newsletter-form .default-btn {
    position: absolute;
    top: 2px;
    right: 2px;
}
.coming-soon-area .online-treatment-shape-1 {
    position: absolute;
    top: 0;
    right: 0;
}
.coming-soon-area .online-treatment-shape-2 {
    position: absolute;
    bottom: 0;
    left: 0;
}
.preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: 99999;
}
.preloader .lds-ripple {
    position: absolute;
    width: 80px;
    height: 80px;
    -webkit-animation: spin-six 2.5s infinite cubic-bezier(.17, .72, .55, 1.66);
    animation: spin-six 2.5s infinite cubic-bezier(.17, .72, .55, 1.66);
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-40px, -50px);
    transform: translate(-40px, -50px);
}
.preloader .preloader-container {
    width: 80px;
    height: 80px;
}
.preloader .pl-spark-1 {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    margin: 0 auto 18px;
    position: relative;
    width: 50px;
    height: 50px;
}
.preloader .pl-spark-1:before, .preloader .pl-spark-1:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background: #027480;
    display: block;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.preloader .pl-spark-1.pl-spark-2:before {
    -webkit-animation-name: scaleA;
    animation-name: scaleA;
}
.preloader .pl-spark-1.pl-spark-2:after {
    -webkit-animation-name: scaleB;
    animation-name: scaleB;
}
.preloader.preloader-deactivate {
    visibility: hidden;
}
@-webkit-keyframes scaleA {
    from, 50%, to {
    -webkit-transform: scale(1);
    transform: scale(1);
}
25%, 75% {
    -webkit-transform: scale(-1);
    transform: scale(-1);
}
}@keyframes scaleA {
    from, 50%, to {
    -webkit-transform: scale(1);
    transform: scale(1);
}
25%, 75% {
    -webkit-transform: scale(-1);
    transform: scale(-1);
}
}@-webkit-keyframes scaleB {
    from, 50%, to {
    -webkit-transform: rotate(90deg) scale(0);
    transform: rotate(90deg) scale(0);
}
12.5%, 62.5% {
    -webkit-transform: rotate(90deg) scale(1);
    transform: rotate(90deg) scale(1);
}
37.5%, 87.5% {
    -webkit-transform: rotate(90deg) scale(-1);
    transform: rotate(90deg) scale(-1);
}
}@keyframes scaleB {
    from, 50%, to {
    -webkit-transform: rotate(90deg) scale(0);
    transform: rotate(90deg) scale(0);
}
12.5%, 62.5% {
    -webkit-transform: rotate(90deg) scale(1);
    transform: rotate(90deg) scale(1);
}
37.5%, 87.5% {
    -webkit-transform: rotate(90deg) scale(-1);
    transform: rotate(90deg) scale(-1);
}
}.go-top {
    position: fixed;
    cursor: pointer;
    right: 3%;
    top: 87%;
    background-color: #027480;
    z-index: 4;
    width: 40px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    -webkit-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
    -webkit-transition: .9s;
    transition: .9s;
    border-radius: 50px;
}
.go-top i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 20px;
}
.go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%}
.go-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #0a5;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s;
}
.go-top:hover {
    color: #fff;
    background-color: #027480;
}
.go-top:hover::before {
    opacity: 1;
    visibility: visible;
}
.go-top:hover i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}
.go-top:hover i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%}
.go-top:focus {
    color: #fff;
}
.go-top:focus::before {
    opacity: 1;
    visibility: visible;
}
.go-top:focus i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}
.go-top:focus i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%}
.go-top.active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    right: 3%;
    top: 87%;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.video-btn {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 0;
    color: #0a5;
    position: relative;
    top: 3px;
    z-index: 1;
    background-color: rgba(98, 189, 94, .8);
    border-radius: 50%;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}
.video-btn i {
    font-size: 42px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 3px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%}
.video-btn::after, .video-btn::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    border-radius: 0;
    border-radius: 50%;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    -webkit-animation: ripple 1.6s ease-out infinite;
    animation: ripple 1.6s ease-out infinite;
    background-color: rgba(98, 189, 94, .8);
}
.video-btn:hover {
    background-color: rgba(27, 27, 27, .8);
}
.video-btn:hover::before, .video-btn:hover::after {
    background-color: rgba(27, 27, 27, .8);
}
@-webkit-keyframes ripple {
    0%, 35% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
}
50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .8;
}
100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
}
}@keyframes ripple {
    0%, 35% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
}
50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .8;
}
100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
}
}.nice-select .list {
    width: 100%;
    border-radius: 0;
    height: 200px;
    overflow-y: scroll;
}
.nice-select .option:hover {
    background-color: #0a5;
    color: #fff;
}
.nice-select .option.selected.focus {
    color: #0a5;
}
.nice-select .current {
    font-size: 16px;
}
.pagination-area {
    margin: auto;
    text-align: center;
    margin-top: 10px;
}
.pagination-area .page-numbers {
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: #3a3650;
    text-align: center;
    display: inline-block;
    position: relative;
    margin-left: 3px;
    margin-right: 3px;
    font-size: 17px;
    background-color: #f1faf4;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    border: 1px solid #eee;
}
.pagination-area .page-numbers:hover {
    color: #fff;
    border-color: #0a5;
    background-color: #0a5;
}
.pagination-area .page-numbers i {
    font-size: 20px;
}
.pagination-area .page-numbers.next {
    top: 3px;
}
.pagination-area .page-numbers.current {
    color: #fff;
    border-color: #0a5;
    background-color: #0a5;
}

.course-detail {
    max-width: 920px;
    margin: 0 auto;
}

.about-page h2 {
    font-size: 38px;
    margin-top: 60px;
}

.single-footer-widget.single-bg img {
    max-width: 230px;
}

footer.footer-area {
    padding: 60px 0 30px;
}

.navbar-brand img {
    max-width: 320px;
}
@media only screen and (max-width:767px) {
    .ptb-100 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.pt-100 {
    padding-top: 50px;
}
.pb-100 {
    padding-bottom: 50px;
}
.pb-70 {
    padding-bottom: 20px;
}
.ptb-70 {
    padding-top: 20px;
    padding-bottom: 35px;
}
.pl-15 {
    padding-left: 0;
}
.pr-15 {
    padding-right: 0;
}
.top-header {
    text-align: center;
}
.top-header .header-right-content {
    margin-top: 10px;
    float: unset;
}
.hero-slider-item {
    height: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
}
.hero-slider-content {
    text-align: center;
    margin-bottom: 30px;
}
.hero-slider-content .top-title {
    font-size: 14px;
}
.hero-slider-content h1 {
    font-size: 29px;
    margin-bottom: 15px;
}
.hero-slider-content p {
    margin-bottom: 25px;
}
.hero-slider-area ul {
    -webkit-transform: none;
    transform: none;
    position: unset;
    -ms-flex-flow: nowrap;
    flex-flow: nowrap;
    display: none;
}
.hero-slider-area ul li {
    margin: 0;
    margin-right: 10px;
    display: inline-block;
}
.hero-slider-area ul li:last-child {
    margin-right: 0;
}
.hero-slider-area ul li a {
    -webkit-transform: none;
    transform: none;
}
.hero-slider-area .thumbs-wrap {
    display: none;
}
.hero-slider-area .owl-theme .owl-nav {
    margin-bottom: 0;
    position: absolute;
    bottom: 55px;
    left: 0;
    right: 0;
    margin-top: 0!important;
}
.hero-slider-area .owl-theme .owl-nav .owl-prev, .hero-slider-area .owl-theme .owl-nav .owl-next {
    background-color: transparent;
}
.hero-slider-area .owl-theme .owl-nav .owl-prev i, .hero-slider-area .owl-theme .owl-nav .owl-next i {
    font-size: 30px;
    color: #0a5;
}
.default-btn {
    padding: 12px 25px;
    font-size: 15px;
}
.section-title {
    margin-bottom: 30px;
    text-align: left;
    margin-top: 0;
}
.section-title h2 {
    font-size: 26px;
    margin-top: 0px;
    margin-bottom: 15px;
}
.single-services-box {
    padding: 20px;
}
.single-services-box span {
    margin-bottom: 10px;
    font-size: 18px;
}
.single-services-box h3 {
    font-size: 20px;
    margin-bottom: 12px;
}
.single-services-box p {
    margin-bottom: 10px;
}
.single-services-box .services-shape {
    max-width: 100px;
}
.read-more {
    font-size: 15px;
}
.who-we-are-img {
    margin-top: 0;
}
.who-we-are-img::before {
    display: none;
}
.who-we-are-content h2 {
    font-size: 24px;
}
.who-we-are-content h3 {
    font-size: 22px;
}
.discover-bg {
    padding: 20px 5px 0;
}
.discover-bg .section-title {
    padding-top: 0;
}
.discover-bg .row {
    margin-left: 0;
    margin-right: 0;
}
.discover-area .pr-0 {
    padding-right: 12px;
}
.discover-area .pl-0 {
    padding-left: 12px;
}
.discover-content {
    padding: 30px 20px;
    margin-bottom: 24px;
}
.discover-content h2 {
    font-size: 22px;
    margin-top: -6px;
    margin-bottom: 15px;
}
.discover-content h3 {
    font-size: 20px;
}
.discover-content ul {
    margin-bottom: 0;
}
.discover-img {
    height: 300px;
}
.discover-img .video-button i {
    font-size: 60px;
}
.shape {
    display: none;
}
.counselor-content .counselor-title h2 {
    font-size: 30px;
    margin-bottom: 30px;
}
.single-counselor i {
    font-size: 60px;
    margin-bottom: 15px;
    position: absolute;
    top: -78px;
    right: 0;
    left: 0;
    text-align: center;
    z-index: 1;
    color: #0a5;
    margin-bottom: 0;
}
.single-counselor p {
    font-size: 16px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.counselor-area .owl-nav .owl-prev {
    left: 0;
}
.counselor-area .owl-nav .owl-next {
    right: 0;
}
.single-event {
    padding: 20px;
    text-align: center;
}
.single-event h3 {
    font-size: 18px;
    margin-top: -5px;
    margin-bottom: 8px;
}
.single-event ul {
    margin-bottom: 8px;
}
.single-event ul li {
    font-size: 14px;
}
.local-councils-content h2 {
    font-size: 30px;
}
.local-councils-content h3 {
    font-size: 20px;
}
.local-councils-img {
    margin-top: 0;
}
.local-councils-img::before {
    display: none;
}
.single-councillor .councillor-content {
    margin-top: -40px;
}
.single-blog-box .blog-content {
    padding: 20px;
}
.single-blog-box .blog-content h3 {
    font-size: 20px;
    margin-bottom: 10px;
}
.single-blog-box .blog-content ul li {
    font-size: 14px;
    margin-right: 5px;
}
.single-blog-box .blog-content p {
    margin-bottom: 12px;
}
.single-footer-widget h3 {
    font-size: 22px;
}
.single-footer-widget.single-bg {
    padding: 0;
}
.single-footer-widget.single-bg::before {
    display: none;
}
.modal .account-title h2 {
    font-size: 20px;
    padding: 15px;
}
.modal .forgot-login {
    float: unset;
}
.modal .close {
    right: 18px;
    top: 18px;
}
.modal .contact-form-action {
    padding: 15px;
}
.modal .contact-form-action .show {
    text-align: center;
    margin-top: 10px;
}
.discover-area .section-title {
    margin-left: 15px;
    margin-right: 15px;
}
.discover-area.discover-area-style-three .section-title {
    text-align: left;
    margin-left: 0;
}
.discover-area.discover-area-style-three .discover-bg .discover-content h2 {
    color: #3a3650;
}
.discover-area.discover-area-style-three .discover-bg .discover-content p {
    color: #6b6b6b;
}
.discover-area.discover-area-style-three .discover-bg .discover-content h3 {
    color: #3a3650;
}
.discover-area.discover-area-style-three .discover-bg .discover-content ul li {
    color: #6b6b6b;
}
.who-we-are-content.who-we-are-content-two ul {
    margin-bottom: 30px;
}
.local-councils-content ul {
    margin-bottom: 25px;
}
.single-councillor .councillor-content ul li a {
    font-size: 15px;
}
.banner-area {
    height: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}
.banner-area ul {
    display: none;
}
.banner-area::before {
    -webkit-clip-path: none;
    clip-path: none;
}
.banner-content {
    text-align: center;
    margin-bottom: 30px;
}
.banner-content .top-title {
    font-size: 14px;
    margin-bottom: 10px;
}
.banner-content h1 {
    font-size: 30px;
    margin-bottom: 20px;
}
.services-area.services-area-style-two {
    padding-top: 50px;
}
.services-area.services-area-style-two .single-services-box {
    padding: 15px;
    margin-bottom: 30px;
}
.services-area.services-area-style-two .single-services-box span {
    position: unset;
    margin-bottom: 25px;
}
.who-we-are-img.who-we-are-img-2 .who-we-are-img-shape-2 {
    display: none;
}
.single-counter::before {
    display: none;
}
.discover-area.discover-area-style-two .counter-bg {
    margin-bottom: 0;
}
.project-area .container-fluid {
    padding-left: 15px!important;
    padding-right: 15px!important;
}
.local-councils-services-area.local-councils-services-area-style-two .local-councils-img .local-councils-img-shape {
    display: none;
}
.single-project .project-content {
    left: 0;
    right: 0;
    text-align: center;
}
.single-project .project-content a {
    font-size: 20px;
}
.banner-area.banner-area-style-three .container-fluid {
    padding-right: 12px!important;
}
.banner-area.banner-area-style-three .banner-content {
    margin-left: 0;
}
.banner-area.banner-area-style-three .banner-img {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
}
.banner-area.banner-area-style-three .pr-0 {
    padding-right: 15px!important;
}
.services-area.services-area-style-three {
    padding-top: 50px;
}
.services-area.services-area-style-three .single-services-box {
    padding: 15px;
}
.services-area.services-area-style-three .single-services-box span {
    position: unset;
    margin-bottom: 25px;
}
.user-area .user-form-content.log-in-50 {
    margin-bottom: 50px;
}
.user-area .user-form-content h3 {
    font-size: 20px;
    padding: 15px 20px;
}
.user-area .user-form-content .user-form {
    padding: 20px;
}
.user-area .user-form-content .user-form .login-action .forgot-login {
    float: unset;
    margin-top: 10px;
}
.coming-soon-area {
    height: 100%;
    padding-top: 120px;
    padding-bottom: 120px;
    padding-left: 15px;
    padding-right: 15px;
}
.coming-soon-area .coming-soon-content {
    padding: 30px 20px;
}
.coming-soon-area .coming-soon-content h2 {
    margin-top: 25px;
    font-size: 25px;
}
.coming-soon-area .coming-soon-content #timer {
    margin-top: 10px;
}
.coming-soon-area .coming-soon-content #timer div {
    width: 95px;
    height: 100px;
    font-size: 35px;
    margin-top: 20px;
}
.coming-soon-area .coming-soon-content #timer div span {
    font-size: 14px;
}
.coming-soon-area .coming-soon-content form {
    max-width: 100%;
    margin-top: 40px;
}
.error-area .error-content h3 {
    font-size: 22px;
}
.error-area .error-content p {
    font-size: 16px;
}
.page-title-area .page-title-content h2 {
    font-size: 40px;
}
.awesome-single-services .awesome-services-content {
    padding: 20px;
}
.awesome-single-services .awesome-services-content h3 {
    font-size: 20px;
    margin-bottom: 10px;
}
.awesome-single-services .awesome-services-content p {
    margin-bottom: 15px;
}
.read-more {
    font-size: 14px;
}
.services-content h3 {
    font-size: 25px;
}
.sidebar-widget ul {
    padding: 20px;
}
.sidebar-widget ul {
    padding: 20px;
}
.event-widget-sidebar .single-another h3 {
    font-size: 22px;
}
.event-widget-sidebar .single-another .another-content {
    padding: 20px;
}
.datepickers .date {
    width: 1.25rem;
    height: 1.25rem;
}
.event-content.event-content-two .event-date {
    padding: 20px;
    text-align: center;
    padding-bottom: 0;
}
.event-content.event-content-two .event-date .single-annual {
    margin-bottom: 20px;
}
.event-content.event-content-six .single-recent-post {
    padding: 20px;
    height: auto;
    text-align: center;
}
.event-content.event-content-six .single-recent-post img {
    position: unset;
}
.event-content h3 {
    font-size: 22px;
}
.event-details-area .book-action {
    margin-bottom: 30px;
}
.event-details-area .event-content.one {
    text-align: center;
}
.book-action {
    padding: 20px;
}
.book-action h2 {
    font-size: 30px;
    margin-bottom: 20px;
}
.accessibility-conditions .accessibility-content h3 {
    font-size: 22px;
}
.privacy-policy .privacy-content h3 {
    font-size: 22px;
}
.terms-conditions .terms-content h3 {
    font-size: 22px;
}
.coming-soon-area .coming-soon-content .newsletter-form .default-btn {
    position: unset;
    top: 2px;
    right: 2px;
}
.sidebar-widget.councilor .councilor-content {
    padding: 20px;
}
.sidebar-widget.councilor {
    margin-top: 30px;
}
.sidebar-widget.councilor {
    margin-top: 30px;
}
.sidebar-widget.advertizing {
    margin-bottom: 0!important;
    text-align: center;
}
.blog-post-athour-area .sidebar-widget.councilor {
    margin-bottom: 30px;
}
.blog-post-athour-area .sidebar-widget.categories {
    margin-bottom: 0;
}
.blog-details-content .blog-top-content .news-content h3 {
    font-size: 25px;
}
.blog-details-content .blog-top-content .news-content-2 .single-recent-post {
    height: auto;
    padding: 20px;
    text-align: center;
}
.blog-details-content .blog-top-content .news-content-2 .single-recent-post img {
    position: unset;
    margin-bottom: 10px;
}
.blog-details-content .blog-top-content .news-content-3 ul li {
    padding-left: 0;
}
.blog-details-content .blog-top-content .news-content-3 ul li img {
    position: unset;
    margin-bottom: 20px;
}
.blog-details-content .blog-top-content .news-content-3 ul li.active {
    margin-left: 0;
}
.blog-details-content .leave-reply form {
    padding: 20px;
}
.main-contact-area #contactForm {
    margin-left: 0;
    margin-right: 0;
    padding: 20px;
}
.main-contact-area .contact-bg {
    padding-top: 50px;
}
.main-contact-area .contact-bg .contact-info {
    padding-bottom: 5px;
}
.single-contact-info::before {
    display: none;
}
.counselor-area .owl-nav {
    opacity: 1!important;
    margin-top: 0!important;
}
.counselor-area .owl-nav .owl-prev, .counselor-area .owl-nav .owl-next {
    position: unset;
    margin: 0 10px;
}
.project-area .owl-nav {
    opacity: 1!important;
    margin-top: 20px!important;
}
.project-area .owl-nav .owl-prev, .project-area .owl-nav .owl-next {
    position: unset;
    margin: 0 10px;
}
.shorting-menu .filter {
    padding: 5px 12px;
}
.shorting-menu .filter.active {
    background-color: transparent;
    color: #0a5;
}
.coming-soon-area .coming-soon-content h2 {
    margin-top: 0;
}
.blog-post-area .single-blog-box.active .blog-content {
    padding: 20px;
}
.main-contact-area .contact-bg {
    padding-top: 30px;
}
.sidebar-widget h3 {
    font-size: 22px;
}
.services-content h3 {
    font-size: 22px;
}
.counselor-area .owl-nav .owl-prev, .counselor-area .owl-nav .owl-next {
    margin: 0;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 10px!important;
}
.counselor-area .owl-nav .owl-prev i, .counselor-area .owl-nav .owl-next i {
    font-size: 20px;
    color: #fff;
    line-height: 30px;
}
.counselor-area .owl-nav .owl-next {
    left: auto;
    right: -30px;
}
.counselor-area .owl-nav .owl-next i {
    position: relative;
    right: -1px;
}
.awesome-single-services {
    text-align: center;
}
.single-event-box .event-content {
    padding: 20px;
}
.discover-content ul li {
    margin-bottom: 5px;
}
.discover-content ul li:last-child {
    margin-bottom: 0;
}
.who-we-are-content ul li {
    margin-bottom: 5px;
}
.who-we-are-content ul li:last-child {
    margin-bottom: 0;
}
.discover-content {
    background-color: #3a3650;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
}
.discover-content h2 {
    color: #fff;
}
.discover-content p {
    color: #fff;
        padding: 15px;
}
.discover-content h3 {
    color: #fff;
}
.discover-content ul li {
    color: #fff;
}
}@media only screen and (min-width:370px) and (max-width:767px) {
    .modal .forgot-login {
    float: right;
}
}@media only screen and (min-width:576px) and (max-width:767px) {
    .hero-slider-area .container-fluid {
    max-width: 540px;
}
.project-area .container-fluid {
    max-width: 540px;
}
.banner-area .container-fluid {
    max-width: 540px;
}
.banner-area.banner-area-style-three .container-fluid {
    max-width: 540px;
}
}@media only screen and (min-width:768px) and (max-width:991px) {
    .ptb-100 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.pt-100 {
    padding-top: 50px;
}
.pb-100 {
    padding-bottom: 50px;
}
.pb-70 {
    padding-bottom: 20px;
}
.ptb-70 {
    padding-top: 20px;
    padding-bottom: 35px;
}
.pl-15 {
    padding-left: 0;
}
.pr-15 {
    padding-right: 0;
}
.hero-slider-item {
    height: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
}
.hero-slider-content {
    text-align: center;
    margin-bottom: 30px;
}
.hero-slider-content .top-title {
    font-size: 14px;
}
.hero-slider-content h1 {
    font-size: 35px;
    margin-bottom: 15px;
}
.hero-slider-content p {
    margin-bottom: 25px;
}
.hero-slider-area .container-fluid {
    max-width: 720px;
}
.hero-slider-area ul {
    -webkit-transform: none;
    transform: none;
    position: unset;
    -ms-flex-flow: nowrap;
    flex-flow: nowrap;
    display: none;
}
.hero-slider-area ul li {
    margin: 0;
    margin-right: 10px;
    display: inline-block;
}
.hero-slider-area ul li:last-child {
    margin-right: 0;
}
.hero-slider-area ul li a {
    -webkit-transform: none;
    transform: none;
}
.hero-slider-area .thumbs-wrap {
    display: none;
}
.hero-slider-area .owl-theme .owl-nav {
    margin-bottom: 0;
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    margin: 0!important;
}
.hero-slider-area .owl-theme .owl-nav .owl-prev, .hero-slider-area .owl-theme .owl-nav .owl-next {
    background-color: transparent;
}
.hero-slider-area .owl-theme .owl-nav .owl-prev i, .hero-slider-area .owl-theme .owl-nav .owl-next i {
    font-size: 30px;
    color: #0a5;
}
.default-btn {
    padding: 15px 30px;
    font-size: 15px;
}
.section-title {
    margin-bottom: 30px;
    margin-top: 0;
}
.section-title h2 {
    font-size: 30px;
    margin-top: -9px;
    margin-bottom: 15px;
}
.single-services-box {
    text-align: center;
    padding: 20px;
}
.single-services-box span {
    margin-bottom: 15px;
    font-size: 18px;
}
.single-services-box h3 {
    font-size: 20px;
    margin-bottom: 12px;
}
.single-services-box p {
    margin-bottom: 10px;
}
.read-more {
    font-size: 15px;
}
.who-we-are-img {
    text-align: center;
    margin-top: 0;
}
.who-we-are-img img {
    width: 100%}
.who-we-are-img::before {
    display: none;
}
.who-we-are-content h2 {
    font-size: 30px;
}
.who-we-are-content h3 {
    font-size: 22px;
}
.discover-bg .row {
    margin-left: 0;
    margin-right: 0;
}
.discover-area .pr-0 {
    padding-right: 12px;
}
.discover-area .pl-0 {
    padding-left: 12px;
}
.discover-content {
    padding: 30px;
    margin-bottom: 30px;
}
.discover-content h2 {
    font-size: 22px;
    margin-top: -6px;
    margin-bottom: 15px;
}
.discover-content h3 {
    font-size: 20px;
}
.discover-content ul {
    margin-bottom: 0;
}
.discover-img {
    height: 500px;
}
.discover-img .video-button i {
    font-size: 60px;
}
.shape {
    display: none;
}
.counselor-content .counselor-title h2 {
    font-size: 30px;
    margin-bottom: 30px;
}
.counselor-img {
    text-align: center;
}
.counselor-img img {
    width: 100%}
.single-counselor i {
    font-size: 60px;
    margin-bottom: 15px;
    position: absolute;
    top: -78px;
    right: 0;
    left: 0;
    text-align: center;
    z-index: 1;
    color: #0a5;
    margin-bottom: 0;
}
.single-counselor p {
    font-size: 16px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.counselor-area .owl-nav .owl-prev {
    left: 0;
}
.counselor-area .owl-nav .owl-next {
    right: 0;
}
.local-councils-content h2 {
    font-size: 30px;
}
.local-councils-content h3 {
    font-size: 20px;
}
.local-councils-img {
    text-align: center;
    margin-top: 0;
}
.local-councils-img img {
    width: 100%}
.local-councils-img::before {
    display: none;
}
.single-councillor .councillor-content {
    margin-top: -40px;
}
.single-blog-box .blog-content {
    padding: 20px;
}
.single-blog-box .blog-content h3 {
    font-size: 20px;
    margin-bottom: 10px;
}
.single-blog-box .blog-content ul li {
    font-size: 14px;
    margin-right: 5px;
}
.single-blog-box .blog-content p {
    margin-bottom: 12px;
}
.single-footer-widget h3 {
    font-size: 22px;
}
.single-footer-widget.single-bg {
    padding: 0;
}
.single-footer-widget.single-bg::before {
    display: none;
}
.modal .contact-form-action .show {
    text-align: center;
    margin-top: 10px;
}
.banner-area {
    height: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
}
.banner-area .container-fluid {
    max-width: 720px;
}
.banner-area ul {
    display: none;
}
.banner-area::before {
    -webkit-clip-path: none;
    clip-path: none;
}
.banner-content {
    text-align: center;
    margin-bottom: 30px;
}
.banner-content .top-title {
    font-size: 14px;
    margin-bottom: 10px;
}
.banner-content h1 {
    font-size: 35px;
    margin-bottom: 20px;
}
.services-area.services-area-style-two {
    padding-top: 50px;
}
.services-area.services-area-style-two .single-services-box {
    padding: 15px;
    margin-bottom: 30px;
}
.services-area.services-area-style-two .single-services-box span {
    position: unset;
    margin-bottom: 25px;
}
.who-we-are-img.who-we-are-img-2 .who-we-are-img-shape-2 {
    display: none;
}
.single-counter::before {
    display: none;
}
.discover-area.discover-area-style-two .section-title {
    margin-left: 0;
}
.discover-area.discover-area-style-two .counter-bg {
    margin-bottom: 20px;
}
.discover-area.discover-area-style-three .section-title {
    text-align: left;
    margin-left: 0;
}
.discover-area.discover-area-style-three .section-title p {
    margin-left: 0;
}
.project-area .container-fluid {
    padding-left: 15px!important;
    padding-right: 15px!important;
    max-width: 720px;
}
.local-councils-services-area.local-councils-services-area-style-two .local-councils-img .local-councils-img-shape {
    display: none;
}
.single-project .project-content {
    left: 0;
    right: 0;
    text-align: center;
}
.banner-area.banner-area-style-three .container-fluid {
    padding-right: 12px!important;
    max-width: 720px;
}
.banner-area.banner-area-style-three .banner-content {
    margin-left: 0;
}
.banner-area.banner-area-style-three .banner-img {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
}
.banner-area.banner-area-style-three .pr-0 {
    padding-right: 15px!important;
}
.services-area.services-area-style-three {
    padding-top: 50px;
}
.services-area.services-area-style-three .single-services-box {
    padding: 15px;
}
.services-area.services-area-style-three .single-services-box span {
    position: unset;
    margin-bottom: 25px;
}
.page-title-area .page-title-content h2 {
    font-size: 40px;
}
.awesome-single-services .awesome-services-content {
    padding: 20px;
}
.awesome-single-services .awesome-services-content h3 {
    font-size: 20px;
    margin-bottom: 10px;
}
.awesome-single-services .awesome-services-content p {
    margin-bottom: 15px;
}
.services-content h3 {
    font-size: 25px;
}
.event-details-area .book-action {
    margin-bottom: 30px;
}
.event-details-area .event-content.one {
    text-align: center;
}
.event-content.event-content-two .event-date {
    padding: 20px;
    text-align: center;
    padding-bottom: 0;
}
.event-content.event-content-two .event-date .single-annual {
    margin-bottom: 20px;
}
.user-area .user-form-content.log-in-50 {
    margin-bottom: 50px;
}
.sidebar-widget.councilor {
    margin-top: 30px;
}
.sidebar-widget.advertizing {
    margin-bottom: 0!important;
    text-align: center;
}
.blog-post-athour-area .sidebar-widget.councilor {
    margin-bottom: 30px;
}
.blog-post-athour-area .sidebar-widget.categories {
    margin-bottom: 0;
}
.blog-details-content .blog-top-content .news-content h3 {
    font-size: 25px;
}
.blog-details-content .blog-top-content .news-content-3 ul li {
    padding-left: 0;
}
.blog-details-content .blog-top-content .news-content-3 ul li img {
    position: unset;
    margin-bottom: 20px;
}
.blog-details-content .blog-top-content .news-content-3 ul li.active {
    margin-left: 0;
}
.blog-details-content .leave-reply form {
    padding: 20px;
}
.main-contact-area #contactForm {
    margin-left: 0;
    margin-right: 0;
    padding: 20px;
}
.main-contact-area .contact-bg {
    padding-top: 50px;
}
.main-contact-area .contact-bg .contact-info {
    padding-bottom: 5px;
}
.single-contact-info::before {
    display: none;
}
.main-contact-area .contact-bg {
    padding-top: 30px;
}
.awesome-single-services {
    text-align: center;
}
.single-event-box .event-content {
    padding: 20px;
}
.single-services-box .services-shape {
    max-width: 130px;
}
.hero-slider-area .owl-theme .owl-nav {
    bottom: 60px;
}
}@media only screen and (min-width:992px) and (max-width:1199px) {
    .pl-15 {
    padding-left: 0;
}

.navbar-brand img {
    max-width: 190px;
}

.pr-15 {
    padding-right: 0;
}
.hero-slider-area .container-fluid {
    max-width: 960px;
}
.who-we-are-img {
    background-image: url(../images/who-we-are-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    margin-top: 0;
}
.who-we-are-img.who-we-are-img-2 {
    background-image: url(../images/who-we-are-img-2.jpg);
}
.who-we-are-img::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background-color: #fff;
}
.who-we-are-img::before {
    display: none;
}
.who-we-are-img img {
    display: none;
}
.who-we-are-area .row {
    -webkit-box-align: unset!important;
    -ms-flex-align: unset!important;
    align-items: unset!important;
}
.discover-bg .row {
    margin-left: 0;
    margin-right: 0;
}
.shape {
    display: none;
}
.local-councils-img {
    margin-top: 0;
    background-image: url(../images/local-councils-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%}
.local-councils-img::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background-color: #fff;
}
.local-councils-img::before {
    display: none;
}
.local-councils-img img {
    display: none;
}
.single-councillor .councillor-content {
    margin-top: -50px;
}
.single-blog-box .blog-content {
    padding: 20px;
}
.single-blog-box .blog-content h3 {
    font-size: 23px;
}
.single-blog-box .blog-content ul li {
    font-size: 14px;
    margin-right: 10px;
}
.single-footer-widget.single-bg {
    padding: 0;
}
.single-footer-widget.single-bg::before {
    display: none;
}
.banner-area .container-fluid {
    max-width: 960px;
}
.services-area.services-area-style-two .single-services-box {
    padding: 20px;
    text-align: center;
}
.services-area.services-area-style-two .single-services-box span {
    position: unset;
    margin-bottom: 25px;
}
.services-area.services-area-style-three .single-services-box {
    padding: 20px;
    text-align: center;
}
.services-area.services-area-style-three .single-services-box span {
    position: unset;
    margin-bottom: 25px;
}
.banner-area.banner-area-style-three {
    padding-top: 100px;
    padding-bottom: 100px;
}
.project-area .container-fluid {
    padding-left: 15px!important;
    padding-right: 15px!important;
    max-width: 960px;
}
.banner-area.banner-area-style-three .container-fluid {
    padding-right: 12px!important;
    max-width: 960px;
}
.banner-area.banner-area-style-three .banner-content h1 {
    font-size: 50px;
}
.banner-area.banner-area-style-three .banner-img {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
}
.sidebar-widget ul {
    padding: 20px;
}
.event-widget-sidebar .single-another h3 {
    font-size: 22px;
}
.event-widget-sidebar .single-another .another-content {
    padding: 20px;
}
.datepickers .date {
    width: 1.25rem;
    height: 1.25rem;
}
.event-content.event-content-two .event-date {
    padding: 20px;
}
.event-content.event-content-six .single-recent-post {
    padding: 20px;
    height: auto;
    text-align: center;
}
.event-content.event-content-six .single-recent-post img {
    position: unset;
}
.event-content h3 {
    font-size: 22px;
}
.book-action h2 {
    font-size: 30px;
}
.blog-details-content .blog-top-content .news-content-2 .single-recent-post {
    height: auto;
    padding: 20px;
    text-align: center;
}
.blog-details-content .blog-top-content .news-content-2 .single-recent-post img {
    position: unset;
    margin-bottom: 10px;
}
.single-event {
    padding: 20px;
}
.single-event h3 {
    font-size: 20px;
    margin-top: -5px;
}
.desktop-nav .navbar .navbar-nav .nav-item a {
    margin-left: 10px;
    margin-right: 10px;
}
.banner-area.banner-area-style-three .banner-content {
    margin-left: 0;
}
.single-event-box .event-content {
    padding: 20px;
}
.single-services-box {
    padding: 20px;
}
.single-services-box .services-shape {
    max-width: 150px;
}
.local-councils-services-area .row.align-items-center {
    -webkit-box-align: initial!important;
    -ms-flex-align: initial!important;
    align-items: initial!important;
}
.banner-area {
    height: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
}
.banner-content h1 {
    font-size: 65px;
}
}@media only screen and (min-width:1200px) and (max-width:1299px) {
    .hero-slider-area .container-fluid {
    max-width: 1140px;
}
.banner-area .container-fluid {
    max-width: 1140px;
}
.banner-area.banner-area.banner-area-style-three .banner-content {
    max-width: 552px;
    margin-left: auto;
}
}@media only screen and (min-width:1300px) and (max-width:1399px) {
    .banner-area.banner-area-style-three .banner-content {
    max-width: 632px;
    margin-left: auto;
}
}@media only screen and (min-width:1400px) and (max-width:1499px) {
    .banner-area.banner-area-style-three .banner-content {
    max-width: 642px;
    margin-left: auto;
}
}@media only screen and (min-width:1500px) {
    .hero-slider-area {
    overflow: hidden;
}
.hero-slider-area .thumbs-wrap {
    right: 40px;
}
.hero-slider-area .thumbs-wrap .owl-thumb-item span::before {
    right: -100px!important;
    width: 80px!important;
}
.hero-slider-area .thumbs-wrap .owl-thumb-item span::after {
    right: -25px!important;
}
.hero-slider-content {
    max-width: 675px;
    margin-left: auto;
}
.hero-slider-content h1 {
    font-size: 62px;
}
.hero-slider-item {
    height: 800px;
}
.single-footer-widget.single-bg::before {
    height: 395px;
}
.banner-area ul {
    left: 100px;
}
.banner-area.banner-area-style-three {
    height: 100vh;
}
.banner-area.banner-area-style-three .banner-content {
    max-width: 682px;
    margin-left: auto;
}
.banner-area.banner-area-style-three .banner-img {
    margin-bottom: -200px;
    position: relative;
    right: -115px;
}
.banner-item {
    height: 800px;
}
.banner-content {
    max-width: 675px;
    margin-left: auto;
}
.banner-content h1 {
    font-size: 59px;
}
}@media only screen and (max-width:991px) {
    .navbar-area {
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
    z-index: 2;
}
.navbar-area.is-sticky {
    padding-top: 15px;
    padding-bottom: 15px;
}
.mobile-responsive-nav {
    display: block;
}
.mobile-responsive-nav .mobile-responsive-menu {
    position: relative;
}
.mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav {
    margin-top: 50px;
    background-color: #fff;
}
.mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav ul {
    font-size: 15px;
    border: none!important;
}
.mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav ul li a {
    color: #000;
    border-top-color: #dbeefd;
    text-transform: capitalize;
}
.mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav ul li a i {
    display: none;
}
.mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav ul li a.mean-expand {
    width: 100%;
    height: 28px;
    text-align: right;
    padding: 11px!important;
    background: 0 0!important;
    border-left: none!important;
    border-bottom: none!important;
}
.mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav ul li a.active {
    color: #027480;
}
.mobile-responsive-nav .mobile-responsive-menu.mean-container .mean-nav ul li li a {
    font-size: 15px;
}
.mobile-responsive-nav .mobile-responsive-menu.mean-container .navbar-nav {
    height: 265px;
    overflow-y: scroll;
    -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 7px 13px 0 rgba(0, 0, 0, .1);
}
.mobile-responsive-nav .mean-container a.meanmenu-reveal {
    top: 0;
    padding: 0;
    width: 35px;
    height: 30px;
    padding-top: 7px;
    color: #027480;
}
.mobile-responsive-nav .mean-container a.meanmenu-reveal span {
    background: #0a5;
    height: 4px;
    margin-top: -6px;
    border-radius: 3px;
    position: relative;
    top: 8px;
}
.mobile-responsive-nav .mean-container .mean-bar {
    background: 0 0;
    position: absolute;
    z-index: 999;
    padding: 0;
}
.mobile-responsive-nav .others-options {
    display: none!important;
}
.mobile-responsive-nav .logo {
    position: relative;
    width: 130px;
    z-index: 999;
}
.desktop-nav {
    display: none;
}
.others-option-for-responsive {
    display: block;
}
.others-option-for-responsive .others-option ul {
    line-height: 1;
    top: -1px;
    position: relative;
}
.others-option-for-responsive .others-option ul li .default-btn {
    padding: 15px 33px;
}
.others-option-for-responsive .others-option ul li .option-item .search-overlay.search-popup {
    right: auto;
    left: -75px;
    width: 290px;
}
.others-option-for-responsive .container .container {
    max-width: 255px;
}
.others-option-for-responsive .others-option ul li .option-item {
    top: 2px;
    margin-bottom:  15px;
}
}
@media only screen and (min-width:1300px) {
    .container {
    max-width: 1300px;
}
}@media only screen and (min-width:1400px) {
    .container {
    max-width: 1320px;
}
}@media only screen and (min-width:1500px) {
    .container {
    max-width: 1400px;
}
.hero-slider-area .container-fluid {
    max-width: 1400px;
}
}