@import "fonts.css";
body {
    font-size: 16px;
    font-family: "Poppins";
    font-weight: normal;
    color: #768084;
    line-height: 1.8;
}
button,
a {
    text-decoration: none !important;
    color: #768084 !important;
    font-weight: 500;
    font-family: "Poppins";
    text-transform: capitalize;
    font-size: 16px;
    transition: 0.3s ease-in-out all;
    display: inline-block;
}
a:hover,
a:active {
    transition: 0.3s ease-in-out all;
    color: #f6761d !important;
}

.btn-d1 {
    background-color: #f6761d;
    color: #fff !important;
    padding: 12px 30px;
    border-radius: 3px;
    margin: 0 10px;
    border: 2px solid #f6761d;
    box-shadow: 0px 0px 0px 0px #f6761d;
}

.btn-d1:hover {
    background-color: #f6761d;
    color: #fff !important;
    box-shadow: 0px 10px 20px -10px #f6761d;
    border: 2px solid #f6761d;
}

.btn-d2 {
    background-color: #fff;
    color: #003f7d !important;
    padding: 12px 30px;
    border-radius: 3px;
    margin: 0 10px;
    border: 2px solid #003f7d;
    box-shadow: 0px 0px 0px 0px #f6761d;
}
.btn--color {
    border: 2px solid #003f7d;
    background-color: #003f7d;
}
button:focus,
button:active,
button:hover,
.btn-d2:hover {
    background-color: #003f7d;
    color: #fff !important;
    border: 2px solid #003f7d;
    box-shadow: 0px 0px 0px 0px #f6761d;
}

h1 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2;
    color: #292f33;
    margin-bottom: 15px;
}
h3 span,
h1 span {
    color: #f6761d;
}
h5 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    color: #292f33;
}
h6 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    color: #292f33;
    margin-bottom: 15px;
}

p {
    font-size: 16px;
    font-weight: normal;
    font-family: "Poppins";
    line-height: 1.8;
    color: #768084;
    margin-bottom: 20px;
}

.bg-blue {
    background-color: #013e7d;
}

.bg-orange {
    background-color: #f6761d;
}

.bg-green {
    background-color: #66ba64;
}
.text-blue {
    color: #013e7d;
}
.text-orange {
    color: #f6761d;
}
.text-green {
    color: #66ba64;
}
.border-blue {
    border-color: #013e7d !important;
}

.border-orange {
    border-color: #f6761d !important;
}

.border-green {
    border-color: #66ba64 !important;
}

.section-gap {
    padding: 60px 0;
}

/* Header */

#loading {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    background-image: url("../images/loader-mailpecker.gif");
    background-repeat: no-repeat;
    background-position: center;
}

#page {
    display: none;
    padding-top: 130px;
}

.header {
    position: fixed;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    top: 0;
    box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 20%);
    transition: 0.2s all ease-in-out;
    -webkit-transition: 0.2s all ease-in-out;
}
.header.header-stricky {
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
    transition: 0.2s all ease-in-out;
    -webkit-transition: 0.2s all ease-in-out;
}
.top-header {
    padding: 13px 0;
    background-color: #003f7d;
}
.top-header ul.social-icon a {
    font-size: 15px;
    width: auto;
    height: auto;
    color: #fff !important;
    background: none;
    transition: 0.2s all ease-in-out;
    -webkit-transition: 0.2s all ease-in-out;
    margin: 0 10px;
    box-shadow: 0px 0 0px 0px #b2b2cc25;
}
.header .top-header .contact-head a {
    color: #fff !important;
    text-transform: lowercase;
}
.header .top-header .contact-head a:hover {
    color: #f6761d !important;
}
.top-header ul.social-icon a:hover {
    color: #f8fbff !important;
    transition: 0.2s all ease-in-out;
    -webkit-transition: 0.2s all ease-in-out;
}
header {
    padding: 10px 0;
}

header .navbar-nav .nav-item {
    margin-right: 25px;
}

.navbar-nav .nav-item a {
    position: relative;
}

