/************************ Reset ***********************/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body,
html {
    height: 100%;
    font-family: "Lato-Regular";
}

video {
    max-width: 100%;
    height: auto;
}

a {
    -webkit-text-decoration: none;
    -moz-text-decoration: none;
    -ms-text-decoration: none;
    -o-text-decoration: none;
    text-decoration: none;
}

object {
    pointer-events: none;
}

li {
    -webkit-list-style-type: none;
    -moz-list-style-type: none;
    -ms-list-style-type: none;
    -o-list-style-type: none;
    list-style-type: none;
}

img {
    max-width: 100%;
    height: auto;
}

.banner-video {
    width: 80%;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.video-wrap {
    position: relative;
}

.video-wrap video {
    position: absolute;
    top:0;
    left: 0;
}

.loop-video {
    display: none;
}

.page-banner h1 {
    text-align: center;
    color: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 50%;
    top: 27px;
    transform: translateX(-50%);
}

/************************ Helpers ***********************/
.border-red {
    border: 1px solid red;
}

.border-green {
    border: 1px solid green;
}

.border-blue {
    border: 1px solid blue;
}

/************************ Font Imports ***********************/
@font-face {
    font-family: 'Avenir-Bold';
    src: url('../fonts/Avenir-Bold.eot');
    src: url('../fonts/Avenir-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Avenir-Bold.woff2') format('woff2'),
        url('../fonts/Avenir-Bold.woff') format('woff'),
        url('../fonts/Avenir-Bold.ttf') format('truetype'),
        url('../fonts/Avenir-Bold.svg#Avenir-Bold') format('svg');
}

@font-face {
    font-family: 'Avenir-Demi';
    src: url('../fonts/Avenir-Demi.eot');
    src: url('../fonts/Avenir-Demi.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Avenir-Demi.woff2') format('woff2'),
        url('../fonts/Avenir-Demi.woff') format('woff'),
        url('../fonts/Avenir-Demi.ttf') format('truetype'),
        url('../fonts/Avenir-Demi.svg#Avenir-Bold') format('svg');
}

@font-face {
    font-family: 'Lato-Regular';
    src: url('../fonts/Lato-Regular.eot');
    src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lato-Regular.woff2') format('woff2'),
        url('../fonts/Lato-Regular.woff') format('woff'),
        url('../fonts/Lato-Regular.ttf') format('truetype'),
        url('../fonts/Lato-Regular.svg#Lato-Regular') format('svg');
}

@font-face {
    font-family: 'Lato-Bold';
    src: url('../fonts/Lato-Bold.eot');
    src: url('../fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lato-Bold.woff2') format('woff2'),
        url('../fonts/Lato-Bold.woff') format('woff'),
        url('../fonts/Lato-Bold.ttf') format('truetype'),
        url('../fonts/Lato-Bold.svg#Lato-Bold') format('svg');
}

/************************ Font Sizes & Colors***********************/
.f-45 {
    font-size: 45px;
}

.f-42 {
    font-size: 42px;
}

.f-30 {
    font-size: 30px;
}

.f-25 {
    font-size: 25px;
}

.f-20 {
    font-size: 20px;
}

.f-24 {
    font-size: 24px;
}

.f-18 {
    font-size: 18px;
}

.f-14 {
    font-size: 14px;
}

.f-010917 {
    color: #010917;
}

.f-f7931d {
    color: #f7931d;
}

.f-66b8d3 {
    color: #66b8d3;
}

.f-fff {
    color: #fff;
}

.f-000 {
    color: #000;
}

.f-02173f {
    color: #02173f;
}

.f-66b8d3 {
    color: #66b8d3;
}

.f-1e1e38 {
    color: #1e1e38;
	padding-top:10px;
}

.f-f15a2d {
    color: #f15a2d;
}

.f-2c0d08 {
    color: #2c0d08;
}

/************************ Backgrounds ***********************/
.b-fff {
    background: #fff;
}

.b-f7931d {
    background: #f7931d;
}

.b-02173f {
    background: #02173f;
}

.b-25264c {
    background: #25264c;
}

.b-1e1e38 {
    background: #1e1e38;
}

.b-66b8d3 {
    background: #66b8d3;
}

.b-fbfbfb {
    background: #fbfbfb;
}

.b-58acc8 {
    background: #58acc8;
}

.b-1a617e {
    background: #1a617e;
}

.b-beaf9a {
    background: #beaf9a;
}

.b-d7388a {
    background: #d7388a;
}

.b-a35d31 {
    background: #a35d31;
}

.b-d65031 {
    background: #d65031;
}

.b-6ea1be {
    background: #6ea1be;
}

/************************ JS Triggers ***********************/
.display {
    visibility: visible;
    opacity: 1;
}

.blur {
    filter: blur(2px);
}

.ip-active {
    top: -18px !important;
    font-size: 14px !important;
    color: #636363 !important;
}

.reveal-text {
    position: relative;
    animation: reveal 0.8s linear;
}

.reveal-content {
    position: relative;
    animation: reveal_content 0.8s linear;
}

.design-animate {
    position: relative;
    animation: design_animate 0.5s linear;
}

.develop-animate {
    position: relative;
    animation: develop_animate 1s linear;
    animation-delay: 0.5s;
}

.deploy-animate {
    position: relative;
    animation: deploy_animate 1.5s linear;
    animation-delay: 1s;
}

/************************ Main Rules ***********************/
section {
    padding-top: 100px;
}

header {
    height: 80px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10;
    transition: all 0.5s;
    background: #fff;
}

.container {
    width: 1170px;
    height: 100%;
    margin: 0 auto;
}

.f-container {
    width: 100%;
}

.txt-title {
    font-size: 50px;
    font-family: "Avenir";
    line-height: 67px;
    letter-spacing: 0.02em;
    opacity: 0;
    transition: all 1.2s;
}

.txt-content {
    font-size: 20px;
    font-family: "Lato-Regular";
    line-height: 28px;
    margin-top: -20px;
    opacity: 0;
}

.txt-content p:not(:first-child) {
    margin-top: 25px;
}

.btn {
    border: 1px solid white;
    margin-top: 20px;
    display: block;
    font-family: "Lato-Regular";
    font-size: 16px;
    width: 160px;
    height: 42px;
    text-align: center;
    padding: 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.btn-light {
    background-image: url(../img/strip-light.png);
    background-position: 55%;
    transition: all 0.7s;
    opacity: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.btn-light:hover {
    background-position: 4%;
    color: #010917;
}

.btn-dark {
    background-image: url(../img/strip-dark.png);
    background-position: 55%;
    transition: all 0.7s;
    opacity: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.btn-dark:hover {
    background-position: 4%;
    color: #010917;
}

.hidden-res {
    display: block;
}

.visible-res {
    display: none;
}

#fullpage>* {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
    transform: translateZ(0);
}

/***************************************

	HomePage Styles 

***************************************/
/************************ Top ***********************/
#section0 {
    background-image: -moz-radial-gradient(50% 50%, circle closest-side, rgb(17, 18, 53) 0%, rgb(28, 30, 71) 0%, rgb(13, 11, 15) 309%);
    background-image: -webkit-radial-gradient(50% 50%, circle closest-side, rgb(17, 18, 53) 0%, rgb(28, 30, 71) 0%, rgb(13, 11, 15) 309%);
    background-image: -ms-radial-gradient(50% 50%, circle closest-side, rgb(17, 18, 53) 0%, rgb(28, 30, 71) 0%, rgb(13, 11, 15) 309%);
    background-repeat: repeat;
    position: relative;
}

header .container {
    overflow: hidden;
    position: relative;
}

.logo-section {
    width: 30%;
    float: left;
    height: 100%;
    vertical-align: middle;
    position: relative;
}

.logo-section a {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 70px;
}

.fc-anchor {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    font-family: "Lato-Bold";
    font-size: 15px;
    letter-spacing: 0.1em;
    padding-right: 30px;
}

.fc-anchor img {
    margin-right: 10px;
    -webkit-animation: gear_rotate 2s linear infinite;
    -o-animation: gear_rotate 2s linear infinite;
    animation: gear_rotate 2s linear infinite;
}

.fc-anchor:hover span {
    -webkit-animation: bulb_blink 2s linear infinite;
    -o-animation: bulb_blink 2s linear infinite;
    animation: bulb_blink 2s linear infinite;
}

.nav-section {
    width: 30%;
    float: right;
    height: 100%;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
}

.hamburger-menu {
    height: 50px;
    cursor: pointer;
    right: 0;
    z-index: 10000;
}

.overlay {
    position: fixed;
    background: rgba(132, 200, 219, 1);
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .55s, visibility .55s, height .05s;
    overflow: hidden;
}

.overlay.open {
    opacity: 1;
    visibility: visible;
    height: 100%;
}

.overlay nav {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    width: 100%;
}

nav.overlay-menu .overlay-col {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
}

nav.overlay-menu .overlay-col .col-title {
    margin-bottom: 20px;
    color: white;
    font-family: "Lato-Regular", sans-serif;
}
nav.overlay-menu .overlay-col .col-title a {
    color: white;
    font-family: "Lato-Regular", sans-serif;
}

nav.overlay-menu .overlay-col ul li {
    margin-bottom: 10px;
}

nav.overlay-menu .overlay-col ul li a {
    color: #1e1e38;
    font-family: "Lato-Regular", sans-serif;
    font-size: 20px;
}

nav.overlay-menu .overlay-col .social-container a {
    margin-right: 10px;
}

nav.overlay-menu .overlay-col .social-container a:last-child {
    margin-right: 0px;
}

.bar,
.bar:after,
.bar:before {
    width: 35px;
    height: 3px;
}

.bar {
    position: relative;
    transform: translateY(25px);
    background: #010917;
    transition: all 0ms 300ms;
}

.bar.animate {
    background: rgba(255, 255, 255, 0);
}

.bar:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 10px;
    background: #010917;
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar:after {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    background: #010917;
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar.animate:after {
    top: 0;
    transform: rotate(45deg);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.bar.animate:before {
    bottom: 0;
    transform: rotate(-45deg);
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.banner-logo {
    width: 200px;
    margin: 0 auto;
    margin-top: 100px;
}

.banner-text {
    width: 74%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.banner-txt-title {
    font-size: 35px;
    font-family: "Avenir";
    line-height: 67px;
    letter-spacing: 0.02em;
    transition: all 1.2s;
}

.banner-txt-title span {
    opacity: 0;
    display: inline-block;
}

.banner-txt-content {
    margin-top: -25px;
    padding-top: 7px;
}

#section0 .container {
    height: auto;
}

g.digit path {
    fill: #54c278;
}

.banner-animation {
    position: absolute;
    bottom: 0;
    width: 70%;
    left: 50%;
    transform: translateX(-50%);
}

#section0 .fp-tableCell {
    position: absolute;
}

.founder-details {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
    padding-right: 100px;
    margin-bottom: 100px;
}

.founder-details .founder-desc {
    flex: 3;
}

.founder-details .founder-image {
    flex: 1;
    border-radius: 100px;
    /* overflow: hidden; */
    margin-left: 10px;
    width: 154px;
    /* height: 154px; */
}

.founder-details .founder-image img {
    border-radius: 100px;
    display: block;
}

.founder-details .founder-desc .founder-text p {
    font-size: 20px;
    margin-bottom: 20px;
}

.founder-details .founder-desc .founder-name p {
    font-size: 30px;
}

.founder-details .founder-desc .founder-designation p {
    font-size: 14px;
    margin-top: -5px;
}

/************************ Overview ***********************/
.x-content a.btn {
    margin-top: 50px;
}

#overview {
    position: relative;
    overflow: hidden;
}

.x-anim {
    float: left;
    width: 35%;
    position: relative;
    height: 100vh;
}

.x-anim object {
    position: absolute;
    width: 75%;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
    opacity: 0;
}

.x-content {
    float: right;
    width: 100%;
    height: 100vh;
    border-bottom: 100vh solid #66b8d3;
    border-left: 200px solid transparent;
    border-right: 1px solid transparent;
    position: absolute;
}

.x-content-main-wrap {
    float: right;
    width: 65%;
    position: absolute;
    right: 0;
    height: 100vh;
}

.x-content-wrap {
    width: 60%;
    position: absolute;
    top: 55%;
    left: 55%;
    transform: translate(-50%, -50%);
}

#section2 {
    -webkit-animation: 10s linear 0s normal none infinite animate;
    -moz-animation: 10s linear 0s normal none infinite animate;
    -ms-animation: 10s linear 0s normal none infinite animate;
    -o-animation: 10s linear 0s normal none infinite animate;
    animation: 10s linear 0s normal none infinite animate;
}

.window {
    width: 100%;
    margin: 0;
    box-shadow: 0 0.25rem 0.5rem #12181e;
    border-radius: 0 0 0.1rem 0.1rem;
}

.terminal-bar {
    background: #191919;
    height: 36px;
    border-radius: 0.5rem 0.5rem 0 0;
    position: relative;
}

.terminal-bar .terminal-title {
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.terminal-btn,
.terminal-btn::before,
.terminal-btn::after {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    display: block;
}

.terminal-btn {
    background: #f6b73e;
    position: relative;
    margin-left: 38px;
    top: 12px;
}

.terminal-btn::before,
.terminal-btn::after {
    content: " ";
    position: absolute;
}

.terminal-btn::before {
    background: #f55551;
    margin-left: -20px;
}

.terminal-btn::after {
    background: #32c146;
    margin-left: 20px;
}

.body {
    min-height: 20rem;
    background: #232323;
    padding: 18px;
}

.body p {
    color: white;
    font-family: monospace;
}

.body pre {
    margin: 0;
    max-width: 100%;
    border: 1px solid red;
}

.body .pulse {
    -webkit-animation: pulse 1s ease-in-out infinite;
    -moz-animation: pulse 1s ease-in-out infinite;
    animation: pulse 1s ease-in-out infinite;
}

@-webkit-keyframes pulse {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes pulse {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes pulse {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.command {
    color: #32c146;
}

.comment {
    opacity: 0.5;
}

/************************ Free Demo ***********************/
#section3 {
    overflow: hidden;
    position: relative;
}

.section3-mobile {
    display: none;
}

#section3 .container {
    position: absolute;
    top: 0;
    left: 0;
}

#section3 .free-demo {
    height: 100vh;
    border-top: 100vh solid #1e1e38;
    border-left: 0px solid transparent;
    border-right: 750px solid transparent;
    width: 100vw;
}

.service-slider-title {
    width: 100%;
    text-align: center;
}

.service-slider-title .txt-content p {
    width: 67%;
    margin: 0 auto;
    text-align: left;
}

.services-slider {
    width: 50%;
    position: absolute;
    overflow: hidden;
    top: 53%;
    left: 34%;
    transform: translate(-50%, -50%);
    max-width: 450px;
}

.service-slider-main .owl-nav {
    width: 70%;
}

.service-item {
    width: 100%;
    height: 100%;
    text-align: center;
}

.service-item a {
    font-family: "Lato-Regular";
    display: block;
    margin-top: -20px;
}

.service-item a img {
    margin-left: 10px;
}

.service-item svg {
    max-width: 65%;
    height: auto;
    display: block;
    margin: 0px auto;
    position: relative;
    opacity: 0;
}

.owl-item.active object {
    opacity: 1;
    transition: .9s;
}

.service-slider-main .owl-prev:hover i,
.service-slider-main .owl-next:hover i {
    color: #66b8d3 !important;
}

.service-slider-main .owl-item {
    margin: 0 auto;
}

.service-slider-main .owl-prev i,
.service-slider-main .owl-next i {
    color: #fff;
    font-size: 30px;
}

.service-slider-main {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.service-slider-main .owl-prev,
.service-slider-main .owl-next {
    height: auto;
    width: auto;
    padding: 0 !important;
    margin: 0 !important;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    border: none;
}

.service-slider-main .owl-prev {
    left: 0;
}

.service-slider-main .owl-next {
    right: 0;
}

.service-slide-title {
    width: 85%;
    margin: 0 auto;
    text-align: center;
    padding: 0 20px;
    pointer-events: none;
    margin-top: 10px;
}

.newsletter {
    float: right;
    width: 50%;
}

#item-1 svg path {
    stroke: none;
}

.newsletter .txt-content p {
    width: 70%;
}

.newsletter_form {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    margin-top: 20px;
}

.newsletter_form input[type="email"] {
    border: 1px solid #2e2f54;
    padding: 15px;
    width: 320px;
    height: 45px;
    background: #66b8d3;
    padding-left: 10px;
}

.newsletter_form input[type="text"] ::placeholder {
    color: #1e1e38;
    opacity: 1;
    /* Firefox */
}

.newsletter_form input[type="text"] :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #1e1e38;
}

.newsletter_form input[type="text"] ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #1e1e38;
}

.newsletter_form button[type="submit"] {
    background: #66b8d3;
    border: 1px solid #2e2f54;
    height: 45px;
    padding: 0 15px;
    border-left: none;
    border-bottom: 1px solid #2e2f54;
}

.newsletter_form button[type="submit"] i {
    font-size: 20px;
    color: #2e2f54;
}

.nwsltr-ip {
    position: relative;
    font-size: 14px;
    font-family: "Lato-Regular";
    transition: all 0.3s;
    outline-style: none;
}

input.nwsltr-ip:focus {
    border-bottom: 2px solid #2e2f54;
}

.nwsltr-btn {
    overflow: hidden;
}

.nwsltr-btn,
.nwsltr-btn i {
    position: relative;
    transition: all 0.3s;
}

.nwsltr-btn:hover {
    background: #1e1e38 !important;
}

.nwsltr-btn:hover i {
    color: #66b8d3 !important;
}


.phone-anim {
    position: absolute;
    top: 50%;
    left: 47.5%;
    transform: translateX(-50%) translateY(-50%);
    width: 32%;
    height: 54%;
}

/************************ Projects ***********************/
#particle-js {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.projects-content {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60vh 0 0 120vw;
    border-color: transparent transparent transparent #66b8d3;
    position: absolute;
    bottom: 0;
}

