body{
    background-color: #fff;
}


#intro{
    transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out; /* FF 4 */
    -webkit-transition: opacity 1 ease-in-out; /* Safari & Chrome */
    -o-transition: opacity 1 ease-in-out; /* Opera */  
}

.about_us header {
    height: 100vh;
    width: 100%;
    background: url(../img/about_us.jpg) no-repeat;
    background-size: cover;
    z-index: 1;
    background-position: center center;
    display: block;
    position: relative;
}

.row {
    width: 100%;
    float: left;
}

.about_us header .center_content {

    height: 100vh;
    display: flex;
    justify-content: center;
    flex-direction: column;


 
}

.content_text h1, .content_text h2{
    font-family: 'Averta CY',Arial, Helvetica, sans-serif !important;
    letter-spacing:-3px;
    font-weight: 800;    
    font-size: 56px;
}

.about-us-container{
    margin-top: -70px;
    background-color: #fff;
display: block;
clear: both;
}

.center_content {
    width: 100%;
    margin: 0 auto;
    height: auto;
}

.about_us header .content_text {
    color: #0c0833;
    text-align: center;
    z-index: 2;
}

.about_us header .content_text h2 {

    font-weight: normal;
    font-size: 1.313em;
    color: rgba(255,255,255,0.7);
    margin: 0 0 40px;
}

.about_us header .content_text h1 {
    font-weight: 700;
}

.page-container{
    display: block;
    background: white;
    width: 100%;
}


.container {
    display: block;
    width: 100%;
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0;
    padding-right: 5%;
    padding-left: 5%;
}

.herotext {
    max-width: 650px;
    width:100%;
    margin-left: 1%;
    padding-bottom: 25px;
    padding-left: 0;
}

@media screen and (max-width: 650px){
    .herotext {
      
    }    
  }

.paragraph-large {
    margin-bottom: 20px;
    color: #10131d;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0;
}



.divider.divider-about {
    margin-top: 50px;
    margin-bottom: 50px;
}
.divider {
    width: 100%;
    height: 1px;
    margin-bottom: 40px;
    background-color: #000;
}

.container h1 {
    margin: 40px 0 30px;
    color: #10131d;
    font-size: 45px;
    line-height: 78px;
    font-weight: 600;
    letter-spacing: 0;
}

.page-section {
    max-width: 1170px;
    margin: 60px auto;
}

.w-row:after, .w-row:before {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
}

.orange {
    color: #f15a29;
}

.container h6 {
  font-size:22px;
}

.container h4 {
    margin-top: 0;
    margin-bottom: 30px;
    color: #10131d;
    font-size: 32px;
    line-height: 54px;
    font-weight: 600;
    letter-spacing: -.32px;
}

.w-col {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

.w-col-5 {
    width: 41.66666667%;
}



.section-side-right.areas-of-interest {
    margin-top: 120px;
    padding-left: 70px;
}

.section-side-right {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    min-height: 350px;
    padding-top: 0;
    padding-right: 0;
    padding-left: 100px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.w-col-7 {
    width: 58.33333333%;
}

.w-row:after {
    clear: both;
}

.w-row:after, .w-row:before {
    content: " ";
    display: table;
    grid-column-start: 1;
    grid-row-start: 1;
    grid-column-end: 2;
    grid-row-end: 2;
}

.areas-of-interest img{
    max-width:647px;
}

.container.background-dark {
    background-color: #11131d;
}

.q-width{
    width: 100%;
    padding:130px;
    display: table;
    font-size: 16px;
    margin: 100px auto;
}

.k-col{
    width:28%;
    float:left;
    color: #fdfaef;
    display: table-row;
    line-height: 25px;
}

.k-col:not(:first-child){
 margin-left: 80px;
}    

.k-col h2{
    margin-top:10px;
    color: #fdfaef;

}

.k-col img{
    width: 72px;
}


/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.clients-p{
 margin-bottom: 140px;
}



.typewriter-2 {
 
    overflow: hidden; /* Ensures the content is not revealed until the animation */

    white-space: nowrap; /* Keeps the content on a single line */
    margin: 0 auto; /* Gives that scrolling effect as the typing happens */

    animation: 
      typing 3.5s steps(100, end),
      blink-caret .5s step-end infinite;
  }
  


  .typewriter {
 
    overflow: hidden; /* Ensures the content is not revealed until the animation */

    white-space: nowrap; /* Keeps the content on a single line */
    margin: 0 auto; /* Gives that scrolling effect as the typing happens */

    animation: 
      typing 6s steps(100, end),
      blink-caret 5s step-end infinite;
  }

  /* The typing effect */
  @keyframes typing {
    from { width: 0 }
    to { width: 100% }
  }
  
  /* The typewriter cursor effect */
  @keyframes blink-caret {
    from, to { border-color: transparent }
    20% { border-color: orange }
  }

  @media screen and (max-width: 1260px){
    .q-width{
        border-collapse: collapse;
    }
    .k-col{
        float: none;
        display: table-row;
        border: solid transparent 80px;        
    }
    .w-col-5, .w-col-7 {
        width: 100%
      }  
  }

  
  
  @media screen and (max-width: 560px){
    .k-col{
      text-align: center;
    }   
    .k-col p{
      text-align: left;
    }     
  }  


  .areas-of-interest, .k-col img{
      transition: all 2s ease-out;
  }

  [aria-describedby="slick-slide04"] {
    width:305px !important;
  }