/*
    Theme Name: Avesina Investment Group AB
    Author:  mwd
    Author URL: https://buildahome.se/
    Description: ---- 2022.
    Document   : Framework
    Created on :  Sep 17 2022, 10.00 AM
*/

html {
    scroll-behavior: smooth;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

body {
    animation: fadeIn ease 1s;
    -webkit-animation: fadeIn ease 1s;
    -moz-animation: fadeIn ease 1s;
    -o-animation: fadeIn ease 1s;
    -ms-animation: fadeIn ease 1s;
}


@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}


@media screen and (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}

body {
    font-size: 100%;
    color: #000;
    background: #f2f1ee;
    font-family: 'Archivo', sans-serif;
    margin: 0px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-text-size-adjust: none;
    font-weight: 300;
}


::placeholder {

    color: #fff;
    font-family: 'Archivo', sans-serif;
    font-weight: 500;
    font-size: 1.3em;

}

.clear {
    clear: both;
    font-size: 0px;
    line-height: 0px;
    height: 0px;
    margin: 0px;
    padding: 0px;
}

:focus {
    outline: 0;
}

a,
a:link,
a:visited {
    outline: none;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    color: #000;

}

/* div {
    transition: all 0.3s ease-in-out;
} */


a:before {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}



a:after {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

img {
    border: none;
    max-width: 100%;
}

ul,
li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    line-height: 1.2;
    font-family: 'Archivo', sans-serif;
}

p {
    margin: 0;
    line-height: 1.5;
    font-size: 1.2em;
    color: #333;
    font-weight: 400;
    /* padding: 10px 0; */
    font-family: 'Archivo', sans-serif;


}


h1 {
    margin: 0;
    padding: 0;
    color: #fff;
    line-height: 1;
    font-size: 3.5em;
    font-weight: 800;

}






h2 {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 2.3em;
    line-height: 1.1;
    font-weight: 700;
    font-family: 'Archivo', sans-serif;
}

h2 span {
    display: block;
}

h3 {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 2em;
    line-height: 1;
    font-weight: 700;
    font-family: 'Archivo', sans-serif;
}

h4 {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 1.5em;
    line-height: 1.1;
    font-weight: 500;
    font-family: 'Archivo', sans-serif;
}

h5 {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 1.5em;
    line-height: 1.3;
    font-weight: 400;
    font-family: 'Archivo', sans-serif;
}

h6 {
    margin: 0;
    padding: 0;
    font-weight: 500;
    color: #000;
    font-size: 2.5em;
    line-height: 1.3;
    font-family: 'Archivo', sans-serif;
}

.alig-center {
    align-items: center;
}

.outer:before,
.outer:after,
.container:after,
.container:before,
.container-full:after,
.container-full:before,
.slider-area:after,
.slider-area:before {
    content: " ";
    display: table;
}

.outer:after,
.container:after,
.container-full:after,
.slider-area:after {
    clear: both;
}

.outer {
    width: 100%;
    padding: 0 0;
    margin: 0 auto;
    background: #F8F7F0;
}


.container {
    margin: 0 auto;
    width: 90%;
    max-width: 1280px;
}

.small-container {
    margin: 0 auto;
    width: 90%;
    max-width: 1050px;
}

.medium-container {
    margin: 0 auto;
    width: 90%;
    max-width: 900px;
}




.flex {
    display: flex;
}

.grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.grid-100 {
    gap: 40px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.no-gap {
    gap: 0;
}


.center {
    text-align: center;
}




/* banner-section */
.banner {
    width: 100%;
    margin: 0 auto; 
    position: relative;
    display: flex;
    text-align: left;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
/*     background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/banner1.jpg); */
    background-position: center;
    background-size: cover;
    color: #ffffff; 
    height: 90vh;


}
.home .banner-text {
    padding: 120px 50px 0 0;
}
.banner-text {
    padding: 0 50px 0 0;
}

.banner .container {
    justify-content: flex-start;
    display: flex;
}

.banner-text p {
    color: #fff;
    font-size: 1.3em;
    padding: 10px 0 0 0;
}

.mobilonly.contact-btn {
    display: none;
}

.contact-btn a {
    background-color: #6ACFFA;
    color: #fff;
    padding: 10px 20px;
    border-radius: 20px;
    font-weight: 500;
    font-size: 1.1em;
}



.white-box {
    width: 100%;
    padding: 60px 0;
}

.white-box .left {
    width: 60%;
}

.white-box .right {
    width: 40%;
    padding: 0 0 0 0;

    position: relative;
}

.white-box .box {
    background-color: #fff;
    text-align: center;
    padding: 80px;
    width: 100%;
    position: absolute;
    top: -110px;
    border-top: 4px solid #6ACFFA;
}

.white-box .box span {
    color: #6ACFFA;
    font-weight: 700;
    font-size: 1.3em;
}

.white-box h3 {
    padding: 20px 0;
}

a.line {
    color: #fff;
    font-weight: 600;
    display: block;
    padding: 40px 0 0 0;
    position: relative;
    display: inline-block;
}

a.line::after {
    bottom: -10px;
    content: "";
    display: block;
    height: 4px;
    left: 0%;
    position: absolute;
    background: #fff;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 100%;
}

a.line:hover:after {
    width: 120%;
    left: 0;
}

.left {
    width: 50%;
}

.right {
    width: 50%;
}

.two-block {
    width: 100%;
    padding: 50px 0;
}

.two-block a img {
    display: block;
	   transition: all 0.3s ease-in-out;
}

.white-box .box a img {
	  transition: all 0.3s ease-in-out;
}
 

.white-box .box a:hover img, .two-block a:hover img {
   transform:scale(0.8);
	   transition: all 0.3s ease-in-out;
}

.two-block span {
    color: #fff;
    font-weight: 700;
    font-size: 1.3em;
}

.two-block h3 {
    color: #fff;
    padding: 20px 0;
    font-size: 1.7em;
}


.two-block .left {
    padding: 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.two-block .box {
    width: 90%;
    max-width: 360px;
    padding: 25px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.two-block .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.two-block .set.flex:nth-child(even) {
    flex-direction: row-reverse;

}

.two-layout {
    width: 100%;
    padding: 50px 0;
    text-align: center;
}

.two-layout .grid-100 {
    padding: 50px 0;
}

.layout-sec {
    border-top: 4px solid #6ACFFA;
}

.layout-sec h3 {
    text-align: left;
    padding: 20px 15% 0 0;
    font-weight: 600;
    font-size: 1.5em;
}

.client-sec {
    width: 100%;
    padding: 80px 0;
}

.client-sec span {
    font-weight: 600;
    color: #afabab;
    font-size: 1.4em;
}

.client-sec img {
    mix-blend-mode: multiply;
}

/* .client-sec .flex {
    justify-content: space-between;
    align-items: center;
} */

.client-sec ul  {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-content: center;
    display: grid;
	grid-gap: 20px; 
    align-items: center;
	justify-content:flex-start;
	width:100%;
	
}
 
.owners {
    background-color: #141414;
    background: url(../img/ceo-section.jpg) no-repeat center center/cover;
    margin: 0 0 50px 0;

}

.owners .container {
    display: flex;
    justify-content: flex-end;
    align-items: center;

}

.owners p {
    color: #fff;
    font-size: 1em;
    font-weight: 400;
    padding: 20px 0;
}

.owners-content {
    max-width: 300px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    padding: 200px 0;
}

.owners-content img {
    width: 140px;
}



/*tab*/
ul.tabs {
    margin: 0 auto;
    padding: 50px 0;
    float: left;
    list-style: none;
    height: 32px;
    width: 100%;
    /* text-align: center; */
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.tabs li {
    margin: 0 10px;
    cursor: pointer;
    padding: 0px 21px;
    height: 31px;
    line-height: 31px;
    font-weight: 600;
    color: #000;
    overflow: hidden;
    position: relative;
    font-size: 1em;
}



ul.tabs li:hover {
    background-color: #6ACFFA;

    border-radius: 20px;
}

ul.tabs li.active {
    background-color: #fff;
    color: #6ACFFA;
    border-radius: 20px;
    display: block;
}

.tab_container {

    border-top: none;
    clear: both;
    float: left;
    width: 100%;

    overflow: auto;
}

.tab_content {
    padding: 20px;
    display: none;
}

.tab_drawer_heading {
    display: none;
}

@media screen and (max-width: 480px) {
    .tabs {
        display: none;
    }

    .tab_drawer_heading {
        background-color: #fff;
        color: #000;
        text-align: left;
        margin: 1px 0;
        padding: 10px 20px;
        display: block;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        font-size: 1.5em;
    }

    .d_active {
        background-color: #6ACFFA;
        color: #fff;
    }
}

.history {
    width: 100%;
    padding: 100px 0;
    text-align: center;
}

.history .left {
    text-align: center;
    padding: 0 10% 0 0;
}

.history .right {
    text-align: left;
}

.history .container {
    max-width: 900px;
}

/*tab*/
.history-block span {
    color: #6ACFFA;
    font-size: 1.4em;
    font-weight: 700;
    letter-spacing: 20px;
    display: block;
}

.history-block strong {
    color: #6ACFFA;
    font-size: 7em;
    font-weight: 900;
    letter-spacing: 15px;
    display: block;
    border-bottom: 4px solid #6ACFFA;
}

.history-block a {
    color: #6ACFFA;
    font-size: 1em;
    padding: 20px 0;
    font-weight: 600;
    display: block;
}

.footer-contact {
    width: 100%;
    padding: 50px 0;
    box-shadow: inset 0px -132px 0 #11425a;
}

.contct-content.flex {
    background-color: #fff;
    padding: 40px;
    border-top: 4px solid #6ACFFA;
    align-items: center;
}

.contct-content .left {
    width: 50%;
}

.contct-content .left h2 {
    font-size: 2em;
}

.contct-content .right {
    width: 45%;
    padding: 0 0 0 5%;
}

.contct-content .right a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 2em;
    border: 1px solid #6ACFFA;
    border-radius: 50px;

    padding: 20px 30px
}
.contct-content .right a:hover {
	    border: 1px solid #11425A;
	background:#11425A;
	color:#6ACFFA;
}
.contct-content .right img {
    padding: 0 20px 0 0;
}

.footer {
    background-color: #11425A;
    padding: 50px 0 20px 0;
}
.footer li a:hover {
		color:#6ACFFA;
} 


.footer .container {
    margin: 0 auto;
    width: 90%;
    max-width: 1190px;
}

.footer span {
    display: block;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.31);
    font-size: 1.2em;
    padding: 0 0 20px 0;
}

.footer a {
    color: #fff;
    font-size: 1.1em;
    font-weight: 600;
    line-height: 1.3;
    padding: 5px 0 20px 0;
    display: block;
}
.footer li a {
     padding: 5px 0 5px 0;
}

.footer .grid-3 > div:last-child {
    text-align: right;
}

.bottom-footer {
    padding: 50px 0;
}

.bottom-footer a {
    font-weight: 400;
    color:  rgba(255, 255, 255, 0.31);
}

.bottom-footer > div:last-child {
    text-align: right;
}

.inner .banner {
    height: 60vh;
    text-align: center;
}

.inner .banner .container {
    justify-content: center;
    display: flex;
}

.about .about-history span {
    color: #6ACFFA;
}

.about .about-history .blue-box span {
    color: #fff;
}

.about-history {
    width: 100%;
    padding: 100px 0;
}

.blue-box {
    background-color: #6ACFFA;
    color: #fff;
    padding: 50px;
}

.about-history.story span {
    color: #fff;
}

.blue-box span {
    display: block;
    font-size: 1.5em;
    padding: 0 0 20px 0;
}

.blue-box strong {
    display: block;
    font-size: 8em;
    line-height: 0.7;
    font-weight: 900;
}

.blue-box b {
    display: block;
    padding: 10px 0 0 54px;
    font-size: 15px;
}

.about-history .left {
    width: 40%;
}

.about-history .right {
    width: 50%;
    padding: 50px 0 0 10%;
}

.about-history.story .flex {
    justify-content: space-between;
}

.about-history.story .left {
    padding: 80px 0 0 0;
}

.about-history.story .right {
    padding: 0 0 0 0;
    position: relative;
    width: 40%;
}

.about-history.story .right img {
    width: 100%;
}

.about-history.story {
    background-color: #fff;
    padding: 100px 0 100px 0;

}

.inner.about .owners { 
    margin: 0;
}

.about-history span {
    color: #fff;
    font-size: 1.3em;
    font-weight: 700;
    display: block;
}

.about-history h3 {
    padding: 20px 0;
}

.about-history p {
    padding: 0 0 20px 0;
}

.about .two-block {

    padding: 50px 0 0 0;
}

img.down {
    transform: rotate(92deg)!important;
	display:inline-block!important;
}

.about .two-block .box {
	max-width: 460px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.story-content {
    position: absolute;
    left: 50px;
    bottom: 100px;
}

.story-content h2 {
    font-size: 7em;
    color: #fff;
    font-weight: 900;
    line-height: 0.8;
}

.story-content span {
    color: #fff;
    font-size: 1.2em;
    padding: 0 0 0 10px;
}

.health-care {
    background-color: #fff;
    padding: 100px 0;
}

.health-care h6 {
    font-size: 6em;
    line-height: 0.8;
    color: #11425A;
    font-weight: 900;
}

.health-care span {
    font-size: 1.5em;
    color: #11425A;
    font-weight: 600;
}

.health-care .right {
    padding: 0 0 0 0;
}

.about .footer-contact {
    background-color: #fff;
}

.team {
    background-color: #fff;
    padding: 50px 0;
}

.team-contnet {
    padding: 10px 0;
}

.inner.investment .about-history .right {
    padding: 0 0 0 10%;
}

.inner.investment .blue-box ul li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 0 20px 0;
    font-weight: 500;
}

.inner.investment .blue-box ul li img {
    margin: 3px 10px 0 0;
}

.inner.investment .blue-box span {
    color: #fff;
    padding: 0 10px 0 0;
}

.inner.investment .blue-box {
    transform: translateY(-17px);
}

.inner.investment .about-history strong {
    color: #6ACFFA;
    font-size: 5em;
    font-weight: 900;

}

.investment-type {
    width: 100%;
    padding: 0 0 50px 0;
}

ul.invest {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 100px 0;
}

ul.invest a {
    font-size: 1.3em;
    font-weight: 600;
}

ul.invest li {
    padding: 0 50px 0 0;
}

ul.invest a.active {
    border-bottom: 4px solid #6ACFFA;
}

.investment-block {
    background-color: #fff;
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: space-between;
}

.investment-block ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

.investment-block span {
    display: block;
    font-size: 12px;
}

.investment-block p {
    padding: 20px 0;
}

.media .two-layout ul {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.media .two-layout ul li a.active {
    font-weight: 600;
    border: 1px solid #6ACFFA;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    padding: 5px;
}

.media .two-layout ul li {
    padding: 0 10px 0 0;
}

.blog-sec {
    width: 100%;
    margin: 0 auto;
    padding: 200px 0 100px 0;
    position: relative;


}

.inner.blog .header {
    background-color: #11425A;
}

.blog-content {
    width: 100%;
}

.blog-content img {
    width: 100%;
    padding: 0 0 40px 0;
}

.blog-content span {
    color: #6ACFFA;
    font-weight: 600;
    font-size: 1.3em;
    display: block;
    padding: 0 0 10px 0;
}

.blog-content h3 {
    padding: 0 45% 0 0;
}

.blog-content p {
    padding: 20px 0 0 0;
}

.blog-sec ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 0 0 0;
}

.blog-sec ul li a {
    font-weight: 600;
    color: #c8c6c6;
}

.inner.zand .health-care .blue-box h3 {
    color: #fff;
    padding: 0;
}

.inner.zand .health-care .blue-box p {
    color: #fff;
}

.inner.zand .health-care img {
    display: block;
    width: 100%;
}

.inner.zand .health-care .left {
    padding: 20px 10% 0 0;
}

.inner.zand .health-care .right {
    width: 40%;
}

.inner.zand .health-care .flex {
    justify-content: space-between;
}

.inner.zand .health-care h3 {
    padding: 50px 0 20px 0;
}

.inner.zand .two-block {
    padding: 0;
}

.inner.zand .two-block .flex {
    flex-direction: row-reverse;
}

.inner.zand .owners {
    margin: 0;
}
/*mystyle*/
.hide {
    display: none !important;
}
.cat {
    display: none;
}
.listing.dataw {
    display: none;
}
label.active {
    border-bottom: 4px solid #6ACFFA;
}
.listing {
    display: inline-block;
    padding: 0 50px 0 0;
    font-size: 1.3em;
    font-weight: 600;
}
.pagination {
    width: 100%;
    grid-column-end: span 2;
    padding: 50px;
}

 
.pagination a { 
    padding: 10px;
}
.inner .banner-text {
    max-width: 650px;
}
.more-sec-show.is-active .more {
    display: none;
}

.more-sec-show .more {
    display: block;
}

.more-sec-show .less {
    display: none;
}
.more-sec-show.is-active .less {
    display: block;
}
.more-sec-show.is-active p {

    display:block;
}

.more-sec-show p {
 	line-height: 1.5;
    font-size: 1.2em;
    color: #fff;
    display:none;
}

.more-sec-show.is-active .less {
    display: block;
    transform: rotate(180deg);
}

.more-sec-show a {
    margin: 20px 0;
}
.team-set p {
    font-size: 1em;
    padding: 15px 0 0;
}
.zand .footer-contact {
    box-shadow: inset 0px -82px 0 #11425b;
    background: #141414;
	    padding: 0 0 50px 0;
}
.home .footer-contact { 
    box-shadow: inset 0px -82px 0 #11425b;
    background: #141414;
	    padding: 0 0 50px 0;
}
.home .owners { 
    margin: 0;
}

.investment .two-block {
    width: 100%;
    padding: 50px 0 0 0;
}
.investment .footer-contact { 
    box-shadow: inset 0px -132px 0 #11425a;
    background: #11425b;
	padding:100px 0 50px 0;
}
.team .grid-4 {
	grid-gap:40px;
}
.team-contnet span {
    font-weight: 500;
    padding: 5px 0 0 0;
    display: block;
}