@charset "UTF-8";

.text-white {
    color: #fff;
  }

  .text-black {
    color: #2d2d2d;
  }

  .title-default {
    font-size: 55px;
    line-height: .9;
    font-weight: 700;
    text-transform: uppercase;
  }

  .text-default {
    margin-bottom: 23px;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 300;
    margin-bottom: 23px;
  }

  hr {
      background-color: #385a77;
      margin-bottom: 20px;
  }
  
  .text-blue {
      color: #385a77;
  }
  
  .container {
      font-family: "futura-pt",sans-serif;
      padding: 135px 60px;
      position: relative;
  }
  
  .container P:last-child {
      margin-bottom: 0;
  }
  

  .container p,
  .container span 
  .container ul,
  .container li {
    font-family: "futura-pt",sans-serif;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 300;
    margin-bottom: 23px;
}


  .container .title {
    font-size: 55px;
    line-height: .9;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
  }

  .container .subtitle {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 30px;
  }
  
  .container.hero {
      background-image: url("/inc/images/hero-section.webp");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      height: 960px;
      padding: 60px;
  }

  section.pricing .container.hero {
      background-image: url("/inc/images/hero-pricing.webp");
  }
  
  .apply-pricing .apply-wrap {
      background-image: url("/inc/images/apply-bottom.webp");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
  }
  
  .apply-pricing .pricing-wrap {
      background-image: url("/inc/images/pricing-bottom.webp");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
  }
  
  .overlay-blue {
      background-color: rgba(0, 34, 62, 0.7);
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
  }
  
  .overlay-black {
      background-color: rgba(0, 0, 0, 0.6);
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
  }
  
  .container.hero .container-row {
      z-index: 2;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 100%;
      max-width: 800px;
  }
  
  .container .hero-title {
      margin-bottom: 50px;
  }

  .container.hero .subtitle {
    margin-bottom: 40px;
  }

  .default-btn {
    font-family: "futura-pt",sans-serif;
    font-size: 13px;
    display: block;
    border: 2px solid #fff;
    border-radius: 25px;
    -webkit-transition: border-color .3s,color .3s;
    -o-transition: border-color .3s,color .3s;
    transition: border-color .3s,color .3s;
    line-height: 44px;
    font-weight: 700;
    text-align: center;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    text-transform: uppercase;
    color: #fff;
    padding: 0 30px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  
  .default-btn:hover {
      background: #385a77;
  }

  .blue-btn {
    border: 2px solid #385a77;
	color: #385a77;
    }

    .blue-btn:hover {
        color: #fff;
        border-color: #fff;
    }
  
  .black-blue-btn {
      color: #2d2d2d;
      border: 2px solid #385a77;
      margin-top: 40px;
  }
  
  .black-blue-btn:hover {
      color: #fff;
      border-color: #fff;
  }
  
  .background-white {
      background-color: #fff;
  }
  
  .background-blue {
      background-color: #385a77;
  }
  
  .what-we-add ul li {
      margin-bottom: 20px;
      list-style: none;
  }
  
  .dots-list ul li::before {
    content: "\2022";  
    color: #000000; 
    font-weight: bold; 
    padding-right: 5px;
  }
  
  .blue ul li::before {
      color: #385a77;
  }
  
  .what-we-add ul li span {
      color: #385a77;
  }
  
  .container.apply-pricing {
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: space-evenly;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
  }
  
  .container.apply-pricing .item {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      height: 360px;
      position: relative;
  }
  
  .container.apply-pricing .item .row {
      z-index: 2;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      color: #fff;
      max-width: 360px;
      width: 100%;
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: end;
      height: 50%;
  }
  
  .title-background .header {
      position: relative;
  }
  
  .title-background .header img{
    position: absolute;
    top: 50%;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    width: 100%;
    -webkit-transform: translateY(-70%);
        -ms-transform: translateY(-70%);
            transform: translateY(-70%);
  }


.title-white {
	color: #fff;
}

.pps-carousel-slide {
    margin-top: 75px;
    margin-bottom: 30px;
}

.pps-carousel-slide.reviews {
    margin-top: 55px;
}

.pps-carousel-slide .titles {
	color: #2d2d2d;
	padding: 25px;
	background: #fff;
}

.pps-carousel-slide .slick-slide {
    margin-right: 8px;
    margin-left: 8px;
}


.pps-carousel-slide .slick-slide img {
	width: 100%;
}


.pps-carousel-slide .blue {
	color: #385a77;
}

.pps-carousel-slide .slick-arrow {
	cursor: pointer;
}

.pps-carousel-slide .slick-arrow.prev {
    position: absolute;
    top: 50%;
    left: -25px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 25px;
    height: 25px;
}

.pps-carousel-slide .slick-arrow.next {
    position: absolute;
    top: 50%;
    right: -25px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 25px;
    height: 25px;
}

.container.apply-pricing .subtitle {
    font-family: "futura-pt", sans-serif;
    margin-bottom: 30px;
}

.container .rating .value {
    font-size: 27px;
    color: #fff;
}

.container .rating img {
    padding: 0 10px;
}

.container .rating .number {
    font-size: 18px;
    color: #fff;
}

.review-item .middle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	gap: 15px;
	margin-bottom: 15px;
}