.navbar-nav .nav-item a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #f6761d;
    opacity: 0;
    transition: 0.3s ease-in-out all;
}

.navbar-nav .nav-item a.active-menu {
    color: #f6761d !important;
}

.navbar-nav .nav-item a.active-menu::after,
.navbar-nav .nav-item:hover a::after {
    opacity: 1;
    transition: 0.3s ease-in-out all;
}

.modal-header {
    align-items: center;
    padding: 20px 20px 0;
    justify-content: center;
}

.modal-header button.close {
    padding: 0;
    width: 35px;
    height: 35px;
    background: none;
    border: none;
    color: #768084 !important;
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 34px;
}
.modal-header h2#staticBackdropLabel {
    color: #003f7d;
}

.modal-btn-2,
.modal-btn-1 {
    background-color: rgb(40, 161, 25);
    color: #fff !important;
    padding: 0.7rem 1.5rem;
    border-radius: 5px;
    transition: 0.3s ease-in-out all;
}

.modal-btn-2 {
    background-color: #f6761d;
    transition: 0.3s ease-in-out all;
    width: 100%;
}

.modal-body ul li {
    width: 100%;
    text-align: center;
}

.modal-btn-2:hover,
.modal-btn-1:hover {
    color: #fff !important;
    transition: 0.3s ease-in-out all;
}

/* Header */

/* About us */
.slider-sec {
    position: relative;
    height: 85vh;
    overflow: hidden;
    display: flex;
    align-items: end;
}
.slider-sec {
    position: relative;
}

.slide-content {
    position: absolute;
    top: 100px;
    width: 100%;
    left: 0;
}
.flip-card {
    background-color: transparent;
    width: 100%;
    height: 250px;
    perspective: 1000px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0px 8px 20px 2px rgb(110 130 208 / 19%);
    border-radius: 20px;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding: 30px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flip-card-front {
    background-color: #003f7d;
}
.flip-card-back {
    background-color: #f6761d;
    transform: rotateY(180deg);
}
section.top-features .col-md-4:nth-child(2) .flip-card-front {
    background-color: #f6761d;
}
section.top-features .col-md-4:nth-child(2) .flip-card-back {
    background-color: #003f7d;
}
.flip-card h4,
.flip-card p {
    color: #fff;
}
/* About us */

/* Partners */

.partners-carousel {
    padding-right: 50px;
}

.partners-carousel .item img {
    filter: grayscale(100%);
    opacity: 0.5;
    transition: 0.3s ease-in-out all;
}

.partners-carousel .item:hover img {
    filter: grayscale(0%);
    opacity: 1;
    transition: 0.3s ease-in-out all;
}

.partners-sec .card {
    position: relative;
    z-index: 1;
    overflow: hidden;
    cursor: pointer;
}

.partners-sec .card::after {
    content: "";
    top: 0;
    transform: translateX(100%) rotate(30deg);
    width: 0%;
    height: 0%;
    position: absolute;
    z-index: -1;
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.5) 50%,
        rgba(128, 186, 232, 0) 99%,
        rgba(128, 186, 232, 0) 100%
    );
    left: -100%;
    opacity: 0.3;
    transition: 0.5s ease-in-out all;
}

.partners-sec .card:hover::after {
    height: 100%;
    width: 100%;
    transition: 0.5s ease-in-out all;
}

.partners-sec .card-body {
    padding: 20px 10px;
}

.partners-sec .card-body h1 {
    margin-bottom: 5px;
    color: #fff;
}

.partners-sec .card-text {
    font-size: 14px;
    text-align: center;
    color: #fff;
}

/* Partners */

/* Marketing-toolkit */

