/*
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 */
/*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(80px);
}
.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);
}

/*jqswa*/


/*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;}

/*general*/
body,html,.cpagewrap{
	height:100%;
}
body {
  margin: 0;
  overflow-x: hidden;
	background-color:white;
}
body,input,textarea,a{
	font-size: 20px;
	font-weight:400;
	font-family: 'Poppins', sans serif;
}
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: 36px;
border: 0px;
width: 100%;
box-sizing: border-box;
font-size: 25px;
font-weight: 700;
}


h1, .sh1{
}
: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 img{
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:absolute;
top:0px;
left:0px;
height:100%;
width:100%;
background-color: black;
opacity: 0.7;
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{
max-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*/

.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{
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;

}
.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 {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(1);
}
.cslideprojectsimgdetail iframe {
    width: 100%;
    height: 100%;
}
.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*/



/*///general*/


/*slider*/
.cwrap,.cpasador,.slide{
	height:100%;
	width:100%;
}
.cwrap{
	position:relative;
	height:66%;
}
.slide{
	background-position:center;
	background-size:cover;
}
/*web*/


.cmenubar {
  background: #000;
  -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;

}
.cmenuburgersmall{
width: 33px;
height: 55px;
position: absolute;
border-radius: 100%;
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;

top:50%;
transform: translateY(-50%);
right:0px;
}
.contentxlarge {
width: 100%;
    max-width: 1440px;
    margin: auto;
    }
.cmenubar {
    width:100%;
    height:5px;
margin-top: 7px;
    margin-bottom: 7px;
-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.3s ease-in-out;
}
.cheader .contentxlarge{
position: relative;
}
.shtitle{
font-family: 'Poppins', sans-serif;
font-weight: 700;
}
.cheaderwrap{
position: fixed;
width: 100%;
top: 0px;
left: 0px;
}
.contentxlarge{

}
.cheaderlogo svg{
width: 200px;
height: auto;
display: block;
padding-top: 70px;
padding-bottom: 70px;
}
.chomeslider{
height: 900px;
width: 75%;
position: relative;
float: right;
}
.cimagesuperposada{
position: absolute;
bottom: 0px;
height: 900px;
width: 75%;
z-index: 600;
right: 0px;
}

.cimagehome,.cimagesuperposada {
background-position: bottom left;
background-size: cover;
background-repeat: no-repeat;
}

.cimagehome{
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;


}
.cheaderfixer{
height: 179px;
}
.ccontenthome{
position: relative;
}
.chometitle{
position: relative;
z-index: 500;
}
.home .chometitle{
position: absolute;
top:50px;
left: 0px;
}

.chometitle .shtitle{
font-size: 170px;
line-height: 155px;
margin-top: 0px;
margin-bottom: 0px;
margin-left: -20px;

}
.sgray{
color: #838A97;
}
.glinegray .sgline {
background:#838A97!important;

}
.ctextmini{
font-size:14px;
line-height: 16px;
font-family: 'Kanit', sans-serif;
font-weight: 300;
}
.chometitle .ctextmini{
position: absolute;
width:30%;
text-align: right;
margin-top: 30px;
}
.ctextminiinner > span{
    display: inline-block;
position: relative;
}
.ctextminiinner .slinemini{
content: "";
position: absolute;
top: 0px;
right: 0px;
width: 100%;
border-bottom: 1px solid black;
margin-top: -4px;
}


/*CURSOR*/
.cursor,.cursorinner::after,.cursorinner:before{
width: 25px;
height: 25px;
}
.cursor{
  position: fixed;
  border-radius: 50%;
  pointer-events: none;
  z-index: 999;
  transition: transform 0.2s;
  }
.cursorinner::after{
content: "";
display: block;
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
border-radius: 100%;
background-color: transparent;
opacity: 0.75;
animation: cursoranim 2s infinite;
	-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-latestnews1 .cursor,
.cursor-latestnews1 .cursorinner::after,
.cursor-latestnews1 .cursorinner:before{
width:600px;
height: 800px;
border-radius: 0px;
}

.cursor-contactbutton .cursor{
transform: scale(0);
}
.cursor-contactbutton .ccontactbutton .cvcenter{
background: #333347;
transform: scale(1.1);
}
.cursor-default .cursor,.cursor-default .cursorinner::after, .cursor-default .cursorinner:before {
    width: 60px;
    height: 60px;
}
@keyframes cursoranim {
    0% {
        transform: translateY(-50%) translateX(-50%) scale(1);
    }
    50% {
        transform: translateY(-50%) translateX(-50%)  scale(1.1);
    }
    100% {
        transform: translateY(-50%) translateX(-50%)  scale(1);
    }
}
.cursorinner{
position: relative;
height: 100%;
}
.cursorinner:before{
content: "";
display: block;
position: absolute;
border: 4px solid #E52740;
top: 50%;
left: 50%;
z-index: 4;
transform: translateY(-50%) translateX(-50%);
border-radius: 100%;
box-sizing: border-box;
animation: cursoranim 2s infinite;
	-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;
}
html,
*{
cursor: none!important;
}


.cursor-noopa .cursorinner::after{
background: transparent;
}
.cursor-100px .cursor,.cursor-100px .cursorinner::after,.cursor-100px .cursorinner:before{
width: 75px;
height: 75px;
}

.cursor-next .cursorinner::after{
width: 75px;
height: 75px;
background: #E52740;
opacity: 1;
background-image: url('img/elementos/next.svg');
background-repeat: no-repeat;
background-position: center;
background-size: 10px auto;
}
.cursor-next .cursorinner::before{
display: none;
}

.cursor-prev .cursorinner::after{
width: 75px;
height: 75px;
background: #E52740;
opacity: 1;
background-image: url('img/elementos/prev.svg');
background-repeat: no-repeat;
background-position: center;
background-size: 10px auto;
}
.cursor-prev .cursorinner::before{
display: none;
}

.cursor-textmid .cursorinner::after{
width: 125px;
height: 125px;
background: #E52740;
opacity: 1;
}
.cursor-textmid .cursorinner::before{
display: none;
}
.cursor-textbig .scursortext{
width: 245px;
height: 245px;
position: absolute;
top: -105px;
left: -108px;
}
.cursor-textbig .cursorinner::after{
width: 195px;
height: 195px;
background: #E52740;
opacity: 1;
}
.cursor-textbig .cursorinner:before{
border: 4px solid #E52740;
}

.cursor-dblue .cursorinner::after{
background: #333347;
}
.cursor-dblue .cursorinner:before{
border: 4px solid #333347;
}


.cursor-textmid .cursorinner::before{
display: none;
}


.cursorinnerinner{
position: relative;
}
.cursorinnerinner{
height: 100%;
}
.scursortext{


}
.scursortext div{
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
z-index: 200;
text-align: center;
color: white;
font-size:16px;
line-height: 15px;
font-family: 'Kanit', sans-serif;
font-weight: 600;
text-transform: uppercase;
}

.cursor-scrolldown .scursortext div::after{
content: "";
display: inline-block;
margin-bottom: -26px;
margin-top: 2px;
height:27px;
width: 3px;
background: white;
-webkit-animation: elasticus 1.2s cubic-bezier(1,0,0,1) infinite;
    -moz-animation: elasticus 1.2s cubic-bezier(1,0,0,1) infinite;
    -o-animation: elasticus 1.2s cubic-bezier(1,0,0,1) infinite;
    animation: elasticus 1.2s cubic-bezier(1,0,0,1) infinite;
}
/*CURSOR*/


@-webkit-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    51% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}
@-moz-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    51% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}
@-o-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    51% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}
@keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    51% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}


.cmenuburgersmall:hover .cmenubar {
    background: #E52740;
}

.cimagesuperposadawrap {
-webkit-transition:all 2.2s ease-in-out;
-moz-transition:all 2.2s ease-in-out;
-o-transition:all 2.2s ease-in-out;
transition:all 2.2s ease-in-out;
position:absolute;
bottom:0px;
left:0px;
height:100%;
width:100%;
z-index: 600;
transform: translateY(-15px) scale(1.1);

}
.windowloaded .cimagesuperposadawrap {
transform: translateY(-40px) scale(1.1);
}
.chomeall{
overflow: hidden;
height: 100%;
position: relative;
}
.jqtitle{
position: relative;
overflow: hidden;
display: inline-block;
line-height: 210px;
margin-bottom: -115px;
}
.jqtitle span{
display: inline-block;
transform: translateY(125%) ;
-webkit-transition:all 1.6s ease-in-out;
-moz-transition:all 1.6s ease-in-out;
-o-transition:all 1.6s ease-in-out;
transition:all 1.6s ease-in-out;
}
.windowloaded .chomeall .jqtitle span{
transform: translateY(-7%);
}

