html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
}

* {
    Box-Sizing: Border-Box;
}

body {
    font-family: "Lato";
    font-weight: bolder;
}

.row {
    max-width: 100%;

}

header {
    margin: 0;
    padding: 0px;
    width: 100vw;
    height: auto;
    z-index: 300;
    position: fixed;
    overflow: hidden;
    object-fit: fill;
}

@media(max-width: 786px) {
    header {
        margin: 0;
        padding: 0px;
        width: 100vw;
        height: auto;
        object-fit: fill;
    }
}

.main-container {
    margin: 0;
    padding: 0px;
    width: 100vw;
    height: auto;
    object-fit: fill;
}


/* nav start */
.logo {
    line-height: 60px;
    position: fixed;
    float: left;
    margin: 16px 46px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 2px;
}

@media (min-width: 1000px) {
    .img-res {
        max-width: 100px;
    }
}

@media (max-width: 1000px) {
    .img-res {
        max-width: 100px;
    }
}

@media (max-width: 780px) {
    .img-res {
        max-width: 100px;
    }
}

@media (max-width: 600px) {
    .img-res {
        max-width: 90px;
    }
}

nav {
    position: fixed;
    width: 100%;
    line-height: 60px;
}

nav ul {
    line-height: 60px;
    list-style: none;
    background: rgba(0, 0, 0, 0);
    overflow: hidden;
    color: #fff;
    padding: 0;
    text-align: right;
    margin: 0;
    padding-right: 40px;
    transition: 1s;
    font-family: "Lato";
    font-weight: bolder;
}

nav.black ul {
    background: rgb(2 102 96);
}

nav ul li {
    display: inline-block;
    padding: 1px 30px;
    font-family: "Lato";
    font-weight: bolder;
}

nav ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
}

.menu-icon {
    line-height: 60px;
    width: 100%;
    background: rgb(2 102 96);
    text-align: right;
    box-sizing: border-box;
    padding: 15px 24px;
    cursor: pointer;
    color: #fff;
    display: none;
}

.menu a {
    color: inherit;
    text-decoration: none;
}

