@import url("https://fonts.googleapis.com/css?family=Roboto");

body {
    font-family: "Roboto", sans-serif;
}
* {
    margin: 0;
    padding: 0;
}
i {
    margin-right: 10px;
}

header {
    padding: 156px 0 100px;
}

section {
    padding: 100px 0;
    font-size: 1.2rem !important;
}

body {
    background-color: #333;
    font-family: Geneva, Arial, Helvetica, sans-serif;
}

#mainNav {
    background-color: #333 !important;
}

h2 {
    font-size: 3rem !important;
}

a.nav-link.js-scroll-trigger.active {
    font-weight: 600;
    background: #dfe0e526;
    border-bottom: 3px solid #ffca28;
    border-radius: 14px;
}

header.masthead {
    text-align: center;
    color: #fff;
    background-image: url(../images/headbg1.jpg);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
}

@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}

@import url("https://fonts.googleapis.com/css?family=Roboto");

body {
    font-family: "Roboto", sans-serif;
}
* {
    margin: 0;
    padding: 0;
}
i {
    margin-right: 10px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    transition: all 0.5s;
    z-index: 997;
    margin: 0;
    padding: 15px;
    transition: all 0.5s;
    background: rgb(80 80 80 / 80%);
}

#header.header-transparent {
    background: transparent;
}

#header.header-scrolled {
    height: 60px;
}

#header .logo h1 {
    font-size: 28px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
}

#header .logo h1 a,
#header .logo h1 a:hover {
    color: #fff;
    text-decoration: none;
}

#header .logo img {
    padding: 0;
    margin: 0;
    max-height: 40px;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    background: url("../images/headbg.jpg");
    position: relative;
    /* margin: 120px 0 0 0; */
    padding: 120px 0 0 0;
    background-repeat: no-repeat;
    /* background-attachment: scroll; */
    background-position: center center;
    background-size: cover;
}

#hero:before {
    content: "";
    background: rgb(85 85 85 / 78%);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#hero h1 {
    margin: 0 0 20px 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    color: rgba(255, 255, 255, 0.8);
}

#hero h1 span {
    color: #fff;
    border-bottom: 4px solid #ffca28;
}

#hero h4 {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 40px;
    font-size: 24px;
}

#hero .btn-get-started {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 50px;
    transition: 0.5s;
    color: #fff;
    background: #ffca28;
}

#hero .btn-get-started:hover {
    background: #f5be19;
}

#hero .animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (max-width: 991px) {
    #hero {
        padding-top: 80px;
    }

    #hero .animated {
        animation: none;
    }

    #hero .hero-img {
        text-align: center;
    }

    #hero .hero-img img {
        max-width: 50%;
    }
    .header-head {
        text-align: center;
    }
    #hero h1 {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 10px;
    }

    #hero h4 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }
}

@media (max-width: 575px) {
    #hero .hero-img img {
        width: 80%;
    }
}

@keyframes up-down {
    0% {
        transform: translateY(10px);
    }

    100% {
        transform: translateY(-10px);
    }
}

.hero-waves {
    display: block;
    margin-top: 60px;
    width: 100%;
    height: 60px;
    z-index: 5;
    position: relative;
}

.wave1 use {
    animation: move-forever1 10s linear infinite;
    animation-delay: -2s;
}

.wave2 use {
    animation: move-forever2 8s linear infinite;
    animation-delay: -2s;
}

.wave3 use {
    animation: move-forever3 6s linear infinite;
    animation-delay: -2s;
}

@keyframes move-forever1 {
    0% {
        transform: translate(85px, 0%);
    }

    100% {
        transform: translate(-90px, 0%);
    }
}

@keyframes move-forever2 {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}

@keyframes move-forever3 {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}

#contact .php-email-form button[type="button"] {
    background: #ffca28;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
}

.footer-link {
    color: rgba(255, 255, 255, 0.9);
}
.footer-link:hover {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
}

ul.social-buttons li a {
    padding: 10px 24px;
}
ul.social-buttons {
    margin-bottom: 0;
    display: block;
}