.projects-content .container {
    position: relative;
    margin-left: -1529px;
    margin-top: -227px;
}

/* .projects-content-wrap {
    position: absolute;
    top: 62%;
} */
.projects-content-wrap p {
    width: 45%;
    padding-top: 10px;
}

.project-mockup {
    float: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    overflow: hidden;
}

.mockup-slider {
    z-index: 10000;
    position: absolute;
    right: 10%;
    width: 530px;
    overflow: hidden;
    bottom: 50px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.mockup-slider img {
    max-width: 85%;
    height: auto;
}

.owl-stage {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
}

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

.owl-prev,
.owl-next {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #1e1e38;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
    transition: all 0.3s;
    background: none !important;
}

.mockup-slider .owl-prev:hover,
.mockup-slider .owl-next:hover {
    background: #1e1e38 !important;
}

.owl-prev:hover i,
.owl-next:hover i {
    color: #fff !important;
}

.mockup-slider .owl-prev i,
.mockup-slider .owl-next i {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #1e1e38;
    transform: translate(-50%, -50%);
    font-size: 35px;
}

/************************ Get In Touch ***********************/

#section4 .container {
    height: 82%;
}
.form-section {
    float: left;
    padding-top: 90px;
    width: 50%;
}

.form-section form {
    margin-top: 0px;
	padding-top: 40px;
}

