:root {
    --white-color            :#ffffff;
    --black-color            :#000000;
    --light-red              :#e3236b;
    --light-maroon           :#d20552;
    --footer-top-bg          :#242424;
    --red-color              :#d20552;
    --featured-link-color    :#807f7f;
    --drop-down-bg           :#dae4e6;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: "Font Awesome 6 Brands";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/FontAwesome6Brands-Regular.woff") format("woff"),
    url("../fonts/FontAwesome6Brands-Regular.woff2") format("woff2"),
    url("../fonts/FontAwesome6Brands-Regular.eot") format("eot"),
    url("../fonts/FontAwesome6Brands-Regular.ttf") format("ttf"),
    url("../fonts/FontAwesome6Brands-Regular.svg") format("svg");
}

@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("../fonts/FontAwesome6Free-Solid.woff") format("woff"),
    url("../fonts/FontAwesome6Free-Solid.woff2") format("woff2"),
    url("../fonts/FontAwesome6Free-Solid.eot") format("eot"),
    url("../fonts/FontAwesome6Free-Solid.ttf") format("ttf"),
    url("../fonts/FontAwesome6Free-Solid.svg") format("svg");
}

@font-face {
    font-family: 'Munged-8eTXDS6Ork';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/Munged-8eTXDS6Ork.woff") format("woff"),
    url("../fonts/Munged-8eTXDS6Ork.woff2") format("woff2"),
    url("../fonts/Munged-8eTXDS6Ork.eot") format("eot"),
    url("../fonts/Munged-8eTXDS6Ork.ttf") format("ttf"),
    url("../fonts/Munged-8eTXDS6Ork.svg") format("svg");
}

@font-face {
    font-family: 'Nobel';
    font-weight: bold;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/Nobel-Bold.woff") format("woff"),
    url("../fonts/Nobel-Bold.woff2") format("woff2"),
    url("../fonts/Nobel-Bold.eot") format("eot"),
    url("../fonts/Nobel-Bold.ttf") format("ttf"),
    url("../fonts/Nobel-Bold.svg") format("svg");
}

@font-face {
    font-family: 'FreightText Pro Book';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/FreightTextProBook-Italic.woff") format("woff"),
    url("../fonts/FreightTextProBook-Italic.woff2") format("woff2"),
    url("../fonts/FreightTextProBook-Italic.eot") format("eot"),
    url("../fonts/FreightTextProBook-Italic.ttf") format("ttf"),
    url("../fonts/FreightTextProBook-Italic.svg") format("svg");
}

@font-face {
    font-family: 'Bitter';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    src: url("../fonts/Bitter-Regular.woff") format("woff"),
    url("../fonts/Bitter-Regular.woff2") format("woff2"),
    url("../fonts/Bitter-Regular.eot") format("eot"),
    url("../fonts/Bitter-Regular.ttf") format("ttf"),
    url("../fonts/Bitter-Regular.svg") format("svg");
}



h1 , h2 , h3 , h4 , h5 , h6 {
    font-weight: 700;
    margin: 0 0 15px 0;
}

h1 {
    font-size: 76px;
}

h2 {
    font-size: 38px;
}

