@charset "UTF-8";
 
html, body, div, p, table, tr, td, th, tbody, tfoot, ul, li, ol, dl, dd, dt, fieldset, blockquote, cite, input, select, textarea, button, a, section, article, aside, header, footer, nav {
	font-size: 14px;
	-webkit-font-smoothing: subpixel-antialiased;
    /* font-family: 'Poppins-Regular', sans-serif;*/
    font-family: 'Roboto', sans-serif;
    scroll-behavior: smooth;
}

.header_nav .navbar-brand img.logo {
    width: 220px;
/*    margin-right: 6px;*/
}
.fixed-top{
    /*background: linear-gradient(75deg, #1b61c5, #0084b3);*/
    padding: 0.2rem 0 0;
    /*background-color: rgba(0,48,90,1);*/
    background-color: transparent;
}
.header_nav .logos_img{
    display: flex;
    align-items: center;
    justify-content: center;
}
.header_nav .navbar-brand{
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
}
.fixed-top.navtop-fixed {
    top: 0;
}
.navtop-fixed {
/*    background: linear-gradient(75deg, #1b61c5, #0084b3);*/
    background-color: rgba(0,48,90,1);
    -webkit-transition: padding 0.4s ease-out;
    transition: padding 0.4s ease-out;
}
.header_nav nav.navbar.navtop-fixed {
/*    padding: 0.5rem 0rem;*/
    padding: 0;
    -webkit-box-shadow: 0 0.1rem 0.08rem rgb(0 0 0 / 8%);
    box-shadow: 0 0.1rem 0.08rem rgb(0 0 0 / 8%);
    border-bottom: 1px solid #ffffff45;
}
.scroll-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    top: 100%;
    right: 50px;
    font-size: 16px;
    border-radius: 4px;
    z-index: 99;
    text-align: center;
    cursor: pointer;
    -webkit-transition: 1s ease;
    transition: 1s ease;
    border: none;
}
.primary-bg {
    background: #6730e3 !important;
}
.scroll-top.open {
    top: 90%;
}
.scroll-top:after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
.header_nav .navbar-nav .nav-link.active, .header_nav .navbar-nav .show>.nav-link{
    color: #fff;
    text-transform: uppercase;
}
.header_nav .nav-link{
    color: #d2dfe4;
    text-transform: uppercase;
}
.header_nav .nav-item{
    padding-right: 6px;
    padding-left: 6px;
}
.header_nav .nav-item:last-child{
    padding-right: 0px;
}
.header_nav .navbar-nav .nav-item .nav-link:hover, .header_nav .navbar-nav .nav-item .nav-link.active{
    color: #ff7d21;
    transition: 0.3s;
}

