<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
* Template Name: BizLand - v2.0.0
* Template URL: https://bootstrapmade.com/bizland-bootstrap-business-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    color: #444444;
    /*font-family: "Open Sans", sans-serif;*/
}

a {
    color: #106eea;
    text-decoration: none !important;
}

a:hover {
    color: #3b8af2;
    text-decoration: none;
}

/*replace style tags*/
.membership {
    font-size: large;
    font-weight: bold;
    color: white;
    background-color: #106eea
}
.prepaid {
    font-size: large;
    font-weight: bold;
    color: #106eea;
    background-color: white;
    border: 1px solid #106eea;
}
.alignimp {
    text-align: center !important;
}
.width100heightauto {
    width: 100% !important;
    height: auto !important;
}
.dispinline {
    display: inline !important;
}
.fontlarge100
{
    width: 100%;
    font-size: large;
    color: white;
    font-weight: bold;
}
.fontsmallblueitalic {
    font-size: small;
    color: blue;
    font-style: italic;
}
.fontsmall {
    font-size: small;
}
.fontlarge {
    font-size: large;
}
.imgmax500 {
    max-width: 500px;
    max-height: 500px;
}
.fullsize100 {
    height: 100%;
    width: 100%;
}
.sizesmall{
    font-size:small;
    padding:1%;
}
.sizesmalldarkgrey {
    font-size: small;
    color: darkgrey;
}
.aligncenter {
    text-align: center !important;
}

.displaynone{
    display:none;
}
.fontsize1_25 {
    font-size: 1.25rem;
    font-weight: bolder;
}
.verticalalign {
    vertical-align: top;
}
.cursorpoint106eeabold {
    cursor: pointer;
    color: #106eea;
    font-weight: bold;
}
.cursorpoint106eea {
    cursor: pointer;
    color: #106eea;
}
.fullsizeverticalalign
{
    width: 100%;
    height: 100%;
    vertical-align: top;
}
.sizelargebold {
    font-size: large;
    font-weight: bold;
}
.blockmaxwidth {
    display: block;
    max-width: 100%;
    height: auto;
}
.inlblock {
    display: inline-block;
}
.block200width
{
    display: block;
    max-width: 200px;
    height: auto;
}
.blockrel150X68
{
    display: block;
    position: relative;
    overflow: hidden;
    width: 150px;
    height: 68px;
    margin: 0px;
    padding: 0px;
}
.transparentimp {
    background-color: transparent !important;
}
.vh25lightgrey {
    height: 25vh;
    overflow: auto;
    border: 1px solid lightgrey;
}
.colorwhite {
    color: white;
}
.colorblue {
    color: #106eea !important;

}
.nodecoration
{
    text-decoration: none;
}
.size48x48
{
    max-height: 48px;
    max-width: 48px;
}
.size32x32 {
    max-height: 32px;
    max-width: 32px;
}
.borderbottom106eea
{
    border-bottom: 1px solid #106eea;
}
.noborder{
    border:0;
}

.fullsizealignleft {
    height: 100%;
    width: 100%;
    text-align: left;
}
.width100height384 {
    border: 0;
    width: 100%;
    height: 384px;
}
.boldlarger {
    font-weight: bolder;
    font-size: larger;
}
.fontbold {
    font-weight: bold
}
.vw4bold
{
    font-size: 4vw;
    font-weight: bold;
}
.sizelarge {
    font-size: large;
    padding:1%;
}
.colorwhitebgaliceblue {
    color: white;
    background-color: aliceblue;
}
.sizelarge100widthbold
{
    width: 100%;
    font-size: large;
    color: white;
    font-weight: bold;
}
.nopadnoborder {
    padding: 0px;
    border: none;
}
.block150width
{
    display: block;
    max-width: 150px;
    height: auto;
}
.curspointer {
    cursor: pointer;
    color: #106eea;
}
.pricingnormal {
    font-size: large;
    font-weight: bold;
    color: white;
    background-color: #106eea
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    color: #106eea;
}

.h1Main {
    color: #222222;
    margin: 0;
    padding-bottom: 10px;
    padding-top: 100px;
    text-align: left;
    width: 100%;
}
.intro {
    font-size: large;
    color: black;
    font-weight: bold;
    vertical-align: middle;
    padding: 1vw;
}
.h2Main {
    background: #e7f1fd !important;
    border-radius: 50px !important;
    color: #106eea !important;
    display: none;/*inline-block !important;*/
    /*font-size: 13px !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;*/
    margin: 0 !important;
    padding: 8px 20px !important;
    text-align: left;
    text-transform: uppercase !important;
    width: 100%;
}


.textWrap {
    float: left;
    margin: 10px;
    width: 60%;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/

#preloader {
    background: #fff;
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

#preloader:before {
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
    border: 6px solid #106eea;
    border-radius: 50%;
    border-top-color: #e2eefd;
    content: "";
    height: 60px;
    left: calc(50% - 30px);
    position: fixed;
    top: calc(50% - 30px);
    width: 60px;
}

@-webkit-keyframes animate-preloader {
    0% { transform: rotate(0deg); }

    100% { transform: rotate(360deg); }
}

@keyframes animate-preloader {
    0% { transform: rotate(0deg); }

    100% { transform: rotate(360deg); }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

.back-to-top {
    bottom: 15px;
    display: none;
    position: fixed;
    right: 15px;
    z-index: 99999;
}

.back-to-top i {
    align-items: center;
    background: #106eea;
    border-radius: 4px;
    color: #fff;
    display: flex;
    font-size: 24px;
    height: 40px;
    justify-content: center;
    transition: all 0.4s;
    width: 40px;
}

.back-to-top i:hover {
    background: #3284f1;
    color: #fff;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/

@media screen and (max-width: 768px) {
    [data-aos-delay] { transition-delay: 0 !important; }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

#topbar {
    background: #106eea;
    color: #fff;
    font-size: 14px;
    height: 40px;
    transition: all 0.5s;
}

#topbar.topbar-scrolled { top: -40px; }

#topbar .contact-info a {
    color: #fff;
    line-height: 1;
    transition: 0.3s;
}

#topbar .contact-info a:hover { text-decoration: underline; }

#topbar .contact-info i {
    margin-left: 15px;
    padding-right: 4px;
}

