
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;
}

.menu 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;
    color:white;
}
.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;
    text-decoration-thickness: 2px;
    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 !important;
    padding-right: 30px !important;
    padding-left: 30px !important;
    padding-bottom: 12px !important;
    padding-top: 12px !important;
    margin-top: 14px !important;
    color: white !important;
    border-radius: 35px !important;
    border:1px solid #2f5597 !important;
    margin-left: 450px !important;
    margin-right:50px !important;
}
.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;
}



h4{font-size:19px;}



.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%;
}






.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;
}

.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;
    list-style: none;
}

.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:1400px) 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;
    }
}

.clock-wrapper{
    left:0;
    margin-top:75px;
}

.our-work-listing-section[_ngcontent-sc11] {
    display: none !important;
  }
  .footer123{
      display: none !important;
  }
  .breadcrums-sec{
      display: none !important;
  }
  .preloader{
   display: none !important;
  }
  .menu img,.service-bottom,.services-option *{
    box-sizing: unset !important;
  }
  .design-testimonial{
      display: none !important;
  }
  .green-btn a, a.green-btn{
      background:#2f5597 !important;
      border:1px solid #2f5597 !important;
  }
  .green-btn a:hover, a.green-btn:hover{
      color: #2f5597 !important;
      background-color: white !important;
  }
  .devops-benefits-section {
    background-color: #2f5597 !important;
  }
  .enquiry-page-form .bottom-form-title {
    color: #2f5597 !important;
  }
  
  .enquiry-page-form .contact-section .contact-form-sec .bottom-area .submit-btn .submit {
    background-color: #2f5597 !important;
    border: 2px solid #2f5597 !important;
  }
  .submit:hover{
      color:#2f5597 !important;
      background-color: white !;
  }

  .mobile-menu *{
      box-sizing: unset !important;
  }

  ul{
     
      list-style: none !important;
  }