@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');

/* --------------------------------

Primary style

-------------------------------- */
*, *::after, *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

body {
    font-size: 1.4rem;
    font-family: "Lato", sans-serif;
    color: #000000;
    line-height: 1.4;
    background: #ffffff;
}

p {
    line-height: 1.6;
}

a {
    outline: none !important;
    text-decoration: none !important;
}
img {
    max-width: 100%;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

/* --------------------------------

Button

-------------------------------- */
.mt-btn {
    min-width: 150px;

    display: inline-block;
    padding: 0 20px;
    line-height: 40px;

    border-radius: 40px;
    background: #f2f2f2;

    font-family: "Lato", sans-serif;
    font-size: 12px;
    color: #476a73;
    text-align: center;

    border: 1px solid rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);

    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.no-touch .mt-btn:hover {
    background: #e6f8f6;
    color: #476a73;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

/* -------------------------------- 

Main content

-------------------------------- */
.ip-content-wrap {
    width: 100%;
    margin: 0 auto;

    position: relative;
    overflow: hidden;
}

.ip-content-inner {
    padding: 0 20px;
}
.ip-content-wrap i {
    font-style: italic;
}

.whatsapp {
    width: 7rem;
    position: fixed;
    bottom: 5rem;
    right: 3rem;
    z-index: 999;
}

@media only screen and (min-width: 768px) {
    .ip-content-inner {
        max-width: 1170px;
        margin: 0 auto;
        padding: 0 5%;
    }
}
@media only screen and (min-width: 1170px) {
    .ip-content-wrap {
    }

    .ip-content-inner {
        padding: 0;
    }
}

@media only screen and (max-width: 425px) {
    .whatsapp {
        width: 5rem;
        position: fixed;
        bottom: 5rem;
        right: 3rem;
        z-index: 999;
    }
}



section {
    padding: 50px 0;
}
/* -------------------------------- 

Header

-------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  text-transform: uppercase;
}
h1,
h2 {
  font-size: 3.6rem;
}
h3 {
  font-size: 3.0rem;
  margin-bottom: 30px;
}
h4 {
    font-size: 2.4rem;
}
.slash {
    font-size: 2.4rem;
    font-weight: 400;
    padding-right: 10px;
}
h3 span {
    font-size: 1.8rem;
    font-weight: 400;
    text-transform: none;
}
@media only screen and (min-width: 768px) {
    h1 {
      font-size: 4.8rem;
    }
}
/* -------------------------------- 

Temporaly

-------------------------------- */
.slider {
    padding: 100px;
}

/* -------------------------------- 

We

-------------------------------- */
#we {

}
#we p {
    text-align: center;
    font-size: 2.4rem;
    color: #1d7cff;
}
#we p strong {
    font-weight: 800;
}

@media only screen and (min-width: 768px) {
    #we p {
        padding: 0 50px;
    }
}
@media only screen and (min-width: 1170px) {
    #we p {
        font-size: 3.6rem;
        padding: 0 100px;
    }
}
@media only screen and (min-width: 1520px) {
    #we p {
        font-size: 4.8rem;
    }
}
/* -------------------------------- 

Do

-------------------------------- */
#do {
    background-color: #1d7dff;
    position: relative;
}
#do .triangle {
    position: absolute;
    left: 0;
}
#do .triangle.light {
    top: 0;
    
    width: 30%;
    height: 46%;

    background-color: #ffffff;
    opacity: 0.1;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
    clip-path: polygon(0 0, 0% 100%, 100% 0);
}
#do .triangle.dark {
    bottom: 0;
    
    width: 70%;
    height: 78%;

    background-color: #000000;
    opacity: 0.05;
    background-size: cover;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
@media only screen and (min-width: 768px) {
    #do .triangle.light {
        width: 10%;
    }
    #do .triangle.dark {        
        width: 28%;
    }
}

#do .solutions-content {
    padding-top: 30px;
}
#do .solutions-item {
    margin-bottom: 30px;
}
#do .solutions-item figure {
    position: relative;
    width: 110px;
    height: 110px;
    margin: 0;
    margin-right: 20px;

    background-color: #fff;
    border-radius: 50%;

    text-align: center;
    border: 4px solid #1d7dff;
    transition: -webkit-transform .3s cubic-bezier(.39,-.35,.21,1.7);
    transition: transform .3s cubic-bezier(.39,-.35,.21,1.7);
}
#do .solutions-item .figure-inner, 
#do .solutions-item figure:after,
#do .solutions-item figure:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border-radius: 50%;
    box-shadow: 0 0 3px #fff;