.ctextmini span span{
transform: translateY(10px);
opacity: 0;
-webkit-transition:all .9s ease-in-out;
-moz-transition:all .9s ease-in-out;
-o-transition:all .9s ease-in-out;
transition:all .9s ease-in-out;
transition-delay:1.6s;
-webkit-transition-delay:1.6s;
-o-transition-delay:1.6s;
-moz-transition-delay:1.6s;
}

.ctextminiinner span::after{
width: 0px;
-webkit-transition:all .9s ease-in-out;
-moz-transition:all .9s ease-in-out;
-o-transition:all .9s ease-in-out;
transition:all .9s ease-in-out;
transition-delay:1.2s;
-webkit-transition-delay:1.2s;
-moz-transition-delay:1.2s;
-o-transition-delay:1.2s;
}
.windowloaded .chomeall .ctextmini span span{
transform: translateY(0);
opacity: 1;
}
.windowloaded .chomeall .ctextminiinner span::after{
width: 100%;
}
.chomeslider{
opacity: 0;
transform: translateY(10%);
}
.windowloaded .chomeslider{
-webkit-transition:all 1.3s ease-in-out;
-moz-transition:all 1.3s ease-in-out;
-o-transition:all 1.3s ease-in-out;
transition:all 1.3s ease-in-out;

}
.cimagesuperposadawrap{
opacity: 1!important;
}
.windowloaded .chomeslider{
opacity: 1;
transform: translateY(0%);
}
.home .cheaderlogo{

transform: translateY(30px)  ;
-webkit-transition:all .9s ease-in-out;
-moz-transition:all .9s ease-in-out;
-o-transition:all .9s ease-in-out;
transition:all .9s ease-in-out;

opacity: 0;
}
.home.windowloaded .cheaderlogo{
transform: translateY(0px);
opacity: 1;
}
.home .cmenubar {
width: 0px;
-webkit-transition:all .7s ease-in-out;
-moz-transition:all .7s ease-in-out;
-o-transition:all .7s ease-in-out;
transition:all .7s ease-in-out;
transition-delay:3.5s;
-webkit-transition-delay:3.5s;
-moz-transition-delay:3.5s;
-o-transition-delay:3.5s;
}
.home .cmenubar2 {
transition-delay:3.6s;
}
.home.domloaded .cmenubar{
width:100%;
}
.home.windowloaded .cmenubar{
width:100%;
-webkit-transition:all .3s ease-in-out;
-moz-transition:all .3s ease-in-out;
-o-transition:all .3s ease-in-out;
transition:all .3s ease-in-out;
transition-delay:0s;
-moz-transition-delay:0s;
-webkit-transition-delay:0s;
-o-transition-delay:0s;

}
.cheaderlogo a{
display: inline-block;
}
.cscrolldownsect{
position: absolute;
bottom: 0px;
left: 0px;
width: 100%;
height: 38%;
z-index: 620;
background: black;
opacity: 0;
}

.cslickteamwrapcontrols{
position: relative;
}
.csloganhomewrap{
height: 90px;
position: relative;
}
.csloganhome,.csloganhome .chcursor{
z-index: 500;
font-size: 64px;
font-style: italic;
font-weight: 600;
-webkit-transition:all 0.8s ease-in-out;
-moz-transition:all 0.8s ease-in-out;
-o-transition:all 0.8s ease-in-out;
transition:all 0.8s ease-in-out;

}
.csloganhome .chcursor:hover{
-webkit-transition:all 0.1s ease-in-out;
-moz-transition:all 0.1s ease-in-out;
-o-transition:all 0.1s ease-in-out;
transition:all 0.1s ease-in-out;
color: #E52740;
}
.csloganhome{
position: absolute;
bottom: 0;
left: 0px;
width: max-content;
-webkit-transition:all 4000s linear;
-moz-transition:all 4000s linear;
-o-transition:all 4000s linear;
transition:all 4000s linear;

}
.csloganhomewrapall{
margin-top: 100px;
}
.csloganhome1{
transform: translateX(-90%);
}
.windowloaded .csloganhome1{
transform: translateX(0%);
}
.windowloaded .csloganhome2{
transform: translateX(-100%);
}



.cslogan1down{
transform: translateX(680%)!important;
}
.cslogan2down{
transform: translateX(-600%)!important;
}
.cslogan1up{
transform: translateX(-480%)!important;
}
.cslogan2up{
transform: translateX(400%)!important;
}



.cabouthome{
margin-top:40px;
margin-bottom: 20px;
}
.jqswaover{
overflow: hidden;
position: relative;
transform: translateY(0px) translateX(0px)!important;
}
.jqswaover > div{
margin-top: 300px;
-webkit-transition: all .9s ease-in-out;
    -moz-transition: all .9s ease-in-out;
    -o-transition: all .9s ease-in-out;
    transition: all .9s ease-in-out;
}
.scrollingwayfinish .jqswaover > div{
margin-top: 95px;

}
.sgline{
background: black;
height:22px;
width:0px;
position: absolute;
z-index: 600;
margin-top: 8px;
-webkit-transition: all 3s ease-in-out;
-moz-transition: all 3s ease-in-out;
-o-transition: all 3s ease-in-out;
transition: all 3s ease-in-out;
transition-delay:  0.9s;
-moz-transition-delay: 0.9s;
-webkit-transition-delay:  0.9s;
-o-transition-delay: 0.9s;

}
.windowloaded .sgline0{
width: 100%;
}
.scrollingwayfinish .sgline {
width:100%;
}
.scrollingwayfinish .jqtitle span{
transform: translateY(0%);
}
.jqtitle span span{
display: inline;
}
.scrollingwayfinish .jqtitle span{
transform: translateY(0%);
}
.sh2 {
margin-top: 0px;
    margin-bottom: 7px;
    margin-top: 170px;
    transform: translateY(50px);
}
.sh2,.sh2 .jqtitle{
font-size: 130px;
line-height: 170px;
}

.sh2 .jqtitle{
margin-top: -115px;
    display: block;
        width: fit-content;
}
.cabouthome .sh2{
float: right;
margin-right: 20%;
}
.cabouthome .sgline{
background: #838A97;
}
.cabouthomeimage{
height:600px;
background-image: url('img/t/aboutus.jpeg');
background-position: center;
background-size: cover;

}
.cabouthome .ctextmini{
margin-right: 20%;
width: 12%;
float: right;
margin-top:100px;
margin-bottom:5px;
}

.scrollingwayfinish .ctextmini span span{
transform: translateY(0);
opacity: 1;
}
.scrollingwayfinish .ctextminiinner span::after{
width: 100%;
}
.courwork .shtitle{
margin-left: 28%;
}

.courworkinner{
position: relative;
}
.courwork .ctextmini{
position: absolute;
right:72%;
width: 260px;
top: 230px;
margin-right: 30px;
text-align: right;
}
.courworkhome{
margin-top: 100px;
}

.cslideprojectsimg{
background-position: center;
background-size: cover;
}
.cslideprojectsimg img{
display: block;
width: 100%;
height:auto;
}
.jqslickprojects .slick-list{
padding: 0px!important;
}

.slick-list{
overflow: initial!important;
}
.slick-slide{
-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;

}
/*
.cslickprojectswrap .slickactive2{
transform: scale(1.48) translateX(-19%);
}
.cslickprojectswrap .slickactive3{
transform: scale(1.48)  translateX(19%);
}
.cslickprojectswrap .slickactive1{
transform: scale(0.9) translateX(-61.5%) translateY(32.2%);
}
.cslickprojectswrap .slickactive4{
transform: scale(0.9) translateX(61.5%) translateY(32.2%);
}
*/
.jqslickprojects{
transform: translateY(10%);
}
.courworkinner{
z-index: 600;
}
.cslickprojectswrap,.cslickteamwrap{
position: relative;
}
.cslicknext{
height: 140%;
transform: translateY(-7%);
width: 15%;
position: absolute;
top: 0px;
right: 0px;
z-index: 610;
}
.cslickprev{
height: 140%;
transform: translateY(-7%);
width: 15%;
position: absolute;
top: 0px;
left: 0px;
z-index: 610;
}

.courservicestexto .cslicknext,.courservicestexto .cslickprev {
    transform: translateY(9%);
    height: 100%;
}

