/* Css reset */
*{text-decoration:none;margin:0;padding:0;outline:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,acronym,address,big,cite,code,del,dfn,em,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;font-family:inherit;font-size:100%;font-style:inherit;color:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline}
img{max-height:100%;max-width:100%;position:relative}

@font-face {
    font-family: 'Somar';
    src: url('../assets/fonts/Somar-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Somar';
    src: url('../assets/fonts/Somar-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: bold;
}
body,input,button,select{
    font-family: Somar, sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    line-height: 1.7em;
}

body{background-color: #F8FAFF;}

html{scroll-behavior:smooth}html[mode="dark"]{color-scheme:dark}

.container {
    margin: 0 auto;
    padding: 0 15px;
    width: 100%;
    max-width: 1200px;
}
.container.home .widget {
    margin: 40px 0;
    padding-bottom: 40px;
    border-bottom: 1px solid #e1e6f5;
}
.proj_items>div:not(:last-of-type),.proj-wraap aside>div:not(:last-of-type) {
    margin-bottom: 25px;
}
.porj_content.single {
    margin-bottom: 30px;
}
a.dataitem {
    color: #000;
}
footer, .widget, .herosection, .catsSLide, .divslide, .unit-data,.proj_relatedposts,.asidecallaction,.contact_us,.porj_contact_us,.porj_auhterbox,.porj_content,.porj_zoommeet,.porj_facility,.units-contenar,.box-table-data,.proj_lightbox {
    overflow: hidden;
}
/* headline */
.tagbuttons {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}
.tagbuttons span {
    padding: 4px 25px;
    background: #044BB3;
    display: inline-block;
    border-radius: 30px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}
.tagbuttons .active, .tagbuttons span:hover {
    background: #0866ff;
}

/* header */
.mobilemenu{display: none ;}
span.openmenu{
    display: none;
}
header.sp_header .headerpoz {
    position: absolute;
    width: 100%;
    z-index: 9;
    background: #ffffff;
    box-shadow: 0 6px 14px 0 rgb(152 159 172 / 5%);
    border-bottom: 1px solid #e1e6f5;
}

header.sp_header {
    height: 100px;
    display: block;
    margin-bottom: 30px;
    position: relative;
}

nav.nav {
    flex-grow: 1;
}
.logo svg {
    width: 250px;
    height: auto;
}
.headeritems {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
    gap: 20px;
}
nav.nav ul {
    display: flex;
    list-style: none;
    gap: 25px;
    align-items: center;
    transition: all .3s;
}
.headeritems a {
    font-size: 16px;
}
.headeritems nav.nav a {
    color: #1C1F26;
    font-weight: 500;
    padding: 20px 0;
}
.headeritems nav.nav a:hover {
    color: #0866ff;
}
a.bigbutn {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0866ff;
    color: #fff;
    padding: 0 15px;
}
a.bigbutn.login {
    border-right: 1px solid #7a9b9b;
}
.smalbutn {
    padding: 3px 25px;
    background: #0866ff;
    border-radius: 3px;
    color: #fff;
    font-size: 15px !important;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.smalbutn:hover {
    background: #0866ff;
    color: #fff;
}
.smalbutn svg {
    width: 14px;
    height: 14px;
    fill: #fff;
}
.smalbutn.phone {
    color: #0866ff;
    border: 1px solid #0866ff;
    background: transparent;
    font-weight: bold;
    padding: 3px 15px;
}

.smalbutn.phone svg {
    fill: #0866ff;
}
.smalbutn.phone:hover {
    background: #0866ff;
    color: #fff;
}

.smalbutn.phone:hover svg {
    fill: #fff;
}
.hbvtn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
ul.sub-menu {
    position: absolute;
    flex-direction: column;
    width: 200px;
    background: #fff;
    right: -20px;
    top: 70px;
    border-radius: 8px;
    z-index: 9;
    gap: 0 !important;
    transform: scale(0);
    border: 1px solid #e1e6f5;
}
nav.nav ul li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

ul.sub-menu:before {
    content: "";
    background: #fff;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 15px;
    top: -15px;
    transform: rotate(45deg);
    border: 1px solid #e1e6f5;
    border-radius: 8px;
}

ul.sub-menu li a {
    display: block;
    background: #fff;
    width: 100%;
    padding: 10px !important;!i;!;
    border-radius: 8px;
}

ul.sub-menu li {
    display: block;
    width: 100%;
}

.menu-item-has-children:hover .sub-menu {
    transform: scale(1);
}

.menu-item-has-children:after {
    content: "\276E";
    transform: rotate(90deg);
    transition: all .3s;
    color: #0866ff;
}

.menu-item-has-children:hover:after {
    transform: rotate(-90deg);
}
/* herosection */

/* post */


/* post section */

.headline h2 {
    font-size: 28px;
    color: #1C1F26;
}
.headline {
    margin-bottom: 30px;
}

.minslide.projslider {
    min-height: 415px;
}
.widget.blog .minslide.projslider {
    min-height: 305px;
}
.projslider .project, .posts {
    margin: 10px;
    background: #fff;
    border-radius: 8px;
    color: #444;
    overflow: hidden;
    border: 1px solid #F0F4FF;
}

.projslider .project img {
    display: block;
    object-fit: cover;
}
.projslider .project .projimage .deveimg {
    position: absolute;
    width: 90px;
    height: 70px;
    object-fit: contain;
    inset: auto;
    right: 15px;
    top: 15px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e1e6f5;
}
.projslider .project .projimage, .posts .thumb {
    padding-top: 60%;
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: 0;
border-bottom: 1px solid #F0F4FF;
}
.projslider .project .projimage img, .posts .thumb img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.projslider .project .projdetils {
    display: block;
    padding: 15px;
    border-top: 1px solid #e1e6f5;
}
.projdetils .smtitle {
    font-size: 15px;
    color: #1C1F26;
    margin-bottom: 10px;
}
.projslider .project .rnav-title, .posts .rnav-title {
    font-size: 20px;
    line-height: 1.7em;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 0 15px;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    color: #1C1F26;
}
.posts .rnav-title {
    margin-bottom: 15px;
}
.posts .rnav-title a {
    color: #444;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    display: block;
}


.projslider .project .projdetils .pricemelion {
    font-size: 18px;
    color: #1C1F26;
}
.projslider .project .moktak {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    text-align: center;
}
.projslider .project .moktak span {
    background: #eee;
    flex-grow: 1;
    margin-left: 0;
}
.prjprlin {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.morelink {
    background: #0866ff;
    color: #fff;
    padding: 3px 20px;
    border-radius: 30px;
}
.projlink a {
    display: inline-block;
}
.proj-n-units>div {
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 6px 14px 0 rgb(68 68 68 / 5%);
}
.proj-n-units.inprojunit {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.inprojunit .morelink{
    text-align: center;
}
.inprojunit .unitslide {
    min-width: 300px;
}
.inprojunit .price {
    display: none;
}
.inprojectslide {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}

.inprojectslide .project {
    border: 1px solid #F0F4FF;
    margin: 0;
}

.slick-dots li button:before{
    font-size: 20px;
}
.postitems {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex-grow: 1;
}

.pricesection {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.calltoaction {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, 1fr);
}
.ctatow {
    display: flex;
    gap: 10px;
}

.itemss span {
    width: 40px;
    height: 40px;
    background: #eee;
    border-radius: 50%;
    padding: 10px;
    transition: all .3s;
    box-shadow: 0 3px 10px rgb(0 0 0 / 10%);
}
.ctatow span {
    width: 30px;
    height: 30px;
    padding: 7px;
}
.itemss b {
    color: #222;
    flex-grow: 1;
    text-align: center;
    padding: 0 10px;
    font-size: 14px;
}
.itemss:hover span {
    transform: scale(1.1);
}
.gototop:hover {
    transform: rotate(90deg) scale(1.1);
}
.itemss span svg {
    width: 100%;
    height: 100%;
    fill: #fff;
}
.calltoaction.fixd b {
    display: none;
}
.calltoaction.fixd {
    display: grid;
    grid-template-columns: auto;
}

.ctaleft {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 9;
}

.ctaleft .itemss {
    border: 0;
}

.calltoaction.fixd span {
    width: 50px;
    height: 50px;
    padding: 14px;
    box-shadow: 0 0 6px rgb(0 0 0 / 20%);
}


.projslider .project .projdetils .pricemelion b {
    font-size: 24px;
    color: #044BB3;
}
span.call,span.whats,span.zoom {
    background: #0866ff;
}

.projslider .project .projcity , .unitimage .projcity {
    position: absolute;
    left: 0;
    bottom: 0;
}

.projcity span, .unitimage .projcity span {
    background: #193e75;
    padding: 3px 35px;
    border-radius: 0 5px 30px 0;
    display: inline-block;
    color: #fff;
}

.itemss {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #F0F4FF;
    border-radius: 30px;
    text-align: center;
    cursor: pointer;
}

.projdet {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 15px 0;
}
.projdet span svg {
    width: 15px;
    height: 15px;
    fill: #1C1F26;
}
.projdet span {
    font-size: 14px;
    color: #1C1F26;
    display: flex;
    align-items: center;
    gap: 10px;
}



/* */

.gototop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9;
    background: #0866ff;
    width: 50px;
    height: 50px;
    font-size: 24px;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(90deg);
    line-height: 50px;
    box-shadow: 0 0 6px rgb(0 0 0 / 20%);
    cursor: pointer;
    transition: all .3s;
}

/* */







/* partinarts_slide */ 

svg.hide {
    display: none;
}
.partinars {
    padding: 40px 0;
    display: block;
    overflow: hidden;
    background: #fff;
}
.partinarts_slide .partinar {
    margin: 20px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 1px 1px 5px rgba(0,0,0,.3);
}
/* footer */
footer {
    background-color: #1C1F26;
    color: #fff;
}
.footer_bot {
    border-top: 1px solid rgba(255, 255, 255, .2);
    padding: 20px 0;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.footer_bot a {
    font-weight: bold;
    color: #fff;
}
.footer_center {
    padding: 40px 0;
}

.footer_center img {
    width: 350px;
    height: auto;
}


/* home_contactus */
.home_contactus {
    background: #233f5a;
    padding: 40px 0;
}
.contactcont {
    background: #fff;
    border-radius: 12px;
    display: flex;
    padding: 0;
    overflow: hidden;
}
.contactcont .contact_us {
    box-shadow: none;
    margin: 0;
    padding: 50px;
}

.contactcont .contactform {
    flex-grow: 1;
}
.imgside {
    width: 450px;
    background: #eee;
}


/* porj_content */

.porj_content {
    font-size: 16px;
    color: #000;
    line-height: 1.9em;
    background: #fff;
    border: 1px solid #F0F4FF;
    padding: 20px;
    border-radius: 12px;
}
.porj_content:empty {
    display: none;
}
.porj_content strong {
    font-weight: bold;
}
.porj_content a {
    color: #0866ff;
}
.porj_content a:hover {
    text-decoration: underline;
}
.porj_content p {
    margin-bottom: 20px;
}
.porj_content img {
    width: auto;
    height: auto;
    display: inline;
    border-radius: 12px;
    border: 1px solid #e1e6f5;
}
.porj_content p:has(img) {
    text-align: center;
}
.porj_content ul, .porj_content ol {
    padding-right: 30px;
    margin-bottom: 20px;
}
.porj_content h2,.porj_content h3,.porj_content h4{
    margin-bottom: 20px;
    font-size: 24px;
}
.porj_content h3{
    font-size: 21px;
}
.porj_content h4{
    font-size: 19px;
}
.porj_content figure {
    width: auto !important;
}

/* unit slide */
.unitslide {
    margin: 10px;
    background: #fff;
    border-radius: 8px;
    color: #444;
}
.inprojectslide .unitslide {
    margin: 0;
}

.unitimage {
    padding-top: 60%;
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: 0;
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
}

.unitimage img {
    inset: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    object-fit: cover;
}

.unit_detils {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    gap: 10px;
    color: #000;
    padding: 10px 10px;
    border-bottom: 1px solid #eee;
}
.unit_detils span {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    justify-content: center;
}
.unit_detils svg {
    width: 23px;
    height: 23px;
    fill: #0866ff;
}

.untitle {
    font-size: 18px;
    line-height: 1.7em;
    color: #222;
    border-bottom: 1px solid #eee;
    padding: 12px 10px;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

.unit-loc {
    font-size: 15px;
    margin-top: 10px;
    padding: 0 15px;
    color: #222;
    display: flex;
}

.unit-price {
    font-size: 15px;
    margin-top: 15px;
    padding: 0 15px;
    color: #222;
    padding-bottom: 15px;
    display: flex;
    justify-content: space-between;
}
.unit-price span, .unit-loc span {
    padding: 6px 10px;
    background: #eee;
    display: flex;
    align-items: center;
    border-radius: 6px;
    gap: 5px;
}
.unit-loc svg, .unit-price svg {
    width: 17px;
    height: 17px;
}
.unit-price span {
    background: #eceffe;
    color: #324086;
}
.unit-price svg {
    fill: #324086;
}
.unit-price .morelink {
    background: #0866ff;
    color: #fff;
}
.listcontenar .morelink {
    margin-top: 15px;
    display: inline-block;
}
.unit-loc span {
    background: transparent;
    padding: 5px 0;
}
.units-contenar .inun .unit-price {
    flex-direction: row !important;
    align-items: center !important;
}


.inun .unit-price .morelink {
    width: auto;
    flex-grow: unset;
}

.units-contenar .unit_detils span {
    font-size: 14px;
}

.units-contenar  .unit_detils svg {
    width: 18px;
    height: 18px;
}

.units-contenar  .unit-price {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
}

.units-contenar  .morelink {
    flex-grow: 1;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.proj-n-units {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}

.proj-n-units .unitslide {
    margin: 0;
}
.proj-n-units .unitslide{
    display: block;
}

/* unitpage */
.unitem {
    background: #e6efff;
    padding: 20px;
    border-radius: 8px;
    flex-shrink: 0;
}

.unit-data {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.unitem .unsmaltitle {
    font-size: 15px;
    display: block;
    text-align: center;
    margin-bottom: 15px;
    color: #666;
}

.unitem svg {
    width: 25px;
    height: 25px;
    fill: #0866ff;
}

.unitem .uncont {
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}


/* listing */
.listitems .listunitimage {
    width: 350px;
    height: 230px;
    padding: 0;
    flex-shrink: 0;
    margin-left: 20px;
    border-radius: 8px;
    position: relative;
}
.listitems .listunitimage .projcity {
    position: absolute;
    left: 0;
    bottom: 0;
}
.listcontenar {
    width: calc((100% - 365px) / 1);
    flex-shrink: 0;
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
}

.listitems .listunitslide {
    margin: 0;
    background: #fff;
}

.listtopbox {
    display: flex;
}
.listbotbox {
    background: #eee;
    border-top: 1px solid #e0e0e0;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.lunrr {
    color: #333;
}
.listitems {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr;
}

.listitems .listuntitle {
    font-size: 22px;
    display: block;
    color: #000;
    margin-bottom: 15px;
}
.unprice {
    font-size: 18px;
    color: #000;
    margin-bottom: 15px;
}

.lunloc {
    display: flex;
    font-size: 16px;
    color: #666;
    margin-bottom: 15px;
    align-items: center;
    gap: 10px;
}

.lunloc svg {
    width: 16px;
    height: 16px;
    fill: #666;
}
.listunit_detils {
    color: #666;
    display: flex;
    align-items: center;
    gap: 20px;
}

.listunit_detils svg {
    width: 16px;
    height: 16px;
    fill: #666;
}
.listunit_detils span {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
}

/* .listunitslide.postnum0 .listunitimage {
    width: 100%;
    height: 350px;
    margin: 0;
} */
.listunitimage img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/* .listunitslide.postnum0 .listtopbox {
    display: block;
}

.listunitslide.postnum0 .listcontenar {
    width: 100%;
    padding: 20px;
} */

/* breadcrumbs */
.breadcrumbs {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 1.6rem;
    flex-wrap: wrap;
    padding: 10px 0;
    font-size: 15px;
    margin-bottom: 10px;
    color: #1C1F26;
}

.breadcrumbs__separator {
    margin: 0 10px;
    font-size: 16px;
    color: #0866ff;
}

.breadcrumbs a {
    color: #1C1F26;
}

.breadcrumbs a:hover {
    color: #0866ff;
}

/* toc-list */
.toc-container .toc-list {
    display: none;
}
.toc-container .toc-list li {
    margin: 10px 0;
}
.toc-container .toc-list {
    margin: 20px 0;
    padding-right: 40px;
}
.toc-header {
    background: #0866ff;
    color: #fff;
    padding: 8px 20px;
}
ol.toc-list a {
    color: #1C1F26 !important;
}
.toc-container {
    border: 1px solid #F0F4FF;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
}


/* zoommeetcontenar */
.zoommeetco, .aqaarop, .form-response {
    display: none;
}

.zoommeetco.active, .aqaarop.active, .form-response.active {
    display: flex;
}

.zoommeetco, .aqaarop, .form-response {
    position: fixed;
    inset: 0;
    align-items: center;
    justify-content: center;
    z-index: 9;
}

.zoommeetco .zommmeet, .aqaarop .aqaarform, .form-response .msgholder {
    width: 600px;
    max-width: 90%;
    padding: 20px;
    border-radius: 10px;
    background: #fff;
    z-index: 9;
}
.form-response {
    z-index: 99999;
}
.aqaarform .contact_us {
    padding: 0;
    box-shadow: unset;
}
.bgclos {
    background: rgb(0 0 0 / 50%);
    position: absolute;
    inset: 0;
    z-index: 8;
}

.zoommeetco .close,.aqaarop .close,.form-response .close  {
    position: absolute;
    top: 50px;
    right: 50px;
    font-size: 130px;
    color: white;
    cursor: pointer;
    z-index: 9;
}



/* main-image */
        /* Style for the gallery */
        .gallery img {
            width: 150px;
            margin: 10px;
            cursor: pointer;
        }

        /* Lightbox styles */
        #lightbox {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.9);
            display: none;
            justify-content: center;
            align-items: center;
            flex-direction: row;
            z-index: 9;
        }


        #lightbox .close {
            position: absolute;
            top: 50px;
            right: 50px;
            font-size: 130px;
            color: white;
            cursor: pointer;
        }

        #lightbox .prev, #lightbox .next {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            font-size: 50px;
            color: white;
            cursor: pointer;
            z-index: 99;
        }

        #lightbox .prev {
            left: 20px;
        }

        #lightbox .next {
            right: 20px;
        }

        /* Thumbnails container */
        .thumbnails {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    background: rgba(0, 0, 0, 0.9);
    overflow-x: scroll;
}

.thumbnails img {
    width: 100px;
    height: 60px;
    cursor: pointer;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #ccc !important;
    flex-shrink:0;
}

.main-image {
    max-width: 800px;
    max-height: 450px;
    width: 90%;
}
/* pagination */
.pagination {
    gap: 5px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 10px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .1);
    flex-wrap: wrap;
    margin: 25px 0;
}
.pagination:empty {
    display: none;
}
.pagination span,.pagination a {
    background: transparent;
    padding: 5px 10px;
    border-radius: 8px;
    color: #0866ff;
    border: 1px solid #0866ff;
}


.pagination .current,.pagination a:hover {
    background: #0866ff;
    color: #fff;
}


.footer_center .footer-col ul {
    padding-right: 30px;
}

.footer_center .footer-col ul li {
    padding: 5px;
}

.footer_center .footer-col ul li a {
    color: #fff;
}

.footer_center {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
}

ul.conus {
    list-style: none;
    padding: 0 !important;

}

ul.conus li svg {
    fill: #fff;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.fotheadline {
    font-size: 18px;
    margin-bottom: 30px;
    border-right: 5px solid #0866ff;
    padding-right: 20px;
}
.social-fotter {
    display: flex;
    gap: 20px;
}

.social-fotter a {
    width: 40px;
    height: 40px;
    position: relative;
    padding: 9px;
    background: #0866ff;
    border-radius: 50%;
}

.social-fotter a svg {
    width: 100%;
    height: 100%;
    fill: #fff;
}

.social-fotter {
    margin-top: 20px;
}