@import url(https://fonts.googleapis.com/css?family=Crimson+Text:400,400i,600,600i,700,700i&display=swap);
body {
    font-family: "Crimson Text", serif;
}

.banner-title h4 {
    color: #fff;
    font-size: 26px;
    font-weight: 500;
}

.default-title h4 {
    font-size: 27px;
    text-transform: uppercase;
    font-family: Amiri, serif;
    font-weight: 700;
    color: #194866;
}

.centerme {
    text-align: center;
}

.theclientspan {
    font-weight: 700;
    font-size: large;
    color: #000;
}

.theclientparag {
    font-size: large;
}

.borderme {
    border: 2px solid #194866;
}

.percentage {
    font-size: 50px;
    font-weight: 700;
}

.default-title h3 {
    font-size: 25px;
    font-family: Amiri, serif;
    font-weight: 700;
}

.up1 {
    -webkit-animation: uparrowone 1s infinite alternate ease-in-out;
}

.down1 {
    -webkit-animation: downarrowone 1s infinite alternate ease-in-out;
}

.up2 {
    -webkit-animation: uparrowtwo 2s infinite alternate ease-in-out;
}

.down2 {
    -webkit-animation: downarrowtwo 2s infinite alternate ease-in-out;
}

@-webkit-keyframes uparrowone {
    0% {
        -webkit-transform: translateY(0);
        opacity: 0.4;
    }

    100% {
        -webkit-transform: translateY(-0.1em);
        opacity: 0.9;
    }
}

@-webkit-keyframes downarrowone {
    0% {
        -webkit-transform: translateY(0);
        opacity: 0.4;
    }

    100% {
        -webkit-transform: translateY(0.1em);
        opacity: 0.9;
    }
}

@-webkit-keyframes uparrowtwo {
    0% {
        -webkit-transform: translateY(0);
        opacity: 0.4;
    }
    
    100% {
        -webkit-transform: translateY(-0.1em);
        opacity: 0.9;
    }
}

@-webkit-keyframes downarrowtwo {
    0% {
        -webkit-transform: translateY(0);
        opacity: 0.4;
    }

    100% {
        -webkit-transform: translateY(0.1em);
        opacity: 0.9;
    }
}

.readmemore {
    color: #fff !important;
    border-color: #cb5450 !important;
    padding: 10px;
    border-radius: 10px;
    background: #cb5450;
}

.hidden {
    display: none;
}

.single-pricing-table {
    color: #194866;
}

.single-pricing-table-body {
    background: #88c4ba !important;
}

.single-pricing-table-body li {
    font-size: 16px !important;
    color: #565656 !important;
    padding-top: unset !important;
}

.slick-next::before,
.slick-prev::before {
    color: #88c4ba !important;
}

.placeholder {
    background: #88c4ba;
    padding: 11%;
}

.clipme {
    clip-path: polygon(0 0, 100% 10%, 72% 100%, 18% 104%);
}

.testimonial-area {
    background: #88c4ba59 !important;
}

.recolor1 {
    animation-duration: 10s;
    -webkit-animation: 3s infinite;
    animation-name: exampleone;
}

.recolor2 {
    animation-duration: 13s;
    -webkit-animation: 5s infinite;
    animation-name: exampletwo;
}

.recolor3 {
    animation-duration: 16s;
    -webkit-animation: 7s infinite;
    animation-name: examplethree;
}

.grow {
    transition: all 0.2s ease-in-out;
}

.grow:hover {
    transform: scale(1.1);
}

.bulletsquare {
    list-style-type: square;
    color: #194866;
}

.bulletparag {
    font-weight: 700;
    font-style: italic;
}

.bulletparag :hover {
    color: unset;
    text-decoration: none;
}

.fontme20 {
    font-size: 20px;
}

.hovmecolor :hover {
    background: #66c5e3;
}

.contactusbtn {
    padding: 1% 6%;
    margin-top: 5%;
}

.readmemore2 {
    color: #fff !important;
    border-color: #cb5450 !important;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 7px 7px 7px #757474;
    background: #cb5450;
    letter-spacing: 5px;
    padding: 1% 5%;
}

.heart {
    animation: beat 1s infinite alternate;
    transform-origin: center;
}

@keyframes beat {
    to {
        transform: scale(1.1);
    }
}

.default-title h2 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    color: #194866;
}

.blocknumber span {
    background-color: #cb5450;
}

.myblue {
    color: #194866;
}

.myred {
    color: #cb5450;
}

.mygray {
    color: #757474;
}

.mylightblue {
    color: #66c5e3;
}

.engraved {
    text-shadow: rgba(245, 245, 245, 0.5) 3px 5px 1px;
}

.embossed {
    text-shadow: 1px 4px 4px #555;
    -webkit-background-clip: text;
    -moz-background-clip: text;
}

.mytitles {
    font-family: Amiri, serif;
}

.myparagraph {
    font-family: montserratlight;
}

.mybuttonstext {
    font-family: Montserrat, sans-serif;
}

h1 h2 h3 h4 {
    font-family: Amiri, serif;
}

p {
    font-family: montserratlight;
}

.blocknumber strong {
    color: #194866 !important;
}

.choose-plan .default-title ul li,
.default-title > p {
    font-size: 17px;
}

button,
input,
select,
textarea {
    font-family: Montserrat, sans-serif !important;
}

.heart_contactus {
    font-size: 30px;
    margin: 6% 0 -2%;
    left: 41%;
    position: relative;
}

.feat_center {
    text-align: center;
}

.width244 {
    width: 244px;
}

.single-police2 {
    border: 2px solid #88c4ba;
}