.toolkit-vectore {
    padding-bottom: 60px;
    position: relative;
    z-index: 1;
}
section.marketing-toolkit .toolkit-vectore::after {
    content: "";
    position: absolute;
    bottom: 10px;
    left: -60px;
    width: 50%;
    height: 100%;
    background-image: url(../images/orange-circles.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: bottom left;
    z-index: -1;
}

.toolkit-card .card {
    border: none;
    cursor: pointer;
}

.toolkit-icon-box div {
    width: 60px;
    height: 60px;
    background-color: #7680842e;
    border-radius: 10px;
    display: block;
    margin: 0 auto;
}

.toolkit-icon-box {
    border-bottom: 3px solid #e6e8e9;
    padding-bottom: 20px;
    position: relative;
}

.icon-border .card-text {
    font-size: 14px;
    text-align: center;
    color: #768084;
}

.icon-border .toolkit-icon-box::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    height: 10px;
    background-color: #fff;
    opacity: 0;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
}

.icon-border:hover .toolkit-icon-box::after {
    opacity: 1;
    animation: mymove 2s;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
}

.icon-border .card-body {
    padding: 15px 10px 0;
}

/* animation: mymove 5s infinite; */

@keyframes mymove {
    from {
        left: 0px;
        width: 20px;
    }
    to {
        width: 20px;
        left: 200px;
    }
}

/* Marketing-toolkit */

/* Top Features */

section.top-features .card {
    text-align: center;
    box-shadow: 0px 8px 20px 0px #b2b2cc4f;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
}
section.top-features .card:hover {
    box-shadow: 0px 8px 20px 0px #b2b2cc4f;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
}
section.top-features .card h1 {
    color: #fff;
    text-align: center;
    font-size: 28px;
}
/* Top Features */

/* Other Features */

.other-feature-2,
.other-features {
    background-image: linear-gradient(
        180deg,
        rgb(255, 255, 255) 5%,
        #dce8f4 100%
    );
}

section.top-features .card,
.other-features .card {
    width: 100%;
    height: auto;
    border: none;
    box-shadow: 0px 8px 20px 0px #b2b2cc24;
    border-radius: 20px;
    padding: 25px 20px;
    cursor: pointer;
    margin: 20px auto;
    display: inline-block;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
}

/* .other-features .card:hover {
  background-color: #013e7d;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
} */

.other-features .card.quotes:hover {
    background-color: #fff;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
}

section.top-features .card h1,
.other-features .card-body h1 {
    margin: 0px;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 500;
}

/* .other-features .card:hover h1 {
  color: #fff;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
} */

.other-features .card.quotes h1 {
    font-style: italic;
    font-weight: 500;
    color: #f6761d;
}

.feature-cards {
    -webkit-column-count: 6;
    -moz-column-count: 6;
    column-count: 6;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}
.top-features .card-img-top,
.other-features .card-img-top {
    width: 80px;
    margin-bottom: 20px;
}
.top-features .card-body,
.other-features .card-body {
    padding: 0px;
}

/* ------------------------------------------------------------------- */

.card-design-3 {
    padding: 30px 20px;
    box-shadow: 0px 8px 20px 2px rgb(110 130 208 / 19%);
    font-size: 14px;
    line-height: 1.8em;
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 0px !important;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
}
.card-design-3:hover {
    box-shadow: 0px 20px 20px 10px rgb(110 130 208 / 25%);
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
}
.card-design-3 .card-img-top {
    width: 90px;
    margin: 0 auto 20px;
}
.card-design-3 .card-body {
    padding: 0px;
}
.card-design-3 .card-body h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.7em;
}
.multipal-row .row {
    margin-top: 30px;
}

/* ------------------------------------------------------------------- */

/* Other Features */

/* Testimonials */

