/*  ===========================
======== google fonts ======== 
============================ */
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600;700&family=Open+Sans:wght@400;500;600;700&display=swap');
/*  ===========================
======== Basic reset ======== 
============================ */
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
        overflow-x: hidden;
        scroll-behavior: smooth;
}
body {
    overflow-x: hidden;
}
a {
    text-decoration: none !important;
    font-family: 'Open Sans', sans-serif;
}
ul{
    list-style: none;
}
section{
    padding: 5rem 0px;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Jost', sans-serif;
    color: #fff;
    margin: 0;
}
p{
    font-family: 'Open Sans', sans-serif;
    color: #5A7184;
    font-size: 16px;
    font-weight: 400;
}
img{
    max-width: 100%;
    max-height: 100%;
    display: block; /* remove extra space below image */
}
/*  ===========================
    ======== header area ======== 
    ============================ */
    header {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 222;
    }
    ul.navbar-nav.ml-auto li {
        padding-top: 20px;
    }
/*  ===========================
    ======== hero area ======== 
    ============================ */
    section.hero {
        height: 100vh;
        background: url(img/hero-bg.png)center no-repeat;
        background-size: cover;
        padding: 0;
        margin: 0;
        position: relative;
    }
    .hero-text-box {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        height: 100vh;
        flex-direction: column;
    }
    .hero-logo-top img {
        width: 120px;
        margin-bottom: 38px;
    }
    .hero-title h2 {
        font-size: 38px;
        text-transform: uppercase;
        font-weight: 400;
        line-height: 55px;
    }
    .hero-title h2 span {
        font-weight: 600;
    }
    .hero-title h2 sub {
        font-size: 20px;
    }
/*  ===========================
      ==== logo box area ====
    ============================ */
    .logo-box span{
        font-weight: 600;
        font-size: 14px;
        margin-top: 8px;
        font-family: 'Jost', sans-serif;
    }
    .logo-box img {
        width: 90px;
    }
/*  ===========================
      ==== Featured area ====
    ============================ */
    section.featured {
        background: url(img/featured\ bg.png)center no-repeat;
        background-size: cover;
        padding: 205px 0px;
    }
    
    .featured-text-box h3 {
        font-size: 48px;
        color: #101865;
        font-weight: 400;
    }
    
    .featured-text-box h3 span {
        font-weight: 700;
        display: block;
    }
    
    .featured-text-box p {
        font-size: 20px;
        color: #183B56;
        margin: 20px 0px;
    }
    .btn-featured{
        background: #1565D8;
    }
    a.btn.btn-featured:hover {
        background-color: #000f28;
        color: #fff;
    }
    a.btn {
        padding: 15px 50px;
        border-radius: 200px 200px 200px 200px;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        display: inline-block;
        cursor: pointer;
        transition: all .3s;
    }
    .featured-img-for-mobile-view{
        display: none;
    }
    /*  ===========================
      ==== services area ====
    ============================ */
    .services {
        background-color: #f5f7fc;
        padding-bottom: 200px;
    }
    .section-title h2 {
        color: #183B56;
        font-size: 36px;
        font-weight: 600;
    }
    .section-title p {
        color: #5A7184;
        font-size: 18px;
        margin-top: 13px;
    }
    .services-text-box img {
        width: 65px;
    }
    .services-text-box.text-center h5 {
        font-size: 20px;
        font-weight: 600;
        color: #183B56;
        margin: 40px 0px 15px 0px;
    }
    
    .services-text-box.text-center {
        padding: 0px 30px;
    }
    .services-text-box.text-center.first-service-padding {
        padding: 0px 50px;
    }
    .services-text-box.text-center.margin-services {
        margin-top: 60px;
    }
    /*  ===========================
      ==== function area ====
    ============================ */
    .function {
        background: url(img/Wave@4x.svg)center no-repeat;
        background-size: cover;
        padding-top: 341px;
        margin-top: -169px;
        padding-bottom: 208px;
    }
    .color-white h2 {
        color: #fff;
        margin-bottom: 100px;
    }
    .function-iphone img {
    width: 350px;
    object-fit: cover;
}
    .color-white h2{
        color: #fff;
    }
    .function-text-box ul li img {
        width: 55px;
        margin-bottom: 20px;
    }
    .function-text-box ul li h5 {
        font-size: 20px;
        color: #4FC3F7;
        font-weight: 700;
    }
    
    .function-text-box ul li h5 span {
        color: #fff;
    }
    
    .function-text-box ul li {
        margin: 100px 0px 0px 0px;
    }
    .function-text-box ul li:first-child {
        margin-top: 40px;
    }