h3 {
    font-size: 25px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

p {
    margin: 0 0 15px 0;
    padding: 0px;
}

img {
    max-width: 100%;
    height: auto;
}

ul, ol {
    list-style-type: none;
    margin: 0 0 0 10px;
    padding: 0px;
}

ul li, ol li {
    margin: 0 0 0 10px;
    padding: 0px;
}

ul li a, ol li a {
    transition: all 0.2s ease;
} 

a:hover {
    text-decoration: none;
    transition: all 0.2s ease;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="subject"],
input[type="search"],
textarea {          
    width: 100%;
    height: 60px;
    resize: none;
    outline: none;
    transition: all 0.5s ease;
    padding: 8px 15px;
    letter-spacing: 2px;
}

button { 
    border: 0;
    background-color: transparent;
}

.links ul, .links ul li {
    margin: 0;
}

.banner-bg {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.ptb-100 {
    padding: 100px 0;
}

.thmy-btn {
    font-family: 'Nobel';
    display: inline-block;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    padding: 13px 24px;
    letter-spacing: 2px;
    z-index: 99;
    color: var(--white-color);
    background-color: transparent;
    border: 5px solid var(--black-color);
    transition: all 0.2s ease;
}

.thmy-btn:hover {
    background-color: var(--black-color);
}

.form-btn {
    position: relative;
    font-family: 'Nobel';
    font-size: 20px;
    padding: 15px 42px;
    color: var(--white-color);
    background-color: var(--light-red);
    z-index: 99;
}

.inline-button {
    font-family: 'Munged-8eTXDS6Ork';
    color: var(--light-red);
    letter-spacing: 3px;
    font-weight: 500;
}

.inline-button i {
    color: var(--black-color);
    transition: all 0.2s ease;
}

.inline-button:hover {
    color: var(--light-red);
}

.inline-button:hover i {
    transform: translateX(5px);
}


.inline-button-color {
    font-family: 'Munged-8eTXDS6Ork';
    color: var(--black-color);
}   

.inline-button-color i {
    color: var(--light-red);
}

.inline-button-color:hover {
    color: var(--black-color);
}

.sec-title h4 {
    font-family: 'Munged-8eTXDS6Ork';
    display: inline-block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 40px;
    letter-spacing: 3px;
    font-weight: 400;
}

.sec-title h4::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: var(--light-red);
}

/** START OF : Home Intro **/
.home-intro {
    position: relative;
    overflow: hidden;
    min-height: calc(100vh - 99px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.home-intro::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--black-color);
    opacity: 0.6;
    z-index: 9;
}
  
.home-intro iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100vh;
    transform: translate(-50%, -50%);
}

.home-intro img {
    position: relative;
    z-index: 99;
    max-width: 840px;
}

.icon-scroll {
	position: absolute;
	width: 30px;
	height: 50px;
    top: 50%;
    right: 10%;
    transform: translate(-10%, -50%);
	border: 2px solid var(--white-color);
	border-radius: 15px;
    z-index: 99;
}

.icon-scroll::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--white-color);
    border-radius: 50%;
    opacity: 1;
    animation: wheel 2s infinite;
}

@keyframes wheel {
	to {
		opacity: 0;
		top: 35px;
	}
}

@-webkit-keyframes wheel {
	to {
		opacity: 0;
		top: 35px;
	}
}
/** END OF : Home Intro **/

/** START OF : Header **/
.header-main {
    position: sticky;
    width: 100%;
    top: 0;
    left: 0;
    background-color: var(--white-color);
    z-index: 999;
}

.header-main__inner {
    width: 100%;
    display: flex;
    align-items: center;
    padding-left: 80px;
}

.header-main-logo a {
    display: block;
    padding-right: 40px;
}

.header-main-logo a h1 {
    margin: 0;
    color: var(--black-color);
}

.menu {
    width: 100%;
}

.menu ul {
    display: flex;
    align-items: center;
}

.menu ul li {
    flex: 1 1 0;
    margin: 0 40px;
    text-align: center;
}

.menu .active a {
    color: var(--light-red);
}

.menu ul li a {
    display: block;
    color: var(--black-color);
    font-size: 18px;
    letter-spacing: 3px;
    padding: 36px 10px;
    font-family: 'Munged-8eTXDS6Ork';
}

.menu ul li a:hover {
    color: var(--light-red);
}

.menu ul li:last-child {
    margin: 0;
}

.menu ul li:last-child a {
    padding: 0;
}

.menu ul li a span {
    position: relative;
    display: block;
    padding: 22px 40px;
    text-align: left;
    width: auto;
    color: var(--white-color);
    background-color: var(--light-red);
    height: 99px;
    z-index: 9;
}

.menu ul li a span i {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    font-size: 24px;
    opacity: 0.5;
    color: var(--black-color);
}

.menu ul li a span::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: var(--light-maroon);
    clip-path: polygon(100% 0,0 100%,0 100%,100% 100%);
    z-index: -1;
    transition: all 0.2s ease;
}

.menu ul li a:hover span::before {
    clip-path: polygon(100% 100%,0 0,0 100%,100% 100%);
}

.menu__dropdown-menu__dropdown-social .footer__top-social-link ul li a:hover {
    color: var(--white-color);
    background-color: var(--light-maroon);
} 
/** END OF : Header **/

/** START OF : Main **/

.main {
    background-image: url("../images/dots.png");
}