.svg-patch-container {
    position: absolute;
    right: 0;
    width: 50%;
    height: 80%;
}

.svg-patch {
    border-bottom: 100vh solid #1e1e38;
    border-left: 200px solid transparent;
    border-right: 0px solid transparent;
    width: 100%;
    float: right;
    position: absolute;
    right: 0;
}

#contact-svg {
    max-width: 60%;
    position: absolute;
    top: 50%;
    left: 57%;
    transform: translate(-50%, -50%);
    padding-top: 100px;
    opacity: 0;
    background: #1e1e38;
}

.ip-ctrls {
    display: block;
    width: 400px;
    height: 40px;
    border: none;
    border-bottom: 1px solid #565b64;
    font-family: "Lato-Regular";
    font-size: 16px;
    color: #010917;
    padding-left: 8px;
    outline-style: none;
    margin-bottom: 10px;
    transition: all 0.6s;
}

.ip-ctrls:focus {
    border-bottom: 2px solid #565b64;
}

.ip-ctrls.txtarea {
    height: 60px;
    max-height: 100px;
    max-width: 400px;
}

#section4 .btn-dark {
    opacity: 1;
}

.nl-form {
    font-size: 18px;
}

.nl-form span {
    font-family: 'Lato-Regular';
    font-size: 15px;
    text-transform: uppercase;
    color: #1e1e38;
    line-height: 2em;
}

.button_submit {
    background-image: url(../img/strip-dark.png) !important;
    background-position: 55% !important;
    transition: all 0.7s !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    display: block !important;
    border: 1px solid white !important;
    margin-top: 20px !important;
    display: block !important;
    font-family: "Lato-Regular" !important;
    font-size: 16px !important;
    width: 160px !important;
    height: 42px !important;
    text-align: center !important;
    padding: 8px !important;
    color: #fff !important;
    cursor: pointer !important;
}

.button_submit:hover {
    background-position: 4% !important;
    color: #010917 !important;
}

.nl-form input {
    font-size: 16px !important;
    outline-style: none;
}

.nl-form div {
    letter-spacing: 0.02em;
    margin-top: 5px;
    font-family: "Lato-Regular";
    font-size: 18px;
    color: #fff;
}

.nl-form * {
    outline-style: none;
}

.nl-form textarea {
    background: transparent;
    border: 1px solid #1e1e38;
    margin-top: 20px;
    padding: 10px;
    max-height: 70px;
    max-width: 100%;
    color: #1e1e38;
    font-family: "Lato-Regular";
}

.nl-form textarea::placeholder {
    color: #1e1e38;
}

.nl-form textarea::placeholder {
    color: #1e1e38;
    opacity: 1;
    /* Firefox */
}

.nl-form textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #1e1e38;
}

.nl-form textarea::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #1e1e38;
}

.ip-grp {
    position: relative;
    margin: 15px 0;
}

.nl-form ::placeholder {
    color: #66b8d3;
    opacity: 1;
    /* Firefox */
}

.nl-form :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #66b8d3;
}

.nl-form ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #66b8d3;
}

/************************ Keyframes ***********************/
@keyframes fadeInRight {
    0% {
        opacity: 0;
        left: 20%;
    }

    100% {
        opacity: 1;
        left: 0;
    }
}

@keyframes reveal {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

@keyframes reveal_content {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

@-webkit-keyframes animate {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 500px 0;
    }
}

@-moz-keyframes animate {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 500px 0;
    }
}

@-ms-keyframes animate {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 500px 0;
    }
}

@-o-keyframes animate {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 500px 0;
    }
}

@keyframes animate {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 500px 0;
    }
}

/** Banner Animation Keyframes **/
@-webkit-keyframes digit_blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes digit_blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes digit_blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes digit_blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes bulb_blink {
    0% {
        opacity: 1;
        stroke: #fff;
    }

    50% {
        opacity: 0;
        stroke: #fff;
    }

    100% {
        opacity: 1;
        stroke: #fff;
    }
}

@-o-keyframes bulb_blink {
    0% {
        opacity: 1;
        stroke: #fff;
    }

    50% {
        opacity: 0;
        stroke: #fff;
    }

    100% {
        opacity: 1;
        stroke: #fff;
    }
}

@-moz-keyframes bulb_blink {
    0% {
        opacity: 1;
        stroke: #fff;
    }

    50% {
        opacity: 0;
        stroke: #fff;
    }

    100% {
        opacity: 1;
        stroke: #fff;
    }
}

@keyframes bulb_blink {
    0% {
        opacity: 1;
        stroke: #fff;
    }

    50% {
        opacity: 0;
        stroke: #fff;
    }

    100% {
        opacity: 1;
        stroke: #fff;
    }
}

@-webkit-keyframes gear_rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@-o-keyframes gear_rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@-moz-keyframes gear_rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes gear_rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes gear_rotate_2 {
    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0deg);
    }
}

@-o-keyframes gear_rotate_2 {
    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0deg);
    }
}

@-moz-keyframes gear_rotate_2 {
    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0deg);
    }
}

@keyframes gear_rotate_2 {
    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0deg);
    }
}

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

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