.clicktolearn{
font-size: 10px;
margin-top: 6px;
display: block;
}
.clicktolearn span{
display: block;
margin-top: -4px;
}
.csectionfooter{
margin-top:150px;
}
.csectionfooter{
position: relative;
}
.csectionfooter .csectionbg{
  mix-blend-mode: luminosity;
}
.csectiontext a,.csectiontext{
color: white;
}
.csectionfooter{
padding-top: 100px;
padding-bottom: 70px;
}
.cfootermenu a{
font-size: 30px;
line-height: 40px;
font-weight: 700;
display: block;
}
.cpromptprojectswrap{
height: 240px;
position: relative;
}
.cpromptprojects{
color: #838A97;
font-size: 35px;
font-weight: 500;
}
footer,footer a{
font-size: 15px;
line-height: 18px;

}
.cfooterdire,.cfooterdire a{
font-family: 'Kanit', sans-sans-serif;
text-transform: uppercase;
}
.cfooterdire{
position: relative;
display: inline-block;
}
.slinemini{
border-top:1px solid white;
width: 0%;
position: absolute;
left: 0px;
top: 0px;
-webkit-transition:all 0.6s ease-in-out;
-moz-transition:all 0.6s ease-in-out;
-o-transition:all 0.6s ease-in-out;
transition:all 0.6s ease-in-out;
transition-delay: 1.5s;
-moz-transition-delay: 1.5s;
-webkit-transition-delay: 1.5s;
-o-transition-delay: 1.5s;

}
.cwraptophome .slinemini{
transition-delay: 1.5s;
-moz-transition-delay: 1.5s;
-webkit-transition-delay: 1.5s;
-o-transition-delay: 1.5s;


}
.cfooterdirewrap2 .slinemini{
transition-delay: 0.6s;
-moz-transition-delay: 0.6s;
-webkit-transition-delay: 0.6s;
-o-transition-delay: 0.6s;

}
.cfooterdirewrap3 .slinemini{
transition-delay: 0.7s;
-moz-transition-delay: 0.7s;
-webkit-transition-delay: 0.7s;
-o-transition-delay: 0.7s;

}
.scrollingwayfinish .slinemini{
width: 100%;
}
.cfooterlegal,.cfooterlegal a{
font-family: 'Kanit', sans-sans-serif;
font-size: 12px;
line-height: 18px;
text-transform: uppercase;
}
.cfooterleft{
float: left;
}
.cfooterright{
float: right;
}
.cfooterlegal{
padding-top: 55px;
padding-bottom: 55px;
}
.cfooterlets{
position: absolute;
top: -60px;
left: 60%;
}
.cfooterlets .sh2 .jqtitle,.cfooterlets .sh2{
font-size: 80px;
line-height: 98px;
margin-top: 0px;
    display: inline-block;
        transform: translateY(0px);
        margin-bottom: -85px;
}

.scrollingwayfinish .cfooterlets .jqtitle span {
    transform: translateY(-7%);
}
.cfooterlets .sh2 .jqtitle:first-child{
line-height: 75px;
}
.cwrapfooter .sgline{
background: white;
margin-top: 0px;
}
#ascrail2000{
opacity: 0!important;
}
.cfooterlets::before{
content: "";
display: block;
height: 20px;
width: 0px;
background: white;
position: absolute;
top: 110px;
left: 250px;
-webkit-transition: all 3s ease-in-out;
    -moz-transition: all 3s ease-in-out;
    -o-transition: all 3s ease-in-out;
    transition: all 3s ease-in-out;
    transition-delay: 2s;
-moz-transition-delay: 2s;
-webkit-transition-delay: 2s;
-o-transition-delay: 2s;

}
.scrollingwayfinish .cfooterlets::before{

width: 1000px;
}
.cfooterlets svg{
position: absolute;
top: 162px;
left: 245px;
width: 90px;
height: auto;

}
.cfooterlets svg path{
stroke-dasharray: 66;
stroke-dashoffset: 100;

-webkit-transition: all 3s ease-in-out;
    -moz-transition: all 3s ease-in-out;
    -o-transition: all 3s ease-in-out;
    transition: all 3s ease-in-out;
transition-delay: 2s;
-moz-transition-delay: 2s;
-webkit-transition-delay: 2s;
-o-transition-delay: 2s;

}
.cfooterlets svg path:nth-child(1){
-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;
transition-delay: 2s;
-moz-transition-delay: 2s;
-webkit-transition-delay: 2s;
-o-transition-delay: 2s;

opacity: 0;
}
.scrollingwayfinish .cfooterlets svg path{
stroke-dasharray: 46;
opacity: 1;
}
.cfootermenu a{
-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;
}
.cfootermenu a:hover{
color:#E52740;
}
.csectionlnews {
margin-top: 120px;
}
.cnewitemtitle{
width: 80%;
margin-top: 15px;
}
.csectionlnews .shtitle {
margin-left: 50%;
transform: translateX(30px) translateY(22%);
z-index: 200;
position: relative;
}
.cmorelink{
text-align: right;
}
.lmorelink{
font-size:16px;
font-family: 'Kanit', sans-serif;
font-weight: 700;
text-transform: uppercase;
position: relative;
}
.lmorelink::before{
-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;
content: "";
position: absolute;
bottom: -11px;
height: 7px;
width: 100%;
left: 0px;
background: black;
}
.lhoverdefault{

-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;
}
.lhoverdefault:hover{
color: #E52740;
}
.lhoverdefault:hover::before{
background:  #E52740;
transform: scaleX(1.2) translateX(-1%);
}
.clatestitem .cnewitemtitle{
-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;
}
.clatestitem:hover .cnewitemtitle{
color: #E52740;
}


.clatestitem .cimagesentinellimg{
-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.6s ease-in-out;
}
.clatestitem:hover .cimagesentinellimg{
transform: scale(1.1);
}
.clatestitem .cimagesentinell {
overflow: hidden;
}
.contentlnews{
position: relative;
}

.csectionlnews .ctextmini1{
position: absolute;
    right: 24px;
    top: -85px;
    width: 230px;
}

.cscrolldownsectfullheight{
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;
z-index: 400;
}
.cscrolldownsectfullheightinner{
position: relative;
height: 100%;
}
p{
margin-top: 0px;
margin-bottom: 1.7em;
}
.ctexto{
font-size: 25px;
line-height:1.6em;
}
.ctexto strong{
font-weight: 500;
color: #838A97;
}
.csubmenu,.csubmenu a,.calttitle,.calttitle a{
font-size:35px;
font-family: 'Kanit', sans-serif;
font-weight: 600;
line-height: 1.3em;
text-transform: uppercase;
}
.csubmenu a,.ssubmenu{
-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;

}
.csubmenu a:hover,.ssubmenu:hover{
color: #E52740;
}
.caboutp1{
margin-top: 100px;
}
.caboutp1 .csubmenu,.single-team .csubmenu{
margin-bottom: 50px;
}
.ssubmenu{
position: relative;
-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;

}
.ssubcurrent,.scolor{
color: #E52740;
}
.ssubmenu::before{
content: "";
position: absolute;
bottom: -2px;
left: 0px;
width: 100%;
height:10px;
background:transparent;
-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;

}
.ssubcurrent::before{
background:#E52740;
}
.caboutp1 .ctextmini,.scrollingwayfinish.caboutp1 .ctextminiinner span::after{
width: 240px;
}
.caboutp1 .ctextminiinner span::after{
right: auto;
left: 0px;
}

.caboutp1 p{
margin-bottom: 30px;
}
.ctextminiquick.ctextmini span span {
transition-delay: 1.6s;
-moz-transition-delay: 1.6s;
-webkit-transition-delay: 1.6s;
-o-transition-delay: 1.6s;

}
.ctextminiquick .ctextminiinner span::after {
transition-delay: 1.2s;
-moz-transition-delay: 1.2s;
-webkit-transition-delay: 1.2s;
-o-transition-delay: 1.2s;

}
.shtitlemleft100 {
margin-left: 100px;

}
.cdesignmethod .ctextmini {
margin-left: 110px;
    margin-top: 180px;
    margin-bottom:50px;

}
.cteambehind .shtitle{
    margin-bottom: 115px;
}
.cdesignmethod .csubmenu {
margin-top: 40px;
}
.glinemethod .sgline{
background: #838A97;
}
.cdesignmethod .shtitle{
margin-top: -258px;
}
.cdesignmethod .ctextmini, .cdesignmethod .scrollingwayfinish.caboutp1 .ctextminiinner span::after {
  width:564px;
}
.courwork .shtitle{
margin-bottom: 40px;
}
.single-project .courwork{
margin-bottom: 100px;
}
.courwork .ctextmini {
    top: 152px;
}
.single-project .ctextmini{
margin-top:65px;
margin-left: 3px;
}
.single-project .courwork .ctextmini{
margin-top:-10px;
}