/*   background: rgba(255,255,255,0.1); */
    -webkit-animation: glow 4s ease-out infinite;
    animation: glow 4s ease-out infinite;
}
#do .solutions-item figure:after {
    -webkit-animation-delay: .77s;
    animation-delay: .77s;
}
#do .solutions-item .figure-inner {
    -webkit-animation-delay: 1.44s;
    animation-delay: 1.44s;
    display: none;
}
@-webkit-keyframes glow {
                0% {
                    opacity: 0;
                    -webkit-transform: scale(1);
                    transform: scale(1)
                }

                80% {
                    opacity: 1
                }

                to {
                    -webkit-transform: scale(2);
                    transform: scale(2);
                    opacity: 0
                }
            }

            @keyframes glow {
                0% {
                    opacity: 0;
                    -webkit-transform: scale(1);
                    transform: scale(1)
                }

                80% {
                    opacity: 1
                }

                to {
                    -webkit-transform: scale(2);
                    transform: scale(2);
                    opacity: 0
                }
            }

#do .solutions-item .it-tooltip strong {
    font-size: 3.6rem;
    color: white;
    line-height: normal;
}
#do .solutions-item:hover .it-tooltip strong,
#do .solutions-item:active .it-tooltip strong,
#do .solutions-item:focus .it-tooltip strong {
    color: #1d7cf3;
}
#do .solutions-item .it-tooltip ul {
    margin: 0;
    padding-top: 10px;
}
#do .solutions-item .it-tooltip ul li {
    font-size: 1.4rem;
    font-weight: 300;
    margin-top: 10px;
    padding-left: 15px;

    position: relative;
}
#do .solutions-item .it-tooltip ul li:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid #000000;
}
@media only screen and (min-width: 768px) {
    #do .solutions-content {
        padding: 0 10%;
    }
    #do .solutions-item {
        margin: 0;
    }
}
@media only screen and (min-width: 1170px) {
    #do .solutions-content {
        padding-top: 30px;
        padding-left: 180px;
        padding-bottom: 50px;
    }
    #do .solutions-item:first-child > * {
        margin-bottom: 50%;
    }
    #do .solutions-item .figure-inner {
        display: block;
    }
}
.it-tooltip {
  position: relative;
  overflow: hidden;
  }
  #do .solutions-item:hover .it-tooltip {
    overflow: visible;
  }
    #do .solutions-item:hover .it-tooltip .it-tooltip-content {
      opacity: 1;
      z-index: 99;
    }

.it-tooltip-content {
    background: white;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 1.2;
    min-width: 180px;
    padding: 20px;
    position: absolute;
     opacity: 0; 
    transition: all .3s ease;
    top: 0;
    transform: translateX(-20px) translateY(-20px);

    -webkit-box-shadow: 0rem 2rem 6rem -1rem rgba(0, 0, 0, 0.6);
    -moz-box-shadow:    0rem 2rem 6rem -1rem rgba(0, 0, 0, 0.6);
    box-shadow:         0rem 2rem 6rem -1rem rgba(0, 0, 0, 0.6);
  }

#do .solutions-divider {
    visibility: hidden;
    display: none;
}
#do .solutions-divider .gradient {
    width: 5px;
    height: 100px;

    transform: rotate(135deg);
}
#do .solutions-divider .gradient.gradient-right {
    transform: rotate(45deg);
}
@media only screen and (min-width: 1170px) {
    #do .solutions-divider {
        visibility: visible;
    }
}


/* -------------------------------- 

Services

-------------------------------- */

#services {

}
#services .services-item {
    position: relative;
    width: 100%;
    padding: 20px;
    margin-bottom: 30px;
    min-height: 400px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-position: 0 0;

    -webkit-transition: 0s ease-in-out;
    -moz-transition: 0s ease-in-out;
    transition: 0s ease-in-out;
}
#services .services-item:hover {
    background-position: -100% 0;

    -webkit-transition: 10s ease-in-out;
    -moz-transition: 10s ease-in-out;
    transition: 10s ease-in-out;
}
#services .services-item.branding {
    background-image: url(../images/bg-branding.png);
}
#services .services-item.web {
    background-image: url(../images/bg-web.png);
}
#services .services-item.event {
    background-image: url(../images/bg-event.png);
}
#services .services-item:last-child {
    margin-bottom: 0;
}

#services .services-item .bg-layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    background-color: #1d7cff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

    opacity: 0;

    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
#services .services-item:hover .bg-layer {
    opacity: 1;

    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    transition-delay: 0.35s;
}
#services .services-item .services-details {
    position: relative;
    z-index: 1;
    -ms-flex-item-align: end;
    align-self: flex-end;

    width: 100%;
    padding: 20px 20px;
    background-color: rgba(255,255,255,0.9);
}
#services .services-item .services-details p {
    font-size: 1.8rem;
    color: #1d7cff;
    line-height: 1.4;
}
#services .services-item .services-details ul {
    margin: 0;
    font-size: 0;
}
#services .services-item .services-details ul li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 1.4rem;
    font-weight: 300;
    margin-top: 5px;
    padding: 0 20px 0 0;
}
#services .services-item .services-details ul li:after {
  content: '/';
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  text-align: center;
  font-size: 1.4rem;
  color: #1d7cff;
  font-weight: 900;
}
#services .services-item .services-details ul li:last-child {
    padding-right: 0;
}
#services .services-item .services-details ul li:last-child:after {
    display: none;
}

