.plans-section-mobile {
	display: none;
}
.plans-section .text-col .text {
	color: rgba(255, 255, 255, .8);
	font-family: 'Cairo';
	text-align: justify;
}
.plans-section .text-col .text p {
	margin-bottom: 25px;
	font-size: 20px;
	line-height: 1.6;
}

.plans-section .text-col .text .image {
	float: right;
	width: 500px;
	margin-left: 1rem;
	position: relative;
	display: block;
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, .5);
}
.plans-section .text-col .text .image .bg-pattern {
	position: absolute;
	left: -32px;
	top: -25px;
	right: -55px;
	bottom: -45px;
	background-position: left top;
	background-repeat: no-repeat;
	background-image: url(/assets/template/images/background/plans-lines.png);
	background-size: 100% 100%;
}
.plans-section .text-col .text .image::before {
	content: '';
	position: absolute;
	left: 30px;
	top: 75px;
	right: -24px;
	bottom: -24px;
	border: 1px solid var(--thm-primary);
	border-radius: 0 0 .5rem 0;
	width: 500px;
}

.plans-section .text-col .text .image img {
	border-radius: .5rem;
	position: relative;
	display: block;
}

.def-title-box h3 {
	font-family: 'Gotham_Bold';
}

.plans-section .text-col .image img {
	border-radius: .5rem 0 .5rem;
}
.plans-section .image-col .image img {
	border-radius: .5rem 0 .5rem;
}
.plans-section .text-col .inner.inner-odd { display: none; }
.plans-section .image-col .inner.inner-even { display: block; }

@media screen and (max-width: 576px) {
	.plans-section .text-col .inner.inner-odd { display: block; margin-bottom: 1.5rem;}
	.plans-section .image-col.inner-even,
	.plans-section .image-col .inner.inner-even { 
		display: none;
	}
	.plans-section .text-col .image img {
		border-radius: .5rem 0 .5rem;
	}
	
	.plans-section .text-col .text .image {
        width: auto;
        margin-left: 0;
        margin-bottom: 1rem;
    }
    
    .plans-section .text-col .text .image .bg-pattern {
        display: none;
    }
    
    .plans-section .text-col .text .image::before {
        display: none;
    }
    
    .project-details .text-col .text,
    .project-details .text-col .text p,
    .project-details .text-col .text p span,
    .project-details .text-col .text ul li span, .project-details .text-col .text ol li span,
    .project-details .text-col .text table tr td span,
    .plans-section .text-col .text p,
    .plans-section .text-col .text p span {
        font-size: 16px !important;
    }
}

.btn-style-two {
	padding-right: 3.5rem;
}
.arrow-pulse-down {
	display: flex;
}
.arrow-pulse-down::after {
	content: "→";
	position: absolute;
	margin: 0 auto;
	font-size: 24px;
	animation: arrow-pulse-down 1000ms linear infinite;
	margin-top: -1px;
}
@keyframes arrow-pulse-down {
	0% {
		right: 40px;
		opacity: 0;
	}
	25% {
		opacity: .25;
	}
	50% {
		opacity: .5;
	}
	75% {
		opacity: .75;
	}
	100% {
		right: 20px;
		opacity: 1;
	}
}

.project-details .text-col .text .image {
	float: right;
	width: 500px;
	margin-left: 1rem;
}

@media screen and (max-width: 768px) {	
	.plans-section .text-col .text .image {
        width: auto;
        margin-left: 0;
        margin-bottom: 1rem;
    }

	.project-details .text-col .text .image {
		width: 100%;
		margin-left: 0;
		margin-bottom: 1rem;
	}
}