.ctextoslide {
position: relative;
}
.ctextoslide .ctexto{
position: absolute;
width: 100%;
}
.ctextoslide .ctexto div{
padding-right: 400px;
}
.ctextoslide .ctexto:nth-child(2){left: 100%;}
.ctextoslide .ctexto:nth-child(3){left: 200%;}
.ctextoslide .ctexto:nth-child(4){left: 300%;}
.ctextoslide .ctexto:nth-child(5){left: 400%;}
.ctextoslide .ctexto:nth-child(6){left: 500%;}
.ctextoslide .ctexto:nth-child(7){left: 600%;}
.ctextoslide .ctexto:nth-child(8){left: 700%;}
.ctextoslide .ctexto:nth-child(9){left: 800%;}
.ctextoslide .ctexto:nth-child(10){left: 900%;}
.ctextoslide .ctexto:nth-child(11){left: 1000%;}
.ctextoslide .ctexto:nth-child(12){left: 1100%;}
.ctextoslide .ctexto:nth-child(13){left: 1200%;}
.ctextoslide .ctexto:nth-child(14){left: 1300%;}
.ctextoslide .ctexto:nth-child(15){left: 1400%;}

.jqtextoslide .cslicknext{
width: 35%;
right: -14%;
}
.jqtextoslide .cslickprev{
width: 35%;
left: -14%;
}
.ctextoslide {
-webkit-transition:all 0.6s ease-in-out;
-moz-transition:all 0.6s ease-in-out;
-o-transition:all 0.6s ease-in-out;
transition:all 0.6s ease-in-out;

}
.ctextoslide .ctexto{
-webkit-transition:all 0.6s ease-in-out;
-moz-transition:all 0.6s ease-in-out;
-o-transition:all 0.6s ease-in-out;
transition:all 0.6s ease-in-out;
}
.cheaderwrap{
z-index:950;
}
.cheaderwrap,.cheaderlogo svg {
-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;
}
.scrolled .cheaderwrap{
background: #eeeeee;

}
.scrolled .cheaderlogo svg {
    width: 160px;
    transform: translateY(5px);
    padding-top: 20px;
    padding-bottom: 20px;
}
.courservices .ctextmini,.courservices .scrollingwayfinish .ctextminiinner span::after{
width: 345px;
}
.scrollingwayfinish .ctextminiinner span::after{
right: auto;
left: 0px;
}
.courservices .ctextmini{
margin-top: 150px;
margin-bottom: 60px;
}
.courservices .ctextoours {
width: 85%;
}
.courservices .ctexto p:last-child{
margin-bottom: 0px;
}
.courservicesslogan .csloganhomewrapall {
    margin-top: 50px;
}
.courservicestexto{
margin-top: -20px;
}
.cteambehindcontent{
position: relative;
}
.cteambehind .ctextmini{
position: absolute;
top: 111px;
left: 39%;
}
.cteambehindcontent{
z-index: 300;
}
.cteambehind .cabouthomeimagewrap {

transform: translateY(-25px);
}
.ccontentteambehindtexto .ctexto{
width: 75%;
margin-top: 80px;
margin-bottom:0px;
}

.jqacordeontitle{
position: relative;
}
.csectionlnews .sh2 {
    margin-bottom: 108px;
    }
.jqacordeontitle svg{
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 15px;
width: 15px;
height: auto;
}
.stitularsmall{
font-size: 35px;
    font-family: 'Kanit', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}
.jqacordeontitle{
margin-bottom: 0px;
margin-top: 0px;
}
.cacordion ul li{
list-style: none;
}
.cacordion ul{
padding-left: 0px;
}
.cacordeonitem,.cacordion >ul >li{
border-bottom: 3px solid #CBCBCB;
font-family: 'Kanit', sans-serif;
font-weight: 600;
text-transform: uppercase;
font-size: 28px;
-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;

}
.cacordeoniteminner,.cacordion >ul >li >ul {
display: none;
font-size: 20px;
font-weight: 400;
font-family: 'Poppins', sans serif;
padding-top: 25px;
padding-bottom: 25px;
text-transform: none;
color: black;
}
.cacordeonitem,.cacordion >ul >li{
padding-bottom: 18px;
padding-top: 21px;
position: relative;
}
.cacordion >ul >li:hover{
    color: #E52740;
}
.cacordion  >ul >li::after {
content: "";
    position: absolute;
    top: 30px;
    right: 15px;
    width: 15px;
    height: 15px;
    background-image:url('img/elementos/more.svg');
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center;
}



.ccerts{
margin-bottom: 300px;
}
.jqtitle{
text-transform: lowercase;
}
.single-team h1 .jqtitle,.single-project h1 .jqtitle{
font-size:100px;
line-height: 150px;
}

.rowteamsingle{
margin-top: 100px;
}
.single-team h1  .jqtitlesmall, .jqtitlesmall{
font-size: 35px!important;
margin-top:30px;
}
.rowteamsingle .jqswaitem{
transition-delay:1.6s!important;
-moz-transition-delay:1.6s!important;
-webkit-transition-delay:1.6s!important;
-o-transition-delay:1.6s!important;


}
.courwork .ctextmini {
    top: 192px;
    }
    .home .courwork .ctextmini {
        top: 165px;
        }
.steamtop .ctextmini{
width: 260px;
margin-top: 20px;
text-align: right;
float: right;
}
.single-team .courwork .ctextmini {
    position: absolute;
    right: 72%;
    width: 260px;
    top: 181px;
    }
.single-team .cslickprojectswrap {
    margin-bottom: 340px;
    }
.ccontentprojects{
margin-top: 100px;
}
.cslideprojectsinner {
margin-top: 80px;
}
.ccontentcontact h1{
float: right;
}
.ccontactbutton .cvcenter{
background: #E52740;
border-radius: 100%;
-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;
}
.ccontactbutton{
color: white;
width: 190px;
height: 190px;
text-align: center;
font-family: 'Kanit', sans-serif;
font-weight: 600;
line-height: 1em;
text-transform: uppercase;
position: absolute;
left: 45%;
top: 75px;
}
.ccontactbutton svg{
width: 60px;
height: auto;
margin-top: 3px;
}
.csendus{
transform: translateY(15px);
}
.ccontactbutton{
transform: scale(0);
-webkit-transition:all 0.6s ease-in-out;
-moz-transition:all 0.6s ease-in-out;
-o-transition:all 0.6s ease-in-out;
transition:all 0.6s ease-in-out;
transition-delay: 1.6s;
-moz-transition-delay: 1.6s;
-webkit-transition-delay: 1.6s;
-o-transition-delay: 1.6s;

}
.csendus{
opacity: 0;
-webkit-transition:all 0.6s ease-in-out;
-moz-transition:all 0.6s ease-in-out;
-o-transition:all 0.6s ease-in-out;
transition:all 0.6s ease-in-out;
transition-delay: 2.2s;
-moz-transition-delay: 2.2s;
-webkit-transition-delay: 2.2s;
-o-transition-delay: 2.2s;

}
.windowloaded .ccontactbutton{
transform: scale(1);
}
.windowloaded .csendus{
opacity: 1;
}

.csectionoficinas{
margin-top: 150px;
}
.citemcontact h4{
font-size: 35px;
margin-top: 20px;
margin-bottom: 5px;
}
.citemcontact p{
text-transform: uppercase;
font-size: 18px;
}
.citemcontact p a{
font-size: 18px;
}
.citemcontact .cmorelink{
text-align: left;
}
.citemcontact p {
margin-bottom: 15px;
}
.citemcontact .cinner{
margin-bottom: 30px;
}

.ccontentprojects .rowmargined *[class^="col"] .cinner {
    margin-left: 20px;
    margin-right: 20px;
}
.ccontentprojects  .rowmargined {
    margin-left: -20px;
}
.cprojectsportfolio .csubmenu {
margin-top: 140px;
}
.ssocialmedia{
margin-top: 150px;
}
.csingleblogredes svg{
width: 65px;
height: auto;
}
.csingleblogredes a{
margin-right:20px;
}
.csectionworkwithus{
position: relative;
padding-top: 250px;
padding-bottom: 250px;
margin-top: 150px;
}
.calttitle strong{
color: #838A97;
}
.csectionworkwithus .ctextobanner{
max-width: 900px;
}
.page-template-page-contact .csectionfooter{
display: none;
}
.cdefaultwrap h1 .jqtitle {
font-size: 85px;
    line-height: 110px;
}
.cdefaultwrap .sgline {
margin-top: 0px;
}
.ctextmini{
text-transform: uppercase;
}
.shtitledefault{
transform: translateY(-115px);
}
.cdefaultwrap{
margin-top: 100px;
}
.cdefaultwrap .ctextmini{
margin-top: -20px;
}
.ctextosmall{
font-size: 22px;
}
.rowpagedefault{
margin-top: 60px;
}