@media only screen and (min-width: 768px) {
    #services .services-item {
        padding: 30px;
    }
    #services .services-item .services-details {
        width: 50%;
        padding: 20px 30px;
    }
}
/* -------------------------------- 

Client

-------------------------------- */
#clients {

}
#clients > * {
}
#clients .clients-title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
#clients .clients-title p {
    font-weight: 300;
}
#clients .clients-title p span {
    position: relative;
}
#clients .clients-title p span:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  height: 3px;
  background-color: #1d7dff;
}
#clients .clients-logo {
    min-width: 50%;
    max-width: 600px;
    display: table;
}

#clients .clients-logo .logo {
    width: 33.333%;
    float: left;
    position: relative;

    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
#clients .clients-logo .logo:hover {
    z-index: 2;
    -webkit-box-shadow: 0rem 0.2rem 3rem -1rem rgba(0, 0, 0, 0.6);
    -moz-box-shadow:    0rem 0.2rem 3rem -1rem rgba(0, 0, 0, 0.6);
    box-shadow:         0rem 0.2rem 3rem -1rem rgba(0, 0, 0, 0.6);
    transform: translateY(-1px);
}

.carousel-indicators {
    bottom: -20px;
    margin: 0;
}
#clients .carousel-indicators li {
    background: #f0f0f0;
    border-radius: 50px !important;
    width: 20px !important;
    height: 0 !important;
}
#clients .carousel-indicators li.active {
    background: var(--main-color);
}
@media only screen and (min-width: 768px) {
    #clients .clients-title p {
        font-size: 2.4rem;
    }
    #clients .clients-title p span:after {
      height: 4px;
    }
}



.it-modal .modal-header {
    border-bottom: none;
    padding: 20px;
    padding-bottom: 0;
}
.it-modal .modal-header .close {
    padding: 10px;
    font-size: 3rem;
}
.it-modal .modal-body {
    padding: 20px;
}
.it-modal .modal-body p:last-child {
    margin: 0;
}

/* -------------------------------- 

Contact

-------------------------------- */
#holla {
    background-color: #f4f4f4;
}
.it-form .form-block {
    width: 100%;
    display: table;
    margin-bottom: 20px;
}
.it-form label {
    font-size: 1.4rem;
    font-weight: 300;
}
.it-form .input-container label {
    font-size: 1.3rem;
    display: none;
}

.it-form .input-container .form-control {
    outline: none;
    z-index: 1;
    position: relative;

    width: 100%;
    height: 40px;
    padding: 0 10px;
    margin: 10px 0 15px;
    border-radius: 2px;
    border: 1px solid #f3f3f3;
    background-color: #e4e4e4;
    font-family: "Lato", sans-serif;
    font-size: 1.4rem;

    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.it-form .input-container .form-control:hover,
.it-form .input-container .form-control:focus,
.it-form .input-container .form-control:active {
    background-color: #fff;
    box-shadow: none;
}
.it-form .input-container textarea.form-control {
    height: auto;
    min-height: 150px;
    padding: 10px;
    margin-bottom: 0;
}

.it-form .input-container .btn-submit {
    width: 100%;
    font-family: "Lato", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    color: white;
    text-transform: uppercase;
    padding: 12px 10px;

    background: #191919;

    outline: none !important;
    border: none;
    cursor: pointer;
}

.it-form .input-container .btn-submit:hover {
    background: var(--main-color);
}

/*Radio*/
#types h5 {
    font-size: 1.6rem;
    color: #1d7cff;
    line-height: 1.4;
    text-transform: none;
    margin: 10px 0 15px;
}
.radio-container {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
    margin-right: 10px;
}

.radio-container:last-child {
    margin-right: 0;
}
.radio-container input {
  outline: none;
  z-index: 1;
  position: relative;

  background: none;
  width: 100%;
  /*height: 50px;*/
  height: 100%;
  padding:0;
  border: 0;

  position: absolute;
  /*visibility: hidden;*/
  opacity: 0;
  left: 0;
}
.radio-container label {
  display: block;
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;

  padding: 10px 15px;
  margin: 0;

  text-align: center;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;

  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
}
.radio-container .check{
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  transition: all .25s linear;
  -webkit-transition: all .25s linear;
  box-sizing: border-box;
  border: 1px solid #b2b2b2;

  border-radius: 38px;
}

.radio-container:hover .check {
  border: 1px solid var(--main-color);
}

.radio-container input[type=radio]:checked ~ .check {
  border: 1px solid var(--main-color);
  background: var(--main-color);

  color: #ffffff;
}
.radio-container input[type=radio]:checked ~ label {
  color: #ffffff;
}