/*==========
Banner CSS
==========*/
[image-overlay]:before {
    position: absolute;
    content: '';
    background: linear-gradient(75deg, #1b61c5, #0084b3) !important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
[image-overlay] *:not(.container):not(.background-image-wraper) {
    z-index: 2;
}
[image-overlay] {
    position: relative;
}
.banne_text h2{
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 2.5795rem;
    color: #fff;
    margin-bottom: 2rem;
    margin-top: 2rem;
}
.banne_text p{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    text-align: justify;
}
.disp-cell{
    display: table-cell;
    vertical-align: middle;
}
.banne_text .banner_link{
    padding: 0;
    margin-top: 2rem;
}
.banne_text .banner_link li{
    list-style: none;
    display: inline-block;
}
.banne_text .banner_link li a i {
    font-size: 18px;
    padding-left: 6px;
}
.banne_text .banner_link li .btn-download {
    background-color: #00b3ff;
    border-color: #00b3ff;
    color: #fff;
    border-radius: 65px;
    padding: 8px 25px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
}
.banne_text .banner_link li .btn-play{
    border-color: #fff;
    color: #fff;
    border-radius: 65px;
    padding: 10px 25px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 14px;
    transition: 0.3s;
    text-transform: uppercase;
}
.banne_text .banner_link li .btn-play:hover{
    background-color: #00b3ff;
    border-color: #00b3ff;
}
.banner_index {
    position: relative;
    /* background: linear-gradient(75deg, #1b61c5, #0084b3); */
    background-color: #fff;
    padding: 68px 0px 0;
}
.d_table{
    display: table;
}
.banner_index .banner_logo{
    display: block;
    width: 95%;
    background: #e9cbca;
    margin: 0 auto 8px;
}
.banner_index .banner_logo img{
    background: #e9cbca;
    width: auto;
    margin-bottom: 0px;
    padding: 15px;
}
.banner_index .banner_overlay{
    background-color: rgba(0,0,0,0.15);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.banner_index .banner_abs{
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    align-items: center;
    justify-content: center;
}
.banner_index .banner_head{
    margin-bottom: 15px;
    color: #fff;
    font-size: 40px;
    font-family: 'NunitoSans-Bold', sans-serif;
}
.banner_index img{
    width: 100%;
}
.banner_index .project-specifications-banner {
    padding-bottom: 0px;
    width: 100%;
}
.banner_head p {
    position: relative;
    z-index: 1;
}
.banner_index .project-specifications-banner .white_color {
    color: #0084b3;
}
.banner_index .project-specifications-banner .mybtn a {
    padding: 0 24px;
    display: inline-block;
}
.nav-item.call-us img{
    width: 10%;
}
.nav-item.call-us span{
    display: block;
    font-size: 20px;
    font-weight: 600;
}
.banner_list .mainlist{
    padding: 0;
    margin: 0;
    display: block;
    width: 100%;
}
.banner_info{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: rgb(0, 48, 90);
    line-height: 1.5;
}
.banner_index .mainlist .banner_content {
    display: table-cell;
    list-style: none;
    text-align: center;
    vertical-align: middle;
    /* border: 5px solid #0084b3; */
    background-color: rgba(255,238,224,1);
    padding: 0.3rem;
}
.app_downloads_intelli .app_download_list{
    padding: 0;
    margin: 0;
}
.app_downloads_intelli h2{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    line-height: 1.5;
    text-decoration: underline;
}
.app_downloads_intelli .app_download_list .list-download-item{
    list-style: none;
    display: inline-block;
}
.app_downloads_intelli .app_download_list .list-download-item img{
    width: 12rem;
    height: 5rem;
}

.disp_cell{
    display: table-cell;
    vertical-align: middle;
}

/*===================
Industries Serve
===================*/
.abt_us{
    padding: 40px 0px 40px;
    position: relative;
    display: block;
}
.claim_abtus_info h2{
    font-weight: 500;
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}
.claim_abtus_info p{
    font-weight: 400;
    font-size: 14px;
    text-align: center;
}
.sct-choose-pd{
    margin-top: 0rem;
}
.claim_abtus_info .claim_abtus_info1 p{
    font-size: 14px;
    margin-bottom: 0;
}
.claim_abtus_info .claim_abtus_info1 h3{
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
}

/*============
How It Works
============*/
.app_download{
    padding: 60px 0px 60px;
    position: relative;
    background-color: #FFEAE0;
}
.app_download .sp-bg-image:not([class*='col-']) {
    width: 100%;
}
.app_download:before {
    opacity: 0.8;
}
.app_download .sp-bg-image {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover !important;
    background-position: 50% 50% !important;
    z-index: 0;
    transition: opacity .3s linear;
    -webkit-transition: opacity .3s linear;
    opacity: 0;
}
.app_download_info{
    position: relative;
    z-index: 1;
}
.app_download_info h2{
    font-weight: 600;
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 2rem;
    color: #010101;
}
.app_download_info p{
    font-weight: 400;
    font-size: 14px;
    text-align: center;
}
#how_it_work .work_claim{
    border: 1px solid #ffffff45;
    padding: 1rem;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);
    cursor: pointer;
    max-height: 260px;
    min-height: 185px;
    background-color: #fff;
    border-radius: 14px;
    box-shadow: 0 3px 24px rgb(136 142 160 / 40%);
}
#how_it_work .work_claim:hover, #how_it_work .work_claim:focus {
    /*-webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 18px 56px rgb(47 91 234 / 14%);
    box-shadow: 0 18px 56px rgb(47 91 234 / 14%);*/
    background-image: linear-gradient(-60deg, #00305a  0%, #0084b3 100%);
    transform: translateY(-10px);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;

}
#how_it_work .work_claim:hover i {
    background-color: #fff;
    border-radius: 65px;
    color: #0084b3;
}
#how_it_work .work_claim h3{
    font-weight: 400;
    font-size: 20px;
    color: #010101;
    margin-bottom: 1rem;
    margin-top: 0.5rem;
}
#how_it_work .work_claim p{
    font-weight: 400;
    font-size: 16px;
    color: #010101;
}
#how_it_work .work_claim i{
    font-weight: 400;
    font-size: 26px;
    color: #6e6e6e;
    margin-bottom: 0rem;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffeae0;
    border-radius: 45px;
}