#topbar .contact-info i:first-child { margin-left: 0; }

#topbar .social-links a {
    color: rgba(255, 255, 255, 0.6);
    display: inline-block;
    line-height: 1px;
    padding-left: 15px;
    transition: 0.3s;
}

#topbar .social-links a:hover { color: #fff; }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    background: #fff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    /*padding: 25px 0;*/
    top: 0px;
    transition: all 0.5s;
    z-index: 997;
}

    #header.header-scrolled {
        /*padding: 15px;*/
        top: 0;
    }

#header .logo {
    font-family: "Poppins", sans-serif;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0.8px;
    line-height: 1;
    margin: 0;
    padding: 0;
}

#header .logo a { color: #222222; }

#header .logo a span { color: #106eea; }

#header .logo img { max-height: 40px; }

@media (max-width: 992px) {
    #header {
        padding: 15px;
        top: 0;
    }

    #header .logo { font-size: 28px; }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */

.nav-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-menu &gt; ul { display: flex; }

.nav-menu &gt; ul &gt; li {
    padding: 10px 0 10px 28px;
    position: relative;
    white-space: nowrap;
}

.nav-menu a {
    color: #222222;
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    font-weight: 600;
    padding: 0 3px;
    position: relative;
    transition: 0.3s;
}

.nav-menu &gt; ul &gt; li &gt; a:before {
    background-color: #106eea;
    bottom: -5px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transition: all 0.3s ease-in-out 0s;
    visibility: hidden;
    width: 100%;
    width: 0px;
}

.nav-menu a:hover:before, .nav-menu li:hover &gt; a:before, .nav-menu .active &gt; a:before {
    visibility: visible;
    width: 100%;
}

.nav-menu a:hover, .nav-menu .active &gt; a, .nav-menu li:hover &gt; a { color: #106eea; }

.nav-menu .drop-down ul {
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    display: block;
    left: 26px;
    opacity: 0;
    padding: 10px 0;
    position: absolute;
    top: calc(100% + 30px);
    transition: 0.3s;
    visibility: hidden;
    z-index: 99;
}

.nav-menu .drop-down:hover &gt; ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.nav-menu .drop-down li {
    min-width: 180px;
    position: relative;
}

.nav-menu .drop-down ul a {
    color: #062b5b;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 20px;
    text-transform: none;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active &gt; a, .nav-menu .drop-down ul li:hover &gt; a { color: #106eea; }

.nav-menu .drop-down &gt; a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
    left: calc(100% - 30px);
    top: 0;
}

.nav-menu .drop-down .drop-down:hover &gt; ul {
    left: 100%;
    opacity: 1;
    top: 0;
}

.nav-menu .drop-down .drop-down &gt; a { padding-right: 35px; }

.nav-menu .drop-down .drop-down &gt; a:after {
    content: "\eaa0";
    font-family: IcoFont;
    position: absolute;
    right: 15px;
}

@media (max-width: 1366px) {
    .nav-menu .drop-down .drop-down ul { left: -90%; }

    .nav-menu .drop-down .drop-down:hover &gt; ul { left: -100%; }

    .nav-menu .drop-down .drop-down &gt; a:after { content: "\ea9d"; }
}

/* Mobile Navigation */

.mobile-nav-toggle {
    background: none;
    border: 0;
    cursor: pointer;
    font-size: 24px;
    line-height: 1;
    outline: none !important;
    position: fixed;
    /*right: 15px;
    text-align: right;*/
    left: 5px;
    text-align: left;
    top: 5px;
    transition: all 0.4s;
    z-index: 9998;
}

.mobile-nav-toggle i { color: #222222; }

.mobile-nav {
    background: #fff;
    border-radius: 10px;
    bottom: 15px;
    left: 15px;
    opacity: 0;
    overflow-y: auto;
    padding: 10px 0;
    position: fixed;
    right: 15px;
    top: 55px;
    transition: ease-in-out 0.2s;
    visibility: hidden;
    z-index: 9999;
}

.mobile-nav * {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-nav a {
    color: #222222;
    display: block;
    font-weight: 500;
    outline: none;
    padding: 10px 20px;
    position: relative;
}

.mobile-nav a:hover, .mobile-nav .active &gt; a, .mobile-nav li:hover &gt; a {
    color: #106eea;
    text-decoration: none;
}

.mobile-nav .drop-down &gt; a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 10px;
    position: absolute;
    right: 15px;
}

.mobile-nav .active.drop-down &gt; a:after { content: "\eaa1"; }

.mobile-nav .drop-down &gt; a { padding-right: 35px; }

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
}

.mobile-nav .drop-down li { padding-left: 20px; }

.mobile-nav-overly {
    background: rgba(9, 9, 9, 0.6);
    display: none;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    transition: ease-in-out 0.2s;
    width: 100%;
    z-index: 9997;
}

.mobile-nav-active { overflow: hidden; }

.mobile-nav-active .mobile-nav {
    opacity: 1;
    visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i { color: #fff; }

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero {
    -ms-background-size: cover;
    background: url("/assets/img/hero-bg.jpg") top left;
    background-size: cover;
    height: 75vh;
    padding-top: 20px;
    position: relative;
    width: 100%;
}

#hero:before {
    background: rgba(255, 255, 255, 0.6);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

#hero .container {
    position: relative;
    /*JM COMMENT padding-top: 132px;*/
}

@media (max-width: 992px) {
    #hero .container { /*JM COMMENT padding-top: 58px;*/ }
}



#hero h1 {
    color: #222222;
    font-family: "Poppins", sans-serif;
    font-size: /*48px*/ 34px;
    font-weight: 700;
    line-height: /*56px*/ 38px;
    margin: 0;
}

#hero h1 span { color: #106eea; }

#hero h2 {
    color: #555555;
    font-size: 24px;
    font-weight: 400;
    margin: 5px 0 30px 0;
}

#hero .btn-get-started {
    -ms-border-radius: 4px;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    background: #106eea;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 10px 28px;
    text-transform: uppercase;
    transition: 0.5s;
}

