.container1 {
    position: absolute;
    width: 70vw;
    height: auto;
    left: 15vw;
    padding: 0;
    margin: 0;
}

body {
    overflow-x: hidden;
}

.menu {
    position: fixed;
    width: 100vw;
    height: 100px;
    z-index: 999;
    left: 0vw;
    top: 0;
    background: white;
}

.logo {
    position: relative;
    float: left;
    font-size: 50px;
    font-family: 'Roboto', sans-serif;
    width: auto;
    margin-left: 50px;
    margin-top: 15px;
}

.logo img {
    max-width: 58%;
}

.logo a:hover {
    text-decoration: none;
}

ul li {
    float: right;
    display: inline;
    font-size: 17px;
    font-weight: bold;
    padding-left: 60px;
    padding-top: 30px;
    font-family: 'Roboto', sans-serif;
    color: #4e4e4e;
    cursor: pointer;
}

ul li a {
    text-decoration: none;
    color: #4e4e4e;
}

a {
    color: #4e4e4e;
    text-decoration: none;
}

h4 {
    font-weight: bold;
}

.tech-option, .services-option, .solutions-option, .methodology-option {
    display: none;
    position: absolute;
    z-index: 9;
    width: 550px;
    height: auto;
    padding-bottom: 48px;
    background: white;
    padding: 50px;
    padding-right: 0;
    padding-top: 0;
    top: 75px;
    box-shadow: 0 0 5px #2f5597;
    padding-top: 50px;
}

.solutions-option {
    width: 900px;
    padding-bottom: 0;
    overflow: hidden;
    margin-left: -400px;
}

.tech-option {
    margin-left: -372px;
    width: 900px;
    overflow: hidden;
    padding-bottom: 0;
}

.services-option {
    width: 900px;
    overflow: hidden;
    padding-bottom: 0;
    margin-left: -350px;
}

.methodology-option {
    margin-left: -220px;
}

.tech-mobile, .tech-frontend, .tech-backend, .tech-database, .tech-cms, .services-mobile-apps, .services-web-development, .services-design, .services-devops, .services-ai, .services-test, .solutions-enterprise, .solutions-b2b, .solutions-b2c, .methodology-discovery, .methodology-pe, .methodology-rt, .methodology-pr {
    position: relative;
    float: left;
    width: 33%;
    height: 220px;
    padding-bottom: 20px;
}

.methodology-discovery, .methodology-pe, .methodology-rt, .methodology-pr {
    width: 50%;
    height: 100px;
    padding-right: 20px;
    margin-bottom: 33px;
    box-sizing: border-box;
}

.services-mobile-apps, .services-design, .services-web-development, .services-devops, .services-ai, .services-test {
    padding-bottom: 60px;
    height: 150px;
}

.service-bottom {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
    background: #2f5597;
    height: auto;
    padding: 30px;
    left: -50px;
    color: white;
}

.service-bottom h1 {
    text-align: left;
    font-size: 19px;
    font-weight: 900;
    color: white;
}

.service-bottom p {
    font-size: 17px;
}

.service-view-more {
    position: absolute;
    right: 50px;
    bottom: 40px;
    background: white;
    color: black;
    padding: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 40px;
}

.tech-mobile ul, .tech-frontend ul, .tech-backend ul, .tech-database ul, .tech-cms ul, .services-mobile-apps ul, .services-web-development ul, .services-design ul, .services-devops ul, .services-ai ul, .services-test ul, .solutions-enterprise ul, .solutions-b2b ul, .solutions-b2c ul, .methodology-discovery ul, .methodology-pe ul, .methodology-rt ul, .methodology-pr ul {
    padding: 0;
}

.tech-mobile ul li, .tech-frontend ul li, .tech-backend ul li, .tech-database ul li, .tech-cms ul li, .services-mobile-apps ul li, .services-web-development ul li, .services-design ul li, .services-devops ul li, .services-ai ul li, .services-test ul li, .solutions-enterprise ul li, .solutions-b2b ul li, .solutions-b2c ul li, .methodology-discovery ul li, .methodology-pe ul li, .methodology-rt ul li, .methodology-pr ul li {
    float: none;
    display: block;
    padding: 6px;
    padding-top: 0;
    padding-left: 45px;
    font-weight: normal;
    font-size: 13px;
}