#how_it_work .work_claim:hover p, #how_it_work .work_claim:hover h3{
    color: #fff;
}

/*========
AI CSS
========*/
.ai_claim{
    padding: 60px 0px 10px;
    position: relative;
}
.ai_claim .feature_info{
    margin-bottom: 2rem;
}
#ai_claim .ai_claim_heading h2{
    font-weight: 500;
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    color: #fff;
}
#ai_claim .ai_claim_heading h3{
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    color: #fff;
}
#ai_claim .ai_claim_heading p{
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}
.ai_info{
    text-align: center;
}
.ai_info img{
    width: 50%;
    margin: 0 auto;
}

#admin_panel_claim .ai_claim_heading h2{
    font-weight: 500;
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

#admin_panel_claim .ai_claim_heading p{
    font-size: 14px;
    font-weight: 400;
}

/*
============
Admin Panel
===========
*/

.admin_panel_claim{
  background-color: rgba(255,238,224,1);
  padding: 60px 0px 0px; 
  position: relative;
  overflow: hidden;
}

/*===========
COUNTER CSS
===========*/
.cloud_claim{
    padding: 60px 0px 50px;
    position: relative;
    background-color: rgba(0,48,90,1);
}
.cloud_claim .cloud_claim_info h2{
    font-weight: 600;
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    color: #fff;
}
.cloud_claim .cloud_claim_info p{
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}
.cloud_claim .cloud_claim_info ul{
    padding-left: 1rem;
    margin-bottom: 1rem;
}
.cloud_claim .cloud_claim_info ul li{
    list-style: disc;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0.5rem;
}

