
:root {
    --navy: #000;

    --primary: #000;
    --secondary: #22262a;
    --a_link: #333;


  }



.btn{
    border-radius: 30px !important;
}
.btn-primary, .bg-primary, .text-primary {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
    color: #ffffff !important; 
}
.btn-link {
    color: var(--navy)!important; 
    text-decoration: none !important;
}
a.text-primary {
    color: var(--primary) !important;
  }

  a {
    color: var(--primary) !important;
    text-decoration: none;
  }
  
  a:hover {
    color: var(--primary); 
  }
  
  

body{
    background-color: #FCFBFD;
    font-family: "Open Sans", sans-serif !important;
}

.logo img{
    max-height: 60px;
}

.top_head_bar{
    background: linear-gradient(92.72deg, #F3DDFF -1.79%, #FFEEBB 107.62%);
    padding: 10px 0;
    font-size: 14px;
    padding: 15px 70px;
}
.btn-get-started{
    background: #fff 0% 0% no-repeat padding-box;
    border-radius: 15px;
    color: #3E1A51;
    padding: 4px 12px;
    font-weight: 500;
    cursor: pointer;
}
.btn-primary-o{
    background: #f7b543 !important;
    border-radius: 15px;
    color: var(--primary) !important;
    padding: 4px 12px;
    font-weight: 500;
}
.btn-secondary-o{
    background: var(--primary) !important;
    border-radius: 15px;
    color: #fff !important;
    padding: 4px 12px;
    font-weight: 500;
}

.custom_nav .nav-link {
    font-size: 18px !important;
    padding: 0px 22px !important;
    color: var(--navy) !important;
}

.hero-area {
    /* min-height: 80vh; */
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: start;
    
}
/* .hero-area {
    position: relative;
    padding: 6rem 0px 213px 0px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/bg_oi.png);
    margin-bottom: 3rem;
    
} */

.hero-area-bg::after {
    content: "";
    position: absolute;
    top: 2%;
    margin: auto;
    z-index: 1;
    left: 0px;
    width: 270px;
    height: 675px;
    background-image: url(../images/shape_30.svg);
    background-repeat: no-repeat;
    animation: fadeUp 3s ease-in-out;
}
.hero-area-bg::before {
    content: "";
    position: absolute;
    top: 250px;
    margin: auto;
    z-index: 0;
    right: 0;
    width: 270px;
    height: 675px;
    background-image: url(../images/shape_31.svg);
    background-repeat: no-repeat;
    animation: fadeUp 3s ease-in-out;
}
.hero-area h1{
    font-size: 3.2rem;
    color: var(--primary);
    margin: 2rem 0 0 0;
    font-weight: 700;
}
.hero-area h5{
    margin: 10px 0;
}

.title {
    margin: 0 0 25px;
    font-size: 32px;
    font-weight: 800;
}
.title-lg {
    margin: 0 0 25px;
    font-size: 42px;
    font-weight: 800;
}
.our_results {
    background: linear-gradient(to right, #22262a, #3E1A51);
    color: #fff;
    padding: 2rem 0;
    border-radius: 15px;
    border: 1px solid #000;
    margin: 6rem 0;
}
.our_results_h2{
    font-size: 42px;
    font-weight: 700;
}
.our_results h3{
    font-size: 42px;
    font-weight: 700;
}
.our_results h5{
    font-size: 22px;
    font-weight: 400;
}

.explore_section {
    padding: 5rem 0;
    position: relative;
}
.explore_section .icon{
    height: 60px;
    width: 60px;
    font-size: 32px;
    text-align: center;
    background: var(--secondary);
    display: inline-block;
    color: #fff;
    border-radius: 50%;
}



.mid_section_1{
    background: var(--primary);
    background: linear-gradient(to right, #22262a, #3E1A51);
    padding: 3rem 0;
}
.mid_section_1 h2{
    font-size: 48px;
    font-weight: 600;
    margin: 0;
    color: #fff;
    padding: 3rem 0;
}
.mid_section_1 p{
    font-size: 16px;
    line-height: 1.8;
    color: #FFFFFF8C;
    font-weight: 300;
}
.mid_section_1 h4{
    font-size: 18px;
    font-weight: 600;
    margin: 8px 0;
    color: #fff;
}
.icon_x {
    padding: 15px;
}
.icon_x span{
    background: var(--primary);
    /* height: 4rem; */
    display: inline-block;
    border-radius: 50%;
    padding: 2px;
    height: 50px;
    width: 50px;
    text-align: center;
}
.icon_x span i{
    font-size: 28px;
    margin: 2px;
    color: #ffffff;
}



.section_alibaba_feature_quick .card{
    padding: 40px 35px 40px 35px;
    border-style: solid;
    border-width: 1.2px 1.2px 1.2px 1.2px;
    border-color: #FFFFFF1A;
    background-color: #FFFFFF12;
}
.section_alibaba_feature_quick h5{
    font-size: 22px;
    line-height: 1.2;
    margin: 0;
    color: #fff;
}

.section_alibaba_feature_quick p{
    margin: 15px 0 0;
    font-size: 16px;
    line-height: 1.8;
    color: #FFFFFF8C;
    font-weight: 300;
}
.akpager-fancy-icon-box i {
    font-size: 48px;
    color: var(--primary);
    margin-bottom: 15px;
}
.bg-shape-one::after {
    background-color: transparent;
    background-image: linear-gradient(180deg, #FFFFFF0D 0%, #FFFFFF00 100%) !important;
}


.akpager-fancy-icon-box.bg-shape-one::after {
    content: "";
    position: absolute;
    right: 40px;
    top: 25px;
    /* z-index: -1; */
    width: 90px;
    height: 180px;
    border-radius: 45px;
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
}



.sec_features{
    background-color: inherit;
    padding: 3rem 0 0;
}




.sec_features .topnv h6 {
    color: #fff;
    background-color: var(--primary);
    padding: 10px 20px 10px 20px;
    border-radius: 12px 12px 12px 12px;
    display: inline-flex;
    font-weight: 200;
}


.sec_features h2 {
    font-size: 48px;
    font-weight: 600;
    margin: 0;
    color: var(--primary-color);
    padding: 1rem 0;
}
.section_rgt3 {
    padding: 3rem 0;
    background-image: url(../images/software-manage-shape.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.section_rgt3 img{
    border-radius: 20px;
}
.section_rgt4 .card{
    border: 0;
    padding: 20px;
}
.section_rgt4 a{
    text-decoration: none;
}
.section_rgt4 a:hover{
    border-left: 10px solid var(--primary);
    display: block;
    border-radius: 20px;
    z-index: -20;
}

.section_rgt4 h3{
    font-size: 22px;
}
.section_rgt4 p{
    padding: 0;
    margin: 0;
}


.get_started{
    background: linear-gradient(to right, #22262a, #3E1A51);
    padding: 2rem 0;
    color: #fff;
}
.get_started h2{
    font-size: 40px;
    line-height: 1.2;
    margin: 5rem 0 20px 0px;
    color: #fff;
    font-weight: 700;
}

.get_started h5{
    font-size: 18px;
    line-height: 1.5;
    margin: 0;
    color: #fff;
    font-weight: 200;
    letter-spacing: 1px;

}


.footer_box_v h5 {
    color: rgba(11, 11, 11, .35);
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.style-none {
    list-style: none;
    padding-left: 0;
}
.footer-nav-link a {
    line-height: 44px;
    font-weight: 200;
    font-size: 16px;
    color: var(--navy) !important;
    text-decoration: none;
}

.copyright, .copyright a {
    line-height: 44px;
    font-size: 15px;
    color: var(--a_link);
    text-decoration: none;
}

.social-icon li a {
    width: 55px !important;
    height: 55px !important;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    text-align: center;
    line-height: 33px;
    color: rgba(0, 0, 0, .5);
    margin-right: 10px;
    transition: .3s ease-in-out;
    padding: 8px 8px 8px 8px;
    display: inline-block;
}
.social-icon li :hover{
    box-shadow: var(--bs-box-shadow-lg) !important;
}

.ftco-faqs .img-faqs {
    position: relative;
    height: 700px;
    z-index: 0; }
  
  .ftco-faqs .img {
    height: 400px;
    width: 80%;
    border-radius: 4px;
    -webkit-box-shadow: 17px 25px 56px -22px rgba(0, 0, 0, 0.38);
    -moz-box-shadow: 17px 25px 56px -22px rgba(0, 0, 0, 0.38);
    box-shadow: 17px 25px 56px -22px rgba(0, 0, 0, 0.38); }
    .ftco-faqs .img.img-2 {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 80%;
      z-index: -1; }
.ftco-faqs .img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
} 

.carrier_support {
    padding-bottom: 4rem;
}
.carrier_support .sub-title {
    color: #fff;
    background-color: var(--primary);
    padding: 10px 20px 10px 20px;
    border-radius: 12px 12px 12px 12px;
    display: inline-flex;
    font-weight: 200;
}
.carrier_support img {
    text-align: center !important;
    height: auto;
}
.carrier_support h2 {
    font-size: 42px;
    line-height: 1.25;
    font-weight: 600;
}

.multi_sec_head {
    text-align: center;
    padding: 0rem 20%;
}



@keyframes scroll {
	0% {
		transform: translateX(0);
   }
	100% {
		transform: translateX(calc(-250px * 7));
   }
}
.slider_logo {

	height: 100px;
	margin: auto;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.slider_logo::before, .slider_logo::after {
	background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
	content: "";
	height: 100px;
	position: absolute;
	width: 200px;
	z-index: 2;
}
.slider_logo::after {
	right: 0;
	top: 0;
	transform: rotateZ(180deg);
}
.slider_logo::before {
	left: 0;
	top: 0;
}
.slider_logo .slide-track {
	animation: scroll 40s linear infinite;
	display: flex;
	width: calc(250px * 14);
}
.slider_logo .slide {
	height: 100px;
	width: 250px;
}

.lb_boun1 {
    background: #fff;
    box-shadow: var(--bs-box-shadow-lg) !important;
    border-radius: 20px;
    text-align: center;
    padding: 10px;
    font-weight: 400;
    top: 30%;
    position: relative;
    z-index: 2;
    animation: bounce 2s infinite ease-in-out;
}
.lb_boun1 i{
    color: #f7b543;
}
.lb_boun2 {
    background: #fff; 
    box-shadow: var(--bs-box-shadow-lg) !important;
    border-radius: 20px;
    text-align: center;
    padding: 10px;
    font-weight: 400;
    top: 50%;
    position: relative;
    z-index: 2;
    animation: bounce 2s infinite ease-in-out;
}
.lb_boun2 i{
    color: #f7b543;
    font-size: 3rem;
}
.lb_boun3 {
    background: #fff;  
    box-shadow: var(--bs-box-shadow-lg) !important;
    border-radius: 20px;
    text-align: center;
    padding: 10px;
    font-weight: 400;
    top: 70%;
    position: relative;
    z-index: 2;
    animation: bounce 2s infinite ease-in-out;
}
.lb_boun3 i{
    color: #f7b543;
}
@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}



.shapes {
    position: absolute ;
    z-index: -1 !important;
}

.illustration-holder .main-screen {
    border-radius: 25px;
}

.illustration-holder .shape-one {
    top: 59%;
    left: -5%;
    width: 13.5%;
    z-index: 0;
    animation: 25s linear infinite rotatedHalf;
}
.illustration-holder .shape-two {
    bottom: 45%;
    right: -13%;
    width: 28.3%;
    animation: 25s linear infinite rotatedHalfTwo;
}
  
.illustration-holder .shape-three {
    top: 197%;
    right: 0%;
    width: 12%;
    z-index: 0;
}
.illustration-holder .shape-four {
    bottom: -129%;
    left: -10%;
    width: 12%;
    z-index: 0;
}

@keyframes rotatedHalfTwo {
    0% {
      transform: rotate(0deg);
    }
    50% {
      transform: rotate(180deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

@keyframes rotatedHalf {
    0% {
      transform: rotate(0deg);
    }
    50% {
      transform: rotate(180deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }  


.explore_section::after {
    content: "";
    position: absolute;
    top: 2%;
    margin: auto;
    z-index: 1;
    left: 0px;
    width: 270px;
    height: 675px;
    background-image: url(../images/shape_30.svg);
    background-repeat: no-repeat;
    animation: fadeUp 3s ease-in-out;
}
.explore_section::before {
    content: "";
    position: absolute;
    top: 80%;
    margin: auto;
    z-index: 0;
    right: 0%;
    width: 270px;
    height: 675px;
    background-image: url(../images/shape_31.svg);
    background-repeat: no-repeat;
    animation: fadeUp 3s ease-in-out;
}

.breadcrumbs {
    padding: 15px 0;
    background: linear-gradient(to right, #22262a, #3E1A51);
    min-height: 40px;
    color: #fff;
    margin: 10px 0;
  }
  
  .breadcrumbs h2 {
    font-size: 28px;
    font-weight: 500;
  }
  
  .breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 14px;
  }
  
  .breadcrumbs ol a {
    color: #fff !important;
  }
  
  .breadcrumbs ol a:hover {
    color: #fff;
    transition: 0.3s;
  }
  
  .breadcrumbs ol li+li {
    padding-left: 10px;
  }
  
  .breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #fff;
    content: "/";
  }
  

  .section-title {
    text-align: center;
    padding-bottom: 30px;
    position: relative;
}
.section-title h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}


.section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: var(--primary);
    bottom: 0;
    left: calc(50% - 25px);
}

section {
    padding: 60px 0;
    overflow: hidden;
    position: relative;
}


.contact .info-box {
    color: #444444;
    text-align: center;
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 30px 0 32px 0;
    border-radius: 4px;
  }
  
  .contact .info-box i {
    font-size: 32px;
    color: var(--primary);
    border-radius: 50%;
    padding: 8px;
    border: 2px dotted #f8d4d5;
  }
  
  .contact .info-box h3 {
    font-size: 20px;
    color: #777777;
    font-weight: 700;
    margin: 10px 0;
  }
  
  .contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
  }
  
  .contact .php-email-form {
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 30px;
    border-radius: 4px;
  }
  
  .contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
  }
  
  .contact .php-email-form .error-message br+br {
    margin-top: 25px;
  }
  
  .contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
  }
  
  .contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
  }
  
  .contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    animation: animate-loading 1s linear infinite;
  }
  
  .contact .php-email-form .form-group {
    margin-bottom: 25px;
  }
  
  .contact .php-email-form input,
  .contact .php-email-form textarea {
    box-shadow: none;
    font-size: 14px;
    border-radius: 4px;
  }
  
  .contact .php-email-form input:focus,
  .contact .php-email-form textarea:focus {
    border-color: #111111;
  }
  
  .contact .php-email-form input {
    padding: 10px 15px;
  }
  
  .contact .php-email-form textarea {
    padding: 12px 15px;
  }
  
  .contact .php-email-form button[type=submit] {
    background: var(--primary);
    border: 0;
    padding: 10px 32px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
  }
  
  .contact .php-email-form button[type=submit]:hover {
    background: var(--primary);
  }
  
  @keyframes animate-loading {
    0% {
      transform: rotate(0deg);
    }
  
    100% {
      transform: rotate(360deg);
    }
  }
  .contact .info-box i {
    font-size: 32px;
    color: var(--primary);
    border-radius: 50%;
    padding: 8px;
    border: 2px dotted #f8d4d5;
}  