/*
    Theme Name: FLINKS
    Author:  mwd
    Author URL: Artemas Digital
    Description: ---- 2022.
    Document   : Framework
    Created on :  Sep 10th 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: #fff;
    font-family: 'Work Sans', 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: #333;
    font-family: 'Work Sans', sans-serif;
}

.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;

}



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;
    display: inline-block;
    vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    line-height: 1.2;
    font-family: "freight-big-pro", serif;
    font-weight: 300;
    font-style: normal;
    color: #000;
}

p {
    margin: 0;
    line-height: 1.3;
    font-size: 1.3em;
    color: #000;
    font-weight: 300;
    padding: 10px 0;


}

h1 {
    margin: 0;
    padding: 0;
    line-height: 1;
    font-size: 4.5em;
    font-weight: normal;
    font-style: normal;
}



h2 {
    margin: 0;
    padding: 0;
    color: #000000;
    font-size: 2.3em;
    line-height: 1;
}

h2 span {
    display: block;
}

h3 {
    margin: 0;
    padding: 0;
    font-size: 2.3em;
    line-height: 1;
}

h4 {
    margin: 0;
    padding: 0;
    font-size: 1.7em;
    line-height: 1.1;
}

h5 {
    margin: 0;
    padding: 0;
    font-size: 1.3em;
    line-height: 1.3;
    font-weight: normal;
}

h6 {
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-size: 2.3em;
    line-height: 1.3;
}


.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: #fff;
}


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



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


.header {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    padding: 100px 0;
    z-index: 999;


}



header {

    padding: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;

}

.logo {
    width: 200px;
}

nav {
    width: 300px;
    margin: 0 0 0 60px;
    border-left: 1px solid #231F20;
}

.right-menu {
    width: calc(100% - 560px);
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    align-content: flex-start;
}

.right-menu a {
    font-size: 1.1em;
    padding: 0 25px;
}


.bgcolor .logo img {
    max-width: 75%;
    transition: all 0.3s ease-in-out;
}

.logo img {
    max-width: 100%;
    transition: all 0.3s ease-in-out;
}

header nav ul {
    margin: 0;
    padding: 0 0 0 15px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
}

header nav ul li {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 1;
}


.header header nav ul li a {
    padding: 0;
    margin: 0 0;
    color: #000;
    text-decoration: none;
    display: block;
    font-size: 5em;
    font-family: "freight-big-pro", serif;
    font-weight: 300;
    font-style: normal;
    white-space: nowrap;
    font-weight: normal;
	 transition: transform .3s ease-out;
}

.header header nav ul li a:hover {
    color: #DCDDDE;

}
.right-menu a:hover {
	 color: #DCDDDE;
}
header nav .contact-sec {
    display: none
}

.menu-toggle {
    color: #FFF;
    line-height: 50px;
    font-size: 24px;
    cursor: pointer;
    display: none;

}

@media (max-width: 991px) {
    header {
        padding: 0;
    }

    .menu-toggle {
        display: block;
    }

    header nav {
        position: absolute;
        width: 100%;
        height: calc(100vh);
        background: #fff;
        top: 0;
        margin: 0;
        left: -100%;
        transition: 0.5s;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    header nav.active {
        left: 0;
    }

    header nav ul {
        display: block;
        text-align: left;
        width: 85%;
    }

    header nav ul li a:hover,
    header nav ul li a.active {
        color: #fff;
        background: rgba(255, 255, 255, 0.2);
    }



}




.flex {
    display: flex;
}


.radius {
    border-radius: 30px;
    overflow: hidden;
}

.center {
    text-align: center;
}

.left {
    width: 50%;
}

.right {
    width: 50%;
}

.banner {
    width: 100%;
    height: 550px;
    min-height: 550px;
    position: relative
}

.banner .container {

    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.banner .carousel {
    background: #fff;
    width: 100%;
}

.banner .carousel-cell {
    width: 100%;
    height: 550px;
    margin: 0;
    background-size: cover !important;
}

.banner .carousel-cell img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.banner-text {
    width: 400px;
    padding: 0;
    position: absolute;
    left: 260px;
    top: 150px;

}


.banner-text h2 {
    font-family: 'Work Sans', sans-serif;
}

.banner-text h2 span {
    font-size: 50%;
}

.banner-text h3 {
    font-size: 5.5em;
    line-height: 0.8;
    color: #000;
}
.flickity-button:focus {
    outline: none;
    box-shadow: none;
}
.flickity-button-icon {
    fill: #fff;
}
.flickity-button {
	background-color: transparent;
}
.flickity-button:hover {
    background: transparent;
    cursor: pointer;
}
/* .flickity-prev-next-button {
    background: transparent;

}

.flickity-prev-next-button:hover {
    background: transparent;
}

.flickity-prev-next-button svg {
    display: none;
}


.flickity-prev-next-button.previous::before {
    background: url(../img/left-arrow.svg) no-repeat;
    content: "";
    width: 30px;
    height: 30px;
    display: block;

}
.white .flickity-prev-next-button.previous::before {
    background: url(../img/left-arrow-white.svg) no-repeat;
  
   

}
.flickity-prev-next-button.next::before {
 background: url(../img/right-arrow-white.svg) no-repeat;
    content: "";
    width: 30px;
    height: 30px;
    display: block;

}
.white .flickity-prev-next-button.next::before {
    background: url(../img/right-arrow-white.svg) no-repeat;
 

}
.white .flickity-prev-next-button.next {
	border-left: 1px solid #fff;
}
.flickity-prev-next-button.next {
    right: inherit;
    left: 50px;
    border-left: 1px solid #000;
}

.flickity-prev-next-button {
    top: 150px;
    width: 30px;
    height: 30px;
    border-radius: 0;
    transform: translateX(240px);
} */

