@font-face {
  font-family: "LatoBold";
  font-stretch: normal;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Lato-Bold.ttf");
  /*src: url('../fonts/Lato-Bold.ttf?#iefix') format('embedded-opentype'), url('../fonts/Lato-Bold.svg#latobold') format('svg'),url('../fonts/Lato-BoldItalic.svg#latobolditalic') format('svg');*/
}
@font-face {
  font-family: "LatoRegular";
  font-stretch: normal;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Lato-Regular.ttf");
}
@font-face {
  font-family: "LatoBlack";
  font-stretch: normal;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Lato-Black.ttf");
}
@font-face {
  font-family: "Raleway-Bold";
  font-stretch: normal;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Raleway-Bold.ttf");
}
@font-face {
  font-family: "Lato-Light";
  font-stretch: normal;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Lato-Light.ttf");
}
@font-face {
  font-family: "LatoSemibold";
  font-stretch: normal;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Lato-Semibold.ttf");
}
@font-face {
  font-family: "IvyJournal-SemiBold";
  font-stretch: normal;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/IvyJournal-SemiBold.ttf");
}
@font-face {
  font-family: "Poppins-Regular";
  font-stretch: normal;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Poppins-Regular.ttf");
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px #FFFFFF;
          box-shadow: inset 0 0 5px #FFFFFF;
  border-radius: none;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #164D92;
  border-radius: none;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #164D92;
}

body {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "LatoRegular", sans-serif;
  font-size: 16px;
  letter-spacing: 0.4px;
  line-height: 24px;
}

footer {
  background: #164D92;
  font-family: "LatoRegular", sans-serif;
  color: #FFFFFF;
}

.main-container {
  max-width: 1366px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0;
}

h1 {
  font-size: 34px;
  margin-bottom: 16px;
}

h2 {
  font-size: 30px;
  margin-bottom: 16px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 14px;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
  color: #164D92;
}

a:hover {
  text-decoration: none;
  color: #164D92;
}

ul {
  list-style: none;
}

.product-tag {
  color: #FFFFFF;
  font-size: 32px;
  line-height: 39px;
  letter-spacing: 0px;
  text-transform: capitalize;
  font-family: "LatoBlack", sans-serif;
}

.grid-gutter-width {
  margin: 0 15px;
}

.gutter-7 {
  margin-right: -7px;
  margin-left: -7px;
}
.gutter-7 > .col,
.gutter-7 > [class*=col-] {
  padding-right: 7px;
  padding-left: 7px;
}

.gutter-5 {
  margin-right: -5px;
  margin-left: -5px;
}
.gutter-5 > .col,
.gutter-5 > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.inner-container {
  width: 100%;
  max-width: 1140px;
  padding: 0 7px;
  margin: 0 auto;
}

.site-main-container {
  width: 100%;
  max-width: 1263px;
  padding: 0 7px;
  margin: 0 auto;
}

.main-container {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
}

.smole-heading {
  font-family: "LatoBold", sans-serif;
  color: #00B48D;
  font-size: 16px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 19px;
  margin-bottom: 10px;
}

.main-heading {
  font-family: "LatoBold", sans-serif;
  color: #164D92;
  letter-spacing: 0.64px;
  font-size: 32px;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 42px;
}

@media screen and (min-width: 320px) and (max-width: 575px) {
  .smole-heading {
    font-size: 14px;
    margin-bottom: 11px;
    line-height: 17px;
  }

  .main-heading {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 11px;
    line-height: 28px;
  }

  .simple-title {
    font-size: 14px !important;
    line-height: 18px !important;
    padding-bottom: 16px !important;
  }

  .side-button {
    padding: 10px 48px !important;
  }

  .slider-main-title {
    font-size: 18px !important;
    line-height: 24px !important;
    margin-bottom: 11px;
  }

  .reg-title {
    font-size: 14px !important;
    line-height: 18px !important;
  }
  .reg-title span {
    font-size: 14px !important;
    line-height: 18px !important;
  }

  .side-button {
    font-size: 12px !important;
    width: 234px;
    text-align: center;
    padding: 9px 0 !important;
  }
}
.side-button {
  display: inline-block;
  margin: 0 auto;
  font-family: "LatoRegular", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  border-radius: 19px;
  padding: 10px 55px;
  letter-spacing: 1px;
  border: 2px solid #00B48D;
  color: #164D92;
  line-height: 17px;
  background: #FFFFFF;
}
.side-button:hover {
  color: #FFFFFF;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  background-color: #00B48D;
}

