/*
Theme Name: Kit Digital
Theme URI: https://infokitdigital.com/
Author: Kit Digital
Author URI: https://infokitdigital.com/
Description: Kit Digital
Version: 1.0
Text Domain: Kit Digital
*/

@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.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;
}
.jqswa .jqswaitem{
transform: translateY(50px);
}
.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*/


@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;}
/*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:#fff;
}
body,input,textarea,a{
	font-size: 22px;
	font-weight:500;
	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: #858585;
}

.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;
}

: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: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{
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;
padding-top: 170px;
padding-bottom: 150px;
}
.csectionwhite {
color: white;
}
.jqsectionfull100 {
padding-top: 0px;
padding-bottom: 0px;
}
.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: #292D32;
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.6;
}

.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*/

.smono{
font-family: 'Roboto Mono', sans-serif;
font-size: 14px;
}

/*///general*/


/*slider*/
.cwrap,.cpasador,.slide{
	height:100%;
	width:100%;
}
.cwrap{
	position:relative;
	height:66%;
}
.slide{
	background-position:center;
	background-size:cover;
}
/*web*/
body{
}
.cheader{
text-align: center;
position:fixed;
top: 0px;
left: 0px;
width: 100%;
    background-color: #fff;
    z-index: 800;
}
.csectionwhite .scolor{
color: #FE6A03;
}

.csectionwhite .scta{
background: #FE6A03;
}
.cheaderinner{
padding: 35px;
padding-left: 45px;
padding-right: 45px;
}
.cheaderleft{
text-align: left;
}
.cheaderright{
position: absolute;
right: 0px;
top: 50%;
transform: translateY(-50%);
}
.cheaderinnerinner{
position: relative;
}
.clineheader{
display: block;
position: absolute;
border-bottom: 1px solid #C5C5C5;
width: 0%;
bottom: -23px;
left: 0px;
opacity: 0;
}
.domloaded .clineheader{
width: 100%;
opacity: 1;
}
.ctexthome{
    max-width: 1100px;
margin: auto;

}
.textcenter{
text-align: center;
}

.scta{
font-family: 'Roboto Mono', sans-serif;
font-size: 16px;
background: #0040A1;
color: white;
border-radius: 40px;
padding: 15px 50px 15px 50px;
text-transform: uppercase;
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;
display: inline-block;
}
.scta:hover{
background: #929292;
}
.contentmid {
    max-width: 1060px;
    margin: auto;
}
.cdevice{
margin-left: 45px;
margin-right: 45px;
margin-top: 60px;
display: inline-block;
position: relative;
}
.cdevice svg{
width: 100%;
height: auto;
display: block;
}
.cdeviceinner{
background: #999;
    width: 82%;
    height: 85.5%;
    position: absolute;
    top: 4.5%;
    left: 50%;
    transform: translateX(-49.95%);
    overflow: hidden;
}
.cdeviceinner video{
width: 100%;
height: auto;
display: block;
transform: scale(1.02) translateY(1%);
}
.sh1{
font-size: 35px;
font-weight: 300;
color: black;
margin-top: 0px;
margin-bottom: 30px;
}
.scolor{
color: #0040A1;
}
.cgotospeed1{
-webkit-transition:all 22s linear;
-moz-transition:all 22s linear;
-o-transition:all 22s linear;
transition:all 22s linear;
}
.cgoto1{transform: translate(-14%, 14%);}
.cgoto2{transform: translate(-14%, -14%);}
.cgoto3{transform: translate(14%, 14%);}
.cgoto4{transform: translate(14%, -14%);}
.cheaderlogo a{
display: block;

    line-height: 15px;
}
.cheaderlogo svg{
display: inline-block;
width: auto;
-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;

}

.cheaderinner,.cheaderinnerinner .clineheader {
    -webkit-transition:all 1.4s ease-in-out;
    -moz-transition:all 1.4s ease-in-out;
    -o-transition:all 1.4s ease-in-out;
    transition:all 1.4s ease-in-out;
    transition-delay: 0.5s;
}

.cheaderinnerinner .clineheader {
    bottom: -35px;
    }
