
/* Governlia HTML Template  */

/*** 

====================================================================
        Fonts
====================================================================

***/

@import url('fontawesome-all.css');
@import url('animate.css');
@import url('custom-animate.css');
@import url('icomoon.css');
@import url('stroke-gap.css');
@import url('pe-icon-7-stroke.css');
@import url('owl.css');
@import url('jquery-ui.css');
@import url('jquery.fancybox.min.css');
@import url('scrollbar.css');
@import url('hover.css');
@import url('jquery.touchspin.css');
@import url('botstrap-select.min.css');
@import url('swiper.min.css');
@import url('rtl.css');
@import url('polyglot-language-switcher.css');



/*** 

====================================================================
    Reset
====================================================================

***/

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-size: 100%;
    line-height: inherit;
}

/*** 

====================================================================
    Global Settings
====================================================================

***/



body {
    font-size: 16px;
    color: #222;
    line-height: 1.7em;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    background: rgb(255, 255, 255);
    font-family: 'Arimo', sans-serif;
}

.page-wrapper {
    position: relative;
    width: 100%;
    min-width: 300px;
    z-index: 9;
    margin: 0px auto;
    overflow: hidden;
}

a {
    text-decoration: none;
    cursor: pointer;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none !important;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: normal;
    line-height: 1.25em;
    margin: 0px;
    background: none;
    color: #222;
}

textarea {
    overflow: hidden;
}

button {
    outline: none !important;
    cursor: pointer;
}


::-webkit-input-placeholder {
    color: inherit;
}

::-moz-input-placeholder {
    color: inherit;
}

::-ms-input-placeholder {
    color: inherit;
}


.btn-light:not(:disabled):not(.disabled).active:focus, 
.btn-light:not(:disabled):not(.disabled):active:focus, 
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: none;
    outline: none;
}

.btn-light:not(:disabled):not(.disabled).active, 
.btn-light:not(:disabled):not(.disabled):active, 
.show>.btn-light.dropdown-toggle {
    background-color: inherit;
    border-color: inherit;
    color: inherit;
    border-radius: 0;
}

.bootstrap-select .dropdown-menu li a span.text {
    margin-bottom: 0;
}

.bootstrap-select .dropdown-menu li.active a span.text {
    color: #fff;
}

.bootstrap-select .dropdown-toggle .filter-option:after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f107";
    position: absolute;
    right: 15px;
    top: 7px;
    display: block;
    line-height: 30px;
    font-size: 17px;
    text-align: center;
    z-index: 5;
    font-weight: 400;
    color: #fff;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    z-index: 9;
    overflow: hidden;
}

.auto-container {
    position: static;
    max-width: 1330px;
    padding: 0px 15px;
    margin: 0 auto;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

figure {
    margin-bottom: 0;
}

.theme-btn {
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.centered {
    text-align: center !important;
}

.gray-bg {
    background-color: #f4f4f4 !important;
}

.light-bg {
    background-color: #fff !important;
}

img {
    display: inline-block;
    max-width: 88%;
    height: auto;
}
@media only screen and (max-width: 767px){
    img{
         display: inline-block;
    max-width: 100%;
    height: auto;
    }
}
.dropdown-toggle::after {
    display: none;
}

.fa {
    line-height: inherit;
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icons/preloader.svg);
}

.preloader-close {
    position: fixed;
    z-index: 999999;
    color: #fff;
    padding: 10px 20px;
    cursor: pointer;
    right: 0;
    bottom: 0;
    font-weight: 600;
}

.loader-wrap {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
}

.loader-wrap .layer-one {
    position: absolute;
    left: 0%;
    top: 0;
    width: 33.3333%;
    height: 100%;
    overflow: hidden;
}

.loader-wrap .layer-two {
    position: absolute;
    left: 33.3333%;
    top: 0;
    width: 33.3333%;
    height: 100%;
    overflow: hidden;
}

.loader-wrap .layer-three {
    position: absolute;
    left: 66.6666%;
    top: 0;
    width: 33.3333%;
    height: 100%;
    overflow: hidden;
}

.loader-wrap .layer .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #eab207;
}

.owl-nav,
.owl-dots {
    display: none;
}

/* Btn style */