.tech-option ul li:hover, .services-option ul li a:hover, .solutions-option ul li a:hover {
    text-decoration: underline;
    text-decoration-color: #2f5597;
    color: #2f5597;
}

.menu-about a:hover {
    color: #4e4e4e;
}

.menu-technology, .menu-services, .menu-solutions, .menu-methodology {
    padding-bottom: 35px;
}

.contact-us {
    background: #2f5597;
    margin-left: 40px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 12px;
    padding-top: 12px;
    margin-top: 14px;
    color: white;
    border-radius: 35px;
    border: 1px solid #2f5597;
    margin-left: 500px;
    margin-right: 50px;
}

.contact-us:hover {
    color: #2f5597;
    background: white;
    border: 1px solid #2f5597;
}

.contact-us a {
    color: white;
}

.contact-us:hover a {
    color: #2f5597;
    text-decoration: none;
}

.landing-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 18vh;
}

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

.landing-left h1, .landing-left p {
    display: block;
}

.land-coa {
    display: block;
}

.landing-right {
    position: relative;
    float: left;
    width: 50%;
    top: -4vh;
}

.landing-wrapper h1 {
    font-size: 60px;
    font-weight: 900;
    line-height: 1;
    font-family: 'Roboto', sans-serif;
    color: #4e4e4e;
    text-align: left;
}

.landing-wrapper p {
    font-family: 'Roboto', sans-serif;
    width: 100%;
    font-size: 21px;
    line-height: 1.4;
    color: #4e4e4e;
    margin-top: 25px;
}

.land-coa {
    background: #2f5597;
    width: 138px;
    text-align: center;
    padding: 12px;
    border-radius: 33px;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    color: white;
    margin-top: 40px;
    cursor: pointer;
    border: 1px solid #2f5597;
}

.land-coa:hover {
    background: white;
    color: #2f5597;
}

.landing-right img {
    width: 140%;
}

.ma-intro h1 {
    color: #4e4e4e;
    font-family: 'Roboto', sans-serif;
    font-size: 55px;
    text-align: center;
    font-weight: 900;
}

.ma-intro p {
    font-family: 'Roboto', sans-serif;
    color: #4e4e4e;
    font-size: 17px;
    width: 70%;
    padding-left: 15%;
    text-align: center;
}

.ios-apps, .ios-image, .android-apps, .android-image, .cross-apps, .cross-image {
    position: relative;
    width: 50%;
    height: 450px;
    float: left;
    margin-top: 7vh;
    padding: 0;
}

.ios-apps, .android-apps, .cross-apps {
    /*margin-top:13vh;*/
    padding-top: 50px;
    box-sizing: border-box;
}

.ios-apps h1, .android-apps h1, .cross-apps h1 {
    color: #4e4e4e;
    font-family: 'Roboto', sans-serif;
    font-size: 33px;
    font-weight: 900;
    text-align: left;
}

.ios-apps p, .android-apps p, .cross-apps p {
    color: #4e4e4e;
    font-size: 20px;
    line-height: 1.4;
}

/*.android-image{
    margin-top: -49px;
}
.android-apps{
    margin-top: 7vh;
    margin-bottom: 6vh;
}*/

.ios-image img, .android-image img, .cross-image img {
    position: relative;
    width: 70%;
    left: 15%;
}

.reach-out a {
    position: relative;
    padding: 15px;
    background: #003876;
    color: white;
    padding-left: 30px;
    padding-right: 30px;
    top: 30px;
    border-radius: 33px;
}

.magic2 {
    width: 100vw !important;
    left: -15vw;
    background: #f3f3f3;
}

.mcs-item a, .mcs-item img {
    max-width: 58%;
}

.main-content {
    position: relative;
    width: 100%;
    height: 350px;
    padding: 100px;
    padding-left: 0;
    padding-bottom: 0;
    margin-bottom: 200px;
    padding-top: 0;
}

.content-left, .content-right {
    position: relative;
    float: left;
}

.content-left {
    width: 80%;
}

.content-right {
    width: 20%;
}

.content-right ul li {
    padding-top: 10px !important;
}

/*
.content-right ul li:nth-child(1){
   padding-left:0 !important;
}*/

.main-content h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 35px;
    color: black;
    text-align: center;
    padding-bottom: 75px;
    margin-top: 90px;
}