.review-item .top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	margin-bottom: 25px;
}

.review-item .top img {
	width: auto;
}

.review-item .rating-val {
	margin: 0;
	font-size: 21px;
    color: #385a77;
}

.review-item .info .name {
	display: block;
	margin-bottom: 15px;
	font-size: 18px;
    color: #385a77;
}

.review-item .info .date {
	display: block;
	margin: 0;
	font-size: 14px;
    color: #2d2d2d;
}

.container .reviews .review-item {
	background: #fff;
	padding: 25px;
}

.pps-carousel-slide .slick-list,
.pps-carousel-slide .slick-track {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.pricing-section {
    background-color: #f6f6f6;
    border-radius: 17px;
    padding: 50px;
}

.pricing-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	margin-bottom: 40px;
}

.pricing-top .price-title {
	font-size: 21px;
	margin-bottom: 25px;
    font-weight: 500;
}

.pricing-top .price-value {
	font-size: 48px;
    font-weight: bold;
	margin: 0;
	color: #385a77;
}

.pricing-top .price-value span {
	font-size: 21px;
    font-weight: normal;
	color: #2d2d2d;
}

.pricing-bottom .feature-item {
	font-size: 18px;
	margin-bottom: 30px;
	position: relative;
	margin-left: 30px;
}

.partner-logos {
    padding-top: 50px;
}

.partner-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 50px;
}

.partner-row .item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.partner-logos .partner-row:last-child,
.pricing-bottom .feature-item:last-child {
	margin-bottom: 0;
}

.pricing-bottom .feature-item::after {
	content: '';
	background-image: url("/images/pricing/blue-check.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	width: 15px;
    height: 15px;
    position: absolute;
    top: 2px;
    left: -30px;
}

.pricing-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
	gap: 25px;
}

.pricing-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 30%;
	        flex: 1 1 30%;
}

.text-center {
	text-align: center;
}

.container.inquire {
      background-image: url("/inc/images/inquire-background.webp");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
	  height: 360px;
  }

.container.inquire .row {
	z-index: 2;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	color: #fff;
	max-width: 650px;
	width: 100%;
	text-align: center;
}

.container.inquire .subtitle {
    font-size: 24px;
	margin-bottom: 40px;
}

.container.inquire .default-btn{
	margin: 0 auto;
}

.container.logos {
    text-align: center;
	padding: 30px 65px;
  }

  .container.logos .pps-carousel-slide {
    margin: 30px 0;
  }
  
.container.logos .logos-title{
    font-size: 24px;      
    margin: 0 0 30px;
}


.container.hero img.scroll-icon {
    position: absolute;
    bottom: 50px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: auto;
    cursor: pointer;
    width: 20px;
}

.container.logos .pps-carousel-slide .slick-slide img {
    width: auto;
    margin: 0 auto;
}

.forms-wrap {
    background: #fff;
}

.choose-form-section {
    padding: 60px;
}

div#e-commerce,
div#service-based {
    padding: 0 60px 60px 60px;
}

.choose-form-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
}

.choose-form-wrap .choose {
    font-family: "futura-pt",sans-serif;
	font-size: 24px;
    line-height: normal;
    font-weight: 500;
    margin-right: 20px;
}

.choose-form-wrap #choose-form-js {
    font-family: "futura-pt",sans-serif;
	border: 0;
    border-bottom: 1px solid #e9e9e9;
    padding: 10px;
    color: #1d1c1c;
    font-size: 16px;
    background: #fff;
}