.theme-btn {
    display: inline-block;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-35 {
    margin-bottom: 35px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-30 {
    padding-bottom: 30px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}


/*** 

====================================================================
    Scroll To Top style
====================================================================

***/

.scroll-to-top {
    position: fixed;
    right: 50px;
    bottom: 50px;
    width: 65px;
    height: 65px;
    font-size: 18px;
    line-height: 65px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    border-radius: 50%;
    margin-left: -26px;
    display: none;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
}

.scroll-to-top.style-two {
    background-color: #eab207;
}

.scroll-to-top:hover {
    color: #ffffff;
}

/*Btn Style One*/

.btn-style-one {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 24px;
    color: #fff;
    padding: 16px 33px;
    padding-right: 66px;
    font-weight: 700;
    overflow: hidden;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-style-one:hover {
    color: #fff;
}

.btn-style-one:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    content: "";
    background-color: #000;
    transition: .5s;
    opacity: .1;
    border-top-right-radius: 33px;
    border-bottom-right-radius: 33px;
}

.btn-style-one:hover:before {
    width: 100%;
    border-radius: 0;
}

.btn-style-one span {
    position: relative;
}

.btn-style-one:after {
    font-family: 'icomoon';
    content: "\e902";
    position: absolute;
    right: 20px;
    top: 16px;
    line-height: 25px;
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    transition: .5s;
}

.btn-style-one span:before {
    position: absolute;
    content: '';
    top: -2px;
    right: -15px;
    width: 1px;
    height: 25px;
    background-color: #fff;
    transition: .5s;
}

/* Style Two */

.btn-style-one.style-two {
    background-color: #fff;
    color: #222;
}

.btn-style-one.style-two:hover {
    color: #fff;
}

.btn-style-one.style-two span:before {
    background-color: #222;
}

.btn-style-one.style-two:hover span:before {
    background-color: #fff;
}

.btn-style-one.style-two:after {
    color: #222;
}

.btn-style-one.style-two:hover:after {
    color: #fff;
}

.btn-style-one.style-two:before {
    opacity: 1;
}

/* Style three */
.btn-style-one.style-three {
    padding: 15px 33px;
    padding-right: 66px;
    color: white;
    background-color: #f6bf36
}

.btn-style-one:hover {
    color: #fff;
}

.btn-style-one:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    content: "";
    background-color: #000;
    transition: .5s;
    opacity: .1;
    border-top-right-radius: 33px;
    border-bottom-right-radius: 33px;
}

.btn-style-one:hover:before {
    width: 100%;
    border-radius: 0;
}

.btn-style-one span {
    position: relative;
}

.btn-style-one:after {
    font-family: 'icomoon';
    content: "\e902";
    position: absolute;
    right: 20px;
    top: 16px;
    line-height: 25px;
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    transition: .5s;
}

.btn-style-one span:before {
    position: absolute;
    content: '';
    top: -2px;
    right: -15px;
    width: 1px;
    height: 25px;
    background-color: #fff;
    transition: .5s;
}

/* Style Four */
.btn-style-one.style-four {
    padding: 15px 33px;
    padding-right: 66px;
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
}

.btn-style-one.style-four:hover {
    color: #fff;
    background-color: #222;
}

.btn-style-one.style-four:before {
    opacity: 1;
}

.btn-style-one.style-four:hover:after {
    color: #fff;
}

.btn-style-one.style-four span:before {
    background-color: #fff;
}

.btn-style-one.style-four:hover span:before {
    background-color: #fff;
}

/* Header Style */

.main-header {
    position: relative;
    display: block;
    width: 100%;
    z-index: 9999;
    top: 0px;
    left: 0px;
    background: none;
    clear: both;
}

.main-header .auto-container {
    max-width: 100%;
    padding: 0 90px;
}

.main-header.header-style-one {
    position: absolute;
}

/* Header Top */
.header-top {
    position: relative;
    padding: 18px 0;
    min-height: 65px;
}

.header-top .inner-container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
        background: black;
    align-items: center;
    justify-content: space-between;
}
.top-head{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.header-top .left-column {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.header-top .text {
    position: relative;
    margin-bottom: 0;
    color: white;
    font-size: 13px;
}
.textHome p{
    position: relative;
    text-align: justify;
}
.textHome h4{
        position: relative;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 25px;
    
}

.header-top .text i {
    position: relative;
    margin-right: 8px;
    color: rgb(246, 191, 54);
    font-size: 13px;
    display: inline-block;
}

.header-top .text a {
    font-weight: 700;
    text-decoration: underline;
}

.header-top .right-column {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.header-top .phone {
    position: relative;
    padding-left: 30px;
    margin-right: 20px;
}

.header-top .phone:before {
    position: absolute;
    content: '';
    left: 0;
    top: -3px;
    width: 1px;
    height: 35px;
    background-color: rgba(221, 221, 221, 0.35);
}

.header-top .phone a {
    display: inline-block;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    vertical-align: middle;
}

.header-top .phone a i {
    margin-right: 10px;
    font-size: 13px;
    color: rgb(246, 191, 54) !important; 
}

.header-top .header-top-menu {
    position: relative;
    padding: 0 30px;
    padding-right: 8px;
}

.header-top .header-top-menu:before {
    position: absolute;
    content: '';
    left: 0;
    top: -4px;
    width: 1px;
    height: 35px;
    background-color: rgba(221, 221, 221, 0.35);
}

.header-top .header-top-menu li {
    position: relative;
    display: inline-block;
    margin-right: 24px;
}

.header-top .header-top-menu li:before {
    position: absolute;
    content: '';
    left: -16px;
    top: 11px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #6f6f6f;
}

.header-top .header-top-menu li:first-child:before {
    display: none;
}

.header-top .header-top-menu li a {
    position: relative;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: underline;
    transition: .5s;
}

.header-top .social-icon {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 30px;
}

.header-top .social-icon:before {
    position: absolute;
    content: '';
    left: 0;
    top: -1px;
    width: 1px;
    height: 35px;
    background-color: rgba(221, 221, 221, 0.35);
}

.header-top .social-icon li {
    margin-right: 7px;
    font-size: 14px;
}

.header-top .social-icon li a {
    color: #fff;
    transition: .5s;
    width: 33px;
    height: 33px;
    border: 1px solid rgb(255 255 255 / 0.35);
    display: inline-block;
    vertical-align: middle;
    line-height: 31px;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
}

.header-top .social-icon li a:hover {
    background-color: rgb(246, 191, 54) !important;
}

/* Header Upper */
.main-header .header-upper{
    background-color: black;
}
.main-header .header-upper .search-form-two {
    position: relative;
}

.main-header .header-upper .search-form-two input {
    position: relative;
    background: transparent;
    color: #fff;
    height: 30px;
    padding-left: 20px;
    border-left: 1px solid #fff;
}

.main-header .header-upper .search-form-two button {
    position: absolute;
    top: 3px;
    right: 0;
    background: transparent;
    color: #ffff;
    font-size: 18px;
}

.main-header .header-upper .navbar-right {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 50px;
}
.appointment-btn .btn-book {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  background-color: rgb(246, 191, 54);
  color: #fff;
  font-size: 15px;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.appointment-btn .btn-book:hover {
  background-color: rgb(211, 158, 23);
  color: #fff;
}

.main-header .header-upper {
    display: flex;
    align-items: center;
    height: 80px;
}

.main-header .header-upper .logo-box {
    z-index: 10;
    display: flex;
    align-items: center;
}

.main-header .header-upper .logo-box .logo {
    padding: 0;
}

.main-header .header-upper .logo-box .logo img {
    height: 190px;
    width: auto;
    margin-top: 10px;
    overflow: hidden;
    display: block;
}

.main-header .header-upper .inner-container {
    position: relative;
   width: 100%;
    min-width: 90vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


@media (max-width: 768px) {
    .main-header .header-upper .inner-container {
            position: relative;
    width: 100%;
    min-width: 100vw;
} }

.main-header .header-upper .right-column {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}


.main-header .header-upper .search-btn {
    margin-left: 35px;
    padding-left: 20px;
    line-height: 20px;
    border-left: 1px solid #919191;
    margin-right: 20px;
}

.main-header .header-upper .link-btn a {
    vertical-align: middle;
}

.main-header .header-upper .search-toggler {
    color: #fff;
    background: transparent;
    font-size: 22px;
}

.main-header .nav-outer {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.navbar-right-info .mobile-nav-toggler {
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 44px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 20px;
    margin-left: 30px;
    cursor: pointer;
    border-radius: 50%;
}

.main-header .nav-outer .main-menu {
    position: relative;
}

.main-menu .inner-container {
    box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.12);
    margin-bottom: -25px;
    background: #fff;
}

.main-menu .navbar-collapse {
    padding: 0px;
    display: block !important;
}

.main-menu .navigation {
    position: relative;
    margin: 0px;
    margin-left: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.main-menu .navigation>li {
    position: relative;
    padding: 38.5px 0px;
    margin-right: 35px;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}


.main-menu .navigation>li.current:before {
    opacity: 1;
}

.main-menu .navigation>li.current>a:before {
    opacity: 1;
}

.main-menu .navigation>li:last-child {
    margin-right: 0px;
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    text-transform: capitalize;
    color: #fff;
    opacity: 1;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li>ul {
    position: absolute;
    left: 0px;
    top: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 200px;
    z-index: 100;
    display: none;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    transition: .5s;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
    padding: 0 20px;
}

.main-menu .navigation>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li:before {
    position: absolute;
    content: '';
    right: 0px;
    top: 0px;
    width: 0%;
    height: 100%;
    display: block;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    padding: 14px 0px;
    border-bottom: 1px solid #e9e5df;
    line-height: 24px;
    font-weight: 700;
    font-size: 15px;
    text-transform: capitalize;
    color: #2a2a2a;
    text-align: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li:last-child>a {
    border-bottom: 0px;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
    position: absolute;
    content: "\f105";
    right: 0;
    top: 11px;
    display: block;
    line-height: 24px;
    font-size: 17px;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 100%;
    top: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 200px;
    z-index: 100;
    display: none;
    background-color: #fff;
    transition: .5s;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}

.main-menu .navigation>li>ul>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    padding: 0 20px;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 0%;
    height: 100%;
    display: block;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: 14px 0;
    line-height: 24px;
    font-weight: 700;
    border-bottom: 1px solid #e9e5df;
    font-size: 15px;
    text-transform: capitalize;
    color: #2a2a2a;
    text-align: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:last-child>a {
    border-bottom: 0;
}

.main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f105";
    position: absolute;
    right: 30px;
    top: 12px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 400;
    z-index: 5;
}

.main-menu .navigation>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 34px;
    height: 30px;
    border: 1px solid #ffffff;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    cursor: pointer;
    z-index: 5;
    display: none;
}

/* pop up button */

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.popup-box {
  background: white;
  color: black;
  width: 100%;
  max-width: 420px;
  padding: 30px;
  border-radius: 10px;
  position: relative;
  animation: scaleIn 0.3s ease;
}

@keyframes scaleIn {
  from { transform: scale(0.8); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

.close-btn {
  position: absolute;
  top: 12px;
  right: 15px;
  font-size: 24px;
  color: #f7c600;
  cursor: pointer;
}

/* Form */
.popup-box h3 {
  text-align: center;
  margin-bottom: 20px;
  color: black;
}

.popup-box input,
.popup-box textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 12px;
  background: #fff;
  border: 1px solid rgb(246, 191, 54);
  color: #000;    
  border-radius: 5px;
}


.popup-box input::placeholder,
.popup-box textarea::placeholder {
  color: #bfbebe;
}

.popup-box textarea {
  resize: none;
  height: 80px;
}

.submit-btn {
  width: 100%;
  padding: 12px;
  background: rgb(246, 191, 54);
  color: white;
  border: none;
  border-radius: 6px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s;
}

.submit-btn:hover {
  background-color: rgb(211, 158, 23);
  color: #fff;
}


/*** 

====================================================================
                Sticky Header
====================================================================

***/

.sticky-header {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    z-index: -1;
    background: #ffffff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -webkit-transition: top 300ms ease;
    -o-transition: top 300ms ease;
    transition: top 300ms ease;
}

.fixed-header .sticky-header {
    opacity: 1;
    z-index: 99901;
    visibility: visible;
}

.header-style-one .sticky-header {
    background-color: #111;
}


/*** 

====================================================================
            Mobile Menu
====================================================================

***/

.nav-outer .mobile-nav-toggler {
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 44px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 20px;
    cursor: pointer;
    border-radius: 50%;
    float: right;
    margin: 13px 0;
    margin-left: 15px;
    display: none;
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
}

.mobile-menu .mCSB_scrollTools {
    right: -6px;
}

.mobile-menu .mCSB_inside>.mCSB_container {
    margin-right: 5px;
}

.mobile-menu .navbar-collapse {
    display: block !important;
}

.mobile-menu .nav-logo {
    position: relative;
    text-align: left;

}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    background-color: #000;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 0.30;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #202020;
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .close-btn {
    position: absolute;
    right: 20px;
    top: 15px;
    line-height: 30px;
    width: 24px;
    text-align: center;
    font-size: 30px;
    color: #ffffff;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li ul li>a {
    font-size: 15px;
    margin-left: 20px;
    text-transform: capitalize;
}

.mobile-menu .navigation li>a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li.current>a:before {
    height: 100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.10);
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
    display: none;
}

.mobile-menu .social-links {
    position: relative;
    text-align: center;
    padding: 30px 25px;
}

.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 10px 10px;
}

.mobile-menu .social-links li a {
    position: relative;
    line-height: 32px;
    font-size: 16px;
    color: #ffffff;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}


/* Hidden Bar */

.hidden-sidebar {
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 99999;
    width: 100%;
    max-width: 446px;
    height: 100%;
    overflow: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    direction: rtl;
}

.hidden-sidebar-close {
    position: absolute;
    bottom: 0;
    right: -70px;
    font-size: 30px;
    cursor: pointer;
    color: #fff;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    background: #35bba1;
}

.hidden-sidebar .logo {
    margin-bottom: 35px;
}

.hidden-sidebar .wrapper-box {
    height: 100%;
}

.hidden-sidebar .content-wrapper {
    padding: 80px 30px;
    margin-right: 70px;
    direction: ltr;
    position: relative;
    background: #24a88e;
}

.hidden-sidebar .sidebar-widget {
    margin-bottom: 35px;
    padding: 0;
    background-color: transparent;
}

.hidden-sidebar .text-widget .text {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 0;
}

.pdf-widget {
    position: relative;
}

.pdf-widget .row {
    margin: 0 -7.5px;
}

.pdf-widget .column {
    padding: 0 7.5px;
}

.pdf-widget .content {
    background-color: rgb(255 255 255 / 96%);
    text-align: center;
    padding: 30px 10px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.pdf-widget .content .icon {
    margin-bottom: 15px;
}

.pdf-widget .content h4 {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.contact-widget {
    position: relative;
}

.contact-widget .icon-box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.contact-widget .icon {
    width: 35px;
    font-size: 18px;
    margin-top: 5px;
    color: #fff;
}

.contact-widget .text {
    color: #ffffff;
}

.contact-widget .text a {
    color: #ffffff;
}

.contact-widget .text strong {
    color: #fff;
    font-weight: 700;
    display: block;
}

.nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 99999;
    width: 100%;
    display: none;
    background: rgba(20, 20, 20, 0.70);
    overflow: hidden;
    cursor: none;
}

/* Cursor Style */

.cursor {
    position: absolute;
    background-color: #fff;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    z-index: 1;
    -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -o-transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    visibility: hidden;
}

.cursor {
    visibility: visible;
}

.cursor.active {
    opacity: 0.5;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.cursor.hovered {
    opacity: 0.08;
}

.cursor-follower {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.3);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    z-index: 1;
    -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -o-transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    visibility: hidden;
}

.cursor-follower {
    visibility: visible;
}

.cursor-follower.active {
    opacity: 0.7;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.cursor-follower.hovered {
    opacity: 0.08;
}

.cursor-follower.close-cursor:before {
    position: absolute;
    content: '';
    height: 25px;
    width: 2px;
    background: #fff;
    left: 48%;
    top: 12px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: inline-block;
}

.cursor-follower.close-cursor:after {
    position: absolute;
    content: '';
    height: 25px;
    width: 2px;
    background: #fff;
    right: 48%;
    top: 12px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/*** 

====================================================================
        Banner Section
====================================================================

***/

.banner-section {
    position: relative;
    margin-top: 65px;
}

.banner-section .background-text {
    position: absolute;
    right: -280px;
    bottom: 190px;
    z-index: 99;
    text-transform: uppercase;
    font-size: 240px;
    font-weight: 700;
    letter-spacing: -5px;
    line-height: 200px;
    color: rgb(255 255 255 / 0.1);
    transform: rotate(-30deg);
}

.banner-section .background-text .text-2 {
    position: absolute;
    top: -5px;
    left: 15px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgb(255 255 255 / 0.2);
    color: transparent;
}

.three-item-carousel,
.banner-slider {
    position: relative;
    height: 100% !important;
    z-index: 9;
}

.banner-section .swiper-slide {
    position: relative;
    left: 0;
    top: 0;
      min-height: 800px;
    height: auto;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.banner-section .desktop-slider .swiper-slide:before {
    position: absolute;
    inset: 0;
    content: "";
    background: rgba(0, 0, 0, 0.50);
    z-index: 1;
}

.banner-section .content-outer {
    position: relative;
    top: 0;
    left: 0;
      z-index: 2;
    right: 0;
    margin: 0 auto;
    height: 100%;
    width: 100%;
    display: table;
    vertical-align: middle;
}

.banner-section .content-box {
    position: relative;
    padding: 0 15px 10px;
    min-height: 800px;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.banner-section .content-box .inner {
    position: relative;
    opacity: 0;
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    padding: 0 15px;
}

.banner-section .swiper-slide-active .content-box .inner {
    opacity: 1;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}
.banner-section .content-box h2{
     position: relative;
    font-size: 70px;
    font-weight: 400;
    line-height: 74px;
    color: #ffffff;
    text-transform: capitalize;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    margin-bottom: 30px;
    letter-spacing: 0;
    
}
.banner-section .content-box h1 {
    position: relative;
    font-size: 70px;
    font-weight: 400;
    line-height: 74px;
    color: #ffffff;
    text-transform: capitalize;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    margin-bottom: 30px;
    letter-spacing: 0;
}
.banner-section .swiper-slide-active .content-box h2 {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    transition-delay: 800ms;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.banner-section .swiper-slide-active .content-box h1 {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    transition-delay: 800ms;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.banner-section .content-box h4 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
}

.banner-section .swiper-slide-active h4 {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.banner-section .content-box .text {
    position: relative;
    font-size: 24px;
    line-height: 34px;
    color: #ffffff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
    margin-bottom: 40px;
}

.banner-section .swiper-slide-active .text {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 1600ms;
    -o-transition-delay: 1600ms;
    transition-delay: 1600ms;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

.banner-section .link-box {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transition-delay: 2000ms;
    -o-transition-delay: 2000ms;
    transition-delay: 2000ms;
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    margin: 0 -10px;
}

.banner-section .swiper-slide-active .link-box {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.banner-section .link-box a {
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    margin: 0 10px 10px;
}

.banner-section .banner-slider-nav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.banner-section .banner-slider-button-prev,
.banner-section .banner-slider-button-next {
    opacity: 0;
}

.banner-section:hover .banner-slider-button-prev,
.banner-section:hover .banner-slider-button-next {
    opacity: 1;
}

.banner-section .banner-slider-button-next {
    position: relative;
    width: 60px;
    height: 60px;
    line-height: 65px;
    text-align: center;
    color: #181614;
    cursor: pointer;
    z-index: 9;
    margin-right: 50px;
    font-size: 25px;
    background-color: rgb(255 255 255 / 0.8);
    transition: .5s;
    border-radius: 50%;
}

.banner-section .banner-slider-button-next:hover {
    color: #fff;
}

@media (min-width: 768px) {
  .banner-section .banner-slider-button-prev,
  .banner-section .banner-slider-button-next {
    opacity: 1;
  }
}

.banner-section .banner-slider-button-prev {
    position: relative;
    width: 60px;
    height: 60px;
    line-height: 62px;
    text-align: center;
    color: #181614;
    cursor: pointer;
    z-index: 9;
    margin-left: 50px;
    font-size: 25px;
    background-color: rgb(255 255 255 / 0.80);
    transition: .5s;
    transform: rotate(180deg);
    border-radius: 50%;
}

.banner-section .banner-slider-button-prev:hover {
    color: #fff;
}

.banner-section .our-facts {
    position: absolute;
    right: 80px;
    bottom: -5px;
    width: 100%;
    max-width: 400px;
    background-color: rgba(17, 17, 17, 0.81);
    padding: 55px 55px 30px;
    border-bottom: 5px solid #dca809;
    z-index: 99;
}

.banner-section .our-facts h4 {
    position: relative;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 30px;
}

.banner-section .our-facts .inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 4px;
    margin-bottom: 27px;
    border-bottom: 1px solid #666;
}

.banner-section .our-facts .column:last-child .inner {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.banner-section .our-facts .icon {
    position: relative;
    font-size: 34px;
    color: #fff;
    margin-right: 20px;
    margin-bottom: 20px;
    line-height: 35px;
}

.banner-section .our-facts .count-box {
    position: relative;
    font-size: 36px;
    font-weight: 700;
    margin-right: 20px;
    margin-bottom: 20px;
}

.banner-section .our-facts .text {
    position: relative;
    font-size: 14px;
    color: #fff;
    margin-bottom: 20px;
    line-height: 22px;
}
@media (max-width: 767px) {

  .desktop-slider {
    display: none !important;
  }

  .mobile-slider {
    display: block !important;
  }

  .banner-section,
  .banner-section .swiper-container,
  .banner-section .swiper-wrapper,
  .banner-section .swiper-slide {
    height: auto !important;
  }

  .banner-section .mobile-slide {
    position: relative;
    width: 100%;
  }

  .banner-section .slide-media {
    width: 100%;
  }

  .banner-section .slide-media img {
    width: 100%;
    height: auto;              
    display: block;
    object-fit: contain;      
  }
.banner-section .slide-media2 {
    width: 100%;
  }

  .banner-section .slide-media2 img {
    width: 100%;
    height: 375px;             
    display: block;
    object-fit: cover;      
  }

  .mobile-content {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    pointer-events: none;
  }

.mobile-content h2 {
  display: block !important;
  white-space: normal !important;
  text-align: center;
  font-weight: 700;
  font-size: 36px;
  color: #fff;
  line-height: 1.3;
}

.mobile-content h2 span {
  display: block;
}


  .swiper-slide-active .mobile-content h2 {
    opacity: 1;
    transform: translateY(0);
  }
}

  .swiper-slide-active .mobile-content h2 {
    opacity: 1;
    transform: translateY(0);
  }



@media (min-width: 768px) {
  .mobile-slider { display: none; }
  .desktop-slider { display: block; }
}

@media (max-width: 767px) {
  .desktop-slider { display: none; }
  .mobile-slider { display: block; }
}

@media (min-width: 768px) {

  .banner-section .swiper-slide:not(.mobile-slide) .content-box .inner {
    visibility: visible;
  }

}
.banner-section .mobile-slide {
    position: relative;
}

@media (min-width: 768px) {

  .banner-section .mobile-slide {
    display: none !important;
  }

  .banner-section .swiper-slide {
    display: block;
  }

  .banner-section,
  .banner-section .swiper-container,
  .banner-section .desktop-slider,
  .banner-section .swiper-wrapper,
  .banner-section .swiper-slide {
    min-height: 800px;
  }


}
@media (max-width: 767px) {

  .banner-section .swiper-slide {
    min-height: unset !important;
    height: auto !important;
  }

  .banner-section .content-box {
    min-height: unset !important;
    height: auto !important;
  }

  .banner-section .content-outer {
    height: auto !important;
    display: block;
  }

  .banner-section,
  .banner-section .swiper-container,
  .banner-section .swiper-wrapper {
    height: auto !important;
  }
  .banner-section .slide-media img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
  }

}

@media (max-width: 767px) {

  .mobile-slider-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 5;
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
    transform: translateY(-50%);
    pointer-events: none;
  }

  .mobile-slider-button-prev,
  .mobile-slider-button-next {
    width: 42px;
    height: 42px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
    pointer-events: all;
    transition: background 0.3s ease;
  }

  .mobile-slider-button-prev:hover,
  .mobile-slider-button-next:hover {
    background: rgba(0, 0, 0, 0.8);
  }
}
@media (max-width: 767px) {
  .mobile-slider-button-prev,
  .mobile-slider-button-next {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }
}

/* Sec Title */
.sec-title {
    position: relative;
    margin-bottom: 20px;
}

.sec-title .sub-title {
    position: relative;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgb(246, 191, 54) !important;
    margin-bottom: 10px;    
}

.sec-title.light .sub-title {
    color: #fff;
}

.sec-title h2 {
    position: relative;
    font-size: 32px !important;
    line-height: 36px;
    padding-bottom: 45px;
    color: #222;;
}

.sec-title.light h2 {
    color: #fff;
}

.sec-title h2:before {
    position: absolute;
    content: '';
    height: 9px;
    width: 81px;
    bottom: 0;
    left: 0;
    background-image: url(../images/shape/shape-3.png);
}

.sec-title.text-center h2:before {
    left: 50%;
    transform: translateX(-50%);
}

.sec-title .text {
    margin-top: 16px;
    margin-bottom: 0px;
}

.sec-title.light .text {
    color: #fff;
}

.sec-title .big-title {
    position: absolute;
    top: -18px;
    left: 0;
    font-size: 180px;
    font-weight: 700;
    color: #f6f6f6;
}
.sec-title .big-title2 {
   display: flex;
   align-items: center;
   justify-content: center;
    
    font-size: 180px;
    font-weight: 700;
    color: #e8e4e4;
}
.sec-title.text-center .big-title {
    left: 50%;
    transform: translateX(-50%);
}
@media (max-width: 767px) {
    .sec-title .big-title {
        display: none !important;
    }
    .sec-title .sub-title {
   
    margin-bottom: 0px;   
     
}
.sec-title h2{
    padding-bottom: 30px;
}
}
/* Sec title Style Two */
.sec-title.style-two .sub-title {
    color: #666;
}
.sec-title{
    margin-bottom: 20px;
}
.sec-title.style-two h2:before {
    background-image: url(../images/shape/shape-3.png);
}

/* Main Footer */

.main-footer {
    position: relative;
    background-color: #222;
}

.main-footer .footer-top {
    position: relative;
    padding: 50px 0 20px;
       border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.main-footer .widgets-section .logoBottom{
  margin-top: -60px;
}
.main-footer .widgets-section .logoBottom img {
    height: 180px;
    width: auto;
    overflow: hidden;
    display: block;

}
@media (max-width: 767px) {
    .main-footer .widgets-section .logoBottom {
        margin-top: 0;
        margin-left: -35px;
        text-align: left; 
    }

    .main-footer .widgets-section .logoBottom img {
        height: 180px; 
        margin-left: 0;
    }
}
.main-footer .footer-top .logo {
    position: relative;
    margin-bottom: 30px;
}

.main-footer .footer-top .logo:before {
    position: absolute;
    content: '';
    right: 0;
    top: -20px;
    width: 1px;
    height: 80px;
    background-color: rgba(221, 221, 221, 0.35);
}

.main-footer .footer-top .wrapper-box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-left: 35px;
}

.main-footer .footer-top h4 {
    position: relative;
    color: #fff;
    font-size: 30px;
    margin-right: 15px;
    margin-bottom: 30px;
}

.main-footer .footer-top .newsletter-form {
    width: 100%;
    max-width: 480px;
    margin-bottom: 30px;
}

.main-footer .footer-top .newsletter-form .form-group {
    position: relative;
    margin-bottom: 0;
}

.main-footer .footer-top .newsletter-form input {
    position: relative;
    height: 64px;
    padding: 0 30px;
    background-color: #fff;
    width: 100%;
    color: #aaa;
}

.main-footer .footer-top .newsletter-form .theme-btn {
    width: 56px;
    height: 56px;
    position: absolute;
    top: 4px;
    right: 4px;
    text-align: center;
    line-height: 56px;
    color: #fff;
    border-radius: 2px;
    transition: .5s;
}

.main-footer .footer-top .newsletter-form .theme-btn:hover {
    background-color: #222;
}

.main-footer .footer-top .newsletter-form label.subscription-label {
    color: #fff;
    position: absolute;
    left: 0;
    bottom: -61px;
    font-size: 14px;
    line-height: 24px;
}

/* Widget Section */
.main-footer .widgets-section {
    position: relative;
    padding-bottom: 30px;
    padding-top: 70px;
}
@media (max-width: 767px){
 .main-footer .widgets-section {
         padding-bottom: 0px;
    padding-top: 0px;
    }
}
/* .main-footer .widget {
    margin-bottom: 40px;
} */

.main-footer .widget .widget-title {
    color: #fff;
}
.footer-map{
    margin-bottom: 20px;
}
/* Widget */

.widget {
    position: relative;
    /* margin-bottom: 50px; */
}

.widget .widget-title {
    position: relative;
    font-size: 20px;
    color: #222;
    padding-bottom: 16px;
    margin-bottom: 20px;
    font-weight: 600;
}

.widget .widget-title:before {
    position: absolute;
    content: '';
    height: 9px;
    width: 47px;
    bottom: 0;
    left: 0;
    background-image: url(../images/shape/shape-7.png);
    background-repeat: no-repeat;
}

.main-footer .widget .widget-title:before {
    background-image: url(../images/shape/shape-7.png);
    height: 7px;
    width: 47px;
}
/* Make footer map full width in mobile view */
@media (max-width: 767px) {

  .footer-map {
    width: 100%;
    margin-top: 15px;
  }

  .footer-map iframe {
    width: 100% !important;
    max-width: 100%;
    height: 200px;  
    display: block;
    border: 0;
  }

}


.floating-contact-buttons {
  position: fixed;
  left: 50px;          
  bottom: 50px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  gap: 12px;
}



.floating-contact-buttons a {
  position: fixed;
  bottom: 50px;
  z-index: 999;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 6px 15px rgba(0,0,0,0.25);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}


.floating-contact-buttons a:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.35);
}

.call-btn {
  right: 25px;
  margin-right:40px;
  margin-bottom: 80px;
  background-color: #0d6efd;
}

.whatsapp-btn {
  left: 60px;
  background-color: #25d366;
}


@media (max-width: 767px) {
  .floating-contact-buttons {
    left: 25px;
    bottom: 55px;
  }
}

  .floating-contact-buttons a {
    width: 44px;
    height: 44px;
    font-size: 18px;
  }

/* Mobile adjustments */
@media (max-width: 767px) {
  .floating-contact-buttons a {
    width: 44px;
    height: 44px;
    font-size: 18px;
    bottom: 55px;
  }

  .whatsapp-btn {
    left: 15px;
  }

  .call-btn {
    right: 15px;
  }
}

/* About Widget */
.about-widget .text {
    position: relative;
    color: rgb(255 255 255 / 0.6);
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 400;
}


.about-widget .social-links {
    position: relative;
    margin-bottom: 20px;
}

.about-widget .social-links li {
    position: relative;
    margin-right: 5px;
    margin-bottom: 10px;
    display: inline-block;
}

.about-widget .social-links li a {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 14px;
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    border: 1px solid rgb(255 255 255 / 15%);
}

.about-widget .social-links li a i {
    position: relative;
}

.about-widget .social-links li a:hover {
    color: #ffffff;
}

.about-widget .social-links li a:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.about-widget .social-links li a:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.about-widget .social-links li a span {
    position: relative;
}

.links-widget ul li {
    color: #fff;
    margin-bottom: 16px;
}

.links-widget ul li a {
    color: rgba(255, 255, 255, 0.6);
    transition: .5s;
    font-weight: 400;
    position: relative;
    display: inline-block;
    padding-left: 30px;
    font-size: 16px;
}

.links-widget ul li a:after {
    font-family: 'icomoon';
    content: "\e902";
    position: absolute;
    left: 0;
    top: 5px;
    line-height: 25px;
    font-size: 15px;
    color: rgb(102 102 102 / 0.6);
    font-weight: 400;
    transition: .5s;
    border-right: 1px solid rgb(102 102 102 / 0.6);
    line-height: 16px;
    padding-right: 5px;
}

.links-widget ul li a:hover:after {
    color: #fff;
}

.contact-widget .contact-info {
    position: relative;
}

.contact-widget .contact-info li {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.contact-widget .contact-info li .icon {
    position: relative;
    display: block;
    color: #ffffff;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 500ms ease;
    margin: 8px 0;
    margin-right: 15px;
    font-size: 12px;
}

.contact-widget .contact-info li .text {
    position: relative;
    color: rgb(255 255 255 / 0.6);
    width: calc(100% - 60px);
    font-weight: 400;
    font-size: 15px;
}

.contact-widget .contact-info li .text a {
    color: rgb(255 255 255 / 0.6);
    transition: .5s;
}

@media only screen and (min-width:992px) {
    .main-footer .links-widget {
        left: 50px;
    }
}

.footer-bottom .wrapper-box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #373d3d;
    padding: 43px 0;
}

.footer-bottom {
    position: relative;
}

.footer-bottom .copyright {
    position: relative;
    color: #fff;
    text-align: center;
}

.footer-bottom .text {
    position: relative;
    margin-bottom: 0;
    color: #ccc;
}

.footer-bottom .text a {
    font-weight: 700;
    color: #ccc;
}

/* About section */

.about-section {
    position: relative;
    padding: 70px 0 0;
}
@media (max-width: 767px){
    .about-section{
        padding: 50px 0 0px;
        padding-top: 30px;
    }
}
.about-section .content-block {
    position: relative;
}

.about-section .content-block .text {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    text-align: justify;
    color: #555555;
    margin: 0px 0px 15px;
}

.about-section .content-block strong {
    font-weight: 700;
}

.about-section .content-block .text {
    position: relative;
    margin-bottom: 30px;
      margin-top: 20px;
}

.about-section .content-block .list {
    position: relative;
    margin-bottom: 40px;
}

.about-section .content-block .list li {
    position: relative;
    margin-bottom: 12px;
    color: #222;
    transition: .5s;
    font-weight: 700;
    padding-left: 30px;
}

.about-section .content-block .list li:after {
    font-family: 'icomoon';
    content: "\e902";
    position: absolute;
    left: 0;
    top: 5px;
    line-height: 25px;
    font-size: 15px;
    font-weight: 400;
    transition: .5s;
    border-right: 1px solid #222;
    line-height: 16px;
    padding-right: 5px;
}

.about-section .content-block .bottom-content {
    position: relative;
    padding-top: 35px;
    border-top: 1px solid #ddd;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.about-section .content-block .bottom-content .text {
    position: relative;
    font-size: 18px;
    margin-bottom: 20px;
    margin-right: 15px;
}

.about-section .content-block .contact-link {
    position: relative;
    margin-bottom: 10px;
}

.about-section .content-block .contact-link li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

.about-section .content-block .contact-link li a {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 66px;
    text-align: center;
    background-color: #f4f4f4;
    color: #222;
    border-radius: 50%;
    font-size: 27px;
    transition: .5s;
}

.about-section .content-block .contact-link li a i {
    position: relative;
}

.about-section .content-block .contact-link li a:hover {
    color: #fff;
}

.about-section .content-block .contact-link li a:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.about-section .content-block .contact-link li a:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.about-section .image-block {
    position: relative;
    padding-left: 58px;
}

.about-section .image-block .row {
    margin: 0 -7.5px;
}

.about-section .image-block .column {
    padding: 0 7.5px;
}

.about-section .image-block .image {
    position: relative;
    margin-bottom: 15px;
 
}
.about-section .image-block .image img{
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.about-section .image-block2 .image {
    position: relative;
    margin-bottom: 15px;

}
.about-section .image-block2 .image img{
    display: inline-block;
    max-width: 100%;
    height: auto;
}
@media (max-width: 767px) {

  .about-section .image-block {
    padding-left: 0;
    margin-top: 30px;
  }

  .about-section .image-block .row {
    margin: 0;
  }

  .about-section .image-block .column {
    padding: 0;
    width: 100%;
  }

  /* Ensure images are responsive */
  .about-section .image-block .image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px; /* optional – looks clean */
  }

  /* Reduce bottom spacing slightly */
  .about-section .image-block .image {
    margin-bottom: 12px;
  }
}
/* Hide Vision & Mission images on mobile only */
@media (max-width: 767px) {
  .about-section .image-block {
    display: none !important;
  }
}

/* Funfacts section */

.funfacts-section {
    position: relative;
    padding: 80px 0 50px;
    background-size: cover;
}

.funfacts-section .inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.funfacts-section .icon {
    position: relative;
    font-size: 40px;
    color: #fff;
    width: 100px;
    height: 100px;
    line-height: 98px;
    text-align: center;
    border-radius: 50%;
    margin-right: 40px;
    border: 1px solid #fff;
    transition: .5s;
    margin-bottom: 30px;
}

.funfacts-section .icon:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.funfacts-section .inner:hover .icon:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}


.funfacts-section .icon span {
    position: relative;
}

.funfacts-section .content {
    position: relative;
    width: calc(100% - 140px);
    margin-bottom: 30px;
} 

.funfacts-section .text {
    position: relative;
    color: #fff;
    font-size: 24px;
    margin-bottom: 18px;
}

.funfacts-section .text:before {
    position: absolute;
    content: '';
    left: -32px;
    top: 12px;
    width: 20px;
    height: 1px;
    background-color: #fff;
}

.funfacts-section .count-box {
    position: relative;
    font-size: 36px;
    font-weight: 700;
    color: #fff;
}

.funfacts-section h4 {
    position: relative;
}

/* City Program section */

.city-program-section {
    position: relative;
    padding: 120px 0 90px;
    background-position: bottom center;
}

.program-block .inner-box {
    position: relative;
    padding: 40px 45px 69px;
    margin-bottom: 30px;
}

.program-block .shape {
    position: absolute;
    top: -17px;
    left: -26px;
    right: 0;
    bottom: -17px;
}
.inner-box p{
   font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #555555;
    margin: 0px 0px 15px;
}
.inner-box .text{
    font-size: 16px;
}
.program-block .shape svg {
    width: 100%;
    height: 100%;
}

.program-block .inner-box .shape svg path {
    transition: .5s;
}

.program-block .icon {
    position: relative;
    font-size: 35px;
    color: rgb(246, 191, 54) !important;
    line-height: 50px;
    top: -15px;
    transition: .5s;
}

.inner-box:hover.program-block .icon i{
    color: white !important;
}
.program-block .icon span {
    position: relative;
    z-index: 9;
}
  
.program-block .category {
    position: relative;
    margin-bottom: 15px;
    display: inline-block;
}

.program-block .category:before {
    position: absolute;
    content: '';
    right: -16px;
    top: 11px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    transition: .5s;
}

.program-block .category a {
    position: relative;
    color: #666;
    font-weight: 700;
    font-size: 14px;
    text-decoration: underline;
    transition: .5s;
}

.program-block h4 {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    transition: .5s;
}

.program-block .link-btn {
    position: absolute;
    right: 0;
    bottom: 3px;
}

.program-block .link-btn a {
    position: relative;
    display: inline-block;
    height: 56px;
    width: 60px;
    line-height: 56px;
    text-align: center;
    background-color: #222222;
    color: #fff;
    transition: .5s;
}

.program-block .link-btn a i:before {
    padding-right: 10px;
    border-right: 1px solid #fff;
}

.program-block .inner-box:hover .icon {
    color: #fff;
}

.program-block .inner-box:hover .category:before {
    background: #fff;
}

.program-block .inner-box:hover .category a {
    color: #fff;
    
}

.program-block .inner-box:hover h4 {
    color: #fff;
}

.program-block .inner-box .link-btn a:hover {
    background: #fff;
    color: #222;
}

.program-block .inner-box .link-btn a:hover i:before {
    border-color: #222;
}

/* anxiety section */

.info-section {
  padding: 70px 20px;
  color: black;
}

.container {
  max-width: 1100px;
  margin: auto;
}

.info-section h2{
    position: relative;
    font-size: 25px;
    line-height: 36px;
    padding-bottom: 45px;
    color: #222;
}

.section-intro {
  text-align: center;
  max-width: 750px;
  margin: 0 auto 50px;
  color: #dcdcdc;
  line-height: 1.7;
}

.info-box {
  border-left: 6px solid #f6bf36;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.info-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(245, 197, 24, 0.25);
}

/* .info-box h3 {
  color: #222;
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 700;
} */

.info-box p {
  line-height: 2.1;
  color: gray;
  font-size: 17px;
  text-align: justify;
  margin-bottom: 15px;
}

.info-box ul {
  padding-left: 10px;
  list-style: none;
    padding: 0px;
    margin: 0px;
}
.info-box .list {
    position: relative;
    margin-bottom: 40px;
}
.info-box .list li {
    position: relative;
    margin-bottom: 9px;
    color: #222;
    font-size: 17px;
    transition: .5s;
    padding-left: 30px;
}
.info-box .list li:after {
     font-family: 'icomoon';
    content: "\e902";
    position: absolute;
    left: 0;
        color: #f6bf36;
    top: 5px;
    line-height: 25px;
    font-size: 15px;
    font-weight: 400;
    transition: .5s;
    border-right: 1px solid #222;
    line-height: 16px;
    padding-right: 5px;

}
* {
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

.button-section {
  padding: 60px 20px;
  text-align: center;
}
@media (max-width: 767px){
.button-section  {
        padding: 50px 0 30px;
        padding-top: 0px;
    }
    .button-grid{
        padding: 10px 10px;
    }
}

.button-section h2 {
  color: #222;
  margin-bottom: 30px;
  font-size: 32px !important;
}

.button-grid {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 15px;
}

.button-grid button {
  background: #fff;
  border: 1px solid #f5c518;
  color: gray;
  padding: 10px 10px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.button-grid button:hover {
  background: #f5c518;
  color: white;
  transform: translateY(-4px);
  box-shadow: 0 6px 15px rgba(245, 197, 24, 0.4);
}

.button-grid button:active {
  transform: scale(0.97);
}


.button-section-locations {
  padding: 0px;
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 767px){
.button-section-locations  {
        padding: 50px 0 30px;
        padding-top: 0px;
    }
    .button-grid{
        padding: 10px 10px;
    }
    .button-grid-locations{
        margin-top: 0px !important;
        padding: 0px 5px;
    }
}

/* blog  */
.Blog-page-container {
    position: relative;
    padding: 50px 0 50px;
   padding-bottom: 0px;
   margin-bottom: 50px;
}

.sec-title-button {
    position: relative;
    margin-bottom: 20px;
}

.sec-title-button .sub-title {
    position: relative;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgb(246, 191, 54) !important;
    margin-bottom: 10px;    
}

.sec-title-button.light .sub-title {
    color: #fff;
}

.sec-title-button h2 {
    position: relative;
    font-size: 32px !important;
    line-height: 36px;
    padding-bottom: 45px;
    color: #222;;
}

.sec-title-button.light h2 {
    color: #fff;
}

.sec-title-button h2:before {
    position: absolute;
    content: '';
    height: 9px;
    width: 81px;
    bottom: 0;
    left: 0;
    background-image: url(../images/shape/shape-3.png);
}

.sec-title-button.text-center h2:before {
    left: 50%;
    transform: translateX(-50%);
}

.sec-title-button .text {
    margin-top: 16px;
    margin-bottom: 0px;
}

.sec-title-button.light .text {
    color: #fff;
}

.sec-title-button .big-title {
    position: absolute;
    top: -18px;
    left: 0;
    font-size: 180px;
    font-weight: 700;
    color: #f6f6f6;
}
.sec-title-button .big-title2 {
    position: absolute;
    top: -18px;
    left: 0;
    font-size: 180px;
    font-weight: 700;
    color: #e8e4e4;
}
.sec-title-button.text-center .big-title {
    left: 50%;
    transform: translateX(-50%);
}
@media (max-width: 767px) {
    .sec-title-button .big-title {
        display: none !important;
    }
     .sec-title-button{
        margin-bottom: 0px !important;
     }
}
.sec-title-button {
    position: relative;
    margin-bottom: 80px;
}
/* Sec title Style Two */
.sec-title-button.style-two .sub-title {
    color: #666;
}

.sec-title-button.style-two h2:before {
    background-image: url(../images/shape/shape-3.png);
}
@media (max-width: 767px) {
    .Blog-page-container {
            padding: 20px 0 0px;
       margin-bottom: 0px;
    } 
    .blog-grid-locations{
        margin-top: 0px;
        padding: 2px;
    }
    .info-section {
     padding-top: 0px;
     padding-bottom: 0px;
    }
}
.blog-grid-locations {
  max-width: 1100px;
  margin-top: 100px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 15px;
}

.blog-grid-locations button {
  background: #fff;
  border: 1px solid #f5c518;
  color: gray;
  padding: 10px 10px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.blog-grid-locations button:hover {
  background: #f5c518;
  color: white;
  transform: translateY(-4px);
  box-shadow: 0 6px 15px rgba(245, 197, 24, 0.4);
}

.blog-grid-locations button:active {
  transform: scale(0.97);
}
.button-section-locations h2 {
  color: #222;
  margin-bottom: 30px;
  font-size: 32px !important;
}

.button-grid-locations {
  max-width: 1100px;
  margin-top: 20px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 15px;
}

.button-grid-locations button {
  background: #fff;
  border: 1px solid #f5c518;
  color: gray;
  padding: 10px 10px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.button-grid-locations button:hover {
  background: #f5c518;
  color: white;
  transform: translateY(-4px);
  box-shadow: 0 6px 15px rgba(245, 197, 24, 0.4);
}

.button-grid-locations button:active {
  transform: scale(0.97);
}

/* Mayor message section */

.mayor-message-section {
    position: relative;
}

.mayor-message-section .auto-container {
    max-width: 1500px;
}

.mayor-message-section .image {
    position: relative;
    margin-top: 20px;
    margin-left: 150px;

}
@media (max-width: 767px){
    .mayor-message-section .image {
       margin-left: 20px;
    }
  
 .image-style img{
      margin-left: 40px;
    max-width: 73%;
    height: auto;
    }

.image-style .shape.big {
    width: 160px !important;
    height: 160px !important;
    left: -80px;
    top: 0px !important;
}

}
.image-style {
    position: relative;
    margin-left: 150px;
    border-radius: 20px;
    overflow: visible;
}

.image-style img {
    width: 100%;
    border-radius: 20px;
    position: relative;
    z-index: 2;
}


.image-style::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 20px;
  
    z-index: 1;
}

.image-style .shape {
    position: absolute;
    background: #f6c400;
    border-radius: 50%;
    z-index: 0;
    opacity: 0.9;
    animation: float 6s ease-in-out infinite;
}

.image-style .shape.big {
    width: 180px;
    height: 180px;
    left: -80px;
    top: 60px;
}

.image-style .shape.medium {
    width: 90px;
    height: 90px;
    left: -40px;
    bottom: 120px;
    animation-delay: 1.5s;
}

.image-style .shape.small {
    width: 45px;
    height: 45px;
    left: -20px;
    bottom: 40px;
    animation-delay: 3s;
}

@keyframes float {
    0% { transform: translateY(0); }
    50% { transform: translateY(-12px); }
    100% { transform: translateY(0); }
}


.mayor-message-section .content-block {
    position: relative;
    padding: 120px 0 70px;
}
@media (max-width: 767px){
    .mayor-message-section .content-block{
        padding: 50px 0 30px;
        padding-top: 40px;
    }
}

.mayor-message-section h3 {
    position: relative;
    font-size: 36px;
    font-weight: 700;
}

.mayor-message-section h3 span {
    color: #222;
    font-size: 18px;
    font-weight: 400;
}

.mayor-message-section h4 {
    position: relative;
    font-size: 36px;
    font-weight: 700;
    color: #e2e2e2;
    margin-bottom: 20px;
}

.mayor-message-section .content-block .text p {
    position: relative;
    margin-bottom: 30px;
    text-align: justify;
}

.mayor-message-section .sign {
    position: relative;
    margin-bottom: 10px;
}

.mayor-message-section .designation {
    position: relative;
    font-size: 16px;
}

.mayor-message-section .count-box {
    position: relative;
    font-size: 62px;
    font-weight: 700;
    color: #f6c400;
    line-height: 70px;
}

.mayor-message-section .funfacts .text {
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 20px;
    margin-bottom: 5px;
}

.mayor-message-section .funfacts .inner {
    position: relative;
    text-align: center;
    padding: 25px 0 20px;
    border-top: 1px solid #ddd;
    max-width: 140px;
    margin: 0 auto;
}


/* Projects section */

.projects-section {
    position: relative;
}

.projects-section .auto-container {
    padding: 0;
    max-width: 100%;
}

.project-block {
    position: relative;
}

.project-block .inner-box {
    position: relative;
    overflow: hidden;
}

.project-block .image {
    position: relative;
}

.project-block .image img {
    width: 100%;
    transition: .7s;
}

.project-block .content {
    position: absolute;
    left: 97px;
    bottom: 70px;
    transition: .5s;
}

.project-block .inner-box:hover .content {
    opacity: 0;
    transform: scaleY(0);
}

.project-block h4 {
    position: relative;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.project-block h4:before {
    position: absolute;
    content: '';
    height: 1px;
    width: 25px;
    bottom: 8px;
    left: -37px;
    background-color: #fff;
}

.project-block h3 {
    position: relative;
    font-size: 36px;
    color: #fff;
    margin-bottom: 25px;
}

.project-block .text {
    position: relative;
    color: #fff;
    margin: 15px 0 25px;
}

.project-block .link-btn a {
    display: inline-block;
    width: 55px;
    height: 55px;
    line-height: 60px;
    text-align: center;
    transition: .5s;
    background: #fff;
    color: #000;
    font-size: 20px;
}

.project-block .link-btn a i:before {
    padding-right: 6px;
    border-right: 1px solid #222;
    transition: .5s;
    color: #000;
}

.project-block .link-btn a:hover i:before {
    border-color: #fff;
    color: #fff;
}

.project-block .link-btn a:hover {
    color: #fff;
}

.project-block .overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    transition: .7s;
    padding: 20px;
    padding-left: 97px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: rgb(0 0 0 / 52%);
}

.project-block .inner-box:hover .overlay {
    opacity: 1;
}

.project-block .overlay .content-two {
    position: relative;
    transition: .9s;
    transform: translateY(20px);
}

.project-block .inner-box:hover .overlay .content-two {
    transform: translateY(0);
}

/* Services Section */

.services-section {
    position: relative;
    padding: 0px 0 65px;
}
@media (max-width: 767px){
    .services-section {
        padding: 40px 0 0px;
        padding-top: 30px;
    }
}
.service-block {
  display: flex;
}

.service-block .inner-box {
  width: 100%;
  min-height: 260px;   
}

.service-block .inner-box {
    position: relative;
    margin-bottom: 55px;
    margin-left: 30px;
    padding: 40px 20px;
    padding-left: 105px;
    box-shadow: 0px 10px 21.25px 3.75px rgba(0, 0, 0, 0.06);
}

.service-block .inner-box:before {
    position: absolute;
    border-bottom: 1px solid  rgb(246, 191, 54) !important;
    content: '';
    left: 0;
    top: 1px;
    right: 0;
    bottom: 0;
}

.service-block .icon {
    position: absolute;
    width: 98px;
    height: 100%;
    top: 0;
    left: -30px;
    color: rgb(246, 191, 54) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    transition: .7s;
}

.service-block .icon:before {
    position: absolute;
    content: '';
    width: 98px;
    height: 100%;
    max-height: 165px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: .7s;
    background-color: #f4f4f4;
}

.service-block .inner-box:hover .icon:before {
    max-height: 100%;
}

.service-block .inner-box:hover .icon {
    color: #fff;
}

.service-block .icon i {
    position: relative;

}

.service-block h4 {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 17px;
}

.service-block .text {
    position: relative;
}

.service-block .link-btn a {
    position: relative;
    font-size: 20px;
    color: #000;
}

.service-block .link-btn a i:before {
    padding-right: 6px;
    border-right: 1px solid #222;
    transition: .5s;
    color: #000;
    top: 3px;
    position: relative;
}

.service-block .inner-box:hover .icon i {
    color: #fff;
}


.service-block .link-btn a span {
    font-size: 13px;
    font-weight: 700;
    margin-left: 15px;
    opacity: 0;
    transition: .5s;
    transform: translateX(20px);
    display: inline-block;
    vertical-align: middle;
}

.service-block .inner-box:hover .link-btn a span {
    transform: translateX(0);
    opacity: 1;
}
/* ============================= */
/* SIMPLE GALLERY SLIDER (FINAL) */
/* ============================= */

.gallery-swiper {
  max-width: 900px;
  margin: auto;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  height: 450px;
}

/* Desktop wrapper offset */
.gallery-swiper .swiper-wrapper {
  height: 100%;
  margin-left: 50px; /* DESKTOP ONLY */
}

.gallery-swiper .swiper-slide {
  width: 100%;
  height: 100%;
}

.gallery-swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ============================= */
/* NAVIGATION BUTTONS (DESKTOP)  */
/* ============================= */

.gallery-swiper .swiper-button-prev,
.gallery-swiper .swiper-button-next {
  position: absolute !important;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0 !important;

  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  color: #000;

  z-index: 20;
}

.gallery-swiper .swiper-button-prev {
  left: 65px !important;
}

.gallery-swiper .swiper-button-next {
  right: 75px !important;
}

.gallery-swiper .swiper-button-prev::after,
.gallery-swiper .swiper-button-next::after {
  font-size: 16px;
  font-weight: bold;
}

.gallery-swiper .swiper-button-prev:hover,
.gallery-swiper .swiper-button-next:hover {
  background: #f6bf36;
  color: black;
}

/* ============================= */
/* MOBILE RESPONSIVE ONLY FIXES  */
/* ============================= */

@media (max-width: 767px) {

  /* Remove left margin for mobile */
  .gallery-swiper .swiper-wrapper {
    margin-left: 0 !important;
  }

  /* Reduce slider height */
  .gallery-swiper {
    height: 260px;
    max-width: 100%;
  }

  /* Adjust arrows inside image */
  .gallery-swiper .swiper-button-prev {
    left: 10px !important;
  }

  .gallery-swiper .swiper-button-next {
    right: 10px !important;
  }

  /* Smaller arrows */
  .gallery-swiper .swiper-button-prev,
  .gallery-swiper .swiper-button-next {
    width: 38px;
    height: 38px;
  }

  .gallery-swiper .swiper-button-prev::after,
  .gallery-swiper .swiper-button-next::after {
    font-size: 14px;
  }

  /* Hide big title text */
  .big-title2 {
    display: none !important;
  }
}


/* ==============================
   EVENTS SECTION (COMPACT BOXES)
================================ */

.events-section {
    position: relative;
    padding: 100px 0 65px;
    padding-bottom: 10px;
}
@media (max-width: 767px){
 .events-section {
        padding: 50px 0 0px;
        padding-top: 40px;
    }
}
.event-block {
    display: flex;
    margin-bottom: 40px; 
}

.event-block .inner-box {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.event-block .image {
    overflow: hidden;
    height: 250px; 
}

.event-block .image img {

    display: inline-block;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    transition: .7s;
}

.event-block .inner-box:hover .image img {
    transform: scale(1.1);
}

.event-block .lower-content {
    position: relative;
    box-shadow: 0px 10px 21.25px 3.75px rgba(0, 0, 0, 0.06);
    padding: 15px 25px 30px; 
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.event-block .location {
    font-size: 14px;
    padding: 8px 30px;
    margin-bottom: 15px;
    margin-top: 5px;
    line-height: 1.5;
    background-color: rgb(240 240 240);
        font-weight: 700;
}

.event-block p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
    flex-grow: 1;
}

.event-block .lower-content .link-btn {
    margin-top: auto;
}


.event-block .date {
    width: 70px;
    height: 70px;
    font-size: 26px;
}


@media (max-width: 991px) {
    .event-block {
        margin-bottom: 30px;
    }
}

/* Video Section */

.video-section {
    position: relative;
    padding: 120px 0;
    background-size: cover;
    text-align: center;
}

.video-section h2 {
    position: relative;
    font-size: 60px;
    font-weight: 400;
    color: #fff;
    line-height: 70px;
    margin-bottom: 20px;
}

.video-section h2 strong {
    font-weight: 700;
}

.video-section .text {
    position: relative;
    color: #fff;
    font-size: 22px;
}


.video-section .video-btn {
    margin-bottom: 50px;
    margin-left: 20px;
    margin-top: 70px;
}

.video-section .video-btn span {
    position: relative;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    border-radius: 50%;
    font-size: 18px;
    transition: .5s;
}

.video-section .video-btn a:hover span {
    background-color: #034997;
    color: #fff;
}

.video-section .video-btn a {
	height: 120px;
	width: 120px;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	line-height: 110px;
	font-size: 30px;
	display: inline-block;
	position: relative;
	border: 2px solid rgb(255 255 255 / 0.40);
}

.video-section .video-btn .ripple:before {
    position: absolute;
    left: -22px;
    top: -22px;
    right: -22px;
    bottom: -22px;
    content: '';
    border: 2px solid rgb(255 255 255 / 0.15);
    border-radius: 50%;
}

.video-section .video-btn .ripple:after {
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
	-ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
	-o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
	-webkit-animation: ripple 3s infinite;
	animation: ripple 3s infinite;
}

.video-section .video-btn .ripple:after {
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
}

@-webkit-keyframes ripple {
	70% {
		-webkit-box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
		        box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
		        box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
	}
}

@keyframes ripple {
	70% {
		-webkit-box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
		        box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
		        box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
	}
}

/* Testimonials section */
.testimonials-section {
    position: relative;
    padding: 170px 0 150px;
    background: #f4f4f4;
}
@media (max-width: 767px){
.testimonials-section {
        padding: 70px 0 0px;
        padding-top: 0px;
        margin-bottom: 400px;
    }
     .testimonials-section .big-title {
        display: none !important;
    }
    
}

.testimonials-section .big-title {
    position: absolute;
    top: 115px;
    font-size: 180px;
    font-weight: 700;
    color: #fbfbfb;
    left: 0;
    width: 100%;
    text-align: center;
}

.testimonial-block .inner-box {
    position: relative;
    margin-bottom: 30px;
}

.testimonial-block .content {
    position: relative;
    box-shadow: 0px 10px 21.25px 3.75px rgba(0, 0, 0, 0.06);
    padding: 45px 30px 50px;
    text-align: center;
    background-color: #fff;
        border-top: 2px solid  rgb(246, 191, 54) !important;
    margin-bottom: 43px;
}

.testimonial-block .text {
    position: relative;
    font-size: 16px;
    line-height: 36px;
    font-style: italic;
    margin-bottom: 20px;
    font-family: 'Merriweather', serif;
    z-index: 1;
}
  
.testimonial-block .quote {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 85px;
    line-height: 93px;
    color: #f0f7ff;
}

.testimonial-block .shape {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -16px;
}

.testimonial-block .rating {
    position: relative;
    font-size: 14px;
    color: #e54b4b;
    z-index: 9;
}

.testimonial-block .author {
    position: relative;
    text-align: center;
}

.testimonial-block .thumb {
    position: relative;
    margin-bottom: 20px;
}

.testimonial-block .thumb img {
    border-radius: 50%;
    width: auto;
    margin: 0 auto;
}

.testimonial-block h4 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.testimonial-block .designation {
    position: relative;
    font-size: 14px;
}

/* Contact Info section */

.contact-info-section {
    position: relative;
    padding-bottom: 0px;
    margin-top: 30px;
}

@media (max-width: 767px){
.contact-info-section {
        margin-top: -400px;
    
    }
   
}
.contact-info-section .wrapper-box {
    position: relative;
    background-size: cover;
    text-align: center;
    padding: 90px 50px 60px;
    margin-top: -120px;
}

.contact-info-section .top-content {
    margin-bottom: 30px;
}

.contact-info-section .top-content h2 {
    position: relative;
    font-size: 50px;
    color: #fff;
    line-height: 56px;
    margin-bottom: 20px;
}

.contact-info-section .top-content .text {
    position: relative;
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 30px;
    color: #fff;
}

.contact-info-section .top-content .text:before {
    position: absolute;
    content: '';
    height: 9px;
    width: 80px;
    bottom: 0;
    background-image: url(../images/shape/shape-3.png);
    left: 50%;
    transform: translateX(-50%);
}

.contact-info-block {
    position: relative;

}


.contact-info-block .inner-box {
    position: relative;
}

.contact-info-block .inner-box:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: -15px;
    bottom: 0;
    border-right: 1px solid #666;
}
.contact-info-block h3{
    color: white;
    margin-bottom: 20px;
}

.contact-info-block:last-child .inner-box:before {
    border-right: 0;
}
@media (max-width: 767px){
.contact-info-block .icon{
        margin-top: 10px;
    }
   
}
.contact-info-block .icon {
    position: relative;
    line-height: 30px;
    font-size: 30px;
    margin-bottom: 20px;
}

.contact-info-block h5 {
    position: relative;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.contact-info-block h4 {
    position: relative;
    font-size: 20px;
    color: #fff;
}

.contact-info-block h4 a {
    position: relative;
    color: #fff;
    transition: .5s;
}

/* News section */

.news-section {
    position: relative;
    padding: 120px 0 70px;
}

.news-section .auto-container {
    max-width: 100%;
    padding: 0 85px;
}

.news-section .row {
    margin: 0 -25px;
}

.news-block {
    padding: 0 25px;
}

.news-block .inner-box {
    position: relative;
    margin-bottom: 50px;    
}

.news-block .image {
    position: relative;
    overflow: hidden;
}

.news-block .image img {
    position: relative;
    transition: .5s;
    
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.news-block .inner-box:hover .image img {
    transform: scale(1.05);
}

.news-block .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: .5s;
    background-color: hsla(212, 78%, 53%, 0.8);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.news-block .inner-box:hover .overlay {
    opacity: 1;
}

.news-block .link-btn a {
    position: relative;
    width: 60px;
    height: 56px;
    text-align: center;
    background-color: #f6bf36;
    line-height: 60px;
    font-size: 18px;
    display: inline-block;
    transition: .5s;
}


.news-block .link-btn a i:before {
    padding-right: 6px;
    border-right: 1px solid #f6bf36;
    transition: .5s;
    color: white;
}

.news-block .link-btn a:hover i:before {
    border-color: #fff;
    color: white;
}

.news-block .link-btn a:hover {
    background-color: #dfab26;
    color: white;
}

.news-block .lower-content {
    position: relative;
    padding: 45px 40px;
    box-shadow: 0px 10px 21.25px 3.75px rgba(0, 0, 0, 0.06);
    background-color: #fff;
}
.news-block .lower-content p{
        font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #555555;
    margin: 0px 0px 15px;
}
.news-block .category {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
}

.news-block .category:before {
    position: absolute;
    content: '';
    right: -16px;
    top: 11px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    transition: .5s;
}

.news-block .category a {
    position: relative;
    color: #666;
    text-decoration: underline;
    transition: .5s;
}

.news-block h4 {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -1px;
    margin-bottom: 20px;
}

.news-block h4 a {
    color: #222;
    transition: .5s;
}

.news-block .text {
    position: relative;
    margin-bottom: 30px;
}

.news-block .post-meta {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 18px 0 7px;
}

.news-block .post-meta li {
    position: relative;
    font-size: 14px;
    padding-right: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
}

.news-block .post-meta li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.news-block .post-meta li:before {
    position: absolute;
    content: '';
    top: 3px;
    right: 0;
    width: 1px;
    height: 20px;
    border-right: 1px solid #ddd;
}

.news-block .post-meta li i {
    margin-right: 7px;
}

.news-block .post-meta li:last-child:before {
    opacity: 0;
}

.news-section .owl-dots {
    display: block;
    text-align: center;
    margin-top: 20px;
}

.news-section .owl-dots .owl-dot{
    position:relative;
    margin:0px 5px;
    width: 30px;
    height: 3px;
    display:inline-block;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}

.news-section .owl-dots .owl-dot{
    background:#ddd;
}

/* Brand Logo section */

.brand-logo-section {
    position: relative;
    padding: 90px 0;
}

.brand-logo-section .single-logo img {
    width: auto;
}

/* Header style two */

.main-header.header-style-two .main-menu .navigation>li>a {
    color: #222;
}

.main-header.header-style-two .header-upper .search-form-two input {
    color: #666;
    border-color: #ddd;
}

/* Header top two */

.header-top-two {
    position: relative;
    background-color: #181614;
    padding: 13px 0;
}

.header-top-two .inner-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-top-two .left-column {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.header-top-two ul.contact-info {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.header-top-two ul.contact-info li {
    margin-right: 22px;
    color: rgb(255 255 255 / 0.6);
    font-size: 17px;
    font-weight: 400;
    position: relative;
    padding-right: 20px;
}

.header-top-two ul.contact-info a {
    color: rgb(255 255 255 / 0.60);
}

.header-top-two ul.contact-info li i {
    margin-right: 7px;
    font-size: 22px;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.header-top-two .right-column {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.header-top-two .social-icon {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-right: 20px;
    padding-left: 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.35);
    border-right: 1px solid rgba(255, 255, 255, 0.35);
}

.header-top-two .social-icon li {
    margin-right: 3px;
    font-size: 14px;
}

.header-top-two .social-icon li a {
    color: #fff;
    transition: .5s;
    width: 33px;
    height: 33px;
    display: inline-block;
    text-align: center;
    line-height: 33px;
    border-radius: 50%;
}


/* Language Switcher */
.header-top-two .language {
    position: relative;
    margin: 0 35px;
}

.header-top-two .language .bootstrap-select .dropdown-toggle .filter-option:after {
    content: "\f0d7";
    top: 4px;
    font-weight: 900;
}

.header-top-two .language form {
    display: inline-block;
}

.header-top-two .language button.btn.dropdown-toggle {
    background: transparent;
    color: #fff;
    border: none;
    padding-left: 7px;
    font-size: 18px;
    font-weight: 500;
}

.header-top-two .language .btn-light:not(:disabled):not(.disabled).active, 
.header-top-two .language .btn-light:not(:disabled):not(.disabled):active, 
.header-top-two .language .show>.btn-light.dropdown-toggle {
    color: #fff;
}

.header-top-two .language .bootstrap-select .dropdown-toggle:focus, 
.header-top-two .language .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none !important;
    box-shadow: none;
}

.header-top-two .language .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: auto;
    min-width: 65px;
}

.header-top-two .language .location .icon {
    position: relative;
    top: 2px;
}

.header-top-two .bootstrap-select .dropdown-toggle .filter-option:after {
    right: 0;
}

.header-top-two .dropdown-item.active, 
.header-top-two .dropdown-item:active {
    color: #fff;
}

.header-top-two .link-btn {
    position: relative;
    margin: -19.5px 0;
    margin-right: -90px;
}

.header-top-two .link-btn .theme-btn {
    padding: 20.5px 33px;
    padding-right: 66px;
}

.header-top-two .link-btn .theme-btn:after {
    top: 20px;
}


/* Features Section */

.features-section {
    position: relative;
}

.features-section .auto-container {
    max-width: 100%;
    padding: 0;
}

.feature-block {
    position: relative;
}

.feature-block .inner-box {
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0px 10px 21.25px 3.75px rgba(0, 0, 0, 0.06);
    padding: 56px 50px;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}


.feature-block:last-child .inner-box {
    border-right: 0;
}

.feature-block .icon {
    position: relative;
    color: #f6bf36;
    font-size: 40px;
    line-height: 60px;
    margin-right: 15px;

}

.feature-block .content {
    position: relative;
    width: calc(100% - 80px);
}

.feature-block .category {
    position: relative;
    margin-bottom: 5px;
    display: inline-block;
}

.feature-block .category:before {
    position: absolute;
    content: '';
    right: -16px;
    top: 11px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    transition: .5s;
}

.feature-block .category a {
    position: relative;
    color: #666;
    text-decoration: underline;
    transition: .5s;
}

.feature-block h3 {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    transition: .5s;
    letter-spacing: -.5px;
}

.feature-block .overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: -2px;
    right: 0;
    background-size: cover;
    opacity: 0;
    visibility: hidden;
    transition: .7s;
    padding: 55px 70px;
    transform: scaleY(.80);
    transform-origin: top;
}

.feature-block .inner-box:hover .overlay {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.feature-block .overlay .category a {
    color: #fff;
}

.feature-block .overlay h3 {
    color: #fff;
}

.feature-block .overlay .text {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    margin: 0px 0px 15px;
}

.feature-block .overlay .link-btn:hover {
    color: #fff;
}

.feature-block .overlay .link-btn :before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    content: "";
    background-color: #000;
    transition: .5s;
    opacity: .1;
    border-top-right-radius: 33px;
    border-bottom-right-radius: 33px;
}

.feature-block .overlay .link-btn :hover:before {
    width: 100%;
    border-radius: 0;
}

.feature-block .overlay .link-btn  span {
    position: relative;
}

.feature-block .overlay .link-btn :after {
    font-family: 'icomoon';
    content: "\e902";
    position: absolute;
    right: 20px;
    top: 16px;
    line-height: 25px;
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    transition: .5s;
}

.feature-block .overlay .link-btn  span:before {
    position: absolute;
    content: '';
    top: -2px;
    right: -15px;
    width: 1px;
    height: 25px;
    background-color: #fff;
    transition: .5s;
}
.feature-block .overlay .link-btn {
    position: absolute;
    right: 0;
    bottom: 0;
}

.feature-block .overlay .link-btn a {
    position: relative;
    display: inline-block;
    height: 56px;
    width: 60px;
    line-height: 56px;
    text-align: center;
    color: #fff;
    transition: .5s;
}

.feature-block .overlay .link-btn a i:before {
    padding-right: 10px;
    border-right: 1px solid #fff;
}

.feature-block .overlay .link-btn a:hover {
    background-color: #f6bf36;
    cursor: pointer;
}

/* ================= MOBILE VIEW ONLY ================= */
@media (max-width: 767px) {

    .features-section .row {
        display: block;
    }

    .feature-block {
        width: 100%;
    }

    .feature-block .inner-box {
        padding: 0;
        display: flex;
        flex-direction: column;
        /* border-radius: 12px; */
        overflow: hidden;
        margin-bottom: 25px;
        background: #fff;
    }

    .feature-block .icon {
        display: none !important;
    }
@media (max-width: 767px) {
  .feature-block .overlay {
    position: relative;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    background-color: transparent !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    height: 250px;
    padding: 0;
  }

  .feature-block .overlay::before,
  .feature-block .overlay::after {
    display: none !important;
    content: none !important;
  }

  .feature-block .inner-box:hover .overlay {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }

  .feature-block .overlay .category,
  .feature-block .overlay .text,
  .feature-block .overlay .link-btn {
    display: none !important;
  }
  

}


    .feature-block .content {
        order: 2;
        width: 100%;
        padding: 18px 18px 22px;
        background: #fff;
    }

    .feature-block .category h3 {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 8px;
    }

    .feature-block p {
        font-size: 15px;
        line-height: 26px;
        margin: 0;
        color: #333;
    }
}
/* Hide Program big title on DESKTOP only */
@media (min-width: 768px) {
  .features-section .sec-title {
    display: none;
  }
}

/* Mayor message section two */
.mayor-message-section-two {
    position: relative;
    padding: 120px 0 90px;
}

.mayor-message-section-two .content-block {
    margin-bottom: 30px;
}

.mayor-message-section-two .text p {
    position: relative;
    margin-bottom: 25px;

        font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #555555;
    margin: 0px 0px 15px;
}

.mayor-message-section-two .sign {
    position: relative;
    margin-bottom: 10px;
}

.mayor-message-section-two .designation {
    position: relative;
    font-size: 15px;
    color: #666;
}

.mayor-message-section-two h4 {
    position: relative;
    font-size: 36px;
    color: #e2e2e2;
}

.mayor-message-section-two .image-block {
    position: relative;
    padding-bottom: 68px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.mayor-message-section-two .image-block .image-one {
    position: relative;
    border-right: 10px solid #fff;
    border-bottom: 10px solid #fff;
    z-index: 2;
    display: inline-block;
    margin-left: -30px;
}

.mayor-message-section-two .image-block .image-two {
    position: absolute;
    bottom: 0;
    right: -40px;
}

/* Features section two */

.features-section-two {
    position: relative;
    padding: 120px 0 90px;
    background-size: cover;
}

.feature-block-two {
    position: relative;
}

.feature-block-two:before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #444;
}

.feature-block-two:last-child:before {
    display: none;
}

.feature-block-two .inner-box {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
    margin-top: 20px;
}

.feature-block-two .icon {
    position: relative;
    font-size: 65px;
    margin-bottom: 24px;
}

.feature-block-two h4 {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.feature-block-two .link a {
    position: relative;
    color: #fff;
}

.feature-block-two .link a i:before {
    padding-right: 8px;
    border-right: 1px solid #fff;
}

.feature-block-two h5 {
    position: relative;
    font-size: 15px;
    color: #fff;
    font-style: italic;
    margin-bottom: 20px;
}

.feature-block-two .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: .5s;
    opacity: 0;
    visibility: hidden;
}

.feature-block-two .inner-box:hover .overlay {
    opacity: 1;
    visibility: visible;
    transform: translateY(-10px);
}

.feature-block-two .overlay h4 {
    margin-bottom: 10px;
}

.feature-block-two .inner-box .content {
    position: relative;
    transition: .5s;
}

.feature-block-two .inner-box:hover .content {
    opacity: 0;
}

.features-section-two .bottom-content {
    position: relative;
    margin-top: 90px;
    padding-left: 145px;
}

.features-section-two .bottom-content .sec-title {
    margin-bottom: 30px;
}

.features-section-two .bottom-content .text {
    max-width: 470px;
    color: rgb(255 255 255 / 0.65);
    margin-bottom: 35px;
}

.features-section-two .bottom-content .image {
    margin-bottom: -170px;
    margin-left: -87px;
    text-align: right;
  
}

/* News Section Two */
.news-section-two {
    position: relative;
    padding: 120px 0 90px;
    background-size: cover;
}  

.news-section-two .auto-container {
    max-width: 1510px;
}

.news-block.style-two .post-meta {
    border-bottom: 0;
}

.news-block.style-two .lower-content {
    padding-bottom: 30px;
}

.news-block.twitter .lower-content {
    background: #40acf4;
    padding: 53px 40px;
    text-align: center;
}

.news-block.twitter .lower-content h5 {
    position: relative;
    color: #fff;
    margin-bottom: 20px;
    font-size: 14px;
}

.news-block.twitter .lower-content h5 i {
    margin-right: 8px;
    font-size: 20px;
    vertical-align: middle;
}

.news-block.twitter h4 a {
    color: #fff;
}

.news-block.twitter h4 {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 36px;
    font-weight: 400;
}

/* 
    What we do section
*/

.what_we_do-section {
    position: relative;
    padding: 80px 0 90px;
}

.what_we_do-block .inner-box {
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0px 10px 21.25px 3.75px rgba(0, 0, 0, 0.06);
    background-color: #fff;
}

.what_we_do-block .inner-box .image {
    overflow: hidden;
}

.what_we_do-block .inner-box .image img {
    transition: .7s;
    width: 100%;
}

.what_we_do-block .inner-box:hover .image img {
    transform: scale(1.08);
}

.what_we_do-block .lower-content {
    position: relative;
    text-align: center;
    padding: 40px 30px 50px;
    text-align: center;
}

.what_we_do-block .lower-content .count {
    position: absolute;
    font-size: 180px;
    font-weight: 700;
    color: #f6f6f6;
    right: -10px;
    bottom: -5px;
    line-height: 130px;
}

.what_we_do-block h4 {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
}

.what_we_do-block .text {
    position: relative;
    margin-bottom: 25px;
}

/* Services section Two */

.servies-section-two {
    position: relative;
    padding: 120px 0 90px;
}

.servies-section-two .auto-container {
    max-width: 100%;
    padding: 0;
}

.servies-section-two .left-column {
    position: relative;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
}

.servies-section-two .left-column .image {
    position: relative;
    margin-top: -170px;
}

.servies-section-two .right-column {
    position: relative;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
}

.servies-section-two .right-column .sec-title {
    margin-bottom: 60px;
}

.servies-section-two .right-column .inner-container {
    max-width: 1070px;
}

.service-blok-two .inner-box {
    position: relative;
    background: #fff;
    padding: 49px 20px;
    text-align: center;
}

.service-blok-two .inner-box:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: .5s;
    transform: scale(.8);
}

.service-blok-two .inner-box:hover:before {
    opacity: 1;
    transform: scale(1);
}

.service-blok-two .icon {
    position: relative;
    font-size: 50px;
    margin-bottom: 20px;
    transition: .5s;
}

.service-blok-two .inner-box:hover .icon {
    color: #fff;
}

.service-blok-two h4 {
    position: relative;
    font-size: 20px;
    font-weight: 700;
    transition: .5s;
    margin-bottom: 20px;
}

.service-blok-two .inner-box:hover h4 {
    color: #fff;
}

.service-blok-two .link-btn a {
    position: relative;
    font-size: 18px;
    color: #222;
    transition: .5s;
}

.service-blok-two .inner-box:hover .link-btn a {
    color: #fff;
}

.service-blok-two .link-btn a i:before {
    padding-right: 6px;
    border-right: 1px solid #222;
    transition: .5s;
}

.service-blok-two .inner-box:hover .link-btn a i:before {
    border-color: #fff;
}

/* Events section Two */

.events-section-two {
    position: relative;
    padding: 120px 0 90px;
}

.event-block-two .inner-box {
    position: relative;
    padding-bottom: 27px;
    padding-top: 57px;
}

.event-block-two:nth-child(2) .inner-box {
    box-shadow: 0px 0px 38.25px 6.75px rgba(0, 0, 0, 0.1);
}

.event-block-two .image {
    position: relative;
    border-right: 1px solid #ddd;
    margin-bottom: 30px;
}

.event-block-two .date {
    position: absolute;
    font-size: 50px;
    font-weight: 700;
    line-height: 56px;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    text-align: center;
    font-family: 'Merriweather', serif;
}

.event-block-two .content {
    position: relative;
    padding-left: 20px;
    margin-bottom: 30px;
}

.event-block-two h4 {
    position: relative;
}

.event-block-two .category {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
}

.event-block-two .category:before {
    position: absolute;
    content: '';
    right: -16px;
    top: 11px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    transition: .5s;
}

.event-block-two .category a {
    position: relative;
    color: #666;
    text-decoration: underline;
    transition: .5s;
}

.event-block-two h4 {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
}

.event-block-two ul li {
    position: relative;
    font-size: 14px;
    margin-bottom: 10px;
}

.event-block-two ul li img {
    margin-right: 10px;
}

.event-block-two .link-btn {
    position: absolute;
    right: 97px;
    top: 50%;
    transform: translateY(-50%);
}

.event-block-two .link-btn a {
    position: relative;
    display: inline-block;
    height: 56px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #222222;
    color: #fff;
    transition: .5s;
}

.event-block-two .link-btn a i:before {
    padding-right: 10px;
    border-right: 1px solid #fff;
}

.events-section-two .all-events {
    text-align: center;
    padding-top: 90px;
    border-top: 1px solid #ddd;
    margin-bottom: 30px;
}

/* Services Section three */

.services-section-three {
    position: relative;
    padding: 120px 0 90px;
    background-size: cover;
}

.services-section-three .content-block {
    position: relative;
    background: #fff;
    padding: 85px 90px 60px;
    margin-bottom: 30px;
}

.services-section-three .auto-container {
    max-width: 1330px;
}

.services-section-three .content-block .text {
    position: relative;
    margin-bottom: 30px;
}

.services-section-three .content-block .icon {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.services-section-three .list li {
    margin-bottom: 16px;
    color: #222;
    transition: .5s;
    font-weight: 700;
    position: relative;
    display: inline-block;
    padding-left: 30px;
}

.services-section-three .list li:after {
    font-family: 'icomoon';
    content: "\e902";
    position: absolute;
    left: 0;
    top: 5px;
    line-height: 25px;
    font-size: 15px;
    font-weight: 400;
    transition: .5s;
    border-right: 1px solid rgb(102 102 102 / 0.6);
    line-height: 16px;
    padding-right: 5px;
}

.services-section-three .ourfacts {
    position: relative;
    padding-left: 90px;
}

.services-section-three .ourfacts .inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 30px;
}

.services-section-three .ourfacts .column:last-child .inner {
    margin-bottom: 0;
}

.services-section-three .ourfacts .icon {
    position: relative;
    font-size: 40px;
    color: #fff;
    width: 100px;
    height: 100px;
    line-height: 98px;
    text-align: center;
    border-radius: 50%;
    margin-right: 40px;
    border: 1px solid #fff;
    transition: .5s;
    margin-bottom: 30px;
}

.services-section-three .ourfacts .icon:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.services-section-three .ourfacts .inner:hover .icon:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.services-section-three .ourfacts .icon span {
    position: relative;
}

.services-section-three .ourfacts .content {
    position: relative;
    width: calc(100% - 140px);
    margin-bottom: 30px;
} 

.services-section-three .ourfacts .text {
    position: relative;
    color: #fff;
    font-size: 24px;
    margin-bottom: 18px;
}

.services-section-three .ourfacts .text:before {
    position: absolute;
    content: '';
    left: -32px;
    top: 12px;
    width: 20px;
    height: 1px;
    background-color: #fff;
}

.services-section-three .ourfacts .count-box {
    position: relative;
    font-size: 36px;
    font-weight: 700;
    color: #fff;
}

.services-section-three .ourfacts h4 {
    position: relative;
}

/* Team section */

.team-section {
    position: relative;
        padding: 90px 0 65px;
        padding-bottom: 20px;
        margin-top: 20px;
}
@media (max-width: 767px){
 .team-section {
        padding: 50px 0 30px;
        padding-top: 0px;
    }
}
.team-block {
    position: relative;
}

.team-block .inner-box {
    position: relative;
    margin-bottom: 30px;
}

.team-block .image {
    width: 100%;
    height: 320px; 
    overflow: hidden;
}

.team-block .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (max-width: 767px) {
    .team-block .image {
        height: 280px;
    }
}

.team-block .content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    transition: .5s;
    background-image: -moz-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
    text-align: center;
    padding: 100px 15px 25px;
}

.team-block .inner-box:hover .content {
    opacity: 0;
    transform: scaleY(0);
}

.team-block h4 {
    position: relative;
    color: #fff;
    font-size: 22px;
    margin-bottom: 5px;
    font-weight: 700;
}

.team-block .designation {
    position: relative;
    font-size: 16px;
    color: #fff;
    margin-bottom: 25px;
}

.team-block .text {
    position: relative;
    color: #fff;
    margin: 15px 0 25px;
}

.team-block .link-btn a {
    display: inline-block;
    width: 55px;
    height: 55px;
    line-height: 60px;
    text-align: center;
    transition: .5s;
    background: #fff;
    color: #000;
    font-size: 20px;
}

.team-block .link-btn a i:before {
    padding-right: 6px;
    border-right: 1px solid #222;
    transition: .5s;
    color: #000;
}

.team-block .link-btn a:hover i:before {
    border-color: #fff;
    color: #fff;
}

.team-block .link-btn a:hover {
    color: #fff;
}

.team-block .overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0;
    transition: .7s;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: rgb(0 0 0 / 52%);
    text-align: center;
}

.team-block .inner-box:hover .overlay {
    opacity: 1;
}

.team-block .overlay .content-two {
    position: relative;
    transition: .9s;
    transform: translateY(20px);
    width: 100%;
}

.team-block .inner-box:hover .overlay .content-two {
    transform: translateY(0);
}

.team-block .contact-info {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    padding-top: 30px;
    max-width: 250px;
    margin: 0 auto 21px;
}

.team-block .contact-info li {
    display: inline-block;
    margin-bottom: 5px;
}

.team-block .contact-info li a {
    position: relative;
    display: inline-block;
    color: #fff;
}

.team-block .contact-info li a i {
    margin-right: 7px;
}

.team-block .social-links {
    position: relative;
}

.team-block .social-links li {
    display: inline-block;
    margin: 0 10px;
}

.team-block .social-links a {
    color: #fff;
    font-size: 15px;
    transition: .5s;
}

.team-section .all-team {
    margin-bottom: 30px;
    margin-top: 60px;
    text-align: center;
}
/* Page Title */

.page-title {
    position: relative;
    width: 100%;
    min-height: 420px;
    padding: 200px 0 40px;
    text-align: center;
    margin-top: 20px;

    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

/* Dark overlay for better readability */
.page-title::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
}

.page-title .auto-container {
    position: relative;
    z-index: 2;
}

.page-title h2 {
    font-size: 60px;
    color: #fff;
    line-height: 70px;
    margin-bottom: 40px;
}

/* Breadcrumb */
.page-title .bread-crumb {
    position: relative;
}

.page-title .bread-crumb li {
    color: #fff;
    position: relative;
    display: inline-block;
    margin-right: 15px;
    font-size: 18px;
    font-weight: 500;
    padding-right: 35px;
    text-transform: uppercase;
}

.page-title .bread-crumb li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.page-title .bread-crumb li:before {
    font-family: 'icomoon';
    content: "\e902";
    position: absolute;
    right: 0;
    top: 2px;
    font-size: 17px;
    color: #fff;
}

.page-title .bread-crumb li:last-child:before {
    display: none;
}

.page-title .bread-crumb li a {
    color: #fff;
}

/* ========================= */
/* Responsive Adjustments */
/* ========================= */

/* Tablet */
@media (max-width: 991px) {
    .page-title {
        min-height: 360px;
        padding: 160px 0 30px;
    }

    .page-title h1 {
        font-size: 42px;
        line-height: 52px;
        margin-bottom: 30px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .page-title {
        min-height: 300px;
        padding: 120px 15px 25px;
        background-position: center top;
    }

    .page-title h1 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 20px;
    }

    .page-title .bread-crumb li {
        font-size: 14px;
        padding-right: 20px;
    }
}

.page-title .post-meta {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 90px;
}

.page-title .post-meta li {
    position: relative;
    font-size: 14px;
    padding-right: 20px;
    margin-right: 20px;
    color: #fff;
    margin-bottom: 10px;
}

.page-title .post-meta li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.page-title .post-meta li:before {
    position: absolute;
    content: '';
    top: 3px;
    right: 0;
    width: 1px;
    height: 20px;
    border-right: 1px solid #ddd;
}

.page-title .post-meta li i {
    margin-right: 7px;
}

.page-title .post-meta li:last-child:before {
    opacity: 0;
}

.page-title.style-two h1 {
    font-size: 60px;
    margin-bottom: 21px;
}


/* About section two */

.about-section.style-two {
    padding-bottom: 50px
}
@media (max-width: 767px){
   .about-section.style-two {
        padding-bottom: 0px;
    }

}


.about-section.style-two .image-block {
    padding-left: 0;
    margin-left: -42px;
}

.about-section.style-two .content-block .list li {
    margin-bottom: 8px;
}

.about-section.style-two .content-block .list {
    margin-bottom: 35px;
}

/* CTA section */

.cta-section {
    position: relative;
    padding: 120px 0;
    background-size: cover;
}

.cta-section .content {
    position: relative;
    text-align: center;
}

.cta-section .content h4 {
    position: relative;
    font-size: 18px;
    margin-bottom: 15px;
}

.cta-section .content h2 {
    position: relative;
    font-size: 50px;
    margin-bottom: 20px;
}

.cta-section .content .text {
    margin-bottom: 30px;
}

/* brand logo section style two */

.brand-logo-section.style-two {
    padding: 120px 0;
}

/* Projects section / style two */
.projects-section.style-two .project-block .overlay {
    background: rgb(0 28 59 / 0.70);
}

/* Consultation section */
.consultation-section {
    position: relative;
    padding: 120px 0 90px;
}


/* Contact form */


.contact-form .form-group {
    margin-bottom: 15px;
}

.contact-form .form-group textarea,
.contact-form .form-group input {
    width: 100%;
    background-color: #eee;
    height: 58px;
    padding: 0 25px;
    border: 1px solid #eee;
}

.contact-form .form-group textarea {
    height: 130px;
    padding-top: 15px;
    vertical-align: middle;
}

.contact-form .bootstrap-select>.dropdown-toggle {
    width: 100%;
    padding: 14px 20px;
    background: #f9f9f9;
    border: 1px solid #eee;
}

.contact-form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

.contact-form .bootstrap-select .dropdown-toggle .filter-option:after {
    top: 10px;
}

/* Sidebar page container */
.sidebar-page-container {
    position: relative;
    padding: 50px 0 50px;
   padding-bottom: 0px;
   margin-bottom: 20px;
}
@media (max-width: 767px) {
    .sidebar-page-container {
            padding: 20px 0 0px;
       margin-bottom: 0px;
    } 
}
    

/* Depertment details */
.depertment-details {
    position: relative;
    margin-bottom: 30px;
}

.depertment-details .list {
    position: relative;
    margin-bottom: 40px;
}

.depertment-details .list li {
    position: relative;
    margin-bottom: 9px;
    color: #222;
    transition: .5s;
    padding-left: 30px;
}

.depertment-details .list li:after {
    font-family: 'icomoon';
    content: "\e902";
    position: absolute;
    left: 0;
    top: 5px;
    line-height: 25px;
    font-size: 15px;
    font-weight: 400;
    transition: .5s;
    border-right: 1px solid #222;
    line-height: 16px;
    padding-right: 5px;
}

.depertment-details .group-title h4 {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
}
.depertment-details p{
    line-height: 2;
    font-size: 17px;
}
.depertment-details .feature-block .inner-box {
    border-right: 0;
    box-shadow: none;
    padding: 0;
    display: block;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.depertment-details .feature-block .icon {
    margin-bottom: 20px;
    font-size: 70px;
}

.depertment-details .feature-block .content {
    width: 100%;
}
.depertment-details .image img{
    display: inline-block;
    max-width: 100%;
    margin-bottom: 20px;
    height: auto;
}
/* Categories widget  */

.widget_categories {
    position: relative;
    padding: 40px;
    box-shadow: 0px 10px 21.25px 3.75px rgba(0, 0, 0, 0.06);
}

.categories-list {
    position: relative;
    margin: 0 -40px -10px;
    font-size: 15px;
    font-weight: 600;
}

.categories-list li a {
    color: #222;
    padding: 0px 40px;
    border-top: 1px solid #ddd;
    display: block;
    transition: .5s;
    line-height: 64px;
}
@media (max-width: 767px) {

  .categories-list {
    font-size: 11px;
  }
 .contact-widget-two .contact-info li a{
font-size: 12px;
font-weight: 600;
  }
}
.categories-list li a i {
    font-size: 32px;
    margin-right: 22px;
    vertical-align: middle;
}

.categories-list li.current a {
    color: #fff;
}

.categories-list li.current a i {
    color: #fff;
}

/* Widget Contact */

.contact-widget-two {
    position: relative;
    padding: 40px;
    background-size: cover;
}

.contact-widget-two .widget-title {
    color: #fff;
}

.contact-widget-two .widget-content {
    position: relative;
    margin: 0 -40px -10px;
}

.contact-widget-two .contact-info li {
    font-size: 15px;
}

.contact-widget-two .contact-info li a {
    color: #fff;
    padding: 0 40px;
    border-top: 1px solid rgb(255 255 255 / 0.2);
    display: block;
    transition: .5s;
    line-height: 64px;
}

.contact-widget-two .contact-info li a i {
    color: #fff;
    font-size: 30px;
    margin-right: 15px;
    vertical-align: middle;
}

/* Page pagination */
.page-pagination {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.page-pagination a {
    position: relative;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #222;
    border: 1px solid #ddd;
    display: inline-block;
    padding: 10.5px 30px;
    transition: .5s;
}

.page-pagination .prev-page i {
    position: relative;
    margin-right: 20px;
    transform: rotate(180deg);
    display: inline-block;
    left: -10px;
}

.page-pagination .prev-page i:before {
    padding-left: 6px;
    border-left: 1px solid #222;
    transition: .5s;
}

.page-pagination .next-page i {
    position: relative;
    margin-left: 20px;
    display: inline-block;
    right: -10px;
}

.page-pagination .next-page i:before {
    padding-left: 6px;
    border-left: 1px solid #222;
    transition: .5s;
}

/* News Section Three */

.news-section-three {
    position: relative;
    padding: 80px 0 0px;
}

.news-section-three .auto-container {
    max-width: 1350px;
}


/* Post pagination */
.post-pagination {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.post-pagination li {
    margin: 0 10px;
}

.post-pagination a {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #222;
    border: 1px solid #ddd;
    display: inline-block;
    padding: 10.5px 0px;
    transition: .5s;
    width: 50px;
    text-align: center;
}

.post-pagination span {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    padding: 10.5px 0;
    transition: .5s;
    width: 50px;
    text-align: center;
}

.post-pagination .prev-page i {
    position: relative;
    transform: rotate(180deg);
    display: inline-block;
}

.post-pagination .prev-page i:before {
    padding-right: 6px;
    border-right: 1px solid #222;
    transition: .5s;
}

.post-pagination .next-page i {
    position: relative;
    display: inline-block;
}

.post-pagination .next-page i:before {
    padding-right: 6px;
    border-right: 1px solid #222;
    transition: .5s;
}

/* Popular Post */

.widget_popular_post {
    position: relative;
    padding: 40px;
    padding-bottom: 27px;
    background: #f4f4f4;
}

.widget_popular_post .post-thumb {
    position: relative;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-top: 6px;
}

.widget_popular_post .post-thumb img {
    position: relative;
    min-width: 330px;
}

.widget_popular_post .post {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 0 40px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin: 0 -40px 25px;
}

.widget_popular_post .post:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.widget_popular_post .content {
    position: relative;
    max-width: 350px;
}

.widget_popular_post .content h5 {
    position: relative;
    font-size: 18px;
    margin-bottom: 8px;
}

.widget_popular_post .content h5 a {
    color: #222;
    transition: .5s;
}

.widget_popular_post .content .post-info {
    font-size: 14px;
}

.widget_popular_post .content .post-info i {
    margin-right: 7px;
}

/* Tag Cloud */

.widget_tag_cloud {
    position: relative;
    padding: 40px;
    padding-bottom: 27px;
    background: #f4f4f4;
}

.widget_tag_cloud ul {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.widget_tag_cloud li {
    font-size: 16px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.widget_tag_cloud li a {
    color: #222;
    background-color: #ffffff;
    transition: .5s;
    padding: 6.5px 22px;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
}

.widget_tag_cloud li a:hover {
    color: #fff;
}

/* Style two */
.widget_categories.style-two {
    background: #f4f4f4;
    box-shadow: 0 0 BLACK;
    padding-bottom: 25px;
}

/* news block two */


.news-block-two {
    padding: 0 25px;
}

.news-block-two .inner-box {
    position: relative;
    margin-bottom: 70px;
}

.news-block-two .image {
    position: relative;
    overflow: hidden;
}

.news-block-two .image img {
    position: relative;
    transition: .5s;
    width: 100%;
}

.news-block-two .inner-box:hover .image img {
    transform: scale(1.05);
}

.news-block-two .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: .5s;
    background-color: hsla(212, 78%, 53%, 0.8);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.news-block-two .inner-box:hover .overlay {
    opacity: 1;
}

.news-block-two .link-btn a {
    position: relative;
    width: 60px;
    height: 56px;
    text-align: center;
    background-color: #fff;
    line-height: 60px;
    font-size: 18px;
    display: inline-block;
    transition: .5s;
}


.news-block-two .link-btn a i:before {
    padding-right: 6px;
    border-right: 1px solid #222;
    transition: .5s;
    color: #000;
}

.news-block-two .link-btn a:hover i:before {
    border-color: #fff;
    color: #fff;
}

.news-block-two .link-btn a:hover {
    background-color: #222;
    color: #fff;
}

.news-block-two .lower-content {
    position: relative;
    padding: 45px 40px;
    box-shadow: 0px 10px 21.25px 3.75px rgba(0, 0, 0, 0.06);
    background-color: #fff;
}

.news-block-two .category {
    position: absolute;
    display: inline-block;
    bottom: 44px;
    left: 0;
}

.news-block-two .category a {
    position: relative;
    color: #222;
    transition: .5s;
    background: #fff;
    padding: 7px 20px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.news-block-two h4 {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -1px;
    margin-bottom: 20px;
}

.news-block-two h4 a {
    color: #222;
    transition: .5s;
}

.news-block-two .text {
    position: relative;
    margin-bottom: 30px;
}

.news-block-two .post-meta {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 18px 0 7px;
}

.news-block-two .post-meta li {
    position: relative;
    font-size: 14px;
    padding-right: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
}

.news-block-two .post-meta li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.news-block-two .post-meta li:before {
    position: absolute;
    content: '';
    top: 3px;
    right: 0;
    width: 1px;
    height: 20px;
    border-right: 1px solid #ddd;
}

.news-block-two .post-meta li i {
    margin-right: 7px;
}

.news-block-two .post-meta li:last-child:before {
    opacity: 0;
}

.news-block-two .post-meta li.read-more {
    position: absolute;
    top: 17px;
    right: 0;
}

.news-block-two .post-meta li.read-more a {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.news-block-two .post-meta li.read-more a i {
    vertical-align: middle;
    color: #222;
    font-size: 18px;
    border-right: 1px solid #222;
    padding-right: 6px;
    margin-right: 15px;
    position: relative;
    bottom: 2px;
}


/* Widget Search */

.widget_search {
    position: relative;
    padding: 40px;
    background-color: #f4f4f4;
}

.widget_search input[type="search"] {
    width: 100%;
    height: 65px;
    color: #777;
    padding: 0 30px;
    padding-right: 65px;
    font-weight: 500;
    background-color: #fff;
}

.widget_search .form-group {
    position: relative;
    margin-bottom: 0;
}

.widget_search button {
    position: absolute;
    top: 18px;
    right: 20px;
    background: transparent;
    color: #222;
    padding-left: 20px;
}

.blog-sidebar .widget .widget-title:before {
    background-image: url(../images/shape/shape-7.png);
}


/* Blog Single post  */

.blog-single-post {
    position: relative;
}

.blog-single-post .top-content h4 {
    position: relative;
    font-size: 18px;
    margin-bottom: 20px;
}

.blog-single-post .top-content .text {
    position: relative;
    margin-bottom: 30px;
}
.blog-single-post .top-content .image{
    width: 100%;
}
.blog-single-post .top-content h3 {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

blockquote {
    position: relative;
    padding: 47px 30px;
    text-align: center;
    margin-bottom: 40px;
    background-size: cover;
}

blockquote p {
    font-size: 18px;
    font-weight: 700;
}

blockquote .quote {
    position: relative;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
}

blockquote cite {
    position: relative;
    font-size: 14px;
    font-style: normal;
}


/* Post share info */

.blog-single-post .post-share-info {
    position: relative;
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 20px 0 5px;
}

.blog-single-post .post-share-info .tag {
    margin-right: 30px;
    margin-bottom: 20px;
}

.blog-single-post .post-share-info .tag i {
    margin-right: 10px;
    font-size: 13px;
}

.blog-single-post .post-share-info .tag a {
    position: relative;
    padding-right: 10px;
    color: #222;
    text-transform: capitalize;
    margin-right: 5px;
}

.blog-single-post .post-share-info .tag a:before {
    position: absolute;
    content: '';
    bottom: 1px;
    right: 0;
    font-size: 16px;
    width: 1px;
    height: 15px;
    background: #aeaeae;
}

.blog-single-post .post-share-info .tag a:last-child:before {
    display: none;
}

.blog-single-post .social-links {
    position: relative;
    margin-bottom: 10px;
}

.blog-single-post .social-links li {
    position: relative;
    margin-right: 5px;
    margin-bottom: 10px;
    display: inline-block;
}

.blog-single-post .social-links li a {
    position: relative;
    display: block;
    color: #222;
    font-size: 14px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: transparent;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    border: 1px solid #ddd;
}

.blog-single-post .social-links li a i {
    position: relative;
}

.blog-single-post .social-links li a:hover {
    color: #ffffff;
}

.blog-single-post .social-links li a:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.blog-single-post .social-links li a:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.blog-single-post .social-links li a span {
    position: relative;
}

/* Comments */
.comments-title{
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 15px;
}

.comments-title h4{
    font-size: 24px;
    text-transform: capitalize;
    color: #222;
    margin: 0;
    font-weight: 700;
}

.comments-title:before {
    position: absolute;
    content: '';
    height: 9px;
    width: 50px;
    bottom: 0;
    left: 0;
    background-image: url(../images/shape/shape-6.png);
    background-repeat: no-repeat;
}

.comments-title p {
    font-size: 13px;
    color: #555;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 5px;
}

.comments-area {
    position:relative;
    margin-bottom: 70px;
}

.comments-area .comment-box{
    position:relative;
    margin-bottom: 40px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 40px;
}

.comments-area .comment-box:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.comments-area .comment{
    position:relative;
    min-height: 80px;
    padding-left: 105px;
}

.comments-area .comment-box .author-thumb{
    position:absolute;
    left:0px;
    top: 11px;
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    overflow: hidden;
}

.comments-area .comment-box .author-thumb img{
    width: 100%;
}

.comments-area .comment-box .info-wrap {
    position: relative;
}

.comments-area .comment-box .info{
    position: relative;
    margin-bottom: 15px;
    line-height:24px;
}

.comments-area .comment-box .info .name{
    position: relative;
    display: block;
    font-size: 18px;
    line-height:30px;
    color: #222;
    text-transform: uppercase;
    font-weight: 600;
}

.comments-area .comment-box .info .comment-date{
    position: relative;
    display: inline-block;
    font-size: 13px;
    line-height:24px;
    font-weight: 700;
    color: #666;
    margin-left: 15px;
}

.blog-single-post .comments-area .comment-box .text{
    font-size: 16px;
    line-height: 1.7em;
    font-weight: 400;
    color: #333;
    margin-bottom: 25px;
}

.comments-area .comment-box .reply-btn{
    position: relative;
    display: block;
}

.comments-area .comment-box .reply-btn a {
    transition: .5s;
    padding: 7px 20px;
    padding-right: 50px;
    font-size: 13px;
}

.comments-area .comment-box .theme-btn .btn-title{
    line-height: 30px;
    font-size: 16px;
    font-weight: 600;
    color: #222;
    text-decoration: underline;
    text-transform: uppercase;
}

.comments-area .comment-box .theme-btn:after {top: 6px;right: 12px;}

.comments-area .comment-box .btn-style-one.style-three span:before {
    height: 20px;
    background-color: #ddd;
}

/* Leave Comments Form */

.leave-comments{
    position: relative;
}

.leave-comments .instruction{
    padding-top: 15px;
    color: #666666;
    font-size: 14px;
    margin-bottom: 30px;
}

.leave-comments form .form-group {
    margin-bottom: 30px;
}

.leave-comments form .form-group textarea {
    height: 200px;
}

/* Author info */
.blog-single-post .author-box {
    position: relative;
    padding: 50px 55px 30px;
    padding-left: 175px;
    margin-bottom: 90px;
    margin-top: 90px;
}

.blog-single-post .author-box .image {
    position: absolute;
    top: 55px;
    left: 55px;
}

.blog-single-post .author-box .image img {
    border-radius: 50%;
}

.blog-single-post .author-box h4 {
    position: relative;
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
}

.blog-single-post .author-box h5 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 14px;
}

.blog-single-post .author-box .text {
    position: relative;
    color: #fff;
    margin-bottom: 20px;
}

.blog-single-post .author-box .social-links {
    position: relative;
    margin-bottom: 10px;
}

.blog-single-post .author-box .social-links li {
    position: relative;
    margin-right: 5px;
    margin-bottom: 10px;
    display: inline-block;
}

.blog-single-post .author-box .social-links li a {
    position: relative;
    display: block;
    color: #fff;
    font-size: 14px;
    width: 33px;
    height: 33px;
    line-height: 33px;
    background: transparent;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    border: 1px solid #ddd;
}

.blog-single-post .author-box .social-links li a i {
    position: relative;
}

.blog-single-post .author-box .social-links li a:hover {
    color: #222;
    background-color: #fff;
}

.blog-single-post .author-box .social-links li a:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background: #fff;
}

.blog-single-post .author-box .social-links li a:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.blog-single-post .author-box .social-links li a span {
    position: relative;
}

/* Contact Form Section */

.contact-form-section {
    position: relative;
    padding: 80px 0;
}

.contact-form-section .our-facts {
    position: relative;
    width: 100%;
    max-width: 430px;
    background-color: rgba(17, 17, 17, 0.81);
    padding: 55px 55px 50px;
    z-index: 99;
    padding-top: 310px;
    background-size: cover;
}
.contact-form-section .our-facts:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background-image: -moz-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
}
  
.contact-form-section .our-facts h4 {
    position: relative;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 30px;
}

.contact-form-section .our-facts .inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 4px;
    margin-bottom: 27px;
    border-bottom: 1px solid #666;
}

.contact-form-section .our-facts .column:last-child .inner {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.contact-form-section .our-facts .icon {
    position: relative;
    font-size: 34px;
    color: #fff;
    margin-right: 20px;
    margin-bottom: 20px;
    line-height: 35px;
}

.contact-form-section .our-facts .count-box {
    position: relative;
    font-size: 36px;
    font-weight: 700;
    margin-right: 20px;
    margin-bottom: 20px;
    color: #fff;
}

.contact-form-section .our-facts .text {
    position: relative;
    font-size: 14px;
    color: #fff;
    margin-bottom: 20px;
    line-height: 22px;
}

.contact-form-section .wrapper-box {
    position: relative;
    box-shadow: 0px 0px 38.25px 6.75px rgba(0, 0, 0, 0.1);
}

.contact-form-section .contact-form-area {
    position: relative;
    padding: 70px 85px;
    padding-left: 20px;
}

/* Contact Info Section */
.contact-info-section {
    position: relative;
    padding: 0 0 90px;
    padding-bottom: 40px;
}
.contact-info-section .contact-info {
    position: relative;
}

.contact-info-section .contact-info li {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

.contact-info-section .contact-info li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.contact-info-section .contact-info li .icon {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 14px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 500ms ease;
    margin: 8px 0;
    margin-right: 15px;
    font-size: 18px;
}

.contact-info-section .contact-info li .text {
    position: relative;
    width: calc(100% - 60px);
    font-weight: 400;
    color: #222;
}

.contact-info-section .contact-info li strong {
    display: block;
    font-weight: 700;
}

.contact-info-section .contact-info li .text a {
    color: #222;
    transition: .5s;
}

.contact-info-section h3 {
    position: relative;
    font-size: 24px;
    color: #222;
    padding-bottom: 16px;
    margin-bottom: 30px;
    font-weight: 600;
}

.contact-info-section h3:before {
    position: absolute;
    content: '';
    height: 9px;
    width: 47px;
    bottom: 0;
    left: 0;
    background-image: url(../images/shape/shape-6.png);
    background-repeat: no-repeat;
}

.theme-color-two .main-footer .widget .widget-title:before {
    background-image: url(../images/shape/shape-7.png);
}

.theme-color-two .news-block .overlay {
    background-color: rgb(234 178 7 / 0.8);
}
.theme-color-two .main-footer .widget .widget-title:before {
    background-image: url(../images/shape/shape-7.png);
}

/* faq section */

.faq-wrapper {
  width: 90%;
  margin:120px auto;
 padding: 50px 0 65px;
 padding-top: 0px;
 padding-bottom: 0px;
}
@media (max-width: 767px){
.faq-wrapper {
        margin-top: 50px;
        margin-bottom: 0px;
    }
    .faq-container {
        margin-top: 0px !important;
    }
    .sec-title{
   margin-top: 0px;
   margin-bottom: 20px;
    }
}
.faq-header {
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}

.faq-header h1 {
  font-size: 38px;
  margin-bottom: 10px;
}

.faq-header p {
  opacity: 0.85;
}

.faq-container {
  display: grid;
  gap: 20px;
  margin: 80px 0px;
}

.faq-card {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  border-radius: 14px;
  padding: 20px 25px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  border-left: 5px solid #ffd86b;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq-question h3 {
  font-size: 18px;
  color: #1c1c1c;
}

.toggle {
  font-size: 28px;
  color: #ffd86b;
  transition: transform 0.3s ease;
}

.faq-card.active .toggle {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.faq-answer p {
  margin-top: 15px;
  color: #504e4e;
  font-size: 16px;
  line-height: 1.6;
}

@media (max-width: 600px) {
  .faq-header h1 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .home-page .faq-wrapper {
    display: none !important;
  }
}
/* locations css */
.location-page-container {
  padding: 60px 0;
  background: #ffffff;
}

.location-details-image {
  width: 100%;
}

.location-details-image img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  display: block;
}


/* Content Width */
.location-details-content {
  max-width: 900px;
  margin: 0 auto;
}

/* Title */
.location-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #222;
}

/* Intro */
.location-intro {
  font-size: 18px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 30px;
}

/* Headings */
.location-details-content h3 {
  margin-top: 35px;
  margin-bottom: 10px;
  padding-left: 10px;
  border-left: 4px solid #f4c430;
  color: #222;
}

/* Paragraphs */
.location-details-content p {
  font-size: 17px;
  line-height: 1.8;
  color: #555;
}

/* Inline Images */
.location-inline-images img {
  width: 100%;
  margin: 20px 0;
}

/* Quote */
.location-details-quote {
  margin: 40px 0;
  padding: 20px 25px;
  background: #fff8dc;
  border-left: 5px solid #f4c430;
  font-size: 18px;
  color: #222;
}

/* Mobile */
@media (max-width: 767px) {
  .location-title {
    font-size: 26px;


  }
}
/* Mobile */
@media (max-width: 767px) {
  .widget_popular_post .post{
 
padding: 10px 8px;

  }
  blockquote {
padding: 0px;
margin-bottom: 10px;
  }
  .page-title.style-two h1 {
    font-size: 40px;
  }
  .page-title .bread-crumb {
    font-size: 10px;
  }
  .info-section-locations {
    padding-top: 0px !important;
  }
}


.info-section-locations {
  padding: 30px 0px;
  color: black;
}


.info-section-locations h2{
    position: relative;
    font-size: 25px;
    line-height: 36px;
    padding-bottom: 45px;
    color: #222;
}


.info-box {
  border-left: 6px solid #f6bf36;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.info-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(245, 197, 24, 0.25);
}

.info-box h3 {
  color: #222;
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 700;
}

.info-box p {
  line-height: 2.1;
  color: gray;
  font-size: 17px;
  text-align: justify;
  margin-bottom: 15px;
}

.info-box ul {
  padding-left: 10px;
  list-style: none;
    padding: 0px;
    margin: 0px;
}
.info-box .list {
    position: relative;
    margin-bottom: 40px;
}
.info-box .list li {
    position: relative;
    margin-bottom: 9px;
    color: #222;
    font-size: 17px;
    transition: .5s;
    padding-left: 30px;
}
.info-box .list li:after {
     font-family: 'icomoon';
    content: "\e902";
    position: absolute;
    left: 0;
        color: #f6bf36;
    top: 5px;
    line-height: 25px;
    font-size: 15px;
    font-weight: 400;
    transition: .5s;
    border-right: 1px solid #222;
    line-height: 16px;
    padding-right: 5px;

}









