.

/* generic code */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box !important;
    line-height: 1.2em;
}


.head-nav.open {
    width: 250px;
}









.menu-btn {
    display: none;
    width: 30px;
    height: 25px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}

.menu-btn span {
    position: relative;
    display: block;
    height: 2px;
    background: black;
    pointer-events: none;
    width: 100%;
    transition: 0.2s;
}

.menu-btn span::before {
    content: "";
    width: 100%;
    position: absolute;
    display: block;
    left: 0;
    top: -10px;
    height: 100%;
    transition: 0.2s;
    background: black;
}

.menu-btn span::after {
    content: "";
    width: 100%;
    transition: 0.2s;
    position: absolute;
    display: block;
    left: 0;
    bottom: -10px;
    height: 100%;
    background: black;
}

#mob-header {
    display: none;
}


.menu-btn.open span {
    transform: rotate(-45deg);
}

.menu-btn.open span::before {
    opacity: 0;
    top: 0;
    display: block;
}

.menu-btn.open span::after {
    top: 0;
    transform: rotate(90deg);
    display: block;
}


html {
    scroll-behavior: smooth;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none !important;
}

body {
    font-family: 'Comfortaa', cursive;
}


.wow {
    visibility: hidden;
}

header {
    /* background: linear-gradient(131deg, #E01F2E 0%, #33338F 46.10%, #3F3FBB 100%);
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover; */

}

.header-content {
    width: 100%;
    padding: 20px 0;
    display: flex;
    z-index: 999;
    align-items: center;
    justify-content: space-between;
}

.header-content nav ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 30px;
}

.header-content nav ul li a {
    color: black;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: 0.2s;


}

/* .active {

    color: #2E368E!important;
    font-weight: 600!important;
} */

.header-content nav ul li a:hover {
    color: #181818;
}

.head-logo img {
    width: 15em;
}

.phone-header h2{
    color: #2E368E;
    font-size: 20px;
}

.head-btn {
    gap: 13px;
    display: flex;
}

a.site-btn {
    color: #FFF;
    font-family: Comfortaa;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: inline-flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #2E368E;
    transition: 300ms ease all;
}



a.site-btn:hover {
    background-color: #DF2127;
    color: #fff;
}


.banner {
    padding: 40px 0 40px;
}

.banner-row {
    align-items: center;
}

.banner-right {
    text-align: right;
}

.banner-right img {
    width: 450px;
}


.banner-bottom-img{
margin: auto;
}
.heading h1 span {
    display: block;
    font-family: Comfortaa;
    font-size: 38px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.heading h1 {
    font-family: Comfortaa;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.banner .heading h1{
    color: #2E368E;
}

 .banner .heading p {
    color: black;
}


.heading p {
    font-family: Comfortaa;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 27px;
    /* 150% */
}

.blue-color{
    color: #2E368E;
}

.pink-color{
    color: #DF2127;
}
.card-row{
    row-gap: 30px;
}

.custom-card p{
    font-size: 14px;
}

.custom-card{
    border-radius: 30px;
    padding: 30px 25px;
    height: 380px;
    
}

.custom-card:hover{
    background-color:white;
    opacity: 80%;
    
}


.custom-card img{
    max-width: 80%;
    height: 50px;
    object-fit: contain;
}


.boxes-bottom-logo{
    display: flex;
    gap: 5px;
}

.boxes-bottom-logo img{
    width: 50%;
}


.circlecue{
    background-color: #f3f3f3!important;
}

.matcheron {
    background: rgb(255,255,255);
    background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(169,207,218,1) 100%);
}

.karkonnex{
    background: rgb(255,255,255);
background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(211,236,230,1) 100%);
}

.roomrently{
    background: rgb(255,255,255);
background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(211,236,230,1) 100%);
}

.kallhandyman{
    background: rgb(255,255,255);
    background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(169,207,218,1) 100%);
}

div.companies {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 34px 64px 0px rgba(0, 0, 0, 0.10);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px;
}

.companies img:nth-child(1) {
    width: 134.71px;
}

.companies img:nth-child(2) {
    width: 131px;
}

.companies img:nth-child(3) {
    width: 88.421px;
}

.companies img:nth-child(4) {
    width: 86.486px;
}

.companies img:nth-child(5) {
    width: 150px;
}

section.companies {
    margin-top: -70px;
    position: relative;
}

.about-left img {
    width: 100%;
}

.about {
    padding: 50px 0 100px;
}

.about .heading h1 {
    color: #DF2127;
}

.about-row {
    align-items: center;
}

.about .heading p {
    color: rgba(87, 87, 87, 1);
}