.menu a:hover {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

@media(max-width: 786px) {

    .logo {
        position: fixed;
        top: 0;
        margin-top: 16px;
    }

    nav ul {
        max-height: 0px;
        background: rgb(2 102 96);
    }

    nav.black ul {
        background: rgb(2 102 96);
    }

    .showing {
        max-height: 34em;
    }

    nav ul li {
        box-sizing: border-box;
        width: 100%;
        text-align: center;
        font-family: "Lato";
        font-weight: bolder;
    }

    .menu-icon {
        display: block;
    }

}

/* nav end */

/* bg-video start */
.video-container {
    z-index: -99;
    width: 100%;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    text-align: left;

}

.video-frist {
    width: 100vw;
    height: auto;
    object-fit: fill;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    Object-Fit: Cover;
    Object-Position: Center;
}

@media(max-width: 786px) {
    .video-container {
        padding-top: 63px;
    }
}

@media (min-width: 1200px) {
    .video-heading {
        margin: 0;
        height: 56vw;
        padding-left: 50px;
        padding-right: 50px;
        font-size: 80px;
        text-align: center;
        color: white;
        transform: translateY(-70%);
        font-weight: bold;
        font-family: lato;
    }
}

@media (max-width: 1199.98px) {
    .video-heading {
        margin: 0;
        height: 56vw;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 28px;
        transform: translateY(-90%);
        text-align: center;
        color: white;
        font-weight: bold;
        font-family: lato;
    }
}

/* bg-video end */

/* who-we-are start */
.heading-main {
    text-align: center;
    padding: 0px;
    background-color: rgb(2 102 96);
}

.content-main {
    position: relative;
}

.jumbotron {
    margin-bottom: 0px;
    background: #fff;
}

.kfe {
    background-color: #fff !important;
}

.mainbg {
    display: block;
    margin-left: 55px;
    margin-right: 50px;
    width: 370px;
    text-align: center;
    position: relative;
    margin-top: -20px;
    margin-bottom: 20px;
    float: left;
}

p.lead {
    position: relative;
    text-align: center;
    color: rgb(2 102 96);
}

.head-desc {
    font-size: large;
    font-family: "Lato";
    padding-top: 1px;
    padding-bottom: 10px !important;
}

.head-small {
    padding-top: 0px !important;
    font-size: large;
    font-family: "Lato";
    padding-bottom: 10px !important;
}

.wwr-title {
    text-align: justify;
    margin-right: 5%;
    margin-left: 10%;
    margin-top: 5%;
    color: rgb(2 102 96);
    font-weight: bolder;
    font-family: lato;
}

.wwr-para {
    text-align: justify;
    margin-right: 5%;
    margin-left: 10%;
    margin-top: 3%;
    font-size: 20px;
    color: rgb(2 102 96);
    font-weight: normal;
    font-family: lato;
}

/* who-we-are end */

/* What_We_Do Start */

.heading-main {
    text-align: center;
    margin-top: 0;
    padding: 0px;
}

.re-pad {
    margin-top: 0px;
}

.icon-design {
    text-align: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.card-design {
    margin-left: 6%;
    margin-right: 6%;
    padding: 20px;
    align-content: center;
    background: rgba(255, 255, 255, 0.45);
    color: #000;
    border-radius: 10px;
    text-align: center;
    flex: 1 1 auto;
}

.card-design:hover {
    transform: scale(1.15);
    transition-duration: 1s;
    background: #fff;
    box-shadow: 0 0 20px 0 #ccc;
    font-weight: 900;
}

.icon-bg {
    text-align: center;
    align-content: center;
    padding: 15px;
    background-color: #1D90FF;
    border-radius: 17px;
    width: fit-content;
    margin: 0 auto;
    align-content: center;
}

.card-title:hover {
    color: #fff
}

.card-title h5 {
    margin-top: 10px;
    color: rgb(2 102 96);
    font-weight: bold;
    font-family: lato;
}

/* what-we-do END */

/* people behind the scene start*/
.card-body-profile {
    text-align: center;
}

.pre-pad {
    margin-top: -49px;
}

.video-align {
    width: 100%;
    height: 100%;
    text-align: center;
    margin-left: 10px;
    border: 5px solid rgb(2 102 96);
    border-radius: 2%;
}

.text-center-align {
    text-align: center;
    color: rgb(2 102 96);
    font-size: 20px;
    font-weight: bold;
    margin-top: 5%;
}

.img-align-profile {
    margin: 10%;
    width: 330px;
    border: 5px solid rgb(2 102 96);
    border-radius: 2%;
    background-color: rgb(189, 185, 185);
    display: block;
    text-align: center;
    position: relative;
    float: left;
}

.name-aligns {
    text-align: center;
    color: rgb(2 102 96);
    font-size: 20px;
}

.profile-align-para {
    text-align: justify;
    font-family: Lato;
    font-size: 20px;
    margin-left: 15px;
    line-height: 25px;
    color: rgb(2 102 96);
}

.name-align-second {
    text-align: center;
    color: rgb(2 102 96);
    font-size: 20px;
    font-weight: bold;
    margin-top: 15%;
}

.name-aligns {
    text-align: center;
    font-size: 20px;
}

.profile-align-paras {
    text-align: justify;
    font-size: 20px;
    line-height: 22px;
    margin-left: 20px;
    margin-right: 10px;
}

.img-align-profile-second {
    border: 5px solid rgb(2 102 96);
    margin: 10%;
    border-radius: 2%;
    text-align: center;

    background-color: rgb(189, 185, 185);
}

.card-body-second {
    text-align: center;
    margin: 20px;
}

.cards {
    margin: 80px;
    text-align: justify;
    border: none;
}

.cards-para {
    margin: 10px;
    padding-left: 30px;
    text-align: justify;
}

/* people behind the scene end*/

/* we work for */

.treasure p {
    font-family: Lato;
    font-weight: bolder;
    font-size: x-large;
    margin-top: 40px;
    color: rgb(2 102 96);
}

.carousel-item {
    min-height: 280px;
}

.column {
    float: right;
    width: 20%;
}

.home-demo .item {
    border: 2px solid #757575;
    margin: 5px;
    transition: background-color 0.6s ease;
}

.owl-dots {
    text-align: center;
}

.owl-dots button.owl-dot.active span,
.owl-dots button.owl-dot:hover span {
    background-color: #FEAE00;
}

.owl-dots button.owl-dot {
    border: 1px solid gray;
    background: white;
    border-radius: 5%;
}

/* we work for */

/* join together start */

.join-together {
    margin: 30px;
}

.join-img {
    width: 70%;
    border: 5px solid rgb(2 102 96);
    border-radius: 2%;
    margin-left: 10%;
    text-align: center;
    background-color: rgb(189, 185, 185);
}

.para-join-head {
    text-align: justify;
    margin-right: 5%;
    margin-left: 10%;
    margin-top: 5%;
    color: rgb(2 102 96);
    font-family: lato;
}

.para-join {
    text-align: justify;
    margin-right: 5%;
    margin-left: 10%;
    margin-top: 3%;
    font-size: 20px;
    color: rgb(2 102 96);
    font-family: lato;
}

/* join together end */

/* contact form start*/

.form-group {
    color: rgb(2 102 96);
    margin: 3%;
    text-align: justify;
}

.form-align {
    text-align: center;
    margin: 10%;
}

.button-align {
    background-color: rgb(2 102 96);
    text-align: center;
    padding-top: 1vw;
    padding-bottom: 1vw;
    padding-left: 4vw;
    padding-right: 4vw;
    border-radius: 4px;
    color: white;
    text-decoration: none;
    border: none;
    text-transform: uppercase;
}

.form-contact-img {
    width: 60%;
    border: 5px solid rgb(2 102 96);
    border-radius: 2%;
    text-align: center;
    background-color: rgb(189, 185, 185);
}

/* contact form end*/

/* lets learn with us start */
.learn-img {
    width: 80%;
    text-align: center;
    border-radius: 2%;
    padding-top: 2%;
}

.name-align-learn {
    text-align: center;
    font-family: lato;
    font-size: 30px;
    color: rgb(2 102 96);
}

.name-align-head {
    font-size: 20px;
    padding-top: 5%;
    margin-left: 10%;
    margin-right: 10%;
    font-family: lato;
    text-align: justify;
}

/* lets learn with us end */

/*footer-links*/

#myFooter {
    background-color: rgb(2 102 96);
}

#myFooter .row {
    padding-bottom: 20px;
    text-align: center;
    border-bottom: 1px solid #e1e1e1;
}