/** START OF : Count **/
.sec-counter {
    background-color: var(--drop-down-bg);
    background-attachment: fixed;
    padding: 50px 0;
}

.counter__inner-image-text {
    padding: 20px 40px 0;
    text-align: center;
    margin-bottom: 60px;
}

.counter__inner-image-text img {
    margin-bottom: 20px;
}

.counter__inner-image-text h3 {
    font-family: 'Munged-8eTXDS6Ork';
    font-weight: 400;
    line-height: 1.7;
    margin: 0;
}

.counter__inner-image-text h3 span {
    color: var(--light-red);
} 
/** END OF : Count **/

/** START OF : Technology **/
.technology-image-heading {
    position: relative;
    max-width: 830px;
    margin: 0 auto 80px;
}

.technology-image-heading img {
    position: absolute;
    top: -32px;
    left: -42px;
}

.technology-image-heading h2 {
    font-family: 'Nobel';
    line-height: 1.7;
}

.technology__inner {
    position: relative;
    display: flex;
}

.technology__inner::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 100%;
    top: 0;
    right: 50%;
    z-index: 99;
    transform: translateX(4px);
    background-color: var(--black-color);
}

.technology__inner {
    position: relative;
    overflow: hidden;
}

.technology__inner-image {
    width: 50%;
}

.technology__inner-content {
    width: 50%;
}

.technology__inner-content {
    margin: auto 0;
    padding: 0 60px;
}

.technology__inner-content p, .sec-technology-image-heading .technology-image-heading p, .specialties__inner-content p, .architects-image-text p, .devlopment-image-heading p, .other-project-links-text p, .design-partners p {
    font-family: 'Bitter';
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 30px;
}

.specialties__inner-content p, .other-project-links-text p {
    margin-bottom: 15px;
}

.technology__inner-content .inline-button {
    font-family: 'Munged-8eTXDS6Ork';
    display: inline-block;
    margin-bottom: 20px;
}

.technology__inner:nth-child(odd) {
    flex-direction: row-reverse;
}

.technology__inner:nth-child(odd) .technology__inner-content {
    text-align: right;
}
/** END OF : Technology **/

/** START OF : Featured **/
.sec-featured {
    color: var(--white-color);
    background-color: var(--black-color);
}

.sec-featured h2 {
    font-family: 'Nobel';
    position: relative;
    font-size: 90px;
    line-height: 1.1;
    margin-bottom: 0;
    z-index: 9;
}

.featured-text {
    text-align: right;
    margin-top: 20px;
}

.featured-text p {
    font-family: 'Bitter';
    font-size: 20px;
}

.featured-image {
    position: relative;
}

.featured-image img {
    width: 100%;
}

.featured-image .button-square {
    position: absolute;
    width: 90px;
    height: 90px;
    top: -39px;
    right: -39px;
    font-size: 25px;
    color: var(--white-color);
    background-color: var(--light-red);
    z-index: 9;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.featured-image .button-square:hover {
    background-color: var(--light-maroon);
}

.featured-text-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    letter-spacing: 3px;
    color: var(--white-color);
    background-color: rgba(0, 0, 0, .0);
    transition: all 0.2s ease;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.featured-text-icon__inner {
    font-family: 'Munged-8eTXDS6Ork';
    margin-top: 40px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
}

.featured-text-icon__inner i {
    color: var(--light-red);
    transition: all 0.2s ease;
}

.featured-text-icon:hover .featured-text-icon__inner:hover i {
    transform: translateX(5px);
}

.featured-text-icon:hover .featured-text-icon__inner {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
}

.featured-text-icon:hover {
    background-color: rgba(0, 0, 0, .6);
}

.featured ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    margin: 40px 0 30px 0;
}

.featured ul li a {
    font-family: 'Munged-8eTXDS6Ork';
    letter-spacing: 3px;
    color: var(--featured-link-color);
}

.featured ul li a:hover {
    color: var(--white-color);
}

.featured ul span {
    margin: 0 10px;
    color: var(--light-red);  
}
/** END OF : Featured **/

/** START OF : Services **/
.sec-services {
    padding: 50px 0;
    background-color: var(--drop-down-bg);
}

.services__inner {
    text-align: center;
    padding: 20px 40px 0;
    margin-bottom: 60px;
}

.services__inner img {
    margin-bottom: 20px;
}