.work-section {
    width: 100%;
    padding: 100px 0;

}

.work-section .flex {
    justify-content: space-between;
    margin: 0 0 30px 0;
}

.work.fullsize {
    display: block;
    height: 580px;
    width: 100%;
}

.work.halfsize {
    display: block;
    height: 260px;
    width: 100%;
    padding: 0 0 0 30px;
}

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

.grid-wrap {
    display: grid;
    row-gap: 35px;
}

.project-60 .project-30 {
    margin: 0 0 35px 0;
}




.footer {
    width: 100%;
    padding: 70px 0 250px 0;
    background: #EBE9E9;
}

.footer .flex {
    justify-content: space-between;
}

.footer a:first-child {
    margin: 0 15px 0 0;
}

.footer a {
    margin: 0 15px;
}

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

.work:hover .hover {
    transform: translateY(0);
    transition: all 0.3s ease-in-out;
}

.hover {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    top: 0;
    left: 0;
    background: rgba(221, 96, 19, 0.8);
    transform: translateY(110%);
    transition: all 0.3s ease-in-out;
}

.hover h3 {
   color: #fff;
    font-family: 'Work Sans', sans-serif;
    width: 100%;
    font-size: 1.4em;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    text-transform: uppercase;

}

.hover h3 span {
    color: #fff;
    font-family: 'Work Sans', sans-serif;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 60%;
    padding: 10px 0 0 0;
    font-size: 10px;
    /* letter-spacing: 0; */
    opacity: 0.8;
}

.hover h4 {
    color: #fff;
    font-size: 3em;
    max-width: 300px;
    text-align: center;
    line-height: 0.8;
    padding: 2.5% 0 0 0;
}

.project-30 {
    display: grid;
    grid-row-gap: 30px;
}

.grid-full {
    display: grid;
    grid-template-columns: 100%;
    gap: 35px;
    margin: 0 0 35px 0;
}

.grid {
    display: grid;
    grid-template-columns: 66% 32%;
    gap: 35px;
    margin: 0 0 35px 0;
}
.grid.reverse {
    display: grid;
    grid-template-columns: 32% 66%;
    gap: 35px;
    margin: 0 0 35px 0;
}
.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 32%);
    gap: 35px;
    margin: 0 0 35px 0;
}

.grid-responsive {
    display: grid;
    grid-template-columns: repeat(3, 32%);
    gap: 45px;
}
.page-template-about .grid-responsive {

    gap: 2rem;
}
#text-drop span.btn-text.close-x::before {
    transform: rotate(45deg);
	transition: all 0.2s ease-in-out
}
#text-drop span.close1::before {
/* 	 transform: rotate(45deg); */
	transition: all 0.2s ease-in-out
}
/* #text-drop {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #9C9D9D;
} */
.single-project #text-drop {
    display: grid;
  grid-template-columns: 1fr 1fr 1fr;
    padding: 15px 0;
    border-bottom: 1px solid #9C9D9D;
}
#text-drop {
	 display: grid;
  grid-template-columns: 1fr 1fr;
	 padding: 15px 0;
    border-bottom: 1px solid #9C9D9D;
}
#text-drop span.btn-text, #text-drop span.close1 {
    font-weight: 400;
    transition: all 0.2s ease-in-out;
    padding: 0 30px 0 0;
	text-align: right;
	

}
#text-drop span.btn-text {
z-index: 2;
}
 #text-drop span.close1 {
z-index: 1;
}
.read-btn-auto {
    position: relative;
}
#text-drop span.btn-text, #text-drop span.close1 {
    position: absolute;
    right: 0;
    top: 0;
	background-color: #fff;
	cursor: pointer;
	
}
#text-drop span.btn-text:hover, #text-drop span.close1:hover {
	color: #dcddde;
}
/* #text-drop span.close1::before {
    content: "";
    background: url(../img/plus.svg) no-repeat center center /cover;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
	transition: all 0.2s ease-in-out
} */

#text-drop span.desnw {
	text-align: center;
}
#text-drop span{
        text-transform: uppercase;
	text-align: left;
}

