body {
    margin: 0;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
  }
 /*Animation Start*/
   :focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
@keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both
}

.animatedFadeInUp {
    opacity: 0
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}
/*Animation end*/ 
.header-main{
    box-shadow: #33333361 2px 7px 7px;
}
.header-main .container{
 max-width: 1310px;   
}
header.fixed .logo-fixed{
    display:none;
}
header.fixed .logo-fixed1{
    display:block;
}
.logo-fixed1{
 display:none;   
}
.navbar-nav a {
        color: #4c4c4c !important;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.navbar ul li{
    padding: 0 30px;
}
.logo img{
    width: 300px;    margin-top: -8px;
}
.main-button{
background: #ffa00a;
    border: none;
    border-radius: 5px;
    color: #fff;
    padding: 8px 22px;
    font-size: 16px;
    font-weight: 500;  
}
p{
    color: #7e7e91;
}
.navbar-collapse1{
padding-left: 370px;    
}
.carousel-caption{
    top: 18%;left: 6% !important;right: 2% !important;
}
.carousel-control-prev, .carousel-control-next{
    width: 5% !important;    
}
.carousel-control-prev-icon, .carousel-control-next-icon {
    background: #0000004f;
    padding: 20px;
}
.banner-text{
text-align: left;
}
.banner-text h2{
    font-weight: 800;    padding-bottom: 10px;    
}
.banner-text h2 span{
font-size: 46px;    
}
.banner-text p{
 padding-bottom: 10px;       color: #fff;
}
.section-heading h1{
    font-size: 46px;    
}
.checklist {
    margin-top: 0px;
    list-style: none;
    padding-left: 0;
    margin-bottom: 30px;
}
.checklist li {
background-image: url(../img/cloud_3-li.png);
background-repeat: no-repeat;
    background-position: 0px -2px;
    padding-left: 60px;
    margin: 9px 0;
    padding-bottom: 15px;
    padding-top: 3px;
    background-size: 40px;
    font-size: 16px;
    color: #7e7e91;
    font-weight: 500;
}
.section-heading{
    padding-bottom: 25px;   
}
.secgap{
    padding-top: 45px;
    padding-bottom: 80px;    
}
.register-box{
    padding: 45px 28px 30px 28px;
    background: #fff;
    box-shadow: #0000001a 0px 5px 22px;
    border-radius: 5px;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
        margin-bottom: 30px;
        border: none;    
}
.register-box:hover{
    background: #f2f7fa;
    box-shadow: none;
}
.work-box:hover{
background: #fff;
border-bottom:2px solid #2f60a5 ;    
}
.work-box{
box-shadow: none;
    padding: 10px 28px 10px 28px;
    -webkit-transition: none;
    transition: none;
    border: 1px solid #e6e6e6;
    margin-bottom: 18px;
}
.work-box img {
    width: 60px !important;
}
.register-box img{
    width: 52px;    
}
.register-box h5{
    font-weight: 700;
    padding-top: 5px;
    font-size: 18px;    margin-bottom: 2px;
}
.register-box p{
font-weight: 500;
    font-size: 14px;
        margin-bottom: 2px;
}
.sec-4{
background: #f2f7fa;
padding-bottom: 0;    
}
.work-img img{
    width: 100%;
}
.margin-work{

}
.margin-work1{
 
}
.work-img{
 margin-top: 0    
}
.signup{
background: #ffa00a;
    border: none;
    border-radius: 5px;
    color: #fff;
    padding: 20px 45px;
    font-size: 16px;
    font-weight: 500;     margin: 0 20px;     
}
.signup:hover{
background: #fff;
    color: #333;     
}
.signup1{
background: #fff;
    border: none;
    border-radius: 5px;
    color: #333;
    padding: 20px 45px;
    font-size: 16px;
    font-weight: 500;    margin: 0 20px;      
}
.signup1:hover{
background: #ffa00a;
    color: #fff;     
}
.sec-5{
    background: #000 url(../img/start-shipping-bg.jpg);    padding-bottom: 60px;    background-size: cover;
}
.sec-5 h1{
    color: #fff;
}
.owl-dots{
    display: block !important;
}
.owl-nav{
    display: none;
}
.partner-img img{
filter: grayscale(1);
    cursor: pointer;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;    
}
.partner-img img:hover {
    filter: none;
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}
.partner-img2 img{
filter: grayscale(1);
    cursor: pointer;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;    
}
.partner-img2 img:hover {
    filter: none;
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}
.testi-box{
    padding: 45px 28px 30px 28px;
    background: #fff;
    box-shadow: #0000001a 0px 5px 22px;
    border-radius: 5px;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
        margin-bottom: 30px;
        border: none;
}
.testi-box img{
    width: 72px !important; 
    margin-left: 90px; 
        float: left; 
            margin-right: 18px; 
}
.testi-box h5{
font-weight: 700;
    padding-top: 26px;
}
.testi-box h1{
font-weight: 900;
    font-family: none;
    font-size: 112px;
    color: #cbcbcb;
    float: left;
    padding-right: 28px;
}
.testi-box p{
font-weight: 500;
}
.testi-box h4{
    font-weight: 600;
    padding-top: 26px;
    font-size: 18px;
    color: #002e72;
    margin-bottom: 0;
}
.testi-box h6{
    font-weight: 600;
    font-size: 15px;
    color: #7e7e91;
}
.sec-7 {
    background: -webkit-linear-gradient(90deg, #ffffff 60%, #2e5ea3 60%);
    background: -o-linear-gradient(90deg, #ffffff 60%, #2e5ea3 60%);
    background: -moz-linear-gradient(90deg, #ffffff 60%, #2e5ea3 60%);
    background: linear-gradient(90deg, #ffffff 60%, #2e5ea3 60%);
        margin-bottom: 60px;
}
.post-slide{
    margin: 0 15px 20px 15px;border: 1px solid #74747438;
}
.post-slide .post-img{
    position: relative;
    overflow: hidden;
     border-top-right-radius: 5px;
            border-top-left-radius: 5px;
}
.post-slide .over-layer:before{
    content: "";
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background:rgba(255, 255, 255,0);
    transition: all 0.50s ease 0s;
}
.post-img:hover .over-layer:before{
    background:rgba(255, 255, 255,0.6);
}
.post-slide .post-img img{
    width: 100%;
    height:auto;
}
.post-slide .post-content{
    background:#fff;
    padding:25px 20px;
        border-bottom-right-radius: 5px;
            border-bottom-left-radius: 5px;
}
.post-slide .post-date{
    display: block;
    color:#808080;
    font-size: 13px;
    text-transform: uppercase;
}
.post-slide .post-title{
    margin: 15px 0 14px;
    font-size: 24px;
    font-weight: 600;
    text-transform: inherit;
}
.post-slide .post-title > a{
    color:#3c3c3c;
    transition:all 300ms linear 0s;
    text-decoration: none;
}
.post-slide .post-title > a:hover{
    color:#2e5ea3;
    text-decoration: none;
}
.post-slide .post-description{
    color:#676767;
    font-size: 15px;
    line-height: 24px;
}
.post-slide .post-bar{
    padding: 0;
    list-style: none;
    text-transform: uppercase;
}
.post-slide .post-bar li{
    display: inline-block;
    font-size: 13px;
    color:#676767;
}
.post-slide .post-bar li a{
    color:#2e5ea3;
    font-weight: bold;
    text-decoration: none;
}
.post-slide .post-bar li a:hover{
    text-decoration:none;
    color:#999;
}
.checked {
  color: orange !important;
}
.star-rating span{
    color: #b1b1b1;
}
.carousel .sr-only{
    display: none;
}
.footer-bg{
        background: -webkit-linear-gradient(left, #5f4aaf, #3662b1);
            padding: 122px 0 8px 0;
}
.footer-bg img{
    width: 255px;
    padding-bottom: 20px;
}
.footer-bg p{
color: #fff;
font-size: 14px;
    line-height: 26px; 
    margin-bottom: 0;   
}

.media-icons{
  display: flex;margin-top: 20px;
}
.media-icons a{
    height: 35px;
    width: 35px;
    margin: 0 8px;
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.4s ease;
    background: #ffa00a;    padding-top: 10px;
}

.media-icons a:hover{
  color: #574fb0;
  background: #fff;
}
.footer-bg .link_name{
font-size: 20px;
    font-weight: 600;
    color: #fff;
        padding-top: 38px;
    padding-bottom: 22px;
}
.footer-bg ul{
list-style: none;
}
.footer-bg ul li{
list-style: none;
padding-bottom: 10px;
}
.footer-bg ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}
.footer-bg input{
     background: transparent;
    border: 1px solid #b9b9b9;
    border-radius: 4px;
    padding: 10px 12px;
    font-size: 13px;
    color: #fff;    width: 100%;
    margin-bottom: 10px;   
}
.footer-bg input::placeholder{
  color: #eee;
  font-size: 14px;
}
.line-bot {
    border-bottom: #ffffff57 solid 1px;
    height: 2px;
    width: 100%;
        padding-top: 24px;
}
.inner-section{
    background: -webkit-linear-gradient(left, #3662b1, #5f4aaf);
    background-size:cover ;
        padding-top: 65px;
    padding-bottom: 60px;
    position: relative;
}
.inner-section h1{
color: #fff;
} 
.inner-section p{
color: #fff;    
} 
.banner-img img{
    position: absolute;
    width: 334px;
    top: 8px;    
}
.sec-5 p {
    color: #fff;
}
.step-card{  
}
.faq .accordion-button {
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    padding-bottom: 22px;
    padding-top: 22px;
    border-bottom: 1px solid #f3f3f3;
}
.accordion-button:focus {
    z-index: 3;
    border-color: #3330 !important;
    outline: 0;
    box-shadow: none !important;
}
.faq .accordion-button:not(.collapsed) {
    color: #0c63e4;
    background: -webkit-linear-gradient(left, #5f4aaf, #3662b1);
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
    color: #fff;
}
.faq .step-card .collapse.show{
font-size: 15px;
    padding: 18px 22px 10px 22px;
    font-weight: 500;
}
header.fixed .container {

 display:flex;

  flex-flow: row wrap;

  align-items:center;



}

header.fixed {

  background: #fff;
    z-index: 9;
  position: fixed;

  top: 0;

  left: 0;

  width: 100%;    display: block;

  /*opacity:0;

  visibility:hidden;*/

  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);

  /*transform:translate(0, -200px);*/

}

header.fixed nav a, header.fixed .logo a{

  color:#4c4c4c !important;

}



header.fixed .div-block-3{display: none;}

header.fixed .div-block-2{display: none;}

header.in-view{

  opacity:1;

  visibility:visible;

  transition: all 0.3s ease;

  transform:translate(0, 0);

}
.footer-bg .link_name1 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
padding-top: 18px;
    padding-bottom: 0px;
    border-top: 1px solid #ffffff4f;
}


/*price*/

.pricingTable{
    background: #fff;
    text-align: left;
    padding: 0px 0 10px;    box-shadow: #0000001f 1px 1px 6px;
    border-radius: 5px;
}
.pricingTable .pricingTable-header{
    color: #fff;
    background: linear-gradient(to right,#5bb6ed,#3f7cd8);
        padding: 30px 20px 56px;
    margin: 0 0 10px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 92%, 0 100%);
}
.pricingTable-header h4{
    margin-bottom: 0;    font-weight: 600;    
}
.pricingTable .price-value{ padding-left: 0;    font-family: 'Oswald', sans-serif; }
.pricingTable .price-value .amount{
    font-size: 42px;
    font-weight: 500;
    line-height: 80px;
    display: inline-block;
}
.pricingTable .price-value .currency{
    font-size: 35px;
    font-weight: 500;
    line-height: 45px;
    vertical-align: top;
    display: inline-block;
}
.pricingTable .price-value .duration{
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin: 0 0 0 -20px;
    display: inline-block;
}
.pricingTable .title{
    color: #00c7c0;
    font-size: 45px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin: 0 0 30px;
}
.pricingTable .pricing-content{
    font-family: 'Lato', sans-serif;
    padding: 0 33px;
    margin: 0 0 30px;
    list-style: none;
}
.pricingTable .pricing-content li{
    color: #555;
    background: #efefef;
    font-size: 16px;
    font-weight: 600;
    line-height: 40px;
    text-transform: uppercase;
    padding: 5px 15px 5px 50px;
    margin: 0 0 5px;
    position: relative;
}
.pricingTable .pricing-content li:last-child{ margin-bottom: 0; }
.pricingTable .pricing-content li:before{
    content: "\f00c";
    color: #fff;
    background: linear-gradient(to right,#00c7c0,#00b3c3);
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    font-weight: 900;
    line-height: 23px;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    position: absolute;
    top: 15px;
    left: 15px;
}
.pricingTable .pricing-content li.disable:before{ content: "\f00d"; }
.pricingTable .pricingTable-signup a{
    color: #fff;
    background: linear-gradient(to right,#00c7c0,#00b3c3);
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 3px 30px 4px;
    border-radius: 50px;
    display: inline-block;
    transition: all 0.3s;
}
.pricingTable .pricingTable-signup a:hover{
    letter-spacing: 2px;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.4);
}
.pricingTable.purple .pricingTable-header,
.pricingTable.purple .pricing-content li:before,
.pricingTable.purple .pricingTable-signup a{
    background: linear-gradient(to right,#dd3e71,#974686);
}
.pricingTable.purple .title{ color: #dd3e71; }
.pricingTable.yellow .pricingTable-header,
.pricingTable.yellow .pricing-content li:before,
.pricingTable.yellow .pricingTable-signup a{
    background: linear-gradient(to right,#85ba41,#56ab2f);
}
.pricingTable-header h6 {
    margin-bottom: -10px;
    margin-top: 15px;
}
.pricingTable-inner p{
 font-size: 15px;
    color: #fff;
        padding-top: 8px;
    padding-bottom: 0px   
}
.pricingTable .checklist {
    margin-top: 22px;
    list-style: none;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}
.pricingTable .checklist li {
    background-image: url(../img/cloud_3-li.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding-left: 36px;
    margin: 0px 0 9px 0;
    padding-bottom: 15px;
    padding-top: 0px;
    background-size: 25px;
    font-size: 14px;
    color: #7e7e91;
    font-weight: 500;
}
.main-button-plan{
background: #fff;
    border: none;
    border-radius: 5px;
    padding: 8px 22px;
    font-size: 15px;
    font-weight: 500; 
    color: #2e2e2e;   
}
.pricingTable-header-gray{
color: #424242 !important;
    background: linear-gradient(to right,#e3e3e3,#dbdbdb) !important;    
}
.pricingTable-inner-gray p{
    color: #424242 !important;    
}
.pricingTable-inner-gray .main-button-plan{
    background: #ffbf2f;
}
.register-box a{
 text-decoration: none;
    font-weight: 600;   
}
.register-box1 p{
    margin-bottom: 10px;    
}


.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
  height: 100%;
  background: #000;
}

.carousel-caption{padding-bottom:80px;}

h2{font-size: 60px;}
p{}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    opacity:0.6;
}




/**
 * Button
 */
.btn-transparent {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}
.btn-transparent:hover {
  background-color: #fff;
}

.btn-rounded {
  border-radius: 70px;
}

.btn-large {
  padding: 11px 45px;
  font-size: 18px;
}

/**
 * Change animation duration
 */
.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.navigation .nav-item .active{
color: #f30aa1 !important;
}

.track-order{
    
}
.step-img{
    text-align:center;
}
.step-img img{
      width: 220px;  position: relative;
}
.step-img h4{
  text-transform: capitalize;     padding-top: 20px; font-weight: 600;
}
.line-step {
    border-bottom: #3298e2 solid 3px;
    height: 2px;
    width: 70%;
    padding-top: 24px;
    margin: auto;
    border-style: dashed;
    margin-top: -20%;
    border-left: none;
    border-right: none;
    border-top: none;
}
.head-main2{
  background: url(../img/banner-new.jpg); 
background-size: cover;
    padding-top: 55px;
    padding-bottom: 75px;
}
.app-icon img{
    width: 80px;
    padding-top: 0px; 
}
.app-icon ul{
     list-style: none;
    padding-left: 0;   
}
.app-icon ul li{
      display: inline; padding-right: 35px; 
}
.join-us{
    background: -webkit-linear-gradient(left, #ec7b06, #ffa00a);
    margin: 0 10%;
    border-radius: 10px;
        margin-bottom: -5%;
    padding: 30px 30px 30px 30px;
    position: relative;   
}
.join-us input{
    width: 100%;
    padding: 18px 28px 18px 20px;
    border-radius: 5px;
    border: none;       margin-top: 18px; 
}
.join-but{
 
    background: #3662b1;
    color: #fff;
    border: none;
    padding: 18px 28px 18px 28px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    float: left;margin-left: -30px;    margin-top: 18px;
  
}
.table-resposive{
    border: 1px solid #bcced7;
    border-radius: 6px;overflow: auto;    
}
.table-resposive .table > thead tr th{
    padding: 30px 0;
    border-bottom: 0.6px solid #bcced7;
    border-bottom-color: #bcced7 !important;    
}
.table-resposive .table > tbody tr th{
    padding: 20px 20px;
    font-weight: 500;
    font-size: 14px; 
}
.table-resposive .table > tbody .main-cat{
    text-align: center;      vertical-align: middle;  
}
.table-resposive .table > tfoot .bot-button{
    text-align: center;      vertical-align: middle; padding-top: 22px; 
}
.table-resposive .table > tfoot th{
   border-bottom:0px; 
}
.table-resposive .table > tfoot td{
   border-bottom:0px; 
}
.table-resposive img{
    width:40px;
}
.callback-button{
    background: #ffa00a;
    border: none;
    position: fixed;
    left: -39px;
    bottom: 50%;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #fff;
    padding: 8px 22px;
    font-size: 16px;
    font-weight: 500;
  -ms-transform: rotate(-90deg); /* IE 9 */
  transform: rotate(-90deg);     z-index: 9  
}
.call-back-body{
    
}
.call-back-body img{
     width: 100%;     padding-bottom: 25px;  
}
.call-back-body .close{
background: #ff001b;
    color: #fff;
    border: none;
    border-radius: 50%;
    padding: 0px 11px;
    font-size: 26px;
    position: absolute;
    right: -18px;
    top: -18px;      z-index: 9; 
}
.call-back-body .modal-body {
padding:0;    
}
.call-back-body h2{
font-size: 24px;padding-left: 28px;
    padding-right: 20px;
    padding-top: 80px;    
}
.call-back-body h2 span{
    font-size: 32px;
    color: #00ab61;
    font-weight: 700;   
}
.call-back-body form{
    padding-left: 28px;
    padding-top: 8px;    
}
.call-back-body input{
font-size: 14px;
    padding: 12px 15px;
    width: 100%;
    border: 1px solid #cbcbcb;
    border-radius: 3px;     margin-bottom: 18px;   
}
.video-size{
    width: 100%;
    height: 470px;    
}
.plan-box{
    background: #d7eeff;
    padding: 40px 30px 10px 30px;
    text-align: center; 
        min-height: 500px;
}
.blue-paln{
    background: -webkit-linear-gradient(left, #37a6e7, #1961cc);
    text-align: left;
    color: #fff;
    min-height: 500px;
}
.plan-box h2{
    margin-bottom: 15px;    
}
.plan-box h1{
    padding-top: 20px;
    margin-bottom: 24px;
    color: #00a148;
    font-weight: 800;    
}
.plan-box p{
     margin-bottom: 5px;   
}
.plan-checklist {
    margin-top: 30px;
    list-style: none;
    padding-left: 0;
    margin-bottom: 30px;
}
.plan-checklist li {
    background-image: url(../img/plan-icon.png);
    background-repeat: no-repeat;
    background-position: 0px -2px;
    padding-left: 60px;
    margin: 9px 0;
    padding-bottom: 15px;
    padding-top: 3px;
    background-size: 40px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
        text-transform: capitalize;
}
.partner-img2 .owl-dots{
display: none !important;
}