@charset "utf-8";
/* CSS Document */

body{background:#f2f2f2;  color:#0f0f0f; font-size:16px;font-family: 'Poppins', sans-serif; font-weight:400; line-height:26px; overflow-x:hidden;}
a, a:hover, a:focus, input:focus, select:focus, textarea:focus, button:focus{text-decoration:none;outline:none;color:inherit;}
img{max-width:100%;}
ul, li{margin:0;padding:0;list-style:none;}
h1, h2, h3, h4, h5, h6{margin:0; position:relative; color:#333; font-family: "Inter", sans-serif; font-weight:600;}
h1{font-size:52px;}
h2{font-size:40px;}
h3{font-size:32px;}
h4{font-size:22px;}
h5{font-size:20px;}
h6{font-size:18px;}
p{margin:0; padding:0;}
.dark_bg{background:#0b0c0e;}

/* buttons */
.red_btn{background:#e7582e;  display: inline-block;  color: #fff;  border: none; font-size: 16px; padding: 9px 25px; transition: all ease 0.4s; border-radius: 4px;
 min-width:180px; text-align:center;  }
.red_btn:hover {color: #fff;}
.red_btn img {
    max-width: 22px;
    margin-left: 10px;
}
/* input */
input, select, textarea{border-radius:4px; padding:10px 12px; font-size:16px; color: #333;}
input[type="checkbox"], input[type="radio"]{width:auto; vertical-align: sub;}
label {
    color: #333;
    font-size: 13px;
    font-weight: 500;
}
select option { color: #333;}
.form-control {
    color: #333;
    background: transparent;
    border: none;
    height: 43px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px 15px;
        font-size: 14px;
}
.form-control:focus{box-shadow:none;color: #333;  background: transparent; border-color:#e73b22;}

.heading h2 {position:relative;padding-bottom: 35px; margin-bottom: 30px;}
.heading h2:after{position:absolute; content:''; left:0; height:4px; width:70px; background:#e73b22; bottom:0;}
.white_bg{background:#fff;}
.bg_clr{background:#fbf6e3;}
textarea.form-control {
    height: 80px;
}


/************ main css ***************/ 
.side_space{padding:0 5rem;}

/* navigation */
.navbar {padding:0; z-index: 99999; -webkit-backdrop-filter: saturate(116%)blur(15px);
    backdrop-filter: saturate(116%) blur(15px);}
.navbar .nav-item .nav-link.red_btn {color: #fff;}
.dropdown-item {font-size: 14px;}
.navbar-brand {
    height: auto;
    width: 175px;
    padding: 0;
    margin-right: 40px;
}
.scrolled {
    background: #000000bf;
    transition: background-color 0.2s ease-in-out 0.1s, transform 0.3s ease-in-out;
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
    -webkit-backdrop-filter: saturate(116%)blur(15px);
    backdrop-filter: saturate(116%) blur(15px);
}
.inner_page {height: 65px;  border-bottom:1px solid #ebebeb;}
.navbar .nav-item .nav-link {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    padding: 22px 14px;
    transition: all ease 0.4s;
    border-top: 4px solid transparent;
}
.navbar-text .nav-item {
    display: inline-block;
}
.navbar .nav-item .fill_btn {
    background: #e7582e;
    padding: 6px 18px 6px;
    border-radius: 4px;
    border: none;
    margin-left: 5px;
    margin-top: 17px;
}
.navbar .nav-item .nav-link:hover {
    color: #e7582e;
    border-top: 4px solid #e7582e;
}
.navbar-text {
    padding: 0;
}
.navbar .nav-item .stroke_btn:hover{
    background: #3e3e3e;
    color: #fff;
	border:none;
}
.navbar-toggler {
    border: 1px solid #fff;
    padding: 4px 6px;
}
.navbar-toggler-icon .fa {
    color: #fff;
    margin: 5px 0;
}
.navbar .nav-item .fill_btn:hover{border:none; color: #fff; background: #e7582e;}
.light_bg, .green_bg{  height: 100vh;  background-size: cover; overflow:hidden;  background-position: center center !important;}
#top_banner.work_banner{height: 100vh; background:url(../images/how_work_banner.jpg);  background-size: cover; overflow:hidden;  background-position: center center !important;}
#top_banner.blog_banner{background:url(../images/blog_banner.jpg);  background-size: cover; overflow:hidden;  background-position: center center !important; padding:5rem 0;}
#top_banner.grey_bx {
    background: #f3f3f3;
}

/* banner section */
#top_banner {
    position: relative;
    height: 100%;
    padding-bottom: 6.5rem;
}
#top_banner:before{
    content:'';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(45deg, #2F2F2F 10%, #2F2F2F 30%, #151515 40%, #2F2F2F 50%);
    background-size: 150% 200%;
    animation: gradient 10s linear infinite;
}
@keyframes gradient {
    0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
    
}

.banner_txt{position: relative;
    z-index: 2;
    color: #b4b4b4;
    font-weight: 400;font-size: 17px;
    line-height: 26px;
    padding-right: 5rem;
    margin-top: 10rem; }
.banner_txt h1 {
    margin: 0 0 30px;
    line-height: 62px;
    color: #fff;
    font-size: 58px;
    letter-spacing: -1px;
}
.banner_img img {
        max-width: 870px;
    margin-left: 4rem;
    margin-top: 6rem;
}
.banner_img img.header_app {
    max-width: 220px;
    position: absolute;
    z-index: 9999;
    bottom: -17px;
    left: -98px;
    border-radius: 33px;
    background: #2f2f2f;
}
.banner_txt h1 span {color:#e7582e;}
.banner_txt .red_btn {
    padding: 9px 30px;
    margin: 40px 0 0;
    font-size: 16px;
}
span.label_txt {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    color: #ffffff;
    background-color: #ffffff1a;
    border-radius: 9999px;
    margin-bottom: 1rem;
    padding: 7px 25px;
    transition: background-color .2s ease-in-out;
    display: inline-block;
    font-size: 15px;
}
.banner_txt h5 {
    color: #fff;
    margin: 30px 0 0;
}

/* feature */
#feature_home {
    padding:0 0 6rem; background: linear-gradient(#fff, #f2f2f2 50%);
}
#feature_home.feature_top{background: linear-gradient(to top, #fff, #f2f2f2 50%); padding-top:6rem ;}
.outer_bx {
    background: #f7f7f7;
    padding: 25px;
    border-radius: 10px;
    color: #606060;
    font-size: 14px;
    line-height: 21px;
     transition: all 0.2s ease-in-out;
     -webkit-transition:all 0.2s ease-in-out;
             width: 100%;
}
.feature_point h4 {
    font-size: 19px;
    font-weight: 700;
    margin:30px 0 20px;
}
#feature_home .heading_index, #how_it_work .heading_index{
    margin: 0 0 45px;
}
#feature_home .heading_index {
    margin-top: 5rem;
}
#feature_home.feature_top .heading_index{
    margin-top: 0;
}
.heading_index h2 {
    margin: 0 0 12px;
}
.mid_txt {
    padding: 5rem 0 0;
    color: #5e5e5e;
    font-size: 16px;
}
.mid_txt h2 {
    margin: 0 0 25px;
}
.feature_point img {
    max-width: 54px;
}
#feature_home .feature_point {
    display: flex;
}
.track_point ul li .circle_icon img {
    max-width: 50px;
}
.track_point ul li .circle_icon {
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}
.track_point ul {
    display: inline-flex;
    width: 100%;
    position: relative;
}
.track_point ul li {
    width: 20%;
    position: relative;
}
.track_point ul li h4 {
    margin: 20px 0 0;
    font-size: 20px;
}
.track_point ul:before {
    content: '';
    position: absolute;
    width: 88%;
    border-top: 2px dashed #bebebe;
    top: 48px;
    z-index: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.track_point {
    padding: 5rem 0 0;
}
#video_part video {
    width: 100%;
    border: 8px solid #ddd;
    border-radius: 20px;
}
 .hero-slider {
    height: 100%;
  }
#tracking_steps .carousel-indicators { 
    bottom: -55px;
}
#tracking_steps .carousel-indicators li {
    background-color: #5f5f5f;
}
#tracking_steps .carousel-indicators li:hover {
    background-color: #000;
}
  .hero-slider .carousel-inner,
  .hero-slider .carousel-item,
  .hero-slider img {
    height: auto;
  }

  .hero-slider img {
    object-fit: cover;
    max-width: 900px;
  }

  /* Smooth fade fix */
  .carousel-fade .carousel-item {
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 1;
  animation: fadeOut 1.5s ease-in-out forwards;
}
  .carousel-fade .carousel-item.active,
  .carousel-fade .carousel-item-next.carousel-item-left,
  .carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1;
  }

  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    opacity: 0;
  }
.carousel-fade .carousel-inner {
  position: relative;
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active.carousel-item-left,
.carousel-item.active.carousel-item-right {
  transform: none !important;
}
.carousel-fade .carousel-item.active {
  position: relative;
  opacity: 1;
  z-index: 2;
  animation: fadeIn 1.5s ease-in-out forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}


/* track section */
.track_img img {
    max-width: 300px;
    border-radius: 43px;
    background: #000000;
}
#how_it_work {
    background: linear-gradient(#fff, #f2f2f2 50%);
    padding: 6rem 0 7rem;
}
.white_bx {
    background: #f9f9f9;
    padding: 30px;
    border-radius: 10px;
    color: #606060;
    font-size: 14px;
    line-height: 24px;
}
.white_bx h4 {
    font-size: 20px;
    margin: 0 0 13px;
}
.work_point {
    padding: 15px;
    display: flex;
}
.app_img {
    display: inline-block;
    max-width: 280px;
    margin: 0 20px;
        border-radius: 43px;
    background: #000000;
}
.tab_screen{max-width: 900px;  margin: 0 auto;}
#tracking_steps {
    padding: 6rem 0 5rem;
}
#cta .red_btn {
    margin: 40px 0 0;
}
#cta h2 {
    color: #fff;
    margin: 0 0 22px;
}
#cta {
    padding: 6rem 0;
    background: #1a1b1c;
    color: #ddd;
}
#cta h2 span {
    color: #d6623c;
}
.mid_txt img {
    max-width: 80px;
    margin: 0 0 20px;
}
.mid_txt span {
    color: #ffffff;
    background-color: #141414;
    border-radius: 9999px;
    margin-bottom: 2rem;
    padding: 7px 25px;
    display: inline-block;
    font-size: 18px;
}
.work_point span {
    position: absolute;
    font-size: 90px;
    font-weight: 600;
    color: #e8e8e8;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 66%;
    left: 24px;
}
.work_point .white_bx {
    position: relative;
    padding-left: 106px;
    transition: all 0.2s ease-in-out;
     -webkit-transition:all 0.2s ease-in-out;
}
.work_point .white_bx:hover, .outer_bx:hover {
    background: #fff;
    box-shadow: 0 11px 13px -5px rgba(0, 0, 0, 0.02);
}
.adv_point ul li span {
    font-weight: 700;
    color: #d6613c;
    font-size: 22px;
}
.adv_point ul li {
    font-weight: 600;
    font-size: 18px;
}
.adv_point ul {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: 50px auto 0;
}