.footer-logo {
    width: 200px;
}

.footer-logo-center {
    text-align: center;
}

.footer-adddress {
    color: white;
    text-align: justify;
    word-spacing: normal;
    margin-left: 15px;
    margin-top: 2%;
    font-size: 12px;
}

#footer-social-icons {
    margin-top: 12%;
}

.footer-logo-center {
    text-align: center;
}

.footer-adddress:hover {
    color: #fff
}

.head-small-title {
    padding-top: 50px;
    font-family: "Lato";
    font-weight: 900;
    color: #fff !important;
}

.social-footer {
    /*   border-right: 1px solid #e1e1e1;*/
    margin-top: 20px;
}

.footer-social {
    margin-left: 20px;
}

.footer-social ul {
    margin-top: 12px;
    margin-bottom: 0px;
    padding-left: 0px;
    list-style: none;
    display: inline-block;
}

.footer-social ul li {
    float: left;
    list-style: none;
    margin-right: 16px;
    font-size: 35px;
}

.inform {
    display: inline-block;
}

#text,
#ico {
    line-height: 50px;
    margin-left: 15px;
    color: #fff;
}

#ico {
    font-size: 25px;
    color: #fff;
    vertical-align: middle;
}

/* media rules */
@media only screen and (max-width: 1024px) {
    h1.main-head {
        padding: 0px;
        font-size: 90px;
        letter-spacing: 20px;
    }

    .mainbg {
        width: 300px;
    }

    .img-align-profile {
        margin: 10%;
        width: 280px;
        border: 5px solid rgb(2 102 96);
        border-radius: 2%;
        background-color: rgb(189, 185, 185);
        display: block;
        text-align: center;
        position: relative;
        float: left;
    }

    .treasure p {
        font-family: Lato;
        font-weight: bolder;
        font-size: medium;
        margin-top: 40px;
        color: rgb(2 102 96);
    }

    .head-desc {
        font-size: 30px;
    }

    .head-desc-second {
        font-size: 20px;
    }

    .head-desc-sub-second {
        font-size: 15px;
    }

    .head-small {
        font-size: large;
    }

    .ol-steps {
        font-size: 15px;
    }

    .pubg-btn {
        font-size: 16px;
    }

    .item {
        padding: 20px 20px;
    }

    .item:hover .s1 {
        left: 0;
    }

    .item:hover .s2 {
        right: -10px;
    }
}

@media only screen and (max-width: 768px) {
    .pubg {
        padding-top: 0px;
    }

    #stick-logo {
        display: none !important;
    }

    p.lead {
        position: relative;
        text-align: center;
        color: rgb(2 102 96);
    }

    p.lead-small {
        position: relative;
        color: rgb(2 102 96);
    }

    .treasure p {
        font-family: Lato;
        font-weight: bolder;
        font-size: small;
        margin-top: 40px;
        color: rgb(2 102 96);
    }

    .ol-steps {
        position: relative;
        padding: 20px;
        color: #fff;
    }

    h1.main-head {
        font-size: 40px;
        letter-spacing: 10px;
        width: 325px;
        margin: 0 auto;
        z-index: 2;
    }

    .mainbg {
        width: 250px;
        margin-top: 5px;
    }

    .img-align-profile {
        margin: 10%;
        width: 280px;
        border: 5px solid rgb(2 102 96);
        border-radius: 2%;
        background-color: rgb(189, 185, 185);
        display: block;
        text-align: center;
        position: relative;
        float: left;
    }

    .display-4 {
        font-size: 30px;
    }

    .fixed-top {
        position: fixed;
        top: 0;
        background: #030d19 !important;
        z-index: 2;
    }

    .lead {
        z-index: 0;
    }

    .lead-small {
        z-index: 0;
    }

    .footer-logo {
        width: 100px;
    }
}

/* media rules */