.percentage_teams {
    font-weight: 700;
}

.noneme {
    display: none;
}

#sticky.stick {
    position: fixed;
    top: 0;
    z-index: 1000;
    padding-top: 10%;
    width: 270px;
}

.fa-size {
    height: 280px;
}

.padmeout {
    padding: 0;
}

.indentme {
    text-indent: 2% !important;
}

.choose-plan .default-title ul li {
    margin-top: unset !important;
    font-size: 16px;
}

.all_paragraph_gray {
    font-size: large;
}

.hideme {
    visibility: hidden;
}

.arrow {
    transform-origin: 50% 50%;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.blog-details .single-latest-blog-info > h4 {
    font-weight: 700;
    font-size: 57px;
}

.single-latest-blog-info p {
    color: #565656;
    font-size: 18px;
    line-height: 24px;
    text-indent: 3%;
}

.single-latest-blog-info h5 {
    color: #194866;
    font-weight: 700;
    font-size: 22px;
}

.single-latest-blog-info {
    margin-top: unset !important;
}

.blog-single-sidebar {
    font-size: 19px;
    font-weight: 700;
}

.accordion {
    background-color: #fff;
    color: #444;
    cursor: pointer;
    padding: 0;
    width: 8%;
    border: none;
    text-align: left;
    outline: 0;
    font-size: 50px;
    transition: 0.4s;
    border: 5px solid #194866;
    border-radius: 50px;
    text-align: center;
    color: #194866;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.accordion:hover,
.active {
    background-color: #fff;
}

.panel {
    padding: 0 18px;
    display: none;
    background-color: #fff;
    overflow: hidden;
    -webkit-box-shadow: unset !important;
}

.default-title ul {
    font-size: 22px;
}

.single-pricing-table:hover {
    box-shadow: unset !important;
}

.fsm {
    margin: 10vh 5vw;
    background-color: #00f;
    height: 100px;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #f5f5f5;
    font-size: 1.5rem;
    border-radius: 10px;
    transition: 1s;
    cursor: pointer;
}

&.growing {
    margin: 0;
    opacity: 0;
    transition-delay: 0.5s;
}

&-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
}

.caseme {
    background: #7574743b;
    padding: 8%;
    text-align: left;
    left: 60px;
    color: #194866;
    width: 65%;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

#case1_12,
#case2_12 {
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

.fa-check-square {
    color: #194866;
}

.tag-wrapper ul li a {
    color: #343d48 !important;
    border: 0 solid #ccc !important;
    padding: 0 !important;
    text-transform: none;
}

.slowme {
    transition-duration: 2s;
    transition-delay: 0.5s;
}

.webkitright {
    text-align: -webkit-right;
}

.webkitright-unset {
    text-align: unset;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

.fademein {
    animation: fadeIn ease 5s;
    -webkit-animation: fadeIn ease 5s;
    -moz-animation: fadeIn ease 5s;
    -o-animation: fadeIn ease 5s;
    -ms-animation: fadeIn ease 5s;
}

.fademeintxt {
    animation: fadeIn ease 2s;
    -webkit-animation: fadeIn ease 2s;
    -moz-animation: fadeIn ease 2s;
    -o-animation: fadeIn ease 2s;
    -ms-animation: fadeIn ease 2s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.pushfaopen {
    right: 226px;
}

.pushfaclose {
    right: 445px;
}

.all_titles_blue {
    text-transform: none !important;
}

.scrollbar::-webkit-scrollbar {
    background-color: #194866;
    width: 20px;
}

.scrollbar::-webkit-scrollbar-track {
    background-color: #fff;
}

.scrollbar::-webkit-scrollbar-thumb {
    background-color: #194866;
    border-radius: 50px;
    width: 10px;
    height: 10px;
    cursor: pointer;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.scrollbar::-webkit-scrollbar-track:hover {
    background-color: #f4f4f4;
}

.scrollbar::-webkit-scrollbar-thumb:hover {
    background-color: #88c4ba;
}

.scrollbar::-webkit-scrollbar-button {
    display: none;
}

#scrollbar {
    background-color: #fff;
}

.scrollbar {
    height: 30vh;
    min-width: 150px;
    background: #fff;
    overflow-y: scroll;
}

.overflow {
    min-height: 100vh;
}

.scrollbar li {
    padding-bottom: 5%;
}

.fa-arrow-right {
    color: #000;
}

#case1,
#case2 {
    z-index: 10;
}

@media only screen and (min-width: 768px) {
    .Desktop {
        display: block;
    }

    .Mobile {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .ftsix7 {
        width: 25% !important;
    }
    
    .default-title h2 {
        font-size: 20px;
    }

    .marg-100 {
        margin: 50px 0;
    }

    .default-title h4 {
        font-size: 20px;
    }

    .centerme {
        text-align: left;
    }

    .Desktop {
        display: none;
    }

    .Mobile {
        display: block;
    }

    #case1_pic {
        margin: 10% 0;
    }

    #case2_pic {
        margin: 10% 0;
    }

    #case1_12 {
        text-align: left;
    }

    #case2_12 {
        text-align: left;
    }

    .marginme {
        margin-top: 10%;
    }

    .default-title h3 {
        font-size: 20px;
    }

    .blocknumber span {
        display: none;
    }

    .pbm-80 {
        padding-bottom: 80px;
    }

    .newicons p {
        font-size: 11px;
        padding-top: 5%;
    }
}

@media only screen and (max-width: 411px) {
    .ftsix7 {
        width: 25% !important;
    }

    .newicons p {
        font-size: 9px !important;
    }
}