.services__inner h3 {
    font-family: 'Munged-8eTXDS6Ork';
    font-weight: 400;
}

.services__inner p {
    font-family: 'Bitter';
    font-size: 20px;
}
/** END OF : Services **/

/** START OF : Work **/
.sec-work {
    position: relative;
    overflow: hidden;
    background-color: var(--white-color);
    background-image: url("../images/work-bg.png");
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    background-attachment: fixed;
}

.sec-work-heading-link {
    position: relative;
    text-align: right;
    padding: 10px 40px 10px 0;
    border-right: 10px solid var(--black-color);
    margin-bottom: 80px;
    overflow: hidden;
}

.sec-work-heading-link h1 {
    font-family: 'Nobel';
    color: var(--light-red);
}

.sec-work-heading-link p {
    font-family: 'Munged-8eTXDS6Ork';
    letter-spacing: 3px;
}

.work__inner {
    position: relative;
}

.work__inner a {
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
}

.work__inner::before, .news-carousel__inner::before, .company__inner::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 8px solid var(--light-maroon);
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
}

.work__inner:hover::before, .news-carousel__inner:hover::before, .company__inner:hover::before { /****/
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    left: -20px;
    top: -20px;
    opacity: 1;
    visibility: visible;
}

.work__inner-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 40px;
    left: 0;
    padding: 20px;
    color: var(--white-color);
    background: rgba(57, 42, 41, .8);
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.work__inner-content h6, .work__inner-content h3 {
    font-family: 'Munged-8eTXDS6Ork';
    font-weight: 400;
}

.work__inner-content h6 {
    letter-spacing: 3px;
}

.work__inner-content h6 span {
    color: var(--light-red);
}

.work__inner-content h3 i {
    font-size: 14px;
    color: var(--light-red);
} 

.work__inner:hover .work__inner-content {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.work__inner-heading {
    position: relative;
    z-index: 99;
    padding: 10px 20px;
    color: var(--white-color);
    background-color: var(--black-color);
    min-height: 120px;
}

.work__inner-heading h3, .work__inner-heading h6 {
    font-family: 'Munged-8eTXDS6Ork';
    font-weight: 400;
}

.work__inner-heading h3 {
    margin: 0;
    line-height: 42px;
}

.work__inner-heading h6 {
    line-height: 24px;
    margin-bottom: 10px;
    letter-spacing: 3px;
}

.work__inner-heading h6 span {
    color: var(--light-red);
}
/** END OF : Work **/

/** START OF : News **/
.sec-news {
    background-color: var(--drop-down-bg);
}

.news-carousel {
    position: relative;
    padding: 40px 4vw;
    overflow: hidden;
}

.news-carousel::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 10px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: var(--black-color);
}

.news-carousel .owl-stage-outer {
    overflow: visible;
}

.news-carousel__inner {
    position: relative;
    display: flex;
    align-items: center;
    padding: 25px;
    background-color: var(--white-color);
}

.news-carousel__inner::before {
    z-index: -1;
}

.news-carousel__inner-image, .news-carousel__inner-content {
    width: 100%;
}

.news-carousel__inner-content {
    padding-left: 20px;
    color: var(--black-color);
}

.news-carousel__inner-content h6 {
    font-family: 'Munged-8eTXDS6Ork';
    font-weight: 400;
    letter-spacing: 3px;
}

.news-carousel__inner-content p {
    font-family: 'Munged-8eTXDS6Ork';
    font-size: 20px;
}

.news-carousel__inner-content h6 span {
    color: var(--light-red);
}

.news-carousel__inner-content p i {
    font-size: 14px;
    color: var(--light-red);
    transition: all 0.2s ease;
}

.news .inline-button-color {
    display: block; 
    text-align: right;
    margin-top: 40px;
}

.news-carousel__inner:hover .news-carousel__inner-content p i {
    transform: translateX(10px);
}
/** END OF : News **/

/** START OF : Your Project **/
.sec-your-project {
    position: relative;
    background-color: var(--light-red);
}

.sec-your-project::before, .form-btn::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: var(--light-maroon);
    clip-path: polygon(100% 0,0 100%,0 100%,100% 100%);
    transition: all 0.2s ease;
}

.sec-your-project:hover::before, .form-btn:hover::before {
    clip-path: polygon(100% 100%,0 0,0 100%,100% 100%);
}

