html {
    font-family: 'Red Hat Display', sans-serif;
    scroll-behavior: smooth;
}

body {
    font-family: 'Red Hat Display', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
    color: #00102c;
    font-size: 20px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all 0.3s ease-in-out;
}

* {
    box-sizing: border-box;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin: 0;
    padding: 0;
}

h1,
h2 {
    margin: 0;
    padding: 0 0 24px;
    font-size: 26px;
    line-height: 1.3em;
    font-weight: 600; 
    color: #00102c;
    text-transform: capitalize;
}

p {
    margin: 0;
    padding: 0 0 20px;
    font-size: 15px;
    line-height: 1.47em;
    font-weight: 400;
}
:hover {
    transition: 0.6s;
}
@media (min-width: 768px) {
   h1,
    h2 {
        font-size: 30px;
    }

    p {
        font-size: 17px;
    } 
}

@media (min-width: 1200px) {
   h1,
    h2 {
        font-size: 35px;
    }

    p {
        font-size: 16px;
    } 
}

ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

a,
a:hover {
    text-decoration: none;
}

button:focus {
    outline: none;
}

button {
    margin: 0;
}

.container {
    max-width: 1224px;
    margin: 0 auto;
}

.img-responsive {
    display: block;
    max-width: 100%;
}

.btns {
    color:#FFFFFF;
    display: inline-block;
    padding: 15px 45px;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    position: relative;
    background: #000000;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 1.2em;
    border-radius: 100px;
    background: linear-gradient(to bottom,  #58cafe 0%,#3f45f0 100%);
    transition: all ease-in-out 0.3s
}


.btns:hover {
    color:#FFFFFF;
    background: linear-gradient(to bottom,  #3f45f0 0%,#58cafe 100%); 
}


/* header */

.page-header {
    padding: 10px 0;
    top: 0;
    width: 100%;
    z-index: 3;
    position: fixed;
    top: 0;
    background: #ffffff;
    box-shadow: 0 10px 14px -8px #cacaca;
    z-index: 999;
}

.notice {
    position: relative;
    background: #445ff2;
    display: none;
    z-index: 9
}

.notice p {
    color:#ffffff;
    display: block;
    padding: 10px 15px;
    font-size: 13px;
    text-decoration: none;
    font-weight: 7400;
    text-align: left;
    position: relative;
    letter-spacing: .1em;
    text-align: center;
}

.notice-close {
    position: absolute;
    right: 15px;
    color: #fff;
    top: 10px;
    font-size: 13px;
    cursor: pointer;
    z-index: 2
}

.logo {
    max-width: 77px;
    float: left;
}

.menu-toggle {
    position: absolute;
    right: 15px;
    top: 7px;
    font-size: 30px;
    color: #2b2b2b;
    cursor: pointer;
}

/* page-wrapper */

.page-wrapper {
    position: relative;
}

.mobile-menu {
    display: none;
    position: fixed;
    background-color: #3b90ed;
    left: 0;
    z-index: 999;
    height: 100%;
    width: 100%
}

.nav-primary {
    padding: 80px 0 0;
    width: 100%;
    position: relative;
    left: 0;
    top: 0
}

.header-right .nav-primary {
    display: none;
}

.nav-primary ul {
    margin: 0 0 0;
    padding: 0;
    list-style: none;
}

.nav-primary ul li {
    padding: 2px 0;
    margin: 0;
    position: relative;
    background: none;
}

.nav-primary ul li a {
    color:#fff;
    display: block;
    padding: 8px 15px;
    font-size: 13px;
    text-decoration: none;
    font-weight: 600;
    text-align: left;
    position: relative;
    text-transform: uppercase;
    letter-spacing: .1em
}

.nav-primary ul li.active a {
    color: #fff;
}

.nav-primary ul li a:hover {
    color: #fff;
}

.header-btn {
    padding: 2px 45px 0 0;
}

.header-btn .btns {
    padding: 11px 27px;
    font-size: 11px;
}

.header-right {
    float: right;
}

.btn-pop {
    position: absolute;
    right: 0;
    top: 100%; 
    display: none;
    padding: 0 20px
}


.pop_col {
    background: #ffffff;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    border-radius: 8px;
    min-width: 100%;
    padding: 20px 20px 0;

}

.form-col select {
  padding: 0 15px;
  font-size: 16px;
  line-height: 1.3em;
  font-weight: 400;
  text-align: left;
  color: #181818;
  display: block;
  height: 44px;
  width: 100%;
  background: #ffffff;
  border: 1px solid #d6d6d6;
  font-family: 'Red Hat Display', sans-serif;
  border-radius: 6px;
}

.track-btn,
.cancel-btn {
  font-size: 12px;
  color: #ffffff;
    padding: 8px 20px;
  cursor: pointer;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  display: inline;
  border-radius: 6px;
  border: none;
  background: #445ff2
}

a.cancel-btn {
    margin-right: 5px;
    background: #f00;
    color: #ffffff;
}

a.cancel-btn:hover {
    color: #ffffff;
}

.form-col.text-right {
  text-align: right;
}

.mobile-menu .menu-close {
    color: #ffffff;
    position: absolute;
    right: 15px;
    top: 8px;
    font-size: 26px;
    cursor: pointer;
    z-index: 99999
}

.mobile-menu .logo {
    margin: 10px 12px 0
}

.download {
    padding: 20px 15px
}

.download a {
  max-width: 130px;
  margin-top: 15px;
  display: inline-block;
  border-radius: 5px;
}

.download a img {
  border-radius: 5px;
  display: block;
}



@media (min-width: 1200px) {
    .notice {
        display: none;
    }

    .header-right .nav-primary {
    display: block;
}

    .page-header {
      padding: 15px;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: auto;
      background: transparent;
      box-shadow: none;
      transition: all ease-in-out 0.3s 
    }

    .page-header-inner {
        padding:  15px 0;
        position: relative;
        /*background: #dcdde2;*/
        z-index:99999;
    }

    .page-header.header-open {
        padding-top: 0
    }

    .logo {
        max-width: 100px;
    }

    .menu-toggle {
        display: none;
    }

    .nav-primary {
        padding: 12px 50px 0 0;
        display: block !important;
        position: relative;
        width: auto;
        left: 0;
        z-index: 9;
        top: 0;
        background-color: transparent;
        float: right;
    }

    .nav-primary ul li {
        padding: 0 20px;
        margin: 0;
        position: relative;
        background: none;
        float: left;
    }
    
    .nav-primary ul li a {
        padding: 0 0;
        font-size: 14px;
        display: block;
        color: #2b2b2b
    }

    .nav-primary ul li a:hover {
        color: #387deb;
    }

    .header-right {
      float: right;
      margin-top: 0;
    }
    .header-btn {
        padding: 6px 0 0 0;
        float: right;
    }

    .header-btn .btns {
        padding: 12px 40px;
        font-size: 14px;
    }

    .page-header .container {
    position: relative;
    max-width: 1170px;
}

.pop_col {
    min-width: 400px;

}
.btn-pop {
  padding: 0 12px;
}


}


.banner {
    background-color: #dcdde2;
    padding: 70px 0 150px 0;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.banner_inner {
    padding: 80px 0 26px 0;
}

.banner__image {
    max-width: 300px;
    margin: 0 auto;
}

.banner__container {
    padding: 0 20px;
}

.banner__content__wrap {
    padding-top: 20px
}

.banner__content__wrap h2 {
    padding-bottom: 10px
}

.banner-graphics {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    max-width: 100%
}

.banner_inner {
    padding: 0;
    margin: 0;
    background: transparent;
    position: relative;
    z-index: 9
}

.banner_inner__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.banner_inner__image img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.banner_inner__content {
    position: relative;
    padding: 100px 0 40px 0;
    background: rgba(0, 0, 0, 0.6);
}

.banner_inner .banner__content__wrap {
    padding: 0;
}

.banner_inner .banner__content__wrap h2 {
    padding-bottom: 0;
    color: #fff;
}


@media (min-width: 768px) {
.banner__image {
    max-width: 500px;
    margin: 0 auto;
}

.banner {
    padding: 30px 0 150px 0;
}

.banner__container {
    padding: 0 50px;
}

.banner_inner {
    padding: 0;
    margin: 0;
    background: transparent;
}
.banner_inner__content {
    padding: 120px 0 80px 0
}

}

@media (min-width: 1200px) {
.banner__image {
    max-width: 25%;
    margin: 0 0;
    float: left;
}

.banner__content {
    max-width: 50%;
    margin: 0 0;
    float: right;
}

.banner {
    padding: 130px 0 150px 0;
    text-align: left;
}

.banner__container {
    max-width: 1800px;
    margin: 0 auto;
    padding: 0
}

.banner__content__wrap {
    max-width: 645px;
    padding-top: 100px;
}

.banner__content__wrap h2 {
    padding-bottom: 10px;
    font-size: 30px;
}

.banner__content__wrap p {
    padding-bottom: 15px
}

.banner-graphics {
    bottom: auto;
    top: 200px;
    right: 150px;
    opacity: 0.6
}
.bulet {
    padding-bottom: 20px
}


.banner_inner .banner__content__wrap {
    padding-top: 0;
    padding-left: 0;
    max-width: 100%;
}
.banner_inner .banner__content {
    width: 100%;
    max-width: 100%;
    text-align: center;
}

.banner_inner .banner-graphics {
    top: 0;
    right: 150px;
    width: 482px;
  }
  .banner_inner .banner-right-img {
    width: 331px;
  }
  .banner_inner .banner-left-img {
    width: 132px;
  }

  .banner_inner {
    padding: 0;
    margin: 0;
    background: transparent;
}

.banner_inner__content {
    padding: 120px 0
}
}

@media (min-width: 1300px) {
.banner__image img{
    /*max-width: 950px*/
}
.banner__image {
    margin-left: 60px
}
.banner__content__wrap {
    padding-top: 30px;
    padding-left: 50px;
    padding-right: 50px;
}
.banner-graphics {
    top: 200px;
    right: 50px;

}

}

@media (min-width: 1500px) {
.banner__image img{
    max-width: 600px
}
.banner__image {
    margin-left: 0
}

.banner__image img {
    margin-left: 225px
}
.banner__content__wrap {
    padding-top: 190px;
}
.banner-graphics {
    top: 200px;
    right: 150px;

}

.banner__content {
    width: 48%;
}
}


/*partner*/

.partner {
    padding: 50px 0;
}

.partner h2 {
    padding: 0 0 20px;
    font-size: 22px;
    color: #00102c;
    font-weight: 600;
    line-height: 1.3em;
    text-align: center;
}

.partner .row {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: -13px;
    margin-left: -13px;
    justify-content: center;
    text-align: center;
}
  
.partner .col-sm-6 {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: auto;
    padding: 0;
    margin: 6px 13px;
    width: calc(50% - 26px);
    max-width: 274px
}

.partner-col {
    height: 94px;
    position: relative;
}

.partner-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.object-fit {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.partner-info {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
    padding: 0 20px;
}
.partner-info img {
    display: block;
    margin: 0 auto
}

@media (min-width: 768px) {

.partner-col {
    height: 144px;
    position: relative;
}
.partner .col-sm-6 {
    margin: 6px 13px;
    width: calc(50% - 26px);
    max-width: 300px;
    height: 170px
}

.partner-info {
    padding: 0 0;
}

.partner h2 {
    font-size: 26px;
}
}
@media (min-width: 1200px) {
.partner .col-sm-6 {
    margin: 6px 13px;
    width: calc(25% - 26px);
    max-width: 300px;
    height: 170px
}

.partner h2 {
    font-size: 32px;
    padding-bottom: 40px
}

.partner {
  padding: 60px 0 80px;
}
}

/*about*/

.about {
    padding: 0 0 50px 0;
    color: #00102c;
}

.about h2 {
    padding: 0 0 15px;
    text-align: center;
}

.about-list {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: -18px;
    margin-left: -18px;
    justify-content: flex-start;
    text-align: center;
}
  
.about-column {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: auto;
    padding: 0;
    margin: 15px 18px;
    width: calc(100% - 36px);
}

.about-icon {
    padding-bottom: 15px;
}

.about-icon img {
    display: block;
    margin: 0 auto
}

.about-info h4 {
    padding: 0 0 10px;
    font-size: 16px;
    color: #00192e;
    font-weight: 600;
    line-height: 1.3em;
    display: block;
    font-family: 'Poppins', sans-serif;
}

.about-info p {
    padding: 0 0 0;
    font-size: 14px;
    color: #6e6e6e;
    font-weight: 400;
    line-height: 1.5em;
    font-family: 'Poppins', sans-serif;
}

@media (min-width: 768px) {
.about-column {
    margin: 15px 18px;
    width: calc(50% - 36px);
}

.about-top-info {
    padding-bottom: 20px
}
}

@media (min-width: 1200px) {
.about-column {
    margin: 20px 18px;
    width: calc(33.33% - 36px);
    text-align: left;
}

.about-icon img {
    display: block;
    margin: 0 0
}

.about-info h4 {
    padding: 0 0 10px;
    font-size: 18px;
}

.about-info p {
    font-size: 15px;
}

.about-icon {
    padding-bottom: 0;
    margin-bottom: 20px;
    height: 60px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    flex-wrap: wrap;
    }

}



/*uses*/

.uses {
    background-color: #edfbff;
    padding: 50px 0;
}

.uses h2 {
    text-align: center;
    padding: 0
}

.uses-list {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: -18px;
    margin-left: -18px;
    justify-content: flex-start;
    text-align: center;
}
  
.uses-col {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: auto;
    padding: 30px 20px 50px;
    margin: 30px 18px;
    width: calc(100% - 36px);
    background-color: #fff;
    box-shadow: 0 0 30px rgba(0,0,0,0.05);
    border-radius: 10px;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.uses-col.active,
.uses-col:hover {
background: #072088; /* Old browsers */
background: -moz-linear-gradient(left,  #072088 0%, #00e397 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #072088 0%,#00e397 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #072088 0%,#00e397 100%);
color: #ffffff;
transition: all 0.3s ease-in-out;
}

.uses-image {
    max-width: 60px;
    margin: 0 auto 20px;
    position: relative;
    z-index: 1
}

.uses-image:before {
    content: "";
    position: absolute;
    left: -22px;
    top: -5px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #f5f5f5;
    z-index: -1;
}

.uses-col.active .uses-image:before {
    background-color: #055787;
}
.uses-info h4 {
    padding: 0 0 12px;
    font-size: 16px;
    color: #222222;
    font-weight: 500;
    line-height: 1.3em;
    display: block;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
}

.uses-info p {
    padding: 0 0 0;
    font-size: 14px;
    color: #707070;
    font-weight: 400;
    line-height: 1.5em;
    font-family: 'Poppins', sans-serif;
}

.uses-col.active .uses-info h4,
.uses-col.active .uses-info p,
.uses-col:hover .uses-info h4,
.uses-col:hover .uses-info p {
    color: #ffffff;
}

.uses-no {
    position: absolute;
    left: 50%;
    bottom: -30px;
    width: 62px;
    height: 62px;
    border-radius: 50%;

    transform: translate(-50% , 0);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 25px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
background: #072088; /* Old browsers */
background: -moz-linear-gradient(left,  #072088 0%, #00e397 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #072088 0%,#00e397 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #072088 0%,#00e397 100%); 

}

@media (min-width: 768px) {
.uses-col {
    width: calc(33.33% - 36px);
}

.uses-list {
    margin-top: 50px;
}

.uses-col.active {
    top: -50px
}

}

@media (min-width: 1200px) {
    .uses-col {
    padding: 70px 22px 90px;
    }

.uses-list {
    margin-top: 120px;
}

.uses-col.active {
    top: -70px
}

.uses-image {
    max-width: 112px;
    margin: 0 auto 40px;
}

.uses-image img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.uses-image:before {
    left: -22px;
    top: -5px;
    width: 104px;
    height: 104px;
}

.uses-info h4 {
    padding: 0 0 20px;
    font-size: 20px;
}

.uses-info p {
    font-size: 17px;
}
.uses {
  padding: 70px 0 80px;
}

}

/*how-its-work*/

.how-its-work {
    position: relative;
    padding: 50px 0 0
}

.how-its-work h2 {
    text-align: center;
    padding: 0
}

.work-list {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: -18px;
    margin-left: -18px;
    justify-content: flex-start;
    text-align: center;
}
  
.work-col {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: auto;
    padding: 65px 50px;
    margin: 10px 18px;
    width: calc(100% - 36px);
    position: relative;
    overflow: hidden;
    background-size: 100% 100%;
    text-align: center;
    transition: all 200ms ease-in;
}

.blue-bg {
    background: url(../img/blue-bg.png) 0 0 no-repeat;
    background-size: 100% 100%;
}
.green-bg {
    background: url(../img/green.png) 0 0 no-repeat;
    background-size: 100% 100%;
}
.light-blue-bg {
    background: url(../img/light-blue-bg.png) 0 0 no-repeat;
    background-size: 100% 100%;
}
.yellow-bg {
    background: url(../img/yellow.png) 0 0 no-repeat;
    background-size: 100% 100%;
}

.work-image {
    width: 90px;
    margin: 0 auto 20px;
}

.work-col h4 {
font-size: 17px;
color:#4b1fba;
font-weight:500;
font-family: 'Poppins', sans-serif;
padding-bottom: 15px
}
.work-col p {
font-size: 14px;
color:#929292;
font-weight:400;
font-family: 'Poppins', sans-serif;
padding-bottom: 10px
}

.work-graphic-1 {
position: absolute;
top: 0px;
left: -106px;
display: none;
}

.work-graphic-2 {
position: absolute;
bottom: -103px;
left: 33%;
display: none;
}

.work-graphic-3 {
  position: absolute;
  top: -70px;
  right: -114px;
  display: none;
}

@media (min-width: 768px) {
    .work-list {
    margin-right: -1px;
    margin-left: -1px;
}

.work-col {
    margin: 10px 1px;
    width: calc(50% - 2px);
}

}

@media (min-width: 1200px) {
    .work-list {
    margin-right: -1px;
    margin-left: -1px;
    margin-top: 30px;
    position: relative;
    z-index: 2
}

.work-col {
    padding: 65px 40px;
    margin: 10px 1px;
    width: calc(25% - 2px);
}

.how-its-work .container {
    max-width: 1580px;
    position: relative;
    z-index: 2;
}
.how-its-work {

  padding: 90px 0 120px;
}

}
@media (min-width: 1366px) {
    .work-image {
  width: 140px;
  margin: 0 auto 20px;
  transition: all 200ms ease-in;
}
.work-col:hover .work-image {
    transition: all 200ms ease-in;
    transform: scale(1.06);
}
.work-graphic-1,
.work-graphic-2,
.work-graphic-3 {
display: block;
}

}













/* slick-dots */
.slick-dots {
    padding: 0 0;
    margin: 0;
    list-style: none;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    text-align: center;
}

.slick-dots li {
    display: inline-block;
    cursor: pointer;
    margin: 0 2px;
    padding: 0;
    border-radius: 0%;
    line-height: 1em;
    text-align: center;
}

.slick-dots li:only-child {
    display: none;
}

.slick-dots li button {
    display: block;
    cursor: pointer;
    outline: none;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #dbdbdb;
    border: none;
    padding: 0;
    text-indent: -99999px;
}

.slick-dots li.slick-active button {
    background-color: #5342ff;
}




.slider .item .slider-col {
    height: auto;
    background: #f9f9f9;
    transition: .3s;
    margin: 0 0;
    opacity: 1;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 30px 20px;
    width: 100%;
}
.slider .item .slider-col:hover {
    background: none;
}
.slider .slick-list {
    padding: 0 0 !important;
}

.slick-slide {
    outline: none
}


.slider {
    padding-bottom: 40px
}

.testimonials_wrap .slick-initialized .slick-slide {
    margin: 10px;
}

@media (min-width: 1200px) {

.slider .slick-list {
    padding: 20px 0!important;
}

.testimonials_wrap .slick-initialized .slick-slide {
    margin: 15px;
}

.slick-slide {
    outline: none
}

.slider {
    padding-bottom: 30px;
}
}


.testimonials {
    padding: 50px 0
}

.testimonials h2 {
    text-align: center;
    padding: 0
}

.testimonials_wrap {
    max-width: 100%;
    margin: 0 auto;
}

.testimonials_author_col {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.testimonials_image {
    width: 60px;
    height: 60px;
    border-radius: 50%
}

.testimonials_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%
}

.testimonials_info {
    width: 100%;
    padding-left: 0
}
.testimonials_info h4 {
font-size: 18px;
color:#4b5465;
font-weight:600;
font-family: 'Poppins', sans-serif;
padding-bottom: 5px;
line-height: 1.2em
}
.testimonials_info h5 {
font-size: 15px;
color:#4b5465;
font-weight:400;
font-family: 'Poppins', sans-serif;
padding-bottom: 5px;
line-height: 1.2em
}

.slider-col p {
font-size: 14px;
color:#75787d;
font-weight:400;
font-family: 'Poppins', sans-serif;
padding: 20px 0 0;
line-height: 1.5em
}



@media (min-width: 1200px) {

.slick-initialized .slick-slide {
  position: relative;
}

.testimonials_info h4 {
font-size: 18px;
padding-bottom: 5px;
}

.slider-col p {
font-size: 16px;
padding: 15px 0 0;
}

.star {
    position: absolute;
    right: 0;
    top: 5px;
}

.testimonials_info {
    position: relative;
  }

}


/*page-footer*/

.page-footer {
    background: url(../img/footer-bg.png) 0 0 no-repeat #f4f8fe;
    background-size: 100%;
    padding: 100px 0 30px;
    color: #363636;
    position: relative;
}

.footer-logo {
    max-width: 120px;
    margin: 0 0 20px;
}

.social-media ul {
    display: flex;
}

.social-media ul li{
    padding-right: 10px
}

.social-media ul li a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid #363636;
    font-size: 15px;
    color: #b0b2b6;
    text-align: center;
    line-height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity:1
}
/*.social-media ul li a:hover {*/
/*    background: linear-gradient(to bottom, #58cafe 0%,#072088 100%);*/
/*    border: 1px solid #fff;*/
/*    color: #fff;*/
/*}*/
/*.social-media ul li a:hover .fa {*/
/*    color: #fff;*/
/*}*/
.social-media {
    padding-bottom: 15px
}

.footer-col h4 {
    font-size: 18px;
    color: #000000;
    line-height: 1.2em;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    padding: 0 0 20px
}

.footer-links {
    padding-bottom: 25px
}

.footer-links ul li {
    padding: 0 0 3px 0
}

.footer-col ul li a {
    font-size: 14px;
    color: #363636;
    line-height: 1.2em;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    padding: 0 0 0
}

.social-media ul li.facebook a:hover {
    background: #3b5998 ;
    border: 1px solid #3b5998 ;
    color: #fff
}

.social-media ul li.twitter a:hover {
    background: #1DA1F2 ;
    border: 1px solid #1DA1F2 ;
    color: #fff
}
.social-media ul li.google a:hover {
    background: #db4a39 ;
    border: 1px solid #db4a39 ;
    color: #fff
}
.social-media ul li.linkedin a:hover {
    background: #0A66C2;
    border: 1px solid #0A66C2;
    color: #fff
}
.social-media ul li.instagram a:hover {
    background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
    border: 1px solid #fec564;
    color: #fff
}

.footer-col p {
    font-size: 13px;
    color: #363636;
    line-height: 1.5em;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    padding: 0 0 0 45px;
    position: relative;
    margin-top: 15px
}

.footer-col p.footer-info {
    font-size: 14px;
    padding: 0 0 15px 0;
    margin-top: 0
}

.footer-col.footer-information p {
    padding: 0 0 0 0;
    margin-top: 0
}

.footer-col p img {
    position: absolute;
    left: 0;
    top: -8px;
}
.footer-col p span  {
    display: inline-block;
}

.footer-col p a {
    color: #363636;
}

.copyright {
    font-size: 14px;
    color: #363636;
    line-height: 1.6em;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    padding-top: 30px

}

.footer-information {
    margin-bottom: 25px
}

.footer-download a {
    max-width: 100px;
    margin-top: 0;
    display: inline-block;
}

@media (min-width: 768px) {
.page-footer {
    padding: 180px 0 30px;
    color: #363636
}

}

@media (min-width: 1024px) {
.page-footer {
    padding: 280px 0 30px;
}

.footer-logo {
  max-width: 100px;
  margin: 0 0 30px;
}

.social-media ul {
  display: flex;
  justify-content: flex-start;
}

.copyright {
  padding-top: 0;
  margin:  40px 0 0 0;
  text-align: center;
}
.footer-links {
  padding-bottom: 25px;
  padding-left: 20px;
}

.footer-col p {
  font-size: 14px;
  color: #363636;
  line-height: 1.77em;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  padding: 0 0 0 48px;
  position: relative;
  margin-top: 6px;
  letter-spacing: 0.1em;
}
.footer-col p img {
  top: -2px;
}
.social-media ul li a:hover {
  opacity: 1;
}

.footer-col ul li a:hover {
  color: #497cd1;
}


.footer-download a {
    max-width: 130px;
    margin-top: 0;
    display: inline-block;
    vertical-align: middle;
}

}

@media (min-width: 1200px) {
.page-footer {
    padding: 350px 0 30px;
}



}





.steps {
    position: relative;
    text-align: center;
    padding: 100px 0;
}


.steps:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100px;
    background: url(../img/top-wave.png) 0 0 no-repeat;
    background-size: 100% 100%;
}
.steps:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: url(../img/bottom-wave.png) 0 0 no-repeat;
    background-size: 100% 100%;
}

.steps-icon {
    width: 150px;
    margin: 0 auto;
}

.steps-info {
    margin-top: -20px
}

.steps .container {
    position: relative;
    z-index: 2
}

.steps-col {
    margin-bottom: 30px
}

.steps-info h4 {
font-size: 24px;
color:#00c5ff;
font-weight:700;
font-family: 'Poppins', sans-serif;
padding: 0 0 0;
line-height: 1.5em
}
.steps-info h4 span {
font-size: 25px;
font-weight: 400
}

.steps-info p {
font-size: 14px;
color:#565656;
font-weight:400;
font-family: 'Poppins', sans-serif;
padding: 0 0 0;
line-height: 1.2em
}

.steps-col2 .steps-info h4 {
color:#5342ff;
}

.steps-col3 .steps-info h4 {
color:#9b28f2;
}
.steps-col4 .steps-info h4 {
color:#ff42a3;
}

.steps-list {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
    justify-content: center;
    text-align: center;
}
  
.steps-col {
    box-sizing: border-box;
    flex: 0 0 auto;
    flex-basis: auto;
    padding: 0;
    margin: 16px 13px;
    width: calc(50% - 26px);
}

@media (min-width: 768px) {
    .steps-list {
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }

    .steps-col {
        box-sizing: border-box;
        flex: 0 0 auto;
        flex-basis: auto;
        padding: 0;
        margin: 16px 13px;
        width: calc(25% - 26px);
    }

    .steps {
        padding: 130px 0
    }

}

@media (min-width: 1200px) {

.steps-info h4 {
font-size: 36px;
color:#00c5ff;
font-weight:700;
font-family: 'Poppins', sans-serif;
padding: 0 0 0;
line-height: 1.5em
}
.steps-info h4 span {
font-size: 25px;
}

.steps-info p {
font-size: 18px;
color:#565656;
font-weight:400;
font-family: 'Poppins', sans-serif;
padding: 0 0 0;
line-height: 1.2em
}

.steps-icon {
    width: 280px;
    margin: 0 auto;
    text-align: center;
    transition-duration: 0.3s;
}
.steps-icon:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.steps-info {
    margin-top: -20px
}

.steps .container {
    position: relative;
    z-index: 2
}

.steps-col {
    margin-bottom: 0
}


.steps-list {
    display: block;
}

.steps-col {
    width: 280px;
    z-index: 2
}
.steps-list {
    width: 1200px;
    position: relative;
    margin: 100px auto;
    min-height: 480px;
}

.steps-list:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 899px;
    height: 150px;
    background: url(../img/step-line.png) 0 0 no-repeat;
    background-size: 100% 100%;
    transform: translate(-50%, -50%);
}

.steps-col1 {
position: absolute;
left: 0;
top: 95px;
z-index: 2;
}

.steps-col2 {
position: absolute;
left: 300px;
top: 105px;
display: flex;
flex-wrap: wrap;
justify-content: center;
flex-direction: column-reverse;
z-index: 9;
}

.steps-col2 .steps-info {
  margin-top: 0;
  margin-bottom: 30px;
}

.steps-col3 {
position: absolute;
left: 626px;
top: 74px;
z-index: 9;
}

.steps-col4 {
position: absolute;
right: -18px;
top: 174px;
display: flex;
flex-wrap: wrap;
justify-content: center;
flex-direction: column-reverse;
z-index: 9;
}
.steps:before {
    top: -100px;
    height: 400px;
}
.steps:after {
    bottom: -100px;
    height: 400px;
}


}

@media (min-width: 1600px) {

.steps:before {
    top: -180px;
    height: 570px;
}
.steps:after {
    bottom: -180px;
    height: 570px;
}


}




ul.tabs{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
ul.tabs li{
    background: transparent;
    display: inline-block;
    padding: 10px 35px 10px 15px;
    cursor: pointer;
    font-size: 11px;
    color:#181818;
    font-weight:700;
    font-family: 'Poppins', sans-serif;
    position: relative;
    text-transform: uppercase;
}

ul.tabs li.current{
    background: #ffffff;
    color: #015987;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

ul.tabs li.current:before{
content:"";
position: absolute;
right: 20px;
top: 15px;
width: 12px;
height: 9px;
background: url(../img/down-arrow.png) 0 0 no-repeat;
}

.tab-content{
    display: none;
    background: #ffffff;
    padding: 30px 20px 10px;
    box-shadow: 0 0 15px rgba(0,0,0,0.11);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.tab-content.current{
    display: inherit;
}



.form-col {
    margin-bottom: 20px;
    position: relative;
}

label {
    padding: 0 0 15px 0;
    font-size: 12px;
    line-height: 1.2em;
    font-weight: 700;
    text-align: left;
    color: #181818;
    display: block;
    transition: all ease-in-out .3s;
    font-family: 'Red Hat Display', sans-serif;
}

input:not([type="radio"]):not([type="checkbox"]),
button,
textarea {
  -webkit-appearance: none;
}

input:focus,
textarea:focus,
select:focus {
  outline: none; 
}


[type="text"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="url"],
[type="week"],
[type="date"] {
    padding: 0 15px;
    font-size: 16px;
    line-height: 1.3em;
    font-weight: 400;
    text-align: left;
    color: #181818;
    display: block;
    height: 44px;
    width: 100%;
    background: #ffffff;
    border: 1px solid #d6d6d6;
    font-family: 'Red Hat Display', sans-serif;
    border-radius: 6px;
}


[type="text"]:focus,
[type="date"]:focus,
[type="datetime"]:focus,
[type="datetime-local"]:focus,
[type="email"]:focus,
[type="month"]:focus,
[type="number"]:focus,
[type="password"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="url"]:focus,
[type="week"]:focus,
[type="date"]:focus,
textarea:focus {
  outline: none;
  border: 1px solid #015987;
}

input::-webkit-input-placeholder { 
  color: #181818;
  opacity: 1;
}

input::-moz-placeholder {
  color: #181818;
  opacity: 1;
}

input:-ms-input-placeholder {
  color: #181818;
  opacity: 1;
}

input:-moz-placeholder {
  color: #181818;
  opacity: 1;
}



.form {
    margin-top: -90px;
    position: relative;
    z-index: 1
}

.form:after {
    content: "";
    position: absolute;
    left: 0;
    top: -90px;
    width: 100%;
    height: 288px;
    background: url(../img/line.png) 0 0 no-repeat;
    background-size: cover;
    z-index: -1
}

.form__details {
    position: relative;
}

.sub-btn {
    font-size: 16px;
    color: #ffffff;
    padding: 10px 0;
    cursor: pointer;
    font-weight:600;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    width: 120px;
    text-align: center;
    border: none;
    background: #58cafe; /* Old browsers */
    background: -moz-linear-gradient(top,  #58cafe 0%, #072088 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #58cafe 0%,#072088 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #58cafe 0%,#072088 100%);
    outline: none;
    margin: 0;
    display: block;
    border-radius: 6px;
}
.sub-btn:hover {
    background: #072088; /* Old browsers */
    background: -moz-linear-gradient(top,  #072088 0%, #58cafe 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #072088 0%,#58cafe 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #072088 0%,#58cafe 100%); 

}

.sub-btn i {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 2px 5px
}

.banner-left-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    display: none;
}

.banner-right-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    display: none;
    z-index: -1;
}

.back-to-top {
position: absolute;
right: 13px;
bottom: 27px;
z-index: 999;
cursor: pointer;
}
.back-to-top img {
max-width: 30px
}



@media (min-width: 768px) {
.tab-content {
  display: none;
  background: #ffffff;
  padding: 30px 20px 20px;
  }

  ul.tabs li{
    font-size: 15px;
}


ul.tabs li.current:before{
top: 18px;
}

.back-to-top {
position: absolute;
right: 13px;
bottom: 27px;
z-index: 999;
}
.back-to-top img {
max-width: 100%
}
}

@media (min-width: 1200px) {
label {
    font-size: 16px;
}
.form {
  margin-top: -110px;
}

.banner-left-img {
    display: block;
}

.banner-right-img {
    display: block;
}


.back-to-top {
right: 100px;
}
}

@media (min-width: 1600px) {
.banner-left-img {
    width: 150px;
}

.banner-right-img {
    width: 300px;
}
ul.tabs li{
    padding: 10px 40px 10px 20px;
}


}


/* contact */

.contact {
    padding: 60px 0;
    background-color: #fff;
    position: relative;
    z-index: 2
}

.contact-form {
    background-color: #fff;
    box-shadow: 0 3px 26px rgba(0,0,0,0.16);
    border-radius: 10px;
    padding: 25px;
    position: relative;

}


.contact-right-img {
    position: absolute;
    right: -175px;
    top: 55px;
    z-index: -1;
    max-width: 700px;
    display: none;
}

.contact-form-right-wrapper {
    width: 100%;
    background-color: #fff;
    padding: 0 0;
    border-radius: 10px;
    margin: 30px auto 0;
    position: relative;
    font-family: 'Poppins', sans-serif;
    box-shadow: 0 3px 26px rgba(0,0,0,0.16);
}

.contact-form-right-wrapper h4 {
    font-weight: normal;
    margin: 0 0 0;
    padding: 15px 20px;
    border-radius: 10px 10px 0 0;
    /*background: linear-gradient(to top, #072088 0%,#58cafe 100%);*/
    font-size: 20px;
    color: #2b2b2b;
    font-weight: 600;
    text-transform: none;
    border-bottom: 1px solid #d6d6d6;
    text-align: center;
}

.contact-form-right-wrapper ul li:before {
    display: none;
}

.contact-form-right-wrapper ul {
    padding: 20px 20px;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

.contact-form-right-wrapper ul li {
    padding-left: 20px;
    display: inline-block;
    width: 100%;
    position: relative;
    margin: 0 0 35px;
}

.contact-form-right-wrapper ul li label {
    display: block;
    font-size: 16px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 5px;
    font-family: 'Poppins', sans-serif;
    padding-bottom: 4px;
}

.contact-form-right-wrapper ul li p {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    padding: 0;
}

.contact-form-right-wrapper ul li a {
    border-color: transparent;
    font-weight: 400;
    color: #000;
    display: block;
    transition: all ease 0.3s;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
}

.contact-form-right-wrapper ul li i {
    position: absolute;
    left: -5px;
    top: 2px;
    font-size: 17px;
    color: #000;
}

.contact-form-right-wrapper ul li a span {
    color: #174D9A;
    font-weight: normal;
    display: block;
}

textarea {
    width: 100%;
    border: 1px solid #d6d6d6;
    height: 130px;
    color: #181818;
    font-size: 16px;
    line-height: 1.3em;
    font-weight: 400;
    resize: none;
    padding: 11px 15px;
    background-color: #fff;
    border-radius: 6px;
}

.btn-SUBMIT {
    background: linear-gradient(to bottom, #58cafe 0%,#072088 100%);
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
    border: none;
    padding: 12px 30px;
}

.btn-SUBMIT:hover {
    background: linear-gradient(to bottom, #072088 0%,#58cafe 100%);
}

button:focus {
    outline: none;
    border: none;
}

.contact-top-content {
    font-family: 'Poppins', sans-serif;
    padding: 0 0 50px;
    max-width: 900px;
    margin: 0 0;
}

.contact-top-content h3 {
    font-size: 25px;
    color: #000;
    font-weight: 500;
    padding: 0 0 15px;
    text-transform: none;
}

.contact-top-content p {
    font-size: 15px;
    color: #3e4347;
    font-weight: 400;
    padding: 0 0 0;
    text-transform: none;
}
.contact-map {
    position: relative;

}
.contact-map iframe {
    height: 300px;
    width: 100%;
    position: relative;
}
.overlay-map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    display:none;
}
.mil-details {
    padding: 15px;
    text-align: center;
}
.mil-details h2 {
    font-size: 18px;
    line-height: 18px;
}
.mil-details .fa {
    color: #3f45f0;
    font-size: 25px;
    margin-bottom: 20px;
}
@media (min-width: 768px) {
    .contact-form-left,
    .contact-form-right {
        padding: 0 30px;
    }

    .contact-form {
        padding: 30px;
    }

    .contact-top-content h3 {
        font-size: 35px;
    }

    .contact-map iframe {
        height: 400px;
        width: 100%;
    }

}

@media (min-width: 1200px) {
    .contact-form {
        padding: 40px 40px 20px;
    }

    .contact-form-left,
    .contact-form-right {
        padding: 0;
    }
    .mail-dl {
        padding: 20px 10px 20px 10px;
    align-items: center!important;
        background-color: #E8FDFE;
        border-radius: 10px;
    }
    

    .contact-form-right-wrapper + .contact-form-right-wrapper {
        margin-top: 20px;
    }

    .check-box-item label {
        font-size: 16px;
    }

    .inner-contact-block .tab-menu ul li a {
        padding: 10px 20px;
        font-size: 18px;
    }

    .inner-contact-block {
        padding: 130px 0;
    }

    .inner-contact-block .tab {
        padding: 50px 35px;
    }

    .contact-form-right-wrapper ul li a:hover {
        border: none;
        color: #497cd1;
    }

    .contact-form-left-heading-text {
        padding-right: 30px;
        margin-bottom: 65px;
    }

    .contact-form-right-wrapper {
        margin: 0;
    }

    .contact {
        padding: 60px 0;
    }

    .contact-map iframe {
        height: 350px;
        width: 100%;
    }

    .contact-right-img {
    display: block;
    }
}


.image-text {
    padding: 60px 0;
}

.image-text__img {
    width: 100%;
    height: 246px;
}

.image-text__img img {
    display: block;
    border-radius: 6px;
}

.image-text__text {
    padding-top: 36px;
    color: #000;
    font-family: 'Poppins', sans-serif;
}

.image-text__text h3 {
    font-size: 25px;
    color: #000;
    font-weight: 500;
    padding: 0 0 15px;
    text-transform: none;
}

.image-text__text p {
    font-size: 15px;
    line-height: 1.5em;
    color: #6e6e6e;
    font-weight: 400;
    padding: 0 0 20px;
    text-transform: none;
}

.image-text--right {
    background: #f9f9f9;
    background: linear-gradient(to bottom, #ffffff 0%,#f9f9f9 100%);
}

.about--inner {
    padding: 60px 0;
}

@media (min-width: 768px) {
    .image-text__img {
        height: 404px;
    }

    .image-text__text {
        padding-top: 50px;
    }

}

@media (min-width: 1200px) {
    .about--inner {
        padding: 100px 0;
    }

    .image-text {
        padding: 100px 0;
    }
    .about__content {
        /*background: url(../img/dot_map.png) 0 0 no-repeat;
        background-size: 100% 100%;*/
        background-color: #fff;
        position: relative;
    }
    .about__content:before {
        content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 200px;
    background: url(../img/top-wave.png) 0 0 no-repeat;
    background-size: 100% 100%;
    }
    .image-text--right {
        padding-top: 0
    }


    .flex-row {
        display: flex;
        flex-wrap: wrap;
    }
    
    .image-text .flex-row {
        align-items: center
    }

    .flex-opposite {
        flex-direction: row-reverse !important;
    }

    .image-text__img {
        width: 51%;
        height: auto;
    }

    .image-text__text {
        padding-top: 0;
        width: 49%;
        padding-left: 30px;
    }

    .flex-opposite .image-text__text {
        padding-left: 0;
        padding-right: 30px;
    }

    .image-text__text h3 {
        font-size: 38px;
        padding: 0 0 15px;
    }
    
    .image-text__text p {
        font-size: 16px;
        padding: 0 0 25px;
    }
    
}


.tracking_col h4 {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 28px;
    font-family: 'Poppins', sans-serif;
}

.search-content {
    background-color: #fff;
    border: 1px solid #d6d6d6;
    position: relative;
    height: 50px;
    border-radius: 6px;
    margin: 10px 0;
    width: 100%;

}
.search-content input[type="text"] {
    width: 100%;
    border: none;
    border-radius: 6px;
    height: 100%;
    padding: 0 110px 0 18px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #181818;
    font-weight: 500;
}
.search-content input[type="submit"] {
    border: none;
    border-radius: 6px;
    height: 100%;
    padding: 0 0;
    color: #fff;
    background: linear-gradient(to bottom, #58cafe 0%,#072088 100%);
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
    font-weight: 600;
    width: 100px;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}



.tracking_progress {
    margin-top: 40px;
    padding: 30px 5px;
    background: #f9f9f9;
    box-shadow: 0 1px 10px rgba(0,0,0,0.16);
    text-align: center;
}

.tracking_progress__col {
    padding-bottom: 30px;
}

.tracking_progress__col h4 {
    color: #000;
    font-size: 25px;
    line-height: 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    padding-bottom: 10px;
}

.tracking_progress__col p {
	color: #414141;
	font-size: 15px;
	line-height: 25px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.tracking_progress__col p span {
	color: #000;
    font-weight: 600;
    padding-left: 5px;
}

.order-tracking {
	text-align: center;
	width: 25%;
	position: relative;
	display: block;
}
.order-tracking .is-complete{
	display: block;
	position: relative;
	border-radius: 50%;
	height: 30px;
	width: 30px;
	border: 0px solid #AFAFAF;
	background-color: #dcdde2;
	margin: 0 auto;
	transition: all 0.25s linear;
	z-index: 2;
}
.order-tracking .is-complete:after {
	display: block;
	position: absolute;
	content: '';
	height: 14px;
	width: 7px;
	top: -2px;
	bottom: 0;
	left: 5px;
	margin: auto 0;
	border: 0px solid #AFAFAF;
	border-width: 0px 2px 2px 0;
	transform: rotate(45deg);
	opacity: 0;
}
.order-tracking.completed .is-complete{
	border-color: #27aa80;
	border-width: 0px;
	background-color: #27aa80;
}
.order-tracking.completed .is-complete:after {
	border-color: #fff;
	border-width: 0px 3px 3px 0;
	width: 7px;
	left: 11px;
	opacity: 1;
}
.order-tracking p {
	color: #A4A4A4;
	font-size: 11px;
	margin-top: 8px;
	margin-bottom: 0;
	line-height: 25px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.order-tracking p span{font-size: 10px;}
.order-tracking.completed p{color: #27aa80;}
.order-tracking.completed p span{
    color: #27aa80;
    font-weight: 500;
}
.order-tracking::before {
	content: '';
	display: block;
	height: 3px;
	width: calc(100% - 20px);
	background-color: #dcdde2;
	top: 13px;
	position: absolute;
	left: calc(-50% + 10px);
	z-index: 0;
}
.order-tracking:first-child:before{display: none;}
.order-tracking.completed:before{background-color: #27aa80;}

.tracking_details {
    padding: 20px 0;
}

.tracking_details_col p {
	color: #414141;
	font-size: 12px;
	line-height: 25px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    padding-bottom: 5px
}

.tracking_details_col p span {
	color: #000;
    font-weight: 600;
    padding-right: 5px;
}

@media (min-width: 768px) {
    .order-tracking p span{font-size: 14px;}
    .order-tracking p {
        font-size: 14px;
    }

    .tracking_progress__col p {
        font-size: 14px;
    }
    .order-tracking p {
    font-size: 14px;
    }

    .order-tracking p span{
        font-size: 12px;
    }

    .tracking_details {
    padding: 20px;
    }

    .tracking_details_col p {
        font-size: 15px;
        padding-bottom: 18px
    }


}



.radio_col {
    color: #181818;
	font-size: 16px;
	line-height: 1.2em;
    font-family: 'Poppins', sans-serif;
    font-weight: 600; 
    padding-bottom: 15px;
}


.hide {
    display: none;
}

.btn-pop.is-active {
    display: block;
}

@media (min-width: 1200px) {

.team-sections.steps::after {
  bottom: -187px;
  height: 400px;
}

.team-sections.steps::before {
  top: -196px;
  height: 400px;
}

.team-sections.steps {
  padding: 150px 0 120px;
}

}










.tracking-id {
    font-weight: normal;
    margin: 0 0 0;
    padding: 10px 20px;
    border-radius: 10px 10px 0 0;
    background: #ffffff;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    text-transform: none;
    font-family: 'Poppins', sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: center;

    border-bottom: 1px solid #e5e5e5
}

.tracking-img {
    width: 50px
}

.tracking-id {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    text-transform: none;
    font-family: 'Poppins', sans-serif;
}

.tracking-coll span {
    font-weight: 500;
    display: block;
    color: #445ff2
}

/*.statuss {*/
/*    font-size: 16x;*/
/*    color: #ffffff;*/
/*    font-weight: 600;*/
/*    text-transform: none;*/
/*    font-family: 'Poppins', sans-serif;*/
/*    padding: 15px 20px;*/
/*    background: #ffffff;*/
/*    border-bottom: 1px solid #e5e5e5;*/
/*    text-align: center;*/
/*    background: linear-gradient(to top, #072088 0%,#58cafe 100%);*/
/*    cursor: pointer;*/
/*}*/
.statuss {
    color:#FFFFFF;
    display: inline-block;
    padding: 15px 45px;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    position: relative;
    background: #000000;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 1.2em;
    border-radius: 100px;
    background: linear-gradient(to bottom,  #58cafe 0%,#3f45f0 100%);
    transition: all ease-in-out 0.3s;
    cursor: pointer;
    margin:0 0 15px;
}


.statuss:hover {
    color:#FFFFFF;
    background: linear-gradient(to bottom,  #3f45f0 0%,#58cafe 100%); 
}
.statuss i {
    vertical-align: middle;
    padding: 0 0 2px 5px
}


.tracking-list {
    background-color: #ffffff;
    border-radius: 0 0 10px 10px;
    font-family: 'Poppins', sans-serif;
    /*box-shadow: 0 0 10px rgba(0,0,0,0.1);*/
    margin-bottom: 25px;
}


.tracking-item {
    border-left: 1px solid #e5e5e5;
    position: relative;
    padding: 2rem 1.5rem .5rem 2.5rem;
    font-size: .9rem;
    margin-left: 3rem;
    min-height: 5rem;
}
.tracking-item .tracking-icon {
    position: absolute;
    left: -17px;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    background-color: #fff;
    color: #e5e5e5;
    border: 1px solid #e5e5e5;
    display: inline-flex;
justify-content: center;
align-content: center;
  }

  .tracking-item .tracking-icon .status-complete {
    color: #445ff2;
    background-color: #00ffad;
    margin:7px 0 0 0;
    width:20px;
    height:20px;
    border-radius: 100%;
  }
  .status-tick {
      
  }
.status-tick .fa {
    color:#00ffad;
}
  .tracking-item .tracking-date {
    margin-bottom: .5rem;
  }
  .tracking-item .tracking-date span {
    color: #888;
    font-size: 85%;
    padding-left: .4rem;
  }

  .tracking-item .tracking-content {
    padding: .5rem .8rem;
    background-color: #f4f4f4;
    border-radius: .5rem;
  }

  .tracking-item .tracking-content p {
    font-size: 12px;
    font-weight: 500;
    color: #000;
    padding-bottom: 2px;
  }

  .tracking-item .tracking-content span {
    display: inline-block;
    color: #222;
    font-size: 12px;
    padding-left: 4px;
    font-weight: 400
  }

  /*.tracking-item.tracking-active {*/
  /*  font-weight: bold !important;*/
  /*}*/

  /*.tracking-item .tracking-icon.status-active {*/
  /*  border: 1px solid rgba(68, 95, 242, 0.7);*/
  /*  background-color: #27aa80;*/
  /*  color: #ffffff;*/
  /*  -webkit-box-shadow: 0px 0px 0px 6px rgba(68, 95, 242, 0.4);*/
  /*  -moz-box-shadow: 0px 0px 0px 6px rgba(68, 95, 242, 0.4);*/
  /*  box-shadow: 0px 0px 0px 6px rgba(68, 95, 242, 0.4);*/
  /*}*/

  .tracking_hide {
    display: none;
  }

@media (min-width: 992px){
.tracking-item {
  margin-left: 10rem;
}
.tracking-item .tracking-date {
    position: absolute;
    left: -10rem;
    width: 7.5rem;
    text-align: right;
  }
  .tracking-item .tracking-date span {
    display: block;
  }
  .tracking-item .tracking-content {
    padding: 0;
    background-color: transparent;
  }

  .tracking-id {
    padding: 15px 20px;
    font-size: 17px;
}

.tracking-img {
  width: 64px;
}

.all-track {
    height: 260px;
    overflow: scroll;
}
}


.about__content {
    padding: 0;
    position: relative;
}

.about-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}
.about-bg img  {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about__wrapper {
    position: relative;
    z-index: 2;
    padding: 50px 0 250px;
    color: #ffffff
}

.about__wrapper .image-text__text h3 {
  color: #2b2b2b;
}

.about__wrapper .image-text__text p {
  color: #2b2b2b;
}

@media (min-width: 1200px){
    .about__wrapper .image-text__text {
      padding-top: 0;
      width: 50%;
      padding-left: 0;
      margin: 0 auto;
    }

    .about__wrapper {
        position: relative;
    z-index: 2;
    padding: 100px 0 150px;
    color: #ffffff
}

}


/*faq*/

.faq {
    padding: 60px 0;
}

.faq h2 {
  font-size: 25px;
  color: #000;
  font-weight: 600;
  padding: 0 0 20px;
  text-transform: none;
}

.faq h3 {
  font-size: 15px;
  color: #00192e;
  font-weight: 500;
  padding: 0 0 10px;
  text-transform: none;
}

.faq p {
  font-size: 14px;
  color: #6e6e6e;
  font-weight: 400;
  padding: 0 0 25px;
  text-transform: none;
}
.accordian_area .faq_title{
  background: #f4f8fe;
  padding: 10px 25px;
  margin: 0 0 10px;
  cursor:pointer;
  border-radius: 10px;
  font-size: 18px;
  color: #2b2b2b;
  font-weight: 600;
}
.accordian_area .faq_details {
  background:#fff;
  padding: 20px 25px;
  display:none;
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 24px;
  border-radius: 10px;
  box-shadow: 0 0 5px #ccc;
}
.accordian_area .faq_title i{
  float: right;
  margin-top: 5px;
  margin-right: 5px;
}

@media (min-width: 1200px){

.faq {
    padding: 70px 0;
}

.faq-wrapper {
    max-width: 800px;
    margin: 0 auto
}

.faq h2 {
  font-size: 32px;
  color: #000;
  font-weight: 600;
  padding: 0 0 40px;
  text-transform: none;
}

.faq h3 {
  font-size: 16px;
  color: #00192e;
  font-weight: 500;
  padding: 0 0 10px;
  text-transform: none;
}

.faq p {
  font-size: 15px;
  color: #6e6e6e;
  font-weight: 400;
  padding: 0 0 25px;
  text-transform: none;
}

}


.form-hide {
    display: none;
}

.form-hide.open{
    display: block;
}

.form__first.hide {
    display: none;
}

.form-hide-next {
    display: none;
}

.form-hide.hide2 {
    display: none;
}

.form-hide-next.show {
    display: block;
}


.tracking-sidebar ul li {
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
  margin: 0 0 15px;
}

.tracking-sidebar ul li label {
    padding: 0
}

.form__details ul {
    width: 500px;
    height: 150px;
    overflow: scroll;
    box-shadow: 0 0 9px rgba(0,0,0,0.1);
    margin-bottom:15px;
}

.form__details ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 20px;
    border-bottom: 1px solid #f9f9f9
}

.form__details ul li:nth-child(even) {
    background: #f9f9f9
}

.form__details h4 {
    width: 500px;
  font-size: 15px;
  color: #000;
  font-weight: 600;
  padding: 015px ;
  text-transform: none;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  background: #f9f9f9;
  box-shadow: 0 0 9px rgba(0,0,0,0.1)
}

.form__details ul li p {
  font-size: 13px;
  color: #222;
  font-weight: 500;
  padding: 0 ;
  text-transform: none;
  font-family: 'Poppins', sans-serif;
}
.form__details ul li p span {
  font-weight: 400;
  color: #6e6e6e;
}

.form__details ul {
  scrollbar-color: rgba(109, 40, 217, 0.9) transparent;
  /* track thumb */
  scrollbar-width: thin;
  /* none, thin, or auto */
}
.form__details ul::-webkit-scrollbar {
  width: 20px;
}
.form__details ul::-webkit-scrollbar-corner, .form__details ul::-webkit-scrollbar-track {
  background-color: transparent;
}
.form__details ul::-webkit-scrollbar-thumb {
  background-color: rgba(109, 40, 217, 0.5);
  border-radius: 20px;
  border: 6px solid transparent;
  background-clip: content-box;
}
.form__details ul::-webkit-scrollbar-thumb:hover {
  background-color: #6d28d9;
}
.last_frm {
   max-width: 300px;
}



.all-track {
  scrollbar-color: rgba(109, 40, 217, 0.9) transparent;
  /* track thumb */
  scrollbar-width: thin;
  /* none, thin, or auto */
}
.all-track::-webkit-scrollbar {
  width: 20px;
}
.all-track::-webkit-scrollbar-corner, .all-track::-webkit-scrollbar-track {
  background-color: transparent;
}
.all-track::-webkit-scrollbar-thumb {
  background-color: rgba(109, 40, 217, 0.5);
  border-radius: 20px;
  border: 6px solid transparent;
  background-clip: content-box;
}
.fall-track::-webkit-scrollbar-thumb:hover {
  background-color: #6d28d9;
}


@media (max-width: 990px){
    .contact-form-left {
        margin-top: 25px
    }

    .faq {
      padding: 10px 0 50px;
    }

    .faq h2 {
  font-size: 18px;
}

.accordian_area .faq_details,
.contact-top-content p,
.about__wrapper .image-text__text p {
    font-size: 14px
}
.accordian_area .faq_title {
    font-size: 15px
}

.contact-top-content {
    padding-bottom: 10px
}
.about__wrapper {
  padding: 50px 0 0;
}

.timeline__top-content h2 {
  font-size: 22px;
  }
.timeline {
  padding: 30px 0;
}

.statuss {
  color: #FFFFFF;
  display: inline-block;
  padding: 13px 28px;
  font-weight: 500;
  font-size: 12px;
}
.tracking-item {
  margin-left: 0  
}

.trackk {
    padding-top: 40px
}


}