.services .heading h1 {
    color: #2E368E;
    margin-bottom: 80px;
}

.service-img img {
    width: 100%;
    animation-name: service-img;
    animation-iteration-count: infinite;
    animation-duration: 10s;
}

@keyframes service-img {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(0, 30px);
    }

    100% {
        transform: translate(0, 0);
    }
}

.service-row {
    align-items: center;
    margin-bottom: 80px;
}

.service-text h3 {
    color: #000;
    font-family: Comfortaa;
    font-size: 28px;
    display: block;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 18px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: linear-gradient(131deg, rgba(224, 31, 46, 0.20) 0%, rgba(51, 51, 143, 0.20) 46.10%, rgba(63, 63, 187, 0.20) 100%);
    margin-bottom: 34px;
}

footer {
    background-color: #F5F5F5;

}

.footer-row {
    padding: 80px 0;
}

.footer-row .col-md-4 small {
    margin: 26px 0 40px;
    display: block;

}

.footer-logo img {
    width: 80%;
}

.social {
    display: flex;
    gap: 20px;
}

.social img {
    width: 20px;
}

.footer-nav a {
    color: #2E368E;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 175% */
    display: block;
    margin-top: 30px;
}

.footer-nav-head h5 {
    color: #2E368E;
    font-size: 16px;
    font-style: normal;
    font-weight: 800!important;
    line-height: 28px;
    /* 175% */
}

.footer-contact a svg {
    margin-right: 15px;
}

.footer-contact a {
    display: block;
    margin-top: 30px;
    color: #2E368E;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.last {
    border-top: 1px solid #D6D6D6;
    padding: 35px 0;
}







section.contact-form {
    padding-bottom: 100px;
}

section.contact-form .container {
    width: 650px;
    margin: auto;
    text-align: center;
}

section.contact-form .form {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.08);
    padding: 30px;
}

section.contact-form .form fieldset input {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #D0D0D0;
    padding: 30px;
    margin: 7px 0;
    color: #404040;
    font-family: Comfortaa;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    background: #FFF;
}

section.contact-form .form fieldset input::placeholder {
    color: #404040;
    font-family: Comfortaa;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 27px;
    /* 150% */
}

.submit-btn {
    background: #2E368E !important;
    color: #FFF !important;
    text-align: center;
    font-family: Comfortaa;
}








section.estimate-form {
    position: relative;
    margin-top: -100px;
    padding-bottom: 100px;
}


section.estimate-form .form {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.08);
    padding: 30px;
}



section.estimate-form .form fieldset input::placeholder {
    color: #404040;
    font-family: Comfortaa;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 27px;
    /* 150% */
}

.submit-btn {
    background: #2E368E !important;
    color: #FFF !important;
    text-align: center;
    font-family: Comfortaa;
}

section.estimate-form .form fieldset label {
    color: #404040;
    font-family: Comfortaa;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    margin-top: 30px;
    line-height: 27px;
    /* 135% */
}

.form-checks {
    gap: 60px;
    display: flex;
    margin: 15px 0;
}

.form-checks fieldset {
    display: flex;
    gap: 10px;
    align-items: center;

}

.estimate label {

    display: block;
}

.estimate input, .range-input, .estimate textarea {
    border-radius: 10px;
    border: 1px solid #D0D0D0;
    background: #FFF;
    width: 100%;
    padding: 15px;
}

.estimate-row {
    align-items: center;
}

.last-estimate {
    margin: 30px 0;
}

.submit-btn {
    border-radius: 10px;
    border: 1px solid #D0D0D0;
    background: #2E368E;
    color: #FFF;
    text-align: center;
    font-family: Comfortaa;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    width: 100%;
    padding: 30px;
    line-height: 27px;
    /* 150% */
}

.services-row {
    margin-top: 100px;
    align-items: center;
}

.service-page-img img {
    width: 100%;
}

.services-row .heading h1 {
    position: relative;
}

.services-row .red-wali h1::before {
    z-index: -9;
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    width: 590px;
    padding: 50px;
    background-color: #FFE9E9;
}

.services-row .blue-wali h1::before {
    z-index: -9;
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    width: 590px;
    padding: 50px;
    background-color: #E9EBFF;
}




.banner h2 {
    color: #fff;
}


.price-box {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0px 34px 64px 0px rgba(0, 0, 0, 0.10);
}

.price-heading h3 {
    font-size: 25px;
    color: #2E368E;
    font-weight: bolder;
    margin-bottom: 0;
}

.price-heading span {
    font-size: 12px;
}

.price {
    margin-top: 20px;
}