@-o-keyframes liquid_move {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

@-moz-keyframes liquid_move {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes liquid_move {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes bug_move {
    0% {
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -o-transform: translateY(25px);
        transform: translateY(25px);
    }

    100% {
        -o-transform: translateY(25px);
        transform: translateY(0);
    }
}

@-o-keyframes bug_move {
    0% {
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -o-transform: translateY(25px);
        transform: translateY(25px);
    }

    100% {
        -o-transform: translateY(25px);
        transform: translateY(0);
    }
}

@-moz-keyframes bug_move {
    0% {
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -o-transform: translateY(25px);
        transform: translateY(25px);
    }

    100% {
        -o-transform: translateY(25px);
        transform: translateY(0);
    }
}

@keyframes bug_move {
    0% {
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -o-transform: translateY(25px);
        transform: translateY(25px);
    }

    100% {
        -o-transform: translateY(25px);
        transform: translateY(0);
    }
}

@keyframes search_bar {
    0% {
        transform: scaleX(0);
    }

    50% {
        transform: scaleX(1.5);
    }

    100% {
        transform: scaleX(0);
    }
}

@keyframes magnify {
    0% {
        transform: scale(0.9);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(0.9);
    }
}

@keyframes crane_string_move {
    0% {
        transform: scaleY(1);
    }

    50% {
        transform: scaleY(2.2);
    }

    100% {
        transform: scaleY(1);
    }
}

@keyframes crane_move {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(40px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes clock_tick {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes design_animate {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

@keyframes develop_animate {
    from {
        opacity: 0;
        transform: translateY(-40px);
    }

    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

@keyframes deploy_animate {
    from {
        opacity: 0;
        transform: translateY(-60px);
    }

    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

.hGcTAiiX_50 {
    -webkit-transform-origin: 203px 121px;
    -moz-transform-origin: 203px 121px;
    -ms-transform-origin: 203px 121px;
    -o-transform-origin: 203px 121px;
    transform-origin: 203px 121px;
}

.hGcTAiiX_99 {
    -webkit-transform-origin: 338px 196px;
    -moz-transform-origin: 338px 196px;
    -ms-transform-origin: 338px 196px;
    -o-transform-origin: 338px 196px;
    transform-origin: 338px 196px;
}

.hGcTAiiX_136 {
    -webkit-transform-origin: 550px 398px;
    -moz-transform-origin: 550px 398px;
    -ms-transform-origin: 550px 398px;
    -o-transform-origin: 550px 398px;
    transform-origin: 550px 398px;
}

.hGcTAiiX_122 {
    -webkit-transform-origin: 444px 275px;
    -moz-transform-origin: 444px 275px;
    -ms-transform-origin: 444px 275px;
    -o-transform-origin: 444px 275px;
    transform-origin: 444px 275px;
}

.hGcTAiiX_212 {
    -webkit-transform-origin: 750px 130px;
    -moz-transform-origin: 750px 130px;
    -ms-transform-origin: 750px 130px;
    -o-transform-origin: 750px 130px;
    transform-origin: 750px 130px;
}

.hGcTAiiX_237 {
    -webkit-transform-origin: 956px 281px;
    -moz-transform-origin: 956px 281px;
    -ms-transform-origin: 956px 281px;
    -o-transform-origin: 956px 281px;
    transform-origin: 956px 281px;
}

.card {
    -webkit-animation: crane_move 4s linear 33s infinite;
    -o-animation: crane_move 4s linear 33s infinite;
    animation: crane_move 4s linear 33s infinite;
}

.bug {
    -webkit-animation: bug_move 5s linear 33s infinite;
    -o-animation: bug_move 5s linear 33s infinite;
    animation: bug_move 5s linear 33s infinite;
}

.digit {
    -webkit-animation: digit_blink 0.8s linear 33s infinite;
    -o-animation: digit_blink 0.8s linear 33s infinite;
    animation: digit_blink 0.8s linear 33s infinite;
}

.retina-main {
    -webkit-animation: gear_rotate 2.5s linear 33s infinite;
    -o-animation: gear_rotate 2.5s linear 33s infinite;
    animation: gear_rotate 2.5s linear 33s infinite;
    -webkit-transform-origin: 1272px 334px;
    -moz-transform-origin: 1272px 334px;
    -ms-transform-origin: 1272px 334px;
    -o-transform-origin: 1272px 334px;
    transform-origin: 1272px 334px;
}

.retina-line {
    -webkit-animation: gear_rotate_2 2.5s linear 33s infinite;
    -o-animation: gear_rotate_2 2.5s linear 33s infinite;
    animation: gear_rotate_2 2.5s linear 33s infinite;
    -webkit-transform-origin: 1272px;
    -moz-transform-origin: 1272px 334px;
    -ms-transform-origin: 1272px 334px;
    -o-transform-origin: 1272px 334px;
    transform-origin: 1272px 334px;
}

/***************************************

	About Page Styles 

***************************************/
.about-us header {
    position: absolute;
}

.about-us .bar,
.about-us .bar:before,
.about-us .bar:after {
    background: white;
}

.page-banner {
    background: #715AA9;
    height: 100vh;
}

.about-description {
    padding-top: 60px;
    padding-bottom: 60px;
}

.page-banner svg {
    display: block;
    width: 60%;
    margin: 0 auto;
}

.about-mission-vision {
    overflow: hidden;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    flex-wrap: wrap;
}

.mission-left {
    width: 50%;
    padding: 100px;
}

.mission-right {
    width: 50%;
    padding: 150px;
}

.vision-left {
    width: 50%;
    padding: 150px;
}

.vision-right {
    width: 50%;
    padding: 100px;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    -o-order: 1;
    order: 1;
}

.partner-title {
    padding-bottom: 60px;
}

.partner-container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-basis: auto;
    -o-flex-basis: auto;
    flex-basis: auto;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    -o-flex-grow: 1;
    flex-grow: 1;
}

.partner-container .image-wrap {
    border-right: 1px solid #1e1e38;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
}

.partner-container .image-wrap img {
    opacity: 0.4;
    transition: all 0.9s;
}

.partner-container .image-wrap img:hover {
    opacity: 1;
}

.partner-container .image-wrap:last-child {
    border: none;
}

footer {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    
}

.footer-left {
    width: 50%;
    position: relative;
}

.footer-bg-left {
    border-bottom: 100px solid #1e1e38;
    border-left: 0px solid transparent;
    border-right: 50px solid transparent;
}

.footer-left-text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.footer-left-text p {
    font-family: "Avenir-Bold";
}

.footer-text-right a {
    font-family: "Avenir-Bold";
}

.footer-text-right a i {
    margin-right: 10px;
}

.footer-right {
    right: 0;
    width: 50%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}

.footer-text-right {
    width: 60%;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
}

.footer-text-right span {
    margin: 0 10px;
}

.gear_1 {
    animation: gear_rotate 2s linear 17s infinite;
    -webkit-transform-origin: 74px 407px;
    -moz-transform-origin: 74px 407px;
    -ms-transform-origin: 74px 407px;
    -o-transform-origin: 74px 407px;
    transform-origin: 74px 407px;
}

.gear_2 {
    animation: gear_rotate_2 2s linear 17s infinite;
    -webkit-transform-origin: 108px 415px;
    -moz-transform-origin: 108px 415px;
    -ms-transform-origin: 108px 415px;
    -o-transform-origin: 108px 415px;
    transform-origin: 108px 415px;
}

.gear_3 {
    animation: gear_rotate 2s linear 17s infinite;
    -webkit-transform-origin: 73px 452px;
    -moz-transform-origin: 73px 452px;
    -ms-transform-origin: 73px 452px;
    -o-transform-origin: 73px 452px;
    transform-origin: 73px 452px;
}

.big_gear_1 {
    animation: gear_rotate 2s linear 17s infinite;
    -webkit-transform-origin: 502px 377px;
    -moz-transform-origin: 502px 377px;
    -ms-transform-origin: 502px 377px;
    -o-transform-origin: 502px 377px;
    transform-origin: 502px 377px;
}

.big_gear_2 {
    animation: gear_rotate_2 2s linear 17s infinite;
    -webkit-transform-origin: 440px 405px;
    -moz-transform-origin: 440px 405px;
    -ms-transform-origin: 440px 405px;
    -o-transform-origin: 440px 405px;
    transform-origin: 440px 405px;
}

.big_gear_3 {
    animation: gear_rotate 2s linear 17s infinite;
    -webkit-transform-origin: 477px 433px;
    -moz-transform-origin: 477px 433px;
    -ms-transform-origin: 477px 433px;
    -o-transform-origin: 477px 433px;
    transform-origin: 477px 433px;
}

.hour_digit {
    animation: digit_blink 1s linear 17s infinite;
}

/*** About Page Styles End ***/
/*** Contact Page Styles ***/
.contact-us .page-banner svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.contact-form-section {
    padding: 60px 0;
    text-align: center;
}

.form-title-container {
    margin-bottom: 40px;
}

.form-container form {
    width: 70%;
    margin: 0 auto;
}

.ip-controls {
    width: 48%;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 2%;
    height: 55px;
}

.ip-controls input,
.ip-controls textarea {
    border: 1px solid #9b9ca3;
    padding: 10px;
    font-family: "Lato-Regular";
    font-size: 16px;
    color: #9b9ca3;
    width: 100%;
    outline-style: none;
}

.ip-controls label {
    display: block;
    text-align: left;
    margin-top: 4px;
}

.contact_form input::placeholder {
    color: #9b9ca3 !important;
}

.ip-textarea.ip-controls {
    width: 98%;
    height: auto;
}

.ip-textarea textarea {
    width: 100%;
}

.btn_submit {
    background-image: url(../img/strip-contact.jpg);
    background-position: 55%;
    transition: all 0.7s;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: block;
    border: 1px solid #1e1e38;
    margin-top: 20px;
    display: block;
    font-family: "Lato-Regular";
    font-size: 16px;
    width: 160px;
    height: 42px;
    text-align: center;
    padding: 8px;
    color: #1e1e38;
    cursor: pointer;
    margin: 0 auto;
}

.btn_submit:hover {
    background-position: 4%;
    color: #fff;
}

.contact-map-section {
    width: 100%;
    position: relative;
    height: 75vh;
    bottom: 0;
    overflow: hidden;
}

.contact-map-section iframe {
    border: none;
    width: 55%;
    height: 100%;
}

.map-right-section {
    float: right;
    width: 60%;
    height: 100%;
    top: 0;
    right: 0;
    position: absolute;
    overflow: hidden;
    font-family: "Lato-Regular";
}

.map_wrap {
    position: relative;
    height: 100%;
    width: 100%;
}

.contact-shape {
    border-top: 76vh solid #66b8d3;
    border-left: 100px solid transparent;
    border-right: transparent;
    border-bottom: transparent;
    position: absolute;
    width: 100%;
}

.contact-content {
    position: absolute;
    top: 50%;
    right: 0;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.address-container {
    margin-top: 60px;
}

.address-container p:last-child {
    margin-top: 10px;
}

.copyright-content {
    bottom: -40%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.contact_form .btn_submit {
    margin-left: 1%;
    outline-style: none;
}

.error {
    font-size: 12px;
    color: #ff0000;
    font-family: "Lato-Bold";
}

.UUPJSVjU_20,
.UUPJSVjU_21,
.UUPJSVjU_22,
.UUPJSVjU_23,
.UUPJSVjU_24 {
    -webkit-transform-origin: 102px 568px;
    -moz-transform-origin: 102px 568px;
    -ms-transform-origin: 102px 568px;
    -o-transform-origin: 102px 568px;
    transform-origin: 102px 568px;
}

.right {
    animation: move_right 1s linear 13s infinite;
    position: relative;
    transition: all 1.5s;
}

.left {
    animation: move_left 1s linear 13s infinite;
    position: relative;
    transition: all 1.5s;
    transform: translateX(0px);
}

.UUPJSVjU_43 {
    -webkit-transform-origin: 246px;
    -moz-transform-origin: 246px;
    -ms-transform-origin: 246px;
    -o-transform-origin: 246px;
    transform-origin: 246px;
}

.map-marker {
    animation: digit_blink 1.3s linear 13s infinite;
}

@keyframes message_bar {
    0% {
        transform: scaleX(0);
    }

    50% {
        transform: scaleX(1.1);
    }

    100% {
        transform: scaleX(0);
    }
}

@keyframes move_right {
    0% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(8px);
    }

    100% {
        transform: translateX(0px);
    }
}

@keyframes move_left {
    0% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(-8px);
    }

    100% {
        transform: translateX(0px);
    }
}

/*** Contact Page Styles End ***/
/*** Services Page Styles ***/
.services-description {
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
}

.services-split-slider {
    height: 100vh;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    position: relative;
}

.service_logo_image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    width: 96px;
    height: 90px;
}

.slide-anchor-container,
.slide-content-container {
    width: 50%;
    position: relative;
}

.slide_anchor a img {
    display: none;
}

.demo-slider {
    overflow: hidden;
    width: 85%;
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
}

.demo-slider .service-title {
    font-size: 35px;
    font-family: "Avenir-Bold";
    color: #1e1e38;
    opacity: 1;
}

.demo-slider .service-content {
    margin-top: -15px;
    opacity: 1;
}

.demo-slider .service-content p {
    font-size: 20px;
    font-family: "Lato-Regular";
    color: #fff;
    margin-top: 20px;
}

.demo-slider .service-content p:first-child {
    margin-top: 0px;
}

.services .owl-nav {
    display: none;
}

.slide_anchor {
    position: absolute;
    width: 90%;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.slide_anchor a {
    outline-style: none;
    color: #fff;
    font-size: 25px;
    font-family: "Avenir-Demi";
    width: 80%;
    margin-bottom: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}

.slide_anchor span {
    position: relative;
    margin-left: 20px;
}

.slide_anchor a object {
    float: left;
    width: 65px;
    height: 65px;
}

.strikethrough:after {
    content: "";
    position: absolute;
    height: 2px;
    left: 0;
    background: white;
    top: 55%;
    width: 100% !important;
    transition: all 0.9s;
}

.slide_anchor span:after {
    content: "";
    position: absolute;
    height: 2px;
    left: 0;
    background: white;
    top: 55%;
    width: 0%;
    transition: all 0.9s;
}

.slide_anchor span:hover:after {
    width: 100%;
}

.demo-slider .item {
    height: 400px;
    padding: 15px;
}

.user_id {
    position: relative;
    animation: flip_circle 3s linear 20s infinite;
    transition: all 4s;
    transform-origin: center;
}

.globe {
    position: relative;
    animation: gear_rotate 3s linear 17s infinite;
    transition: all 4s;
    transform-origin: 69px 359px;
}

.lGBxfmrN_221 {
    -webkit-transform-origin: 346px 208px;
    -moz-transform-origin: 346px 208px;
    -ms-transform-origin: 346px 208px;
    -o-transform-origin: 346px 208px;
    transform-origin: 346px 208px;
}

.lGBxfmrN_2 {
    -webkit-transform-origin: 63px 279px;
    -moz-transform-origin: 63px 279px;
    -ms-transform-origin: 63px 279px;
    -o-transform-origin: 63px 279px;
    transform-origin: 63px 279px;
}

.lGBxfmrN_4 {
    -webkit-transform-origin: 108px 234px;
    -moz-transform-origin: 108px 234px;
    -ms-transform-origin: 108px 234px;
    -o-transform-origin: 108px 234px;
    transform-origin: 108px 234px;
}

.lGBxfmrN_245 {
    -webkit-transform-origin: 500px 175px;
    -moz-transform-origin: 500px 175px;
    -ms-transform-origin: 500px 175px;
    -o-transform-origin: 500px 175px;
    transform-origin: 500px 175px;
}

.lamp {
    animation: idea_move 3s linear 17s infinite;
}

@keyframes flip_circle {
    to {
        transform: rotate3d(0, 1, 0, 360deg);
    }
}

@keyframes box_string_move {
    0% {
        transform: scaleY(1);
    }

    50% {
        transform: scaleY(0.5);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes idea_move {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(17px);
    }

    100% {
        transform: translateY(0px);
    }
}

/*** Services Page Styles End ***/
/*** Projects Page Styles ***/
.projects-wrap {
    position: absolute;
    top: auto;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 100px;
    padding-left: 200px;
}

.projects-title-section .container .form-title-container {
    width: 75%;
    text-align: center;
    margin: 0 auto;
    padding: 60px 0;
}

.projects-display-section {
    overflow: hidden;
    padding-bottom: 60px;
}

.projects-display-section .projects-left {
    width: 50%;
    float: left;
}

.projects-display-section .projects-right {
    width: 50%;
    float: right;
}

.project-main-full {
    width: 100%;
    float: left;
}

.project-main-half {
    width: 50%;
    float: left;
}

.project-main-full a,
.project-main-half a {
    display: block;
    height: 100%;
}

.project-main-full a img {
    display: block;
    height: 100%;
    min-width: 100%;
}

.project-main-half a img {
    display: block;
    height: 100%;
    min-width: 100%;
}

.project-main-content {
    margin-top: 8px;
    padding: 20px;
}

h2.project-main-title {
    font-size: 24px;
    font-family: "Avenir-Bold";
}

p.project-main-genre {
    font-family: "Lato-Regular";
}

.KNHZYcZv_304 {
    -webkit-transform-origin: 628px 232px;
    -moz-transform-origin: 628px 232px;
    -ms-transform-origin: 628px 232px;
    -o-transform-origin: 628px 232px;
    transform-origin: 628px 232px;
}

.KNHZYcZv_345 {
    -webkit-transform-origin: 633px 344px;
    -moz-transform-origin: 633px 344px;
    -ms-transform-origin: 633px 344px;
    -o-transform-origin: 633px 344px;
    transform-origin: 633px 344px;
}

.deadline {
    animation: digit_blink 0.8s linear 13s infinite;
}

/*** Projects Page Styles End ***/
/*** IT Solutions Page Styles ***/
.solutions-title-container {
    width: 75%;
    text-align: center;
    margin: 0 auto;
    padding: 60px 0;
}

.solutions-title-container .btn-expand {
    margin: 0 auto;
    margin-top: 30px;
}

#section4 .btn-expand {
    opacity: 1;
}

.btn-expand {
    background-image: url(../img/strip-contact.jpg) !important;
    background-position: 55%;
    transition: all 0.7s;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: block;
    border: 1px solid #1e1e38 !important;
    margin-top: 20px;
    display: block;
    font-family: "Lato-Regular";
    font-size: 16px;
    width: 160px;
    height: 42px;
    text-align: center;
    padding: 8px;
    margin-top: 20px;
    color: #1e1e38;
    cursor: pointer;
    opacity: 0;
    outline-style: none;
}

.btn-expand:hover {
    background-position: 4%;
    color: #fff;
}

.solutions-container {
    padding-top: 0;
}

.solutions-title-container .txt-content {
    max-height: 250px;
    overflow: hidden;
    position: relative;
}

.expand {
    max-height: 100% !important;
}

.solution-svg-wrap {
    background: #ccc;
    width: 40%;
    padding: 80px;
}

.solution-content-wrap {
    background: #f7f7f7;
    padding: 50px;
    width: 60%;
}

.solutions-container .solution-main:nth-child(odd) {
    flex-direction: row;
}

.solutions-container .solution-main:nth-child(odd) .solution-svg-wrap {
    background: #66b8d3;
}

.solutions-container .solution-main:nth-child(even) {
    flex-direction: row-reverse;
}

.solutions-container .solution-main:nth-child(even) .solution-svg-wrap {
    background: #1e1e38;
}

.solution-main .txt-title,
.solution-main .txt-content {
    opacity: 0;
}

.solution-main {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    position: relative;
    transition: max-height 2s;
}

.solution-main .txt-content {
    max-height: 300px;
    transition: max-height 1s;
    position: relative;
    overflow: hidden;
}

.plus1,
.plus3 {
    animation: gear_rotate 3s linear 13s infinite;
}

.plus2,
.plus4,
.plus_round {
    animation: gear_rotate_2 3s linear 13s infinite;
}

.plus1 {
    -webkit-transform-origin: 370px 102px;
    -moz-transform-origin: 370px 102px;
    -ms-transform-origin: 370px 102px;
    -o-transform-origin: 370px 102px;
    transform-origin: 370px 102px;
}

.plus2 {
    -webkit-transform-origin: 37px 325px;
    -moz-transform-origin: 37px 325px;
    -ms-transform-origin: 37px 325px;
    -o-transform-origin: 37px 325px;
    transform-origin: 37px 325px;
}

.plus3 {
    -webkit-transform-origin: 300px 243px;
    -moz-transform-origin: 300px 243px;
    -ms-transform-origin: 300px 243px;
    -o-transform-origin: 300px 243px;
    transform-origin: 300px 243px;
}

.plus4 {
    -webkit-transform-origin: 775px 345px;
    -moz-transform-origin: 775px 345px;
    -ms-transform-origin: 775px 345px;
    -o-transform-origin: 775px 345px;
    transform-origin: 775px 345px;
}

.plus_round {
    -webkit-transform-origin: 270px 202px;
    -moz-transform-origin: 270px 202px;
    -ms-transform-origin: 270px 202px;
    -o-transform-origin: 270px 202px;
    transform-origin: 270px 202px;
}

.service-slider-mobile a {
    font-family: "Lato-Bold";
    font-size: 16px;
}

.service-slider-mobile p {
    font-family: "Lato-Regular";
    font-size: 14px;
}

/*** IT Solutions Page Styles End ***/


/************************ Media ***********************/
@media (min-width: 1200px) and (max-width: 1440px) {
    #section4 .container {
        height: 70%;
    }

    .form-main-container {
        margin-top: -110px; 
    }

    .form-main-container .form-section {
        padding-top: 30px;
    }

    #section4 footer {
        position: absolute;
        bottom: 0;
        padding: 20px 0;
    }

    #contact-svg {
        padding-top: 0px;
        left: 50%;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
    .nav-section {
        width: 50%;
    }

    .x-content-main-wrap {
        width: 60%;
    }

    .container {
        width: 85%;
        margin: 0 auto;
    }

    #section3 .free-demo {
        width: 115vw;
    }

    .banner-text {
        width: 100%;
    }

    .txt-title {
        font-size: 35px;
        line-height: 50px;
    }

    .txt-content {
        font-size: 15px;
        line-height: 20px;
    }

    .txt-content p:not(:first-child) {
        margin-top: 15px;
    }

    .banner-txt-title {
        font-size: 30px;
    }

    #section3 .free-demo {
        width: 115vw;
    }

    #section3 .container {
        position: absolute;
        left: 5%;
    }

    .service-item svg {
        max-width: 80%;
    }

    .service-item a {
        font-size: 18px;
        margin-top: 15px;
    }

    .services-slider {
        width: 100%;
        left: 30%;
    }

    .service-slider-main a {
        font-size: 16px;
        margin-top: 15px;
    }

    .service-slider-main .item {
        margin: 0 auto;
        text-align: center;
    }

    .service-slider-main p {
        display: none;
    }

    .service-slider-main .item svg {
        max-width: 80%;
        margin: 0 auto;
    }

    .newsletter {
        right: 20px;
    }

    .form-section form {
        margin-top: 10px;
    }

    #particle-js {
        height: 100%;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 1024px) {
    .logo-section {
        width: 40%;
    }

    .container {
        width: 85%;
        margin: 0 auto;
    }

    .overlay nav {
        font-size: 20px;
    }

    .overlay ul {
        list-style: none;
        padding: 0;
        margin: 0 auto;
        display: inline-block;
        position: relative;
        top: 20%;
        /* overflow-x: hidden;
        overflow-y: scroll; */
    }

    .overlay ul li {
        height: 55px;
    }

    .hidden-res {
        display: none;
    }

    .visible-res {
        display: block;
    }

    .banner-text {
        width: 100%;
    }

    .txt-title {
        font-size: 35px;
        line-height: 50px;
    }

    .x-content-main-wrap {
        width: 80%;
    }

    .x-content-wrap {
        left: 65%;
    }

    .txt-content {
        font-size: 15px;
        line-height: 20px;
    }

    .txt-content p:not(:first-child) {
        margin-top: 15px;
    }

    .banner-text {
        width: 100%;
    }

    .banner-txt-title {
        font-size: 30px;
    }

    #particle-js {
        height: 100%;
        position: relative;
    }

    .mockup-slider {
        right: 5%;
        bottom: 20px;
        width: 350px;
    }

    .mockup-slider .item {
        text-align: center;
    }

    .mockup-slider img {
        max-width: 100%;
    }

    .nav-section {
        width: 50%;
    }

    .footer-left-text p {
        font-size: 30px;
    }

    .footer-text-right {
        width: 80%;
    }

    #section3 .free-demo {
        width: 130vw;
    }

    #section3 .container {
        position: absolute;
        left: 5%;
    }

    .service-item svg {
        max-width: 80%;
    }

    .service-item a {
        font-size: 18px;
        margin-top: 15px;
    }

    .services-slider {
        width: 100%;
        left: 25%;
    }

    .service-slider-main a {
        font-size: 16px;
        margin-top: 15px;
    }

    .service-slider-main .item {
        margin: 0 auto;
        text-align: center;
    }

    .service-slider-main p {
        display: none;
    }

    .service-slider-main .item svg {
        max-width: 80%;
        margin: 0 auto;
    }

    .map-right-section {
        width: 60%;
    }

    .contact-content {
        width: 90%;
    }

    .address-container p {
        font-size: 17px;
    }

    .copyright-content {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        margin-top: 30px;
    }

    .project-main-full a img,
    .project-main-half a img {
        width: 100%;
        height: auto;
    }

    .mission-right,
    .vision-left,
    .mission-left,
    .vision-right {
        padding: 50px;
    }

    .image-wrap {
        padding: 0 30px;
    }

    .slide_anchor {
        width: 99%;
    }

    .slide_anchor a {
        width: 90%;
        font-size: 18px;
    }

    .demo-slider .service-title {
        font-size: 25px;
    }

    .demo-slider .service-content p {
        font-size: 16px;
    }

    .newsletter {
        right: 15px;
        width: 45%;
    }

    .mCSB_inside>.mCSB_container {
        margin-right: 40px !important;
    }

    .form-section {
        padding-top: 140px;
    }

    .form-section form {
        margin-top: 10px;
    }

    .nl-form span {
        font-size: 15px;
    }

    .nl-form textarea {
        max-height: 70px;
    }

    .solution-svg-wrap {
        background: #ccc;
        width: 50%;
        padding: 50px;
    }

    .solution-content-wrap {
        padding: 30px;
        width: 50%;
    }

    nav.overlay-menu .overlay-col .col-title, nav.overlay-menu .overlay-col ul li a  {
        font-size: 16px;
    }
}