.your-project {
    position: relative;
    text-align: center;
}

.your-project a h1 {
    font-family: 'Nobel';
    color: var(--white-color);
    margin-bottom: 30px;
}

.your-project a h1 span {
    color: var(--black-color);
}

.sec-technology-image-heading .technology-image-heading {
    margin-bottom: 0;
}
/** END OF : Your Project **/

/** END OF : Main **/

/** START OF : Footer **/
.footer-main__top {
    color: var(--white-color);
    background-color: var(--footer-top-bg);
    background-size: contain !important;

}

.footer-logo h1 {
    color: var(--white-color);
    margin-bottom: 50px;
}

.footer__top-link ul li a {
    font-family: 'Munged-8eTXDS6Ork';
    display: inline-block;
    margin-bottom: 30px;
    color: var(--white-color);
}

.footer__top-link ul li a:hover {
    border-bottom: 1px solid var(--white-color);
}

.footer__top-social-link ul li a:hover {
    border-bottom: none;
}

.footer__top-social-link ul {
    display: flex;
}

.footer__top-social-link ul li a {
    width: 30px;
    height: 30px;
    color: var(--white-color);
    background-color: var(--light-red);
    border-radius: 100%;
    margin: 0 5px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer__top-social-link ul li a:hover {
    background-color: var(--light-maroon);
}

.footer-text-form {
    max-width: 485px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
}

.footer-text h2 {
    font-family: 'Nobel';
    font-size: 32px;
}

.footer-text span {
    color: var(--light-red);
}

.footer-text p {
    font-family: 'Bitter';
    font-size: 20px;
    margin: 20px 0 30px 0;
}

.footer-form form {
    position: relative;
}

.footer-form form input {
    background-color: transparent;
    border: 4px solid var(--light-red);
    color: var(--white-color);
}

.footer-form form button {
    position: absolute;
    width: 60px;
    height: 60px;
    top: 0;
    right: 0;
    color: var(--white-color);
    background-color: var(--red-color);
    transition: all 0.2s ease;
}

.footer-form form button:hover {
    background-color: var(--light-red);
}

.footer-form form button i {
    font-size: 20px;
}

.footer-main__bootom {
    font-size: 14px;
    color: var(--white-color);
    background-color: var(--black-color);
    padding: 18px 4%;
}

.footer-main__bootom p {
    font-family: 'Munged-8eTXDS6Ork'; 
    margin-bottom: 0;
}

.footer-main__bootom-link ul {
    display: flex;
    justify-content: flex-end;
}

.footer-main__bootom-link ul span {
    display: block;
    color: var(--light-red);
    margin: 0 3px;
}

.footer-main__bootom-link ul li a {
    font-family: 'Munged-8eTXDS6Ork';
    color: var(--featured-link-color);
}

.footer-main__bootom-link ul li a:hover {
    border-bottom: 1px solid var(--featured-link-color);
}

.footer-main__bootom-link ul li:last-child a {
    color: var(--light-red);
}

.footer-main__bootom-link ul li:last-child a {
    border-color: var(--light-red);
}
/** END OF : Footer **/

/** START OF : Overview Page **/
.sec-banner {
    position: relative;
}

.sec-banner::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--black-color);
    opacity: 0.6;
}

.banner__inner {
    position: relative;
    color: var(--white-color);
    max-width: 840px;
}

.banner__inner h1 {
    font-family: 'Nobel';
}

.banner__inner h1 span {
    color: var(--light-red);
}

.sec-company {
    padding: 50px 0;
}

.company__inner {
    padding-top: 15px;
}

.company__inner:hover::before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.company__inner-image {
    position: relative;
    margin-bottom: 20px;
}

.company__inner-image-text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    color: var(--white-color);
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.company__inner-image-text img {
    width: 80px;
    margin-bottom: 20px;
}

.company__inner-image-text h3 {
    font-family: 'Munged-8eTXDS6Ork';
    font-weight: 400;
    font-size: 30px;
}

.company__inner-image-text h3 span {
    display: none;
}

.company__inner-image-text h3 i {
    font-size: 14px;
    color: var(--light-red);
}

.company__inner:hover .company__inner-image-text h3 span {
    display: inline-block;
}

.company__inner-content p {
    font-family: 'Bitter';
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 1.7;
}

.sec-specialties {
    background-color: var(--drop-down-bg);
}