.chometitle .ctextmini {
    width: 32%;
    margin-top: 73px;
}
.csidemenu,.csidecontact{
position:fixed;
top:0px;
right:0px;
height:100%;
width:40%;
background: black;
z-index:820;

-webkit-transition: all 0.8s cubic-bezier(.77,0,.175,1);
-moz-transition: all 0.8s cubic-bezier(.77,0,.175,1);
-o-transition: all 0.8s cubic-bezier(.77,0,.175,1);
transition: all 0.8s cubic-bezier(.77,0,.175,1);
transition-delay: 0.02s;
-moz-transition-delay: 0.02s;
-webkit-transition-delay: 0.02s;
-o-transition-delay: 0.02s;

transform: translateX(100%);
}
.showsidemenu .csidemenu,.showcontact .csidecontact {
transition-delay: 0s;
-moz-transition-delay: 0s;
-webkit-transition-delay: 0s;
-o-transition-delay: 0s;

    transform: translateX(0px);
}
.cheaderwrap{
-webkit-transition: all 0.8s cubic-bezier(.77,0,.175,1);
-moz-transition: all 0.8s cubic-bezier(.77,0,.175,1);
-o-transition: all 0.8s cubic-bezier(.77,0,.175,1);
transition: all 0.8s cubic-bezier(.77,0,.175,1);
}
.cwrapall{
overflow-x: hidden;
position: relative;
left: 0px;
-webkit-transition: all 0.8s cubic-bezier(.77,0,.175,1);
-moz-transition: all 0.8s cubic-bezier(.77,0,.175,1);
-o-transition: all 0.8s cubic-bezier(.77,0,.175,1);
transition: all 0.8s cubic-bezier(.77,0,.175,1);
}
.showsidemenu .cwrapall,.showsidemenu .cheaderwrap,
.showcontact .cwrapall,.showcontact .cheaderwrap{
left: -40%;
}



.cmenu{
margin-top: 0px;
margin-bottom: 0px;
padding-left: 0px;
}
.cmenu a{
color: white;
font-size: 40px;
font-weight: 700;
text-transform: lowercase;
line-height: 50px;
-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;

}
.csidemenuinner{
height: 100%;
position: relative;
}
.cmenuwrap{
height: 100%;
padding: 90px;
box-sizing: border-box;

}
.current-menu-item a,.cmenu a:hover{
color: #E52740;
}
.cmenuwrap .cvcenter {
    position: relative;

  }
.clogoside svg{
    width: 80px;
height: auto;
position: absolute;
top: 0px;
left: 0px;
}
.clogoside svg *[fill='#17100d']{
fill:white;
}
.lmailside{
color: white;
bottom: 0px;
right: 0px;
position: absolute;
font-size: 12px;
}
.chomeprojectsdesc{
margin-top:85px;
}
.chomeprojectsdesc .ctexto {
max-width: 920px;
}
.caboutp1 .ctexto {
max-width: 1180px;
}
.cdesignmethod .ctexto{
max-width: none;
}
.ccitaformat .ctexto p{
margin-bottom: 25px;
}
.ccitaformat .ctextmini{
position: relative;
    right: auto;
    left: auto;
    margin-right: 0px;
    top: auto!important;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 0px;
}
.cwrapallinner{
-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.6s ease-in-out;

}
.changepage .cwrapallinner{
opacity: 0;
}
.cteamname{
font-weight: 700;
text-transform: lowercase;
line-height: 2em;
}
.shteamname{
font-size: 60px;
display: block;
}
.shteamposition{
font-size: 34px;
margin-top: 10px;
display: block;
    color: #838A97;
}
.cslideprojectsinner{
position: relative;
}
.cteamname{
position: absolute;
left: 100%;
top:8px;
width: 600px;
margin-left: 40px;
opacity: 0;
-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;
transition-delay: 0s;
-moz-transition-delay: 0s;
-webkit-transition-delay: 0s;
-o-transition-delay: 0s;

transform: translateY(20px);
}

.cteamquote{
position: absolute;
bottom:60px;
width: 100%;
text-align: center;
font-family: 'Saira';
color: #838A97;
font-weight: 900;
font-size:38px;
font-style: italic;
text-transform: uppercase;
line-height: 1em;
opacity: 0;
-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;
transition-delay: 0s;
-moz-transition-delay: 0s;
-webkit-transition-delay: 0s;
-o-transition-delay: 0s;

transform: translateY(20px);
}

.single-team .ctextoslide{
margin-bottom: 200px;
}


.gutter-sizer{
	width: 30px;
}
.ceventosgrid{
-webkit-transition:all 0.6s ease-in-out;
-moz-transition:all 0.6s ease-in-out;
-o-transition:all 0.6s ease-in-out;
transition:all 0.6s ease-in-out;

}
.cevento {
margin-bottom: 30px!important;
background: white;
position: relative;
}
.cprojectdescriptionslidetext{
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;
}
.cprojectdescriptionslide {
background: #252528;
color: white;
}
.cprojectdescriptionslidetextinner{
padding: 100px;
}

.jqslickresponsivetop .slickactive1,
.jqslickresponsivetop .slickactive3{
transform: scale(0.8);
}
.cdetailresponsivetopinner .cdetalleslickbottombar{
position: absolute;
top: 40px;
right: 40px;
color: white;
z-index: 500;
margin-top: 0px;
margin-left: 0px;
font-weight: 700;
}
.cslideprojectsimgdetail{
background-position: center;
background-size: cover;
border: 0.5px solid #f5f5f5;
}
.cslideprojectsimgdetail svg{
width: 100%;
height: auto;
display: block;
}
.cdetailbigwrap{
position: relative;
}
.cprojectdescservices,.cprojectdescservices a{
font-size:18px;
line-height: 16px;
font-family: 'Kanit', sans-serif;
font-weight: 300;
color: white;
text-transform: uppercase;
}
.sprojectdescservicestitle{
font-weight: 600;
}
.ctextminidetailinner.ctextmini span span{
transition-delay: 0.4s;
-moz-transition-delay: 0.4s;
-webkit-transition-delay: 0.4s;
-o-transition-delay: 0.4s;

}
.ctextminidetailinner.ctextmini span::after{
transition-delay: 0.4s;
-moz-transition-delay: 0.4s;
-webkit-transition-delay: 0.4s;
-o-transition-delay: 0.4s;

border-color: white;
}
.ctextminidetailinner.ctextmini{
position: absolute;
bottom: 50px;
right:50px;
margin-top: 0px;
margin-left: 0px;
}

.cslickprojectswrap .slickactive1{
transform: scale(0.7) translateX(21.5%) translateY(21.5%);
}
.cslickprojectswrap .slickactive2{

}
.cslickprojectswrap .slickactive3{

}
.cslickprojectswrap .slickactive4{
transform: scale(0.7) translateX(-21.5%) translateY(21.5%);
}
.cslickprojectswrap .slick-slide,.jqslickteam .slick-slide {
    margin: 0 20px;
}

.cslickprojectswrap .slick-list,.jqslickteam .slick-list {
      margin: 0 -20px;
  }
.cslidewrapcontrols{
position: relative;
}



.cslickteamwrap .slickactive2{
}
.jqslickteam {
}
.cslickteamwrap {
margin-top: 40px;
margin-bottom:420px;
}
.jqslickteam .slickactive2 .cteamname{
opacity: 1;
-webkit-transition:all 0.6s ease-in-out;
-moz-transition:all 0.6s ease-in-out;
-o-transition:all 0.6s ease-in-out;
transition:all 0.6s ease-in-out;
transition-delay: 0.4s;
-moz-transition-delay: 0.4s;
-webkit-transition-delay: 0.4s;
-o-transition-delay: 0.4s;

transform: translateY(0px);
}
.jqslickteam .slickactive2 .cteamquote{
opacity: 1;
-webkit-transition:all 0.6s ease-in-out;
-moz-transition:all 0.6s ease-in-out;
-o-transition:all 0.6s ease-in-out;
transition:all 0.6s ease-in-out;
transition-delay: 0.6s;
-moz-transition-delay: 0.6s;
-webkit-transition-delay: 0.6s;
-o-transition-delay: 0.6s;

transform: translateY(0px);
}
.jqslickteam .slickactive1,.jqslickteam .slickactive3,.jqslickteam .slickactive4{
transform: scale(0.65) translateY(27%);
}
.jqslickteam .slickactive1{
transform: scale(0.65) translateY(27%) translateX(27%);
}
.jqslickteam .slickactive3{
transform: scale(0.65) translateY(27%) translateX(-27%);
}
.jqslickteam .slickactive4{
transform: scale(0.65) translateY(27%) translateX(-81%);
}
.jqslickteam .slickactive5{
transform: scale(0.65) translateY(27%) translateX(-135%)!important;
}
.cslickprojectswrap{
margin-top: -135px;
}
.cmorelinkcontent{

}
.cfootersocialtitle{
position: relative;
}
.sfootersocialtitle{
position: relative;
display: inline-block;
}
.cfootersocialtitle{
margin-top: 7px;
}
.sfootersocialtitle{
padding-top: 5px;
}
footer .csingleblogredes svg *[fill="#838a97"]{
fill:transparent;
}
footer .csingleblogredes svg{
border: 2px solid white;
border-radius: 100%;
width:40px;
height: auto;

}
footer .csingleblogredes a {
    margin-right: 10px;
}