@media only screen and (max-width: 991px){
	.plans-section-mobile {
		display: block;
	}
	.plans-section-normal {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.plans-section-mobile {
		display: block;
	}
	.plans-section-normal {
		display: none;
	}
}
@media screen and (max-width: 768px) {
    .def-title-box {
    	position: relative;
    	margin-bottom: 12.5rem;
    }	
}

.owl-carousel .owl-nav {
	overflow: hidden;
	position: absolute;
	width: calc(100% - 2rem);
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	top: calc(50% - 40px);
	left: 1rem;
}

.owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev {
	border: none;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	opacity: .5;
	transition: 0.5s;
	font-size: 24px;
	background: var(--thm-body-dark);
	color: var(--thm-base);
}
.owl-carousel .owl-item img {
	transform-style: initial;
	height: 100%;
	object-fit: cover;
	border-radius: .5rem;
}
.owl-thumb-item img {
	width: 100px !important;
	height: 100px !important;
	border-radius: 50% !important;
}
.owl-thumbs {
	position: absolute;
	bottom: 0;
	left: 0;
	display: table;
	width: 100%;
	text-align: center;
	padding: 5%;
}
.owl-thumb-item {
    display: table-cell;
    border: none;
    background: none;
    padding: 0;
    opacity: .4;
}

.owl-thumb-item.active {
    opacity: 1;
}

.carousel-cell {
    display: flex;
    align-items: stretch;
    min-height: 100%;
}
.carousel .flickity-slider {
	height: 100%;
}
@media only screen and (max-width: 479px) {
	.owl-thumb-item img {
		width: 50px !important;
		height: 50px !important;
	}
}

.project-details .text-col .text {
	color: rgba(255, 255, 255, .8);
	font-size: 20px !important;
	font-family: 'Cairo';
	overflow-x: auto;
}

.project-details .text-col .text ul, 
.project-details .text-col .text ol {
    padding-left: 1rem;
	margin: 0;
}
.scope {
	position: relative;
	display: flex;
	align-items: flex-start;
	padding: unset !important;
}
.scope .ttl {
    position: relative !important;
	font-size: 20px !important;
	font-family: 'Cairo' !important;
	margin-right: 1rem;
	display: flex;
	align-items: flex-start;
	width: auto !important;
}
.scope .ttl span {
	color: rgba(255, 255, 255, .8) !important;
	opacity: 1 !important;
}
.scope .ttl i {
	color: var(--thm-primary);
	font-size: 28px;
	margin-left: .5rem;
	position: relative !important;
}
.scope ul {
	position: relative;
	font-size: 20px !important;
	font-family: 'Cairo' !important;
	margin-bottom: 0 !important;
	list-style: none;
	display: flex;
	justify-content: flex-start;
	gap: 1rem
}
.scope ul li {
	position: relative;
	line-height: 1.3em !important;
}
.project-details .text-col .text table,
.project-details .text-col .text table tr th,
.project-details .text-col .text table tr td {
	border: 1px solid rgba(255, 255, 255, 0.10);
}
.project-details .text-col .text table tr th, .project-details .text-col .text table tr td {
	padding: 1rem;
	vertical-align: top;
}

.scope ul li a {
	display: flex;
	margin-right: 1rem;
}
.scope ul li a .arrow {
	transform: translate(-50%, -50%);
	transform: rotate(270deg);
	cursor: pointer;
	margin: 0;
	margin-left: 2.2rem;
}

.scope ul li a .arrow span {
	display: block;
	width: 12px;
	height: 12px;
	border-bottom: 3px solid white;
	border-right: 3px solid white;
	transform: rotate(45deg);
	margin: -8px;
	animation: moveArrowRight 2s infinite;
}

.scope ul li a .arrow span:nth-child(2) {
    animation-delay: -0.2s;
}

.scope ul li a .arrow span:nth-child(3) {
    animation-delay: -0.4s;
}

@keyframes moveArrowRight {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-10px, -10px);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: rotate(45deg) translate(10px, 10px);
    }
}
@media screen and (max-width: 768px) {
    .scope {
    	flex-direction: column;
    }
    .scope .ttl i {
    	margin-left: 0;
    	margin-bottom: .75rem;
    }
    
    .scope ul {
    	flex-direction: column;
    	justify-content: flex-start;
    	gap: 0;
    }
}


.plans-section-mobile {
    display: none;
}

.plans-section .text-col .text {
    color: rgba(255, 255, 255, .8);
    font-family: 'Cairo';
    text-align: justify;
}

.plans-section .text-col .text p {
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 1.6;
}

.plans-section .text-col .text .image {
    float: right;
    width: 500px;
    margin-left: 1rem;
    position: relative;
    display: block;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .5);
}

.plans-section .text-col .text .image .bg-pattern {
    position: absolute;
    left: -32px;
    top: -25px;
    right: -55px;
    bottom: -45px;
    background-position: left top;
    background-repeat: no-repeat;
    background-image: url(/assets/template/images/background/plans-lines.png);
    background-size: 100% 100%;
}

