body {
	background-color: #ffffff;
	color: #14120E;
    font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
    line-height: 18px;
    height: 100%;
	overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
}
h1 {
    font-weight: 700;
    font-size: 50px;
    line-height: 59px;
}
h2 {
	font-size: 32px;
    color: #196EBC;
    font-weight: 600;
	line-height: 41px;
}
h3 {
	font-size: 20px;
	line-height: 26px;
}
p {
	color:#393939;
}
a {
	text-decoration:none;
}
a:hover,
a:focus,
input:focus,
select:focus {
    text-decoration:none;
    outline:none;
}
.btn {
	border: 0px solid transparent;
}
button:focus {
	outline: 0;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
.form-control:focus {
    -webkit-box-shadow: none;
}
input,
button,
a {
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}
input[type=text],
input[type=password] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
ul {
    list-style: none;
    padding: 0;
	margin: 0;
}
.form-control::placeholder {
	color: #999999;
}
label {
    margin-bottom: 7px;
}
/*-----------------
    2. Bootstrap Classes
-----------------------*/

.btn.focus, .btn:focus {
	box-shadow: none;
}
.section {
    padding:80px 0px;
}
.mb-0 {
    margin-bottom: 0px !important;
}
.mb-50 {
    margin-bottom: 50px;
}
.row-gap-24 {
    row-gap: 24px;
}
/*-----------------
    2. Swiper Slider
-----------------------*/

.swiper-button-next, .swiper-button-prev {
    margin-top: 23px;
}
.swiper-button-next, .swiper-button-prev {
    top: auto;    
    width: 45px;
    height: 45px;
    border: 1px solid #000;
    border-radius: 100px;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 18px;
    color: #000;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 45%;
    left: auto;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 45%;
    right: auto;
}
.swiper {
    width: 100%;
    height: 100%;
    padding-bottom: 77px;
  }
/*-----------------
    2. Header
-----------------------*/

header {
    background: white;
    box-shadow: 0px 4px 4px rgba(190, 196, 220, 0.15);
}

header nav {
    font-weight: 500;
    text-transform: uppercase;
}
header nav .main-nav li.nav-item:not(:last-child) {
    margin-right: 32px;
}
header nav .main-nav li .nav-link {
    position: relative;
}
.cta-btn a {
    background-color: #FFB100;
    border-radius: 5px;
    padding:11px 31px;
    font-weight: 600;
    color: #ffffff;
    font-size: 14px;
    line-height: 28px;
    text-transform: uppercase;
}
.cta-btn a:hover {
    background: #FFC542;
    color: white;
}
.secondary-btn a {
    background-color: #196EBC;
    border-radius: 5px;
    padding:11px 31px;
    font-weight: 600;
    color: #ffffff;
    font-size: 14px;
    line-height: 28px;
    text-transform: uppercase;
}
.secondary-btn a:hover {
    background-color: #196EBC;
    color: #ffffff;
}
.main-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}
.main-nav > li > a {
	color: #262626;
    text-transform: capitalize;
}
.main-nav > li > a.active {
	color: #004678 !important;
}
.main-nav > li .submenu li a {
    display: block;
    padding: 8px 15px 8px 30px;
    clear: both;
    white-space: nowrap;
    font-size: 12px;
    color: #999999;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
	width: 100%;
    text-transform: capitalize;
	position: relative;
}
.main-nav > li .submenu li a:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 6px;
}
.main-nav > li .submenu > li.has-submenu > a::after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 15px;
    top: 12px;
    font-size: 13px;
}
.main-nav > li .submenu li {
    position: relative;
}
/*-----------------
	Mobile Menu
-----------------------*/
.sidebar-overlay {
	background-color: rgba(0, 0, 0, 0.6);
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1039;
}
.menu-opened .main-menu-wrapper {
    transform: translateX(0);
}
.menu-header {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    height: 60px;
    padding:  0 20px;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	display: none;
}
.menu-logo img {
    height: auto;
    max-width: 180px;
}
.menu-close {
    font-size: 18px;
    color: #FFC542;
}
.bar-icon {
    display: inline-block;
    width: 31px;
}
.bar-icon span {
    background-color: #FFC542;
    display: block;
    float: left;
    height: 3px;
    margin-bottom: 7px;
    width: 31px;
    border-radius: 2px;
}
.bar-icon span:nth-child(2) {
    width: 14px;
}
.bar-icon span:nth-child(3) {
    margin-bottom: 0;
}
#mobile_btn {
	display: none;
	margin-right: 30px;
}
html.menu-opened body {
    overflow: hidden;
}