.lcta{
background: #838A97;
color: white;
display: inline-block;
padding: 2px;
padding-left: 20px;
padding-right: 20px;
font-family: 'Kanit', sans-serif;
font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
}
.lctadefault,.scookiebutton{
background: #838A97;
    color: white;
    display: inline-block;
    padding: 10px!important;
    padding-left: 20px!important;
    padding-right: 20px!important;
    font-family: 'Kanit', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
}
.buttonclicked{
color: #E52740!important;
}
.citemnewisoimg{
position: relative;
}
.citemnewisoimg img{
width: 100%;
height: auto;
display: block;
}
.citemnewiso,.citemnewiso h3{
font-weight: 500;
}
.cnoimage1 {
background: #252528;
color: white;
}
.citemnewiso h3{
margin-top: 0px;
margin-bottom: 0px;

}
.cnoimage1 h3{
color: white;
}
.cnoimage1 .cinner{
padding: 30px;
padding-top: 45px;
padding-bottom: 45px;
}
.cevento.citemnewiso.cnoimage1 .cpd{
color: white;
}
.cnoimage1 .ctypenew{
color: white;
}
.ctypenew{
font-family: 'Kanit', sans-serif;
font-weight: 700;
text-transform: uppercase;
color:#838A97 ;
margin-top: 20px;
}
.cnoimage1 .ctextminiinner > span::after {
    border-bottom: 1px solid white;
    }
.ctypenewtitle{
display: block;
line-height: 20px;
}
.ctypenewtitle{
font-size: 18px;
line-height: 20px;
display: block;
}
.citemnewisoimg{
margin-bottom: 25px;
}
.cevento.citemnewiso{
margin-bottom: 60px!important;
}
.citemnewisoimg,.cnewitemimage{
position: relative;
}

.citemnewisoimg::before,.clatestitem .cnewitemimage::before{
display: block;
content: "";
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;
z-index: 1;
background: black;
opacity: 0.05;
}

.single-post .ccontentblog .jqtitle{
font-size: 70px;
text-transform: none;
line-height: 80px;
}
.single-post .csinglepostcontent .ctypenew{
margin-top: 60px;
    display: inline-block;
}
.stop{
display: inline-block;
}
.single-post .csinglepostcontent .ctypenewtitle,
.single-post .csinglepostcontentposter .ctypenewtitle{
font-size: 38px;
}
.cpd{
color: black;
}
.cevento.citemnewiso .ctextmini{
margin-top:0px;
}
.single-post .ccontentblog .ctextmini,
.single-post .csinglepostcontentposter .ctextmini{
margin-top: 25px;
}
.cevento.citemnewiso .ctextmini span span,.cevento.citemnewiso .ctextminiinner span::after,
.single-post .ctextmini span span,.single-post .ctextminiinner span::after {
transition-delay: .6s;
-moz-transition-delay: .6s;
-webkit-transition-delay: .6s;
-o-transition-delay: .6s;

}

.csingleblogredesinner{
display: inline-block;
vertical-align: middle;
margin-left: 15px;
}
.single-post .csingleblogredes svg {
    width: 35px;
    height: auto;
}
.single-post .csingleblogredes a {
    margin-right: 5px;
}
.single-post .cheaderfixer{
display: none;
}
.single-post .ccontenthome .shtitle{
margin-top: 0px;
}
.ccontentblog{
position: relative;
padding-top: 290px;
}
.cbgsingle{
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;
background-position: center;
background-size: cover;
}
.single-post .sfootersocialtitle .slinemini{
display: none;
}
.imagedsingle.ccontentblog{
padding-bottom: 70px;
}
.imagedsingle.ccontentblog .shtitle{
color: white;
}
.imagedsingle.ccontentblog  .sgline {
background: white;
}
.imagedsingle .csinglepostcontent .cpd{
color: white;
}
.imagedsingle .ccontentblog .ctextminiinner > span::after{
border-color: white;
}
.imagedsingle .ccontentblog .sfootersocialtitle{
color: white;
}
.imagedsingle .csingleblogredesinner a svg *[fill='#838a97']{
fill:white;
}

.imagedsingle .csingleblogredesinner a svg *[fill='#fff']{
fill:#838a97;
}
.imagedsingle .cheaderlogo svg *[fill='#17100d']{
fill:white;
}
.imagedsingle .cmenubar {
    background: #fff;
    }
.imagedsingle.ccontentblog::before{
content: "";
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;
background: black;
opacity: 0.8;
z-index: 10;
}
.csinglepostcontent{
position: relative;
z-index: 12;
}
.csinglepostcontent .shtitle{
width: 90%;
}
.scrolled.imagedsingle .cheaderlogo svg *[fill='#17100d'] {
    fill: #000;
}
.scrolled.imagedsingle .cmenubar {
    background: #000;
    }


    .ccontentblogcontent p a img[loading='lazy']{
    display: block;
    }
.ccontentblogcontent{
margin-top: 150px;
margin-bottom: 60px;
}
.cfootersocialtitlebottom .sfootersocialtitle{
color: black;
}

.cfootersocialtitlebottom .sfootersocialtitle{
color: black;
}

.cfootersocialtitlebottom .csingleblogredesinner a svg *[fill='#838a97']{
fill:#838a97;
}

.cfootersocialtitlebottom .csingleblogredesinner a svg *[fill='#fff']{
fill:#fff;
}
.single-post .cfootersocialtitlebottom  {
    margin-top: 0px;
    }
.csidecontact{
background: #CCCFD4;
}
.cformdefault .col25,.cformdefault .col75{
width: 100%;
}
.cformdefault input,.cformdefault textarea{
font-family: 'Kanit', sans-serif;
font-weight: 600;
background: transparent;
padding-left: 0px;
padding-right: 0px;
border-bottom: 5px solid black;
padding-top: 20px;
padding-bottom: 8px;
}

.csidecontact .cmenuwrap {
    padding: 120px;
    }
.clegalwrap{
color: #8c8999;
}
element.style {
}
.clegalwrap {
    color: #8c8999;
}
.ccheckboxeslegal, .clegalwrap {
    margin-top: 15px;
}
.clegalwrap, .clegalwrap a {
    font-size: 10.5px;
    }
    .icheckbox{
    position: relative;
    padding-left: 21px;
    }
.clegalwrap .scheck {
background: white;
border: 0px;
position: absolute;
left: 0px;
top: 6px;
}
.sbuttonform {
font-family: 'Kanit', sans-serif;
font-weight: 600;
background:#E52740 ;
color: white;
text-transform: uppercase;
padding: 8px;
padding-left: 50px;
padding-right: 50px;
}
.cformcontactbutton{
text-align: right;
}
.sbuttonform:hover{
background: black;
}
.cursor-cursorgone .cursor,
.cursor-cursorgone .cursorinner::after,
.cursor-cursorgone .cursorinner:before{
width: 60px;
height: 60px;
}
.cursor-cursorgone .cursorinner::before{
border-color:black;
}
.ccontentblogcontent a{
color: #E52740;
}

.cursor-superbig .cursor,.cursor-superbig .cursorinner::after, .cursor-superbig .cursorinner:before {
    width: 60px;
    height: 60px;
}
.cursor-superbig .cursorinner::before{
border-color:white;
}

.cursor-superbigredes .cursor,.cursor-superbigredes .cursorinner::after, .cursor-superbigredes .cursorinner:before {
    width: 80px;
    height: 80px;
}
.cursor-superbigredes .cursorinner::before{
border-color:#838A97;
}
.cfooterlets{
z-index: 100;
}

.cfooterlets svg{
-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;

}
.cfooterlets svg{
border-radius: 100%;
}
.cursor-letsget .cfooterlets svg{
transform: scale(1.1);
background: white;
}
#Trazado_2111{
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;
}
.cursor-letsget #Trazado_2111{
opacity: 1;
}
footer .cfooterdire .csingleblogredes svg{
-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;
}
footer .cfooterdire .csingleblogredes a:hover svg{
background:white;
}
footer .cfooterdire .csingleblogredes a:hover svg *[fill="#fff"]{
fill:black;
}