.specialties__inner-content {
    margin: 40px 0;
}

.specialties__inner-content h3 {
    font-family: 'Munged-8eTXDS6Ork';
    font-weight: 400;
}
/** END OF : Overview Page **/

/** START OF : Architects  Page **/
.sec-architects {
    background-color: var(--drop-down-bg);
}

.architects-image-text {
    background-color: var(--white-color);
    margin-bottom: 100px;
    margin-left: 200px;
    padding: 60px;
} 

.architects-image img {
    margin: 0 0 -140px -260px;
    max-width: calc(100% + 260px);
}

.architects-iframe {
    position: relative;
    padding-bottom: 56%;
}

.architects-iframe iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.sec-design {
    background-color: var(--drop-down-bg);
}

.design .row {
    justify-content: center;
}

.design__inner {
    text-align: center;
    margin-bottom: 60px;
}

.design__inner h3 {
    font-family: 'Munged-8eTXDS6Ork';
    font-weight: 400;
}

.design__inner img {
    margin-bottom: 30px;
}

.sec-images {
    background-color: var(--white-color);
}

.images-image-text {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.images-image-text h2 {
    font-family: 'Nobel';
    color: var(--light-red);
    border-left: 10px solid var(--black-color);
    padding: 10px 0 10px 40px;
}

.images__inner-top {
    position: relative;
    z-index: 9;
    margin-bottom: 40px;
}

.images__inner-bottom-left {
    margin: 40px 0 0 60px;
}

.images__inner-bottom-right {
    position: absolute;
    top: -140px;
}

.images__inner-bottom-right a {
    display: block;
    margin-top: 40px;
}

.technology-image {
    position: absolute;
    top: 3px;
    left: 40px;
}

.sec-competitors {
    background-color: var(--drop-down-bg);
    background-attachment: fixed;
}

.competitors__inner {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
}

.competitors__inner h2 {
    font-family: 'Bitter';
    font-weight: 400;
    font-size: 32px;
    line-height: 56px;
    margin-bottom: 60px;
}

.competitors__inner h4 {
    font-family: 'Nobel';
    font-size: 16px;
    margin-bottom: 0;
}
/** END OF : Architects Page **/

/** START OF : Real Estate Page **/
.sec-real-estate {
    background-color: transparent;
}

.sec-real-estate .architects-image-text {
    background-color: var(--drop-down-bg);
}
/** END OF : Real Estate Page **/

/** START OF : Devlopment Page **/
.devlopment-image-heading {
    margin: 0 auto;
}
/** END OF : Devlopment Page **/

/** START OF : Industries Page **/
.icon-text__inner {
    display: block;
    text-align: center;
    color: var(--black-color);
    margin-bottom: 60px;

}

.icon-text__inner h1 {
    font-weight: 400;
}

.icon-text__inner h3 {
    font-family: 'Munged-8eTXDS6Ork';
    font-weight: 400;
}

.icon-text__inner:hover h1 {
    color: var(--light-red);
    transform: translateY(-5px);
    transition: all 0.2s ease;
}

.icon-text__inner:hover h3 {
    color: var(--black-color);
}
/** END OF : Industries Page **/

/** START OF : Hospitality Page **/
.sec-hospitality-services {
    background-color: transparent;
}

.other-project-heading {
    text-align: right;
    color: var(--light-red);
    border-right: 10px solid var(--black-color);
    padding: 10px 40px 10px 0;
    margin-bottom: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.other-project-heading h1 {
    font-family: 'Nobel';
}

.other-project-links a {
    display: inline-block;
    color: var(--black-color);
    border-bottom: 2px solid var(--light-red);
    line-height: 36px;
}

.other-project-links a:hover {
    border-color: var(--black-color);
}

.other-project-links ul {
    font-family: 'bitter';
    font-size: 20px;
    line-height: 36px;
    list-style-type: disc;
    margin: 0 0 30px 22px;
}
/** END OF : Hospitality Page **/

/** START OF : Emergency Services Page **/
.architects-image-text-reverse {
    margin: 0 200px 0 0;
}

.architects-image-text-reverse .architects-image img {
    margin: 0 0 -140px 0px;
    max-width: calc(100% + 260px);
}

.sec-helipad {
    background-attachment: fixed;
    background-color: var(--drop-down-bg);
}

.helipad p {
    font-family: 'bitter';
    text-align: center;
    font-size: 32px;
}
/** END OF : Emergency Services Page **/

/** START OF : Religious Page **/
.sec-religious-services {
    background-color: var(--drop-down-bg);
}

.services__inner p a {
    color: var(--black-color);
    border-bottom: 2px solid var(--light-red);
    padding-bottom: 3px;
}

.services__inner p a:hover {
    border-color: var(--black-color);   
}
/** END OF : Religious Page **/

/** START OF : Contact Us Page **/
.sec-form-area {
    background-color: var(--drop-down-bg);
}

.form-area form label {
    font-family: 'Munged-8eTXDS6Ork';
    margin-bottom: 5px;
    letter-spacing: 3px;
}

.form-area form input, .form-area form textarea {
    font-family: 'nobel';
    border: 1px solid var(--white-color);
    letter-spacing: 0;
    font-size: 15px;
}

.form-area form textarea {
    height: 130px;
}

.form-area form .form-btn {
    margin-top: 40px;
}

.form-btn::before {
    z-index: -1;
}

.checkbox {
    position: relative;
    margin-top: 30px;
}

.checkbox input {
    width: 1px;
    height: 1px;
    position: absolute;
    opacity: 0;
    padding: 0;
}

.checkbox label {
    position: relative;
    padding-left: 40px;
    font-size: 20px;
    font-family: 'Bitter' !important;
    letter-spacing: 0 !important;
}

.checkbox label::before {
    content: '';
    position: absolute;
    width: 28px;
    height: 28px;
    top: 0;
    left: 0;
    background-color: var(--white-color);
}

.checkbox label::after {
    content: '';
    position: absolute;
    width: 28px;
    height: 28px;
    top: 0;
    left: 0;
    background-image: url("../images/icons/check-solid.svg");
    opacity: 0;
    transition: opacity 0.3s ease;
} 

.checkbox input:checked+.checkbox__mark+label::after {
    opacity: 1;
}

.design-partners {
    position: relative;
    padding: 60px;
    margin-top: 64px;
    background-color: var(--white-color);
    background-image: url("../images/dots.png");
}

.design-partners .technology-image {
    transform: rotate(90deg);
    top: -35px;
    right: -37px;
    left: auto;
}

.design-partners h2 {
    font-family: 'Nobel';
    margin-bottom: 20px;
    line-height: 50px;
}

.design-partners p a {
    color: var(--black-color);
    border-bottom: 2px solid var(--light-red);
}

.design-partners p a:hover {
    border-color: var(--black-color);
}

.map iframe {
    width: 100%;
    height: 550px;
}
/** END OF : Contact Us Page **/

/** START OF : News Update Page **/
.sec-news-update {
    background-color: var(--drop-down-bg);
}

.news-update-select-heading {
    margin-bottom: 40px;
}

.styled-select {
    position: relative;
    font-family: 'nobel';
    width: 100%;
    height: 50px;
    color: var(--black-color);
    background-color: var(--white-color);
    text-align: left;
    padding: 14px;
}
  
.styled-select select {
    padding: 0;
    height: 50px;
}
  
.styled-select .curr {
    position: absolute;
    height: 50px;
    top: 0;
    right: 0;
    left: 0;
    padding: 16px;
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  
.styled-select .curr:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    background-image: url("../images/icons/chevron-down-solid.svg");
}
  
.styled-select ul {
    position: absolute;
    border: 1px solid var(--black-color);
    background-color:var(--white-color);
    margin: 0;
    top: 100%;
    right: -1px;
    left: -1px;
    z-index:99;
}
  
.styled-select li {
    list-style: none;
    cursor: pointer;
    padding: 10px;
    margin: 0;
}
  
.styled-select li:hover {
    background-color: var(--light-red);
    color: var(--white-color);
}
  
.styled-select li.selected, .styled-select li.selected:hover {
    background-color: var(--light-red);
    color: var(--white-color);
}

.news-update-heading h6 {
    text-align: right;
    font-family: 'Munged-8eTXDS6Ork';
    font-weight: 400;
    letter-spacing: 3px;
    margin: 0;
    line-height: 24px;
}

.sec-news-update-featured {
    padding: 60px;
    margin-bottom: 40px;
    background-color: var(--white-color);
}

.sec-news-update-featured h2 {
    color: var(--black-color);
}

.news-update .news-carousel {
    padding: 20px;
}

.news-update .news-carousel::before {
    display: none;
}

.news-update .news-carousel .news-carousel__inner {
    margin-bottom: 40px;
}

.news-update .news-carousel .news-carousel__inner::before {
    z-index: 0;
}

.load-more-btn {
    font-family: 'Munged-8eTXDS6Ork';
    color: var(--light-red);
    letter-spacing: 3px;
    margin: 30px 0;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
}
/** END OF : News Update Page **/

/** START OF : Team Page **/
.sec-architects-team {
    background-color: var(--white-color);
}

.sec-architects-team .architects-image-text {
    background-color: var(--drop-down-bg);
}

.sec-dedign-team {
    background-color: var(--white-color)    ;
}

.team-design-partners h3 {
    font-family: 'Munged-8eTXDS6Ork';
    font-weight: 400;
    line-height: 42px;
    margin-bottom: 10px;
}

.team-design-partners .technology-image {
    transform: rotate(0);
    top: -37px;
    right: auto;
    left: -35px;
}

.form-area form .thmy-btn {
    color: var(--black-color);
}

.form-area form .thmy-btn:hover {
    color: var(--white-color);
}
/** END OF : Team Page **/

/** START OF : Search Page **/
.search-page .form-group {
    position: relative;
    margin-bottom: 30px;
}

.search-page .form-group button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 24px;
    height: 60px;
    color: var(--white-color);
    background-color: var(--light-red);
}

.search-pages {
    border-top: 1px dashed var(--featured-link-color);
}

.search-page__inner {
    padding: 20px 0px;
    border-bottom: 1px dashed var(--featured-link-color);
}
/** END OF : Search Page **/

/** START OF : Accordion Banner **/
.accordion-banner {
    position: relative;
    height: auto;
}

.accordion-banner::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--black-color);
    opacity: 0.6;
}