/* content section */
.leaf_left, .leaf_right {position: fixed; left: 0;  bottom: 0;  max-width: 180px;   z-index: 1;}
.leaf_right{left:auto; bottom:auto; top:80px; right:20px; max-width: 140px;  z-index:9;}
#content_section {height: 100vh;  display: inline-flex;  width: 100%;  align-items: center; position:relative;}

.heading_index span {
    font-size: 34px;
    font-weight: 600;
    color: #e73b22;
    margin-right: 16px;
}
.heading_index {
    margin: 0 0 15px;
    color: #5e5e5e;
}
.content_img img {max-width: 550px;}
.map_part .content_img img {
    max-width: 310px;
}
.customer_part{margin-top:5rem;}
#content_section.map_part {
    background: linear-gradient(-90deg, #141414 50%, #e73b22 50%);
}
#content_section.map_part .info_part, #content_section.map_part .info_part h2, .analytics .info_part h2{color:#fff;}
#content_section.map_part .red_btn {
    background: #141414;
}
#content_section.map_part .heading h2:after {background: #fff;}
.top_leaf {
    max-width: 100px;
    margin: 0 0 31px -19px;
}
.bottom_leaf {
    max-width: 100px;
    display: block;
    margin: 26px 0 0 15rem;
}
.analytics {
    background: #141414;
    padding: 0 0 4rem;
    margin-bottom: -4rem;
	
}
.tech_bx{ background: #f3f3f3; padding:5rem 0 4rem; margin-top:-7rem;}
.analytics .info_part {
    padding-left: 8.5rem;
	color:#fff;
	font-size:16px;
	margin-top:5rem;
}
.analytics .info_part img {
    margin-left: -9rem;
    max-width: 630px;
	margin-top:50px;
}
.tech_bx .info_part {
    padding-left: 4rem;
}
.tech_bx .info_part .heading {
    margin: 50px 0 0;
}
#services_part{padding:5rem 0 12rem; position:relative;}
.top_img {
     display: inline-block;
}

.img_bx:nth-child(2) {
    width: 47.4%;
}
#services_part .info_part {
    margin-bottom: -88px;
}