section.usecases {
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
}

.case1 {
    background-image: url(../images/us1.jpg);
}

.case2 {
    background-image: url(../images/us2.jpg);
}

.case3 {
    background-image: url(../images/us3.jpg);
}

.case4 {
    background-image: url(../images/us4.jpg);
}

.card {
    border: none;
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    border-radius: 20px;
    min-height: 450px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
    .card {
        min-height: 350px;
    }
}
@media (max-width: 420px) {
    .card {
        min-height: 300px;
    }
}
.wrapper {
    background-image: url("../images/wrapper-backgroud.png");
}

.card-img-overlay > .card-body {
    padding: 1.25rem 0;
}
.card-img-overlay > .card-body > ul {
    font-size: 18px;
    padding-left: 20px;
}
.card-img-overlay > .card-body > ul > li {
    list-style: none;
}
.card-img-overlay > .card-body > ul > li > i {
    font-size: 08px;
    vertical-align: middle;
}
.card.card-has-bg {
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.card.card-has-bg:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: inherit;
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
.card.card-has-bg:hover {
    transform: scale(1.1);
    box-shadow: 0 0 5px -2px rgb(0 0 0 / 30%);
    transition: all 750ms cubic-bezier(0.19, 1, 0.22, 1);
}

.card .card-footer {
    background: none;
    border-top: none;
}
.card .card-footer .media img {
    border: solid 3px rgba(255, 255, 255, 0.3);
}
.card .card-meta {
    color: #ffca28;
    font-weight: 700;
}
.card .card-body {
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
.card:hover {
    cursor: pointer;
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
}
.card:hover .card-body {
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
}
.card .card-img-overlay {
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    background: #00000070;
}
.downloadPara {
    font-size: 15px;
    font-size: 13.5px;
    margin-bottom: 6px;
}

.w-85 {
    width: 85%;
}

@media (max-width: 768px) {
    .download-banner {
        text-align: center !important;
    }
    .download-text {
        text-align: center !important;
    }
}

/* Contact Form Css */
section.ContactFormContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: #e8e7e7;
    position: relative;
}
section.ContactFormContainer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: #e8e7e7;
}
.containerForm {
    position: relative;
    min-width: 1100px;
    min-height: 550px;
    display: flex;
    z-index: 100;
}

.containerForm .contactInfo {
    position: absolute;
    top: 40px;
    width: 350px;
    height: calc(100% - 80px);
    background-color: #333333;
    z-index: 1;
    padding: 40px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 20px 25px rgba(0, 0, 0, 0);
}

.containerForm .contactInfo h2 {
    color: #fff;
    font-size: 2rem !important;
    font-weight: 500;
}

.containerForm .contactInfo ul.info {
    position: relative;
    margin: 20px 0;
}

.containerForm .contactInfo ul.info li {
    position: relative;
    list-style: none;
    display: flex;
    margin: 20px 0;
    cursor: pointer;
    align-items: flex-start;
}
.containerForm .contactInfo ul.info li span:nth-child(1) {
    width: 30px;
    min-width: 30px;
}
.containerForm .contactInfo ul.info li span:nth-child(1) img {
    max-width: 100%;
    filter: invert(1);
}

.containerForm .contactInfo ul.info li span:nth-child(2) {
    color: #fff;
    margin-left: 10px;
    font-weight: 300;
    font-size: 17.5px;
}
.containerForm .contactInfo ul.sci {
    position: relative;
    display: flex;
}
.containerForm .contactInfo ul.sci li {
    list-style: none;
    margin-right: 15px;
}
.containerForm .contactInfo ul.sci li a {
    text-decoration: none;
}
.containerForm .contactInfo ul.sci li a img {
    filter: invert(1);
}
.containerForm .contactForm {
    position: absolute;
    padding: 70px 50px;
    padding-left: 250px;
    margin-left: 150px;
    width: calc(100% - 150px);
    height: 100%;
    background-color: #fff;
    box-shadow: 0 50px 50px rgba(0, 0, 0, 0.25);
}
.containerForm .contactForm h2 {
    color: #ffca28;
    font-size: 2rem !important;
    font-weight: 500;
}