.product-categorie-content {
  height: 263px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.back-overlay {
  background-color: rgba(112, 112, 112, 0.25);
  width: 100%;
  height: 100%;
}
.back-overlay .product-details-blog {
  position: absolute;
  bottom: 10px;
  padding: 0 30px;
}
.back-overlay .product-details-blog img {
  padding-bottom: 14px;
}
.back-overlay .product-details-blog .product-tag {
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0;
  font-family: "LatoBold", sans-serif;
}
.back-overlay .product-details-blog .card-title .simple-title {
  font-size: 16px;
  line-height: 21px;
  color: #FFFFFF;
  letter-spacing: 0;
}

.work-box {
  background-color: #003377;
  height: 263px;
  border-radius: 19px;
  margin: 7px 0;
}

.slider-main-title {
  font-size: 21px;
  font-family: "LatoBold", sans-serif;
  line-height: 25px;
  color: #164D92;
  line-height: 1.19;
}

.reg-title {
  font-size: 16px;
  color: #464749;
  letter-spacing: 0.4px;
  font-family: "LatoRegular", sans-serif;
  line-height: 24px;
}
.reg-title span {
  color: #00B48D;
  font-size: 16px;
  font-family: "LatoRegular", sans-serif;
  line-height: 24px;
  letter-spacing: 0.4px;
  cursor: pointer;
}

.simple-title {
  color: #464749;
  font-size: 16px;
  font-family: "LatoRegular", sans-serif;
  line-height: 24px;
  letter-spacing: 0.75px;
  cursor: pointer;
}

/* Margin + Padding classes */
.margin-5 {
  margin: "5px";
}

.margin-top-5 {
  margin-top: "5px";
}

.margin-right-5 {
  margin-right: "5px";
}

.margin-bottom-5 {
  margin-bottom: "5px";
}

.margin-left-5 {
  margin-left: "5px";
}

.padding-5 {
  padding: "5px";
}

.padding-top-5 {
  padding-top: "5px";
}

.padding-right-5 {
  padding-right: "5px";
}

.padding-bottom-5 {
  padding-bottom: "5px";
}

.padding-left-5 {
  padding-left: "5px";
}

.margin-10 {
  margin: "10px";
}

.margin-top-10 {
  margin-top: "10px";
}

.margin-right-10 {
  margin-right: "10px";
}

.margin-bottom-10 {
  margin-bottom: "10px";
}

.margin-left-10 {
  margin-left: "10px";
}

.padding-10 {
  padding: "10px";
}

.padding-top-10 {
  padding-top: "10px";
}

.padding-right-10 {
  padding-right: "10px";
}

.padding-bottom-10 {
  padding-bottom: "10px";
}

.padding-left-10 {
  padding-left: "10px";
}

.margin-15 {
  margin: "15px";
}

.margin-top-15 {
  margin-top: "15px";
}

.margin-right-15 {
  margin-right: "15px";
}

.margin-bottom-15 {
  margin-bottom: "15px";
}

.margin-left-15 {
  margin-left: "15px";
}

.padding-15 {
  padding: "15px";
}

.padding-top-15 {
  padding-top: "15px";
}

.padding-right-15 {
  padding-right: "15px";
}

.padding-bottom-15 {
  padding-bottom: "15px";
}

.padding-left-15 {
  padding-left: "15px";
}

.margin-20 {
  margin: "20px";
}

.margin-top-20 {
  margin-top: "20px";
}

.margin-right-20 {
  margin-right: "20px";
}

.margin-bottom-20 {
  margin-bottom: "20px";
}

.margin-left-20 {
  margin-left: "20px";
}

.padding-20 {
  padding: "20px";
}

.padding-top-20 {
  padding-top: "20px";
}

.padding-right-20 {
  padding-right: "20px";
}

.padding-bottom-20 {
  padding-bottom: "20px";
}

.padding-left-20 {
  padding-left: "20px";
}

.margin-25 {
  margin: "25px";
}

.margin-top-25 {
  margin-top: "25px";
}

.margin-right-25 {
  margin-right: "25px";
}

.margin-bottom-25 {
  margin-bottom: "25px";
}

.margin-left-25 {
  margin-left: "25px";
}

.padding-25 {
  padding: "25px";
}

.padding-top-25 {
  padding-top: "25px";
}

.padding-right-25 {
  padding-right: "25px";
}

.padding-bottom-25 {
  padding-bottom: "25px";
}

.padding-left-25 {
  padding-left: "25px";
}

.margin-30 {
  margin: "30px";
}

.margin-top-30 {
  margin-top: "30px";
}

.margin-right-30 {
  margin-right: "30px";
}

.margin-bottom-30 {
  margin-bottom: "30px";
}

.margin-left-30 {
  margin-left: "30px";
}

.padding-30 {
  padding: "30px";
}

.padding-top-30 {
  padding-top: "30px";
}

.padding-right-30 {
  padding-right: "30px";
}

.padding-bottom-30 {
  padding-bottom: "30px";
}

.padding-left-30 {
  padding-left: "30px";
}

.inner-container {
  width: 100%;
  max-width: 1140px;
  padding: 0 7px;
  margin: 0 auto;
}

.site-main-container {
  width: 100%;
  max-width: 1263px;
  padding: 0 7px;
  margin: 0 auto;
}

/* .our-services {
  padding-bottom: 120px;
} */
.our-services .services-header {
  margin-top: 131px;
}
.our-services .services-header .about-aster {
  width: 349px;
  height: 349px;
  background-color: #12A77A;
  padding: 122px 53px 61px 36px;
  border-radius: 19px;
  display: inline-block;
}
.our-services .services-header .about-aster h4 {
  font-size: 14px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1.4px;
  line-height: 42px;
  font-family: "LatoBold", sans-serif;
}
.our-services .services-header .about-aster h3 {
  font-family: "LatoBold", sans-serif;
  color: #FFFFFF;
  font-size: 24px;
  letter-spacing: 0.6px;
  line-height: normal;
  font-weight: 400;
}
.our-services .services-header .about-header-img {
  height: 349px;
  margin-left: 21px;
  border-radius: 19px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
@media (max-width: 768px) {
  .our-services .services-header .about-header-img img {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.our-services .services-header .about-header-img .img-zoom {
  border-radius: 19px;
  border-radius: 19px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 349px;
  -webkit-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}
.our-services .services-header .about-header-img .img-zoom:hover {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
@media (max-width: 768px) {
  .our-services .services-header {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .our-services .services-header .about-aster {
    width: 200px !important;
    height: 145px !important;
    background-color: #12a77a;
    padding: 15px;
    border-radius: 19px;
    display: inline-block;
    top: -0.5px !important;
    border-radius: 0;
    border-bottom-left-radius: 19px;
    border-top-left-radius: 19px;
  }
  .our-services .services-header .about-aster h4 {
    font-size: 10px !important;
  }
  .our-services .services-header .about-aster h3 {
    line-height: 20px;
    font-size: 14px !important;
  }
  .our-services .services-header .about-header-img {
    height: 145px;
    margin-left: 0;
  }
  .our-services .services-header .about-header-img img {
    width: 100%;
    height: 100%;
  }
  .our-services .services-header .about-header-img .img-zoom {
    -o-object-position: left;
       object-position: left;
    height: 145px !important;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
@media (max-width: 320px) {
  .our-services .services-header .about-aster {
    width: 150px !important;
  }
  .our-services .services-header .about-aster h3 {
    line-height: 15px;
    font-size: 10px !important;
  }
}
.our-services .section-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 50px;
}
.our-services .section-1 h3 {
  font-family: "LatoBold", sans-serif;
  color: #164D92;
  font-size: 32px;
  letter-spacing: 0.64px;
  font-weight: 500;
}
.our-services .section-1 h5 {
  margin-top: 16px;
  font-family: "LatoRegular", sans-serif;
  color: #464749;
  font-size: 16px;
  letter-spacing: 0.4px;
  text-align: left;
  line-height: 24px;
}
.our-services .delivery-service,
.our-services .aster-service,
.our-services .loyalty-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 50px;
}
.our-services .delivery-service h3,
.our-services .aster-service h3,
.our-services .loyalty-service h3 {
  font-family: "LatoBold", sans-serif;
  color: #164D92;
  font-size: 32px;
  letter-spacing: 0.8px;
  text-align: left;
  font-weight: 500;
}
.our-services .delivery-service .service-cards,
.our-services .aster-service .service-cards,
.our-services .loyalty-service .service-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
.our-services .delivery-service .service-cards .card-left,
.our-services .delivery-service .service-cards .card-right,
.our-services .aster-service .service-cards .card-left,
.our-services .aster-service .service-cards .card-right,
.our-services .loyalty-service .service-cards .card-left,
.our-services .loyalty-service .service-cards .card-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 482px;
  border-radius: 19px;
  background-color: #E4F2FC;
}
.our-services .aster-service .service-cards .card-right1{
  -webkit-box-flex: 1;
  -ms-flex: 1;
      flex: 1;
  height: 482px;
}
.our-services .aster-service .service-cards .card-right1 img{
  width: 100%;
  height: 100%;
  border-radius: 19px;
}
.our-services .delivery-service .service-cards .card-left,
.our-services .aster-service .service-cards .card-left,
.our-services .loyalty-service .service-cards .card-left {
  margin-right: 6.5px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.our-services .delivery-service .service-cards .card-right,
.our-services .aster-service .service-cards .card-right,
.our-services .loyalty-service .service-cards .card-right {
  margin-left: 6.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.our-services .delivery-service .service-btn,
.our-services .aster-service .service-btn,
.our-services .loyalty-service .service-btn {
  width: 269px;
  height: 50px;
  margin-top: 36px;
  background-color: #00B48D;
  border-radius: 25px;
  font-family: "LatoSemibold", sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  letter-spacing: 1.4px;
  text-align: center;
  line-height: 50px;
  text-transform: uppercase;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  cursor: pointer;
  font-weight: 500;
}
.our-services .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 78px;
  margin-left: 80px;
  margin-right: auto;
}
.our-services .content .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.our-services .content .top p {
  font-family: "LatoBold", sans-serif;
  font-size: 24px;
  color: #164D92;
  letter-spacing: 0.6px;
  margin-left: 6.4px;
}
.our-services .content .bottom {
  margin-top: 50px;
}
.our-services .content .bottom .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 23px;
  margin-left: unset !important;
  margin-right: unset !important;
}
.our-services .content .bottom .row p,
.our-services .content .bottom .row .txt1 {
  font-family: "LatoBold", sans-serif;
  font-size: 18px;
  line-height: 46px;
  color: #003D81;
  margin-left: 15px;
}
.our-services .content .bottom .row img {
  height: 37px;
  width: 37px;
}
.our-services .delivery-service .card-left {
  background-image: url("../image/service1.png");
}
.our-services .loyalty-service .card-left {
  background-image: url("../image/service3.png");
}
.our-services .loyalty-service .content {
  margin-top: 58px !important;
}
.our-services .loyalty-service .content .row img {
  height: unset !important;
  width: unset !important;
}
.our-services .loyalty-service .content .row .txt1,
.our-services .loyalty-service .content .row .txt2 {
  line-height: unset !important;
  font-family: "LatoRegular", sans-serif;
  font-size: 24px !important;
  margin-left: 0px !important;
}
.our-services .loyalty-service .content .row .txt1 span,
.our-services .loyalty-service .content .row .txt2 span {
  font-family: "LatoBold", sans-serif;
}
.our-services .loyalty-service .content .row .txt2 {
  font-size: 18px !important;
  font-family: "LatoBold", sans-serif;
  margin-top: 30px;
  margin-bottom: 5px;
}
.our-services .aster-service .card-right {
  background-image: url("../image/serviceaster-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.our-services .aster-service .card-left {
  background-image: url("../image/serviceaster-leftbg.png");
}
.our-services .aster-service .content {
  margin-top: 58px !important;
}

@media (max-width: 768px) {
  .site-main-container {
    padding: unset !important;
  }

  .card-left {
    margin-bottom: 20px;
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }

  .our-services .delivery-service {
    height: unset;
  }
  .our-services .delivery-service .service-cards {
    display: block;
  }
  .our-services .delivery-service .service-cards .card-right {
    height: unset;
    margin-left: 0 !important;
  }
  .our-services .aster-service .service-cards {
    display: block;
  }
  .our-services .aster-service .service-cards .card-left {
    height: unset;
  }
  .our-services .aster-service .service-cards .card-right {
    height: unset;
    margin-left: 0 !important;
  }
  .our-services .aster-service .content {
    margin-left: 30px;
    margin-top: 20px !important;
    margin-bottom: 30px !important;
  }
  .our-services .aster-service .card-right {
    background-image: unset !important;
  }
  .our-services .loyalty-service .service-cards {
    display: block;
  }
  .our-services .loyalty-service .service-cards .card-left {
    height: unset;
  }
  .our-services .loyalty-service .service-cards .card-right {
    height: unset;
    margin-left: 0 !important;
  }
  .our-services .loyalty-service .content {
    margin-top: 20px !important;
  }
  .our-services .loyalty-service .content .row .txt2 {
    margin-top: 10px !important;
    font-size: 14px !important;
  }
  .our-services .loyalty-service .content .row img {
    height: 88% !important;
    width: 87% !important;
    max-width: 100% !important;
  }
  .our-services .loyalty-service .bottom {
    margin-top: 0 !important;
    padding: 0 !important;
    padding-top: 10px !important;
  }
  .our-services .content {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
    margin-left: 30px !important;
  }
  .our-services .content .bottom {
    margin-top: 30px;
    padding: 10px;
  }
  .our-services .content .bottom .row {
    margin-bottom: 0px !important;
  }
  .our-services .content .bottom .row p {
    font-size: 13px !important;
  }
  .our-services .content .bottom .row .txt1 {
    font-size: 13px !important;
  }
  .our-services h3 {
    font-size: 18px !important;
  }
  .our-services h5 {
    font-size: 14px !important;
    line-height: 20px !important;
  }
  .our-services .card-left {
    height: 300px !important;
  }
  .our-services .services-header {
    position: relative;
  }

  .service-btn {
    text-align: center;
    display: block;
    position: relative;
  }

  .service-cards {
    width: 100%;
    display: block;
  }

  .card-right {
    width: 100%;
    display: inline-block;
    height: unset !important;
  }
}
@media (max-width: 340px) {
  .our-services .content .bottom .row p {
    font-size: 10px !important;
    line-height: 30px;
  }
  .our-services .content .bottom .row .txt1 {
    font-size: 10px !important;
    line-height: 30px;
  }
}
@media (max-width: 320px) {
  .our-services .services-header {
    margin-top: 150px !important;
  }
}