﻿

/*
Template Name: Genncy - Software/Marketing Agency HTML Template
Author: Askbootstrap
Author URI: https://wrapbootstrap.com/user/gurdeep
Version: 1.0
*/

/*
  -- Body
  -- Homepage
  -- About Page
  -- Engineering
*/

@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');

/*.. Body ..*/
body {
    font-family: 'Poppins', sans-serif;
}

/*.. Homepage ..*/
.animation-slider {
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

.video-button i.fa.fa-play {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    color: #611f69;
    font-size: 50px;
}

a.video-button {
    position: relative;
}

.text-navbar li a {
    font-size: 14px;
    color: black !important;
    margin: 14px;
}

.navbtn {
    color: #fff !important;
    background-color: #611f69 !important;
    font-size: 13px;
    width: 130px;
    height: 40px;
    font-weight: bold;
    letter-spacing: 1px;
}

.logoimg {
    height: 54px;
}

.navbar-brand {
    font-size: 30px;
}

h1 {
    font-weight: bold;
    font-size: 52px;
}

h2 {
    font-size: 40px;
    font-weight: bold;
}

h5 {
    line-height: 32px;
}

h6 {
    letter-spacing: 1px;
    font-size: 18px;
    line-height: 25px;
}

p {
    font-weight: 500;
    letter-spacing: 0.5px;
}

.owl-stage-outer:hover {
    transform: scale(1.05);
    border: none !important;
}

.owl-stage-outer {
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1) !important;
    border-radius: 3px;
    transition: transform .7s ease-in-out;
}

.hoverzoom {
    transition: transform .5s linear;
}

    .hoverzoom:hover {
        transform: scale(1.05);
        border: none !important;
        box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2) !important;
    }

.hovershadow {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    border-radius: 4px;
}

.Genncy-btn {
    color: #fff !important;
    background-color: #611f69;
    font-size: 15px;
    width: 170px;
    height: 60px;
    font-weight: bold;
}

.Genncy-btn2 {
    color: #611f69 !important;
    border: 1px solid #611f69;
    font-size: 15px;
    width: 190px;
    height: 60px;
    font-weight: bold;
}

.slider-part {
    background-color: #611f69;
}

.service-part img {
    height: 50px;
}

.channel-part img {
    width: 500px;
    height: 400px;
    padding: 20px;
}

#owl-demo .item img {
    display: block;
    height: auto;
}

#owl-demo.owl-theme .owl-nav .owl-prev {
    position: absolute;
    top: 30%;
    left: -5%;
    width: 26px;
    height: 26px;
    outline: none;
    font-size: 5em;
    color: grey;
}

#owl-demo.owl-theme .owl-nav .owl-next {
    position: absolute;
    top: 30%;
    right: -5%;
    width: 26px;
    height: 26px;
    outline: none;
    font-size: 5em;
    color: grey;
}

#owl-demo.owl-theme .owl-dots {
    margin-top: 35px;
}

    #owl-demo.owl-theme .owl-dots .owl-dot.active {
        background-color: #611f69;
    }

    #owl-demo.owl-theme .owl-dots .owl-dot {
        background-color: #c4c4c4;
        height: 15px;
        width: 15px;
        border-radius: 50%;
        margin: 7px;
    }

.card-border {
    border: none;
}

.contact-part {
    background-image: url('../images/contact.png');
    background-color: #49154a;
    color: #fff;
}

.contact-btn {
    color: #49154a !important;
    background-color: #fff;
    font-size: 15px;
    width: 170px;
    height: 60px;
    font-weight: bold;
    border: 2px #49154a;
}

    .contact-btn:hover {
        box-shadow: inset 0 0 0 2px #49154a;
        background-color: #fff;
        fill: #49154a;
    }

.contact-btn2 {
    color: #fff !important;
    border: 1px solid #fff;
    font-size: 15px;
    width: 190px;
    height: 60px;
    font-weight: bold;
}

    .contact-btn2:hover {
        box-shadow: inset 0 0 0 1px #fff;
        background-color: #49154a;
        fill: #fff;
    }

.foot-part1 img {
    width: 70px;
    height: 70px;
}

.foot-part1 p {
    font-size: 15px;
    font-weight: bold;
}