.testimonials-sec {
    position: relative;
    z-index: 1;
}
.testimonials-sec::after {
    content: "";
    position: absolute;
    bottom: 40px;
    left: 60px;
    width: 50%;
    height: 100%;
    background-image: url(../images/orange-circles.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: bottom left;
    z-index: -1;
    opacity: 0.6;
}

.client-testimonials .card {
    box-shadow: 0px 8px 20px 0px #b2b2cc4f;
    border: none;
    margin: 20px;
    border-radius: 20px;
}
/* .client-testimonials .owl-item:nth-child(odd) {
  margin-top: 30px;
} */
.client-testimonials .ratting-stars i {
    color: rgb(252, 235, 2);
    font-size: 20px;
    padding: 0 2px;
}
.client-testimonials .card img {
    width: 60px;
    margin-bottom: 10px;
}
.client-profile h6 {
    font-size: 18px;
}
.client-testimonials .owl-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}
.client-testimonials .owl-carousel .owl-nav .owl-next,
.client-testimonials .owl-carousel .owl-nav .owl-prev {
    width: 50px;
    height: 50px;
    background-color: #fff;
    margin: 20px 10px 0 10px;
    border-radius: 50%;
    position: relative;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
}
.client-testimonials .owl-carousel .owl-nav .owl-next:hover,
.client-testimonials .owl-carousel .owl-nav .owl-prev:hover {
    box-shadow: 0px 0 10px 0px #b2b2cc4f;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
}
.client-testimonials .owl-carousel .owl-nav .owl-next::before,
.client-testimonials .owl-carousel .owl-nav .owl-prev::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    background-image: url(../images/next.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    text-align: center;
}
.client-testimonials .owl-carousel .owl-nav .owl-prev::before {
    background-image: url(../images/prev.png);
}

.client-testimonials .owl-carousel .owl-nav .owl-next span,
.client-testimonials .owl-carousel .owl-nav .owl-prev span {
    opacity: 0;
}
.counter-options .card {
    border: none;
    padding: 20px 30px;
}
.counter-options .card h3 {
    margin: 0;
    font-size: 30px;
    font-weight: 600;
}
.counter-options .container > .row {
    margin: 5px 0 20px 0;
    border-radius: 20px;
    box-shadow: 0px 8px 20px 0px #b2b2cc4f;
    background-color: #fff;
}

/* ------------ */

.client-testimonials-2 .card::after {
    content: "";
    position: absolute;
    top: 0;
    right: -5px;
    width: 100%;
    height: 100%;
    background-color: #003f7d;
    border-radius: 20px;
    z-index: -2;
    transform: skew(-11deg, 0deg);
    transform: rotate(-4deg);
}
.client-testimonials-2 .card {
    border: none;
    background-color: #104b86;
    border-radius: 20px;
}
.client-testimonials-2 .item {
    margin: 45px 20px 20px 20px;
    position: relative;
    z-index: 999999;
}
.client-testimonials-2 .card-body {
    padding: 0 35px 40px 35px;
    margin-top: -30px;
}
.client-testimonials-2 .client-profile {
    display: flex;
    align-items: flex-end;
}
.client-testimonials-2 .client-profile img {
    width: 100px !important;
    margin-right: 30px;
    border-radius: 10px;
    border: 3px solid #f6761d;
}
.client-testimonials-2 .client-img h6 {
    color: #fff;
}
.client-testimonials-2 .client-img p {
    color: #f2f2f2;
}
.client-testimonials-2 p.card-text {
    color: #efefef;
}
.client-testimonials-2 .owl-nav {
    display: none;
}
.testimonials-sec .counter-options .card-body p {
    font-size: 18px;
    font-weight: 500;
}
.testimonials-sec .owl-dot {
    width: 5px;
    height: 5px;
    background: #003f7d !important;
}
.testimonials-sec .owl-dots {
    text-align: center;
}
.testimonials-sec .owl-dot {
    width: 7px;
    height: 7px;
    background: #003f7d !important;
    border-radius: 50%;
    margin: 0 3px;
    opacity: 0.4;
}
.testimonials-sec .owl-dot.active {
    opacity: 1;
}

/* ------------ */

/* Testimonials */

/* How It Work */

.how-work {
    background-color: #f8fbff;
}
.how-work .owl-nav .owl-prev,
.how-work .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    width: 120px;
    height: 80px;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    outline: none;
}

.how-work .owl-nav .owl-prev span,
.how-work .owl-nav .owl-next span {
    opacity: 0;
}

.how-work .owl-nav .owl-prev {
    background-image: url(../images/left-arrow-slider.png) !important;
    left: -120px;
}

