ul.list-items > li::before {
        content: '';
        display: inline-block;
        height: 20px;
        width: 20px;
        background-size: cover;
        background-image: url('/static/company/images/ppserp_tick.png');
        background-repeat: no-repeat;
        margin-right: 10px;
        background-position: center center;
        vertical-align: middle;
        line-height:25px;
  }

.list-items li {
    line-height: 2.5em;
    height: auto;
}


.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    width: 100%;
    height: 60px;
    margin: auto;
    display: flex;
    flex-direction: row;
    margin-bottom: 15px;
    align-items: center;

    padding: 10px;
}

.my-card:hover {
    transform: scale(1.1);
    transition: 0.2s ease-in-out;
}
body {
    font: 400 15px Lato, sans-serif;
    line-height: 1.8;
    color: #818181;
    overflow-x: hidden !important;
}
.contactform {
    color: rgb(7, 7, 7);
}

.item-1,
.item-2,
.item-3 {
    position: absolute;
    display: block;
    top: 30rem;
    color: rgb(255, 255, 255);
    width: 60%;
    font-size: 2em;
    animation-duration: 20s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

.item-1 {
    animation-name: anim-1;
}

.item-2 {
    animation-name: anim-2;
}

.item-3 {
    animation-name: anim-3;
}

@keyframes anim-1 {
    0%,
    8.3% {
    left: -150%;
    opacity: 0;
    }
    8.3%,
    25% {
    left: 20%;
    opacity: 1;
    }
    33.33%,
    100% {
    left: 40%;
    opacity: 0;
    }
}

@keyframes anim-2 {
    0%,
    33.33% {
    left: -150%;
    opacity: 0;
    }
    41.63%,
    58.29% {
    left: 20%;
    opacity: 1;
    }
    66.66%,
    100% {
    left: 40%;
    opacity: 0;
    }
}

@keyframes anim-3 {
    0%,
    66.66% {
    left: -150%;
    opacity: 0;
    }
    74.96%,
    91.62% {
    left: 20%;
    opacity: 1;
    }
    100% {
    left: 40%;
    opacity: 0;
    }
}

h2 {
    font-size: 24px;
    text-transform: uppercase;
    /* color: #ffffff; */
    font-weight: 600;
    margin-bottom: 50px;
}
h4 {
    font-size: 14px;
    line-height: 1.5em !important;
    color: #303030;
    font-weight: 200;
    margin-bottom: 20px;
}
.pricing-header h1{
    font-size: 4em; /* 40px/16=2.5em */
    font-family:Montserrat, sans-serif;
    font-weight: bold;

}
.text-highlight{
    color: #037777;

}
    


.jumbotron {
    /* background-color: #008b8b; */
    background-image: url("https://img.freepik.com/free-photo/business-people-casual-meeting_53876-101882.jpg?t=st=1656282893~exp=1656283493~hmac=47b343a96ed29e4f2e00c89477291796a4de8bec14d3e2383c6b1f202236c029&w=740");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    color: #fff;
    padding: 100px 25px;
    font-family:Montserrat, sans-serif;
    
}
.container-fluid {
    padding: 30px 30px !important;
    
}
.container-footer {
    padding: 50px 50px;
}
.bg-grey {
    background-color: #f6f6f6;
}
.logo-small {
    color: #008b8b;
    font-size: 50px;
}
.logo {
    color: #008b8b;
    font-size: 200px;
}
.thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
}
.thumbnail img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
}
.carousel-control.right,
.carousel-control.left {
    background-image: none;
    color: #008b8b;
}
.carousel-indicators li {
    border-color: #008b8b;
}
.carousel-indicators li.active {
    background-color: #008b8b;
}
.item h4 {
    font-size: 19px;
    line-height: 1.375em;
    font-weight: 400;
    font-style: italic;
    margin: 70px 0;
}
.item span {
    font-style: normal;
}
.panel {
    border: 1px solid #008b8b;
    border-radius: 0 !important;
    transition: box-shadow 0.5s;
}
.panel:hover {
    box-shadow: 5px 0px 40px rgba(0, 0, 0, 0.2);
}
.panel-footer .btn:hover {
    border: 1px solid #008b8b;
    background-color: #fff !important;
    color: #008b8b;
}
.panel-heading {
    color: #fff !important;
    background-color: #008b8b !important;
    padding: 25px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.panel-footer {
    background-color: white !important;
}
.panel-footer h3 {
    font-size: 32px;
}
.panel-footer h4 {
    color: #aaa;
    font-size: 14px;
}
.panel-footer .btn {
    margin: 15px 0;
    background-color: #008b8b;
    color: #fff;
}
.navbar {
    margin-bottom: 0;
    background-color: #008B8B !important;
    z-index: 9999;
    border: 0;
    font-size: 12px !important;
    font-weight: bold;
    line-height: 1.42857143 !important;
    letter-spacing: 4px;
    border-radius: 0;
    /* font-family: Montserrat, sans-serif; */
}
.navbar li a,
.navbar .navbar-brand {
    color: #fff !important;
}
.navbar-nav li a:hover,
.navbar-nav li.active a {
    color: #008b8b !important;
    background-color: #fff !important;
}
.navbar-default .navbar-toggle {
    border-color: transparent;
    color: #fff !important;
}
footer .glyphicon {
    font-size: 20px;
    margin-bottom: 20px;
    color: #008b8b;
}
.slideanim {
    visibility: hidden;
    
}
.slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
}
@keyframes slide {
    0% {
    opacity: 0;
    transform: translateY(70%);
    }
    100% {
    opacity: 1;
    transform: translateY(0%);
    }
}
@-webkit-keyframes slide {
    0% {
    opacity: 0;
    -webkit-transform: translateY(70%);
    }
    100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    }
}
@media screen and (max-width: 768px) {
    .col-sm-4 {
    text-align: center;
    margin: 25px 0;
    }
    .btn-lg {
    width: 100%;
    margin-bottom: 35px;
    }
}
@media screen and (max-width: 480px) {
    .logo {
    font-size: 150px;
    }

    .quotes {
    display: none;
    }
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: rgb(2, 61, 95) !important;    
}

