:root {
    --main-color: #C92026;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins';
}

::-webkit-scrollbar {
    width: 14px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: var(--main-color);
}

::-webkit-scrollbar-thumb:hover {
    background: var(--main-color);
}


/*Rules*/

.error {
    color: var(--main-color);
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    margin-top: 10px;
}

.btn {
    border: 0;
    outline: 0;
    box-shadow: none;
}

.container-costum {
    width: 1170px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.tr3s,
.aside .recent-projects .project::after,
.our-clients .image img,
.get-in-touch .btn-submit span,
.get-in-touch .btn-submit::after,
.get-in-touch .btn-submit::before,
.works .image .datiles a i,
.works .image .datiles a,
.works .image .datiles,
.see-more:hover::after,
.see-more:hover::before,
.see-more:hover span,
.works .image img,
.dropdown-costum,
.categories .card .card-title,
.aside .recent-posts ul li a,
.links .btn-landing::after,
.links .btn-landing::before,
.links .btn-landing,
.btn-landing i,
.btn-landing span,
.btn-landing::before,
.btn-landing::after,
header .desktop-nav .nav-link::after {
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

.dropdown-costum {
    position: absolute;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    background-color: #fff;
    min-width: 200px;
    width: 100%;
    padding: 10px 0;
    height: fit-content;
    top: 30px;
    left: 0;
    border-radius: 20px 20px;
    -webkit-border-radius: 20px 20px;
    -moz-border-radius: 20px 20px;
    -ms-border-radius: 20px 20px;
    -o-border-radius: 20px 20px;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    z-index: 999;
}

.dropdown-costum li {
    padding: 10px;
    width: 100%;
    list-style: none;
}

.dropdown-costum li a {
    color: var(--main-color);
    display: block;
    font-size: 15px;
    line-height: 37px;
    font-weight: normal;
    width: 100%;
}

.costum-dropdwon li {
    list-style: none;
    border-bottom: 1px solid #24252b;
}

.costum-dropdwon .dropdown-item {
    padding: 10px;
    color: #fff;
}


/*Respons Img*/

footer .logo img,
.our-clients .image img,
.aside .about .image img,
.landing .image img,
header .icon-search img,
header .navbar-brand img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


/*Start Header*/

header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

header.fixed {
    background-color: #fff;
    border-bottom: 1px solid #eaeeea;
}

header .desktop-nav .nav-item {
    margin-right: 35px;
    position: relative;
}

header .desktop-nav .nav-item:last-child {
    margin-right: 0;
}

header .desktop-nav .nav-item:nth-child(6) {
    margin-right: 22px;
}

header .desktop-nav .nav-link {
    font-size: 13px;
    height: 100%;
    padding: 0 !important;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 29px;
    position: relative;
}

header .desktop-nav .nav-link i {
    margin-left: 10px;
}

header .desktop-nav .nav-link::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 0;
    left: 0;
    bottom: 0;
    background-color: var(--main-color);
}

header .desktop-nav .nav-link:hover {
    color: var(--main-color);
}

header .nav-item.dropdwon:hover .dropdown-costum {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
}

header .desktop-nav .nav-link:hover::after {
    width: 20px;
}

header .desktop-nav .nav-link.active {
    color: var(--main-color);
}

header .desktop-nav .navbar-brand {
    width: 160px;
    height: 55px;
    padding: 0;
}

header .desktop-nav .icon-search {
    width: 13px;
    height: 13px;
    padding: 0;
    margin-bottom: 13px;
}


/*End Header*/


/*Start Landing*/

.landing {
    background-image: url('../images/landing-bg.png');
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    padding-top: 50px;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-bottom: 1px solid #d1d1d1;
}

.landing .datiles {
    position: relative;
    z-index: 8;
}

.landing .datiles .text {
    position: relative;
    z-index: 2;
}

.headingText h2 {
    position: relative;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    font-family: inherit;
    font-family: 'Montserrat', sans-serif;
}

.headingText h1 span,
.headingText h2 span {
    color: var(--main-color);
}

.headingText h1 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.2;
    font-size: 48px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

.landing .headingText h1 {
    font-size: 48px;
    line-height: 1.1;
}

.landing .datiles p {
    border-left-width: 1px;
    border-left-style: solid;
    border-color: var(--main-color);
    padding-left: 20px;
    max-width: 410px;
    font-size: 14px;
    line-height: 1.71429;
    margin-bottom: 37px;
    margin-top: 35px;
}

.landing .image {
    background-image: url("../images/logohut-0111.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 0;
}

.see-more,
.btn-submit,
.btn-landing {
    width: 180px;
    position: relative;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.see-more span,
.btn-submit span,
.btn-landing span {
    font-size: 15px;
    font-weight: 600;
    overflow: visible;
    height: 42px;
    line-height: 1.2;
    cursor: pointer;
    background-color: var(--main-color);
    color: #fff;
    z-index: 5;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 50%/3px;
    -webkit-border-radius: 50%/3px;
    -moz-border-radius: 50%/3px;
    -ms-border-radius: 50%/3px;
    -o-border-radius: 50%/3px;
}

.landing .datiles .btn-landing i {
    z-index: 3;
    color: #fff;
    margin-right: 10px;
    font-size: 10px;
}

.btn-landing::after,
.see-more::after,
.btn-submit::after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: -3px;
    background-color: var(--main-color);
    z-index: 0;
    border-radius: 50%/3px;
    -webkit-border-radius: 50%/3px;
    -moz-border-radius: 50%/3px;
    -ms-border-radius: 50%/3px;
    -o-border-radius: 50%/3px;
    overflow: hidden;
    box-shadow: 1.362px 2.673px 6px 0px rgba(36, 37, 43, 0.1);
}

.see-more::before,
.btn-submit::before,
.btn-landing::before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    bottom: -3px;
    background-color: var(--main-color);
    z-index: 1;
    border-radius: 50%/3px;
    -webkit-border-radius: 50%/3px;
    -moz-border-radius: 50%/3px;
    -ms-border-radius: 50%/3px;
    -o-border-radius: 50%/3px;
    overflow: hidden;
    box-shadow: 1.362px 2.673px 6px 0px rgba(36, 37, 43, 0.1);
}

.see-more:hover span,
.btn-landing:hover i,
.btn-landing:hover span {
    color: #1a1a1a;
}

.see-more:hover::after,
.see-more:hover::before,
.see-more:hover span,
.btn-landing:hover::after,
.btn-landing:hover::before,
.btn-landing:hover span {
    background-color: #fff;
}


/* .see-more:hover::after,
.see-more:hover::before,
.btn-landing:hover::after,
.btn-landing:hover::before {
} */

.landing .links {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: fit-content;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 99;
}

.links .btn-landing {
    width: 34px;
    height: 29px;
    margin-bottom: 15px;
    padding: 0;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.links .btn-landing::after,
.links .btn-landing::before,
.links .btn-landing {
    background-color: #fff;
}

.links .btn-landing:hover::after,
.links .btn-landing:hover::before,
.links .btn-landing:hover {
    background-color: var(--main-color);
}

.links .btn-landing i {
    z-index: 3;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.links .btn-landing:hover i {
    color: #fff;
}


/*End Landing*/


/*Start About US*/

.about-us {
    padding: 50px 0;
}

.headingText h1 {
    font-size: 40px;
    line-height: 1.3;
}

.about-us .content p {
    line-height: 1.875;
    font-weight: 300;
    font-size: 15px;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.about-us .content p strong {
    font-weight: bold;
}

.about-us .list li {
    list-style: none;
    position: relative;
    margin-top: 5px;
    padding-left: 20px;
    font-size: 14px;
    font-weight: 300;
}

.about-us .list h3 {
    color: #24252b;
    font-size: 15px;
    margin: 16px 0;
}

.about-us .list li::after {
    content: '';
    position: absolute;
    top: 9px;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: var(--main-color);
}


/*End About US*/


/*Start Works*/

.works {
    padding: 40px 0;
}

.works .image {
    width: 100%;
    height: 520px;
    margin: 15px 0;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.works .gallery::after {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.24);
    z-index: 3;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
}

.works .image:hover .gallery::after {
    opacity: 1;
}

.works .image:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.works .image .content {
    position: absolute;
    padding: 30px;
    width: 100%;
    z-index: 3;
    opacity: 0;
    bottom: 0;
}

.works .image .more {
    margin-left: auto;
    background-color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    text-decoration: none;
    z-index: 100;
    position: absolute;
    right: 30px;
    top: 30px;
    opacity: 0;
}

.works .image .more i {
    color: #1a1a1a;
}

.works .image .more:hover {
    background-color: var(--main-color);
}

.works .image .more:hover i {
    color: #fff;
}

.works .image .content h2 {
    color: var(--main-color);
    font-weight: bold;
    font-size: 15px;
}

.works .image .content h3 {
    color: #fff;
    font-weight: bold;
    font-size: 15px;
}

.works .image:hover .more,
.works .image:hover .content {
    opacity: 1;
}

.works .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.works .headingText {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.works .headingText h2 {
    margin: 0;
}

.works .headingText p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
}

.works .headingText>span {
    width: 30px;
    height: 1px;
    background-color: var(--main-color);
    display: inline-block;
    margin: 0 20px;
}

.works .categories {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.nav-tabs .nav-link,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.works .nav.nav-tabs {
    border: 0;
}

.works .categories .btn-category {
    color: #888;
}

.works .categories .btn-category.active {
    color: #000;
}

.works .categories .btn-category:hover {
    color: #000;
}

.works .btn-load-more {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px auto 0;
    gap: 8px;
    font-weight: 500;
    font-size: 14px;
}

.works .btn-load-more:hover {
    color: var(--main-color);
}


/*End Works*/


/*Start Get in touch*/

.get-in-touch {
    padding: 40px 0;
    overflow: hidden;
}

.get-in-touch .image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 760px;
    height: 727px;
    max-width: 100%;
    max-width: 100%;
    z-index: 0;
}

.get-in-touch .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.get-in-touch .form {
    max-height: 100%;
    position: relative;
    width: 55%;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 2.5px 4.33px 5px 0px rgba(40, 44, 46, 0.1);
    box-shadow: 2.5px 4.33px 5px 0px rgba(40, 44, 46, 0.1);
    z-index: 1;
    padding: 55px 60px;
    min-width: 595px;
    top: 20px;
}

.get-in-touch .headingText h1 {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
}

.get-in-touch .form form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 40px 0;
}

.get-in-touch .form form .input {
    width: 48%;
    position: relative;
    margin-bottom: 30px;
}

.get-in-touch .form form input {
    font-size: 14px;
    font-weight: 500;
    padding: 10px 25px;
    height: 50px;
    resize: none;
    -webkit-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    -webkit-box-shadow: 2.5px 4.33px 5px 0px rgba(40, 44, 46, 0.1);
    box-shadow: 2.5px 4.33px 5px 0px rgba(40, 44, 46, 0.1);
}

.get-in-touch .form form textarea,
.get-in-touch .form form input {
    border: 0;
}

.get-in-touch .form form :where(.input,
.textarea) .myborder {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    display: block;
    height: 1px;
    z-index: 2;
    background-color: var(--main-color);
    border: 0 !important;
    transition: width 0.3s ease-in-out;
    -webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    -ms-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
}

.get-in-touch .form form .textarea {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}

.get-in-touch .form form textarea {
    font-size: 14px;
    font-weight: 500;
    padding: 10px 25px;
    height: 50px;
    resize: none;
    -webkit-box-shadow: 2.5px 4.33px 5px 0px rgba(40, 44, 46, 0.1);
    box-shadow: 2.5px 4.33px 5px 0px rgba(40, 44, 46, 0.1);
    height: 150px;
}

.get-in-touch .form form textarea::placeholder,
.get-in-touch .form form input::placeholder {
    color: #a2a2a2;
    background: rgba(255, 255, 255, 0.7);
}

.get-in-touch .btn-submit {
    width: 135px;
}

.get-in-touch .btn-submit:hover span {
    color: #1a1a1a;
}

.get-in-touch .btn-submit:hover span,
.get-in-touch .btn-submit:hover::after,
.get-in-touch .btn-submit:hover::before {
    background-color: #fff;
}


/*End Get in touch*/


/*Start Our Clients*/

.our-clients {
    padding: 40px 0;
}

.our-clients .headingText h1 {
    margin-top: 10px;
}

.our-clients .image {
    margin-right: 5px;
}

.our-clients .image:hover img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}

.our-clients .image img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.our-clients .see-more {
    margin: 30px auto;
    width: 110px;
}


/*End Our Clients*/


/*Start Footer*/

footer {
    padding: 70px 0 0;
    position: relative;
    z-index: 1;
    background: url('../images/bg-footer.jpg') 50% no-repeat;
    background-size: cover;
}

footer .see-more {
    position: absolute;
    top: -20px;
    width: 120px;
    right: 20%;
}

footer .see-more span,
footer .see-more::after,
footer .see-more::before {
    background-color: #24252b;
}

footer .see-more:hover span,
footer .see-more:hover::after,
footer .see-more:hover::before {
    background-color: var(--main-color);
}

footer .see-more:hover span {
    color: #fff;
}

footer .logo {
    display: block;
    width: 180px;
}

footer .content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

footer .content .heading-text {
    position: relative;
}

footer .content h3 {
    text-transform: lowercase;
    margin: 0px 0 30px;
    font-size: 18px;
    font-weight: 600;
}

footer .content h3 span {
    color: var(--main-color);
}

footer .content .heading-text {
    position: relative;
}

footer .content .heading-text>span {
    position: absolute;
    width: 15px;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: var(--main-color);
}

footer .content ul {
    padding: 0;
    margin-top: 30px;
}

footer .content ul li {
    list-style: none;
}

footer .content ul li a {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #1a1a1a;
    margin-top: 5px;
    font-size: 18px;
}

footer .content ul li a:hover {
    color: var(--main-color);
}

footer .content .links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

footer .content .links .btn-landing {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

footer .content .links .btn-landing::after,
footer .content .links .btn-landing::before {
    background-color: #fff;
}

footer .content .links .btn-landing:hover:after,
footer .content .links .btn-landing:hover:before {
    background-color: var(--main-color);
}

footer .copyright {
    background: #24252b;
    padding: 20px 0;
    margin-top: 20px;
}

footer .copyright p {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    margin: 0;
}


/*End Footer*/


/*Start Search Model*/

.search-container {
    position: fixed;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(148, 148, 148, 0.9);
    -webkit-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
    -webkit-clip-path: circle(0% at 50% 50%);
    clip-path: circle(0% at 50% 50%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.search-container .close-search {
    position: absolute;
    top: 15%;
    right: 15%;
    background-color: #C92026;
}

.search-container .close-search i {
    color: #fff;
}

.search-container form {
    width: 450px;
    max-width: 100%;
}

.aside form .input-group-text,
.aside form input,
.search-container form .input-group-text,
.search-container form input {
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.search-container form input {
    padding: 0 10px 0 25px;
    height: 45px;
}

.aside form input:focus,
.search-container form input:focus {
    box-shadow: none;
}

.aside form input,
.search-container form input::placeholder {
    color: #a2a2a2;
    font-style: italic;
}


/*End Search Model*/


/*Start Breadcrumb*/

.breadcrumb-nav {
    display: flex;
    align-items: center;
    min-height: 295px;
    background-color: #fafafa;
    position: relative;
}

.breadcrumb-nav .title {
    font-size: 60px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-top: 25px;
}

.breadcrumb-nav .title span {
    color: var(--main-color);
}

.breadcrumb-nav .breadcrumb {
    position: absolute;
    bottom: 50px;
    right: 17%;
}

.breadcrumb-nav .breadcrumb-item,
.breadcrumb-nav .breadcrumb-item a {
    color: #24252b;
    font-size: 13px;
}


/*End Breadcrumb*/


/*Start Projects Page */

.projects .works .image.helf {
    height: 100%;
    max-height: 245px;
}

.projects .get-in-touch {
    margin-bottom: 120px;
}


/*End Projects Page */


/*Start Services Page*/

.services .about-us .headingText {
    padding-top: 38px;
    padding-bottom: 43px;
}

.services .questions {
    background-image: url('../images/bg18-scaled.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 0;
    margin-bottom: 120px;
}

.services .questions .questions-box {
    position: relative;
    width: 55%;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 2.5px 4.33px 5px 0px rgba(40, 44, 46, 0.1);
    box-shadow: 2.5px 4.33px 5px 0px rgba(40, 44, 46, 0.1);
    z-index: 1;
    padding: 55px 60px;
    min-width: 595px;
    width: 100%;
}

.services .questions .accordion-button,
.services .questions .accordion-item,
.services .questions .accordion {
    background-color: transparent;
    border: 0;
}

.services .questions .accordion-button {
    box-shadow: none;
    font-weight: 600;
}

.services .questions .accordion-item {
    border-bottom: 1px solid #d3dde4;
    padding: 10px 0;
}

.services .questions .accordion-button:not(.collapsed) {
    color: var(--main-color);
}

.services .questions .accordion-button:not(.collapsed)::after {
    background-image: url('../images/minus.svg');
}

.services .questions .accordion-button::after {
    background-image: url('../images/plus.svg');
}


/*End Services Page*/


/*Satrt aboutUs Page*/

.aboutUs {
    padding: 0 0 60px 0;
}

.aboutUs .tabs {
    padding: 100px 0;
}

.aboutUs .image {
    mask-image: url('../images/mask-side-img.svg');
    position: relative;
    -webkit-mask-image: url('../images/mask-side-img.svg');
    mask-image: url('../images/mask-side-img.svg');
    -webkit-mask-position: 0 50%;
    mask-position: 0 50%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    padding-bottom: 100%;
    width: 100%;
    height: 100%;
    max-height: 430px;
}

.aboutUs .image img {
    width: 460px;
    height: 460px;
    object-fit: cover;
    z-index: 2;
    position: relative;
}

.aboutUs .box {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    margin-left: 100px;
}

.aboutUs .nav-tabs {
    border: 0;
    margin-bottom: 30px;
}

.aboutUs .nav-tabs .nav-item .nav-link {
    color: #888;
    border: 0;
    font-weight: bold;
}

.aboutUs .nav-tabs .nav-item .nav-link span {
    color: var(--main-color);
}

.aboutUs .nav-tabs .nav-item.show .nav-link,
.aboutUs .nav-tabs .nav-link.active,
.aboutUs .nav-tabs .nav-item .nav-link:hover:not(.active) {
    border: 0;
}

.aboutUs .nav-tabs .nav-link.active {
    border-bottom: 1px solid var(--main-color);
    color: #24252b;
}

.aboutUs .tab-content .tab-pane p {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.875;
    margin: 2em 0;
    color: #24252b;
}

.aboutUs .contactus {
    background-color: #fafafa;
    min-height: 200px;
    display: flex;
    align-items: center;
}

.aboutUs .contactus .btn.see-more {
    top: 50%;
    position: relative;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.aboutUs .contactus .btn.see-more i {
    position: relative;
    z-index: 4;
    color: #fff;
    font-size: 10px;
    width: 15px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.aboutUs .contactus .btn.see-more:hover i {
    color: #000;
}


/*End aboutUs Page*/


/*Start Conatcts Page*/

.contact .form {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    box-shadow: none;
}

.contact .see-more {
    width: 60px;
}

.contact .get-in-touch .btn-submit {
    margin: 0 auto;
}

.contact .social-media {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.contact .social-media ul li {
    list-style: none;
}

.contact .social-media ul li>span {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px;
    display: block;
}

.contact .social-media ul li .see-more {
    margin: 0 auto 15px;
    padding: 0;
}

.contact .social-media ul li .see-more span {
    position: relative;
    width: 47px;
    height: 47px;
    color: #fff;
}

.contact .social-media ul li .see-more i {
    font-size: 25px;
}

.contact .social-media ul li .see-more::before,
.contact .social-media ul li .see-more::after,
.contact .social-media ul li .see-more span {
    background-color: #24252b;
}

.contact .vr {
    width: 1px;
    height: 40px;
    top: 50%;
    position: relative;
    transform: translateY(100%);
}


/*End Contacts Page*/


/*Strat Post Page*/

.post {
    background-color: #fafafa;
    padding-top: 120px;
}

.post .postContent .image {
    width: 750px;
    max-width: 100%;
    height: 375px;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin-bottom: 45px;
}

.post .postContent .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post .postContent .article h1 {
    position: relative;
    margin: 0;
    line-height: 1.2;
    font-family: inherit;
    z-index: 1;
    font-family: Poppins;
    font-weight: 700;
    font-size: 36px;
    margin: 30px 0;
    margin-bottom: 10px;
}

.post .postContent .article .desc {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.875;
    margin: 2em 0;
}

.post .postContent .article .desc strong {
    font-weight: bold;
}

.post .postContent .article .desc a {
    color: #e4b96c;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    pointer-events: all;
}

.post .postContent .article ul {
    padding: 0;
}

.post .postContent .article ul li>.desc {
    margin-top: 0;
}

.post .postContent .article h2 {
    font-family: Poppins;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px;
}

.post .postContent .article h4 {
    font-size: 16px;
    line-height: 1.875;
    font-weight: bold;
    margin: 0;
}


/*Start Aside*/

.aside {
    width: 330px;
    max-width: 100%;
}

.aside .recent-projects,
.aside .about,
.aside .recent-posts,
.aside .form {
    margin-bottom: 30px;
    background: #fff;
    padding: 30px;
}

.aside .widget-title {
    margin: 0 0 25px;
    font-size: 18px;
    font-weight: 700;
}


/*Form*/

.aside form .input-group-text {
    background-color: transparent;
}

.aside form {
    border: 1px solid #e8e8eb;
    padding: 0 10px 0 25px;
    height: 45px;
}

.aside form .input-group {
    height: 100%;
}

.aside form input,
.aside form input:focus,
.aside form input::placeholder {
    color: #b1b0b0;
}


/*recent-posts*/

.aside .widget-title {
    margin: 0 0 25px;
    font-size: 18px;
    font-weight: 700;
}

.aside .recent-posts ul {
    padding: 0;
}

.aside .recent-posts ul li {
    list-style: none;
    position: relative;
    border-bottom: 1px solid #e8e8eb;
    padding: 15px 0;
    padding-right: 25px;
}

.aside .recent-posts ul li a {
    text-decoration: none;
    color: #24252b;
    display: block;
    line-height: 1.2em;
    min-height: 14px;
    font-weight: 600;
    font-size: 14px;
}

.aside .recent-posts ul li a i {
    color: var(--main-color);
    position: absolute;
    right: 0;
    font-size: 8px;
}

.aside .recent-posts ul li a:hover {
    color: var(--main-color);
}


/*About*/

.aside .about .desc {
    font-size: 14px;
    line-height: 1.71429;
    font-weight: 300;
    color: #24252b;
    margin-top: 15px;
}

.aside .about .label {
    margin-right: 25px;
    font-weight: 600;
    text-transform: none;
    font-size: 14px;
}

.aside .about .links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-grow: 1;
}

.aside .about .links .btn-landing {
    margin: 0;
}

.aside .about .links .btn-landing span {
    height: 35px;
}

.aside .about .links .btn-landing span,
.aside .about .links .btn-landing::after,
.aside .about .links .btn-landing::before {
    background-color: #fff;
    box-shadow: none;
}

.aside .about .links .btn-landing i {
    color: #000;
}

.aside .about .links .btn-landing:hover span,
.aside .about .links .btn-landing:hover::after,
.aside .about .links .btn-landing:hover::before {
    background-color: var(--main-color);
}

.aside .about .links .btn-landing:hover i {
    color: #fff;
}


/*recent-projects*/

.aside .recent-projects .project {
    min-height: 85px;
    height: 100%;
    display: block;
    width: 85px;
    max-width: 100%;
    position: relative;
}

.aside .recent-projects .project img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.aside .recent-projects .project::after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    background-color: transparent;
}

.aside .recent-projects .project:hover::after {
    background-color: rgba(0, 0, 0, 0.24);
}


/*End Aside*/


/*End Post Page*/


/*Start Categories Page*/

.categories .category {
    padding: 50px 0;
    background-color: #f9f9f9;
}

.categories .card {
    border: 0;
    width: 360px;
    max-width: 100%;
    background-color: transparent;
}

.categories .card .card-img-top {
    width: 360px;
    height: 193px;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.categories .card .card-text {
    font-size: 12px;
    margin-bottom: 15px;
    font-weight: 800;
    font-family: 'Montserrat';
    color: var(--main-color);
}

.categories .card .card-title {
    display: block;
    font-size: 21px;
    line-height: 1.42857;
    font-weight: bold;
    font-family: 'Montserrat';
    text-decoration: none;
}

.categories .card .btn-more {
    font-size: 14px;
    font-weight: 600;
    color: var(--main-color);
    display: flex;
    align-items: center;
    margin-top: 20px;
    text-align: left;
    padding: 0;
}

.categories .card .btn-more i {
    margin-top: 3px;
    margin-left: 7px;
}

.categories .card .card-title:hover {
    color: var(--main-color);
}

.categories .card .btn-more:hover {
    color: #24252b;
}


/*End Categories Page*/


/*Start Project*/

.Project {
    background-color: #fafafa;
    padding-top: 120px;
}

.Project .image {
    margin-bottom: 50px;
}

.Project .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Project .datiles p {
    margin-top: 40px;
    margin-bottom: 40px;
    color: #24252b;
    font-weight: 400;
}


/*EndProject*/


/*Start Whatsapp Btn*/

.whatsapp {
    width: 120px;
    position: fixed;
    bottom: 40px;
    display: none;
    align-items: center;
    justify-content: space-between;
    left: 5px;
    z-index: 999;
    background-color: var(--main-color);
    height: 30px;
    padding: 0 10px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}


/*End Whatsapp Btn*/