/*============
Get In Touch
============*/
.sct_form_touch{
    position: relative;
    padding: 30px 0px 10px;
    text-align: center;
}
.sct_form_touch img {
    width: 350px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 0rem;
}
.sct_forms_group{
    padding: 20px;
/*    box-shadow: 0 20px 70px rgb(136 142 160 / 40%);*/
    background-color: #f6f6f6;
    border-radius: 10px;
    margin-bottom: 0px;
}
.sct_forms_group h3{
    font-size: 25px;
    font-weight: 600;
    color: #474747;
    position: relative;
    margin: 1rem 0 1rem;
    text-align: left;
}
.sct_forms_group p{
    font-size: 14px;
    text-align: center;
    color: #474747;
    font-weight: 500;
    margin: 0.5rem 0 2rem;
}
.send_message{
    background-color: #0084b3;
    transition: 0.3s;
    display: block;
    width: auto;
    color: #fff;
    padding: 10px 20px;
    border: none;
    font-family: 'Poppins-Medium',sans-serif;
    border-radius: 25px;
    margin: 10px 0;
}
.send_message:hover, .send_message:focus{
    background-color: #ea2743;
    color: #fff;
}
.sct_forms_group .form-control {
    height: 54px;
    background-color: #fff;
    border-color: transparent;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border: 1px solid #e6e6e6;
    padding: 6px 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 5px;
}
.description p{
    text-align: left;
    padding: 0;
    margin-bottom: 0rem;
}
.description{
    text-align: left;
    padding: 0;
    margin-bottom: 1rem;
    margin-top: 1rem;
}
.sct_locate .icon_contact i{
    background-color: rgba(236,102,8,1);
    color: #fff;
    padding: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 65px;
    font-size: 18px;
    margin-right: 20px;
}
.description a{
    display: block;
    color: #000;
    text-decoration: none;
    padding: 0rem;
    font-size: 1.2rem;
}
.sct_locate .title h2{
    font-size: 1.5rem;
}
.flag_contact {
    font-size: 25px;
    text-align: left;
    color: #474747;
    font-weight: 500;
    position: relative;
    margin: 2rem 0 2rem;
}
.flag_contact:after {
    content: '';
    position: absolute;
    background: #ed1e3a;
    height: 6px;
    width: 75px;
    left: 0;
    bottom: -15px;
    right: 0;
}
.flag_contact img {
    width: 30px;
}
.br_bottom{
    border-bottom: 1px dashed #0084b3;
}
.br_right{
   border-right: 1px dashed rgba(236,102,8,1); 
}

/*Footer*/
.claim_footer{
    padding: 20px 0px 20px;
    position: relative;
   background: rgba(0,48,90,1);
}
.support_info{
    border-bottom: 1px solid #ffffff45;
    padding-top: 1rem;
    padding-bottom: 1.5rem;
    text-align: center;
}
.claim_footer .social_media ul{
    padding: 0;
    margin: 0;
}
.claim_footer .social_media ul li{
    list-style: none;
    display: inline-block;
}
.claim_footer .social_media ul li:not(:last-child) {
    margin-right: 0.3rem;
}
/*.claim_footer .social_media ul li:not(:hover) {
    opacity: 0.8;
}*/
.claim_footer .social_media{
    text-align: right;
}
.claim_footer .social_media h3{
    font-size: 26px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 1.5rem;
    line-height: 1.5;
}
.claim_footer .social_media ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    position: relative;
    overflow: hidden;
    height: 40px;
    width: 40px;
    line-height: 32px;
    border-radius: 4px;
    font-size: 1rem;
    text-decoration: none;
    background-color: #fff;
    color: #0084b3;
}
.claim_footer .social_media ul li:hover a {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    border-radius: 100%;
    color: #0084b3;
}
.claim_footer .social_media ul li a.sp_fb {
    background: #3b5998 ;
    color: #fff;
}
.claim_footer .social_media ul li a.sp_youtube {
    background: #ff0000;
    color: #fff;
}
.claim_footer .social_media ul li a.sp_twitter {
    background: #00a7e6;
    color: #fff;
}
.claim_footer .social_media ul li a.sp_linkedin {
    background: #004992;
    color: #fff;
}
.claim_footer .social_media ul li a.sp_instagram {
    background: #8a3ab9;
    color: #fff;
}
.support_info h3{
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 1.5rem;
    margin-top: 1rem;
    position: relative;
}
.support_info h3:after {
    content: '';
    position: absolute;
    background: #fff;
    height: 2px;
    width: 75px;
    left: 0;
    bottom: -8px;
    right: 0;
    margin: 0 auto;
}
.support_info ul{
    padding: 0;
    margin: 0;
    margin-top: 2rem;
}
.support_info ul li{
    list-style: none;
    display: inline-block;
    border-right: 1px solid #ffffff45;
}
.support_info ul li:last-child{
    border-right: 0;
}
.support_info ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    padding: 0px 10px;
}
.copy_right p{
    color: #fff;
    font-size: 14px;
    margin: 0;
    padding: 0;
    text-align: center;
}
.copy_right p a{
    text-decoration: none;
    font-size: 16px;
    color: #ffad74;
}
.copy_right p a img{
    width: 70px;
    margin-left: 0.2rem;
}