.plans-section .text-col .text .image::before {
    content: '';
    position: absolute;
    left: 30px;
    top: 75px;
    right: -24px;
    bottom: -24px;
    border: 1px solid var(--thm-primary);
    border-radius: 0 0 .5rem 0;
    width: 500px;
}

.plans-section .text-col .text .image img {
    border-radius: .5rem;
    position: relative;
    display: block;
}

.def-title-box h3 {
    font-family: 'Gotham_Bold';
}

.plans-section .text-col .image img {
    border-radius: .5rem 0 .5rem;
}

.plans-section .image-col .image img {
    border-radius: .5rem 0 .5rem;
}

.plans-section .text-col .inner.inner-odd {
    display: none;
}

.plans-section .image-col .inner.inner-even {
    display: block;
}

@media screen and (max-width: 576px) {
    .plans-section .text-col .inner.inner-odd {
        display: block;
        margin-bottom: 1.5rem;
    }

    .plans-section .image-col.inner-even,
    .plans-section .image-col .inner.inner-even {
        display: none;
    }

    .plans-section .text-col .image img {
        border-radius: .5rem 0 .5rem;
    }

    .plans-section .text-col .text .image {
        width: auto;
        margin-left: 0;
        margin-bottom: 1rem;
    }

    .plans-section .text-col .text .image .bg-pattern {
        display: none;
    }

    .plans-section .text-col .text .image::before {
        display: none;
    }
}

.btn-style-two {
    padding-right: 3.5rem;
}

.arrow-pulse-down {
    display: flex;
}

.arrow-pulse-down::after {
    content: "→";
    position: absolute;
    margin: 0 auto;
    font-size: 24px;
    animation: arrow-pulse-down 1000ms linear infinite;
    margin-top: -1px;
}

@keyframes arrow-pulse-down {
    0% {
        right: 40px;
        opacity: 0;
    }

    25% {
        opacity: .25;
    }

    50% {
        opacity: .5;
    }

    75% {
        opacity: .75;
    }

    100% {
        right: 20px;
        opacity: 1;
    }
}

.project-details .text-col .text .image {
    float: right;
    width: 500px;
    margin-left: 1rem;
}

@media screen and (max-width: 768px) {

    /*.blog-slider {*/
    /*	min-height: auto;*/
    /*	height: auto;*/
    /*       margin-bottom: 0;*/
    /*}*/
    .plans-section .text-col .text .image {
        width: auto;
        margin-left: 0;
        margin-bottom: 1rem;
    }

    .project-details .text-col .text .image {
        width: 100%;
        margin-left: 0;
        margin-bottom: 1rem;
    }
}

@media screen and (max-height: 500px) and (min-width: 992px) {
    .blog-slider {
        height: 360px;
    }
}

.blog-slider__item {
    display: flex;
    align-items: flex-start;
}