@media(min-width:769px) and (max-width: 992px) {
    #section0 .container {
        position: absolute;
        top: 40%;
        transform: translate(-50%, -50%);
        left: 50%;
    }
    .partner-logo-section {
        margin-top:30px;   
    }
    .partner-logo-section img {
        max-width: 70px;
    }
    .projects-wrap {
        padding-left: 100px;
    }
    .founder-details {
        padding-right: 20px;
    }
    .newsletter_form input[type="email"] {
        width: 260px;
    }
    .service-item svg {
        max-width:70%;
    }
    .service-slider-main .owl-prev {
        left: 30px;
    } 
    .service-slider-main .owl-next {
       right: 30px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {

    .partner-logo-section {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 20px;
    }

    .partner-logo-section img {
        display: block;
    }
    .stage>*:not(footer) {
        padding-bottom: 50px;
    }

    header {
        background: rgba(255, 255, 255, 0.8);
    }

    #section0 .container {
        padding-top: 70px;
    }

    .container {
        width: 100%;
        padding: 0 15px;
    }

    .page-banner {
        height: auto;
        padding-top: 100px !important;
    }

    .page-banner svg {
        width: 100%;
    }

    #fullpage>div {
        height: auto;
        padding: 30px 0;
    }

    .banner-txt-title span {
        font-size: 20px;
    }

    .banner-txt-title span,
    .banner-txt-content,
    .btn-light,
    .btn-dark,
    .btn-read-more,
    .txt-title,
    .txt-content {
        opacity: 1;
    }

    .banner-text {
        padding-top: 0px;
    }

    .txt-title {
        font-size: 28px;
    }

    .txt-content {
        margin-top: -22px;
    }

    .projects-content-wrap p {
        padding-top: 0;
    }

    #section2 {
        background: #1e1e38;
    }

    .x-content {
        display: none;
    }

    .x-content-main-wrap {
        position: relative;
        height: auto;
    }

    .mockup-slider {
        position: relative;
        right: 0;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 70px;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    .mockup-slider img {
        max-width: 100%;
        height: auto;
    }

    .projects-content-wrap {
        width: 100%;
        position: relative;
        top: 0;
    }

    .projects-content-wrap p {
        width: 100%;
		font-size:13px;
    }

    #particle-js {
        position: absolute;
        display: none;
    }

    #particle-js canvas {
        width: 100vw !important;
        height: 100vh !important;
    }

    .project-mockup {
        position: relative;
        height: auto;
    }

    .owl-prev,
    .owl-next {
        border: 1px solid #fff;
    }

    .mockup-slider .owl-prev i,
    .mockup-slider .owl-next i {
        color: #fff;
    }

    .projects-content {
        display: none;
    }

    .overlay ul {
        margin-top: 30px;
    }

    /* .banner-animation,
    .x-anim {
        display: none;
    } */

    .overlay ul li {
        height: auto;
    }

    .x-content-main-wrap {
        float: none;
        width: 100%;
    }

    .x-content-wrap {
        width: 100%;
        position: relative;
        transform: none;
        top: auto;
        left: auto;
    }

    #section1 {
        background: #fff;
    }

    .free-demo {
        display: none;
    }

    .svg-patch {
        display: none;
    }

    .section3-desktop {
        display: none;
    }

    .section3-mobile {
        display: block;
    }

    .partner-title {
        padding-bottom: 30px;
    }

    .partner-container {
        flex-direction: column;
    }

    .partner-container .image-wrap {
        border-right: none;
        height: auto;
        padding: 20px;
    }

    footer {
        flex-direction: column;
    }

    .footer-left,
    .footer-right {
        width: 100%;
        float: none;
        padding: 20px 0;
    }

    .footer-left {
        background: #1e1e38;
    }

    .footer-bg-left {
        display: none;
    }

    .footer-left-text {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
    }

    .footer-left-text p {
        font-size: 20px;
    }

    .footer-text-right {
        width: 50%;
    }

    .service-slider-mobile {
        overflow: hidden;
    }

    .service-slider-mobile .item {
        text-align: center;
        width: auto;
    }

    .service-slider-mobile .owl-nav .owl-prev,
    .service-slider-mobile .owl-nav .owl-next {
        position: relative;
        border: none;
    }

    .owl-prev.disabled,
    .owl-next.disabled {
        opacity: 0.6;
    }

    .service-slider-mobile .owl-nav .owl-prev img,
    .service-slider-mobile .owl-nav .owl-next img {
        max-width: 12px;
        height: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    #section3-mobile .container {
        position: relative;
    }

    #section3-mobile .service-slider-title {
        text-align: left;
    }

    #section3-mobile .service-slider-title .txt-content p {
        width: 100%;
    }

    #section3-mobile .newsletter {
        position: relative;
        width: 100%;
        float: none;
        left: auto;
        top: auto;
        right: auto;
        bottom: auto;
        margin-top: 30px;
    }

    #section3 .container {
        left: 0;
    }
