/*
Theme Name: Code Barcelona
Theme URI: https://codewebbarcelona.com/
Author: Code Barcelona
Author URI: http://codewebbarcelona.com/
Description: Code Barcelona
Version: 1.0
Tags: be inspired
Text Domain: Code Barcelona
*/

@charset "utf-8";
/* CSS Document */


/*scroll*/
*::-webkit-scrollbar {
    width: 16px;
}

*::-webkit-scrollbar-track {
    border-radius: 8px;
}

*::-webkit-scrollbar-thumb {
    height: 56px;
    border-radius: 8px;
    border: 4px solid transparent;
    background-clip: content-box;
    background-color: #888;
}

*::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}



/*jqswa*/

.jqswaitem{
-webkit-transition:all 0.7s ease-in-out;
-moz-transition:all 0.7s ease-in-out;
-o-transition:all 0.7s ease-in-out;
transition:all 0.7s ease-in-out;
}
.jqswa .jqswaitem{
transform: translateY(-30px);
}
.jqswa .jqswaitem.jqswalight{
transform: translateY(-10px);
}
.jqswa .jqswa-notranslate{
transform: translateY(0px);
}
.jqswa .jqswaitem{
opacity: 0;
}
.jqswa .jqswaleftright{
transform: translateX(-30px);
}
.jqswa .jqswarightleft{
transform: translateX(30px);
}
.jqswa.scrollingwayfinish .jqswaitem{
transform: translateY(0px) translateX(0px);
}
.jqswa.scrollingwayfinish .jqswaitem{
opacity: 1;
}
.jqswa .jqswabg{
opacity: 0;
overflow: hidden;
transform: scale(1.02);
-webkit-transition:all 0.7s ease-in-out;
-moz-transition:all 0.7s ease-in-out;
-o-transition:all 0.7s ease-in-out;
transition:all 0.7s ease-in-out;
    height: 100%;
}
.jqswa.scrollingwayfinish .jqswabg{
opacity: 1;
transform: scale(1);
}