.how-work .owl-nav .owl-next {
    background-image: url(../images/arrow.png) !important;
    right: -120px;
}

.how-work .owl-dots {
    margin: 30px auto 0;
    text-align: center;
}

.how-work .owl-dots button {
    width: 30px;
    height: 8px;
    background: #e6e8e9;
    margin: 0 5px;
    border-radius: 10px;
}

.how-work .owl-dots button.active {
    width: 50px;
    background: #013e7d;
    margin: 0 5px;
    border-radius: 10px;
}

/* How It Work */

/* Newslatter */
.subscribe-newslatter {
    position: absolute;
    top: -150px;
    left: 0;
    right: 0;
}
.shadow-effect {
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0px 5px 30px 0px #b2b2cc27;
    padding-top: 30px;
    padding-bottom: 30px;
}
.subscribe-newslatter form {
    display: flex;
    align-items: center;
    justify-content: end;
}
.subscribe-newslatter form input {
    padding: 12px 15px;
    border-radius: 5px 0 0 5px;
    outline: none;
    border: 1px solid #76808477;
    color: #768084;
    width: 80%;
    font-size: 16px;
}
.subscribe-newslatter form button {
    text-decoration: none !important;
    color: #fff !important;
    font-family: "Poppins";
    font-size: 16px;
    transition: 0.3s ease-in-out all;
    padding: 14px 30px 13px 30px;
    outline: none;
    border-radius: 0 5px 5px 0;
    background-color: #013e7d;
    border: none;
}

/* Newslatter */

/* Footer */
footer {
    background-color: #013e7d;
    position: relative;
    margin-top: 180px;
    padding-top: 130px;
}
.footer-inner {
    background-image: url("../images/footer-mp-3.png");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 190px;
}
.footer-inner p {
    margin: 20px 0 0 0;
    color: #e5e5e5;
}
ul.social-icon a {
    font-size: 18px;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s all ease-in-out;
    -webkit-transition: 0.2s all ease-in-out;
    margin: 0 5px;
    box-shadow: 0px 0 10px 0px #b2b2cc25;
}
ul.social-icon a:hover {
    box-shadow: 0px 0 10px 0px #b2b2cc4f;
    transition: 0.2s all ease-in-out;
    -webkit-transition: 0.2s all ease-in-out;
}
.foot-copyright {
    background-color: rgb(0 0 0 / 20%);
}
.foot-copyright .row {
    padding: 15px 0;
    /* border-top: 1px solid #76808477; */
}
.foot-copyright p {
    font-size: 14px;
    color: #e5e5e5;
}
.foot-copyright a {
    text-transform: none;
    font-size: 14px;
    font-weight: 500;
    color: #e5e5e5 !important;
}
footer ul.quick-links li a {
    position: relative;
    color: #e5e5e5 !important;
}
footer ul.quick-links li a.active-menu {
    color: #f6761d !important;
}

.foot-copyright a:active,
.foot-copyright a.active-menu,
.foot-copyright a:hover,
footer ul.quick-links li a:hover,
footer ul.quick-links li a:active,
footer ul.quick-links li a.active-menu {
    color: #f6761d !important;
}

footer ul.quick-links li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 2px;
    width: 0%;
    background-color: #f6761d;
    transition: 0.2s all ease-in-out;
    -webkit-transition: 0.2s all ease-in-out;
}
footer ul.quick-links li a.active-menu::after,
footer ul.quick-links li a:hover::after {
    width: 100%;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
}

footer ul.quick-links li a::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 2px;
    width: 0%;
    background-color: #f6761d;
    transition: 0.2s all ease-in-out;
    -webkit-transition: 0.2s all ease-in-out;
}
footer ul.quick-links li a.active-menu::after,
footer ul.quick-links li a:hover::after {
    width: 100%;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
}
/* Footer */