.ccontentblogcontent{
font-size: 18px;
line-height: 1.6em;
}
.centradilla{
font-weight: 600;
font-size: 24px;
line-height: 1.6em;
margin-bottom: 40px;
border-bottom: 4px solid black;
padding-bottom: 40px;
}
.csinglebuttonmore{
margin-top: 20px;
}
.lctadefault{
-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;

}
.lctadefault:hover{
background: #E52740;
}
.cprojectpersistent{
position: relative;
z-index: 30;
}
.cdetailbigwrap{
z-index: 20;
}
.coverlaysingle{
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;
z-index: 25;
background: #838A97;
transform: translateX(-101%);

-webkit-transition: all 0.8s cubic-bezier(.77,0,.175,1);
-moz-transition: all 0.8s cubic-bezier(.77,0,.175,1);
-o-transition: all 0.8s cubic-bezier(.77,0,.175,1);
transition: all 0.8s cubic-bezier(.77,0,.175,1);
}

.showdetails .coverlaysingle{
transform: translateX(0%);

}
.single-project .csectionfooter,
.showdetails .single-project .courwork {
z-index: 20;
position: relative;
}
.showdetails .cprojectpersistent .jqtitlesmall{
color: white;
}
.showdetails .csinglebuttonmorewrap1 span,.showdetails .csinglebuttonmorewrapclose a{
background:#fff;
color: black;
}
.cmoredetails{
margin-top: 30px;
display: none;
}
.showdetails{
overflow: hidden;
}
.csinglebuttonmorewrap,.csinglebuttonmorewrap2,.csinglebuttonmorewrap3{
display: inline-block;
}
.project-template-default .csinglebuttonmorewrap .lctadefault {
min-width: 120px;
text-align: center!important;

}
.csinglebuttonmorewrap2,.csinglebuttonmorewrap1,.csinglebuttonmorewrap3{
margin-right: 1px;
}
.csinglebuttonmorewrap2 .lctadefault {
background: black;
}
.showdetails .csinglebuttonmorewrap1 .lctadefault:hover{
color: #fff;
    background: #E52740;
}
.csinglebuttonmorewrap2 .lctadefault:hover{
    background: #E52740;
}
.cinvolvedtype{
position: absolute;
z-index: 10;
bottom: 8px;
left: 23px;
color: white;
font-family: 'Kanit', sans-serif;
font-weight: 600;
font-size: 45px;
text-transform: uppercase;
text-shadow: 0px 0px 20px rgba(0,0,0,0.25);
}

.cslideptypepost .cslideprojectsinner::before{
position:absolute;
top:0px;
left:0px;
height:100%;
width:100%;
content: "";
display: block;
background: black;
opacity: 0.05;

}
.single-vcards .csidemenu,
.single-vcards .cheaderwrap,
.single-vcards .cheaderfixer,
.single-vcards .cbannercookiescode,
.single-vcards .cwrapfooter ,
.single-vcards .cfooterlegal{
display: none;
}
.cimagesentinell svg{
width: 100%;
height: auto;
display: block;
}

.cvcard{
text-align: center;
}
.cvcardimage{
border-radius: 100%;
overflow: hidden;
max-width: 500px;
width: 70%;
margin: auto;
}
.cvcardlogo{
margin-top: 40px;
margin-bottom: 30px;
}
.cvcardlogo svg{
width: 15%;
min-width: 200px;
height: auto;
}
.cvcard h1{
margin-top: 24px;
margin-bottom: 0px;
font-size: 80px;
line-height: 70px;
}
.cmemberof{
padding-top: 20px;
padding-bottom: 30px;
}
.cmemberof,.cmemberof a{
font-weight: 700;
line-height: 23px;
}
.cvcard h2{
font-size: 26px;
margin-bottom: 20px;
margin-top: 0px;
}
.lbuttonvcard{
display: block;
padding: 20px;
max-width: 400px;
background:#E52740;
color: white;
width: 80%;
margin: auto;
margin-bottom: 7px;
font-family: 'Kanit', sans-serif;
font-weight: 600;
font-size: 16px;
text-transform: uppercase;
}
.lbuttonvcard2{
background: #838A97;
}

.shrelated{
text-transform: uppercase;
font-family: 'Kanit', sans-serif;
font-weight: 600;
font-size: 30px;
}
.singleformatposter .cheaderfixer{
display: block;
}

.csinglepostcontentposter .jqtitle{
line-height: 50px;
font-size: 50px;
}
.csinglepostcontentposter .shtitle{
margin-top: 0px;
}
.csinglepostcontentposter .ctypenew {
margin-top: 100px;
}
.singleformatposter .ccontentblogcontent {
    margin-top: 0px;

    }
.csectionposterall{
margin-top: 130px;
}
.single-post .contentxlarge{
max-width: 1200px;
}
.ctextoservice .lmorelink{
z-index:900;
margin-top: 20px;
display: inline-block;
position: relative;
}
.ctextoservice {
z-index: 700;
position: relative;

}
.cslicknext {
z-index: 720;
}
.formatnewsoverlay .cnewitemtitle{
position: absolute;
bottom: 30px;
left: 30px;
color: white;
}
.clatestitem .cnewitemimage::before {
  display: block;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: black;
  opacity: 0.50;
}
.ctextmini1 .cmorelink{
text-align: left;
margin-top: 10px;
}
.cyearsnews,.cyearsnews a{
font-size: 22px!important;
}
.cyearsnews{
display: none;
}
.sdateshow{
color: #E52740;
}
.csearch input{
box-sizing: border-box;
font-family: 'Kanit', sans-serif;
font-weight: 600;
text-transform: uppercase;
font-size: 22px;
border: 0px;
background: #E9E9E9;
padding: 20px;
padding-left: 80px;
padding-right: 40px;
}
.csearch input::placeholder{
color: #838A97;
}
#searchicon path,#searchicon line{
stroke:#838A97;
}
.caboutp1 .csubmenunews{
margin-bottom: 30px;
}
.cprojectsportfolionews{
margin-top: 40px;
}
.csearch{
position: relative;
}
.csearch svg{
position: absolute;
left: 30px;
top: 50%;
transform: translateY(-50%);
width: 25px;
height: auto;
}


.cpreline{
top: 50%;
margin-top: -11px;
opacity: 0;
}
.drawline .sline{
width: 100%;
}
.cwraptophome .sgline{
margin-top: 35px;
}

.cparentdrawline {
position: relative;
}
.single-project #menu-item-22 a,
.single-post #menu-item-19850 a{
color: #E52740!important;
}
.single-post .ccontentblog .sgline{
margin-top: -8px;
}
.jqacordeontitle{
-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;

}
.jqacordeontitle:hover{
color: #E52740;
}
.ctypenew {
z-index: 500;
position: relative;
}
.cursor-gray .cursorinner::before{
border-color:#838a97;
}
.ccerts .ctextmini {
margin-top: 160px;
margin-bottom: 30px;
max-width: 400px;
}
.chomeslider{
    max-width: 1400px;
}
.cheaderinner{
position: relative;
}
.csectionlnews .ctextmini1 {
  	z-index: 600;
		}
.cmenuclose {
position: absolute;
top: 0px;
right: 0px;
cursor: pointer!important;
}
.cmenuclose svg {
width: 40px;
height: auto;
}
.cmenuclose svg *{
stroke:white;
}
.ccerts .sh2{
margin-top: 0px;
}
.cteamresponsive{
display: none;
}
.cteambehind .shtitle {
    margin-top:250px;
}
.ccontenthome .ctextmini span{
text-align: left!important;
}
.ccontenthome .ctextminiinner .slinemini {
    top: -3px;
    }
.cteamresponsivetitle{
font-weight: 600;
}
.cteamnameresponsive{
line-height: 18px;
margin-top: 20px;
}
.cresponsivehover{
display: none;
}

.home .cwrapallinner{
margin-top: 0px;
}
.cmenuclosecontact svg *{
stroke:#000!important;
}
.relatedalt {
margin-top: 200px;
}
.relatedalt .shtitle,
.relatedalt .ctextmini   {
display: none;
}

.relatedalt .cmorelink {
text-align: left;
}
.relatedalt .lmorelink::before{
display: none;
}
.relatedalt .cslideptypeproject {
transform: none!important;
}
.relatedalt .cslickprojectswrap {
    margin-top: -100px;
}
.single-project .cslickprojectswrap {
overflow: hidden;
}