/* center the blockquote in the page */
.blockquote-wrapper {
    display: flex;
    background-color: #008b8b;
}

/* Blockquote main style */
.blockquote {
    position: relative;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;

    color: #008b8b;
    padding: 30px 0;
    width: 100%;
    max-width: 75%;
    z-index: 1;
    margin: 40px auto;
    align-self: center;
    border-top: solid 1px;
    border-bottom: solid 1px;
}

/* Blockquote header */
.blockquote h1 {
    position: relative;
    color: #ffffff;
    font-size: 3rem;
    font-weight: 300px;
    line-height: 1;
    margin: 0;
}

/* increase header size after 600px */
@media all and (min-width: 600px) {
    .blockquote h1 {
    font-size: 40px;
    }
}
/* increase header size after 600px */
@media screen and (max-width: 768px) {
    .quotes {
    display: none;
    }
}

/* Blockquote subheader */
.blockquote h4 {
    position: relative;
    color: #dce5ee;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1;
    margin: 0;
    padding-top: 20px;
    z-index: 1;
}

/* Social Media Icons */

.social-container {
    width: 200px;
    margin: 40vh auto;
    text-align: center;
    background-color: #008b8b;
}

.social-icons {
    padding: 0;
    list-style: none;
    margin: 1em;
}
.social-icons li {
    display: inline-block;
    margin: 0.15em;
    position: relative;
    font-size: 1.2em;
}
.social-icons i {
    color: #fff;
    position: absolute;
    top: 13px;
    left: 14px;
    transition: all 265ms ease-out;
}
.social-icons a {
    display: inline-block;
}
.social-icons a:before {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    content: " ";
    width: 45px;
    height: 45px;
    border-radius: 100%;
    display: block;
    background: linear-gradient(45deg, #034a4a, #000000);
    transition: all 265ms ease-out;
}
.social-icons a:hover:before {
    transform: scale(0);
    transition: all 265ms ease-in;
}
.social-icons a:hover i {
    transform: scale(2.2);
    -ms-transform: scale(2.2);
    -webkit-transform: scale(2.2);
    color: #034a4a;
    background: -webkit-linear-gradient(45deg, #034a4a, #000000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 265ms ease-in;
}

/* Logo Style */
.topmenu_logo a,
img {
    display: inline-flex;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0px;
    font-size: 25px;
    text-transform: uppercase;
}