/* 
    #section4 {
        background: #1e1e38;
    } */

    .form-section {
        width: 100%;
        float: none;
        padding-top: 0;
    }

    .form-section .txt-title {
        color: #66c8db;
		text-align: center;
    }

    .nl-field-toggle,
    .nl-form input,
    .nl-form select {
        color: #66c8db !important;
        border-bottom: 1px dashed #66c8db !important;
    }

    .nl-form span {
        font-size: 14px;
        line-height: 20px;
    }

    /* .nl-form textarea {
        border: 1px solid #fff;
        color: #fff;
    } */

    .nl-form textarea::placeholder {
        color: #fff;
        opacity: 1;
        /* Firefox */
    }

    .nl-form textarea:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #fff;
    }

    .nl-form textarea::-ms-input-placeholder {
        /* Microsoft Edge */
        color: #fff;
    }

    .svg-patch-container {
        display: none;
    }

    .form-section form {
        margin-top: 0;
    }

    .contact-us .page-banner svg {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
    }

    .contact-form-section {
        padding: 50px 0;
    }

    .solutions-title-container {
        width: 100%;
        padding-top: 50px;
        padding-bottom: 0;
    }

    .solution-main {
        flex-wrap: wrap;
    }

    .services-split-slider {
        padding-top: 50px;
        overflow: hidden;
        height: auto;
    }

    .slide_anchor {
        position: relative;
    }

    .slide_anchor a object {
        display: block;
        margin-left: 8px;
    }

    .solutions-container {
        padding-bottom: 0 !important;
    }

    .contact-map-section {
        height: auto;
        padding-bottom: 0 !important;
    }

    .contact-map-section iframe {
        width: 100%;
    }

    .contact-shape {
        display: none;
    }

    .contact-content {
        /* background: #66c8db; */
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        transform: none;
        padding: 50px;
        width: 100%;
    }

    .map-right-section {
        width: 100%;
        float: none;
        position: relative;
        margin-top: -2px;
    }

    .address-container p {
        font-size: 15px;
    }
    .projects-wrap {
        padding:  50px;
        padding-left: 15px;
        position: relative;
    }
    footer {
        padding-bottom: 0 !important;
    }
    footer .row > div {
        margin-bottom: 30px;
    }

    footer .row > div:last-child {
        margin-bottom: 0;
    }
    
    footer .spacer {
        display:none;
    }
}