.forms-wrap textarea,
.forms-wrap input:not(input[type="submit"]) {
    font-family: "futura-pt",sans-serif;
	width: 100%;
	border: 0;
    border-bottom: 1px solid #e9e9e9;
    padding: 10px 0;
    color: #1d1c1c;
    font-size: 16px;
}

.forms-wrap label {
    display: block;
    margin-bottom: 10px;
}

.forms-wrap input[type="submit"] {
    background-color: #385a77;
    color: #fff;
    cursor: pointer;
}

.forms-wrap input[type="submit"]:hover {
    color: #fff;
    border-color: #fff;
}

.forms-wrap  .form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 20px;
}

.forms-wrap  .form-row:last-child {
	margin-bottom: 60px;
}

.forms-wrap  .form-row  .form-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.forms-wrap  .message {
    padding: 60px;
    text-align: center;
}

.container.partners .header img {
    width: 100%;
}

.popup-wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(56, 90, 119, 0.7);
    z-index: 9999999999999;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

.popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    max-width: 1000px;
    width: 100%;
    background: #fff;
    margin: 0 auto;
    padding: 50px;
    -webkit-box-shadow: 7.778px 7.778px 18px 0px rgba(56, 90, 119, 0.1);
            box-shadow: 7.778px 7.778px 18px 0px rgba(56, 90, 119, 0.1);
    border-radius: 16px;
}

.popup-content .close-btn {
    cursor: pointer;
    position: absolute;
    top: 75px;
    right: 50px;
    display: block;
}

.cursor-pointer {
    cursor: pointer;
}

.popup-header {
    max-width: 80%;
    width: 100%;
    margin: 0 0 40px;
}

.popup-header .case-title {
    font-family: "futura-pt",sans-serif;
    font-size: 32px;
    line-height: normal;
    font-weight: 500;
    text-transform: capitalize;
}


.popup-header h2 {
    margin: 0 0 20px;
    font-size: 34px;
    line-height: 38px;
}

.popup-header h3 {
    text-transform: capitalize;
    font-size: 30px;
    line-height: 34px;
}

.popup-content .popup-middle {
    margin: 0 0 40px;
}

.popup-content .popup-middle img{
    border: 2px solid #e9e9e9;    
    max-width: 100%;
}


.hide {
    display: none;
}

.tabs-wrapper .tab-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 4px solid #e9e9e9;
    cursor: pointer;
}


.tabs-wrapper .tab-items p {
    -webkit-box-flex: 3;
        -ms-flex-positive: 3;
            flex-grow: 3;
    text-align: center;
    margin: 0;
    font-size: 21px;
    text-transform: uppercase;
    line-height: normal;
    padding: 0 0 30px;
    color: #2d2d22;
    font-weight: 500;
    cursor: pointer;
    display: block;
}

.tabs-wrapper .tab-items p.active {
    color: #385a77;    
    position: relative;
}

.tabs-wrapper .tab-items p.active:after {
    content:'';
    background-color: #385a77;
    bottom: -4px;
    left: 0;
    right: 0;
    width: 90%;
    height: 4px;
    margin: 0 auto;
    position: absolute;
}

.tabs-wrapper .tab-content {
    height: 300px;
    padding: 35px 0;
    overflow: auto;
}

div.container.reviews .rating {
    margin-bottom: 30px;
}