.courservicestexto .jqtextoslide .cslicknext {
    width: 55%;
    right: -35%;
        padding-right: 0px;
}
.jqcurrenttextslide .cslickprev {
z-index: 725;
left: -35%;
}
.lmorelinkrelated{
margin-bottom: 20px;
display: block;
}
.csectionvideowrap{
position: relative;
height: 100%;
text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.csectionvideowrap video{
object-fit: cover;
  height: 100%;
  width: 100%;

  position: absolute;
  top: 0;
  left: 0;
  transform: none;
}
.cdetailbigwrap .cslickprev,
.cdetailbigwrap .cslicknext{
height: 93%;
}
.cevento  .ccontentblogcontent{
margin-top: 12px;
margin-bottom: 0px;
}
.cevento  h3{
margin-top: 15px;
}
.svideohome{
background: #838A97;
font-family: 'Kanit', sans-serif;
font-weight: 600;
text-transform: uppercase;
color: white;
padding: 5px;
padding-left: 14px;
padding-right: 10px;
display: inline-block;
margin-top: 7px;
-webkit-transition:all 0.2s ease-in-out!important;
-moz-transition:all 0.2s ease-in-out!important;
-o-transition:all 0.2s ease-in-out!important;
transition:all 0.2s ease-in-out!important;
transition-delay: 0!important;
-moz-transition-delay: 0!important;
-webkit-transition-delay: 0!important;
-o-transition-delay: 0!important;


}
.svideohome svg{
width: 24px;
margin-left: 4px;
height: auto;
vertical-align: text-bottom;
}
.ccontenthome .ctextmini{
z-index: 900;
}
.svideohome:hover{
background: #E52740!important;
}
.cvideohometop video{
width: 100%;
height: auto;
display: block;
}
.cvideohometop .cpopupinner {
    padding: 0px;
}
.cvideohometop .cpopup{
background-color: transparent;
}
.cvideohometop .cpopupclose{
background-image:url(img/elementos/i-popupclosew.svg);
}
.ctextmininews{
margin-top: 70px;
width: 400px;
}
.cbookwrap{
position:fixed;
top:0px;
left:0px;
height:100%;
width:100%;
z-index:990;
    background: #eeeeee;
}
.cclosepopup{
position: absolute;
top: 20px;
right: 20px;
z-index: 900;
}
.cclosepopup svg{
width: 45px;
height: auto;
}
.cclosepopup svg path,.cclosepopup svg rect{
fill:#E52740;
}


.df-container.df-floating > .df-ui-next, .df-container.df-floating > .df-ui-prev {
    border-radius: 50%;
    width: 10%!important;
    height: 100%;
    opacity: 0!important;
}
.cbookwrap{
display: none;
}
.csinglebuttonmorewrap3 svg{
width: 30px;
height: auto;
}
.cbookwrapinner{
opacity: 0;
-webkit-transition:all 0.6s ease-in-out;
-moz-transition:all 0.6s ease-in-out;
-o-transition:all 0.6s ease-in-out;
transition:all 0.6s ease-in-out;

}
.cbookwrapinner{
height: 100%;
}
.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.ccontentcontact {
z-index: 700;
position: relative;
}

.page-template-default .cheaderwrap {
    background: #eeeeee;
}
.cnoimage1 .cresumennew {
color: white;
}
.cteamquote{
color: white;
padding-left: 20px;
padding-right: 20px;
box-sizing: border-box;
bottom: 0px;
padding-bottom: 50px;
font-size: 28px;

}
.cslickteamwrap .cslideprojectsinner::before{
content: "";
display: block;
position:absolute;
bottom:0px;
left:0px;
height:50%;
width:100%;
background: rgb(0,0,0);
background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
opacity: 0.4;
}
.single-team #menu-item-20 a{
    color: #E52740;
}
.wp-caption{
max-width: 100%;
}

.liacordionshow::before{
transform: scaleY(-1);
   -moz-transform: scaleY(-1);
   -webkit-transform: scaleY(-1);
   -ms-transform: scaleY(-1);
}
.cwraptophome .ctextminiinner p{
margin-bottom: 10px;
}
.cmorelatestfooter{
position: absolute;
left: 0px;
top: -50px;
}
.cmenuclose svg line{
-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;

}
.cmenuclosecontact.cmenuclose:hover svg line{
stroke:#E52740!important;
}
.csidemenu .cmenuclose line{
stroke:white!important;
}
.cabouthome .ctextmini {
    width: 250px!important;
		}
.csinglebuttonmorewrapclose{
display: inline-block;
}
.csinglebuttonmorewrapclose svg{
width: 18px;
height: auto;
display: inline-block;
vertical-align: middle;
}
.csinglebuttonmorewrapclose svg line{
stroke:white;
stroke-width:0.7px;
}
.showdetails .csinglebuttonmorewrapclose .lctadefault:hover {
color: #fff;
    background: #E52740;
}
.showdetails .csinglebuttonmorewrapclose .lctadefault line{
stroke:black;
}
.showdetails .csinglebuttonmorewrapclose .lctadefault:hover line{
stroke:#fff;
}

.csinglebuttonmorewrapclose .sclosetext{
position: absolute;
width: 102px;
opacity: 0;
}
.csinglebuttonmorewrapclose .lctadefault {
    padding: 0px!important;
    width: 36px;
    height: 36px;
    line-height: 36px;
}
.csinglebuttonmorewrapclose .lctadefault svg{
display: inline-block;
margin-left: 9px;
}
.sclosetext{
-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;
margin-left: 5px;
}
.lclosehover:hover .sclosetext{
opacity: 1;
}
.lclosehover:hover {
    width: 144px;
}



/*single*/

.ccontentblogcontent  img.alignleft {
  float: left;
  margin-right: 20px;
}

/* Style images with alignright class */
.ccontentblogcontent  img.alignright {
  float: right;
  margin-left: 20px;
}

.ccontentblogcontent img{
max-width: 100%;
height: auto;
}
.ccontentblogcontent .size-full{
width: 100%;
margin-bottom: 20px;
}
/*single*/

.cbotonalert{
font-family: 'Kanit', sans-serif;
font-weight: 600;
background: #E52740;
color: white;
text-transform: uppercase;
padding: 8px;
padding-left: 20px;
padding-right: 20px;
    display: inline-block;
        font-size: 14px;
        margin-top: 7px;
}
.cpopup{
font-size: 16px;
}
.rowblocks .col60 p:last-child,.rowblocks .col100 p:last-child{
margin-bottom: 0px;
}
.scaption{
font-size: 14px;
font-style: italic;
color: #999;
display: block;
line-height: 22px;
}
.cbannercookiescodeinner{
font-size: 16px;
line-height: 22px;
}
.cbannercookiescodeinner a{
font-size: 16px;
color: #838A97;
}
.scookiebutton{
border-radius: 30px;
-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;

}
.scookiebutton:hover {
    background: black!important;
}
.jqaceptarcookies:hover {
    background: #E52740!important;
}
.cimagevideoiframe::before{
content: "";
display: block;
top: 0px;
left: 0px;
width: 100%;
height: 90%;
background: black;
z-index: 400;
position: absolute;
opacity: 0;
}
.cimagevideoiframe{
background: #fff;
}
.ccookiepopupwrap, .ccookiepopupwrapbanner {
    bottom: 0px;
    height: 0px!important;
}
.single-team .csinglebuttonmorewrapclose{
float: right;
}

.page-numbers{
height: 38px;
width: 38px;
line-height: 40px;
text-align: center;
border: 2px solid #ccc;
border-radius: 100%;
display: inline-block;
font-family: 'Kanit', sans-serif;
font-weight: 700;
font-size: 14px;
text-transform: uppercase;
margin-right: 7px;
-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;

}
.current.page-numbers,.page-numbers:hover{
background: black!important;
color: white;
border-color: black;
}
.cpagernews{
text-align: center;
}
.cfilterdateshow{
display: block!important;
}
.cbannercookiescode {

    z-index: 900;
    }

.rowteamsingle .lcta{
margin-top: 20px;
}
.single-proposal .cwrapfooter,.single-proposal .cfooterlegal{
display: none;
}
.citemrss .cinner{
position: relative;

}
.citemrss .cinner{
aspect-ratio: 3 / 1;
}
.citemrss .cinner img{
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
max-width: 170px;
max-height: 120px;
height: auto;
width: auto;
display: block;

}
.jqslickhorzfluid1,.jqslickhorzfluid2 {
margin-bottom: 30px;
}
.citemrss {
margin-bottom: 0px!important;
}
.cntclients{
overflow: hidden;
}
iframe{
width: 100%;
height: 100%;
border: 0px;
}
.cbookwrap{
z-index: 10000;
}

.e-showdocument,.e-showdocument *{
    cursor: pointer !important;
    }
.e-showdocument .cclosepopup {
    cursor: pointer !important;
}
