/*************************************************************
    Author     : Adrian Rusnac International @ http://armedia.io
*************************************************************/
@font-face {
    font-family: 'Avenir';
    src: url("../fonts/AvenirLTStd-BookOblique.woff2") format("woff2"), url("../fonts/AvenirLTStd-BookOblique.woff") format("woff");
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Avenir';
    src: url("../fonts/AvenirLTStd-Light.woff2") format("woff2"), url("../fonts/AvenirLTStd-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir';
    src: url("../fonts/AvenirLTStd-Book.woff2") format("woff2"), url("../fonts/AvenirLTStd-Book.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir';
    src: url("../fonts/AvenirLTStd-Heavy.woff2") format("woff2"), url("../fonts/AvenirLTStd-Heavy.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir';
    src: url("../fonts/AvenirLTStd-Medium.woff2") format("woff2"), url("../fonts/AvenirLTStd-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir';
    src: url("../fonts/AvenirLTStd-HeavyOblique.woff2") format("woff2"), url("../fonts/AvenirLTStd-HeavyOblique.woff") format("woff");
    font-weight: 700;
    font-style: italic;
}

body {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    background: #ffffff;
    color: #25244F;
}

html, body {
    height: 100%;
}

h1 {
    font-size: 4.4em;
}

h2 {
    font-size: 3.6em;
}

h3 {
    font-size: 2.6em;
}

h4 {
    font-size: 2.2em;
}

h5 {
    font-size: 1.8em;
}

h6 {
    font-size: 1.4em;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

p {
    line-height: 1.84;
}

a {
    color: #11111a;
}

a:hover,
a:active {
    color: #A2A2A2;
    text-decoration: none;
}

a:focus {
    outline: 0;
    text-decoration: none;
}

/*** Typography ***/
.text-semibold {
    font-weight: 600;
}

.text-bold {
    font-weight: 700;
}

.text-extrabold {
    font-weight: 900;
}

.text-underline {
    display: inline-block;
    border-bottom: 2px solid;
    padding-bottom: 2px;
}

.text-light {
    font-weight: 300;
}

.text-regular {
    font-weight: normal;
}

.heading1 {
    font-size: 4.8em;
}

.heading2 {
    font-size: 3.9em;

    line-height: 1.2;
}

.heading3 {
    font-size: 3em;
}

.heading4 {
    font-size: 2.4em;
}

.heading-xxl {
    font-size: 5.4em;
}

.sub1 {
    font-size: 2em;
}

.sub2 {
    font-size: 1.8em;
}

.sub3 {
    font-size: 1.4em;
}

.sub4 {
    font-size: 1.2em;
}

.m-0 {
    margin: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mt-200 {
    margin-top: 200px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.pt-20 {
    padding-top: 20px !important;
}

.pt-25 {
    padding-top: 25px !important;
}

.pt-50 {
    padding-top: 50px !important;
}

.pt-100 {
    padding-top: 100px !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-25 {
    padding-bottom: 25px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.text-big {
    font-size: 1.125em;
}

.text-big-xl {
    font-size: 1.275em;
}

.text-small {
    font-size: 0.875em;
}

.clr-primary {
    color: #25244F;
}

.clr-secondary {
    color: #154fa5;
}

.clr-gray {
    color: #9595a1;
}

.clr-white {
    color: #fff !important;
}

.clr-fade {
    opacity: 0.6;
}

/*** Typography End ***/
/*** Header Start ***/
.navbar {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    margin: 0;
    z-index: 1051;
}

.navbar a {
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    color: #ffffff;
}

.navbar .btn {
    color: #fff;
}

.navbar-trans {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.navbar-scrolled {
    position: fixed;
    padding: 0;
    background: #93edc7;
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #93edc7), color-stop(75%, #1ccad6), color-stop(100%, #1ccad6));
    background: -webkit-linear-gradient(-45deg, #93edc7 0%, #1ccad6 75%, #1ccad6 100%);
    background: -webkit-linear-gradient(315deg, #93edc7 0%, #1ccad6 75%, #1ccad6 100%);
    background: linear-gradient(135deg, #93edc7 0%, #1ccad6 75%, #1ccad6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#93edc7', endColorstr='#1ccad6', GradientType=1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}

.navbar-scrolled .navbar-brand {
    padding-top: 5px;
    padding-bottom: 5px;
}

.navbar-brand {
    height: auto;
}

.navbar-brand img {
    height: 50px;
}

.navbar-nav > li > a {
    font-weight: 500;
}

.navbar-nav > li > a:hover {
    background-color: transparent;
}

.navbar-nav > li > a:focus {
    background-color: transparent;
}

/*** Header End ***/
/*** Hero Start ***/
.hero {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 100px 0;
}

#home {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100vh;
    background: #93edc7;
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #93edc7), color-stop(75%, #1ccad6), color-stop(100%, #1ccad6));
    background: -webkit-linear-gradient(-45deg, #93edc7 0%, #1ccad6 75%, #1ccad6 100%);
    background: -webkit-linear-gradient(315deg, #93edc7 0%, #1ccad6 75%, #1ccad6 100%);
    background: linear-gradient(135deg, #93edc7 0%, #1ccad6 75%, #1ccad6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#93edc7', endColorstr='#1ccad6', GradientType=1);
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    color: #ffffff;
}

.hero .container {
    position: relative;
    z-index: 10;
}

#contact {
    padding: 50px 0 30px;
}

#clients {
    background-color: #1CCAD6;
    background-image: url("../img/bg-clients.jpg");
    height: 100vh;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    color: #fff;
}

.wave {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100vh;
    pointer-events: none;
    background-size: 100vw auto;
    background-repeat: no-repeat;
    background-position: left bottom;
    z-index: 2;
}

.wave1 {
    background-image: url("../img/wave1.svg");
}

.wave2 {
    background-image: url("../img/wave2.svg");
}

.stripes {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100vh;
    pointer-events: none;
    background-size: auto 100vh;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-image: url("../img/stripes.svg");
    opacity: 0.3;
    z-index: 2;
}

*:focus {
    outline: 0 !important;
}

/*** Hero End ***/
/*** Main Start ***/
.squares {
    text-align: center;
}

.square {
    position: relative;
    display: inline-block;
    width: 16%;
    padding-bottom: 16%;
    margin: 0 3.75%;
    color: #fff;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    opacity: 0;
}

.square > div {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    font-weight: 700;
    font-size: 1.25em;
    z-index: 2;
}

.square:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    box-shadow: 10px 10px 24px rgba(0, 0, 0, 0.06);
    border: 1px solid transparent;
    border-radius: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.square > div img {
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.loaded .square {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-transition: opacity .7s ease, -webkit-transform .7s ease;
    transition: opacity .7s ease, -webkit-transform .7s ease;
    transition: opacity .7s ease, transform .7s ease;
    transition: opacity .7s ease, transform .7s ease, -webkit-transform .7s ease;
}

.squares-row:not(:first-child) {
    margin-top: -3%;
}

.animated {
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
}

.fade-in-up {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}

.fade-in-up.loaded {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

.partners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.partners > a {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 20%;
    padding: 15px;
}

.partners > a img {
    max-width: 100%;
    max-height: 40px;
}

.tooltip {
    pointer-events: none;
}

.tooltip-inner {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}

.tooltip.in .tooltip-inner {
    -webkit-transform: none;
    transform: none;
}

.tooltip.in {
    opacity: 1;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #fff;
    display: none;
}

.tooltip-inner {
    font-family: "Poppins", sans-serif;
    font-size: 1.175em;
    background-color: #fff;
    color: #9595a1;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    border-radius: 60px;
    padding: 6px 14px;
}

.contact-block {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    display: inline-block;
    padding: 0 15px 0;
}

.contact-block h6 {
    font-size: 1.5em;
    text-align: left;
    margin-bottom: -15px;
    line-height: 1.6;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #1CCAD6;
    padding: 0 10px;
}

.contact-block ul {
    text-align: left;
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-block li {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1em;
    font-weight: 400;
    padding: 15px 10px;
}

.contact-block li:hover {
    color: #fff;
}

.contact-block li + li {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.contact-block a:hover {
    text-decoration: underline;
}

.contact-block h6 a {
    color: #154fa5;
}

.bg-blend hr {
    border-color: rgba(255, 255, 255, 0.1);
    margin: 30px auto;
}

.trail-effect [class*=char] {
    display: inline-block;
    -webkit-transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1200ms cubic-bezier(0.19, 1, 0.22, 1);
}

.trail-effect:hover [class*=char] {
    -webkit-transform: rotateX(360deg);
    transform: rotateX(360deg);
}

.animated.lettering > span {
    display: inline-block;
    overflow: hidden;
    padding-bottom: 5px;
}

.animated.lettering-fade-in-up [class*=char] {
    display: inline-block;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
    -webkit-transition: all 900ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 900ms cubic-bezier(0.19, 1, 0.22, 1);
}

.loaded.lettering-fade-in-up [class*=char] {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}

.form-horizontal {
    text-shadow: none;
}

.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}

.form-control {
    box-shadow: none;
    height: 54px;
    border: 0;
    color: #25244F;
    padding-top: 24px;
    padding-left: 15px;
}

.form-control:focus {
    box-shadow: 0 0 0 3px #154fa5;
}

.form-group {
    position: relative;
}

label {
    position: absolute;
    margin: 0;
    top: 16px;
    left: 15px;
    font-weight: 400;
    color: #8d8d95;
}

.is-focus label {
    top: 7px;
    color: #8d8d95;
    font-weight: 500;
    font-size: 0.75em;
}

.form-login {
    max-width: 400px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/*** Main End ***/
/*** Buttons Start ***/
.navbar .btn {
    padding: 8px 24px;
    border-radius: 60px;
    font-weight: 500;
}

.btn {
    padding: 8px 24px;
    border-radius: 60px;
    font-weight: 500;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
}

.btn-lg {
    font-size: 1.175em;
    padding: 12px 42px;
}

.btn-secondary, .btn-secondary:focus {
    border: 0;
    background-color: #154fa5;
    color: #fff;
}

.btn-secondary:hover, .btn-secondary:active:focus {
    border: 0;
    background-color: #1537a5 !important;
    color: #fff !important;
}

/*** Buttons End ***/
/*** Misc Start ***/
.container {
    max-width: 1170px;
    width: 100%;
}

.container-fluid {
    width: 100%;
}

.front {
    z-index: 4;
}

.page-content {
    padding: 100px 0;
}

.page-content-sm {
    padding: 75px 0;
}

.overflow-h {
    overflow: hidden;
}

.relative {
    position: relative;
}

.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.valign > div {
    float: none;
}

.valign {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap !important;
}

.valign:before,
.valign:after {
    width: 0;
}

.vh-100 {
    min-height: 100vh;
    height: 100vh;
}

.vh-75 {
    min-height: 75vh;
    height: 75vh;
}

.vh-50 {
    min-height: 50vh;
    height: 50vh;
}

.vh-25 {
    min-height: 25vh;
    height: 25vh;
}

div[class].vh-100,
div[class].vh-75,
div[class].vh-50,
div[class].vh-25 {
    height: auto;
}

section[class].vh-100,
section[class].vh-75,
section[class].vh-50,
section[class].vh-25 {
    height: auto;
}

.bg-blend {
    background: #1ccad6;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #1ccad6), color-stop(25%, #1ccad6), color-stop(100%, #1ea3d4));
    background: -webkit-linear-gradient(top, #1ccad6 0%, #1ccad6 25%, #1ea3d4 100%);
    background: linear-gradient(to bottom, #1ccad6 0%, #1ccad6 25%, #1ea3d4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1ccad6', endColorstr='#1ea3d4', GradientType=0);
    color: #fff;
}

.bg-blend a {
    color: #154fa5;
}

.bg-light {
    background: #f9f9fb;
}

/*** Misc End ***/
/*** Footer Start ***/
.copyright {
    font-size: 0.875em;
    margin: 0;
}

.footer-social {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-social li {
    display: inline-block;
    margin: 0 2px;
}

.footer-social a {
    display: block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.04);
    text-align: center;
    color: rgba(255, 255, 255, 0.4);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.footer-social a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}

/*** Footer End ***/

/*** New Additions Start ***/

.subheading {
    margin-bottom: 30px;

    font-weight: 700;
    font-size: 2.5em;
}

.subheading + p {
    font-size: 1.125em;
    margin-bottom: 15px;
}

.process {
    counter-reset: process;

    font-size: 1.125em;
}

.process-block {
    counter-increment: process;
    position: relative;

    padding-left: 50px;
    padding-bottom: 20px;
    padding-top: 7px;
}

.process-block:before {
    content: counter(process);
    position: absolute;
    left: 0;
    top: 0;

    height: 30px;
    width: 30px;
    line-height: 30px;

    background-color: #154fa5;
    color: white;
    text-align: center;

    border-radius: 50%;

    z-index: 2;
}

.process-block:not(:last-child):after {
    content: "";
    position: absolute;
    left: 15px;
    top: 15px;

    height: 100%;
    width: 1px;

    background-color: rgba(21, 79, 165, 0.1);
}

.process-block h5 {
    font-size: 1.25em;
    font-weight: 500;

    margin-bottom: 5px;
}

.process-block p {
    color: rgba(37, 36, 79, 0.5);
}

.process-block ul {
    margin: 0;
    color: rgba(37, 36, 79, 0.5);
}

.process-block ul li + li {
    margin-top: 6px;
}

.our-experience p {
    font-weight: 500;
    font-size: 1.125em;
}

.our-experience ol {
    color: rgba(37, 36, 79, 0.5);

    padding-left: 25px;
    font-size: 1.125em;
}

.our-experience ol li + li {
    margin-top: 6px;
}

.subtext {
    margin-top: 50px;

    font-size: 1.25em;
}

.subtext a {
    text-decoration: underline;
    color: #154fa5;
}

.custom-modal {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;

    overflow: auto;

    z-index: 2018;

    background-color: rgba(0, 0, 0, 0.85);
    color: white;

    display: none;
    opacity: 0;

    transition: all .4s ease;
}

.custom-modal-table {
    width: 100%;
    height: 100%;
    table-layout: fixed;
    display: table;
}

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

.custom-modal-content {
    max-width: 800px;
    width: 100%;

    margin: 50px auto;
}

.custom-modal-open {
    opacity: 1;
}

/*** New Additions End ***/