.cmedia {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.cmedia iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cmedialock::before {
content: "";
display: block;
position: absolute;
top: 0px;
width: 100%;
height: 45%;
background: black;
z-index: 10;
opacity: 0;
}
.cmedialock::after {
z-index: 10;
content: "";
display: block;
position: absolute;
bottom: 50px;
width: 100%;
height: 42%;
background: black;
opacity: 0;
}


/*slick*/



.cslickwrap{
overflow: hidden;
}
.cslickwrap{
position: relative;
}
.cslickcontrol{
position: absolute;
top: 50%;
transform: translateY(-50%);
z-index: 300;
cursor: pointer;
}
.cslicknext{
right: 20px;
}
.cslickprev{
left: 20px;
}
.cslickcontrol rect{
-webkit-transition:all 0.2s ease-in-out;
-moz-transition:all 0.2s ease-in-out;
-o-transition:all 0.2s ease-in-out;
transition:all 0.2s ease-in-out;

}
.cslickcontrol:hover rect{
fill:black;
}


/*jqswa*/


@keyframes bounce {
    0% {
        transform: translateY(1px);
    }
    50% {
        transform: translateY(6px);
    }
    100% {
        transform: translateY(1px);
    }
}

.loadingajax .loader{
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;
z-index: 999;

}
.loadingajaxfixed  .loader{
position:fixed;
}

.loadingajax .loaderinner{
position: relative;
height: 100%;
}
.loader::before{
content: "";
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;
background: black;
opacity: 0.2;
}
.lds-ripple {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 80px;
  height: 80px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}



.marginTop10{margin-top: 10px;}.marginTop20{margin-top: 20px;}.marginTop30{margin-top: 30px;}.marginTop40{margin-top: 40px;}.marginTop50{margin-top: 50px;}.marginTop60{margin-top: 60px;}.marginTop70{margin-top: 70px;}.marginTop80{margin-top: 80px;}
.marginBottom10{margin-top: 10px;}.marginBottom20{margin-bottom: 20px;}.marginBottom30{margin-bottom: 30px;}.marginBottom40{margin-bottom: 40px;}.marginBottom50{margin-bottom: 50px;}.marginBottom60{margin-bottom: 60px;}.marginBottom70{margin-bottom: 70px;}.marginBottom80{margin-bottom: 80px;}.paddingTop10{padding-top: 10px;}.paddingTop20{padding-top: 20px;}.paddingTop30{padding-top: 30px;}.paddingTop40{padding-top: 40px;}.paddingTop50{padding-top: 50px;}.paddingTop60{padding-top: 60px;}.paddingTop70{padding-top: 70px;}.paddingTop80{padding-top: 80px;}
.paddingBottom10{padding-bottom: 10px;}.paddingBottom20{padding-bottom: 20px;}.paddingBottom30{padding-bottom: 30px;}.paddingBottom40{padding-bottom: 40px;}.paddingBottom50{padding-bottom: 50px;}.paddingBottom60{padding-bottom: 60px;}.paddingBottom70{padding-bottom: 70px;}.paddingBottom80{padding-bottom: 80px;}

.textleft{text-align: left;}
.textcenter{text-align: center;}
.textright{text-align: right;}

/*estandards*/
.cvcenter{
	display:table;
	height:100%;
	width: 100%;
}
.cvcenterinner{
	display:table-cell;
	vertical-align:middle;
}
.nicescroll-rails {
z-index: 999!important;

}
/*//estandards*/
.clear{clear:both;}
.overflowhidden{overflow: hidden;}
.overflowxhidden{overflow-x: hidden;}

/*general*/
body,html,.cpagewrap{
	height:100%;
}
body {
  margin: 0;
	background-color:white;
}
body,input,textarea,a{
	font-size: 20px;
	font-weight:500;
	font-family: 'neue-haas-grotesk-display', sans serif;
  line-height: 30px;
}
textarea:focus, input:focus{
    outline: none;
}

img {border: 0 none;}
a {
  text-decoration: none;
}
a:hover {text-decoration:none;}

body,a,.iinputdefault,.iinputdefault::placeholder{
color: black;
}

.zoominout{
overflow: hidden;
}
.zoominout .cimagesentinellimg{
animation: zoominout 20s infinite;
animation-timing-function: linear;
}
@keyframes zoominout {
  0% {
		transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.iinputdefault{
background: #EFEFEF;
padding: 20px;
padding-left: 30px;
padding-right: 30px;
border: 0px;
width: 100%;
box-sizing: border-box;
}

:root{
     --color1:#00356d;
     --color2:#166593;
     --color3:#3d91a7;
     --color4:#9e5b9d;
     --colorgray:#aeadb3;
     --colorblack:#000000;
	 --mainMargin:30px;
	 --halfMargin:calc(var(--mainMargin)/2);
}
.scoma:last-child{
display: none;
}

.cimagesentinell{
position: relative;
}
.cimagesentinell svg{
width: 100%!important;
height: auto!important;
opacity: 0;
display: block;
}
.cimagesentinellimg{
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}

.cpopupwrap{
position:fixed;
top:0px;
left:0px;
height:100%;
width:100%;
z-index:950;
display: none;
}
.cpopupopa{
position:fixed;
top:0px;
left:0px;
height:100%;
width:100%;
background-color: white;
opacity: 0.8;
z-index: 940;
}

.cpopup{
position: absolute;
background-color: white;
z-index: 960;
max-width: 1200px;
width: 90%;
text-align: center;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
margin-top:-40px;
opacity: 0;
-webkit-transition:all 0.4s ease-in-out;
-moz-transition:all 0.4s ease-in-out;
-o-transition:all 0.4s ease-in-out;
transition:all 0.4s ease-in-out;
}
.cpopupclose{
position: absolute;
top: 0px;
right: 0px;
height: 90px;
width: 90px;
background-image: url(img/elementos/i-popupclose.svg);
background-position: center;
background-repeat: no-repeat;
background-size: 40px;
cursor: pointer;
z-index: 20;
}
.cpopupalert .cpopup{
width: 700px;
}
.cpopupalert .cpopupinner{
padding-top: 79px;
padding-bottom: 50px;
}
.cpopupinner{
position: relative;
padding: 60px;
}
.cpopupcerrar{
	position: absolute;
	top: 25px;
	right: 30px;
	cursor: pointer;
	background-color: #e5e5e5;
    padding: 6px;
    border-radius: 100%;
	font-weight: 700;
	font-size: 12px;
	width: 18px;
    height: 18px;
    line-height: 18px;
}

.showpopup .cpopup{
opacity: 1;
margin-top:0px;
}
.infoicon{
width: 30px;
height: 30px;
line-height: 30px;
border: 2px solid #666;
border-radius: 100%;
text-align: center;
font-weight:700;
position: absolute;
left: 20px;
top: 20px;
font-size: 14px;
color: #666;
}
.clente{
position: relative;
}
.clenteopa{
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;
opacity: 0.2;
background: black;
}
.clenteimagebck{
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}



/*form*/
.clegalwrap,.clegalwrap a{
font-size: 14px;
line-height: 1.8em;
}

input,textarea,.sinput{
width: 100%;
display: block;
}
.cinputwrap .cinner{
position: relative;
}
.cinputwrap .cinner input,.cinputwrap .cinner .sinput,.cinputwrap .cinner textarea{
box-sizing: border-box;
    display: block;
    border: 0px;
    padding:21px;
    padding-left:35px;
    padding-right: 35px;
    color: #4f5c69;
    background: white;
}
.cselectdropdown input{
display: none!important;
}
.cinputwrap .cinner input::placeholder,.cinputwrap .cinner textarea::placeholder{
color: #4f5c69;
}
.cinputwrap .cinner textarea{
height: 300px;
}
.cformfooter .csubtitulartext{
display: block;
color: #4f5c69;
}
.cformlegal{
text-align: justify;
color: #4f5c69;
}
.saceptotext{
text-align: left;
}
.cformlegal,.cformlegal a{
font-size: 18px;
line-height: 31px;
}
.ccheckboxes{
border-top: 2px solid #acbbb6;
margin-top: 20px;
padding-top: 20px;
}
/*checkbox*/
.scheck{
display: inline-block;
width: 13px;
height: 13px;
vertical-align: middle;
margin-right: 10px;
border: 2px solid #eaeaea;
margin-top: -4px;
position: relative;
}
.ccheckboxeslegal input{
display: none;
}
.ccheckboxeslegal{
margin-top: 15px;
margin-bottom: 5px;
}
.scheck:before{
content: "";
display: block;
position: absolute;
top: 52%;
left: 50%;
transform: translateY(-50%) translateX(-50%) rotate(45deg);
width: 80%;
height: 2px;
background: #1A1A1A;
opacity: 0;
}
.scheck:after{
content: "";
display: block;
position: absolute;
top: 52%;
left: 50%;
transform: translateY(-50%) translateX(-50%) rotate(-45deg);
width: 80%;
height:2px;
background: #1A1A1A;
opacity: 0;
}
.icheckbox.selected .scheck:after,
.icheckbox.selected .scheck:before{
opacity: 1;
}
.icheckbox{
display: block;
margin-bottom: 10px;
cursor: pointer;
}
.ccheckboxeslegal,.clegalwrap{
margin-top:30px;
}

.mCSB_scrollTools_vertical {
    transform: scale(0.95) translateX(-3px)  translateY(-2px);
}
#mCSB_1_dragger_vertical {
    transform: scale(0.95) translateY(4px);
}
/*dropdown*/
.cdropsc {
    max-height: 294px;
}
.cselectdropdownvalues{
position: absolute;
top: 82px;
left: 0px;
width: 100%;
}
.cinputwrapdropdown{
position: relative;
z-index:10;
}
.cselectdropdown input{
display: none;
}
.cselectdropdownvalues{}
.jqdropdownvalue{
display: block;
text-align: center;
padding: 10px;
    padding-bottom: 8px;
background: #aaaaaa;
color: #505050;
border-top: 1px solid #ccc;
-webkit-transition:all 0.2s ease-in-out;
-moz-transition:all 0.2s ease-in-out;
-o-transition:all 0.2s ease-in-out;
transition:all 0.2s ease-in-out;
cursor: pointer;
}
.jqdropdownvalue:hover,.jqdropdownvalue.selectedvalue{
background: #505050;
color: #aaaaaa;
}

.cselectdropdown svg {
  position: absolute;
  top: 27px;
  right: 24px;
  z-index: 100;
  width: 33px;
  height: auto;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.selectactive svg{
   transform: translateZ(0px) rotateX(-180deg);
}
.cselectdropdownvalues {
    display: none;
}
.jqopendropdown{
position: absolute;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
cursor: pointer;
}

/*inputchoice*/
.cinputchoice input{
display: none;
}
.cacepto.selectedvalue .iaceptoinput:before{
content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 26px;
    background-image: url(img/elementos/i-cross.svg);
    background-position: center;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 3;
}



/*form*/


/*sections*/
.csection {
position: relative;
}
.csectionpaddings{
padding-top: 170px;
padding-bottom: 150px;
}
.csectionnopadding{
padding: 0px;
}
.csectionwhite {
color: white;
}
.jqsectionfull100 {
padding-top: 330px;
}
.csectionwhite h1,.csectionwhite h2,.csectionwhite h3,.csectionwhite h4,.csectionwhite h5,.csectionwhite .sh1,.csectionwhite .sh2,.csectionwhite .sh3,.csectionwhite .sh4,.csectionwhite a{
color: white;
}
.csectionopa,.citemopa{
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;
background: black;
z-index: 100;
opacity: 0;
-webkit-transition:all 1.2s ease-in-out;
-moz-transition:all 1.2s ease-in-out;
-o-transition:all 1.2s ease-in-out;
transition:all 1.2s ease-in-out;

}
.citemtext{
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;
z-index: 10;
text-align: center;
opacity: 0;
transform: translateY(-15px);
}
.csectionsentinell .csectionbg svg{
display: block;width: 100%;
height: auto;
}
.csectionsentinell .csectionopa{
display: none;
}
.coltitular{
margin-bottom: 0px!important;
}
.citemopa,.citemtext{
-webkit-transition:all 0.3s ease-in-out;
-moz-transition:all 0.3s ease-in-out;
-o-transition:all 0.3s ease-in-out;
transition:all 0.3s ease-in-out;

}
.citemoverlay .citemtext *{
color: white;
}
.citemopa{
opacity: 0;
z-index: 8;
}
.citemoverlay:hover .citemopa{
opacity: 0.6;
}
.citemoverlay:hover .citemtext{
opacity: 1;
transform: translateY(0px);
}

.citemoverlayinvertido .citemopa{
opacity: 0.3;

}
.citemoverlayinvertido .citemtext{
opacity: 1;
transform: translateY(0px);
}
.citemoverlayinvertido:hover .citemopa{
opacity: 0;

}
.citemoverlayinvertido:hover .citemtext{
opacity: 0;
transform: translateY(-30px);
}

.csectionbg{
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;
background-position: center;
background-size: cover;
z-index: 90;
}
.scrollingwayfinish .csectionopa{
opacity: 0.8;
}

.csectiontext{
position: relative;
z-index: 150;
}
.csectionfullscreen{
height:100%;
padding-top: 0px;
padding-bottom: 0px;
}
.csectionbgvideo{
overflow: hidden;
}
.csectionbgvideo video{
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
height: 100%;
-o-object-fit: cover;
   object-fit: cover;
}

.csectionsentinell{
padding-top: 0px;
padding-bottom: 0px;
}
.csectionsentinell .csectionbg{
position: relative;
}
.csectionsentinell .csectionbg img{
position: relative;
display: block;
width: 100%;
height: auto;
}
.csectionsentinell .csectiontext{
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
color: white;
}
/*///sections*/




/*acordion*/

.cacordion p{
display: none;
}
.cacordion ul{
padding-left: 0px;
}
.cacordion li{
list-style: none;
}
.cacordion > ul > li{
padding-bottom: 10px;
border-bottom: 1px solid #121212;
padding-top: 11px;
position: relative;
margin-bottom: 0px;
cursor: pointer;
}
.cacordion > ul > li > ul > li:first-child{
padding-top: 30px;
}
.cacordion > ul > li > ul > li:last-child{
padding-bottom: 30px;
}
.cacordion > ul > li:first-child{
border-top: 1px solid #121212;
}
.cacordion li li{
display: none;
}

.cacordion > ul > li::before{
content: "";
display: block;
width:13px;
height: 7px;
background-image: url('img/elementos/i-fldownaccordion.svg');
background-position: center;
background-repeat: no-repeat;
top: 19px;
right: 20px;
position: absolute;
-webkit-transition:all 0.2s ease-in-out;
-moz-transition:all 0.2s ease-in-out;
-o-transition:all 0.2s ease-in-out;
transition:all 0.2s ease-in-out;
}
.liacordionshow::before{
transform: scaleY(-1);
   -moz-transform: scaleY(-1);
   -webkit-transform: scaleY(-1);
   -ms-transform: scaleY(-1);
}

/*///acordion*/


.cburger{
position: absolute;
top: 50%;
right: 0px;
transform: translateY(-50%);
width: 67px;

}
.cburgerinner{
position: relative;
}
.cbar{
width: 100%;
height: 11px;
background: black;
margin-top: 12px;
margin-bottom:12px;
}
.cheader .contentxlarge{
position: relative;
}
p{
margin-top: 0px;
margin-bottom:32px;
}
p:last-child{
margin-bottom: 0px;
}

h1,h2,h3,h4,h5,
.sh1,.sh2,.sh3,.sh34,.sh4,.sh5{
color: #000;
font-family: 'Montserrat', sans serif;
margin-top: 0px;
margin-bottom: 0px;
font-weight: 300;
}

.csingleblogredes svg{
height: 50px;
width: auto;
display: inline-block;
}

/* font-size: calc(30px + 4.8vw); */

h1,.sh1{
font-size: 100px;
line-height: 108px;
}
h2,.sh2{
font-size: 70px;
line-height: 78px;
}
h3,.sh3{
font-size: 40px;
line-height: 48px;
}
.sh34{
font-size: 30px;
line-height: 30px;
}
h4,.sh4{
font-size: 20px;
line-height: 28px;
}
.cta{
cursor: pointer;
}
.cta:hover{

}
.ctanaked{

}
.ctanaked:hover{

}
.ctawhite{

}
.ctawhite:hover{

}
.cta100{

}
.ctawide{

}
.ctasmall{

}
/*///general*/


/*slider*/
.cwrap,.cpasador,.slide{
	height:100%;
	width:100%;
}
.cwrap{
	position:relative;
	height:66%;
}
.slide{
	background-position:center;
	background-size:cover;
}
/*web*/
.cportadalogo{
position:fixed;
top:0px;
left:0px;
height:100%;
width:100%;
background: white;
text-align: center;
z-index: 10000;
}
.cheader,footer,.cwrapcontents{
opacity: 0;
-webkit-transition:all 0.2s ease-in-out;
-moz-transition:all 0.2s ease-in-out;
-o-transition:all 0.2s ease-in-out;
transition:all 0.2s ease-in-out;

}
.domloaded .cheader,.domloaded footer,.domloaded .cwrapcontents{
opacity: 1;
}
.cportadalogo svg{
width: 85%;
height: auto;
display: inline-block;
}
.bnlogo .cportadalogo{
background: black;
}
.bnlogo .cportadalogo path{
fill:white;
}
.biglogo .cportadalogo::before{
display: block;
content: "";
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;
}
.cportadanotshow{
display: none;
}
.cheaderlogo svg{
width: 220px;
height: auto;
}
.cheaderlogo svg{
padding-top: 70px;
padding-bottom: 70px;
}
.cmenuwrap,.cmenuwrap a{
color: white;
}
.cmenuwrap{
background: black;
position:fixed;
top:0px;
right:0px;
height:100%;
width:50%;
z-index: 540;
transform: translateX(101%);
-webkit-transition:all 1s ease-in-out;
-moz-transition:all 1s ease-in-out;
-o-transition:all 1s ease-in-out;
transition:all 1s ease-in-out;
}
.showmenuresponsive .cmenuwrap{
transform: translateX(0px);
}
.showmenuresponsive .cburger .cbar{
background: white;
}
.cbar{
-webkit-transition:all 1s ease-in-out;
-moz-transition:all 1s ease-in-out;
-o-transition:all 1s ease-in-out;
transition:all 1s ease-in-out;
}
.cburger{
cursor: pointer;
z-index: 560;
}
.cmenuwrapinner{
padding: 150px;
}
.cmenuwrapinner{
height: 100%;
box-sizing: border-box;
}
.cmenuwrap li,.cmenuwrap ul{
list-style: none;
padding-left: 0px;
margin-left: 0px;
}
.cmenuwrap li a,h1,.sh1{
font-size: calc(24px + 1.6vw);
line-height: 1;
font-family: 'Montserrat', sans serif;
}
h2,.sh2{
font-size: calc(20px + 1.1vw);
line-height: 1;
font-family: 'Montserrat', sans serif;
}
.cmenuwrap li{
margin-top: 30px;
margin-bottom: 30px;
}

.citemproject img,.citemproject video{
width: 100%;
height:100%;
object-fit: cover;

}
.citemprojectinner{
position: relative;
}
/*
.cportfoliowrap .contentxlarge{
transform: scale(0.8) translateX(-7%);
}
.cportfoliowrap{
transform: translateY(-6%);
overflow: hidden;
}
.citemproject:nth-child(odd) {
transform: translateY(10%);
}
.citemprojectinner:hover img{
transform: scale(1.05);
}
.citemprojectimg{
height: 100%;
transform: scale(1.1) translateX(-10%);
background: white;
}
*/
.citemprojectimg{
height: 100%;
background: white;
}

.cportfoliowrap{
overflow: hidden;
}
.contentxlarge{
max-width: none;
margin-left: 100px;
margin-right: 100px;
}
.citemprojectinner{
height: 80vh;
}
.cby{
text-align: right;
}
.home footer{
position: absolute;
bottom: 0px;
left: 0px;
width: 100%;
}
footer,footer a{
font-size: 12px;
}
.clegallinks a{
margin-right: 10px;
}
.citemprojectinner .citemprojectimg{
aspect-ratio:500 / 700;
}
.citemproject:nth-child(odd) .citemprojectinner .citemprojectimg{
margin-top: 80px;
}
.citemproject .citemprojectinner .citemprojectimg{
margin-left: -80px;
overflow: hidden;
}
footer{
height: 60px;
line-height: 60px;
}

.citemprojectinner{

}
.cportfoliowrap .contentxlarge{
transform: translateX(80px);
}
.citemproject[data-slick-index="-1"] .citemprojectimg {
    transition-delay: 2.8s!important;
}
.csection-item-project-single{
position: fixed;
top: 0px;
left: 0px;
width: 100%;
}
.cgallery img,.cgallery video{
display: block;
}
.cgallery{
margin-right: 0px!important;
}
.cheaderfix{
height: 236px;
}
.cburger {
position: fixed;
width: 67px;
height: 58px;
top: 115px;
right: 100px;
}
.nicescroll-cursors{
border-radius: 0px!important;
}
.nicescroll-rails{
background: #DCDCDC;
}
.cgallery img{
cursor: pointer;
}
.ccontentsingle{
position: relative;
z-index: 502;
}

.cpopupimage .cpopupinner{
padding: 0px;
}
.cpopupimage img{
display: block;
}
.cpopupimage img,.cpopupimage video{
max-width: 90vw;
max-height: 90vh;
}
.cpopupimage .cpopup{
max-width: none;
width: auto;
}
.cdatasingle{
margin-top: 40px;
margin-bottom: 40px!important;
}
.cdatasingle .col25{
margin-bottom: 0px!important;
}
h5{
font-weight: 700;
}
.cgallery .col100 .cinner{
margin-left: 0px;
margin-right: 0px;
}
.ccontentsingle {
margin-left: 0px;
}
.jqpopupshowimage{
cursor: pointer;
}
.cpopupimage video{
display: block;
}
.cgallery video{
width: 100%;
}
.csectionprojectbottom{
height: 78vh;
z-index: 530;
margin-top: 250px;
}
footer .clegallinks,footer .cby{
margin-bottom: 0px!important;
}

.type-project{
position: relative;
overflow: hidden;
}
.cheaderfix{
display: none;
}
.single .cheaderfix{
display: block;
}
.csectionprojectbottom{
overflow: hidden;
}
.csectionprojectbottom .cburger {
position: fixed;
z-index: 560;
}
.csectionprojectbottom .cbar{
background: white;
}
.csectionprojectbottom .csectionopa{
background: #90CD5E;
}
.csectionprojectbottom .contentxlarge{
padding-top: 100px;
padding-bottom: 160px;
height: 100%;
box-sizing: border-box;
position: relative;
}
.csectiontext{
height: 100%;
}
.cshareproject{
position: absolute;
bottom: 0px;
left: 0px;
}
.cprojectbottominner{
height: 100%;
position: relative;
}
.sh5,h5{
font-weight:500;
font-family: 'neue-haas-grotesk-display', sans serif;
}
.csingleblogredes h5{
display: inline-block;
text-decoration: underline;
}
.csingleblogredes a{
display: inline-block;
margin-right: 10px;
}
.ccontentsingle .col50{
background: white;
}
.csection-item-project-single{
z-index: 501;
}
.single .cheaderlogo{
position: fixed;
top: 0px;
left: 100px;
}
.single footer {
background: white;
}
.single footer{
position: absolute;
bottom: 0px;
left: 0px;
width: 100%;
z-index: 580;
}
.lbackto{
position: absolute;
top: 0px;
right: 0px;
}
.lbackto svg{
vertical-align: middle;
margin-right: 10px;
}
.lbackto{
text-decoration: underline;
}
.csectionprojectbottom.scrollingwayfinish .csectionopa {
    opacity: 0.8;
}
.csectioncv{
height: 550px!important;
margin-top: 7vh;
}
.csectioncv .contentxlarge{
padding: 50px;
margin-left: 0px;
margin-right: 0px;
}
.csectioncv .cshareproject{
margin-bottom: 0px!important;
}
.csectionsideimagedcol .cinner{
padding-right: 50%;
}
.csectionsideimagedcol{
margin-bottom: 0px!important;
}
.cimagedtext{
margin-right: 25px;
}
.cimagedimage{
background-position: center;
background-repeat: no-repeat;
background-size: cover;
width: 50%;
right: 0px;
top: 0px;
height: 100%;
position: absolute;
}
.csectiontopsang{
padding-top: 236px;
margin-top: -241px;
}
.csectionsideimagedtop .row{
position: static;
}
.ctextotitled .sh1,.ctextotitled h1{
margin-bottom: 25px;
display: block;
}
.csectionmargintop{
margin-top:4vw;
}
.csectionmarginbottom{
margin-bottom:4vw;
}
.ctextomax{
max-width: 1000px;
float: right;
}
.csecabout2 .row *[class^="col"]{
margin-bottom: 0px;
}
.cbacked,.cbacked2{
position: relative;
}
.cbacked::before,.cbacked2::before{
content: "";
display: block;
background: #90CD5E;
width: 100%;
height: 100%;
position: absolute;

}
.cbacked::before{
height: 50%;
bottom: 0px;
}
.cbacked img{
display: block;
}
.page .cheaderlogo{
z-index: 700;
position: relative;
width: 300px;
}
.csectiongray{
background: #F3F3F3;
}
.csectionsideimagedleft .cimagedimage{
left: 0px;
right: auto;
}
.csectionsideimagedleft .cinner{
padding-left: 50%;
padding-right: 0px;
}
.csectionsideimagedleft .cimagedtext{
padding-left: 75px;
}
.csmalltext{
max-width: 780px;
}
.csectionsideimagedleft .contentxlarge{
margin-left: 0px;
}
.cformdefault .cinner{
padding-left: 0px;
}
.cformdefault .col100{
margin-bottom: 15px!important;
}
.cta{
background: #90CD5E;
padding: 20px;
padding-left: 40px;
padding-right: 40px;
color: white;
-webkit-transition:all 0.2s ease-in-out;
-moz-transition:all 0.2s ease-in-out;
-o-transition:all 0.2s ease-in-out;
transition:all 0.2s ease-in-out;
display: inline-block;
}
.cpopupalert .cta{
margin-top: 15px;
}
.cformbuttonwrap .cta{
padding-left: 80px;
padding-right: 80px;
}
.cformbuttonwrap{
margin-top: 15px;
text-align: right;
}
.cta:hover{
background: black;
}
.cformcontact{
min-height: 600px;
}
.ctextoresponsive{
display: none;
}
.csectioncv .cinner {
    padding-right:0%;
}
.csectiontopsang  .row{
position: static!important;
}
.cmenulateralinner{
height: 100%;
position: relative;
}
.cselectoridioma{
    top: -48px;
left: auto;
position: absolute;

}
.cselectoridioma{
text-transform: uppercase;
}
.cselectoridioma,.cselectoridioma a{
font-size: 14px;
}
.colnomarginbot{
margin-bottom: 0px!important;
}
.lateralnotfix{
position: absolute;
top: 0px!important;
}
.csection-item-project-single .col50{
margin-bottom: 0px!important;
}
.citemproject video{
transform: scale(1.28);
}
.cnobr br{
display: none;
}

.ccontactspace{
display: inline-block;
width: 100px;
}
.rawcontact p{
display: inline-block;
}
.cblankpagecontent{
margin-left: 100px;
margin-right: 300px;
margin-bottom: 80px;
}
.iimagebotabout{
aspect-ratio:3 / 1;
object-fit: cover;
}
.csocialmedia svg{
width: 40px;
height: auto;
display: inline-block;
margin-right: 6px;
}
.itemtwo{
width:50%;
}
.itemthree{
width: 33.333333333333333333333333%;
}
.itemtwo .col50,.itemthree .col50{
width: 100%!important;
}
.citemteam .col50 .cinner{
margin: auto!important;
padding: 0px;
padding-top: 20px;
}
.itemdefault .col50 .citemteamtext{

padding: 50px;
}

.itemtwo .col50 .citemteamtext,.itemthree .col50 .citemteamtext{

padding: 0px;
}

.citemteam .sh3{
margin-bottom: 15px;
}

.cblankpagecontent  h1,.cblankpagecontent  h2,.cblankpagecontent  h3,.cblankpagecontent  h4,.cblankpagecontent  h5{
margin-bottom: 20px;
}
.single .cheader{
z-index: 400;
position: relative;
}

.citemteam img{
aspect-ratio:1/1;
object-fit: cover;
}
.cbanner2024{
background:#90CD5E;
position:fixed;
bottom: -1px;
right:-1px;
padding: 30px;
border: 1px solid black;
max-width: 380px;
z-index: 600;
cursor: pointer;
}
.cbanner2024 *{
color: white;
}
.cbannertextbottom{
font-size: 16px;
line-height: 20px;
border-top: 1px solid white;
margin-top: 20px;
padding-top: 20px;
}
.csvgplay{
float: left;
}
.cbannertext{
float: left;
width:300px;
padding-left: 30px;
box-sizing: border-box;
}
.cclosebanner24 {
position: absolute;
top: 0px;
right:20px;
transform: translateY(-40%);
}
.csvgplay svg {
    width: 70px;
    height: auto;
}
.cpopupvideo video{
width: 100%;
height: auto;
display: block;
}
.cpopupvideo .cpopupclose{
background: none;
text-align: right;
top: -12px;
right: -12px;
}
.cpopupinner {
    position: relative;
    padding: 0px;
}
.cpopupopa{
background: black;
}
.cbanner2024 {
-webkit-transition:all 1.2s ease-in-out;
-moz-transition:all 1.2s ease-in-out;
-o-transition:all 1.2s ease-in-out;
transition:all 1.2s ease-in-out;
transform: translateX(105%);

}
.domloaded  .cbanner2024 {
transform: translateX(0%);
}
.bannerbye{
transform: translateX(105%)!important;
}
.svgplay *{
stroke:black;
}
.cheaderlogo .svgplay{
position: absolute;
    top: 50%;
    right: 0px;
    transform: translateX(45%) translateY(-58%);
    padding: 0px;
    width: 70px;
    display: block;
    cursor: pointer;
    -webkit-transition:all 0.2s ease-in-out;
    -moz-transition:all 0.2s ease-in-out;
    -o-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;

}
.cheaderlogo .svgplay:hover{
opacity: 0.5;
}
.ctextoptitled p{
margin-bottom: 20px;
}
.citemteam .sh3{
margin-bottom: 0px;
}
.ctextoptitled h1{
margin-bottom: 7px;
}