.price span {
    font-size: 50px;
    color: #686868;
}

.price {
    font-size: 50px;
}

.price small {
    font-size: 10px;
    color: #686868;
    margin-left: -17px;
}

.price-list strong {
    font-size: 20px;
    margin: 40px 0 10px;
    display: block;
}

.pricing {
 
    padding-bottom: 100px;
}

.form-bg form input, .form-bg form select, .form-bg form textarea {
    display: block;
    width: 100%;
    padding: 10px;
    margin: 10px 0;
}.price-heading img{
width: 10%;
    

}
.price-heading h3{
    display: flex;
    justify-content: space-between;
}






.popup-trigger {

    transition: 300ms all;
}

.popup-trigger:hover {
    opacity: .8;
    color: #fff;
}

.popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 1000;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: 500ms all;

}

.popup.is-visible {
    opacity: 1;
    visibility: visible;
    transition: 1s all;
}

.popup-container {
    transform: translateY(-50%);
    transition: 500ms all;
    position: relative;
    width: 40%;
    top: 5%;
    margin: 0 auto;
    padding: 1rem;
    background: #FFF;
    border-radius: .25em .25em .4em .4em;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.is-visible .popup-container {
    transform: translateY(0);
    transition: 500ms all;
}

.popup-container .popup-close {
    position: absolute;
    top: 8px;
    font-size: 0;
    right: 8px;
    width: 30px;
    height: 30px;
}


.popup-container .popup-close::before,
.popup-container .popup-close::after {
    content: '';
    position: absolute;
    top: 12px;
    width: 14px;
    height: 3px;
}

.popup-container .popup-close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 8px;
}

.popup-container .popup-close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 8px;
}


.popup-container .popup-close:hover:before,
.popup-container .popup-close:hover:after {

    transition: 300ms all;
}









.our-port-sec {
    padding: 100px 0;
}

.cus-grid:after {
    content: "";
    display: table;
    clear: both;
}

.cus-grid {
    column-count: 3;
    grid-gap: 30px;
    column-gap: 30px;
}

.content {
    background-color: white;
    padding: 10px;
}

.gallery-filter {
    padding: 0 15px;
    width: 100%;
    text-align: center;
}

.gallery-filter .filter-item {
    color: #585858;
    background-color: #D7D7D7;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 500;
    cursor: pointer;
    padding: 10px 30px 10px 30px;
    line-height: 1.2;
    margin: 10px;
    transition: all 0.3s ease;
}

.gallery-filter .filter-item.active {
    color: #fff;
    background: #DF2127;
}

.inner-port-filter .filter-item.active {
    background: #000;
    color: white;
}

.inner-port-filter .filter-item {
    color: #000000;
}

.gallery-item.show {
    animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.gallery-item.hide {
    display: none;
}

.port-gal-holder {
    margin-top: 60px;
}

.main-portfolio-section {
    padding-bottom: 80px;
}

.gal-img-box img {
    width: 100%;
}

/* 

.hide {
  display: none;
}
.portfolio-sec {
    padding: 100px 0;
}
.port-images img{
width: 100%;
}
.port-images{
    display: grid;
} */





















.blog-box {
    margin-bottom: 40px;
    border: 1px solid #eee;
    padding: 30px;
}

.blog-box small {
    color: #888;
    margin-right: 5px;
    font-size: 12px;
}

.blog-box-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.blog-title h3 {
    font-family: poppins;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
}

.blog-box-blue .blog-title {

    color: #2E368E;
}

.blog-box p {
    color: #000;
    font-family: montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.blog-box-purple .blog-title {

    color: #DF2127;
}

.blogs {
    padding: 100px 0;
}

.blog-info a {
    color: #585858;
    font-size: 10px;
}

.blog-right {
    padding: 10px;
    background: #2E368E;
}

.blog-search input {
    background: #FFF;
    padding: 15px;
    width: 100%;
    border: none;
}

.blog-search input::placeholder {
    color: #9E9E9E;
    font-family: Raleway;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.brb-head p {
    color: #fff;
    font-family: Raleway;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    margin-top: 40px;
    line-height: normal;
}

.brb-content a {
    color: #fff;
    font-family: Raleway;
    font-size: 12px;
    display: block;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    /* 150% */
    margin-bottom: 10px;
}

.form-invest h2{
    font-size: 40px;
    font-weight: 800;
}

.form-invest .btn{
        width: 200px;
        background-color:#2E368E;
        border: 0;
}

.form-invest input, .form-invest textarea {
    background-color: #f4f4f4!important;
    border-radius: 12px;
    padding: 25px;
    border: 0;
}