@media only screen and (max-width: 600px) {
    .about-mission-vision {
        padding-bottom: 0 !important;
    }

    .mission-left,
    .mission-right,
    .vision-left,
    .vision-right {
        width: 100%;
        float: none;
    }

    .mission-right,
    .vision-left,
    .mission-left,
    .vision-right {
        padding: 50px 15px;
    }

    .vision-right {
        -webkit-order: 0;
        -moz-order: 0;
        -ms-order: 0;
        -o-order: 0;
        order: 0;
    }

    .service_logo_image {
        display: none;
    }

    .services-split-slider {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        height: auto;
        padding-bottom: 0 !important;
    }

    .slide-anchor-container,
    .slide-content-container {
        width: 100%;
    }

    .slide_anchor {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
    }

    .demo-slider {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        width: 100%;
        padding: 50px 0;
    }

    .demo-slider .service-title {
        font-size: 23px;
    }

    .demo-slider .service-content p {
        font-size: 16px;
    }

    .slide_anchor {
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        -webkit-display: flex;
        -moz-display: flex;
        -ms-display: flex;
        -o-display: flex;
        display: flex;
        padding: 20px 0;
        -webkit-justify-content: space-around;
        -moz-justify-content: space-around;
        -ms-justify-content: space-around;
        -o-justify-content: space-around;
        justify-content: space-around;
    }

    .slide_anchor a {
        margin-bottom: 0;
        text-align: center;
    }

    .slide_anchor a img {
        max-width: 36px;
        max-height: 36px;
        margin: 0 auto;
    }

    .slide_anchor a object {
        display: none;
    }

    .slide_anchor a span {
        display: none;
    }

    .ip-controls {
        width: 100%;
        float: none;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .ip-textarea.ip-controls {
        width: 100%;
    }

    .form-container form {
        width: 100%;
    }

    .projects-title-section .container .form-title-container {
        width: 100%;
        padding-bottom: 0;
    }

    .projects-display-section {
        padding-bottom: 0;
    }

    .projects-display-section .projects-left,
    .projects-display-section .projects-right {
        width: 100%;
        float: none;
    }

    .project-main-full,
    .project-main-half {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

    .project-main-content {
        margin-top: 0;
    }

    .project-main-full a,
    .project-main-half a {
        height: auto;
    }

    .project-main-full a img {
        width: 100%;
        height: auto;
    }

    .solution-svg-wrap,
    .solution-content-wrap {
        width: 100%;
        padding: 50px 15px;
    }

    .slide_anchor a img {
        display: block;
    }

    .fc-anchor span {
        display: none;
    }

    .nl-form {
        font-size: 27px !important;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
    .nav-section span {
        display: none;
    }

    .fc-anchor {
        padding-right: 10px;
        margin-right: 20px;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {}

/*** Browser Specific ***/
@supports (-ms-ime-align: auto) {

    .VeqnYfEH_100,
    .VeqnYfEH_500,
    .VeqnYfEH_501,
    .VeqnYfEH_104,
    .VeqnYfEH_105,
    .VeqnYfEH_102 {
        display: none;
    }
}

/*** Keyframes ***/
.VeqnYfEH_0 {
    -webkit-animation: bulb_blink 0.8s linear 33s infinite;
    -o-animation: bulb_blink 0.8s linear 33s infinite;
    animation: bulb_blink 0.8s linear 33s infinite;
}

.VeqnYfEH_122 {
    -webkit-animation: gear_rotate_2 linear 33s infinite;
    -o-animation: gear_rotate_2 linear 33s infinite;
    animation: gear_rotate_2 linear 33s infinite;
}

.VeqnYfEH_50 {
    -webkit-animation: gear_rotate 2s linear 33s infinite;
    -o-animation: gear_rotate 2s linear 33s infinite;
    animation: gear_rotate 2s linear 33s infinite;
}

.VeqnYfEH_99 {
    -webkit-animation: clock_tick 2.5s linear 33s infinite;
    -o-animation: clock_tick 2.5s linear 20s infinite;
    animation: clock_tick 2.5s linear 33s infinite;
}

.VeqnYfEH_122 {
    -webkit-animation: gear_rotate_2 2s linear 33s infinite;
    -o-animation: gear_rotate_2 2s linear 33s infinite;
    animation: gear_rotate_2 2s linear 33s infinite;
}

.hVeqnYfEH_136 {
    -webkit-animation: search_bar 2s ease-in-out 20s infinite;
    -o-animation: search_bar 2s ease-in-out 20s infinite;
    animation: search_bar 2s ease-in-out 20s infinite;
}

.VeqnYfEH_212 {
    -webkit-animation: crane_string_move 4s linear 33s infinite;
    -o-animation: crane_string_move 4s linear 33s infinite;
    animation: crane_string_move 4s linear 33s infinite;
}

/*** Changes :: 21/3/18 ***/
.particle-wrap {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

@media(max-width:768px) {
    nav.overlay-menu .overlay-col .col-title {
        font-size: 17px;
    }
    .overlay ul {
        margin-top: 0px;
    }
    nav.overlay-menu {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        -o-align-items: flex-start;
        align-items: flex-start;
    } 
    nav.overlay-menu .overlay-col {
        flex: 0 0 50%;
        margin-top: 30px;
    }
    nav.overlay-menu .overlay-col ul li a {
        font-size: 15px;
    }
    .banner-logo {
		width: 150px;
        margin-top: 0;
    }

    .banner-animation {
		padding-top: 40px;
		width:150%;
        display: block;
        position: relative;
    }

    #fullpage>div {
        height: auto;
    }

    .x-anim {
        width: 100%;
        float: none;
        display: block;
        height: auto;
        /* background: #1e1e38; */
        margin-bottom: 30px;
    }

    .x-anim object {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        display: block;
        width: 40%;
        margin: 0 auto;
        opacity: 1;
    }

    #section2 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    /* #section3 {
        background: #66b8d3;
        padding-top: 20px !important;
    } */

    #section4 {
        padding-bottom: 0 !important;
    }

    #section4 .container {
        padding-bottom: 30px;
    }

    .banner-txt-title span,
    .banner-txt-content,
    .btn-light,
    .btn-dark,
    .btn-read-more,
    .txt-title,
    .txt-content {
        opacity: 1;
		text-align:center;
    }

    .owl-item object {
        max-width: 65%;
        margin: 0 auto;
        display: block;
    }

    .mockup-slider {
        margin-top: 30px;
    }

    .mockup-slider img {
        max-width: 80%;
        height: auto;
    }

    #section3-mobile .newsletter {
        margin-top: 10px;
    }

    .particle-wrap {
        display: block;
    }

    .section3-mobile .newsletter .founder-details {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        /* -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        -o-align-items: flex-start;
        align-items: flex-start; */
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        -o-align-items: center;
        align-items: center;
        padding-right: 0;
        margin-bottom: 30px;
    }
    .section3-mobile .newsletter .founder-details .founder-image {
        margin-bottom: 30px;
        margin-left: 0;
    }
    .section3-mobile .newsletter .founder-details .founder-description {
        margin-bottom: 20px;
        text-align: center;
        font-size: 15px;
    }
    .section3-mobile .newsletter .founder-details .founder-name {
        font-size: 20px;
    }
    .section3-mobile .newsletter .founder-details .founder-name,
    .section3-mobile .newsletter .founder-details .founder-designation {
        text-align: center;
    }
}

@media(max-width: 640px) {
    .fc-anchor span {
        font-size: 12px;
    }
    nav.overlay-menu .overlay-col {
        flex: 0 0 100%;
    }
    nav.overlay-menu .overlay-col .col-title {
        margin-bottom: 10px;
    }
    nav.overlay-menu {
        padding-bottom: 30px;
        padding-top: 0px;
        margin-top: 70px;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        -o-align-items: flex-start;
        align-items: flex-start;
    }
    .overlay.open {
        overflow: scroll;
    }
    
    
}

/** BOOTSTRAP 4 **/
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    order: -1;
}

.order-last {
    order: 13;
}

.order-0 {
    order: 0;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}

.order-4 {
    order: 4;
}

.order-5 {
    order: 5;
}