.thumbnail {
    position:relative;
    overflow:hidden;
}
 
.caption {
    position:absolute;
    bottom:-100%;
    right:0;
    background:rgba(223, 51, 26, 0.90);
    width:100%;
    height:100%;
    padding:2%;
    z-index:2;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	display: flex;
    justify-content: center;
    align-items: center;
}
.caption h4{color:#fff; font-weight:500;}
.caption h4:before {
    content: '';
    border-top: 1px solid rgb(255 255 255 / 70%);
    top: -15px;
    position: absolute;
    width: 100%;
	left: 0;
    right: 0;
}
.caption h4:after {
    content: '';
    border-bottom: 1px solid rgb(255 255 255 / 70%);
    bottom: -15px;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
}
.thumbnail:hover .caption {
    bottom:0%;
	cursor:pointer;
}
.top_img {
    display: inline-flex;
    align-items: end;
}
.top_img:last-child{align-items:start;}
.left_circle {
    position: absolute;
    left: -12rem;
    top: -12rem;
    z-index: 1;
    max-width: 22rem;
}   
.service_leaf {
    position: absolute;
    bottom: 8rem;
    left: 12rem;
    max-width: 9rem;
}
.center_circle {
    position: absolute;
    right: 10rem;
    max-width: 22rem;
    top: 10rem;
    opacity: 0.5;
}
.right_circle {
    position: absolute;
    right: -10rem;
    max-width: 20rem;
    top: -9rem;
}
.circle_bg {
    position: absolute;
    max-width: 29rem;
}
.top_img .thumbnail {
    margin: 3px;
}

/* footer */
footer {
    background: #3a3b3a;
    color: #ffffff;
    font-size: 14px;
    padding: 2rem 0 2rem;
    position: relative;
}

footer ul li { margin: 0 18px;  display: inline-block;}
footer ul {
    margin: 0 0 10px;
}
footer p small {
    font-weight: 300;
    color: #aaaaaa;
}


/***** inner pages *********/
.inner_head { height: 75px;}
.inner_head .navbar {background: #2F2F2F;}
#signup_option {
    padding: 7rem 0 8rem; 
}
.outer_bx .red_btn {
    margin: 40px 0 0;
    font-size: 14px;
    min-width: auto;
}
.feature_point .red_btn img {
    max-width: 22px;
}

#contact {padding: 6rem 0 7rem;}
#contact  .white_bx {
    box-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d;
}