.containerForm .contactForm .formBox {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 30px;
}
.containerForm .contactForm .formBox .inputBox {
    position: relative;
    margin-bottom: 35px;
}

.containerForm .contactForm .formBox .inputBox.w50 {
    width: 47%;
}
.containerForm .contactForm .formBox .inputBox.w100 {
    width: 100%;
}
.containerForm .contactForm .formBox .inputBox input,
.containerForm .contactForm .formBox .inputBox textarea {
    width: 100%;
    resize: none;
    padding: 5px 0;
    font-size: 18px;
    font-weight: 300;
    color: #333;
    border: none;
    outline: none;
    border-bottom: 1px solid #777;
}
.containerForm .contactForm .formBox .inputBox textarea {
    height: 120px;
}
.containerForm .contactForm .formBox .inputBox span {
    position: absolute;
    left: 0;
    padding: 5px 0;
    pointer-events: none;
    font-size: 18px;
    font-weight: 500;
    transition: 0.3s;
    color: #00000063;
}
.containerForm .contactForm .formBox .inputBox input:focus ~ span,
.containerForm .contactForm .formBox .inputBox input:valid ~ span,
.containerForm .contactForm .formBox .inputBox textarea:focus ~ span,
.containerForm .contactForm .formBox .inputBox textarea:valid ~ span {
    transform: translateY(-20px);
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #ffca28;
    font-weight: 500;
}
.containerForm .contactForm .formBox .inputBox input[type="submit"] {
    position: relative;
    cursor: pointer;
    background: #ffca28;
    color: #fff;
    border: none;
    max-width: 180px;
    padding: 12px;
}
.containerForm .contactForm .formBox .inputBox input[type="submit"]:hover {
    background: #ffc928b6;
}

/* Media Query */