.foot-part1 ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    line-height: 32px;
    font-size: 13px;
    color: #6f6b6b;
    letter-spacing: 0.5px;
}

    .foot-part1 ul a {
        color: #6f6b6b;
    }

.foot-part2 ul li a {
    color: #495057;
}

.foot-part2 ul li {
    list-style: none;
    display: inline;
    margin: 0px 15px 0px 0px;
    font-size: 13px;
    font-weight: bold;
}

.social-icon li i {
    height: 30px;
    width: 30px;
    font-size: 20px;
}

.foot-part3 {
    color: #5d5e5f;
}


/*.. About Page Css ..*/

.h1before {
    position: relative;
}

    .h1before:before {
        content: '';
        display: block;
        position: absolute;
        top: -0.4em;
        left: -0.3em;
        background-repeat: no-repeat;
        width: 170px;
        height: 200px;
        background-size: 170px 200px;
        background-image: url('../images/tracks-2.png');
        z-index: 1;
    }

.about-sliderpart p {
    font-size: 18px;
}

    .about-sliderpart p:after {
        content: '';
        display: block;
        position: absolute;
        right: 7em;
        bottom: 5em;
        background-repeat: no-repeat;
        width: 210px;
        height: 186px;
        background-size: 210px 186px;
        background-image: url('../images/h1bg.png');
        z-index: -1;
    }

.about-counting-part p {
    line-height: 18px;
}

.logo-list img {
    padding: 22px 27px 22px 27px;
}

.about-aboutpart a {
    color: #611f69;
    text-decoration: none;
    border-bottom: 2px solid #611f69;
    cursor: pointer;
    font-weight: bold;
}

    .about-aboutpart a:hover {
        text-decoration: none;
        color: #1264a3;
    }

.about-offices p {
    font-weight: normal;
    line-height: 24px;
    font-size: 16px;
    letter-spacing: 0.1px;
}

.direction-bg {
    color: #611f69;
}

a {
    color: #611f69;
}

.hoverzoom:hover .direction-bg {
    background: #611f69;
    color: #fff !important;
}


/*..Engineering Page Css ..*/

.page3-slider ul li {
    display: inline-block;
    width: 40%;
    line-height: 35px;
    letter-spacing: 0.5px;
}

    .page3-slider ul li a {
        color: #454545;
        font-weight: 500;
    }

        .page3-slider ul li a:hover {
            color: #611f69;
        }

        .page3-slider ul li a i {
            font-size: 23px;
            margin-right: 10px;
        }

.page3-slider input {
    width: 50%;
    height: 50px;
    padding: 15px;
    font-size: 14px;
    outline: 0;
    border-radius: .25rem;
    margin: 0 7px 0 0px;
    border: 1px solid #b9babd;
}

.page3-slider button {
    color: #fff !important;
    background-color: #611f69;
    font-size: 15px;
    width: 170px;
    height: 50px;
    border-radius: .25rem;
    font-weight: bold;
    outline-color: #611f69;
    border: 0;
    font-size: 14px;
}

.develop-part1 {
    background-image: url('../images/engineering/capture.png');
    background-position: right top;
    background-repeat: no-repeat;
}

    .develop-part1 h6 {
        font-size: 14px;
        font-weight: 500;
    }

    .develop-part1 p {
        font-weight: 400;
        letter-spacing: 0.4px;
    }

.textborder {
    text-decoration-style: dashed;
    text-decoration-line: underline;
    text-decoration-color: #2d2a2a;
    text-underline-position: under;
}

.h2border {
    border-top: 1px solid #696969;
    font-size: 50px;
}

.quotes-part {
    position: relative;
}

    .quotes-part p i {
        font-size: 23px;
        font-weight: 400;
    }

    .quotes-part .quote-p {
        line-height: 8px;
    }

.quote-p {
    font-weight: 500;
    letter-spacing: 0.4px;
}

.develop3-bg {
    background-color: #f5f5f5;
}

.comp-logo img {
    padding: 0px 15px 0px 0px;
    max-width: 120px;
    margin: 0px 10px 0px 9px;
}

.icon-32 {
    height: 32px;
    width: auto;
}

.social-icon {
    padding: 10px;
}