.case-studies .top {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: auto;
    height: 185px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.case-item {
    position: relative;
    background-color: #fff;
    border-radius: 8px;
}

.case-item .title {
    font-family: "futura-pt",sans-serif;
    font-size: 18px;
    line-height: normal;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.case-item .subtitle {
    font-family: "futura-pt",sans-serif;
    font-size: 18px;
    line-height: normal;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.case-item .bottom {
    background-color: #fff;
    padding: 20px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.blue-overlay-wrap {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(56, 90, 119, 0.9);
    border-radius: 8px;
}

.blue-overlay-wrap .default-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
}

.blue-overlay-wrap .overlay-title {
    position: absolute;
    bottom: 130px;
    left: 0;
    right: 0;
    top: auto;
    font-size: 21px;
    line-height: normal;
    color: #fff;
    font-weight: 600;
    margin: 0 auto;
    padding: 0 25px;
}

.blue-overlay-wrap .default-btn {
    position: absolute;
    bottom: 30px;
    left: 25px;
    right: 0;
    top: auto;
}

.blue-overlay-wrap .badge {
    position: absolute;
    top: 30px;
    left: 0;
    background: #fff;
    padding: 10px 25px;
    text-transform: uppercase;
    font-size: 18px;
    line-height: normal;
}

.case-item:hover .blue-overlay-wrap {
    display: block;
}

.case-item:hover .bottom {
    display: none;
}

.case-item:hover .top {
    height: 100%;
    border-radius: 8px;
}


/* Responsive */

@media (max-width: 1680px) {
	.container.hero .container-row {
    	max-width: inherit;
    	padding: 0 60px;
	}

	.container.hero {
		height: 800px;
	}

    .popup-content {
        padding: 30px;
    }
}

@media (max-width: 1440px) {

	.container.apply-pricing .item .row {
		padding: 0 30px;
	}

	.container.hero {
		height: 600px;
	}

    .tabs-wrapper .tab-content {
        height: 200px;
        padding: 20px 0;
    }

    .popup-header {
        margin: 0 0 20px;
    }

    .popup-content .popup-middle {
        margin: 0 0 20px;
    }
}

@media (max-width: 1366px) {

    .partner-row {
        margin-bottom: 0;
    }

    .partner-row .item {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 50%;
                flex: 1 1 50%;
        margin-bottom: 40px;
        text-align: center;
    }

    .pricing-top .left {
        margin-bottom: 25px;
    }

}

@media (max-width: 1200px) {
    .container.logos {
        padding: 30px;
    }

    .forms-wrap .form-row {
        gap: 20px;
    }

    .forms-wrap .form-row .form-item {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 100%;
                flex: 1 1 100%;
    }
}

@media (max-width: 1024px) {

    .container.hero {
        height: 660px;
    }

    .container .hero-title {
        font-size: 45px;
    }

    .container.hero .container-row {
        max-width: inherit;
        padding: 90px 30px;
    }

    .container .title {
        font-size: 30px;
    }

    .pps-carousel-slide .title,
    .container .subtitle {
        font-size: 18px;
    }

    .container.case-studies,
    .container {
        padding: 90px 30px;
    }

    .container.pricing {
        padding: 120px 60px 90px 60px;
    }

    .container.logos {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        gap: 30px
        
    }

    .container.apply-pricing .item {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 100%;
                flex: 1 1 100%;
    }


    .container.inquire .row {
        padding: 0 30px;
    }

    .partner-row .item {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 100%;
                flex: 1 1 100%;
        margin-bottom: 30px;
        text-align: center;
    }

    .pricing-column {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 100%;
                flex: 1 1 100%;
    }

    .pricing-section {
        padding: 30px;
    }

    .pricing-top .price-value {
        font-size: 35px;
    }

    .pricing-top .price-value span {
        font-size: 18px;
    }

    .pricing-top .right a {
        line-height: normal;
        padding: 10px;
    }

    .choose-form-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .choose-form-wrap .choose {
        margin: 0 0 20px;
    }

    .popup-content {
        max-width: 90%;
    }

    .popup-header h2 {
        margin: 0 0 20px;
        font-size: 25px;
        line-height: 28px;
    }

    .popup-header h3 {
        text-transform: capitalize;
        font-size: 23px;
        line-height: 26px;
    }

    .tabs-wrapper .tab-items p {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        padding: 0 0 15px;
        font-size: 18px;
    }

    .tabs-wrapper .tab-items {
        gap: 10px;
    }

}

@media (max-width: 576px) {
	.partner-row {
    	margin-bottom: 0;
		text-align: center;
	}

    .tab-wrap label {
        font-size: 18px;
    }

    .tab__content {
        padding: 20px;
    }

    .popup-header .case-title {
        font-size: 24px;
        line-height: 27px;
    }

    .tabs-wrapper .tab-items p {
        font-size: 16px;
        line-height: 19px;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 33%;
                flex: 1 1 33%;
    }

    .tabs-wrapper .tab-content {
        height: 250px;
        padding: 15px 0;
    }

    .popup-content {
        padding: 15px 30px;
    }

    .popup-content .popup-middle {
        margin: 0 0 10px;
    }
}