/*========
CMS Css
=========*/
.cms_claim{
   background-color: rgba(255,238,224,1);
   padding: 90px 0px 10px;
}
.cms_claim .terms_claim{
    background-color: #fff;
    padding: 1.5rem;
}
.cms_claim .terms_claim h2{
    font-weight: 500;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
.cms_claim .terms_claim p{
    font-weight: 400;
    font-size: 14px;
    text-align: justify;
}
.cms_claim .terms_claim ul{
    padding-left: 1rem;
    margin-bottom: 1rem;
}
.cms_claim .terms_claim ul li{
    font-weight: 400;
    font-size: 14px;
    text-align: justify;
}
.cms_claim .terms_claim h3{
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

/* Under Maintenance Styles */
.cms_under_maintenance {
   background-color: rgba(255,238,224,1);
}
.under-maitain{
	position: fixed;
	width: 100%;
	height: 100vh;
	background-color: #f5f5f5;
	display: table;
	overflow: hidden;
}
.under_maitain .maintain_img {
    background-image: url('../images/maintenance.jpg');
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}

.under_maintain_info {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100vh;
}

.logo_maitain img {
    width: 40%;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}

/* Banner Video */
.outter.banner-video {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
/*@media (max-width: 767px) {
  .outter.banner-video {
    height: 325px;
  }
}*/

.banner-video .video-container {
  height: 100vh;
  width: 100%;
  position: absolute;
  overflow: hidden;
}
/*@media (max-width: 767px) {
  .banner-video .video-container {
    height: 325px;
  }
}*/
.banner-video video {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
}
/*@media (max-width: 767px) {
  .banner-video video {
    height: 325px;
  }
}*/
.banner-video .video-container:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.banner-video h1 {
  text-transform: uppercase;
  margin: 0 0 1rem;
  padding: 0;
  line-height: 1.5;
  color: #fff;
  font-size: 28px;
}

.banner-video p {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}
.banner-video .callout {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
/*  height: 100%;*/
  z-index: 10;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.banner-video .button {
  text-transform: uppercase;
  background-color: transparent;
  border-radius: 0px;
  margin-top: 20px;
  background-color: #82bb00;
  padding: 15px 30px;
  border-radius: 0px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
.banner-video .button:hover {
  cursor: pointer;
  background-color: #6e9e01;
}

/*About US Css*/
.about_info {
    box-shadow: 0 3px 24px rgb(136 142 160 / 40%);
    margin: 20px auto 12px;
    padding: 25px 12px;
    border-radius: 14px;
    cursor: pointer;
    text-align: center;
}

.about_info i{
    margin: 0px auto;
    width: 55px;
    height: 55px;
    font-size: 26px;
    text-align: center;
    background: #fff;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.about_info h5 {
    padding: 14px 0px 0px;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    color: #353535;
    line-height: 1.5;
}

.about_info:hover {
    background-image: linear-gradient(-60deg, #0084b3 0%, #0084b3 100%);
    transform: translateY(-10px);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.about_info:hover h5, .about_info:hover p{
    color: #fff;
}

.about_info:hover i {
    background-color: #fff;
    border-radius: 65px;
    color: #0084b3;
}

.carousel_filips{
    margin-top: 2rem;
}

.carousel_filips.flipster{
    overflow-y: hidden;
}

.carousel_filips .screenshot-frame {
    background-image: url(../images/iphone-mask.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
    /* width: 335px; */
    width: 320px;
    height: 598px;
    position: absolute;
    top: 0px;
    left: calc(50% + 0.5px);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
    border-radius: 20px;
}

.flipster__item img{
    border-radius: 45px;
}

/*========
Features CSS
========*/
.features_section{
    padding: 60px 0px;
    position: relative;
    background-color: rgba(0, 48, 90, 1);
}
.features_section .feature_info{
    margin-bottom: 2rem;
}
.feature-heading h2{
    font-weight: 500;
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    color: #fff;
}
.feature-heading p{
    font-size: 14px;
    font-weight: 400;
}
.features_section .feature_info span i{
    background-color: #0084b3;
    border-radius: 65px;
    padding: 10px;
    color: #fff;
    font-size: 25px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.features_section .feature_info .feature_text h5{
    font-weight: 400;
    color: #fff;
    font-size: 18px;
}
.features_section .feature_info .feature_text p{
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}
.worksports_img{
    text-align: center;
}
.worksports_img img{
    width: 80%;
}

.ai_claim:before {
    position: absolute;
    content: '';
    background: linear-gradient(75deg, #0e4370, #00305a) !important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.9;
}

.ai_claim .sp-bg-image {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover !important;
    background-position: 50% 50% !important;
    z-index: 0;
    transition: opacity .3s linear;
    -webkit-transition: opacity .3s linear;
    opacity: 0;
}

.ai_claim .sp-bg-image:not([class*='col-']) {
    width: 100%;
}

.ai_claim_heading {
    position: relative;
    z-index: 1;
}

.bg_car_aiclaim{
    position: absolute;
    left: 0;
    top: 26px;
    width: 21%;
    height: auto;
    z-index: 1;
}

/*Impact Process Css*/

.impact_process{
    position: relative;
    padding: 80px 0px;
}

.impact_process:before {
    position: absolute;
    content: '';
    background: linear-gradient(75deg, #0e4370, #00305a) !important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.9;
}

.imact_process_info{
    position: relative;
    z-index: 1;
}

.imp_img_info{
    position: absolute;
    bottom: 0;
    width: 24.5%;
    height: auto;
    right: 7%;
    z-index: 1;
}

.imact_process_info .app_download_list{
    padding: 0;
    margin: 0;
}

.impact_process .imact_process_info h2 {
    font-weight: 500;
    font-size: 26px;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    color: #fff;
    line-height: 1.5;
}

.impact_process .imact_process_info h2 span{
    display: block;
}

.impact_process .imact_process_info p {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.imact_process_info .app_download_list .list-download-item {
    list-style: none;
    display: inline-block;
}

.imact_process_info .app_download_list .list-download-item img {
    width: 16rem;
    height: 6rem;
}

.impact_process .sp-bg-image:not([class*='col-']) {
    width: 100%;
}

.impact_process .sp-bg-image {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
   /* background-size: cover !important;
    background-position: 50% 50% !important;*/
    z-index: 0;
    transition: opacity .3s linear;
    -webkit-transition: opacity .3s linear;
    opacity: 0;
}

.screenshots-area .sec-title {
    margin-bottom: 15px;
}
.screenshot-slick .slick-list {
    padding-bottom: 60px !important;
    padding-top: 80px !important;
}
.slick-slide {
    z-index: 1;
}
.slick-active {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 2;
    transition: all 0.3s ease-in 0s;
}
.slick-center {
    position: relative;
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
    z-index: 3;
    transition: all 0.3s ease-in 0s;
}
.slick-center img {
    width: 100%;
}
.slick-dots {
    text-align: center;
    margin-top: 10px;
}
.slick-dots li.slick-active button {
    background-color: #0074da;
}
.slick-dots li {
    display: inline-block;
}
.slick-dots li button {
    background: transparent;
    border: 2px solid #0074da;
    border-radius: 100%;
    font-size: 0;
    margin: 0 3px;
    padding: 0;
    cursor: pointer;
    width: 15px;
    height: 15px;
    display: inline-block;
}
.slick-center {
    background-image: url(../images/iphone-mask.png);
    background-size: 100% 100%;
}
.slick-center img {
    padding: 38px 15px 50px;
}

.banner-video .hand-mockup {
    position: absolute;
    bottom: 0px;
}

.banner-video .hand-mockup img{
    width: 75%;
}