.accordion-banner-slides {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    overflow: hidden;
}

.accordion-banner-slide {
    position: relative;
    list-style-type: none;
    min-height: 400px;
    overflow: hidden;
    transition: all 500ms linear;
    z-index: 9;
    width: 60px;
}

.brand1 {
    background-color: rgba(218,228,230,.85);
}

.brand2 {
   background-color: hsla(193,9%,71%,.85);
}

.brand3 {
   background-color: hsla(190,5%,47%,.85);
}

.brand5 {
   background-color: var(--light-red);
} 

.accordion-banner-slide a.accordion-banner-action {
    display: block;
    height: 100%;
    position: relative;
}

.accordion-banner-slide a.accordion-banner-action span {
    font-family: 'Munged-8eTXDS6Ork';
    color: var(--black-color);
    transform: rotate(270deg);
    position: absolute;
    top: 40%;
    font-size: 18px;
    width: 220px;
    left: 0;
    height: 190px;
    text-align: center;
}

.accordion-banner-content {
    display: block;
    padding: 60px 40px;
    color: var(--white-color);
}

.accordion-banner-slide-active {
    width: 100%;
    z-index: 99;
}

.accordion-banner-slide-active a.accordion-banner-action {
    display: none;
}

.accordion-banner-heading-text {
    position: relative;
    max-width: 720px;
    margin: 0 auto;
    color: var(--white-color);
    z-index: 9;
}

.accordion-banner-heading-text h1 {
    font-family: "nobel";
}

.accordion-banner-heading-text h1 span {
    color: var(--light-red);
}

.accordion-banner-slide-close-arrow {
    position: absolute;
    top: 32px;
    right: 32px;
    cursor: pointer;
    color: var(--light-red);
    font-size: 30px;
    display: none;
}

.accordion-banner-slide-active .accordion-banner-slide-close-arrow {
    display: block;
}

.accordion-banner-heading-text .thmy-btn {
    border-color: var(--light-red);
}

.accordion-banner-heading-text .thmy-btn:hover {
    background-color: var(--light-red);
}

.accordion-banner-content__inner-text {
    font-family: 'Munged-8eTXDS6Ork';
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: var(--black-color);
}

.accordion-banner-content__inner-text h2 {
    margin-bottom: 60px;
    text-decoration: underline;
    font-style: italic;
}
/** END OF : Accordion Banner **/