#contact label span {
    color: #c86946;
}
#contact .side_info h2 {
    font-size: 27px;
    margin: 0 0 18px;
}
#contact .side_info {
    font-size: 14px;
    line-height: 22px;
    color: #424242;
}
.contact_points ul li:before {
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    font-family: 'FontAwesome';
    position: absolute;
    content: "\f00c";
    color: #e7582e;
}
.contact_points ul li {
    padding: 4px 0 4px 28px;
    position: relative;
}
#contact .form-group {
    margin-bottom: 1.2rem;
}
.app_info img {
    max-width: 150px;
    margin: 16px 0 0;
}

/***** responsive ******/

@media(max-width:1199px){
    .banner_img img {
    max-width: 815px;
    margin-left: 1rem;
    margin-top: 7rem;
}
.banner_img img.header_app {
    max-width: 190px;
    bottom: -17px;
    left: -79px;
}
.adv_point ul {
    width: 95%;
}
}

@media(max-width:991px){
.banner_txt h1 {
    line-height: 48px;
    font-size: 46px;
}

.banner_txt {
    font-size: 15px;
    line-height: 22px;
}
.banner_img img {
        max-width: 726px;
        margin-left: 0;
}
.banner_img img.header_app {
        max-width: 159px;
        bottom: -18px;
        left: -55px;
        border-radius: 23px;
}
span.label_txt {
    font-size: 14px;
}
.outer_bx {
    margin: 15px 0;
}
.hero-slider img {
    max-width: 100%;
}
.adv_point ul {
        width: 100%;
}
.adv_point ul li {
    font-size: 18px;
    width: 30%;
}
.track_point ul li .circle_icon {
    width: 90px;
    height: 90px;
}
.track_point ul li .circle_icon img {
    max-width: 42px;
}
.track_point ul li h4 {
    font-size: 15px;
}
}
@media(max-width:767px){
 .navbar {
        padding:10px 15px;
        background: #000000bf;
 }
.navbar .nav-item .nav-link {
    padding: 8px 14px;
    text-align: center;
}
#navbarText {
    border-top: 1px solid #424242;
    margin-top: 23px;
}
#top_banner .banner_txt{
    text-align: center;
            padding: 0 4rem;
        margin-top: 9rem;
                font-size: 14px;
}
.banner_txt h5 {
    margin: 22px 0 0;
}
#top_banner {
    padding-bottom: 0;
}
.banner_img img {
        max-width: 87%;
        float: right;
        margin-left: 0px;
        margin-right: -10px;
        margin-bottom: -28px;
        margin-top: 45px;
}
.banner_img img.header_app {
        max-width: 142px;
        bottom: -34px;
        left: 23px;
        border-radius: 23px;
}
.adv_point ul li {
        font-size: 14px;
        line-height: 21px;
}
.adv_point ul li span {
    font-size: 18px;
}
.track_point ul li .circle_icon {
        width: 75px;
        height: 75px;
}
.track_point ul li h4 {
        font-size: 14px;
        padding: 0 10px;
}
#contact {
    padding: 3rem 0 4rem;
}
.app_info img {
    max-width: 120px;
}
#contact .white_bx {
    margin-top: 30px;
}
}


@media(max-width:575px){
.track_point ul {
    display: block;
}
.track_point ul li {
    width: 32%;
    position: relative;
    display: inline-block;
    margin-bottom: 35px;
}
.track_point ul li h4 {
        padding: 0;
}
.track_point ul:before{display: none;}
#how_it_work {
    padding: 6rem 0 3rem;
}
h2 {
    font-size: 34px;
}
#feature_home {
    padding: 0 0 4rem;
}
 .adv_point ul li {
        font-size: 13px;
 }
     .adv_point ul li span {
        font-size: 16px;
    }
#cta h2 br{display: none;}
 #top_banner .banner_txt {
        padding:0 2rem 3rem;
 } 
    .banner_txt h1 {
        line-height: 42px;
        font-size: 40px;
    }
}