ul {
    margin: 0;
    padding: 0 !important;
    list-style: none;
}
.home_header {
    position: fixed;
    z-index: 10;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.2s ease-in-out;
    background-color: #ffffff;
  }
.home_header .offcanvas-header {
    display: none;
}
  .home_header.inner_header .top_nav {
    background: #fff;
    padding-top: 15px;
  }
  .home_header.inner_header .social_ul li a {
    color: var(--dark) !important;
    border-color: #d0d0d0;
  }
  .home_header.inner_header .social_ul li a:hover {
    color: #fff !important;
  }
  .home_header.inner_header .navbar {
    /*border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;*/
  }
  .home_header.inner_header .phone {
    color: var(--dark);
  }
  .home_header.inner_header .header_in::before {
    background: #ffffff;
    /*filter: blur(0px);
    opacity: 1;*/
  }
  .navbar-expand-lg .navbar-nav .nav-link {
  }
  .home_header.inner_header .navbar-nav .nav-link {
    color: var(--dark) !important;
  }
  .home_header.inner_header .navbar-nav .nav-link:hover {
    color: var(--primary) !important;
  }
  .home_header.inner_header .white-logo {
    display: none;
  }
  .home_header.inner_header .color-logo {
    display: block;
  }
  .home_header.inner_header.fixed-tops .top_nav {
    /*border-top: 1px solid #d0d0d0;*/
    background: #fff;
  }
  .home_header.inner_header.fixed-tops .social_ul li a {
    color: var(--dark) !important;
    border-color: #d0d0d0;
  }
  .home_header.inner_header.fixed-tops .social_ul li a:hover {
    color: #fff !important;
  }
  .home_header.inner_header.fixed-tops .header_in::before {
    background: #ffffff !important;
    /*filter: blur(0px) !important;
    opacity: 1 !important;*/
  }
  .home_header.inner_header.fixed-tops .navbar {
    /*border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;*/
  }
  .home_header.inner_header .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
  }
  .home_header .navbar-toggler-icon {
    background-image: url("../img/icon/toggle.svg") !important;
  }
  .home_header .navbar-toggler {
    color: #414d63;
    border-color: rgba(255, 255, 255, 0.3098039216);
    padding: 0;
  }
  .home_header .navbar-toggler:focus {
    box-shadow: none;
  }
  .home_header.fixed-tops {
    background: #fff;
  }
  .home_header.fixed-tops .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
  }
  .home_header.fixed-tops .header_in::before {
    background: none;
  }
  .home_header.fixed-tops .navbar-nav .nav-link {
    color: #8b87a6 !important;
  }
  .home_header.fixed-tops .navbar-nav .nav-link:hover {
    color: var(--primary) !important;
  }
  .home_header.fixed-tops .navbar {
    border: 1px solid #eceff3;
    padding: 0;
  }
  .home_header.fixed-tops .white-logo {
    display: none;
  }
  .home_header.fixed-tops .color-logo {
    display: block;
  }
  /*.home_header.fixed-tops .navbar-brand {
    max-width: 160px;
  }*/
  .home_header.fixed-tops .top_nav {
    background: #0e2b5c;
  }
  .home_header .color-logo {
    display: none;
  }
  .home_header .header_in {
    position: relative;
  }
  .home_header .header_in::before {
    /*content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8117647059);
    filter: blur(9px);
    -o-filter: blur(9px);
    -ms-filter: blur(9px);
    -moz-filter: blur(9px);
    -webkit-filter: blur(9px);
    opacity: 0.4;*/
  }
  .home_header .breadcrumbs {
    padding: 180px 0px 100px;
    text-align: center;
    background: #eef9f5;
    position: relative;
    border-radius: 0 0 150px 150px;
    overflow: hidden;
  }
  .home_header .breadcrumbs .col-lg-8 {
    position: relative;
    z-index: 1;
  }
  .home_header .top_nav {
    height: 40px;
    overflow: hidden;
    position: relative;
  }
  .home_header .top_col {
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }
  .home_header .social_ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0px;
  }
  .home_header .social_ul li a {
    font-size: 14px;
    color: #8b87a6 !important;
    padding: 10px 11px;
    width: 40px;
    display: block;
    border-color: #414d63;
    border-width: 0px 1px 0px 1px;
    border-style: solid;
    text-align: center;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
  }
  .home_header .social_ul li a:hover {
    background: var(--primary);
    color: #fff !important;
  }
  .home_header .social_ul li:nth-child(1) a {
    border-width: 0px 0px 0px 1px;
  }
  .home_header .social_ul li:nth-child(2) a {
    border-width: 0px 0px 0px 1px;
  }
  .home_header .social_ul li:nth-child(3) a {
    border-width: 0px 0px 0px 1px;
  }
  .home_header .social_ul li:nth-child(4) a {
    border-width: 0px 0px 0px 1px;
  }
  .home_header .get_quote {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0px;
  }
  .home_header .get_quote li:first-child {
    margin-right: 25px;
  }
  .home_header .get_quote .btn-danger {
    border-radius: 2px;
    font-size: 12px;
    padding: 4px 22px;
  }
  .home_header .phone {
    color: #fff;
    font-size: 12px;
  }
  .home_header .phone:hover {
    color: var(--primary);
  }
  .home_header .phone i {
    margin-right: 10px;
  }
  /*.home_header .navbar-brand {
    display: inline-block;
    width: 100%;
    position: relative;
    max-width: 201px;
    white-space: nowrap;
  }*/
  .home_header .navbar {
    padding: 0;
    /*border: 1px solid #414d63;*/
    border-left: 0;
    border-right: 0;
    box-shadow: 0 2px 6px rgba(100, 95, 136, 0.15);
  }
  .home_header .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0px;
  }
  .home_header .navbar-nav .main-ul a {
    color: var(--dark);
    font-size: 0.9rem;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
  }
  .home_header .navbar-nav .main-ul a:hover {
    color: var(--primary);
  }
  .home_header .navbar-nav .main-ul a i {
    display: inline-block;
    color: var(--grey);
    width: 2rem;
    text-align: center;
    vertical-align: middle;
    font-size: 1.1rem;
    margin-right: 0.4rem;
  }
  .home_header .navbar-nav .main-ul h4 {
    font-weight: 600;
    font-size: 1.1rem;
    margin: 0;
    color: var(--primary);
    text-transform: capitalize;
  }
  /*.home_header .navbar-nav .main-ul h4 span {
    border-bottom: 2px solid var(--primary);
  }*/
  .home_header .navbar-nav .main-ul > li {
    margin-bottom: 30px;
  }
  .home_header .navbar-nav .main-ul .sub_ul {
    padding-left: 55px !important;
    list-style: disc;
    margin-top: 20px;
  }
  .home_header .navbar-nav .main-ul .sub_ul li {
    margin-bottom: 10px;
  }
  .home_header .navbar-nav .nav-link {
    color: #8b87a6 !important;
    font-size: 1rem;
    display: block;
  }
  .home_header .navbar-nav .nav-link:hover {
    color: var(--primary) !important;
  }
  .home_header .navbar-nav .small-menu-drop .main-ul > li {
    margin-bottom: 20px;
  }
  .home_header .floting_btn {
    position: fixed;
    top: 192px;
    z-index: 12;
    right: 0;
    border-radius: 10px 0px 0px 10px;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px;
    font-size: 30px;
    color: #0e2b5c;
    background: #46fc9b !important;
    border-color: #46fc9b !important;
  }
  .home_header .floting_btn:hover {
    background: var(--primary) !important;
    border-color: var(--primary) !important;
  }
  .home_header .floting_btn:hover > svg {
    -webkit-animation: ring 2s ease infinite;
    animation: ring 2s ease infinite;
    transform-origin-x: 50%;
    transform-origin-y: 0px;
    transform-origin-z: initial;
  }
  .home_header .floting_btn:hover > svg path {
    stroke: #fff;
  }
  .home_header .floting_btn svg {
    -webkit-animation: ring 2s ease infinite;
    animation: ring 2s ease infinite;
    transform-origin-x: 50%;
    transform-origin-y: 0px;
    transform-origin-z: initial;
  }
  .home_header .floting-menu {
    position: relative;
  }
  .home_header .floting-menu .menu-flote {
    border: 1px solid #eceff3;
    visibility: hidden;
    width: 0;
    display: block;
    opacity: 0;
    background-color: #fff;
    padding: 10px 8px;
    position: fixed;
    top: 262px;
    right: -100%;
    transition: 0.5s ease;
    overflow: hidden;
    border-radius: 3px 0px 0px 3px;
  }
  .home_header .floting-menu .menu-flote.open {
    visibility: visible;
    width: 230px;
    height: auto;
    opacity: 1;
    right: 0;
  }
  .home_header .floting-menu .menu-flote h5 {
    color: #8b87a6;
    font-size: 1rem;
    font-weight: 600;
    padding: 0px 5px;
    margin-bottom: 6px;
  }
  .home_header .floting-menu .menu-flote li a {
    padding: 5px;
    display: block;
    font-weight: 600;
    font-size: 15px;
  }
  .home_header .floting-menu .menu-flote li i {
    color: var(--primary);
    width: 15px;
  }
  .home_header .floting-menu .menu-flote li span {
    color: #0e2b5c;
  }
  .home_header .floting-menu .menu-heads {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .home_header .floting-menu .btn_close {
    outline: 0;
    border: 0;
    background: none;
    color: var(--primary);
    padding: 0;
    padding-right: 5px;
    line-height: 16px;
    font-size: 18px;
  }
  .home_header.fixed-tops .navbar-nav .nav-link {
    padding: 30px 18px;
  }
  
  .bottom-nav {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--primary);
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    z-index: 99;
    will-change: transform;
    transform: translateZ(0);
    box-shadow: 0 1px 15px 1px rgba(1, 117, 90, 0.2117647059);
    transition: all 0.3s ease-in-out;
  }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .navbar-expand-lg .navbar-nav .nav-link {
      padding-left: 10px !important;
      padding-right: 10px !important;
      font-size: 14px;
    }
  }
  @media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
      padding: 45px 18px;
    }
    .navbar-expand-lg .navbar-nav .nav-item.dropdown {
      position: static;
    }
    .navbar-expand-lg .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
      display: block;
      -webkit-animation: fade-in 1s;
      animation: fade-in 1s;
      transition: opacity 1s ease-in-out;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
      min-width: 100%;
      border-radius: 0px;
      border: 0px;
      left: -1px;
      right: -1px;
      margin-top: 0px;
      border-top: 0px;
      /*border-bottom: 1px solid rgba(0, 0, 0, 0.15);
      box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1294117647);*/
      display: none;
      top: 100%;
      border-radius: 0px 0px 5px 5px;
      border-top: 2px solid var(--primary);
    }
    .navbar-expand-lg .navbar-nav .small-menu-drop {
      min-width: 300px;
    }
    .navbar-expand-lg .navbar-nav .small-menu-drop .mega_menu_col {
      padding: 20px 0px 0px;
    }
    .navbar-expand-lg .navbar-nav .drop-small {
      position: relative !important;
    }
    .navbar-expand-lg .navbar-nav .mega_menu_col {
      padding: 50px 0px 20px;
    }
    @-webkit-keyframes fade-in {
      from {
        opacity: 0;
      }
      to {
        opacity: 1;
      }
    }
    @keyframes fade-in {
      from {
        opacity: 0;
      }
      to {
        opacity: 1;
      }
    }
    .home_header.fixed-tops .navbar-nav .nav-link {
      padding: 30px 18px;
    }
    .portfolio_sec .swiper-pagination {
      left: 2% !important;
      top: 50%;
      transform: translate(0px, -50%) !important;
      height: 75%;
      width: 1px !important;
      background: #d4d4d4;
      overflow: visible;
    }
    .portfolio_sec .swiper-pagination-bullet {
      display: block;
      margin: 0 !important;
      padding: 0;
      height: 34%;
      left: 0px !important;
      border-radius: 0px;
      background: transparent;
      width: 2px;
    }
    .portfolio_sec .swiper-pagination-bullet.swiper-pagination-bullet-active-main {
      background: #0e2b5c;
    }
    .portfolio_sec .swipe_nav {
      position: absolute;
      top: 16%;
      width: 70px;
    }
    .portfolio_sec .swiper-button-prev {
      left: 0px;
      width: 22px;
    }
    .portfolio_sec .swiper-button-prev:after {
      font-size: 30px;
      color: #0e2b5c;
    }
    .portfolio_sec .swiper-button-next {
      right: -7px;
      width: 22px;
    }
    .portfolio_sec .swiper-button-next:after {
      font-size: 30px;
      color: #0e2b5c;
    }
  }
  .navbar-expand-lg .navbar-nav .nav-item.dropdown {
    position: static;
  }
  .navbar-expand-lg .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    -webkit-animation: fade-in 1s;
    animation: fade-in 1s;
    transition: opacity 1s ease-in-out;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    min-width: 100%;
    border-radius: 0px;
    border: 0px;
    left: -1px;
    right: -1px;
    margin-top: 0px;
    border-top: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1294117647);
    display: none;
    top: 100%;
    border-top: 2px solid var(--grey);
    background-color: var(--light);
  }
  .navbar-expand-lg .navbar-nav .small-menu-drop {
    min-width: 300px;
  }
  .navbar-expand-lg .navbar-nav .small-menu-drop .mega_menu_col {
    padding: 20px 0px 0px;
  }
  .navbar-expand-lg .navbar-nav .drop-small {
    position: relative !important;
  }
  .navbar-expand-lg .navbar-nav .mega_menu_col {
    padding: 50px 0px 20px;
  }
  
  to {
    opacity: 1;
    opacity: 1;
  }
  
  .bottom-nav a {
    text-align: center;
    text-align: center;
    flex: 0 0 auto;
    width: 33.33%;
    padding: 6px 3px;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    border-right: 1px solid rgba(23, 29, 85, 0.1215686275);
    transition: 0.3s all;
  }
  .bottom-nav a:hover {
    background: #0e2b5c;
  }
  .bottom-nav a:last-child {
    border-right: 0px;
  }
  .bottom-nav a span {
    font-size: 14px;
    line-height: 14px;
    display: block;
    margin-top: 3px;
  }
  .bottom-nav i {
    display: block;
  }

  @media (max-width: 1199px) {
    .solution .solution-content h4 {
      font-size: 20px;
    }
    .our-culture .card-item {
      padding: 25px 20px;
    }
    .created_captcha {
      font-size: 20px !important;
      line-height: 20px !important;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
      padding: 45px 10px;
    }
    /*.home_header .navbar-brand {
      max-width: 140px;
    }*/
    .home_header .navbar-nav .nav-link {
      padding: 30px 9px;
    }
  }

  @media (max-width: 991px) {
    .crypto-banner {
      padding-top: 190px;
      padding-bottom: 65px;
    }
    .crypto-banner .banner-img {
      margin-top: 30px;
    }
    .cyipto-faq-sec {
      padding: 65px 0px;
    }
    .cyipto-faq-sec .faq-img {
      margin-bottom: 30px;
    }
    .crypto-ds-sec {
      padding: 65px 0px;
    }
    .crypto-ds-sec h4 {
      font-size: 16px;
    }
    .crypto-ds-sec .crypto-ds-sec p {
      font-size: 15px;
    }
    .crypto-ds-sec .card-main img {
      height: 40px;
    }
    .crypto-ds-sec .card-main .card-img {
      width: 40px;
    }
    .technology-stack-sec {
      padding: 65px 0px;
    }
    .how-to-crate-crypto {
      padding-bottom: 65px;
    }
    .how-to-crate-crypto .timeline {
      width: 70%;
    }
    .crypto-about-sec {
      padding: 65px 0px;
    }
    .crypto-about-sec .woked-img {
      margin-top: 30px;
    }
    .home_header .navbar {
      padding: 6px 0px 6px;
    }
    /*.home_header .navbar-brand {
      max-width: 150px !important;
    }*/
    .offcanvas {
        display: block;
        width: 100%;
    }
    .home_header .offcanvas-body {
      padding: 0rem 0rem 1rem;
    }
    .home_header .btn-close {
      background: url("../img/icon/btn-close.svg") center/1em auto no-repeat !important;
    }
    .home_header .navbar-nav .mega_menu_col {
      padding: 0px 0px 15px;
    }
    .home_header .navbar-nav .nav-link {
      color: var(--dark) !important;
      font-size: 16px;
      background: #fff;
      padding-left: 1rem;
      padding-right: 1rem;
      padding-bottom: 0.6rem;
      padding-top: 0.6rem;
      border-bottom: 1px solid #eeeeee;
    }
    .home_header .navbar-nav .dropdown-menu {
      border-radius: 0px;
      border: 0px;
      margin-top: 0;
      box-shadow: none !important;
    }
    .home_header .navbar-nav .main-ul > li {
      margin-bottom: 15px;
    }
    .home_header .navbar-nav .main-ul a {
      font-size: 14px;
    }
    .home_header .navbar-nav .main-ul a i {
      margin-right: 6px;
    }
    .home_header .navbar-nav .main-ul h4 {
      font-size: 16px;
      margin-top: 10px;
    }
    .home_header .mega_menu_col .col-md-3 {
      width: 100% !important;
    }
    .home_header .mega_menu_col .col-md-4, .home_header .mega_menu_col .col-md-6 {
      width: 100% !important;
    }
    .home_header .floting-menu .menu-flote {
      top: 245px;
    }
    .home_header.fixed-tops .offcanvas-header .white-logo {
      display: block;
    }
    .home_header.fixed-tops .navbar-nav .nav-link {
      padding-left: 1rem;
      padding-right: 1rem;
      padding-bottom: 0.6rem;
      padding-top: 0.6rem;
    }
    .home_header.inner_header .offcanvas-header .white-logo {
      display: block;
    }
    .home_header.inner_header .navbar-nav .nav-link {
      color: var(--dark) !important;
    }
    .customized-salesforce {
      padding: 65px 0px 65px;
    }
    .customized-salesforce .trend-column .trend-content {
      width: 100%;
      text-align: center;
      padding: 25px 20px 25px 20px;
    }
    .customized-salesforce .trend-column .start-let {
      padding-right: 0px;
      width: 100%;
      text-align: center;
      padding-bottom: 20px;
      justify-content: center;
    }
    .customized-salesforce .trend-column .lest-start {
      padding: 28px 36px;
      margin-right: 0px;
      display: inline-block;
    }
    .customized-salesforce .trend-column .lest-start::before {
      width: 55px;
      height: 55px;
    }
    .customized-salesforce .trend-column .lest-start::after {
      width: 55px;
      height: 55px;
    }
    .customized-salesforce .content {
      padding: 20px 0px 0px 0px;
    }
    .customized-salesforce .content .mainheading {
      font-size: 26px;
    }
    .customized-salesforce .customized-img a {
      width: 94%;
      bottom: 10px;
      left: 10px;
      right: 10px;
      padding: 10px 10px;
      font-size: 18px;
    }
    .customized-salesforce .customized-img a .img-fluid {
      width: 35px;
    }
    .hero-sec {
      min-height: 600px;
      padding-top: 123px;
    }
    .hero-sec h1 {
      font-size: 50px;
      line-height: 70px;
    }
    .hero-sec h2 {
      font-size: 40px;
      margin-bottom: 26px;
    }
    .hero-sec .btn-outline-secondary .btn_icon {
      width: 40px;
      height: 40px;
      padding: 10px 0px;
      font-size: 15px;
    }
    .hero-sec .wave_img {
      position: absolute;
      z-index: 2;
      right: 0;
      bottom: 0;
      width: 514px;
    }
    .achievement-sec .content {
      margin-bottom: 20px;
    }
    .about_us_sec {
      padding: 65px 0px 59px;
    }
    .about_us_sec h2 {
      font-size: 26px;
    }
    .about_us_sec .about-pera {
      padding-left: 0px;
    }
    .our_services_sec .our_card {
      padding: 30px 20px 30px;
    }
    .our_services_sec .our_content {
      padding-left: 0px;
    }
    .our_services_sec .our_icon {
      width: 70px;
      text-align: center;
    }
    .our_services_sec h4 {
      font-size: 18px;
    }
    .our_services_sec p {
      margin-bottom: 10px;
      font-size: 15px;
    }
    .cat-col h4 {
      font-size: 19px;
    }
    .cat-col .btn-danger {
      font-size: 16px;
      padding: 10px 32px;
    }
    .portfolio_sec {
      padding-top: 65px;
    }
    .portfolio_sec .content {
      padding-left: 0px;
      padding-right: 15px;
    }
    .portfolio_sec .content p {
      font-size: 16px;
      margin-bottom: 15px;
    }
    .portfolio_sec .heading h6 {
      font-size: 20px;
    }
    .portfolio_sec .swipe_nav {
      display: none;
    }
    .portfolio_sec .logo {
      margin-bottom: 15px;
      max-width: 90px;
    }
    .our_development_sec {
      padding-top: 65px;
    }
    .our_development_sec h4 {
      font-size: 16px;
    }
    .blog-sec {
      padding-bottom: 65px;
    }
    .blog-sec .blog-head {
      padding: 20px;
    }
    .blog-sec .blog-head img {
      height: 120px;
    }
    .blog-sec .content {
      padding: 15px 15px;
    }
    .blog-sec h4 {
      font-size: 16px;
    }
    .blog-sec h5 {
      font-size: 15px;
    }
    .blog-sec p {
      font-size: 14px;
    }
    .blog-sec .blog_footer {
      padding: 10px 15px;
    }
    .blog-sec .blog_footer a {
      font-size: 15px;
    }
    .blog-sec .swiper-pagination-bullet-active {
      width: 10px;
      height: 10px;
    }
    .blog-sec .heading {
      margin-bottom: 30px;
    }
    /*
    .container,
  .container-md,
  .container-sm {
      max-width: 850px;
    }*/
    .footer {
      padding-top: 65px;
    }
    .footer .contact_us_sec .main_title {
      font-size: 26px;
      margin-bottom: 20px;
    }
    .footer .contact_us_sec .testiamonial {
      padding-left: 20px;
    }
    .footer .contact_us_sec .testiamonial p {
      margin: 30px 0px 34px;
      font-size: 18px;
    }
    .footer .contact_us_sec .heading_loc {
      text-align: center;
      margin-top: 20px;
    }
    .footer .contact_us_sec .location_card .icon {
      width: 50px;
    }
    .footer .contact_us_sec .location_card h6 {
      font-size: 14px;
    }
    .footer .footer_bar {
      padding: 15px 0px;
    }
    .inner_common_sec {
      padding-top: 93px;
    }
    .inner_common_sec p {
      font-size: 16px;
    }
    .inner_common_sec .mainheading {
      font-size: 26px;
    }
    .inner_common_sec .about_us_sec .heading {
      padding: 65px 0px 65px;
    }
    .inner_common_sec .fantacy-sport-sec h4 {
      font-size: 18px;
    }
    .inner_common_sec .fantacy-sport-sec p {
      color: #ffffff;
      font-size: 16px;
    }
    .inner_common_sec .fantacy-sport-sec .heading {
      margin-top: 65px;
    }
    .about_business_sec {
      padding-top: 65px;
      padding-bottom: 65px;
    }
    .about_business_sec .about_card {
      padding: 20px 15px 20px;
    }
    .about_business_sec .about_card img {
      max-width: 60px;
    }
    .about_business_sec h5 {
      font-size: 18px;
      margin-bottom: 15px;
    }
    .about_business_sec p {
      margin: 20px 0px 15px;
      font-size: 15px;
    }
    .about_business_sec .btn-danger {
      font-size: 16px;
      padding: 8px 12px;
    }
    .productive_business_sec {
      padding-top: 65px;
      padding-bottom: 65px;
    }
    .productive_business_sec .next_card {
      padding: 20px 15px;
    }
    .productive_business_sec .next_card h5 {
      font-size: 16px;
      margin-bottom: 6px;
    }
    .productive_business_sec .next_card img {
      margin-bottom: 14px;
    }
    .project_with_us_sec .project_top {
      padding-top: 65px;
    }
    .project_with_us_sec .border-row {
      margin-bottom: 65px;
    }
    .project_with_us_sec .border-row:before {
      left: 44%;
    }
    .project_with_us_sec .mainheading {
      margin-bottom: 40px;
    }
    .project_with_us_sec .contact_card .icon {
      width: 60px;
    }
    .project_with_us_sec .contact_card h5 {
      font-size: 22px;
    }
    .project_with_us_sec .contact_card h6 {
      font-size: 18px;
      margin-bottom: 4px;
    }
    .project_with_us_sec .contact_card .contact_text {
      padding-left: 20px;
    }
    .project_with_us_sec .location-card .image {
      width: 80px;
    }
    .project_with_us_sec .location-card h5 {
      font-size: 16px;
      margin-bottom: 0px;
    }
    .project_with_us_sec .location-card .location_content {
      padding-left: 10px;
    }
    .project_with_us_sec .form_col .main_title {
      font-size: 26px;
      margin-bottom: 10px;
    }
    .project_with_us_sec .form_col .form-control {
      min-height: 40px;
    }
    .project_with_us_sec .form_col .form-group {
      margin-bottom: 15px;
    }
    .project_with_us_sec .form_col .btn-primary {
      min-height: 40px;
      line-height: 25px;
      font-size: 16px;
    }
    .why_we_are_sec {
      padding-top: 65px;
      padding-bottom: 65px;
    }
    .why_we_are_sec p {
      font-size: 16px;
      margin: 10px 0px 20px;
    }
    .web_service_sec {
      padding-bottom: 65px;
    }
    .web_service_sec .heading {
      margin-bottom: 30px;
    }
    .web_service_sec .icon_main {
      width: 60px;
    }
    .web_service_sec .icon_content {
      padding: 15px 10px;
    }
    .web_service_sec h4 {
      font-size: 18px;
    }
    .web_service_sec p {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 4;
      line-clamp: 4;
      -webkit-box-orient: vertical;
      font-size: 14px;
    }
    .industry_sec .heading {
      margin-bottom: 30px;
    }
    .industry_sec .heading p {
      font-size: 16px;
    }
    .industry_sec .industry_card {
      border: 1px solid #e1e1e1;
      border-radius: 20px;
      padding: 15px 10px 25px;
      margin-bottom: 28px;
    }
    .industry_sec .industry_card img {
      max-width: 50px;
      margin-bottom: 35px;
    }
    .industry_sec .industry_card h5 {
      font-size: 16px;
    }
    .how_we_work_cta .how_we_work_card {
      padding: 40px 30px;
    }
    .how_we_work_cta h3 {
      font-size: 18px;
      line-height: 25px;
    }
    .how_we_work_cta .btn-danger {
      font-size: 16px;
    }
    .web_blog_sec {
      padding: 65px 0px 65px;
    }
    .web_blog_sec .web_blog_card {
      margin-bottom: 20px;
      border: 0;
    }
    .web_blog_sec .web_blog_card img {
      height: 170px;
    }
    .web_blog_sec .web_blog_text {
      padding: 10px;
    }
    .web_blog_sec .web_blog_text p {
      -webkit-line-clamp: 3;
      line-clamp: 3;
    }
    .web_blog_sec .web_blog_text h5 {
      font-size: 18px;
    }
    .inner_mobile_app_sec .mobile_app_develop.common_app {
      height: 620px;
    }
    .inner_mobile_app_sec .sales-hero .mainheading {
      font-size: 26px;
    }
    .top_mobile_app_sec {
      padding: 65px 0px 65px;
    }
    .top_mobile_app_sec p {
      font-size: 16px;
      line-height: normal;
    }
    .top_mobile_app_sec .icon_design {
      max-width: 70px;
    }
    .top_mobile_app_sec .mob_content {
      padding-left: 0px;
    }
    .top_mobile_app_sec h5 {
      font-size: 24px;
      margin-bottom: 4px;
    }
    .top_mobile_app_sec h6 {
      font-size: 15px;
    }
    .custom_app_sec {
      padding: 65px 0px;
    }
    .custom_app_sec .mainheading {
      margin-bottom: 35px;
    }
    .custom_app_sec .service_card {
      margin-bottom: 30px;
    }
    .custom_app_sec .service_card h4 {
      margin-bottom: 12px;
      padding-left: 10px;
    }
    .custom_app_sec .service_card p {
      font-size: 16px;
      min-height: 57px;
    }
    .we_serve_sec {
      padding-bottom: 65px;
    }
    .get-qutote-modal .form-control {
      padding-left: 15px;
    }
    .get-qutote-modal .textsinput {
      position: absolute;
      left: 15px;
    }
    .get-qutote-modal .textsinput img {
      width: 30px;
      margin-right: 0px;
    }
    .expertise_sec {
      padding-top: 65px;
    }
    .expertise_sec p {
      line-height: normal;
      font-size: 15px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 5;
      line-clamp: 5;
      -webkit-box-orient: vertical;
    }
    .expertise_sec .expertise_icon {
      width: 100px;
    }
    .expertise_sec h4 {
      font-size: 18px;
    }
    .our_work_sec .work_image img {
      max-width: 290px;
    }
    .our_work_sec h3 {
      font-size: 26px;
      margin-bottom: 15px;
    }
    .our_work_sec p {
      font-size: 15px;
      line-height: 23px;
      margin-bottom: 20px;
    }
    .our_work_sec .btn-danger {
      font-size: 16px;
      padding: 9px 26px;
    }
    .our_work_sec .swiper-button-prev:after {
      font-size: 30px;
    }
    .our_work_sec .swiper-rtl .swiper-button-next:after {
      font-size: 30px;
    }
    .our_work_sec .swiper-rtl .swiper-button-prev:after {
      font-size: 30px;
    }
    .our_work_sec .swiper-button-next:after {
      font-size: 30px;
    }
    .get-qutote-modal .modal-body {
      padding-left: 15px;
      padding-right: 15px;
      padding-top: 30px;
      padding-bottom: 30px;
    }
    .get-qutote-modal .filedrop {
      background-size: 35px 35px;
    }
    .get-qutote-modal .files:before {
      font-size: 14px;
    }
    .ourWorkSec {
      padding: 65px 0px 0px;
    }
    .ourWorkSec .porttop {
      padding: 4rem 1rem 0 1rem;
    }
    .ourWorkSec h4 {
      font-size: 20px;
    }
    .ourWorkSec p {
      margin-bottom: 2px;
      font-size: 15px;
    }
    .ourWorkSec .portbox {
      border-radius: 2rem;
      margin-bottom: 30px;
    }
    .bottom-nav {
      display: flex;
    }
  }