.sh1{
margin-bottom: 15px;
}
.ctable{
border: 1px solid #C5C5C5;
margin-top: 30px;
text-align: left;
}
.ctableinner{
padding: 55px;
}
.ct1{
float: left;
width: 30%;
line-height: 30px;
}
.csectionint{
position: relative;
}
.imap{
position: absolute;
z-index: 1;
opacity: 0.1;
left: 50%;
width: 90%;
top: -200px;
max-width: 2100px;
height: auto;
transform: translateX(-50%);
}
.contenttext{
z-index: 10;
position: relative;
}
.shsectores{
margin-top: 20px;
}
.contentsmall{
max-width: 890px;
margin: auto;
}
.csectionprojects .contentmid {
    max-width: 1030px;
}
.cprojectcontent{
z-index: 100;
position: relative;
margin: auto;
padding-left: 45px;
padding-right: 45px;
margin-top: 90px;
max-width: 1960px;
}
.cproject .cprojectinnerinner{
padding: 75px;
}
.cproject{
text-align: left;
}
.cproject:nth-child(1) .cinner{
background: #092B47;
}
.cproject:nth-child(2) .cinner{
background: #009A3D;
}
.cproject:nth-child(3) .cinner{
background: #4B4B4B;
}
.cprojecttext p:last-child{
margin-bottom: 0px;
}
.ilogos{
mix-blend-mode: lighten;
width: 100%;
display: block;
}
.cpostprojects{
margin-top: 30px;
}
.slink{
text-decoration: underline;
cursor: pointer;
}
.slink:hover{
text-decoration: none;
}
.cformdefault input,.cformdefault textarea{
background: transparent;
font-family: 'Roboto Mono', sans-serif;
font-size: 16px;
font-weight: 300;
text-transform: uppercase;
border-radius: 36px;
border: 1px solid #C5C5C5;
padding: 15px;
text-align: center;
}
form.row *[class^="col"]{
	margin-bottom:20px;
}
form.rowmargined *[class^="col"] .cinner{
	margin-left:10px;
	margin-right:10px;
}
form.rowmargined{
	margin-left:-10px;
}
.cformdefault textarea{
height: 150px;
max-height: 150px;
max-width: 100%;
min-width: 100%;
min-height: 150px;
}
.clegalwrap{
font-family: 'Roboto Mono', sans-serif;
font-size: 12px;
text-align: left;
letter-spacing: -0.7px;
}
.clegalwrap{
margin-top: 15px;
}
.clegalwrap a{
font-family: 'Roboto Mono', sans-serif;
font-size: 12px;
letter-spacing: -0.7px;
}
.ccheckboxeslegal{
margin-top: 10px;
padding-top: 10px;
    border-top: 1px solid #535353;
}
.cpie{
padding-bottom: 60px;
line-height: 30px;
}
.cpie,.cpie a{
font-size: 16px;
}
.cpie a{
margin-left: 15px;
margin-right: 15px;
}
#ascrail2000{
opacity: 0!important;
}
.cdevice svg path,
.cdevice svg rect{
stroke-dasharray: 4000;
  stroke-dashoffset: 4000;
  animation: dash 3s linear forwards;
  animation-delay: 1s;
}
.devmuesca{
opacity: 0;
-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;
transition-delay: 2s;
}
@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
.scrollingwayfinish .devmuesca{
opacity: 1;
}
.cdeviceinner{
    height: 0%;
    -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;
    transition-delay: 1s;
}
.scrollingwayfinish .cdeviceinner{
    height: 85.5%;
}
.cctafloat{
position: fixed;
bottom: 140px;
left: 0px;
width: 100%;
z-index: 600;
opacity: 0;
cursor:default;
-webkit-transition:all .8s ease-in-out;
-moz-transition:all .8s ease-in-out;
-o-transition:all .8s ease-in-out;
transition:all .8s ease-in-out;
transform: translateY(250px);
}
.scrolled .cctafloat{
transform: translateY(0px);
cursor: pointer;
opacity: 1;
}
.ctahide{
opacity: 0!important;
transform: translateY(250px)!important;
}
.csection{
/*border-top: 1px solid #535353;*/

margin-left: 45px;
margin-right: 45px;
padding-top: 200px;
padding-bottom: 200px;
}
.csectionabout{
margin-top: 200px;
}
.csection:nth-child(odd){

border-radius: 25px;
}
.csectionint {
padding-top: 100px;
}
.cpopuptext{
color: black;

}
.cpie a{
display: block;
}
.jqsectionfull100{
padding-top: 0px;
padding-bottom: 0px;
}
.cbannerhome .scta{
transform: translateY(-50%);

}
.jqsectionfull100 .csectiontext {
height: 100%;
}
.ctexthome {
margin-top: 80px;
}
.cheadermenu{
position: absolute;
top: 50%;
width: 100%;
transform: translateY(-50%);
}
.cheadermenu span{
color: black;
text-transform: uppercase;
margin-left: 20px;
margin-right: 20px;
font-weight:300;
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;

}
.cheadermenu span:hover{
color: #858585;
}
.csectionint .sh1{
margin-top: 0px;
}
.csectioncontact .contentsmall {
max-width: 700px;
}
.csectioncontact p{
margin-top: 0px;
}
.csectioncontact img{
width: 100%;
height: auto;
}