@media (max-width: 1200px) {
    .containerForm {
        width: 90%;
        min-width: auto;
        margin: 20px;
        box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
    }
    .containerForm .contactInfo {
        top: 0;
        height: 550px;
        position: relative;
        box-shadow: none;
    }
    .containerForm .contactForm {
        position: relative;
        width: calc(100% - 350px);
        padding-left: 0;
        margin-left: 0;
        padding: 40px;
        height: 550px;
        box-shadow: none;
    }
}
@media (max-width: 991px) {
    section.ContactFormContainer {
        background: #ffca28;
    }
    section.ContactFormContainer::before {
        display: none;
    }

    .containerForm {
        display: flex;
        flex-direction: column-reverse;
    }
    .containerForm .contactInfo {
        width: 100%;
        height: auto;
        flex-direction: row;
    }
    .containerForm .contactForm {
        width: 100%;
        height: auto;
    }
    .containerForm .contactInfo ul.sci {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 600px) {
    .containerForm .contactForm {
        padding: 25px;
    }
    .containerForm .contactInfo {
        padding: 25px;
        flex-direction: column;
        align-items: flex-start;
    }
    .containerForm .contactForm ul.sci {
        margin-top: 40px;
    }
    .containerForm .contactForm .formBox .inputBox.w50 {
        width: 100%;
    }
}

span,
a,
a:hover {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}
.section-head {
    margin-bottom: 60px;
}
.section-head h4 {
    position: relative;
    padding: 0;
    color: #ffca28;
    line-height: 1;
    letter-spacing: 0.3px;
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    text-transform: none;
    margin-bottom: 30px;
}
.section-head h4:before {
    content: "";
    width: 60px;
    height: 3px;
    background: #ffca28;
    position: absolute;
    left: 0px;
    bottom: -10px;
    right: 0;
    margin: 0 auto;
}
.section-head h4 span {
    font-weight: 700;
    padding-bottom: 5px;
    color: #2f2f2f;
}
p.service_text {
    color: #cccccc !important;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
}
.section-head p,
p.awesome_line {
    color: #818181;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
}

.extra-text {
    font-size: 34px;
    font-weight: 700;
    color: #2f2f2f;
    margin-bottom: 25px;
    position: relative;
    text-transform: none;
}
.extra-text::before {
    content: "";
    width: 60px;
    height: 3px;
    background: #ffca28;
    position: absolute;
    left: 0px;
    bottom: -10px;
    right: 0;
    margin: 0 auto;
}
.extra-text span {
    font-weight: 700;
    color: #ffca28;
}
.item {
    background: #fff;
    text-align: center;
    padding: 30px 25px;
    -webkit-box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    border: 5px solid rgba(0, 0, 0, 0.07);
    margin-bottom: 30px;
    -webkit-transition: all 0.5s ease 0;
    transition: all 0.5s ease 0;
    transition: all 0.5s ease 0s;
    min-height: 350px;
}
.item:hover {
    background: #ffca28c9;
    box-shadow: 0 8px 20px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.5s ease 0;
    transition: all 0.5s ease 0;
    transition: all 0.5s ease 0s;
}
.item:hover .item,
.item:hover span.icon {
    background: #fff;
    border-radius: 10px;
    -webkit-transition: all 0.5s ease 0;
    transition: all 0.5s ease 0;
    transition: all 0.5s ease 0s;
}
.item:hover h6,
.item:hover p {
    color: #fff;
    -webkit-transition: all 0.5s ease 0;
    transition: all 0.5s ease 0;
    transition: all 0.5s ease 0s;
}
.item .icon {
    font-size: 40px;
    margin-bottom: 25px;
    color: #ffca28;
    width: 90px;
    height: 90px;
    line-height: 96px;
    border-radius: 50px;
}
.item .feature_box_col_one {
    background: rgba(247, 198, 5, 0.2);
    color: #ffca28;
}
.item .feature_box_col_two {
    background: rgba(255, 77, 28, 0.15);
    color: #ffca28;
}
.item .feature_box_col_three {
    background: rgba(0, 147, 38, 0.15);
    color: #ffca28;
}
.item .feature_box_col_four {
    background: rgba(0, 108, 255, 0.15);
    color: #ffca28;
}
.item .feature_box_col_five {
    background: rgba(146, 39, 255, 0.15);
    color: #ffca28;
}
.item .feature_box_col_six {
    background: rgba(23, 39, 246, 0.15);
    color: #ffca28;
}
.item p {
    font-size: 15px;
    line-height: 26px;
}
.item h6 {
    margin-bottom: 20px;
    color: #2f2f2f;
}
.mission p {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
}
.mission i {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #ffca28;
    border-radius: 50%;
    color: #fff;
    font-size: 25px;
}
.mission .small-text {
    margin-left: 10px;
    font-size: 13px;
    color: #666;
}
.skills {
    padding-top: 0px;
}
.skills .prog-item {
    margin-bottom: 25px;
}
.skills .prog-item:last-child {
    margin-bottom: 0;
}
.skills .prog-item p {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 10px;
}
.skills .prog-item .skills-progress {
    width: 100%;
    height: 10px;
    background: #e0e0e0;
    border-radius: 20px;
    position: relative;
}
.skills .prog-item .skills-progress span {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #ffca28;
    width: 10%;
    border-radius: 10px;
    -webkit-transition: all 1s;
    transition: all 1s;
}
#featuresSection {
    font-family: Roboto;
}

#featuresSection img {
    width: 30%;
}

.mainHeading {
    font-size: 30px;
    font-weight: bold;
    color: #323f4b;
}

.subheading {
    color: #323f4b;
    font-size: 20px !important;
    font-weight: 900;
}

#featuresSection h6 {
    color: #7b8794;
}

#featuresSection h2 {
    color: #323f4b;
    font-size: 20px !important;
    font-weight: 700;
}

#featuresSection p {
    color: #9aa5b1;
    font-size: 16px;
}