.main-content p {
    font-size: 19px;
    color: #4e4e4e;
}

.discover, .designp, .deliver, .develop {
    position: relative;
    width: 25%;
    float: left;
}

.discover img, .designp img, .deliver img, .develop img {
    width: 52%;
    left: 24%;
    position: relative;
}

.discover h4, .designp h4, .deliver h4, .develop h4 {
    font-size: 22px;
    color: #4e4e4e;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

.discover p, .designp p, .deliver p, .develop p {
    font-size: 17px;
    box-sizing: border-box;
    padding-right: 25px;
    text-align: center;
}

.owl-carousel {
    width: 100vw;
    left: -15vw;
}

.card {
    position: relative;
    width: 350px;
    height: 500px;
    background: gold;
    padding: 20px;
    margin-left: 21px;
    border-radius: 10px;
}

.card img {
    max-width: 80%;
    left: 10%;
    position: relative;
}

.card p {
    color: black;
    font-family: 'Roboto', sans-serif;
    text-align: justify;
    font-size: 17px;
}

.card-readmore {
    position: absolute;
    padding: 0;
    padding-bottom: 50px;
    text-align: center;
    bottom: 0;
    box-sizing: border-box;
    width: 100%;
    left: 0;
}

.card-readmore a {
    color: #003876;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
}

.card-readmore a:hover {
    text-decoration: underline;
}

h1 {
    font-size: 45px;
    color: #4e4e4e;
    font-family: 'Roboto', sans-serif;
    position: relative;
    text-align: center;
}

.card h1 {
    font-size: 21px !important;
    font-weight: 600;
    color: black;
}

.main-content ul li {
    float: left;
    width: auto;
    padding-right: 30px;
    text-align: center;
    padding-left: 30px;
}

.hide-tech {
    position: relative;
    top: -25px;
}

.mobile, .frontend, .database, .backend, .cms, .clouddevops {
    display: none;
    position: relative;
    top: 13px;
    width: 100%;
    height: 400px;
    color: #4e4e4e;
    font-family: 'Roboto', sans-serif;
}

.mobile, .frontend, .database {
    height: 600px;
}

.mobile {
    display: block;
}

.highlight {
    color: #f1b44b;
    text-decoration: underline;
    text-decoration-color: #f1b44b;
}

.icons {
    position: relative;
    float: left;
    text-align: center;
    width: 20%;
    height: 100px;
    /* padding-left: 100px;
    padding-right: 100px;*/
    padding-top: 50px;
    padding-bottom: 50px;
}

.icons img {
    width: 70px;
}

.mobile .icons, .frontend .icons {}

.clouddevops .icons {
    left: 10%;
}

.backend .icons, .cms .icons {
    /* left:25%;*/
}

.database .icons {
    /* padding-left:2.7%;*/
}

.mobile .icons:nth-child(1), .frontend .icons:nth-child(1), .database .icons:nth-child(1) {
    padding-left: 0;
}

.mobile .icons, .frontend .icons {
    /* padding-left:5%;*/
}

.frontend .icons:nth-child(6), .mobile .icons:nth-child(6) {
    padding-left: 30%;
}

.database .icons:nth-child(6) {
    padding-left: 20%;
}

.footer {
    position: relative;
    width: 100%;
    height: 350px;
    padding-top: 0px;
    /*background: #f9f9f9;*/
    float: left;
}

.footer h3 {
    font-weight: 900;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

.footer1, .footer2, .footer3, .footer4 {
    position: relative;
    width: 25%;
    box-sizing: border-box;
    padding: 30px;
    color: #4e4e4e;
    float: left;
}

.footer1 img {
    width: 26px;
    padding-right: 6px;
    top: -9px;
    position: relative;
}

.footer-logo img {
    width: 133px;
}

.footer1 span {
    position: relative;
    top: -7px;
}

.footer ul {
    position: relative;
    left: 0;
    padding: 0;
    top: 0;
    margin: 0;
}

.footer ul li {
    width: 100%;
    padding-top: 10px;
}

.footer a {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 15px;
    ;
}

.footer-logo a {
    font-size: 25px;
    color: #2f5597;
}

.footer-end {
    position: relative;
    top: 10px;
    left: 0;
    float: left;
    width: 100%;
}

.footer-end span {
    padding-bottom: 20px;
    padding-left: 30px;
    color: #4e4e4e;
}

.social {
    position: relative;
    float: right;
    padding-right: 20px;
}

.contact-half2 {
    position: relative;
    float: right;
    width: 50%;
}

.contact-half1 {
    position: relative;
    width: 50%;
    float: left;
}

.owl-carousel2 .owl-dots {
    display: none;
}

/* clock */

.clock-wrapper {
    position: relative;
    width: 100vw;
    left: -15vw;
    margin-top: -180px;
}

.clock1-container, .clock2-container, .clock3-container {
    position: relative;
    width: 33.3%;
    float: left;
    text-align: center;
    box-sizing: border-box;
    background: #f9f9f9;
}

.clock {
    width: 5vw;
    height: 5vw;
    border-radius: 50%;
    margin: 40px 0;
    position: relative;
    background-color: black;
    margin-bottom: 0;
    left: 14vw;
}

.clock-wrapper p {
    padding-right: 50px;
    padding-left: 50px;
    padding-bottom: 50px;
}

.clock .number {
    --rotation: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 40px;
    transform: rotate(var(--rotation));
    display: none;
}

.clock .number1 {
    --rotation: 30deg;
}

.clock .number2 {
    --rotation: 60deg;
}

.clock .number3 {
    --rotation: 90deg;
}

.clock .number4 {
    --rotation: 120deg;
}

.clock .number5 {
    --rotation: 150deg;
}

.clock .number6 {
    --rotation: 180deg;
}

.clock .number7 {
    --rotation: 210deg;
}

.clock .number8 {
    --rotation: 240deg;
}

.clock .number9 {
    --rotation: 270deg;
}

.clock .number10 {
    --rotation: 300deg;
}

.clock .number11 {
    --rotation: 330deg;
}

.clock .hand {
    --rotation: 0;
    position: absolute;
    bottom: 50%;
    left: 50%;
    border: 1px solid white;
    border-radius: 5px;
    transform-origin: bottom;
    transform: translateX(-50%) rotate(calc(var(--rotation) * 1deg));
}

.clock .hand.second, .clock .hand.second2, .clock .hand.second3 {
    width: 2px;
    height: 45%;
    background-color: #ff1919;
    border: none;
}

.clock .hand.minute, .clock .hand.minute2, .clock .hand.minute3 {
    width: 4px;
    height: 40%;
    background-color: white;
}

.clock .hand.hour, .clock .hand.hour2, .clock .hand.hour3 {
    width: 6px;
    height: 35%;
    background-color: white;
}

.digital {
    position: absolute;
    bottom: 5px;
}

#date {
    position: absolute;
    top: 50px;
}

.date {
    display: inline-block;
    margin: 0 20px;
}

.digits {
    display: inline-block;
    margin: 0 20px;
}

@font-face {
    font-family: "digital-clock-font";
    src: url("digital-7.ttf");
}

.number {
    color: #2f5597;
    font-family: "digital-clock-font";
    font-size: 40px;
}

/* clock ends */

@media only screen and (max-width:1499px) and (min-width:1100px) {
    .landing-wrapper {
        margin-top: 17vh;
    }
    .landing-wrapper h1 {
        font-size: 57px;
    }
    .landing-wrapper p {
        font-size: 18px;
    }
    .ios-apps h1, .android-apps h1, .cross-apps h1 {
        font-size: 28px;
    }
    .ios-apps p, .android-apps p, .cross-apps p {
        font-size: 17px;
    }
    .android-image {
        margin-top: 0px;
    }
    .card {
        width: 275px;
    }
}

/*bootstarp nav*/

.nav-contact {
    background: #2f5597;
    color: white !important;
    padding: 40px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    border-radius: 12px;
}

.dropdown-item {
    width: 80% !important;
}
.navbar{
    width: 100vw;
    box-sizing: border-box;
}
.dropdown-item:hover {
    background-color: transparent;
}

.navbar-toggle{
    right: 33px;
    position: relative;
}
.navbar-nav{
    padding-right:20px;
}

.second,.second2,.second3{
    display: none;
}

.clock .hand.minute, .clock .hand.minute2, .clock .hand.minute3 {
    background-color: red;
    border: 1px solid red;
}