#hero .btn-get-started:hover { background: #247cf0; }

#hero .btn-watch-video {
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    color: #222222;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    margin-left: 25px;
    padding: 10px 25px 8px 40px;
    position: relative;
    transition: 0.5s;
}

#hero .btn-watch-video i {
    color: #106eea;
    font-size: 32px;
    left: 0;
    position: absolute;
    top: 7px;
    transition: 0.3s;
}

#hero .btn-watch-video:hover { color: #106eea; }

#hero .btn-watch-video:hover i { color: #3b8af2; }

@media (min-width: 1024px) {
    #hero {
        -ms-background-attachment: fixed;
        background-attachment: fixed;
    }
}

@media (max-width: 768px) {
    #hero { height: 130vh; }

    #hero h1 {
        font-size: 28px;
        line-height: 36px;
    }

    #hero h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }

    #hero .btn-get-started, #hero .btn-watch-video { font-size: 13px; }
}

@media (max-height: 500px) {
    #hero { height: 120vh; }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

section {
    /*padding: 60px 0;*/
    overflow: hidden;
}

.section-bg { background-color: #f6f9fe; }

.section-title {
    text-align: left;
    /*JM COMMENTpadding-bottom: 30px;*/
}

    .section-title h2 {
        background: #e7f1fd !important;
        border-radius: 50px !important;
        color: /*#106eea*/ blue !important;
        display: inline-block !important;
        font-size: /*13px*/ 16px !important;
        font-weight: bolder !important;
        letter-spacing: 1px !important;
        /*JM COMMENT padding: 8px 20px !important;*/
        margin: 0 !important;
        text-transform: uppercase !important;
        width: 100%;
    }

.section-title h3 {
    font-size: 32px;
    font-weight: 700;
    margin: 15px 0 0 0;
}

.section-title h3 span { color: #106eea; }

.section-title p {
    font-weight: 600;
    margin: 15px auto 0 auto;
}

@media (min-width: 1024px) {
    .section-title p { width: 50%; }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/

.breadcrumbs {
    background-color: #f1f6fe;
    margin-top: 134px;
    min-height: 40px;
    padding: 20px 0;
}

@media (max-width: 992px) {
    .breadcrumbs { margin-top: 58px; }
}

.breadcrumbs h2 {
    font-size: 24px;
    font-weight: 300;
    margin: 0;
}

@media (max-width: 992px) {
    .breadcrumbs h2 { margin: 0 0 10px 0; }
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.breadcrumbs ol li + li { padding-left: 10px; }

.breadcrumbs ol li + li::before {
    color: #6c757d;
    content: "/";
    display: inline-block;
    padding-right: 10px;
}

@media (max-width: 768px) {
    .breadcrumbs .d-flex { display: block !important; }

    .breadcrumbs ol { display: block; }

    .breadcrumbs ol li { display: inline-block; }
}

/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/

.featured-services .icon-box {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
    overflow: hidden;
    padding: 30px;
    position: relative;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}

.featured-services .icon-box::before {
    background: #cbe0fb;
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 100%;
    transition: all 0.3s;
    z-index: -1;
}

.featured-services .icon-box:hover::before {
    background: #106eea;
    border-radius: 0px;
    top: 0;
}

.featured-services .icon { margin-bottom: 15px; }

.featured-services .icon i {
    color: #106eea;
    font-size: 48px;
    line-height: 1;
    transition: all 0.3s ease-in-out;
}

.featured-services .title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

.featured-services .title a { color: #111; }

.featured-services .description {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
}

.featured-services .icon-box:hover .title a, .featured-services .icon-box:hover .description { color: #fff; }

.featured-services .icon-box:hover .icon i { color: #fff; }

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

.about .content h3 {
    font-size: 26px;
    font-weight: 600;
}

.about .content ul {
    list-style: none;
    padding: 0;
}

.about .content ul li {
    align-items: flex-start;
    display: flex;
    margin-bottom: 35px;
}

.about .content ul li:first-child { margin-top: 35px; }

.about .content ul i {
    background: #fff;
    border-radius: 50px;
    box-shadow: 0px 6px 15px rgba(16, 110, 234, 0.12);
    color: #106eea;
    font-size: 24px;
    margin-right: 15px;
    padding: 20px;
}

.about .content ul h5 {
    color: #555555;
    font-size: 18px;
}

.about .content ul p { font-size: 15px; }

.about .content p:last-child { margin-bottom: 0; }

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/

.skills .progress {
    background: none;
    border-radius: 0;
    display: block;
    height: 60px;
}

.skills .progress .skill {
    color: #222222;
    display: block;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    margin: 0 0 6px 0;
    padding: 0;
    text-transform: uppercase;
}

.skills .progress .skill .val {
    float: right;
    font-style: normal;
}

.skills .progress-bar-wrap {
    background: #e2eefd;
    height: 10px;
}

.skills .progress-bar {
    background-color: #106eea;
    height: 10px;
    transition: .9s;
    width: 1px;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/

.counts { padding: 70px 0 60px; }

.counts .count-box {
    background: #f1f6fe;
    padding: 30px 30px 25px 30px;
    position: relative;
    text-align: center;
    width: 100%;
}

.counts .count-box i {
    background: #106eea;
    border: 5px solid #fff;
    border-radius: 50px;
    color: #fff;
    font-size: 24px;
    left: 50%;
    padding: 12px;
    position: absolute;
    top: -28px;
    transform: translateX(-50%);
}

.counts .count-box span {
    color: #062b5b;
    display: block;
    font-size: 36px;
    font-weight: 600;
}

.counts .count-box p {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/

.clients {
    padding: 15px 0;
    text-align: center;
}

.clients img {
    display: inline-block;
    max-width: 45%;
    padding: 15px 0;
    transition: all 0.4s ease-in-out;
}

.clients img:hover { transform: scale(1.15); }

@media (max-width: 768px) {
    .clients img { max-width: 40%; }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

.services .icon-box {
    background: #fff;
    border: 1px solid #e2eefd;
    padding: 80px 20px;
    text-align: center;
    transition: all ease-in-out 0.3s;
}

.services .icon-box .icon {
    align-items: center;
    background: #f1f6fe;
    border: 1px solid #deebfd;
    border-radius: 4px;
    display: flex;
    height: 64px;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 20px;
    transition: ease-in-out 0.3s;
    width: 64px;
}

.services .icon-box .icon i {
    color: #3b8af2;
    font-size: 28px;
    transition: ease-in-out 0.3s;
}

.services .icon-box h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.services .icon-box h4 a {
    color: #222222;
    transition: ease-in-out 0.3s;
}

.services .icon-box p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
}

.services .icon-box:hover {
    border-color: #fff;
    box-shadow: 0px 0 25px 0 rgba(16, 110, 234, 0.1);
}

.services .icon-box:hover h4 a, .services .icon-box:hover .icon i { color: #106eea; }

.services .icon-box:hover .icon { border-color: #106eea; }

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/

.testimonials {
    background: url("/assets/img/testimonials-bg.jpg") no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 80px 0;
    position: relative;
}

.testimonials::before {
    background: rgba(0, 0, 0, 0.7);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.testimonials .section-header { margin-bottom: 40px; }

.testimonials .testimonial-item {
    color: #fff;
    text-align: center;
}

.testimonials .testimonial-item .testimonial-img {
    border: 6px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    margin: 0 auto;
    width: 100px;
}

.testimonials .testimonial-item h3 {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0 5px 0;
}

.testimonials .testimonial-item h4 {
    color: #ddd;
    font-size: 14px;
    margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
    color: rgba(255, 255, 255, 0.4);
    font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
    display: inline-block;
    position: relative;
    right: -5px;
    top: 10px;
}

.testimonials .testimonial-item p {
    color: #eee;
    font-style: italic;
    margin: 0 auto 15px auto;
}

.testimonials .owl-nav, .testimonials .owl-dots {
    margin-top: 5px;
    text-align: center;
}

.testimonials .owl-dot {
    background-color: rgba(255, 255, 255, 0.4) !important;
    border-radius: 50%;
    display: inline-block;
    height: 12px;
    margin: 0 5px;
    width: 12px;
}

.testimonials .owl-dot.active { background-color: #106eea !important; }

@media (min-width: 1024px) {
    .testimonials { background-attachment: fixed; }
}

@media (min-width: 992px) {
    .testimonials .testimonial-item p { width: 80%; }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/

.portfolio #portfolio-flters {
    border-radius: 50px;
    list-style: none;
    margin: 0 auto 15px auto;
    padding: 0;
    padding: 2px 15px;
    text-align: center;
}

.portfolio #portfolio-flters li {
    color: #444444;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 5px;
    padding: 10px 15px 8px 15px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active { color: #106eea; }

.portfolio #portfolio-flters li:last-child { margin-right: 0; }

.portfolio .portfolio-item { margin-bottom: 30px; }

.portfolio .portfolio-item .portfolio-info {
    background: rgba(255, 255, 255, 0.9);
    bottom: 0;
    left: 30px;
    opacity: 0;
    padding: 15px;
    position: absolute;
    right: 30px;
    transition: all ease-in-out 0.3s;
    z-index: 3;
}

.portfolio .portfolio-item .portfolio-info h4 {
    color: #fff;
    color: #222222;
    font-size: 18px;
    font-weight: 600;
}

.portfolio .portfolio-item .portfolio-info p {
    color: #555555;
    font-size: 14px;
    margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link, .portfolio .portfolio-item .portfolio-info .details-link {
    color: #3c3c3c;
    font-size: 24px;
    position: absolute;
    right: 40px;
    top: calc(50% - 18px);
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover, .portfolio .portfolio-item .portfolio-info .details-link:hover { color: #106eea; }

.portfolio .portfolio-item .portfolio-info .details-link { right: 10px; }

.portfolio .portfolio-item .portfolio-links {
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    transition: all ease-in-out 0.3s;
    z-index: 3;
}

.portfolio .portfolio-item .portfolio-links a {
    color: #fff;
    display: inline-block;
    font-size: 28px;
    margin: 0 2px;
    transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-links a:hover { color: #6ba7f5; }

.portfolio .portfolio-item:hover .portfolio-info {
    bottom: 20px;
    opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/

.portfolio-details { /*JM COMMENT padding-top: 30px;*/ }

.portfolio-details .portfolio-details-container { position: relative; }

.portfolio-details .portfolio-details-carousel {
    position: relative;
    z-index: 1;
}

.portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
    margin-top: 5px;
    text-align: left;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
    background-color: #ddd !important;
    border-radius: 50%;
    display: inline-block;
    height: 12px;
    margin: 0 10px 0 0;
    width: 12px;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active { background-color: #106eea !important; }

.portfolio-details .portfolio-info {
    background: #fff;
    bottom: -70px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    position: absolute;
    right: 0;
    z-index: 2;
}

.portfolio-details .portfolio-info h3 {
    border-bottom: 1px solid #eee;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.portfolio-details .portfolio-info ul {
    font-size: 15px;
    list-style: none;
    padding: 0;
}

.portfolio-details .portfolio-info ul li + li { margin-top: 10px; }

.portfolio-details .portfolio-description { /*JM COMMENT padding-top: 50px;*/ }

.portfolio-details .portfolio-description h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
    width: 50%;
}

.portfolio-details .portfolio-description p { padding: 0 0 0 0; }

@media (max-width: 768px) {
    .portfolio-details .portfolio-description h2 { width: 100%; }

    .portfolio-details .portfolio-info {
        margin-top: 30px;
        position: static;
    }
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/

.team { padding: 60px 0; }

.team .member {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 2px 15px rgba(16, 110, 234, 0.15);
    margin-bottom: 20px;
    overflow: hidden;
}

.team .member .member-img {
    overflow: hidden;
    position: relative;
}

.team .member .social {
    bottom: 30px;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    transition: ease-in-out 0.3s;
}

.team .member .social a {
    background: rgba(16, 110, 234, 0.8);
    border-radius: 4px;
    color: #222222;
    color: #fff;
    display: inline-block;
    height: 36px;
    margin: 0 3px;
    padding-top: 7px;
    transition: color 0.3s;
    transition: ease-in-out 0.3s;
    width: 36px;
}

.team .member .social a:hover { background: #3b8af2; }

.team .member .social i { font-size: 18px; }

.team .member .member-info { padding: 25px 15px; }

.team .member .member-info h4 {
    color: #222222;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}

.team .member .member-info span {
    color: #aaaaaa;
    display: block;
    font-size: 13px;
    font-weight: 400;
}

.team .member .member-info p {
    color: #777777;
    font-size: 14px;
    font-style: italic;
    line-height: 26px;
}

.team .member:hover .social {
    bottom: 15px;
    opacity: 1;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/

.pricing .box {
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    padding: 20px;
    position: relative;
    text-align: center;
}

.pricing .box h3 {
    background: #f8f8f8;
    color: #777777;
    font-size: 16px;
    font-weight: 400;
    font-weight: 600;
    margin: -20px -20px 20px -20px;
    padding: 20px 15px;
}

.pricing .box h4 {
    color: #106eea;
    font-family: "Poppins", sans-serif;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 20px;
}

.pricing .box h4 sup {
    font-size: 20px;
    left: -3px;
    top: -15px;
}

.pricing .box h4 span {
    color: #bababa;
    font-size: 16px;
    font-weight: 300;
}

.pricing .box ul {
    color: #444444;
    font-size: 14px;
    line-height: 20px;
    list-style: none;
    padding: 0;
    text-align: center;
}

.pricing .box ul li { padding-bottom: 16px; }

.pricing .box ul i {
    color: #106eea;
    font-size: 18px;
    padding-right: 4px;
}

.pricing .box ul .na {
    color: #ccc;
    text-decoration: line-through;
}

.pricing .btn-wrap {
    background: #f8f8f8;
    margin: 20px -20px -20px -20px;
    padding: 20px 15px;
    text-align: center;
}

.pricing .btn-buy {
    background: #106eea;
    border-radius: 4px;
    color: navy !important;
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-weight: 600;
    padding: 8px 35px 10px 35px;
    transition: none;
    transition: 0.3s;
}

.pricing .btn-buy:hover { background: #3b8af2; }

.pricing .featured h3 {
    background: #106eea;
    color: #fff;
}

.pricing .advanced {
    background: #106eea;
    color: #fff;
    font-size: 14px;
    padding: 1px 0 3px 0;
    position: absolute;
    right: -68px;
    top: 18px;
    transform: rotate(45deg);
    width: 200px;
    z-index: 1;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/

.faq { padding: 60px 0; }

.faq .faq-list {
    list-style: none;
    padding: 0;
}

.faq .faq-list li { padding: 0 0 20px 25px; }

.faq .faq-list a {
    display: block;
    font-family: #106eea;
    font-size: 18px;
    font-weight: 500;
    position: relative;
}

.faq .faq-list i {
    font-size: 18px;
    left: -25px;
    position: absolute;
    top: 6px;
}

.faq .faq-list p {
    font-size: 15px;
    margin-bottom: 20px;
}

.faq .faq-list a.collapse { color: #106eea; }

.faq .faq-list a.collapsed { color: #343a40; }

.faq .faq-list a.collapsed:hover { color: #106eea; }

.faq .faq-list a.collapsed i::before { content: "\eab2" !important; }

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.contact .info-box {
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.3);
    color: #444444;
    padding: 20px 0 30px 0;
    text-align: center;
}

.contact .info-box i {
    border: 2px dotted #b3d1fa;
    border-radius: 50%;
    color: #106eea;
    font-size: 32px;
    padding: 8px;
}

.contact .info-box h3 {
    color: #777777;
    font-size: 20px;
    font-weight: 700;
    margin: 10px 0;
}

.contact .info-box p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    padding: 0;
}

.contact .php-email-form {
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.4);
    padding: 30px;
}

.contact .php-email-form .validate {
    color: red;
    display: none;
    font-size: 13px;
    font-weight: 400;
    margin: 0 0 15px 0;
}

.contact .php-email-form .error-message {
    background: #ed3c0d;
    color: #fff;
    display: none;
    font-weight: 600;
    padding: 15px;
    text-align: left;
}

.contact .php-email-form .error-message br + br { margin-top: 25px; }

.contact .php-email-form .sent-message {
    background: #18d26e;
    color: #fff;
    display: none;
    font-weight: 600;
    padding: 15px;
    text-align: center;
}

.contact .php-email-form .loading {
    background: #fff;
    display: none;
    padding: 15px;
    text-align: center;
}

.contact .php-email-form .loading:before {
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
    border: 3px solid #18d26e;
    border-radius: 50%;
    border-top-color: #eee;
    content: "";
    display: inline-block;
    height: 24px;
    margin: 0 10px -6px 0;
    width: 24px;
}

.contact .php-email-form .form-group { margin-bottom: 20px; }

.contact .php-email-form input, .contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
}

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus { border-color: #106eea; }

.contact .php-email-form input { padding: 10px 15px; }

.contact .php-email-form textarea { padding: 12px 15px; }

.contact .php-email-form button[type="submit"] {
    background: #106eea;
    border: 0;
    border-radius: 4px;
    color: #fff;
    padding: 10px 30px;
    transition: 0.4s;
}

.contact .php-email-form button[type="submit"]:hover { background: #3b8af2; }

@-webkit-keyframes animate-loading {
    0% { transform: rotate(0deg); }

    100% { transform: rotate(360deg); }
}

@keyframes animate-loading {
    0% { transform: rotate(0deg); }

    100% { transform: rotate(360deg); }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
    background: #fff;
    background: #f1f6fe;
    color: #444444;
    font-size: 14px;
    padding: 0 0 30px 0;
}

#footer .footer-newsletter {
    background: #f1f6fe;
    font-size: 15px;
    padding: 50px 0;
    text-align: center;
}

#footer .footer-newsletter h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    margin: 0 0 20px 0;
    padding: 0;
}

#footer .footer-newsletter form {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
    margin-top: 30px;
    padding: 6px 10px;
    position: relative;
    text-align: left;
}

#footer .footer-newsletter form input[type="email"] {
    border: 0;
    padding: 4px 8px;
    width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
    background: none;
    background: #106eea;
    border: 0;
    border-radius: 0 4px 4px 0;
    bottom: 0;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    color: #fff;
    font-size: 16px;
    padding: 0 20px;
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.3s;
}

#footer .footer-newsletter form input[type="submit"]:hover { background: #0d58ba; }

#footer .footer-top {
    background: #fff;
    padding: 60px 0 30px 0;
}

#footer .footer-top .footer-contact { margin-bottom: 30px; }

#footer .footer-top .footer-contact h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 15px 0;
    padding: 2px 0 2px 0;
}

#footer .footer-top .footer-contact h3 span { color: #106eea; }

#footer .footer-top .footer-contact p {
    color: #777777;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
}

#footer .footer-top h4 {
    color: #444444;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 12px;
    position: relative;
}

#footer .footer-top .footer-links { margin-bottom: 30px; }

#footer .footer-top .footer-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer .footer-top .footer-links ul i {
    color: #106eea;
    font-size: 18px;
    line-height: 1;
    padding-right: 2px;
}

#footer .footer-top .footer-links ul li {
    align-items: center;
    display: flex;
    padding: 10px 0;
}

#footer .footer-top .footer-links ul li:first-child { padding-top: 0; }

#footer .footer-top .footer-links ul a {
    color: #777777;
    display: inline-block;
    line-height: 1;
    transition: 0.3s;
}

#footer .footer-top .footer-links ul a:hover {
    color: #106eea;
    text-decoration: none;
}

#footer .footer-top .social-links a {
    background: #106eea;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 36px;
    line-height: 1;
    margin-right: 4px;
    padding: 8px 0;
    text-align: center;
    transition: 0.3s;
    width: 36px;
}

#footer .footer-top .social-links a:hover {
    background: #3b8af2;
    color: #fff;
    text-decoration: none;
}

#footer .copyright {
    float: left;
    text-align: center;
}

#footer .credits {
    color: #444444;
    float: right;
    font-size: 13px;
    text-align: center;
}

@media (max-width: 768px) {
    #footer .copyright, #footer .credits {
        float: none;
        padding: 2px 0;
        text-align: center;
    }
}

.pattern-checks-sm {
    background-image: repeating-linear-gradient(45deg, currentColor 25%, transparent 25%, transparent 75%, currentColor 75%, currentColor),repeating-linear-gradient(45deg, currentColor 25%, transparent 25%, transparent 75%, currentColor 75%, currentColor);
    background-position: 0 0,10px 10px;
    background-size: calc(2 * 10px) calc(2 * 10px)
}

.pattern-checks-md {
    background-image: repeating-linear-gradient(45deg, currentColor 25%, transparent 25%, transparent 75%, currentColor 75%, currentColor),repeating-linear-gradient(45deg, currentColor 25%, transparent 25%, transparent 75%, currentColor 75%, currentColor);
    background-position: 0 0,25px 25px;
    background-size: calc(2 * 25px) calc(2 * 25px)
}

.pattern-checks-lg {
    background-image: repeating-linear-gradient(45deg, currentColor 25%, transparent 25%, transparent 75%, currentColor 75%, currentColor),repeating-linear-gradient(45deg, currentColor 25%, transparent 25%, transparent 75%, currentColor 75%, currentColor);
    background-position: 0 0,50px 50px;
    background-size: calc(2 * 50px) calc(2 * 50px)
}

.pattern-checks-xl {
    background-image: repeating-linear-gradient(45deg, currentColor 25%, transparent 25%, transparent 75%, currentColor 75%, currentColor),repeating-linear-gradient(45deg, currentColor 25%, transparent 25%, transparent 75%, currentColor 75%, currentColor);
    background-position: 0 0,100px 100px;
    background-size: calc(2 * 100px) calc(2 * 100px)
}

.pattern-grid-sm {
    background-image: linear-gradient(currentColor 1px, transparent 1px),linear-gradient(to right, currentColor 1px, transparent 1px);
    background-size: 10px 10px
}

.pattern-grid-md {
    background-image: linear-gradient(currentColor 1px, transparent 1px),linear-gradient(to right, currentColor 1px, transparent 1px);
    background-size: 25px 25px
}

.pattern-grid-lg {
    background-image: linear-gradient(currentColor 1px, transparent 1px),linear-gradient(to right, currentColor 1px, transparent 1px);
    background-size: 50px 50px
}

.pattern-grid-xl {
    background-image: linear-gradient(currentColor 1px, transparent 1px),linear-gradient(to right, currentColor 1px, transparent 1px);
    background-size: 100px 100px
}

.pattern-dots-sm {
    background-image: radial-gradient(currentColor .5px, transparent .5px);
    background-size: calc(10 * .5px) calc(10 * .5px)
}

.pattern-dots-md {
    background-image: radial-gradient(currentColor 1px, transparent 1px);
    background-size: calc(10 * 1px) calc(10 * 1px)
}

.pattern-dots-lg {
    background-image: radial-gradient(currentColor 1.5px, transparent 1.5px);
    background-size: calc(10 * 1.5px) calc(10 * 1.5px)
}

.pattern-dots-xl {
    background-image: radial-gradient(currentColor 2px, transparent 2px);
    background-size: calc(10 * 2px) calc(10 * 2px)
}

.pattern-cross-dots-sm {
    background-image: radial-gradient(currentColor .5px, transparent .5px),radial-gradient(currentColor .5px, transparent .5px);
    background-size: calc(20 * .5px) calc(20 * .5px);
    background-position: 0 0,calc(10 * .5px) calc(10 * .5px)
}

.pattern-cross-dots-md {
    background-image: radial-gradient(currentColor 1px, transparent 1px),radial-gradient(currentColor 1px, transparent 1px);
    background-size: calc(20 * 1px) calc(20 * 1px);
    background-position: 0 0,calc(10 * 1px) calc(10 * 1px)
}

.pattern-cross-dots-lg {
    background-image: radial-gradient(currentColor 1.5px, transparent 1.5px),radial-gradient(currentColor 1.5px, transparent 1.5px);
    background-size: calc(20 * 1.5px) calc(20 * 1.5px);
    background-position: 0 0,calc(10 * 1.5px) calc(10 * 1.5px)
}

.pattern-cross-dots-xl {
    background-image: radial-gradient(currentColor 2px, transparent 2px),radial-gradient(currentColor 2px, transparent 2px);
    background-size: calc(20 * 2px) calc(20 * 2px);
    background-position: 0 0,calc(10 * 2px) calc(10 * 2px)
}

.pattern-vertical-lines-sm {
    background-image: repeating-linear-gradient(to right, currentColor, currentColor 1px, transparent 1px, transparent);
    background-size: 10px 10px
}

.pattern-horizontal-lines-sm {
    background-image: repeating-linear-gradient(0deg, currentColor, currentColor 1px, transparent 1px, transparent);
    background-size: 10px 10px
}

.pattern-diagonal-lines-sm {
    background-image: repeating-linear-gradient(45deg, currentColor 0, currentColor 1px, transparent 0, transparent 50%);
    background-size: 10px 10px
}

.pattern-vertical-lines-md {
    background-image: repeating-linear-gradient(to right, currentColor, currentColor 1px, transparent 1px, transparent);
    background-size: 25px 25px
}

.pattern-horizontal-lines-md {
    background-image: repeating-linear-gradient(0deg, currentColor, currentColor 1px, transparent 1px, transparent);
    background-size: 25px 25px
}

.pattern-diagonal-lines-md {
    background-image: repeating-linear-gradient(45deg, currentColor 0, currentColor 1px, transparent 0, transparent 50%);
    background-size: 25px 25px
}

.pattern-vertical-lines-lg {
    background-image: repeating-linear-gradient(to right, currentColor, currentColor 1px, transparent 1px, transparent);
    background-size: 50px 50px
}

.pattern-horizontal-lines-lg {
    background-image: repeating-linear-gradient(0deg, currentColor, currentColor 1px, transparent 1px, transparent);
    background-size: 50px 50px
}

.pattern-diagonal-lines-lg {
    background-image: repeating-linear-gradient(45deg, currentColor 0, currentColor 1px, transparent 0, transparent 50%);
    background-size: 50px 50px
}

.pattern-vertical-lines-xl {
    background-image: repeating-linear-gradient(to right, currentColor, currentColor 1px, transparent 1px, transparent);
    background-size: 100px 100px
}

.pattern-horizontal-lines-xl {
    background-image: repeating-linear-gradient(0deg, currentColor, currentColor 1px, transparent 1px, transparent);
    background-size: 100px 100px
}

.pattern-diagonal-lines-xl {
    background-image: repeating-linear-gradient(45deg, currentColor 0, currentColor 1px, transparent 0, transparent 50%);
    background-size: 100px 100px
}

.pattern-vertical-stripes-sm {
    background-image: linear-gradient(90deg, transparent 50%, currentColor 50%);
    background-size: 10px 10px
}

.pattern-horizontal-stripes-sm {
    background-image: linear-gradient(0deg, transparent 50%, currentColor 50%);
    background-size: 10px 10px
}

.pattern-diagonal-stripes-sm {
    background: repeating-linear-gradient(45deg, transparent, transparent 10px, currentColor 10px, currentColor calc(2 * 10px))
}

.pattern-vertical-stripes-md {
    background-image: linear-gradient(90deg, transparent 50%, currentColor 50%);
    background-size: 25px 25px
}

.pattern-horizontal-stripes-md {
    background-image: linear-gradient(0deg, transparent 50%, currentColor 50%);
    background-size: 25px 25px
}

.pattern-diagonal-stripes-md {
    background: repeating-linear-gradient(45deg, transparent, transparent 25px, currentColor 25px, currentColor calc(2 * 25px))
}

.pattern-vertical-stripes-lg {
    background-image: linear-gradient(90deg, transparent 50%, currentColor 50%);
    background-size: 50px 50px
}

.pattern-horizontal-stripes-lg {
    background-image: linear-gradient(0deg, transparent 50%, currentColor 50%);
    background-size: 50px 50px
}

.pattern-diagonal-stripes-lg {
    background: repeating-linear-gradient(45deg, transparent, transparent 50px, currentColor 50px, currentColor calc(2 * 50px))
}

.pattern-vertical-stripes-xl {
    background-image: linear-gradient(90deg, transparent 50%, currentColor 50%);
    background-size: 100px 100px
}

.pattern-horizontal-stripes-xl {
    background-image: linear-gradient(0deg, transparent 50%, currentColor 50%);
    background-size: 100px 100px
}

.pattern-diagonal-stripes-xl {
    background: repeating-linear-gradient(45deg, transparent, transparent 100px, currentColor 100px, currentColor calc(2 * 100px))
}

.pattern-zigzag-sm {
    background: linear-gradient(135deg, currentColor 25%, transparent 25%) -10px 0,linear-gradient(225deg, currentColor 25%, transparent 25%) -10px 0,linear-gradient(315deg, currentColor 25%, transparent 25%),linear-gradient(45deg, currentColor 25%, transparent 25%);
    background-size: calc(2 * 10px) calc(2 * 10px)
}

.pattern-zigzag-md {
    background: linear-gradient(135deg, currentColor 25%, transparent 25%) -25px 0,linear-gradient(225deg, currentColor 25%, transparent 25%) -25px 0,linear-gradient(315deg, currentColor 25%, transparent 25%),linear-gradient(45deg, currentColor 25%, transparent 25%);
    background-size: calc(2 * 25px) calc(2 * 25px)
}

.pattern-zigzag-lg {
    background: linear-gradient(135deg, currentColor 25%, transparent 25%) -50px 0,linear-gradient(225deg, currentColor 25%, transparent 25%) -50px 0,linear-gradient(315deg, currentColor 25%, transparent 25%),linear-gradient(45deg, currentColor 25%, transparent 25%);
    background-size: calc(2 * 50px) calc(2 * 50px)
}

.pattern-zigzag-xl {
    background: linear-gradient(135deg, currentColor 25%, transparent 25%) -100px 0,linear-gradient(225deg, currentColor 25%, transparent 25%) -100px 0,linear-gradient(315deg, currentColor 25%, transparent 25%),linear-gradient(45deg, currentColor 25%, transparent 25%);
    background-size: calc(2 * 100px) calc(2 * 100px)
}

.pattern-triangles-sm {
    background-image: linear-gradient(45deg, currentColor 50%, transparent 50%);
    background-size: 10px 10px
}

.pattern-triangles-md {
    background-image: linear-gradient(45deg, currentColor 50%, transparent 50%);
    background-size: 25px 25px
}

.pattern-triangles-lg {
    background-image: linear-gradient(45deg, currentColor 50%, transparent 50%);
    background-size: 50px 50px
}

.pattern-triangles-xl {
    background-image: linear-gradient(45deg, currentColor 50%, transparent 50%);
    background-size: 100px 100px
}

.text-pattern {
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

.pattern-w-sm {
    width: 10px
}

.pattern-h-sm {
    height: 10px
}

.pattern-w-md {
    width: 25px
}

.pattern-h-md {
    height: 25px
}

.pattern-w-lg {
    width: 50px
}

.pattern-h-lg {
    height: 50px
}

.pattern-w-xl {
    width: 100px
}

.pattern-h-xl {
    height: 100px
}
img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
}

.navlinkslist {
    text-align: right;
    white-space: nowrap;
    padding: 0 !important;
    padding-top: .25vh !important;
}

.navphonelink {
    float: right;
    text-align: right;
    cursor: pointer;
    text-decoration: none;
    font-weight: bold;
    white-space: nowrap;
}

.navlink {
    cursor: pointer;
    /*
            color: #106eea;
        font-variant: small-caps !important;
    
    font-size: small;*/
    text-decoration: none !important;
    /*font-weight: bold;*/
    list-style: none;
    display: inline;
    white-space: nowrap;
    padding-left: .25vw !important;
    padding-right: 0 !important;
}
.navlinkgreen {
    cursor: pointer;
    /*text-decoration: none;
            color: #106eea;*/
    color: forestgreen;
    font-weight: bold;
    list-style: none;
    display: inline;
    white-space: nowrap;
    padding-left: .25vw !important;
    padding-right: 0 !important;
}
.navlinkgreen:hover{ color: darkolivegreen;}
    .navlogo {
        max-width: 100%;
        max-height: 10vh;
    }

.smpadding {
    padding: .1vw !important;
}
/*X-Large*/
@media screen and (min-width: 1201px) {
    .navlink {
        font-size: 1.1vw !important;
    }

    .navlinkgreen {
        font-size: 1vw !important;
    }

    .navphonelink {
        font-size: 1.35vw !important;
    }
}

/*Large*/
@media screen and (min-width: 801px) and (max-width: 1200px) {
    .navlink {
        font-size: 2vw !important;
    }

    .navlinkgreen {
        font-size: 1.25vw !important;
    }

    .navphonelink {
        font-size: 1.35vw !important;
    }
}
/*medium*/
@media screen and (min-width: 501px) and (max-width: 800px) {
    .navlink {
        font-size: 2.5vw !important;
    }
    .navlinkgreen {
        font-size: 2vw !important;
    }
    .navphonelink {
        font-size: 2.75vw !important;
    }
}

/*small*/
@media screen and (max-width: 500px) {
    .navlink {
        font-size: 3.5vw !important;
    }
    .navlinkgreen {
        font-size: 4vw !important;
    }
    .navphonelink {
        font-size: 4.25vw !important;
    }
}



</pre></body></html>