@import url('https://fonts.googleapis.com/css?family=Barlow+Semi+Condensed:300,600,600i|Barlow:400,400i,600,600i,700,700i');

/* MODAL_BLANK */

@font-face {
  font-family: 'icomoon';
  src:  url('../css/fonts/icomoon.eot?4m5tmj');
  src:  url('../css/fonts/icomoon.eot?4m5tmj#iefix') format('embedded-opentype'),
    url('../css/fonts/icomoon.ttf?4m5tmj') format('truetype'),
    url('../css/fonts/icomoon.woff?4m5tmj') format('woff'),
    url('../css/fonts/icomoon.svg?4m5tmj#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

.content {
  min-height: 100%;
  height: 100%;
  background: white;
  position: relative;
  z-index: 0;
}
.content h1 {
  padding: 75px 0 30px 0;
  text-align: center;
  font-size: 30px;
  line-height: 30px;
}

/* Add Animation */
@-webkit-keyframes slideIn {
    from {right: -300px; opacity: 0}
    to {right: 0; opacity: 1}
}

@keyframes slideIn {
    from {right: -300px; opacity: 0}
    to {right: 0; opacity: 1}
}

@-webkit-keyframes fadeIn {
    from {opacity: 0}
    to {opacity: 1}
}

@keyframes fadeIn {
    from {opacity: 0}
    to {opacity: 1}
}

/* MODAL_BLANK */

@keyframes unfoldIn {
  0% {
    transform: scaleY(0.005) scaleX(0);
  }
  50% {
    transform: scaleY(0.005) scaleX(1);
  }
  100% {
    transform: scaleY(1) scaleX(1);
  }
}
@keyframes unfoldOut {
  0% {
    transform: scaleY(1) scaleX(1);
  }
  50% {
    transform: scaleY(0.005) scaleX(1);
  }
  100% {
    transform: scaleY(0.005) scaleX(0);
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes fadeIn {
  0% {
    background: rgba(0, 0, 0, 0);
  }
  100% {
    background: rgba(0, 0, 0, 0.7);
  }
}
@keyframes fadeOut {
  0% {
    background: rgba(0, 0, 0, 0.7);
  }
  100% {
    background: rgba(0, 0, 0, 0);
  }
}
@keyframes scaleUp {
  0% {
    transform: scale(0.8) translateY(1000px);
    opacity: 0;
  }
  100% {
    transform: scale(1) translateY(0px);
    opacity: 1;
  }
}
@keyframes scaleDown {
  0% {
    transform: scale(1) translateY(0px);
    opacity: 1;
  }
  100% {
    transform: scale(0.8) translateY(1000px);
    opacity: 0;
  }
}
@keyframes scaleBack {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.85);
  }
}
@keyframes scaleForward {
  0% {
    transform: scale(0.85);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes quickScaleDown {
  0% {
    transform: scale(1);
  }
  99.9% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes slideUpLarge {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes slideDownLarge {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes moveUp {
  0% {
    transform: translateY(150px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes moveDown {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(150px);
  }
}
@keyframes blowUpContent {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  99.9% {
    transform: scale(2);
    opacity: 0;
  }
  100% {
    transform: scale(0);
  }
}
@keyframes blowUpContentTwo {
  0% {
    transform: scale(2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes blowUpModal {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blowUpModalTwo {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}
@keyframes roadRunnerIn {
  0% {
    transform: translateX(-1500px) skewX(30deg) scaleX(1.3);
  }
  70% {
    transform: translateX(30px) skewX(0deg) scaleX(0.9);
  }
  100% {
    transform: translateX(0px) skewX(0deg) scaleX(1);
  }
}
@keyframes roadRunnerOut {
  0% {
    transform: translateX(0px) skewX(0deg) scaleX(1);
  }
  30% {
    transform: translateX(-30px) skewX(-5deg) scaleX(0.9);
  }
  100% {
    transform: translateX(1500px) skewX(30deg) scaleX(1.3);
  }
}
@keyframes sketchIn {
  0% {
    stroke-dashoffset: 778;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes sketchOut {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 778;
  }
}
@keyframes modalFadeIn {
  0% {
    background-color: transparent;
  }
  100% {
    background-color: white;
  }
}
@keyframes modalFadeOut {
  0% {
    background-color: white;
  }
  100% {
    background-color: transparent;
  }
}
@keyframes modalContentFadeIn {
  0% {
    opacity: 0;
    top: -20px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes modalContentFadeOut {
  0% {
    opacity: 1;
    top: 0px;
  }
  100% {
    opacity: 0;
    top: -20px;
  }
}
@keyframes bondJamesBond {
  0% {
    transform: translateX(1000px);
  }
  80% {
    transform: translateX(0px);
    border-radius: 75px;
    height: 75px;
    width: 75px;
  }
  90% {
    border-radius: 3px;
    height: 182px;
    width: 247px;
  }
  100% {
    border-radius: 3px;
    height: 162px;
    width: 227px;
  }
}
@keyframes killShot {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: translateY(300px) rotate(45deg);
    opacity: 0;
  }
}
@keyframes fadeToRed {
  0% {
    box-shadow: inset 0 0 0 rgba(201, 24, 24, 0.8);
  }
  100% {
    box-shadow: inset 0 2000px 0 rgba(201, 24, 24, 0.8);
  }
}
@keyframes slowFade {
  0% {
    opacity: 1;
  }
  99.9% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}

body.site-novae{
  font-family: 'Barlow', sans-serif;
  text-align: center;
}

a {
    color: #ff2c7f;
    text-decoration: none;
}

a:active, a:hover, a:visited, a:focus {
    color: #ff2c7f;
    text-decoration: none;
}

h1 {
    color: #fff;
    padding: 0;
    font-size: 28px;
    margin-top: 10px;
    position: relative;
    z-index: 2;
    font-weight: 600;
  }

h2 {
    color: #409CFB;
    font-size: 27px;
    font-weight: 600;
    padding: 4px 0;
}

h3 {
    color: #510D5D;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 31px;
    margin: 0;
    letter-spacing: 0px;
}

p {
    color: #59267d;
    font-size: 27px;
    text-transform: none;
    line-height: 31px;
    font-weight: 300;
    padding: 0 25px;
}

strong{
  font-weight: 700;
}


.page-fullscreen .navigation.nav-right {
    right: 0px !important;
}

.open-nav {
    position: absolute;
    display: inline-block;
    font-size: 0;
    width: 35px;
    height: 26px;
    margin: auto;
    top: 58px;
    background: url(../img/icon-nav.png);
    background-repeat: no-repeat;
    bottom: 0;
    right: 15px;
}

.section-intro {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#172471+0,3f185b+38 */
  background: #172471; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #172471 0%, #3f185b 38%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #172471 0%,#3f185b 38%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #172471 0%,#3f185b 38%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#172471', endColorstr='#3f185b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    color: #fff;
    position: relative;
}

.section-intro p {
    color: #fff;
    font-size: 22px;
    font-weight: 100;
    line-height: 28px;
    padding: 148px 16px;
}

.line {
    width: 89px;
    height: 1px;
    margin: 50px auto;
    background: #409CFB;
}

.section-AWS {
    margin: 48px 0;
}

.section-AWS p {
    font-size: 20px;
    line-height: 26px;
    padding: 0 20px;
}

.title_co h1 {
    font-size: 24px !important;
}

footer {
    padding: 1px 0px;
    background: #3F185B;
    color: #ffff;
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0;
    border-top: 1px solid #510D5D;
    bottom: 0;
}

footer p {
    color: #fff;
    font-size: 14px;
    padding: 5px 0;
    margin: 0;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ol li, ul li {
    line-height: 1.7em;
    padding-top: 0;
    padding-bottom: 0;
}

.element1 {
    position: absolute;
    width: 118px;
    right: 0;
    top: 54px;
}

.element2 {
    position: absolute;
    left: 0;
    top: 176px;
    width: 100px;
}

.element3 {
    position: absolute;
    bottom: -11px;
    left: 36px;
    width: 51px;
}

.element4 {
  position: absolute;
  top: 34px;
  width: 66px;
  left: 0;
}



img.issc-img {
    width: 100%;
    margin: 0px;
}

img.icon {
    width: 107px;
}

.rotate_c {
  -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

img.element-circle {
    width: 22px;
    position: absolute;
    top: 71px;
    left: 119px;
}

img.circle-img {
  width: 97px;
position: absolute;
top: 215px;
left: 7px;
}

.section-software {
    margin-top: 56px;
    margin-bottom: 56px;
}

.b-mobile, .b-quality, .section-software, .section-platform, .b-platform, .section-PMO, .b-qa, .b-operations, .b-management, .section-interactive {
    position: relative;
    margin-bottom: 58px;
}

.b-operations {
    margin-bottom: 3px;
}

.scroll-top {
    bottom: 26px !important;
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    padding-bottom: 15px;
    padding-top: 15px;
}

.arrowtwo_up {
    background-image: url(../img/arrowtwo_up.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 17px;
    height: 29px;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    background-position: center;
}

img.logo-issc {
    width: 199px;
    margin-top: 46px;
    z-index: 2;
    position: relative;
}





.text-story .more {
    border-bottom: 2px solid #FF2B7F;
    position: relative;
    display: inline-block;
    font-size: 23px;
    color:#FF2B7F;
}

.text-story .more::after {
    background: url(../img/down.png);
    content: "";
    display: inline-block;
    width: 26px;
    position: absolute;
    background-size: 15px;
    background-repeat: no-repeat;
    height: 30px;
    top: 37px;
    right: 7px;
    text-align: center;
    margin: auto;
}

/********** START MODAL MORE  ***********/

.modal_blank {
    height: 300px;
}

.w3-main,#main{
  transition:margin-left .4s
}

.w3-modal {
    z-index: 300;
    display: none;
    padding-top: 0px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.w3-modal-content {
    margin: auto;
    background-color: #fff;
    position: absolute !important;
    padding: 71px 29px 0;
    outline: 0;
    height: max-content;
    bottom: 0;
    width: 100%;
    top: 0;
}

.w3-modal-content span {
    font-size: 22px !important;
    font-style: normal !important;
    line-height: 32px;
    font-weight: 500;
    margin: 13px 0;
    display: inline-block;
}

#modal-container {
    position: fixed;
    display: inline-block;
    height: 100%;
    width: 100%;
    max-width: 480px;
    right: 0;
    top: 0;
    margin: auto;
    left: 0;
    transform: scale(0);
    z-index: 300;
}


#modal-container.two {
  transform: scale(1);
}
#modal-container.two .modal-background {
    background: #fff;
    /* animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards; */
    height: 100%;
}
#modal-container.two .modal-background .modal {
  opacity: 0;
  animation: scaleUp 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.two + .content {
  animation: scaleBack 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.two.out {
  animation: quickScaleDown 0s .5s linear forwards;
}
#modal-container.two.out .modal-background {
  animation: fadeOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.two.out .modal-background .modal {
  animation: scaleDown 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
#modal-container.two.out + .content {
  animation: scaleForward 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

#modal-container .modal-background .modal {
    background: white;
    padding: 8px 22px 30px;
    display: block;
    border-radius: 3px;
    font-weight: 300;
    height: 630px;
    overflow-y: scroll;
    position: absolute;
}

#modal-container .modal-background .modal h2 {
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 15px;
}
#modal-container .modal-background .modal p {
    font-size: 23px;
    line-height: 29px;
}
#modal-container .modal-background .modal .modal-svg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 3px;
}
#modal-container .modal-background .modal .modal-svg rect {
  stroke: #fff;
  stroke-width: 2px;
  stroke-dasharray: 778;
  stroke-dashoffset: 778;
}


/********** START PAGE ABOUT ***********/

.section-about {
    position: relative;
}

.section-about p {
    font-size: 20px;
    line-height: 27px;
}

.over-text {
    overflow: hidden;
    width: 100%;
    margin-top: 29px;
    margin-bottom: 12px;
    background: #172471;
    background: -moz-linear-gradient(-45deg, #172471 0%, #3f185b 38%);
    background: -webkit-linear-gradient(-45deg, #172471 0%,#3f185b 38%);
    background: linear-gradient(135deg, #172471 0%,#3f185b 38%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#172471', endColorstr='#3f185b',GradientType=1 );
}

.over-texttwo {
    overflow: hidden;
    width: 100%;
    margin-top: 75px;
    margin-bottom: -5px;
}

.section-about .over-text {
    margin-top: 99px;
}

.section-about .title-aissc {
    margin: 23px 0px;
}

.section-about .title-aissc h1 {
    background: inherit;
    color: #3F185B;
    font-weight: 800;
    border-bottom: 1px solid #409CFB;
    width: 75px;
    margin: auto;
    padding: 7px 0;
    text-align: center;
}

.section-about h2 {
    color: #3F185B;
    font-weight: 700;
}

.section-about img.element-circle {
    position: absolute;
    top: 89px;
    width: 15px;
}

.section-about img.icon-arrow {
    width: 14px;
    top: 110px;
    left: 152px;
    position: absolute;
}

.section-about .more {
    font-size: 20px;
    color: #FF2B7F;
    border-bottom: 1px solid #FF2B7F;
    width: 51px;
    margin: 30px auto 20px;
    display: inline-block;
    text-align: center;
    padding: 1px 0;
}

/********** END PAGE ABOUT ***********/

#lpBtnChatISSC{
  width: 100px;
  height: 90px;
  cursor: pointer;
  display: block;
  z-index: 107158;
  position: fixed;
  top: auto;
  bottom: 5px;
  left: auto;
  right: -3px;
}
  #lpBtnChatISSC img{
    width: 95% !important;
    height: auto !important;
  }