.order-6 {
    order: 6;
}

.order-7 {
    order: 7;
}

.order-8 {
    order: 8;
}

.order-9 {
    order: 9;
}

.order-10 {
    order: 10;
}

.order-11 {
    order: 11;
}

.order-12 {
    order: 12;
}

.offset-1 {
    margin-left: 8.33333%;
}

.offset-2 {
    margin-left: 16.66667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.33333%;
}

.offset-5 {
    margin-left: 41.66667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.33333%;
}

.offset-8 {
    margin-left: 66.66667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.33333%;
}

.offset-11 {
    margin-left: 91.66667%;
}

@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-first {
        order: -1;
    }

    .order-sm-last {
        order: 13;
    }

    .order-sm-0 {
        order: 0;
    }

    .order-sm-1 {
        order: 1;
    }

    .order-sm-2 {
        order: 2;
    }

    .order-sm-3 {
        order: 3;
    }

    .order-sm-4 {
        order: 4;
    }

    .order-sm-5 {
        order: 5;
    }

    .order-sm-6 {
        order: 6;
    }

    .order-sm-7 {
        order: 7;
    }

    .order-sm-8 {
        order: 8;
    }

    .order-sm-9 {
        order: 9;
    }

    .order-sm-10 {
        order: 10;
    }

    .order-sm-11 {
        order: 11;
    }

    .order-sm-12 {
        order: 12;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.33333%;
    }

    .offset-sm-2 {
        margin-left: 16.66667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.33333%;
    }

    .offset-sm-5 {
        margin-left: 41.66667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.33333%;
    }

    .offset-sm-8 {
        margin-left: 66.66667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.33333%;
    }

    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-first {
        order: -1;
    }

    .order-md-last {
        order: 13;
    }

    .order-md-0 {
        order: 0;
    }

    .order-md-1 {
        order: 1;
    }

    .order-md-2 {
        order: 2;
    }

    .order-md-3 {
        order: 3;
    }

    .order-md-4 {
        order: 4;
    }

    .order-md-5 {
        order: 5;
    }

    .order-md-6 {
        order: 6;
    }

    .order-md-7 {
        order: 7;
    }

    .order-md-8 {
        order: 8;
    }

    .order-md-9 {
        order: 9;
    }

    .order-md-10 {
        order: 10;
    }

    .order-md-11 {
        order: 11;
    }

    .order-md-12 {
        order: 12;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.33333%;
    }

    .offset-md-2 {
        margin-left: 16.66667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.33333%;
    }

    .offset-md-5 {
        margin-left: 41.66667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.33333%;
    }

    .offset-md-8 {
        margin-left: 66.66667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.33333%;
    }

    .offset-md-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-first {
        order: -1;
    }

    .order-lg-last {
        order: 13;
    }

    .order-lg-0 {
        order: 0;
    }

    .order-lg-1 {
        order: 1;
    }

    .order-lg-2 {
        order: 2;
    }

    .order-lg-3 {
        order: 3;
    }

    .order-lg-4 {
        order: 4;
    }

    .order-lg-5 {
        order: 5;
    }

    .order-lg-6 {
        order: 6;
    }

    .order-lg-7 {
        order: 7;
    }

    .order-lg-8 {
        order: 8;
    }

    .order-lg-9 {
        order: 9;
    }

    .order-lg-10 {
        order: 10;
    }

    .order-lg-11 {
        order: 11;
    }

    .order-lg-12 {
        order: 12;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.33333%;
    }

    .offset-lg-2 {
        margin-left: 16.66667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.33333%;
    }

    .offset-lg-5 {
        margin-left: 41.66667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.33333%;
    }

    .offset-lg-8 {
        margin-left: 66.66667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.33333%;
    }

    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xl-first {
        order: -1;
    }

    .order-xl-last {
        order: 13;
    }

    .order-xl-0 {
        order: 0;
    }

    .order-xl-1 {
        order: 1;
    }

    .order-xl-2 {
        order: 2;
    }

    .order-xl-3 {
        order: 3;
    }

    .order-xl-4 {
        order: 4;
    }

    .order-xl-5 {
        order: 5;
    }

    .order-xl-6 {
        order: 6;
    }

    .order-xl-7 {
        order: 7;
    }

    .order-xl-8 {
        order: 8;
    }

    .order-xl-9 {
        order: 9;
    }

    .order-xl-10 {
        order: 10;
    }

    .order-xl-11 {
        order: 11;
    }

    .order-xl-12 {
        order: 12;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.33333%;
    }

    .offset-xl-2 {
        margin-left: 16.66667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.33333%;
    }

    .offset-xl-5 {
        margin-left: 41.66667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.33333%;
    }

    .offset-xl-8 {
        margin-left: 66.66667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.33333%;
    }

    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: flex !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: flex !important;
    }

    .d-md-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }

    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: flex !important;
    }

    .d-print-inline-flex {
        display: inline-flex !important;
    }
}

.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-baseline {
    align-items: baseline !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.align-content-start {
    align-content: flex-start !important;
}

.align-content-end {
    align-content: flex-end !important;
}

.align-content-center {
    align-content: center !important;
}

.align-content-between {
    align-content: space-between !important;
}

.align-content-around {
    align-content: space-around !important;
}

.align-content-stretch {
    align-content: stretch !important;
}

.align-self-auto {
    align-self: auto !important;
}

.align-self-start {
    align-self: flex-start !important;
}

.align-self-end {
    align-self: flex-end !important;
}

.align-self-center {
    align-self: center !important;
}

.align-self-baseline {
    align-self: baseline !important;
}

.align-self-stretch {
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important;
    }

    .flex-sm-column {
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-sm-start {
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        justify-content: center !important;
    }

    .justify-content-sm-between {
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        align-items: center !important;
    }

    .align-items-sm-baseline {
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        align-items: stretch !important;
    }

    .align-content-sm-start {
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        align-content: center !important;
    }

    .align-content-sm-between {
        align-content: space-between !important;
    }

    .align-content-sm-around {
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        align-self: auto !important;
    }

    .align-self-sm-start {
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        align-self: center !important;
    }

    .align-self-sm-baseline {
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important;
    }

    .flex-md-column {
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-md-start {
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        justify-content: center !important;
    }

    .justify-content-md-between {
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        justify-content: space-around !important;
    }

    .align-items-md-start {
        align-items: flex-start !important;
    }

    .align-items-md-end {
        align-items: flex-end !important;
    }

    .align-items-md-center {
        align-items: center !important;
    }

    .align-items-md-baseline {
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        align-items: stretch !important;
    }

    .align-content-md-start {
        align-content: flex-start !important;
    }

    .align-content-md-end {
        align-content: flex-end !important;
    }

    .align-content-md-center {
        align-content: center !important;
    }

    .align-content-md-between {
        align-content: space-between !important;
    }

    .align-content-md-around {
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        align-content: stretch !important;
    }

    .align-self-md-auto {
        align-self: auto !important;
    }

    .align-self-md-start {
        align-self: flex-start !important;
    }

    .align-self-md-end {
        align-self: flex-end !important;
    }

    .align-self-md-center {
        align-self: center !important;
    }

    .align-self-md-baseline {
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important;
    }

    .flex-lg-column {
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-lg-start {
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        justify-content: center !important;
    }

    .justify-content-lg-between {
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        align-items: center !important;
    }

    .align-items-lg-baseline {
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        align-items: stretch !important;
    }

    .align-content-lg-start {
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        align-content: center !important;
    }

    .align-content-lg-between {
        align-content: space-between !important;
    }

    .align-content-lg-around {
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        align-self: auto !important;
    }

    .align-self-lg-start {
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        align-self: center !important;
    }

    .align-self-lg-baseline {
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        flex-direction: row !important;
    }

    .flex-xl-column {
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-xl-start {
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        justify-content: center !important;
    }

    .justify-content-xl-between {
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        align-items: center !important;
    }

    .align-items-xl-baseline {
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        align-items: stretch !important;
    }

    .align-content-xl-start {
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        align-content: center !important;
    }

    .align-content-xl-between {
        align-content: space-between !important;
    }

    .align-content-xl-around {
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        align-self: auto !important;
    }

    .align-self-xl-start {
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        align-self: center !important;
    }

    .align-self-xl-baseline {
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        align-self: stretch !important;
    }
}

footer {
    padding: 30px 0;
    padding-bottom: 40px;
    width: 100%;
    background: #1e1e38;
}

footer .container * {
    color:white;
}

footer .container .footer-col-title {
    margin-bottom: 10px;
    font-family: "Avenir-Demi", sans-serif;
    text-transform: capitalize;
}

footer .container .footer-col-content {
    font-family: "Lato-Regular", sans-seif;
    font-size: 16px;
    text-transform: capitalize;
}

footer .footer-social-links {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}

footer .footer-social-links li {
    margin-right: 10px;
}

footer .footer-social-links li a{
    font-size: 40px;
    font-weight: 100;
}

.partner-logo-section {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
	padding-top: 20px;
}

.error {
    font-size: 12px !important;
    color: #ff0000 !important;
    font-family: "Lato-Bold" !important;
    text-transform: capitalize;
}

.tmessage.error {
    display: block;
}

@media(max-width: 480px) {
    .projects-content-wrap * {
        text-align: center;
		padding-top: 15px;
    }

    .projects-wrap {
        padding-left: 15px;
        padding-right: 15px;
    }

    .projects-content-wrap .btn {
        margin-left: auto;
        margin-right: auto;
    }

    .service-slider-title * {
        text-align: center !important;
    }

    .newsletter_form input {
        width: 100%;
    }
}