/* #text-drop span.btn-text::before {
    content: "";
    background: url(../img/plus.svg) no-repeat center center /cover;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
   transform: rotate(0);
	transition: all 0.2s ease-in-out

} */
.active01 .text-info .hidden-info.again {
	display: block!important;
} 
#text-drop.active span.btn-text::before {
    content: "";
    transition: all 0.5s ease-in-out;
    transform: rotate(45deg);

}

.hidden-info {
    padding: 100px 0 0 0;
}

.more-info {
    padding: 100px 0 0 0;
}

.more-info .para h2 a {
    display: block;
    font-family: 'Work Sans', sans-serif;
    margin: 0 0 15px 0;
    font-size: 1.5em;
}

.heading h1 {
    max-width: 400px;
    font-size: 6em;
}



.inner .header header nav ul li a {
    color: #DCDDDE;
	transition: transform .3s ease-out;
}
.inner .header header nav ul li a:hover {
	color: #000;
	transition: transform .3s ease-out;
}
.inner .header header nav ul li.active a {
    color: #000;
}

.other .header header nav ul li a {
    color: #000;
}
.other.inner .header header nav ul li a {
	color: #DCDDDE;
    transition: transform .3s ease-out;
}
.other.inner .header header nav ul li.active a {
    color: #000;
}
.other.inner .header header nav ul li a:hover {
    color: #000;
    transition: transform .3s ease-out;
}
.other .right-menu ul li a {
    color: #DCDDDE;
	
}

.other .right-menu ul li.active a {
    color: #000;
}

.other .right-menu ul li {
    color: #DCDDDE;
}

.onlymobile {
    display: none;
}
.carousel-cell video {
    width: 100%;
    height: auto; 
}
/*wpml start*/
.otgs-development-site-front-end {
    display: none;
}
.wpml-ls-statics-footer.wpml-ls.wpml-ls-touch-device.wpml-ls-legacy-list-horizontal {
    display: none;
}
.wpml-ls-statics-footer.wpml-ls.wpml-ls-legacy-list-horizontal {
    display: none;
}

/*wpml end*/

li.menu-lan a {
    display: block;
}
.menu-lan a.active {
    display: none;
}
.privacy li {
	width: 100%;
    padding: 5px 0;
	margin: 0 0 0 30px; 
    text-transform: normal;
    position: relative;
    line-height: 1.3;
    font-size: 1.3em;
    color: #000;
    font-weight: 300; 
}
.privacy li::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #000;
    left: -20px;
    top: 12px;
    border-radius: 100%;
}
.privacy  h3 {
	padding: 10px 0;
}

.privacy strong {
	font-family: "freight-big-pro", serif;
    font-weight: 300;
    font-style: normal;
    color: #000;
	display: block;
	padding: 10px 0; 
}
.menu-item-4253  #menu-item-4253 a {
	color: #000;
}
.menu-item-214  #menu-item-214 a:visited {
	color: #000;
}
.menu-item-216  #menu-item-216 a {
	color: #000;
}
.menu-item-215  #menu-item-215 a {
	color: #000;
}
.menu-item-4249  #menu-item-4249 a {
	color: #000;
}
.menu-item-4250  #menu-item-4250 a {
	color: #000;
}
.menu-item-4252  #menu-item-4252 a {
	color: #000;
}
.menu-item-4251  #menu-item-4251 a {
	color: #000;
}

.container.privacy {
    padding: 0 0 100px 0;
}

#text-drop span.btn-text.close-x::before {
    /* transform: rotate(45deg); */
    /* transition: all 0.2s ease-in-out; */
    background: url(../img/sprite.png);
    position: absolute;
    right: 0;
    background-position: 0 -23px;
    background-repeat: no-repeat;
    background-size: 95%;
    top: 0;
    width: 16px;
    height: 16px;
    transform: rotate(0);
    transition: all 0.2s ease-in-out;
}

#text-drop span.btn-text::before {
    content: "";
    background: url(../img/sprite.png);
    position: absolute;
    right: 0;
    background-position: 0 1px;
    background-repeat: no-repeat;
    background-size: 95%;
    top: 0;
    width: 18px;
    height: 18px;
    transform: rotate(0);
    transition: all 0.2s ease-in-out
}
span.close1::before {
    background:url(../img/sprite.png);
    position: absolute;
    right: 0;
    background-position: 0 -25px;
    background-repeat: no-repeat;
    background-size: 95%;
    top: 0;
    width: 18px;
    height: 18px;
    transform: rotate(0);
    transition: all 0.2s ease-in-out;
    content:"";
}
#flink-brands li.menu-item-214 a {
	color: #000;
}

#flink-packaging li.menu-item-216 a {
	color: #000;
}
#flink-spaces li.menu-item-215 a {
	color: #000;
}





#flink-brands li.menu-item-4250 a {
	color: #000;
}

#flink-packaging li.menu-item-4252 a {
	color: #000;
}
#flink-spaces li.menu-item-4251 a {
	color: #000;
}