.page-head {
    background-image: url(../images/footer-bg-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}

/* About Us Page */

section.about-title {
    padding: 60px 0 180px;
    margin-bottom: -120px;
}
.center-spacing {
    padding-top: 80px;
    padding-bottom: 80px;
}
section.mailpecker-story {
    position: relative;
    z-index: 1;
}
section.mailpecker-story::after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 50%;
    transform: translateY(50%);
    left: 0;
    background-image: url("../images/bg-vectore.png");
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    width: 85%;
    height: 80%;
    opacity: 0.7;
}
.about-missionvision {
    background-color: #f8fbff;
}
.display-1 {
    opacity: 0.3;
    text-transform: uppercase;
    font-size: 85px;
}
/* About Us Page */

/* Contact Us Page */

section.contact-bg {
    padding: 230px 0;
}
.contact-content {
    padding-top: 0;
}
.contact-content.contact-content-d2 {
    padding: 60px 0;
}
.contact-content .shadow-effect {
    padding: 0;
    margin-top: -300px;
    box-shadow: 0px 0 30px 0px #50505126;
}
.contact-info {
    padding: 60px 40px;
    background-color: #013e7d;
    border-radius: 0 18px 18px 0;
    position: relative;
    z-index: 1;
}
.contact-info::after {
    content: "";
    position: absolute;
    bottom: 30px;
    right: 15px;
    width: 85%;
    height: 100%;
    background-image: url("../images/MPwhite.png");
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.1;
    background-position: bottom right;
    z-index: -1;
}
.get-touch {
    padding: 60px 40px;
}
.contact-info ul li {
    color: #f8f8f8;
    font-size: 18px;
    padding: 10px 0;
}
.contact-info h1 {
    color: #f4f4f4;
}
.contact-info p {
    color: #f8f8f8;
}
.contact-info ul.contact-blue-info a {
    color: #fff !important;
    font-weight: normal;
}
form.get-touch-form select,
form.get-touch-form textarea,
form.get-touch-form input {
    padding: 10px 15px;
    border-radius: 5px;
    outline: none;
    border: 1px solid #76808477;
    color: #768084;
    width: 80%;
    font-size: 14px;
    resize: none;
}
.get-touch-form label {
    margin: 15px 0 8px;
}
form.get-touch-form button {
    text-decoration: none !important;
    color: #fff !important;
    font-family: "Poppins";
    font-size: 16px;
    transition: 0.3s ease-in-out all;
    padding: 10px 30px;
    outline: none;
    border-radius: 5px;
    background-color: #013e7d;
    border: none;
}
section.contact-bg.contact-d2 {
    padding: 80px 0 200px;
}
section.counter-options.conatact-detail {
    margin-top: -150px;
}
.contact-content.contact-content-d2 .get-touch {
    padding: 60px 40px;
    background-color: #f7f9fe;
    border-radius: 20px 0 0px 20px;
}

/* Contact Us Page */

/* Policy */

section.policy-title {
    padding: 80px 0 140px;
}
section.policy-details ul {
    padding-left: 20px;
}
section.policy-details ul li {
    padding-bottom: 10px;
}
/* Policy */

/* GDPR */

p.gdpr-p {
    margin-bottom: 10px;
}

/* GDPR */

/* FAQ */

ul.faq-list li a {
    padding: 15px 0;
    border-bottom: 1px solid #76808426;
    display: block;
}
ul.faq-list li a i {
    padding: 6px 10px 7px 13px;
    font-size: 20px;
    background-color: #fff;
    border-radius: 50%;
    transition: 0.3s ease-in-out all;
}
ul.faq-list li a:hover,
ul.faq-list li a.active {
    border-color: #f6761d;
    color: #f6761d !important;
    transition: 0.3s ease-in-out all;
}
ul.faq-list li a:hover i,
ul.faq-list li a.active i {
    color: #f6761d;
    transition: 0.3s ease-in-out all;
}
ul.faq-list.nav {
    display: block;
}
section.faq-details button.btn.btn-link {
    display: block;
    width: 100%;
    text-align: left;
    color: #393939;
    outline: none;
    text-decoration: none;
    box-shadow: none;
    padding: 13px 20px;
    border-radius: 0px;
    border: 1px !important;
}