/*-----------------
    Home Banner
-----------------------*/

.banner-section {
    position: relative;
    background: url(../img/banner-bg.png) no-repeat left center;
    background-size: cover;
    padding:122px 0px;
    z-index: 1;
}
.banner-section:before {
    position: absolute;
    content:"";
    background: rgba(0, 0, 0, 0.68);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}
.inner.banner-section:before {
    background: rgba(0, 0, 0, 0.23);
}
.btn-yellow {
    background: #FFC542;
    border-radius: 32px;
    font-weight: 600;
    padding: 14px 33px;
    line-height: 28px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.btn-yellow:hover {
    background: #FFC542;
}
.banner-section .banner-content-blk p {
    margin:14px 0px 50px;
}
.banner-content-blk h1, .banner-content-blk p {
    color: #ffffff;
}
.banner-content-blk h1 span {
    color: #FFB100;
}

.title-blk {
    margin-bottom: 32px;
}
.title-blk h2 {
    color: #196EBC;
    text-align: center;
    margin-bottom: 10px;
}
.title-blk h3 {
    color: #555555;
    text-align: center;
}
.clients-card-blk {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
    justify-content: center;
}
.carousel-caption {
    right: 0%;
    bottom: 6.25rem;
    left: 15%;
    text-align: left;
}
.carousel-item:before {
    position: absolute;
    width: 100%;
    height: 100%;
    /*background-color: #00000036;*/
    content: "";
}

/*-----------------
    Home About
-----------------------*/

.about-wrapper {
    background-color: #F8FAFC;
    position: relative;
    z-index: 5;
}
.about-wrapper:before {
    background: url("../img/about-bg-gradient.png") no-repeat top right;
    content: "";
    width: 652px;
    height: 210px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.about-wrapper .title-blk {
    margin: 0;
}
.about-wrapper .title-blk h2,
.about-wrapper .title-blk h3 {
    text-align: left;
}
.about-wrapper .title-blk p:not(:last-child) {
    margin-bottom: 23px;
}
.btn-group {
    margin-top: 32px;
    display: flex;
    gap: 24px;
}

/*-----------------
    Home Amenities
-----------------------*/

.flex-style {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
}
.box-style {
    background-color: #F8FAFC;
    border-radius: 5px;
    display: flex;
    align-items: center;
    text-align: center;
    width: 176px;
    flex-direction: column;
    padding: 18px;
    gap:18px;
}
.box-style p {
    font-weight: 600;
    color: #004678;
}

/*-----------------
    Home Benefits
-----------------------*/

.benefits-wrapper {
    background-color: #D6EEFF;
}
.benefits-wrapper img {
    margin-bottom: 23px;
}
.benefits-wrapper h3 {
    color: #004678;
    font-weight: 600;
    margin-bottom: 10px;
}

/*-----------------
    Home Services
-----------------------*/

.service-section {
    position: relative;
    background-color: #F8FAFC;
}
.service-section:before {
    background: url("../img/service-gradient-bg.png") no-repeat bottom left;
    content: "";
    background-size: cover;
    width: 788px;
    height: 320px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.swiper-pagination {
    width: auto !important;
}
.swiper-pagination-bullet-active {
    width: 32px;
    border-radius: 5px;
    background: #004678;
}
.card-blk {
    position: relative;
    border-radius: 10px;
    z-index: 5;
    transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
    overflow: hidden;
}
.card-blk .img-blk img {
    transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}
.card-blk:hover .img-blk img {
    transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
    transform: scale3d(1.5, 1.5, 1.5);
}
.card-blk:before {
    position: absolute;
    content: "";
    background: linear-gradient(18.94deg, rgba(0, 0, 0, 0.418349) 3.03%, rgba(11, 11, 11, 0.59) 39.55%, rgba(255, 255, 255, 0) 79.09%);
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    z-index: 4;
}
.card-blk .content-blk {
    position: absolute;
    bottom: 18px;
    color: #fff;
    left: 18px;
    z-index: 5;
}
.card-blk .content-blk h3 {
    font-weight: 700;
    font-size: 24px;
}

/* Home-gallery */

/* .masonry-grid {
    display: flex;
    flex-direction: column;
    gap: 24px;
} */
.masonry-grid .gallery-card {
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 24px;
}
.masonry-grid .gallery-card a {
    display: block;
    border-radius: 5px;
    overflow: hidden;
}
.masonry-grid .gallery-card a img {
    transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}
.masonry-grid .gallery-card a:hover img {
    transform: scale3d(1.5, 1.5, 1.5);
}

/* Home - Appointment */

.appointment-wrapper {
    position: relative;
    background: url("../img/appointment-bg.jpg") no-repeat center center;
    background-size: cover;
    z-index: 5;
}
.appointment-wrapper:before {
    background: linear-gradient(109.82deg, rgba(42, 32, 9, 0.418349) 23.9%, rgba(11, 11, 11, 0.34) 41.11%, rgba(255, 177, 0, 0) 63.24%);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.appointment-wrapper .app-content,
.appointment-wrapper .app-content h2 {
    color: #ffffff;
}
.appointment-wrapper .app-content h2 {
    margin-bottom: 23px;
}
.form-wrapper {
    background: #FFFFFF;
    padding: 23px;
    box-shadow: 0px 4px 54px rgba(124, 124, 124, 0.25);
    border-radius: 10px;
}
.form-wrapper input, .form-wrapper select, .input-group-text {
    border-radius: 5px;
    height: 50px;
    margin-bottom: 18px;
    border: 1px solid #f2f2f2;
}
.input-group-text {
    display: flex !important;
    align-items: center;
}
.input-group-text i {
    color: rgb(25, 110, 188);
}
.form-wrapper input:focus, .form-wrapper select:focus {
    background: #F8FAFC;
}
.cta-btn .btn-style {
    background-color: #FFB100;
    border-radius: 5px;
    padding:11px 31px;
    font-weight: 600;
    color: #ffffff;
    font-size: 14px;
    width: 100%;
    line-height: 28px;
    text-transform: uppercase;
}
.cta-btn .btn-style:hover {
    background: #FFC542;
    color: white;
}

/* Home - Why choose us  */

.choose-wrapper {
    position: relative;
    z-index: 5;
}
.choose-wrapper:before {
    background: url("../img/about-bg-gradient.png") no-repeat top right;
    content: "";
    width: 652px;
    height: 210px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.choose-blk .shadow-box-style {
    display: flex;
    align-items: center;
    padding: 18px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(22, 97, 141, 0.1);
    border-radius: 10px;
}
.choose-blk .shadow-box-style h5 {
    color: #196EBC;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.choose-blk .shadow-box-style p {
    font-size: 14px;
    line-height: 18px;
    color: #555555;
    margin: 0px;
}
.apartment-info-blk h2 {
    color: #004678;
    margin-bottom: 32px;
}
.apartment-info-blk .amenities-apartments-blk {
    margin-bottom: 32px;
}
.apartment-info-blk .amenities-apartments-blk h4 {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 14px;
    font-weight: 700;
    color: #0B93F3;

}
.apartment-info-blk .amenities-apartments-blk.green-style h4 {
    color: #38AD38;
}
.tag-blk {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}
.tag-blk .tag-style {
    background: #E7F1F8;
    border: 1px solid #D9E4EC;
    border-radius: 4px;
    padding: 10px;
    color: #004678;
    gap: 7px;
    display: flex;
    align-items: center; 
}
.tag-blk .tag-style:hover {
    background: #004678;
    border: 1px solid #004678;
    color: #ffffff;
}
.green-style .tag-blk .tag-style {
    background: #E4F4E4;
    border: 1px solid #C4DDC4;
    color: #000;
}
.green-style .tag-blk .tag-style:hover {
    background: #38AD38;
    border: 1px solid #38AD38;
    color: #ffffff;
}

/* Home - CTA */

.cta-wrapper {
    background: #196EBC;
    color: #ffffff;
}

/* bottom section */

.btm-section {
    position: relative;
    background: #F9F7F7;
    padding: 50px 0;
    margin-bottom: 0 !important;
}
.btm-section:before {
    position: absolute;
    content: "";
    background: url(../img/arrow-bg.png) no-repeat center center;
    width: 129px;
    height: 72px;
    left: 50%;
    transform: translateX(-50%);
    top:-36px;
}

.btm-section span {
    display: block;
    color: #FF4C1E;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 18px;
}
.btm-section h3 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 23px;
}

/* footer */

footer {
    background-color: #FAFDFF;
    color: #333333;
    padding: 50px 0px;
    text-align: center;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.foo-widget {
    border-bottom: 1px solid #EAF4FF;
    padding-bottom: 32px;
}
.foo-menu-blk {
    border-bottom: 1px solid #EAF4FF;
    padding: 32px 0px;
    margin-bottom: 32px;
}
.foo-menu-blk li:not(:last-child) {
    margin-right: 23px;
}
.foo-menu-blk li a {
    color: #262626;
}
.foo-menu-blk li {
    display: inline-flex;
    align-items: center;
}
.foo-menu-blk li i {
    font-size: 6px;
    color: #196EBC;
    margin-left: 14px;
}
.btm-foo-widget {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.btm-foo-widget .btm-foo-menu-blk li:not(:first-child) {
    margin-left: 0.5rem;
}
.btm-foo-widget .btm-foo-menu-blk li a {
    color: #262626;
}
.btm-foo-widget p {
    font-weight: 600;
    text-transform: capitalize;
}
.btm-foo-widget .btn-style {
    padding: 5px 32px;
}
/* Inner page style */
.inner.banner-section {
    position: relative;
    padding: 50px 0px;
    z-index: 5;
}
.inner.banner-section:after {
    position: absolute;
    background: rgba(0, 0, 0, 0.50);
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.breadcrumb {
    background: rgba(255,255,255,0.23);
    display: inline-flex;
    padding: 5px 23px;
    border-radius: 5px;
    color: #ffffff;
}
.breadcrumb-item+.breadcrumb-item {
    display: flex;
    align-items: center;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #ffffff;
}
.breadcrumb a {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #FFB100;
}
.breadcrumb-item.active {
    color: #ffffff;
}
.row-gap-24 {
    row-gap: 24px;
}
.project-filter {
    display: flex;
    flex-wrap: wrap;
    gap:14px;
    margin-bottom: 32px;
}
.project-filter li span {
    text-transform: uppercase;
}
.rooms-content-info {
    display: flex;
    flex-direction: column;
    gap: 23px;
}   
.para-blk h5 {
    margin-bottom: 23px;
}
.para-blk p:not(:last-child) {
    margin-bottom: 23px;
}
.list-style li {
    color: #004678;
}
.list-style li{
    margin-bottom: 14px;
}
.list-style li i {
    margin-right: 7px;
}
.contact-info h4 {
    margin-bottom: 14px;
}
.contact-info ul li:not(:last-child) {
    margin-bottom: 14px;
}
/* slick slider */

.slider-nav .slick-slide {
    margin: 5px;
    opacity: 0.32;
}
.slider-nav .slick-slide.slick-current {
    opacity: 1;
}
.inner .banner-content-blk {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

/* Main Project Area style */

.main-project-area{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 108px 0 80px;
}
.project-filter {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 44px;
}
.project-filter li {
    position: relative;
    display: inline-block;
}
.project-filter li + li {}

.project-filter li .filter-text {
    color: #27282c;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    padding: 8px 10px 8px;
    padding-right: 26px;
    cursor: pointer;
    transition: all .4s ease;
}
.project-filter li:hover .filter-text, 
.project-filter li.active .filter-text {
    color: #e9212e;
}
.project-filter li .count {
    position: absolute;
    top: -13px;
    right: 15%;
    color: #e9212e;
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
    display: inline-block;
    opacity: 0;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    font-family: 'Poppins', sans-serif;
}
.project-filter li:hover .count, 
.project-filter li.active .count {
    opacity: 1;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}
.single-project-style4{
    position: relative;
    display: block;
    max-width: 370px;
    min-width: 300px;
    width: 100%;
    margin: 0 auto 30px;
}
.single-project-style4 .img-holder{
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 10;
}
.single-project-style4 .img-holder .inner {
    position: relative;
    display: block;
}
.single-project-style4 .img-holder .inner:before{
    position: absolute;
    top: -37px;
    left: -37px;
    bottom: -37px;
    right: -37px;
    content: '';
    border: 37px solid #ffffff;
    opacity: 1;
    transition: all 300ms ease 100ms;
    z-index: 1;
}
.single-project-style4:hover .img-holder .inner:before{
    left: 3px;
    top: 3px;
    bottom: 3px;
    right: 3px;
    transition: all 300ms ease 100ms;
}
.single-project-style4 .img-holder:before,
.single-project-style4 .img-holder:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    transition: all 900ms ease 300ms;
    border-radius: 0px;
    z-index: 1;
}
.single-project-style4 .img-holder:before {
    transform: scale(0, 1);
    transform-origin: bottom center;
    border-top: 3px solid #27282c;
    border-bottom: 3px solid #27282c;
}
.single-project-style4:hover .img-holder:before {
    transform: scale(1, 1);
}
.single-project-style4 .img-holder:after {
    transform: scale(1, 0);
    transform-origin: left center;
    border-left: 3px solid #27282c;
    border-right: 3px solid #27282c;
}
.single-project-style4:hover .img-holder:after{
    transform: scale(1, 1);    
}
.single-project-style4 .img-holder img{
    width: 100%;
    transform: scale(1.0);
    transition: all 700ms ease;
}
.single-project-style4:hover .img-holder img {
    transform:scale(1.2) rotate(0deg);   
}

.single-project-style4 .overlay-box{
    position: absolute;
    top: 40px;
    left: 40px;
    right: 40px;
    height: 280px;
    background: rgba(40, 41, 46, 0.90);
    z-index: 3;
    opacity: 0;
    transform:scale(0) rotate(0deg);    
    transition: all 700ms ease 300ms;
}
.single-project-style4:hover .overlay-box{
    opacity: 1; 
    transform:scale(1.0) rotate(0deg);  
    transition: all 700ms ease 500ms;
}
.single-project-style4 .overlay-box .box{
    display: table;
    width: 100%;
    height: 100%;
}
.single-project-style4 .overlay-box .box .link{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.single-project-style4 .overlay-box .box .link a span:before{
    color: #ffffff;
    font-size: 40px;
    line-height: 40px;
    transition: all 500ms ease;
}
.single-project-style4 .overlay-box .box .link a:hover span:before{
    color: #e9212e;    
}

.single-project-style4 .img-holder .overlay-content {
    position: absolute;
    left: 40px;
    right: 40px;
    bottom: 3px;
    height: 117px;
    background: #ffffff;
    z-index: 11;
    text-align: center;
    transition: all 700ms ease 300ms;
    opacity: 0;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateX(90deg) translateZ(-32px);
}
.single-project-style4:hover .img-holder .overlay-content {
    opacity: 1;
    transform: perspective(1200px) rotateX(0deg) translateZ(0px);
    transition: all 900ms ease 300ms;
}
.single-project-style4 .img-holder .overlay-content .title{
    position: relative;
    display: block;
    padding-top: 33px;
}
.single-project-style4 .img-holder .overlay-content .title span{
    color: #7c7e84;
}
.single-project-style4 .img-holder .overlay-content .title h3{
    font-size: 20px;
    font-weight: 600;
    margin: 3px 0 0;
}
.single-project-style4 .img-holder .overlay-content .title h3 a{
    color: #27282c;
    transition: all 500ms ease;
}
.single-project-style4 .img-holder .overlay-content .title h3 a:hover{
    color: #e9212e;       
}
.navigation-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 41px;
}
.navigation-links a {
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #14120E;
    display: flex;
    align-items: center;
    gap:14px;
}
.project-details-blk .project-view-blk:not(:last-child) {
    margin-bottom: 50px;
}
.pjt-view-content h3 {
    font-weight: 700;
    margin-bottom: 32px;
}
.pjt-view-content .para-style p:not(:last-child) {
    margin-bottom: 32px;
}
.pjt-info-list li {
    font-weight: 700;
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 0.02em;
    color: #14120E;
    margin-bottom: 18px;
}
.pjt-info-list li span {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.02em;
    color: #AAB5DC;
}
.tags-list li a {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.02em;
    color: #14120E;
}
.select2-container--bootstrap-5 .select2-selection {
    background-color: #F8FAFC;
    border-radius: 5px;
    height: 50px;
    margin-bottom: 18px;
    border: 0px solid transparent;
    display: flex;
    align-items: center;
}
.select2-container--bootstrap-5.select2-container--focus .select2-selection, .select2-container--bootstrap-5.select2-container--open .select2-selection, .select2-container--bootstrap-5.select2-container--focus .select2-selection, .select2-container--bootstrap-5.select2-container--open .select2-selection {
    box-shadow: none;
}
.cta-wrapper {
    padding: 41px 0px;
}
.cta-wrapper .cta-info p, .cta-wrapper .cta-info h2 {
    color: #ffffff;
}

@media only screen and (max-width: 991.98px) {
    body {
        font-size: 14px;
    }
    h1 {
        font-size: 41px;
        line-height: 59px;
    }
    h2 {
        font-size: 32px;
        letter-spacing: 0.02em;
        line-height: 41px;
    }
    h3 {
        font-size: 25px;
        line-height: 32px;
    }
    h4 {
        font-size: 21px;
        line-height: 32px;
    }
    h5 {
        font-size: 18px;
    }    
    .swiper-button-next, .swiper-button-prev { 
        width: 32px;
        height: 32px;
    }
    .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 12px;
    }
    .title-blk h2, .title-blk h3 {
        margin-bottom: 25px;
    }
    .title-blk {
        margin-bottom: 23px;
    }
    .clients-card-blk {
        justify-content: center;
    }
    .row-gap-32 {
        row-gap: 32px;
    }
    .btm-section h3 {
        font-size: 32px;
    }
    .btn-yellow {
        padding: 10px 23px;
        line-height: 25px;
        letter-spacing: 0.06em;
    }
    .testi-blk .testi-content-blk .quote-info {
        font-size: 18px;
        line-height: 32px;
    }
    .testi-blk .img-blk img {
        width: 167px;
    }
    .cta-btn a, .secondary-btn a {
        padding: 5px 23px;
        font-size: 12px;
        line-height: 28px;
        letter-spacing: 0.1em;
    }
    header nav .main-nav li.nav-item:not(:last-child) {
        margin-right: 16px;
    }
    header nav .main-nav li .nav-link {
        font-size: 12px;
    }
}

@media only screen and (min-width: 768px) {

    .banner-content-blk p {
        font-size: 20px;
        line-height: 27px;
        width:500px;
        color: #ffffff;
    }    
    .appointment-wrapper .app-content {
        width: 410px;
    }
	.main-nav > li {
		margin-right: 33px;
	}
	.main-nav > li:last-child {
		margin-right: 0;
	}
	.main-nav li {
		display: block;
		position: relative;
	}
	.main-nav > li > a {
		line-height: 41px;
		padding: 0 !important;
	}
	.main-nav > li > a > i {
		font-size: 12px;
		margin-left: 3px;
	}
	.main-nav li > ul {
		background-color: #fff;
		border-radius: 5px;
		box-shadow: 0 0 3px  rgba(0, 0, 0, 0.1);
		display: block;
		font-size: 14px;
		left: 0;
		margin: 0;
		min-width: 200px;
		opacity: 0;
		padding: 0;
		position: absolute;
		-webkit-transition: all .2s ease;
		transition: all .2s ease;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px);
		top: 100%;
		visibility: hidden;
		z-index: 1000;
	}
	.main-nav li.has-submenu:hover > .submenu {
		visibility: visible;
		opacity: 1;
		margin-top: 0;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	.main-nav .has-submenu.active > a {
		color: #FFC542;
	}
	.main-nav .has-submenu.active .submenu li.active > a {
		color: #FFC542;
	}
	.main-nav > li .submenu li:first-child a {
		border-top: 0;
	}
	.main-nav > li.has-submenu:hover > .submenu > li.has-submenu:hover > .submenu {
		visibility: visible;
		opacity: 1;
		margin-top: -1px;
		margin-right: 0;
	}
	.main-nav > li .submenu > li .submenu {
		left: 100%;
		top: 0;
		margin-top: 10px;
	}
	.main-nav li .submenu a:hover {
		color: #FFC542;
	}
	.main-nav > .has-submenu > .submenu > .has-submenu > .submenu::before {
		top: 20px;
		margin-left: -35px;
		box-shadow: 1px 1px 0 0 rgba(0,0,0,.15);
		border-color: transparent #fff #fff transparent;
	}	
    header nav .main-nav li .nav-link.active::before {    
        content: "...";
        position: absolute;
        border-radius: 30px;
        color: #004678;
        width: 100%;
        font-size: 32px;
        line-height: 50px;
        text-align: center;
    }
}
@media only screen and (max-width: 767.98px) {

    .sidebar-overlay.opened {
        display: block;
    }
    .main-nav {
        padding: 0;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }
    .main-nav ul {
        display: none;
        list-style: none;
        margin: 0;
        padding-left: 0;
    }
    .main-nav > li {
        margin-left: 0;
    }
    .main-nav li + li {
        margin-left: 0;
    }
    .main-nav > li > a {
        line-height: 1.5;
        padding: 15px 20px !important;
        font-size: 14px;
        font-weight: 500;
    }
    .main-nav > li > a > i {
        float: right;
        margin-top: 5px;
    }
    .main-nav > li .submenu li a {
        border-top: 0;
        color: #28283C;
        padding: 10px 15px 10px 35px;
    }
    .main-nav > li .submenu ul li a {
        padding: 10px 15px 10px 45px;
    }
    .main-nav > li .submenu > li.has-submenu > a::after {
        content: "\f078";
    }
    .main-nav .has-submenu.active > a {
        color: #FFC542;
    }
    .main-nav .has-submenu.active .submenu li.active > a {
        color: #FFC542;
    }
    .main-nav > li > a:hover::after, 
    .main-nav > li.active > a::after{
        top: 0
    }
    .header-two .main-nav .has-submenu.active > a,
    .header-two .main-nav .has-submenu.active .submenu li.active > a {
        color: #FF008A;
    }
    .main-menu-wrapper {
        order: 3;
        width: 260px;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        overflow-x: hidden;
        overflow-y: auto;
        z-index: 11111;
        transform: translateX(-260px);
        transition: all 0.4s;
        background-color: #fff;
        margin: 0;
    }
    .menu-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .navbar-header {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
    .main-nav > li {
        border-bottom: 1px solid #E1E2E5;
        margin-right: 0;
    }
    #mobile_btn {
        position: absolute;
        display: inline-block;
    }
    .sidebar {
        margin-left: -225px;
        width: 225px;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease;
        z-index: 1041;
    }
    .block-e {
        display: none !important;
    }
    .navbar-brand {
        margin: 0px auto;
    }
    header nav .main-nav li.nav-item:not(:last-child) {
        margin-right: 0px;
    }
    .navbar-header {
        width: 100%;
    }
    .sm-row-gap-24 {
        row-gap: 24px;
    }
    .main-wrapper .section:before, .main-wrapper .section::after {
        display: none;
    }
    footer .contact-info {
        margin-bottom: 23px;
    }
    footer .btn-style {
        margin-top: 23px;
    }
    .masonry-grid .gallery-card a {
        text-align: center;
    }
    .section {
        padding: 41px 0px;
    }
}
@media only screen and (max-width: 575.98px) {
    .box-style {
    width: 140px;
}

 
}
.decs_txt{
    width: 100%;
    padding: 10px;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    margin-bottom: 20px;
}
.pos_abs{
    position: absolute;
}
.ml-35{
    margin-left: 35px;
}