<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
   font-family: 'Kievit';
   src: url('../fonts/kievit.woff2') format('woff2'),
        url('../fonts/kievit.woff') format('woff'),
        url('../fonts/kievit.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
}

*, *:after, *:before{
	margin: 0; padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*{
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -khtml-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    -o-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
}

body,
html{
    width: 100%;
    height: 100%;
}

body{
	color: #222222;
	/*background: #f4f6f7;*/
	font: normal 20px/1.2 'PT Sans', sans-serif;
}

fieldset{
    border: none;
    padding: 0;
    margin: 0;
}

label{
    display: block;
    padding-bottom: 5px;
}

label.error{
    position: absolute;
    bottom: 100%;
    color: #ff4545;
    cursor: pointer;
}

.error-box .error{
    position: inherit;
    bottom: auto;
}

.error-box{
    padding-top: 60px;
}

input, textarea, select{
    cursor: default;
    appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    border: 1px solid #d9e3e9;
    background: #fff;
}

input:focus,
textarea:focus{
    border-color: #4a98c0;
    outline: none;
}

input[type="submit"]{
    cursor: pointer;
}

.error input,
.error select,
.error textarea{
    border-color: #ff4545;
}

button{
    border: none;
    background-color: black;
    color: white;
    cursor: pointer;
}

a{
    color: #4d9be4;
    text-decoration: none;
    cursor: pointer;
}

a:focus,
a:hover{
    outline: none;
}

header{
    text-align: left;
}

h1, h2, h3, h4, h5, h6{
    margin: 0;
    padding: 0;
    font-weight: normal;
}

h1{
    font-size: 68px;
    line-height: 0.2em;
    font-weight: bold;
}

h2{
    font-size: 64px;
    font-weight: bold;
    padding-bottom: 15px;
}

h3{
    font-size: 30px;
}

h4{
    font-size: 25px;
    font-weight: bold;
	text-transform: uppercase;
}

h5{
    font-size: 22px;
}

p{
    display: block;
    padding: 10px 0;
    font-size: 20px;
}

ol, ul{
    list-style: none;
}

strong{
    font-weight: bold;
}

figure{
    margin: 0;
    padding: 0;
}

table{
    width: 100%;
    display: table;
    table-layout: fixed;
    border-collapse: collapse;
}

table th{
    text-align: left;
}

table td:last-child,
table th:last-child{
    text-align: right;
}
/*-- Wrapper --*/
.wrapper{
    width: auto;
    max-width: 1240px;
    margin: 0 auto;
}

/*-- Clearfix --*/
.sr{
  height: 1px; width: 1px;
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
  overflow: hidden;
  position: absolute;
}
.clearfix:before,
.clearfix:after{
    content: '';
    clear: both;
    display: block;
    height: 0;
    line-height: 0;
}

/*-- Helper classes --*/
.fl {
    float: left;
}
.fr {
    float: right;
}
.center {
    text-align: center;
}
.blue-txt{
    color: #3eabde!important;
}
.green-txt{
    color: #91c44b!important;
}
.red-txt{
    color: #ff45bb;
}
.hidden {
    display: none !important;
    visibility: hidden;
}
.has-two-triangle{
    position: relative;
    padding: 60px 0;
}

.has-bottom-triangle{
    position: relative;
}

/*.has-bottom-triangle:after{
    content: '';
    position: absolute;
    top: 100%; left: 0;
    margin-top: -120px;
    z-index: 10;
    border-top: 400px solid #f4f6f7;
    border-right: 400px solid transparent;
}*/

.has-two-triangle:after{
    content: '';
    position: absolute;
    right: 0; bottom: 0;
    z-index: 10;
    border-bottom: 400px solid #f4f6f7;
    border-left: 400px solid transparent;
}

.has-two-triangle .wrapper{
    position: relative;
    z-index: 20;
}

.content-block{
    padding: 20px 0;
    background-color: #fff;
}

.content-block:nth-child(odd){
    background-color: #f4f6f7;
}

.content-block h1{
    padding-bottom: 10px;
}

.content-block.has-two-triangle h1{
    padding-bottom: 0;
}

.small-center-section{
    padding: 0 200px;
}

.big-header h1{
    padding-bottom: 10px;
}

.big-header p{
    font-size: 22px;
}

.green-bgr{
    position: relative;
    background: rgb(145,196,75); /* Old browsers */
    background: -moz-linear-gradient(45deg,  rgba(145,196,75,1) 0%, rgba(50,63,112,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg,  rgba(145,196,75,1) 0%,rgba(50,63,112,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg,  rgba(145,196,75,1) 0%,rgba(50,63,112,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}


.blue-bgr{
    position: relative;
    background: rgb(89,133,166); /* Old browsers */
    background: -moz-linear-gradient(45deg,  rgba(89,133,166,1) 0%, rgba(50,63,112,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg,  rgba(89,133,166,1) 0%,rgba(50,63,112,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg,  rgba(89,133,166,1) 0%,rgba(50,63,112,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.blue-bgr:before{
    content: '';
    position: absolute;
    top: 0; bottom: 0;
    left: 0; right: 0;
    background: url('../images/line-bgr.png') repeat;
}

.text-content{
    padding: 0 0px;
	width:80%;
}

.stacked-content{
    padding: 0 0px;
	width:80%;
	z-index:99999;
}

.success-message{
    display: block;
    padding-top: 30px;
    color: #0192d6;
    font-size: 22px!important;
}

.scroll-top-arrow{
    display: none;
    position: fixed;
    right: 20px;
    bottom: 5%;
    z-index: 1000;
    background: url(../images/sprite.svg) no-repeat -72px -37px;
    width: 40px;
    height: 33px;
    text-indent: -9999px;
}

/*-- Cookie message--*/
.cookie-message{
    position: fixed;
    bottom: 0;
    left: 0; right: 0;
    z-index: 1000;
    padding: 25px 0;
    background-color: rgba(0,0,0,0.9);
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    overflow: hidden;
}

.cookie-message a{
    color: #0192d6;
    text-decoration: underline;
}

.cookie-message .btn{
    color: #0192d6;
    border-color: #0192d6;
    background-color: transparent;
    width: 200px;
    max-width: 20%;
    padding: 13px 20px;
    box-sizing: border-box;
    text-decoration: none;
    float: left;
}

.text-cookie{
    float: left;
    width: 80%;
    padding-right: 10px;
    box-sizing: border-box;
}


/*-- Custom checkbox and radio --*/
.checkbox,
.radio{
    display: inline-block;
    min-height: 18px;
    position: relative;
    margin: 0;
    cursor: pointer;
    color: #333;
    font-size: 24px;
    vertical-align: middle;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

    .inline-block .checkbox,
    .inline-block .radio{
        top: -2px;
        padding-right: 0;
    }

.checkbox var,
.radio var{
    display: block;
    padding: 0 0 0 30px;
    font-style: normal;
    text-align: left;
}

.checkbox var small,
.radio var small{
    display: block;
    font-size: 16px;
}

.ie8 .checkbox var,
.ie8 .radio var{
    padding-left: 20px;
}

.checkbox [type="checkbox"],
.radio [type="radio"]{
    height: auto; width: auto;
    border: 0;
    padding: 0;
    position: absolute;
    top: 9px; left: 0;
    z-index: 3;
}

.checkbox [type="checkbox"]:not(:checked),
.checkbox [type="checkbox"]:checked,
.radio [type="radio"]:not(:checked),
.radio [type="radio"]:checked{
    opacity: 0;
    cursor: pointer;
}

.checkbox [type="checkbox"]:not(:checked) ~ var:before,
.checkbox [type="checkbox"]:checked ~ var:before,
.radio [type="radio"]:not(:checked) ~ var:before,
.radio [type="radio"]:checked ~ var:before{
    content: '';
    height: 20px; width: 20px;
    position: absolute !important;
    top: 4px; left: 0;
    background: white;
    border: 1px solid #dbdbdb;
}

.checkbox [type="checkbox"]:not(:checked) ~ var:after,
.checkbox [type="checkbox"]:checked ~ var:after,
.radio [type="radio"]:not(:checked) ~ var:after,
.radio [type="radio"]:checked ~ var:after{
    content: ''; opacity: 0;
    height: 12px; width: 12px;
    position: absolute;
    top: 10px; left: 0;
    margin: 0 0 0 5px;
    -webkit-transition: opacity 100ms ease-in-out;
            transition: opacity 100ms ease-in-out;
}

.checkbox [type="checkbox"]:not(:checked) ~ var:after,
.checkbox [type="checkbox"]:checked ~ var:after,
.radio [type="radio"]:not(:checked) ~ var:after,
.radio [type="radio"]:checked + var:after{
    background: url('../images/sprite.svg') no-repeat -123px -13px;
}

.checkbox [type="checkbox"]:not(:checked) ~ var:after,
.radio [type="radio"]:not(:checked) ~ var:after{
    opacity: 0;
}

.checkbox [type="checkbox"]:checked:not(:disabled) ~ var:after,
.radio [type="radio"]:checked:not(:disabled) ~ var:after{
    opacity: 1;
}

.checkbox [type="checkbox"]:disabled:not(:checked) ~ var,
.checkbox [type="checkbox"]:disabled:checked ~ var,
.radio [type="radio"]:disabled:not(:checked) ~ var,
.radio [type="radio"]:disabled:checked ~ var{
    opacity: .5;
}

.checkbox [type="checkbox"]:disabled:checked ~ var:after,
.radio [type="radio"]:disabled:checked ~ var:after{
    color: #999;
}

.checkbox [type="checkbox"]:disabled + label,
.radio [type="radio"]:disabled + label{
    color: #aaa;
}

.radio [type="radio"]:not(:checked) ~ var:before,
.radio [type="radio"]:checked ~ var:before,
.radio [type="radio"]:not(:checked) ~ var:after,
.radio [type="radio"]:checked ~ var:after{
    -webkit-border-radius: 20px;
            border-radius: 20px;
}

/*-- Btn --*/
.btn{
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    background-color: #91c44b;
    color: #fff;
    padding: 16px 35px;
    -webkit-transition: all 450ms ease;
    transition: all 450ms ease;
    position:relative;
}

.no-touch .btn:hover{
    opacity: 0.8;
}

.btn.big-btn{
    min-width: 300px;
}

.btn small{
    display: block;
    padding-top: 3px;
    color: #000;
    font-size: 14px;
    text-transform: none;
}

.btn-nav .btn{
    margin: 5px;
}

.border-btn{
    color: #4d9be4;
    border: 3px solid #4d9be4;
    background-color: rgb(100,100,100,0);
}

.border-btn.bgr{
    background-color: rgb(100,100,100,0);
}

.no-touch .border-btn:hover{
  border: 3px solid #4d9be4;
  color: #4d9be4;
  background-color: transparent;
}

.border-btn:before{
  border-bottom: 2px solid #439be6;
  border-left: 2px solid #439be6;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.border-btn:after{
  border-top: 2px solid #439be6;
  border-right: 2px solid #439be6;
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

.no-touch .border-btn:hover:after,
.no-touch .border-btn:hover:before{
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* new button added */

.full-btn   {
    color: #fff;
    background-color: #4d9be4;
}

.full-btn   .bgr{
    background-color: #4d9be4;
}

.no-touch .full-btn :hover{
  color: #fff;
  background-color: transparent;
}

.full-btn   :before{
  border-bottom: 2px solid #439be6;
  border-left: 2px solid #439be6;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.full-btn   :after{
  border-top: 2px solid #439be6;
  border-right: 2px solid #439be6;
  -webkit-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

.no-touch .full-btn :hover:after,
.no-touch .full-btn :hover:before{
  -webkit-transform: scale(1);
  transform: scale(1);
}

/*-- Grid --*/
.grid{
    display: block;
    width: 100%;
    font-size: 0;
}

.step.grid{
    padding-left: 40px;
    overflow: hidden;
}

.col{
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
	line-height: 25px;
}

.col-100{
    width: 100%;
}

.col-50{
    width: 50%;
}

.col-33{
    width: 33.3%;
}

.col-25{
    width: 25%;
}

.col-12{
    width: 12.5%;
}

.step.grid .col{
    padding: 0 20px 0 20px;
}

.va-top {
    vertical-align: top;
}

.va-bottom {
    vertical-align: bottom;
}

.va-middle {
    vertical-align: middle;
}

.col input,
.col textarea,
.col select{
    width: 100%;
}

.col select{
    background: url('../images/arrow-select.svg') no-repeat center right;
}

.contact-us-form{
    padding-bottom: 15px;
}

.contact-us-form .col{
    background-color: #fff;
    padding: 0 20px 0 20px;
    margin-bottom: 35px;
}
.contact-us-form .col:last-child{
    background-color: #fff;
    padding: 25px 20px 0 20px;
    margin-bottom: 0px;
}

/*-- Left label gird --*/
.label-left{
    padding: 30px 20px 40px 20px;
    background-color: #edf2f5;
}

.label-left label{
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    padding-right: 10px;
}

.label-left input{
    display: inline-block;
    width: 60%;
    height: 50px;
    padding: 10px;
}

.label-left .col{
    padding: 10px 0;
}

/*-- Custom animation input --*/
.input {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-top: 30px;
    width: 100%;
    vertical-align: top;
}

.input-field {
    position: relative;
    display: block;
    float: right;
    padding: 0.8em;
    width: 60%;
    background: #fff;
    /*border: 2px solid #4a98c0;*/
    color: #000;
    -webkit-appearance: none; /* for box shadows to show on iOS */
    padding: 15px 10px;
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity 350ms;
    transition: opacity 350ms;
}

.input-field:focus,
.active-input .input-field{
    outline: none;
    border: 1px solid #fff;
}

.input-label {
    position: absolute;
    left: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    text-align: left;
    pointer-events: none;
    color: #000;
    font-size: 24px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-bottom: 2px solid #4a98c0;
}

.error .input-label{
    border-color: #ff4545;
}
.error .checkbox{
    border-color: #ff4545;
}

.input-label-content {
    position: relative;
    display: block;
    padding: 0 0 10px 0;
    width: 100%;
    -webkit-transition: -webkit-transform 200ms 200ms;
    transition: transform 200ms 200ms;
}

.input-label:before,
.input-label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 200ms;
    transition: transform 200ms;
}

.input-label:before {
    /*border-top: 2px solid #4a98c0;*/
    -webkit-transform: translate3d(0, 100%, 0) translate3d(0, -2px, 0);
    transform: translate3d(0, 100%, 0) translate3d(0, -2px, 0);
    /*-webkit-transition-delay: 100ms;
    transition-delay: 100ms;*/
}

.input-label:after {
    z-index: -1;
    background: #fff;
    -webkit-transform: scale3d(1, 0, 1);
    transform: scale3d(1, 0, 1);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
}

.input-field:focus,
.input-filled .input-field,
.active-input .input-field{
    opacity: 1;
    -webkit-transition-delay: 250ms;
    transition-delay: 250ms;
}

.input-field:focus + .input-label .input-label-content,
.active-input .input-field + .input-label .input-label-content,
.input-filled .input-label-content{
    -webkit-transform: translate3d(0, -80%, 0);
    transform: translate3d(0, -80%, 0);
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

/*.input-field:focus + .input-label:before,
.input-filled .input-label:before {
    -webkit-transition-delay: 0;
    transition-delay: 0;
}*/

.input-field:focus + .input-label:before,
.active-input .input-field + .input-label:before,
.input-filled .input-label:before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.input-field:focus + .input-label:after,
.active-input .input-field:focus + .input-label:after,
.input-filled .input-label:after {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
/*    -webkit-transition-delay: 0;
    transition-delay: 0;*/
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

/*-- Header --*/
.main-header{
    padding: 15px 0;
    overflow: hidden;
    background-color: #fff;

    position: fixed;
    left: 0; right: 0;
    top: 0; z-index: 1000;
    height: 86px;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.fix-header .main-header{
    height: 70px;
    padding: 7px 0;
}

.top-80{
    margin-top: 86px;
}

/*-- Logo --*/
.logo{
    float: left;
    line-height: 0;
    font-size: 0;

    -webkit-transform: scale(1);
    transform: scale(1);

    -webkit-transition: transform 300ms ease;
    transition: transform 300ms ease;
}

.fix-header .logo{
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.logo a{
    display: block;
}

/*-- Main navigation --*/
.main-nav{
    float: right;
    display: block;
    font-size: 0;
}

.main-nav li{
    display: inline-block;
    vertical-align: middle;
    padding: 0 25px;
}

.main-nav li:last-child{
    padding: 0 0 0 25px;
}

.main-nav li a{
    display: block;
    padding: 18px 0;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #005b73;
    -webkit-transition: color 400ms ease;
    transition: color 400ms ease;
}

.no-touch .main-nav li a:hover,
.main-nav li a.active{
    color: #0192d6;
}

.main-nav .linked-in a{
    display: block;
    background: #005b73 url('../images/sprite.png') no-repeat 0 0;
    width: 36px;
    height: 36px;
    padding: 0;
    text-indent: -9999px;
    -webkit-transition: background-color 400ms ease;
    transition: background-color 400ms ease;
}

.no-touch .main-nav .linked-in a:hover{
    background-color: #0192d6;
}

/*-- Footer --*/
.footer-nav{
    padding: 20px 0;
    overflow: hidden;
}

.footer-nav .main-nav li a{
    font-weight: normal;
}

/*-- Footer bottom --*/
.bottom-footer{
    display: block;
    padding: 25px 0;
    border-top: 1px solid #c1c1c1;
    color: #c1c1c1;
    font-size: 17px;
    text-align: center;
}

.bottom-footer a{
    color: #c1c1c1;
    font-size: 17px;
    padding: 0 10px;
}

.bottom-footer small{
    font-size: 17px;
    padding-right: 10px;
}

.no-touch .bottom-footer a:hover{
    text-decoration: underline;
}

/*-- Welcome section --*/
.welcome{
    width: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 100px 0 90px 0;
    margin: 85px 0 50px 0;
    position: relative;
}

.welcome:after{
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: -1;
    height: 100%;
    background-color: #fff;
}

.welcome-text{
    display: block;
    width: 80%;
    color: #fff;
}

.welcome-text h1{
    font-size: 75px;
    line-height: 1;
    font-weight: normal;
    padding-top: 0;
    margin-left: -5px;
}

.welcome-text h2{
    font-size: 38px;
    line-height: 46px;
}

.welcome-text p{
    display: block;
    padding-top: 25px;
    font: normal 28px 'Kievit', sans-serif;
    line-height: 34px;
    font-weight: bold;
}

.welcome-text .btn{
    margin-top: 40px;
    background-color: #4D9BE1;
    border-color: #4D9BE1;
    font-weight: bold;
    color: #fff;
}

.no-touch .welcome-text .btn:hover{
    background-color: #91c44b;
    border-color: #91c44b;
}

.welcome-text .btn small{
    color: #fff;
}

/* services edit */

.smallerFont {
	font-size:42px;
}

.welcome-text-services{
    display: block;
    width: 75%;
    color: #fff;
}

.welcome-text-services h1 {
    font-size: 75px;
    line-height: 0.7em !important;
    font-weight: normal;
    padding-top: 0;
    margin-left: -5px;
}

.welcome-text-services h2{
    font-size: 38px;
    line-height: 46px;
}


.welcome-text-services p {
	display: block;
    padding-top: 40px;
    font: normal 24px 'PT Sans', sans-serif !important;
    line-height: 1.2em !important;
    
}

.smallm {
	display: block;
    padding-top: 20px;
    font: normal 24px 'Kievit', sans-serif !important;
    line-height: 1.2em !important;
    
}

.welcome-text-services .btn{
    margin-top: 40px;
	margin-bottom: 20px;
    background-color: #4D9BE1;
    border-color: #4D9BE1;
    font-weight: bold;
	font-size:18px;
    color: #fff;
}

.no-touch .welcome-text-services .btn:hover{
    background-color: #4D9BE1;
    border-color: #4D9BE1;
}

.welcome-text-services .btn small{
    color: #fff;
}


@media only screen and (max-width: 600px) {
  .welcome-text-services{
    display: block;
    width: 100%;
    color: #fff;
}
	.welcome-text-services h1 {
    font-size: 60px;
    line-height: 0.9em !important;
    font-weight: normal;
    padding-top: 0;
}
.welcome-text-services h2{
    font-size: 38px;
    line-height: 46px;
}


.welcome-text-services p {
	display: block;
    padding-top: 80px;
	padding-bottom: 20px;
    font: normal 24px 'Kievit', sans-serif !important;
    line-height: 1.2em !important;
    
}

.welcome-text-services .btn{
    margin-top: 40px;
    background-color: #4D9BE1;
    border-color: #4D9BE1;
    color: #fff;
}

.no-touch .welcome-text-services .btn:hover{
    background-color: #4D9BE1;
    border-color: #4D9BE1;
}
	
}

/*end services edit*/

.scroll-down-align{
    float: left;
    width: 50%;
    padding: 70px 10px 30px 0;
    text-align: right;
}

.scroll-down-align a{
    display: block;
    color: #fff;
}

.scroll-down-align a span{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
}

.scroll-down-align span:after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url('../images/sprite.png') no-repeat 0 -36px;
    width: 36px;
    height:  110px;
}

.homepage-bullet{
  float: left;
  width: 27%;
  padding: 10px;
  margin-bottom: 15px;
  position: relative;
  z-index: 20;
  color: #fff;
}

.homepage-bullet img{
    float: left;
    margin: 0 20px 20px 0;
    height: 15%;
    height: 50px;
    -webkit-transition: all 0.2s ease-in; /* Safari */
    transition: all 0.2s;
}

.homepage-bullet p{
  padding: 0;
  -webkit-transition: all 0.2s ease-in; /* Safari */
  transition: all 0.2s;
}
.homepage-bullet a{
  color: #fff;
}

 .homepage-bullet a:hover &gt; p  {
  -ms-transform: translateY(-10px); /* IE 9 */
  -webkit-transform: translateY(-10px); /* Safari */
  transform: translateY(-10px);
}
.homepage-bullet a:hover &gt; img{
  transform: scale(1.3);
}
.tiny{
  font-size: 16px;
  color: #fff;
}
.tiny-2{
    font-size: 14px;
    text-transform: none;

}

.color-box{
  float: right;
  width: 45%;
  padding: 35px;
  margin-bottom: -50px;
  position: relative;
  z-index: 20;
  color: #fff;
  opacity: 0.95;
  text-align: center;
  min-height: 280px;
}

.color-box:nth-child(2){
  margin-left: 5%;
}

.color-box img{
    margin: 0 auto;
    margin-bottom: 20px;
    height: 15%;
    height: 50px;
}

.color-box .border-btn, .homepage-bullet .border-btn{
    display: inline-block;
    margin-top: 25px;
    padding: 13px 45px;
    border-color: #80a7cc;
    color: #9bbbda;
}

.no-touch .color-box .border-btn:hover, .homepage-bullet .border-btn:hover{
    border: 2px solid rgba(255,255,255,0);
    color: #fff;
}

.color-box .border-btn:before{
  border-bottom-color: #fff;
  border-left-color: #fff;
}

.color-box .border-btn:after{
  border-top-color: #fff;
  border-right-color: #fff;
}

.color-box p{
    font: normal 29px 'Kievit', sans-serif;
    padding: 0;
}

/*-- Timeline --*/
.timeline{
    padding: 20px 0;
    overflow: hidden;
}

.timeline &gt; li{
    display: block;
    font-size: 0;
    position: relative;
    margin: 0 0 15px 0;
    padding: 30px 100px;
}
.timeline &gt; li:nth-child(even){
    background-color: #f4f6f7;
}


/* .timeline &gt; li:before{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background-color: #000;

} */

/* .timeline &gt; li:after{
    content: '';
    background: url('../images/sprite.svg') no-repeat 0 -36px;
    width: 36px;
    height: 110px;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: 1px;
    margin-top: -2px;
} */

.timeline &gt; li:last-child:after,
.timeline &gt; li:last-child:before{
}

.timeline &gt; li:last-child{
    margin-bottom: 0;
}

.timeline-icon-box{
    float: right;
    display: inline-block;
    vertical-align: top;
    width: 40%;
    padding: 50px;
    text-align: center;
}

.timeline &gt; li:nth-child(even) &gt; .timeline-icon-box{
    float:left;
}

.timeline-icon-box-1{
    display: inline-block;
    vertical-align: top;
    width: 40%;
    padding: 50px;
    text-align: center;
}

.icon-title{
    display: block;
    padding-top: 10px;
    font-size: 42px;
    font-weight: bold;
}

.timeline-step{
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 10%;
    height: 100%;
    padding: 0 30px;
    font-size: 25px;
    text-align: center;
}


.timeline-step h4,
.timeline-step-circle{
    background-color: #fff;
}

.timeline-text-box{
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin-left: 10%;
}

.timeline &gt; li:nth-child(even) &gt; .timeline-text-box{
    margin-right: 0%;
    margin-left: 10%;
}

.timeline-text-box .btn{
    margin-top: 40px;
    margin-left: 15px;
}

/*-- Plus list --*/
.plus-list li a{
    display: block;
    font: normal 20px 'Kievit', sans-serif;
    color: #000;
    position: relative;
    padding: 10px 0 10px 35px;
}

.plus-list li a:before{
    content: '';
    position: absolute;
    left: 0;
    top: 33%;
    width: 23px;
    height: 1px;
    margin-top: -1px;
    background-color: #4f5ab4;
}

.plus-list-1 li a{
    display: block;
    font: normal 22px 'Kievit', sans-serif;
    color: #000;
    position: relative;
    padding: 10px 0 10px 35px;
}

.plus-list-1 li a:before{
    content: '';
    position: absolute;
    left: 0;
    width: 23px;
    height: 1px;
    margin-top: 14px;
    background-color: #000;
}

.no-touch .plus-list li a:hover:before{
    background-color: #000;
}

.plus-list li a:after{
    content: '';
    position: absolute;
    left: 11px;
    top: 33%;
    width: 1px;
    height: 23px;
    background-color: #439be6;
    -webkit-transform: scale(1,0) translateY(-50%);
    -ms-transform: scale(1,0) translateY(-50%);
    transform: scale(1,0) translateY(-50%);
    -webkit-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.no-touch .plus-list li a:hover:after {
    -webkit-transform: scale(1,1) translateY(-50%);
    -ms-transform: scale(1,1) translateY(-50%);
    transform: scale(1,1) translateY(-50%);
}

.no-touch .plus-list li a:hover{
    color: #439be6;
}



/*-- Plus list Services --*/
.plus-list-services li{
    display: block;
    font: normal 20px 'Kievit', sans-serif;
    color: #000;
    position: relative;
    padding: 10px 0 10px 35px;
}

.plus-list-services li:before{
    content: '';
    position: absolute;
    left: 0;
    top: 33%;
    width: 23px;
    height: 1px;
    margin-top: -1px;
    background-color: #4f5ab4;
}

.plus-list-services li:after{
    content: '';
    position: absolute;
    left: 11px;
    top: 33%;
    width: 1px;
    height: 23px;
    background-color: #439be6;
    -webkit-transform: scale(1,0) translateY(-50%);
    -ms-transform: scale(1,0) translateY(-50%);
    transform: scale(1,0) translateY(-50%);
    -webkit-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.no-touch .plus-list-services li:hover:after {
    -webkit-transform: scale(1,1) translateY(-50%);
    -ms-transform: scale(1,1) translateY(-50%);
    transform: scale(1,1) translateY(-50%);
}

.no-touch .plus-list-services li:hover{
    color: #000000;
}










/*-- Serivces Stacked list  --*/


.services-list li{
	float: Left;
	width: 580px;
	border: 1px solid #F8F8F8;
	border-radius: 5px; 
	height: 250px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    font: normal 20px 'PT Sans', sans-serif;
	font-weight:300;
	line-height:1em;
    color: #000;
    padding: 30px;
	margin: 0 20px 40px 20px;
	display: inline; 
	z-index:9999;
}

.services-list li:hover{
    color: #000000;
	background-color: #f8f8f8;
	transition: all 0.5s ease;
	cursor: pointer;
}

.no-touch .services-list li:hover{
    color: #000000;
	background-color: #f8f8f8;
	transition: all 0.5s ease;
	cursor: pointer;
}


@media only screen and (max-width: 600px) {
	.services-list li{
	width: 95%;
	height:100%;
	border: 1px solid #F8F8F8;
	border-radius: 5px; 
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    font: normal 20px 'PT Sans', sans-serif;
	font-weight:300;
	line-height:1em;
    color: #000;
    padding: 40px;
	margin: 10px;
	display: inline-block; 
}

.services-list li:hover{
    color: #000000;
	background-color: #f8f8f8;
	transition: all 0.5s ease;
	cursor: pointer;
}

.no-touch .services-list li:hover{
    color: #000000;
	background-color: #f8f8f8;
	transition: all 0.5s ease;
	cursor: pointer;
}
}








/*-- Timeline step --*/
.timeline-step-circle{
    /* padding: 30px 0; */
    text-align: center;
    background-color: #fff;
}

.timeline-step-circle span{
    display: inline-block;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    background: rgb(79,88,179); /* Old browsers */
    background: -moz-linear-gradient(-45deg,  rgba(79,88,179,1) 0%, rgba(78,176,221,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  rgba(79,88,179,1) 0%,rgba(78,176,221,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  rgba(79,88,179,1) 0%,rgba(78,176,221,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    color: #fff;
    position: relative;
}

.timeline-step-circle small{
    display: block;
    font-size: 25px;
    line-height: 1;
}

.timeline-step-circle .number-step{
    font-size: 30px;
    padding-top: 15px;
}

/*-- Our services list --*/
.our-services{
    position: relative;
    margin: 100px 0 20px 0;
}

.our-services:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 6.25%;
    right: 6.25%;
    z-index: 10;
    border: 1px solid #000;
}

.our-services h4{
    position: absolute;
    top: -9px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 20;
    padding: 0 10px;
    background-color: #f4f6f7;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: normal;
    color: #0b75aa;
}

.our-services .grid{
    padding: 60px 0 50px 0;
    text-align: center;
    position: relative;
    z-index: 20;
    /*overflow: hidden;*/
}

.our-services .col{
    padding: 10px;
    text-align: center;
    font-size: 16px;
    background-color: #f4f6f7;
    position: relative;
}

.our-services .services-icon{
    position: relative;
}

.our-services .services-icon:before{
    content: none;
    position: absolute;
    bottom: 100%; left: 50%;
    margin-left: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
}

.no-touch .our-services .col:hover .services-icon:before,
.our-services .col.active .services-icon:before{
    content: '';
}

.our-services .col:before{
    content: '';
    position: absolute;
    z-index: 2;
    top: 51px;
    left: 0;
    right: 50%;
    width: 10px;
    height: 20px;
    background: url(../images/sprite.svg) no-repeat -105px -8px;
}

.our-services .col:after{
    content: '';
    position: absolute;
    z-index: 2;
    top: 60px;
    left: 50%;
    margin-left: 60px;
    right: 0;
    height: 1px;
    background: #000;
}

.our-services .col:first-child:before,
.our-services .col:last-child:after{
    content: none;
}

.our-services .col a{
    display: block;
}

.our-services .col span,
.partners .col figcaption{
    display: block;
    padding-top: 5px;
    color: #0b75aa;

    -webkit-transition: color 350ms ease;
    transition: color 350ms ease;
}

/*.no-touch .our-services .col:hover span{
    color: #41ade0;
}
*/
/*.our-services .col .services-icon{
    opacity: 1;
    -webkit-transition: opacity 350ms ease;
    transition: opacity 350ms ease;
}

.no-touch .our-services .col:hover .services-icon{
    opacity: 0.8;
}
*/

/*-- Partners section --*/
.partners{
    padding-bottom: 140px;
}

.partners .grid{
    padding: 0 0 60px 0;
}

.partners .col{
    padding: 20px 10px;
}

.partners .col figcaption{
    font-size: 15px;
}

.partners .col a{
    display: block;
    color: #c6c6c6;

    opacity: 1;
    -webkit-transition: opacity 350ms ease;
    transition: opacity 350ms ease;
}

.no-touch .partners .col a:hover{
    opacity: 0.6;
}

/*-- Clients background image --*/


.clients{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}


/*-- Clients slider --*/
.clients-slider{
    color: #fff;
    font-size: 15px;
    margin-top: 40px;
}

.clients-slider a{
    display: block;
    color: #fff;
}

.clients-slider figcaption{
    padding: 0 30px 0 0;
}

.clients-slider figcaption span{
    display: block;
    padding: 10px 0 20px 0;
}

.clients-slider .more-info{
    display: block;
    padding: 0;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}

.no-touch .clients-slider .more-info:hover{
    text-decoration: underline;
}

.clients-slider img{
    display: block;
    width: 110px;
    height: 110px;
    border-radius: 50%;
}

/*-- Step section --*/
.step-section{
    margin: 70px 0 100px 0;
}

.step-section .wrapper{
    background-color: #fff;
    border-top: 2px solid #d8e1e5;
    padding: 40px 20px 80px 20px;
}

.step-section header{
    text-align: left;
    padding-bottom: 40px;
}

.step-section header h4{
    font-weight: normal;
}

.icon-box{
    display: block;
    font-size: 0;
}

.icon-box .small-step-icon,
.icon-box span{
    display: inline-block;
    vertical-align: middle;
}

.icon-box span{
    font-size: 30px;
    font-weight: bold;
    width: 60%;
    padding: 0 0 0 10px;
}

.step .plus-list{
    padding-top: 20px;
}

.step .plus-list li a{
    padding: 5px 0 5px 35px;
    font: normal 20px/1.2 'PT Sans', sans-serif;
}

/*-- Vertical header --*/
.vertical-header .wrapper{
    padding-left: 200px;
    position: relative;
}

.vertical-header header h4{
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: rotate(-90deg) translateX(-100%);
    transform: rotate(-90deg) translateX(-100%);
    transform-origin: top left;
    padding: 80px 0;
    margin-top: -120px;
}

.vertical-header header h4:after{
    content: '';
    display: inline-block;
    vertical-align: baseline;
    height: 1px;
    width: 80px;
    margin-left: 5px;
    background-color: #000;
}

.clients header h4{
    color: #fff;
    margin-top: -140px;
}

.clients header h4:after{
    background-color: #fff;
}

/*-- Tabs --*/
.tabs{
    margin-bottom: 50px;
    overflow: hidden;
}

.tabs:nth-child(2){
    position: relative;
}

.tabs:nth-child(2):after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
    height: 2px;
    background-color: #4a98c0;
}

.tabs.close .content-tabs{
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: hidden;
    height: 0;
}

.tabs .content-tabs{
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
    height: 100%;
    position: relative;
    z-index: 10;
}

.tabs:last-child{
    margin-bottom: 0;
}

.tabs &gt; header{
    padding: 40px 20px;
    background-color: #fff;
    text-align: left;
    position: relative;
    z-index: 20;
}

.bgr-grey header{
    background-color: #edf2f5;
    padding: 0;
}

.bgr-grey header a{
    padding: 40px 20px;
}

.tabs &gt; header h4,
.tabs &gt; header a{
    display: inline-block;
    font-weight: normal;
    font-size: 25px;
}

.tabs &gt; header a{
    display: block;
    position: relative;
}

.tabs &gt; header a:after{
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
    -webkit-transition: all 450ms ease;
    transition: all 450ms ease;
    background: url('../images/sprite.svg') no-repeat -36px 0;
    width: 36px;
    height: 36px;
}

.tabs.close &gt; header a:after{
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.tabs span{
    font-size: 20px;
}

.tabs input[type="submit"].btn{
    margin: 30px auto;
    display: block;
}

/*-- Tooltip box --*/
.tooltip-box{
    display: none;
    position: absolute;
    bottom: 100%; left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 100;
    width: 300px;
    background-color: #fff;
    color: #222;
    padding: 20px;
    border-radius: 5px;
}

.no-touch .col-12:hover .tooltip-box,
.col-12.active .tooltip-box{
    display: block;
}

.col-12:first-child .tooltip-box{
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.col-12:last-child .tooltip-box{
    left: auto;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    right: 0;
}

/*.tooltip-box:after{
    content: '';
    position: absolute;
    top: 100%; left: 50%;
    margin-left: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
}

.col-12:first-child .tooltip-box:after{
    left: 23%;
    margin-left: 0;
}

.col-12:last-child .tooltip-box:after{
    left: auto;
    margin-left: 0;
    right: 23%;
}*/

/*-- Price table --*/
.price-table{
    padding: 60px 120px;
    background-color: #edf2f5;
}

.price-table th{
    padding: 20px 0;
    border-bottom: 1px solid #0b75aa;
}

.price-table td{
    display: table-cell;
    vertical-align: middle;
    padding: 30px 0;
    border-bottom: 1px dashed #0b75aa;
}

.price-table tr.no-border td{
    border-bottom: none;
    padding-bottom: 0;
}

.price-table tfoot tr:first-child td{
    padding: 50px 0 20px 0;
    border-bottom: 1px solid #4a98c0;
}

.price-table tfoot td{
    width: 100%;
    border-bottom: none;
    color: #6c6c6c;
    padding: 0;
    text-align: left;
}

.price-table tfoot td small{
    font-size: 16px;
}

.total-price{
    display: block;
    font-size: 24px;
    font-weight: normal;
    color: #000;
    padding: 20px 0;
    text-align: right;
}

.total-price span{
    font-size: 36px;
    line-height: 1;
    font-weight: bold;
}

.contact form{
    padding-top: 10px;
    overflow: hidden;
}

/*-- Step slider --*/
.step-slider{
    padding: 20px 0;
    overflow: hidden;
}

.step-slider .item{
    display: table;
    font-size: 0;
}

.step-icon-box,
.title-step-box{
    display: table-cell;
    vertical-align: middle;
}

.step-icon-box{
    width: 20%;
    min-width: 160px;
    text-align: center;
}

.step-icon-box span{
    display: block;
    padding-top: 20px;
    color: #fff;
    font-size: 18px;
}

.title-step-box{
    width: 80%;
    padding-left: 20px;
}

.title-step-box h1{
    font-size: 75px;
    line-height: 1.1;
    font-weight: normal;
    color: #0a74aa;
}

/*-- Step text slider --*/
.step-text-slider{
    padding: 60px 0;
}

.step-text-slider .item header{
    text-align: left;
}

.step-text-slider .item header h2{
    font: bold 36px 'Kievit', sans-serif;
    color: #0a74aa;
}

.step-text-slider h3{
    font-size: 30px;
    font-weight: bold;
    padding: 30px 0 0 0;
}

.step-text-slider h4{
    font-size: 20px;
    padding: 30px 0;
}

.step-text-slider p{
    line-height: 1.6;
}

.step-text-slider .item .btn-nav{
    padding-top: 80px;
}


/*-- Icon Image Grid --*/
.icon-list{
    margin: 0 -40px;
    overflow: hidden;
}

.icon-list li{
    padding: 40px;
}

.icon-list li:nth-child(even){
    background: #eee;
}

.icon-list figure img{
  display: inline-block;
  float: left;
  padding-top: 50px;
}

.icon-list &gt; li:nth-child(even) figure img{
  display: inline-block;
  float: right;
}

.icon-list li figcaption{
    padding-left: 150px;
}
.icon-list &gt; li:nth-child(even) figcaption  {
    padding-right: 150px;
    padding-left: 0;
}

.icon-list li strong{
    font-size: 28px;
	line-height: 40px;
}

.icon-list li bigwords {
    font-size: 28px;
	line-height: 34px;
}

/*-- circle list --*/
.circle-list.left-50{
    padding-left: 50px;
}

.circle-list &gt; li,
.dots-circle-list &gt; li span{
    display: block;
    padding: 20px 0 20px 30px;
    position: relative;
}


.circle-list &gt; li:before,
.dots-circle-list &gt; li span:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../images/sprite.svg) no-repeat -45px -43px;
    width: 20px;
    height: 20px;
}

/*-- Dots circle list --*/
.dots-circle-list &gt; li span:before{
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: rgb(78,170,218); /* Old browsers */
    background: -moz-linear-gradient(45deg,  rgba(78,170,218,1) 0%, rgba(79,95,183,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg,  rgba(78,170,218,1) 0%,rgba(79,95,183,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg,  rgba(78,170,218,1) 0%,rgba(79,95,183,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}


/*-- Popup --*/
.popup{
    display: none;
    position: fixed;
    top: 0; bottom: 0;
    left: 0; right: 0;
    z-index: 1100;
    overflow-y: auto;
    background: rgba(0,0,0,0.8);
}

.open-popup{
    overflow-y: hidden;
}

.open-popup .popup{
    display: block;
}

.popup-content{
    position: relative;
    background-color: #fff;
    color: #000;
    max-width: 1030px;
    width: 90%;
    margin: 0 auto;
    padding: 60px 80px;
}

.close-popup-btn{
    position: absolute;
    top: 20px;
    right: 20px;
    background: url('../images/sprite.svg') no-repeat -145px 0;
    width: 36px;
    height: 36px;
    text-indent: -9999px;
    overflow: hidden;

    -webkit-transition: transform 600ms ease;
    transition: transform 600ms ease;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.no-touch .close-popup-btn:hover{
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.popup-content h3{
    font-weight: bold;
    padding-bottom: 20px;
}

.popup-content h4{
    font-size: 22px;
    font-weight: normal;
    padding: 20px 0;
}

.popup-content p{
    font-size: 18px;
    line-height: 1.5;
}

.img-box-popup{
    float: left;
    margin-left: -80px;
    padding: 20px 30px 20px 0;
}

.img-box-popup img{
    width: 100%;
    height: auto;
}

/*-- Icon --*/
.icon{
    background: url('../images/sprite.png') no-repeat 0 0;
}

.step-icon{
    display: block;
    margin: 0 auto;
    width: 300px;
    height: 300px;
    background: url(../images/step-icon-big.png) no-repeat 0 0;
    opacity: 1;
    -webkit-transition: opacity 350ms ease;
    transition: opacity 350ms ease;
    background-size: 300%;
}

.step-icon.step1{
    background-position: -610px 0;
}

.step-icon.step2{
    background-position: -285px 0;
}

.step-icon.step3{
    background-position: 20px 0;
}

.step-icon.step4{
    display: block;
    margin: 0 auto;
    width: 300px;
    height: 300px;
    background: url(../images/bg-step4.png) no-repeat 0 0;
    opacity: 1;
    -webkit-transition: opacity 350ms ease;
    transition: opacity 350ms ease;
    background-size: 100%;
}

.step-icon.step5{
    display: block;
    margin: 0 auto;
    width: 300px;
    height: 300px;
    background: url(../images/bg-step5.png) no-repeat 0 0;
    opacity: 1;
    -webkit-transition: opacity 350ms ease;
    transition: opacity 350ms ease;
    background-size: 100%;
}
.no-touch .step-icon:hover{
    opacity: 0.8;
}

.step-icon-slider{
    display: block;
    margin: 0 auto;
    width: 160px;
    height: 150px;
    background: url('../images/step-icon-slider.png') no-repeat 0 0;
}

.step-icon-slider.step1{
    background-position: 0 0;
}

.step-icon-slider.step2{
    background-position: -150px 0;
}

.step-icon-slider.step3{
    background-position: -320px 0;
}

.small-step-icon{
    display: block;
    width: 120px;
    height: 110px;
    background: url('../images/step-icon-slider.svg') no-repeat 0 0;

    opacity: 1;
    -webkit-transition: opacity 350ms ease;
    transition: opacity 350ms ease;
}

.small-step-icon.step1{
    background-position: 0 -150px;
}

.small-step-icon.step2{
    background-position: -120px -150px;
}

.small-step-icon.step3{
    background-position: -240px -150px;
}

.no-touch .small-step-icon:hover{
    opacity: 0.8;
}

.services-icon{
    display: block;
    background: url('../images/baseline-icons.svg') no-repeat 0 0;
    width: 110px;
    height: 100px;
    margin: 0 auto;
}

.services-icon-1{
    background-position: 0 0;
}

.services-icon-2{
    background-position: -110px 0;
}

.services-icon-3{
    background-position: -220px 0;
}

.services-icon-4{
    background-position: -220px -100px;
}

.services-icon-5{
    background-position: -110px -100px;
}

.services-icon-6{
    background-position: 0 -200px;
}

.services-icon-7{
    background-position: -110px -200px;
}

.services-icon-8{
    background-position: 0 -100px;
}

/*-- Text --*/
.text,
.text p{
    font-size: 18px;
    line-height: 1.4;
}

.text a{
    text-decoration: underline;
    color: #0192d6;
}

.no-touch .text a:hover{
    text-decoration: none;
}

.text header{
    padding: 50px 0 0 0;
}

.dots-list li{
    display: block;
    position: relative;
    padding: 5px 0 5px 15px;
}

.dots-list li:before{
    content: '';
    position: absolute;
    top: 13px; left: 0;
    width: 7px; height: 7px;
    border-radius: 50%;
    background-color: #0192d6;
}

/*-- Sticky footer --*/
.site,
.table{
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed;
}

.main-content{
    display: table-row;
    height: 100%;
}

.main-footer{
    display: table-row;
    height: 1px;
    background-color: #fff;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}

/*-- Responsive --*/

@media only screen and (max-width: 1280px){
    .wrapper {
        margin: 0 20px;
    }
}

/* Large devices (desktops, less than 75em) */
@media (max-width: 74.9em){

    /*html::after{
        display: none;
        content: 'mobile'
    }

    body::before{
        content: "Large devices (desktops, less than 75em)";
        display: block;
        text-align: center;
        background: rgba(0,150,150, 0.5);
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        color: white;
        z-index: 10000;
    }*/

    h1 {
        font-size: 75px;
    }

    h2 {
        font-size: 37px;
    }

    .big-header p {
        font-size: 26px;
    }

    .col-12{
        width: 25%;
    }

    .our-services .col-12:nth-child(4):after,
    .our-services .col-12:nth-child(5):before{
        content: none;
    }

    .small-center-section {
        padding: 0 100px;
    }

    .step-slider{
        padding: 20px 35px;
    }

    .welcome{
        padding: 50px 0 0 0;
    }

    .welcome-text h1 {
        font-size: 100px;
    }

    .welcome-text h2 {
        font-size: 36px;
    }

    .welcome-text p{
        padding-top: 15px;
        font-size: 23px;
    }

    .welcome-text .btn{
        margin-top: 30px;
    }

    .color-box{
        padding: 40px;
    }

    .color-box p{
        font-size: 28px;
    }

    .timeline &gt; li{
        margin: 0 30px 130px 30px;
    }

    .plus-list li a{
        font-size: 27px;
    }

    .icon-title{
        font-size: 38px;
    }

    .has-two-triangle:before,
    .has-two-triangle:after{
        border-width: 350px;
    }

    .content-block {
        padding: 30px 0;
    }

    .partners{
        padding-bottom: 90px;
    }

    .vertical-header header h4{
        margin-top: -100px;
    }

    .clients header h4 {
        margin-top: -140px;
    }

    .content-block h1 {
        padding-bottom: 20px;
    }

    .main-nav li{
        padding: 0 15px;
    }

    .main-nav li:last-child {
        padding: 0 0 0 15px;
    }

    .label-left input{
        width: 100%;
    }

    .label-left .col{
        padding: 10px 0 10px 20px;
    }

    .label-left .col:first-child{
        padding-left: 0;
    }

    .our-services{
        margin-top: 80px;
    }

    .title-step-box h1{
        font-size: 65px;
		color:#0a74aa;
    }

    .text-content{
        padding: 0 70px;
    }

    .step-text-slider {
        padding: 40px 0;
    }

    .step-text-slider .item header h2{
        font-size: 32px;
    }

    .circle-list.left-50 {
        padding-left: 30px;
    }

    .circle-list li,
    .dots-circle-list &gt; li span{
        padding: 10px 0 10px 30px;
    }

    .icon-box span {
        font-size: 25px;
    }

    .popup-content{
        padding: 60px;
    }

    .img-box-popup{
        margin-left: -60px;
    }

    .popup-content h4{
        padding: 10px 0;
    }

    .has-bottom-triangle:after{
        content: none;
    }

    .col-12:nth-child(4) .tooltip-box{
        left: auto;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        right: 0;
    }

    .col-12:nth-child(5) .tooltip-box{
        left: auto;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .text header{
        padding: 30px 0 0 0;
    }
}


/* Medium devices (tablets, less than 62em) */
@media (max-width: 61.9em){

    /*body::before{
        content: "Medium devices (tablets, less than 62em)";
        display: block;
        text-align: center;
        background: rgba(50,150,0, 0.5);
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        color: white;
        z-index: 10000;
        font-size: 12px;
    }*/

    h1{
        font-size: 70px;
    }

    h2{
        padding-bottom: 10px;
    }

    h4 {
        font-size: 22px;
    }

    p{
        font-size: 18px;
    }

    .small-center-section {
        padding: 0 50px;
    }

    .col-33{
        width: 50%;
    }

    .col-25,
    .col-12{
        width: 33.3%;
    }

    .our-services .col-12:nth-child(3):after,
    .our-services .col-12:nth-child(4):before,
    .our-services .col-12:nth-child(6):after,
    .our-services .col-12:nth-child(7):before{
        content: none;
    }

    .our-services .col-12:nth-child(4):after,
    .our-services .col-12:nth-child(5):before{
        content: '';
    }

    .label-left .col:nth-child(3){
        padding-left: 0;
    }

    .has-two-triangle:before,
    .has-two-triangle:after{
        border-width: 300px;
    }

    .main-nav li{
        padding: 0 15px;
    }

    .dropdown-content{
      display: none;
    }

    .welcome{
        padding: 40px 0 0 0;
    }
    .welcome-text{
      width: 80%;
    }

    .welcome-text h1{
      font-size: 80px;
      line-height: 1;
      margin-bottom: 20px;
    }

    .welcome-text h2{
        font-size: 34px;
    }

    .welcome-text p{
        padding-top: 10px;
        font-size: 22px;
    }

    .welcome-text .btn {
        margin-top: 25px;
    }

    .scroll-down-align{
        padding-top: 60px;
    }

    .color-box{
        padding: 30px;
        font-size: 25px;
        height: 260px;
    }

    .color-box p {
        font-size: 26px;
    }

    .color-box .btn{
        margin-top: 20px;
    }
    .homepage-bullet{
      width: 50%;
    }
    .timeline &gt; li {
        margin: 0px 0px 20px 0px;
        padding: 30px 20px 30px 20px;
    }

    .timeline &gt; li:after{
        margin-top: -30px;
    }

    .timeline-step{
        padding: 0 20px;
    }

    .timeline-step h4{
        font-size: 20px;
    }

    .timeline-text-box{
      margin-left: 0;
    }

    .timeline-text-box .btn {
        margin-top: 30px;
    }
    .timeline-icon-box{
      padding: 0;
    }

    .plus-list li a {
        font-size: 20px;
        padding: 5px 0 5px 35px;
    }

    .step .plus-list li a{
        font-size: 20px;
    }

    .timeline-step-circle .number-step{
        font-size: 28px;
        padding-top: 16px;
    }

    .timeline-step-circle small{
        font-size: 24px;
    }

    .vertical-header .wrapper{
        padding-left: 110px;
    }

    .vertical-header header h4{
        padding: 40px 0;
    }

    .content-block {
        padding: 60px 0;
    }

    .vertical-header header h4{
        margin-top: -80px;
    }

    .clients header h4{
        margin-top: -120px;
    }

    .icon-title {
        font-size: 30px;
        padding-top: 0;
    }

    .big-header p {
        font-size: 23px;
    }

    .our-services {
        margin-top: 60px;
    }

    .contact form{
        padding-top: 30px;
    }

    .contact-us-form .col{
        padding-top: 30px;
    }

    .tabs &gt; header,
    .bgr-grey header a{
        padding: 30px 20px;
    }

    .bgr-grey header{
        padding: 0;
    }

    .price-table{
        padding: 30px 50px;
    }

    .our-services .grid{
        padding: 30px 0 40px 0;
    }

    .services-icon,
    .step-icon{
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    .icon-box span{
        font-size: 24px;
    }

    .step-section{
        margin: 50px 0;
    }

    .step-section header{
        padding-bottom: 10px;
    }

    .title-step-box h1{
        font-size: 50px;
    }

    .title-step-box{
        padding-left: 20px;
    }

    .text-content{
        padding: 0 40px;
    }

    .step-text-slider h3{
        font-size: 26px;
        padding: 20px 0;
    }

    .icon-list li figcaption{
        padding-top: 20px;
    }

    .step-text-slider .item .btn-nav{
        padding-top: 20px;
    }

    .step-section .wrapper{
            padding: 30px 20px 60px 20px;
    }

    .step.grid{
        padding-left: 0;
    }

    .step .plus-list{
        padding-top: 10px;
    }

    .circle-list.left-50{
        padding-left: 20px;
    }

    .icon-list{
        margin: 0px;
    }

    .icon-list li{
        padding: 40px 20px;
    }

    .tabs input[type="submit"].btn{
        margin-top: 30px;
    }

    .error-box {
        padding-top: 30px;
    }

    .step-icon-box span{
        padding-top: 15px;
    }

    .popup-content{
        padding: 40px;
    }

    .img-box-popup{
        margin-left: -40px;
    }

    .popup-content h3{
        padding-bottom: 10px;
    }

    .close-popup-btn{
        top: 10px;
        right: 10px;
    }

    .col-12:nth-child(4) .tooltip-box{
        left: 0;
        right: auto;
    }

    .col-12:nth-child(5) .tooltip-box{
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .col-12:nth-child(6) .tooltip-box,
    .col-12:nth-child(3) .tooltip-box{
        left: auto;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        right: 0;
    }

    .our-services .services-icon:before{
        bottom: 107%;
    }

    .cookie-message{
        padding: 20px 0;
    }

    .text-cookie{
        float: none;
        width: 100%;
        text-align: center;
    }

    .cookie-message .btn{
        float: none;
        max-width: 100%;
        display: block;
        margin: 20px auto 0 auto;
    }
}

/* Special breakpoint for the homepage bullet elements */
/* @media and (max-width: 40em){
  .homepage-bullet{
    width: 100%;
  }
} */


/* Small devices (landscape phones, less than 48em) */
@media (max-width: 47.9em){

    /*body::before{
        content: "Small devices (landscape phones, less than 48em)";
        display: block;
        text-align: center;
        background: rgba(150,150,0, 0.5);
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        color: white;
        z-index: 10000;
    }*/

    h1 {
        font-size: 60px;
    }

    h2 {
        font-size: 22px;
    }

    h4 {
        font-size: 20px;
    }

    .wrapper{
        margin: 0 10px;
    }

    .btn{
        padding: 16px 50px;
    }

    .btn.big-btn {
        min-width: 200px;
    }

    .active-scroll-top .scroll-top-arrow{
        display: block;
    }

    .main-header{
        position: inherit;
        height: auto;
    }

    .content-block {
        padding: 30px 0;
    }

    .content-block h1 {
        font-size: 40px;
        padding-bottom: 0;
    }

    .has-two-triangle:before,
    .has-two-triangle:after{
        border-width: 250px;
    }

    .small-center-section{
        padding: 0;
    }

    .vertical-header header h4{
        margin-top: -60px;
    }

    .clients.vertical-header header h4{
        margin-top: -80px;
    }

    .input{
        margin-top: 15px;
    }

    .col-33,
    .col-50{
        width: 100%;
    }

    .col-25{
        width: 50%;
    }

    .icon-list li{
        padding: 10px 40px;
    }

    .partners .col{
        padding: 20px 10px;
    }

    .partners .grid{
        padding: 0 0 30px 0;
    }

    .big-header p{
        font-size: 18px;
    }

    .label-left .col{
        padding-left: 0;
    }

    .logo{
        display: contents;
        margin: 0 auto;
        text-align: center;
    }

    .main-nav{
        margin: 0 auto;
        width: 100%;
        text-align: center;
        padding-top: 10px;
    }

    .main-nav li {
        padding: 0 10px;
    }

    .main-nav li a{
        padding: 5px 0;
        font-size: 15px;
    }

    .dropdown-content{
      display: none;
    }

    .scroll-down-align{
        float: none;
    }

    .scroll-down-align,
    .color-box{
        width: 100%
    }

    .scroll-down-align{
        text-align: center;
        padding: 20px 0;
    }

    .top-80{
        margin-top: 0;
    }

    .welcome{
        padding: 50px 0 50px 0;
        margin: 0px 0 10px 0;
        background-position: top right;
    }

    .welcome-text{
        width: 90%;
    }

    .welcome-text h1{
        font-size: 60px;
        line-height: 1;
        margin-bottom: 20px;
        margin-left: 5px;
    }

    .welcome-text h2{
        font-size: 30px;
    }

    .welcome-text p{
        font-size: 22px;
        line-height: 1.3;
        padding: 0 55px 0 5px;
    }

    .welcome-text .btn{
        margin-top: 20px;
    }

    .color-box{
        /* padding: 20px; */
        display: none !important;
    }

    .homepage-bullet{
      width: 90%
    }
    .color-box p{
        font-size: 25px;
    }

    .timeline {
        padding: 10px 0;
    }

    .timeline &gt; li{
        padding:0 10% 10% 5%;
        margin: 0 0 10px 0;
    }

    .timeline &gt; li:nth-child(odd) &gt; .timeline-text-box {
    margin-right: 0%;
    margin-left: 10%;
  }

    .timeline &gt; li:after,
    .timeline &gt; li:before{
        content: none;
    }

    .timeline-icon-box {
        padding: 0px;
    }

    .timeline-icon-box,
    .timeline-text-box{
        clear: both;
        float: none;
        width: 100%;
        margin: 0;
    }

    .timeline-step{
        display: none;
        /* padding: 0; */
        /* left: 0; */
        /* -webkit-transform: translateX(0); */
        /* transform: translateX(0); */
        /* width: 23%; */
        /* height: 100%; */
        /* min-width: 70px; */
    }

    .timeline-step:before,
    .timeline-step:after{
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        z-index: -1;
    }

    li:last-child .timeline-step:before,
    li:last-child .timeline-step:after{
        content: none;
    }

    .timeline-step:before{
        width: 1px;
        height: 100%;
        background-color: #000;

    }

    .timeline-step:after{
        background: url('../images/sprite.svg') no-repeat 0 -36px;
        width: 36px;
        height: 110px;
        top: 100%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        margin-left: 1px;
        margin-top: -80px;
    }

    .timeline-step-circle small{
        display: none;
    }

    .timeline-step-circle .number-step{
        display: block;
        font-size: 27px;
        padding-top: 17px;
    }

    .timeline-step-circle span{
        width: 60px;
        height: 60px;
    }

    .timeline-text-box .btn{
        margin-top: 20px;
    }

    .timeline-step h4{
        font-size: 19px;
    }

    .timeline-step-circle {
        padding: 15px 0 20px 0;
    }

    .step-icon{
        padding: 10px;
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        max-height: 280px;
    }

    .plus-list{
        padding-top: 20px;
    }

    .plus-list li a{
        font: lighter 20px/1.2 'PT Sans', sans-serif;
    }

    .icon-title{
        font-size: 30px;
        padding-top: 0;
    }
    .text-divider{
      height: 20px !important;
    }
    .text-divider span{
      font-size: 25px !important;
      padding: 0 10px !important;
    }

    .vertical-header .wrapper{
        padding-left: 70px;
    }

    .vertical-header header h4{
        padding: 20px 0;
    }

    .footer-nav{
        text-align: center;
    }

    .our-services {
        margin-top: 30px;
    }

    .tabs &gt; header h4, .tabs &gt; header a{
        font-size: 20px;
    }

    .price-table th{
        font-size: 18px;
    }

    .tabs span {
        font-size: 17px;
    }

    .checkbox, .radio{
        font-size: 20px;
    }

    .price-table{
        padding: 10px 30px;
    }

    .checkbox,
    .radio,
    .price-table td strong{
        font-size: 16px;
    }

    .price-table .total-price{
        font-size: 22px;
    }

    .tabs .total-price span{
        font-size: 30px;
    }

    .checkbox var small, .radio var small{
        font-size: 14px;
    }

    .price-table table{
        table-layout: auto;
    }

    .price-table td{
        padding: 20px 0;
    }

    .price-table tr td:last-child{
        min-width: 100px;
    }

    .tabs span {
        font-size: 15px;
    }

    .checkbox var, .radio var{
        padding: 0 0 0 25px;
    }

    .title-step-box h1{
        font-size: 42px;
    }

    .step.grid .col{
        padding: 20px 0;
    }

    .step-section .wrapper{
        padding: 30px 20px;
    }

    .step .plus-list li a{
        font-size: 18px;
    }

    .step-section header{
        padding-bottom: 0;
    }

    .text-content{
        padding: 0;
		width:100%;
    }

    .step-text-slider .item header h2 {
        font-size: 36px;
        line-height: 1.2;
        padding: 5px;
        text-align: center;
    }

    .input-label{
        font-size: 21px;
    }

    .price-table tfoot tr:first-child td {
        padding: 30px 0 20px 0;
    }

    .bottom-footer{
        padding: 15px 0;
    }

    .bottom-footer .fr,
    .bottom-footer .fl{
        text-align: center;
        display: block;
        float: none;
    }

    .bottom-footer .fr{
        padding-top: 5px;
    }

    .label-left label{
        font-size: 18px;
    }

    .label-left input{
        height: 40px;
    }

    .label-left {
        padding: 20px;
    }

    .img-box-popup{
        margin-left: 0;
        float: none;
        display: block;
        padding: 10px 0;
    }

    .clients-slider figcaption{
        padding: 0 80px 0 0;
    }

    .popup-content{
        padding: 30px 20px;
    }

    .popup-content h3{
        font-size: 20px;
    }

    .popup-content h4{
        font-size: 19px;
        padding: 5px 0;
    }

    .popup-content p {
        font-size: 17px;
        line-height: 1.4;
    }

    /*.col-12:nth-child(6) .tooltip-box,
    .tooltip-box{
        right: auto;
        left: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }*/

    div.wrapper &gt; div:nth-child(4){
      margin-bottom: 60px;
    }
}

/* Extra small devices (portrait phones, less than 34em) */
@media (max-width: 33.9em){

    /*body::before{
        content: "Extra small devices (portrait phones, less than 34em)";
        display: block;
        text-align: center;
        background: rgba(15,15,15, 0.5);
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        color: white;
        z-index: 10000;
    }*/

    h1{
        font-size: 50px;
    }

    h2{
        font-size: 36px;
        padding-bottom: 20;
    }

    p {
        font-size: 20px;
        line-height: 1.4;
    }
    strong{
      font-size: 20px;
    }

    .col-25{
        width: 100%;
    }

    .col-12{
        width: 50%;
    }

    .btn{
        padding: 13px 10px;
        min-width: 120px;
    }
    .timeline-text-box .btn{
      margin-left: 10px;
    }

    .color-box p {
        font-size: 23px;
        line-height: 1.3;
    }
    .color-box img{
        display: none !important;
    }


    .has-two-triangle:before,
    .has-two-triangle:after{
        border-width: 200px;
    }

    .our-services .col:nth-child(odd):before,
    .our-services .col:nth-child(even):after{
        content: none;
    }

    .our-services .col:nth-child(odd):after,
    .our-services .col:nth-child(even):before{
        content: '';
    }
    .welcome{
      margin-bottom: 20px;
    }
    .welcome-text h1{
        font-size: 40px;
        line-height: 1;
        margin-left: 0;
        padding-bottom: 20px;
    }

    .welcome-text h2{
        font-size: 22px;
        padding: 5px 0 10px 0;
    }

    .icon-title{
        font-size: 25px;
    }

    .timeline-step-circle{
        padding: 0 0 20px 0;
    }

    .our-services .grid{
        padding: 20px 0 30px 0;
    }

    .price-table{
        padding: 10px;
    }

    .timeline-step-circle span{
        width: 60px;
        height: 60px;
    }

    .timeline-step-circle .number-step{
        font-size: 22px;
        padding-top: 18px;
    }

    .icon-box span{
        font-size: 22px;
    }

    .icon-list{
        margin: 0;
    }

    .icon-list li{
        padding: 10px 0;
    }

    .step-icon-box,
    .title-step-box{
        width: 100%;
        display: block;
        text-align: center;
        padding: 0;
    }

    .title-step-box h1{
        font-size: 40px;
        line-height: 1.2;
    }

    .timeline-step h4{
        display: none;
    }

    .plus-list li a{
        font-size: 20px;
    }

    .popup-content h4{
        font-size: 18px;
        padding: 0;
        padding: 0 0 10px 0;
    }

    .clients-slider figcaption{
        padding: 0 50px 0 0;
    }

    .col-12 .tooltip-box,
    .col-12:nth-child(3) .tooltip-box,
    .col-12:nth-child(5) .tooltip-box{
        left: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .col-12:nth-child(2n) .tooltip-box{
        left: auto;
        right: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .icon-list li figcaption, .icon-list &gt; li:nth-child(even) figcaption{
      padding: 0 20px 10px 20px;
    }
    .icon-list figure img, .icon-list &gt; li:nth-child(even) figure img{
      display: block;
      float: none;
      margin: 0 auto;
      padding-bottom: 40px;
    }
}

/* ADDED CSS FOR NEW FUNCTIONALITY AND LAYOUT CHANGES | SEPT 2018 | G.D. */


.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown .dropbtn {
    font-size: 16px;
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
    background-color: red;
}

.dropdown-content {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    background-color: #fff;
    min-width: 160px;
    max-width: 440px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    transition: visibility 0s, opacity 0.2s linear;
    border-top-color: #ccc;
    border-top-width: 1px;
    border-top-style: solid;
}

.dropdown-content a {
    float: none !important;
    color: black !important;
    padding: 20px 25px !important;
    text-decoration: none !important;
    display: block !important;
    text-align: left !important;
    font-weight: normal!important;
}

.dropdown-content a:hover {
    background-color: #eee;
    color: #0a74aa !important;
}
.dropdown:hover .dropdown-content {
    visibility: visible ;
    position: fixed;
    opacity: 1;
    z-index: 100;
}
#rethink{
    background-color: #fff;
}
#about-us{
  background-color: #f4f6f7;
  padding: 50px 0 30px 0;
}
#customer_story{
  background-color: #fff;
  padding: 50px 0 30px 0;
}
#contact-us{
  background-color: #fff !important;
}
.text-divider{
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #000;
    margin-top: 65px;
}
.text-divider span{
    font-size: 40px;
    padding: 0 60px;
    background-color: #fff;
}


/* scroll down */

#section07 a {
  padding-top: 80px;
}
#section07 a span {
  position: absolute;
  bottom: 70px;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb07 2s infinite;
  animation: sdb07 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}
#section07 a span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
#section07 a span:nth-of-type(2) {
  bottom: 55px;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}
#section07 a span:nth-of-type(3) {
  bottom: 40px;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}

@-webkit-keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb07 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}







/*-- footer navigation new --*/
.main-nav-sub{
    float: right;
    display: block;
    font-size: 0;
}

.main-nav-sub li{
    display: inline-block;
    vertical-align: top;
    padding: 0 25px;
}

.main-nav-sub li:last-child{
    padding: 0 0 0 25px;
}

.main-nav-sub li a{
    display: block;
    padding: 8px 0;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    -webkit-transition: color 400ms ease;
    transition: color 400ms ease;
}

.main-nav-sub li a.small:link{
    display: block;
    padding: 8px 0;
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
    color: #000;
    -webkit-transition: color 400ms ease;
    transition: color 400ms ease;
}


.no-touch .main-nav-sub li a:hover,
.main-nav-sub li a.active{
    color: #000;
}

.main-nav-sub .linked-in a{
    display: block;
    background: #005b73 url('../images/sprite.png') no-repeat 0 0;
    width: 36px;
    height: 36px;
    padding: 0;
    text-indent: -9999px;
    -webkit-transition: background-color 400ms ease;
    transition: background-color 400ms ease;
}

.no-touch .main-nav-sub .linked-in a:hover{
    background-color: #0192d6;
}



/*-- logo-bottom --*/
.logo-bottom{
    float: left;
    line-height: 0;
    font-size: 0;

    -webkit-transform: scale(1);
    transform: scale(1);

    -webkit-transition: transform 300ms ease;
    transition: transform 300ms ease;
}

.fix-header .logo-bottom{
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.logo-bottom a{
    display: block;
}


/*-- service pages 2019 --*/
.service-form{
    padding: 2em;
}

.expansion-group{
    margin-top: 10px;
    border-top: 1px solid #eee;
    padding: 15px;
    display: none;
}
</pre></body></html>