section.faq-details .card-header {
    padding: 0;
    background-color: #f2f5fe;
}

/* FAQ */

/* Video Gallery */

a.video-thumb {
    position: relative;
    cursor: pointer;
}
a.video-thumb img {
    border-radius: 10px;
}
a.video-thumb::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    width: 30%;
    height: 30%;
    background-image: url("../images/play.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: 0.2s ease-in-out all;
}
a.video-thumb:hover::after {
    width: 35%;
    height: 35%;
}
.video-title {
    color: #292f33;
    margin-top: 15px;
    text-align: center;
}
section.video-tutorials ul.nav-tabs a {
    border: none;
    border-bottom: 2px solid #f6771d00;
    padding: 10px 25px;
    font-size: 16px;
}
section.video-tutorials ul.nav-tabs a:hover,
section.video-tutorials ul.nav-tabs a.active {
    color: #f6761d !important;
    border-bottom: 2px solid #f6761d;
}

/* Video Gallery */

/* Plan & Price */

section.planprice-table {
    padding: 0 0 60px;
    margin-top: -150px;
}
.price-table {
    width: 100%;
    border-collapse: collapse;
    border: 0 none;
}
.price-table tr:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}
.price-table tr td {
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    padding: 8px 24px;
    font-size: 14px;
}
.price-table tr td:first-child {
    border-left: 0 none;
}
.price-table tr td:not(:first-child) {
    text-align: center;
}
.price-table tr:nth-child(even) {
    background-color: #ffffff;
}
/* .price-table tr:hover {
  background-color: #f4f6fe;
} */
.price-table .fa-check {
    color: #03a84e;
}
.price-table .fa-times {
    color: #db030394;
}
.price-table tr td:nth-child(3) {
    background-color: #f4f6fe7a;
    padding: 8px 48px;
    font-size: 16px;
    font-weight: 500;
}
.price-table tr.price-table-head td {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.price-table tr.price-table-head {
    background-color: #f6761d;
    color: #ffffff;
}
.price-table td.price {
    color: #768084;
    padding: 25px;
}
.price-table td.price p {
    font-size: 20px;
    font-weight: 500;
    margin: 15px 0;
}
.price-table td.price-table-popular {
    border-top: 3px solid #f6761d;
    color: #f6761d;
    text-transform: uppercase;
    font-size: 12px;
    padding: 12px 48px;
    font-weight: 600;
}
section.planprice-table-2 .price-table td.price-table-popular {
    border-top: 3px solid #003f7d;
    color: #003f7d;
}
section.planprice-table-3 .price-table tr.price-table-head {
    background-color: #003f7d;
}
.price-table .price-blank {
    background-color: #fafafa;
    border: 0 none;
}
.price-table svg {
    width: 100px;
    fill: #768084;
}

/* Plan & Price */

/* Case Study */

section.case-title {
    padding: 60px 0 90px;
}
section.case-study img {
    border-radius: 5px;
}
.case-tab-sec {
    padding: 40px 0;
}
.case-tab-sec:nth-child(even) {
    background-color: #f8fbff;
}
.case-tab-sec:last-child {
    padding-bottom: 0px;
}
section.video-tutorials.case-study ul.nav-tabs li {
    margin: 0 15px;
}

/* Case Study */

/* Partner */

section.partner-form {
    background-image: url("../images/bg-mailpecker.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

/* Partner */

/* Compare */

section.compare-sec p span {
    font-size: 24px;
    display: inline-block;
    margin: 0 5px;
    font-weight: 500;
    line-height: 1.5;
}
section.compare-sec .compare-card {
    padding-left: 30px;
    padding-right: 30px;
}
.compare-sec {
    margin-top: -140px;
    padding-bottom: 80px;
}
section.Compare-features-table .price-table tr td:nth-child(3) {
    background-color: #fff0;
}
section.Compare-features-table .price-table tr.price-table-head td {
    padding: 15px 25px;
}

/* Compare */