@media only screen and (max-width: 991px) {
    .plans-section-mobile {
        display: block;
    }

    .plans-section-normal {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .plans-section-mobile {
        display: block;
    }

    .plans-section-normal {
        display: none;
    }

    .blog-slider__item {
        flex-direction: column;
        /*height: 360px;*/
    }
}

.blog-slider__item.swiper-slide-active .blog-slider__img img {
    opacity: 1;
    transition-delay: 0.3s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>* {
    opacity: 1;
    transform: none;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(1) {
    transition-delay: 0.3s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(2) {
    transition-delay: 0.4s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(3) {
    transition-delay: 0.5s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(4) {
    transition-delay: 0.6s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(5) {
    transition-delay: 0.7s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(6) {
    transition-delay: 0.8s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(7) {
    transition-delay: 0.9s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(8) {
    transition-delay: 1s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(9) {
    transition-delay: 1.1s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(10) {
    transition-delay: 1.2s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(11) {
    transition-delay: 1.3s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(12) {
    transition-delay: 1.4s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(13) {
    transition-delay: 1.5s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(14) {
    transition-delay: 1.6s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(15) {
    transition-delay: 1.7s;
}

.blog-slider__img {
    width: 50%;
    flex-shrink: 0;
    height: auto;
    border-radius: 15px;
    transform: translateX(0px);
    overflow: hidden;
}

.blog-slider__img .gallery {
    display: flex;
    align-items: flex-start;
}

.blog-slider__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: 0;
    transition: all 0.3s;
}

.blog-slider__content {
    padding-right: 0px;
    padding-left: 30px;
}

.blog-slider__content>* {
    opacity: 0;
    transform: translateY(25px);
    transition: all 0.4s;
}

.swiper-button-prev,
.swiper-button-next {
    display: none;
}

.blog-slider__code {
    color: #7b7992;
    margin-bottom: 15px;
    display: block;
    font-weight: 500;
}

.blog-slider__title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

.blog-slider__text {
    color: rgba(255, 255, 255, .8);
    margin-bottom: 30px;
    line-height: 1.5em;
    font-size: 20px;
    text-align: justify;
}

.blog-slider__button {
    display: inline-flex;
    background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);
    padding: 15px 35px;
    border-radius: 50px;
    color: #fff;
    box-shadow: 0px 14px 80px rgba(252, 56, 56, 0.4);
    text-decoration: none;
    font-weight: 500;
    justify-content: center;
    text-align: center;
    letter-spacing: 1px;
}

.blog-slider .swiper-container-horizontal>.swiper-pagination-bullets,
.blog-slider .swiper-pagination-custom,
.blog-slider .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.blog-slider__pagination {
    position: absolute;
    z-index: 21;
    right: 2rem;
    width: 11px !important;
    text-align: center;
    left: auto !important;
    top: 50%;
    bottom: auto !important;
}

.blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 8px 0;
}

.blog-slider__pagination .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    display: block;
    border-radius: 10px;
    background: var(--thm-base);
    opacity: 0.2;
    transition: all 0.3s;
}

.blog-slider__pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--thm-primary);
    height: 30px;
    box-shadow: 0px 0px 20px rgba(252, 56, 56, 0.3);
}

@media screen and (max-width: 768px) {
    .def-title-box {
        position: relative;
        margin-bottom: 12.5rem;
    }

    .blog-slider__pagination {
        transform: translateY(850%);
        left: auto;
        /* top: 0; */
        /* bottom: 0 !important; */
        width: calc(100% - 2rem) !important;
        display: flex;
        justify-content: center;
        align-items: center;
        /* height: 40px; */
    }

    .blog-slider__content {
        text-align: center;
        padding: 0;
        width: 100%;
        margin-top: -5rem;
    }

    .blog-slider__text {
        height: 150px;
        overflow-y: auto;
    }

    .blog-slider__img {
        transform: translateY(-50%);
        width: 100%;
        height: 360px;
        min-height: 360px;
        max-height: 100%;
    }

    .blog-slider__img .gallery {
        display: flex;
        height: 360px;
    }

    .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 5px;
    }

    .blog-slider__pagination .swiper-pagination-bullet-active {
        height: 11px;
        width: 30px;
    }

    .swiper-button-prev,
    .swiper-button-next {
        display: flex;
    }
}

.owl-carousel .owl-nav {
    overflow: hidden;
    position: absolute;
    width: calc(100% - 2rem);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: calc(50% - 40px);
    left: 1rem;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    opacity: .5;
    transition: 0.5s;
    font-size: 24px;
    background: var(--thm-body-dark);
    color: var(--thm-base);
}

.owl-carousel .owl-item img {
    transform-style: initial;
    height: 100%;
    object-fit: cover;
    /* border-top-left-radius: 15px; */
    /* border-top-right-radius: 15px; */
    border-radius: .5rem;
}

.owl-thumb-item img {
    width: 100px !important;
    height: 100px !important;
    border-radius: 50% !important;
}

.owl-thumbs {
    position: absolute;
    bottom: 0;
    left: 0;
    display: table;
    width: 100%;
    text-align: center;
    padding: 5%;
}

.owl-thumb-item {
    display: table-cell;
    border: none;
    background: none;
    padding: 0;
    opacity: .4;
}

.owl-thumb-item.active {
    opacity: 1;
}

.carousel-cell {
    display: flex;
    align-items: stretch;
    min-height: 100%;
}

.carousel .flickity-slider {
    height: 100%;
}

@media only screen and (max-width: 479px) {

    /* .post-controls ul li {
		width: 50%;
		border: 0;
	}
	.sidebar__post-image img {
		height: 70px;
	} */
    .owl-thumb-item img {
        width: 50px !important;
        height: 50px !important;
    }
}

.project-details .text-col .text {
    color: rgba(255, 255, 255, .8);
    font-size: 20px !important;
    font-family: 'Cairo';
    overflow-x: auto;
}

.project-details .text-col .text ul,
.project-details .text-col .text ol {
    padding-left: 1rem;
    margin: 0;
}

.scope {
    position: relative;
    display: flex;
    align-items: flex-start;
    padding: unset !important;
}

.scope .ttl {
    position: relative !important;
    font-size: 20px !important;
    font-family: 'Cairo' !important;
    margin-right: 1rem;
    display: flex;
    align-items: flex-start;
    width: auto !important;
}

.scope .ttl span {
    color: rgba(255, 255, 255, .8) !important;
    opacity: 1 !important;
}

.scope .ttl i {
    color: var(--thm-primary);
    font-size: 28px;
    margin-left: .5rem;
    position: relative !important;
}

.scope ul {
    position: relative;
    font-size: 20px !important;
    font-family: 'Cairo' !important;
    margin-bottom: 0 !important;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    gap: 1rem
}

.scope ul li {
    position: relative;
    line-height: 1.3em !important;
}

.project-details .text-col .text table,
.project-details .text-col .text table tr th,
.project-details .text-col .text table tr td {
    border: 1px solid rgba(255, 255, 255, 0.10);
}

.project-details .text-col .text table tr th,
.project-details .text-col .text table tr td {
    padding: 1rem;
    vertical-align: top;
}

.scope ul li a {
    display: flex;
    margin-right: 1rem;
}

.scope ul li a .arrow {
    transform: translate(-50%, -50%);
    transform: rotate(270deg);
    cursor: pointer;
    margin: 0;
    margin-left: 2.2rem;
}

.scope ul li a .arrow span {
    display: block;
    width: 12px;
    height: 12px;
    border-bottom: 3px solid white;
    border-right: 3px solid white;
    transform: rotate(45deg);
    margin: -8px;
    animation: moveArrowRight 2s infinite;
}

.scope ul li a .arrow span:nth-child(2) {
    animation-delay: -0.2s;
}

.scope ul li a .arrow span:nth-child(3) {
    animation-delay: -0.4s;
}

@keyframes moveArrowRight {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-10px, -10px);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: rotate(45deg) translate(10px, 10px);
    }
}

@media screen and (max-width: 768px) {
    .scope {
        flex-direction: column;
    }

    .scope .ttl i {
        margin-left: 0;
        margin-bottom: .75rem;
    }

    .scope ul {
        flex-direction: column;
        justify-content: flex-start;
        gap: 0;
    }
}

.dropdown {
    padding: 20px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: relative;
    font-size: 18px;
    perspective: 1000px;
    z-index: 100;
}

.dropdown:hover .dropdown_menu li {
    display: block;
}

.dropdown_menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 150px;
    /* perspective: 1000px; */
    z-index: -1;
    border-radius: .5rem;
    padding: .75rem 0;
}

.dropdown_menu li {
    display: none;
    padding: .5rem .75rem;
    opacity: 0;
    background: var(--thm-body-light);
}

.dropdown_menu li a {
    color: #fff;
}

.dropdown_menu li:first-child {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
}

.dropdown_menu li:last-child {
    border-bottom-left-radius: .5rem;
    border-bottom-right-radius: .5rem;
}

.dropdown_menu li:hover {
    background-color: var(--thm-primary);
}

.dropdown_menu li:hover a,
.dropdown_menu li a:hover,
.dropdown_menu li:hover a:hover {
    color: #fff;
}

.dropdown:hover .dropdown_menu--animated {
    display: block;
}

.dropdown_menu--animated {
    display: none;
}

.dropdown_menu--animated li {
    display: block;
    opacity: 1;
}

.dropdown_menu-6 {
    animation: growDown 300ms ease-in-out forwards;
    transform-origin: top center;
}

@-moz-keyframes growDown {
    0% {
        transform: scaleY(0);
    }

    80% {
        transform: scaleY(1.1);
    }

    100% {
        transform: scaleY(1);
    }
}

@-webkit-keyframes growDown {
    0% {
        transform: scaleY(0);
    }

    80% {
        transform: scaleY(1.1);
    }

    100% {
        transform: scaleY(1);
    }
}

@-o-keyframes growDown {
    0% {
        transform: scaleY(0);
    }

    80% {
        transform: scaleY(1.1);
    }

    100% {
        transform: scaleY(1);
    }
}

@keyframes growDown {
    0% {
        transform: scaleY(0);
    }

    80% {
        transform: scaleY(1.1);
    }

    100% {
        transform: scaleY(1);
    }
}