/*  ===========================
      ==== case study area ====
    ============================ */
    .case-study-text-box{
        background: url(img/cta\ bg.png)center no-repeat;
        background-size: cover;
        padding: 60px 0px;
        border-radius: 10px;
    }
    .case-study-text-box h3{
        font-size: 36px;
        font-weight: 700;
    }
    .case-study-text-box p {
        font-size: 18px;
        font-weight: 700;
        color: #fff;
        margin-top: 17px;
        font-family: 'Jost', sans-serif;
    }
    a.btn.btn-cta {
        background: #fff;
        color: #1565D8;
        padding: 15px 60px;
        margin-top: 40px;
        display: inline-block;
    }
    a.btn.btn-cta:hover {
        background-color: #2a63f2;
        color: #fff;
    }
/*  ===========================
      ==== footer area ====
    ============================ */
    footer {
        padding-bottom: 60px;
    }
    .terms-and-condition ul li {
        display: inline-block;
    }
    
    .terms-and-condition ul li a {
        color: #707070;
        font-size: 18px;
        font-weight: 400;
    }
    
    .footer-text-box.text-center p {
        color: #000051;
        font-size: 18px;
        font-weight: 600;
    }
    .data-logo img {
        width: 268px;
    }
    .hr-logo{
        margin: 80px 0px;
    }
    .hr-logo img {
        width: 88px;
    }
/*  ===========================
      ==== All Responsive codes ====
    ============================ */

 /* laptop Device :1200px.   */
 @media (min-width: 1200px)  and  (max-width: 1500px) {
    
}
         

/* LG Device or  desktop :992px.   */
@media (min-width: 992px)  and (max-width: 1200px) {

   
}
/* Tablet or md desktop :768px.   */

@media (max-width: 991px){
  
}
/*Md devices*/
@media (min-width: 768px)  and (max-width:  998px) {
    .services-text-box.text-center.first-service-padding {
        padding: 0px 0px;
    }
    .services-text-box.text-center {
        padding: 0px 0px;
    }
    .function {
        background: #1a237e;
        margin: 0;
        padding: 40px 0px;
    }
    .services {
        padding-bottom: 60px;
    }
    
 }
/*Mobile menu do here*/
@media(min-width: 992px){
    
    
}
/* small  mobile :320-767px.   */
@media (max-width: 767px)   {
    .hero-title h2 {
        font-size: 20px;
        line-height: 25px;
    }
    section{
        padding: 3rem 0px;
    }
    .logo-box.text-center {
        margin-bottom: 20px;
    }
    .featured-img-for-mobile-view{
        display: block;
    }
    section.featured {
        background: #f5f7fc;
        padding: 0 0 20px 0px;
    }
    .featured-text-box h3 {
        font-size: 33px;
        line-height: 37px;
    }
    .row {
        flex-wrap: wrap-reverse;
    }
    .featured-img-for-mobile-view img {
        margin-bottom: 30px;
    }
    .section-title h2 {
        font-size: 25px;
    }
    .services-text-box.text-center.first-service-padding {
        padding: 0px 0px;
    }
    .function {
        background: #1a237e;
        margin: 0;
        padding: 40px 0px;
    }
    .services {
        background-color: #f5f7fc;
        padding-bottom: 50px;
    }
    .color-white h2 {
        margin-bottom: 36px;
    }
    .function-text-box ul li {
        margin: 56px 0px 0px 0px;
    }
    .function-iphone img {
        width: 233px;
    }
    .case-study-text-box h3 {
        font-size: 28px;
    }
    .function-text-box ul li img {
        margin: auto;
        margin-bottom: 15px;
    }
    .function-text-box ul li h5 {
        text-align: center;
    }
  }
  @media only screen and (max-width: 479px) {
  }

/* Large mobile :480px.  */
@media only screen and (min-width:  490px) and (max-width: 767px)   {
  
}

/*contact form responsive*/
@media (min-width: 767px){
   
}
















