h1,
h2,
h3,
h4,
h5 {
    font-weight: 700;
    line-height: 1.25em;
}

h1 {
    font-size: rem(40px);
    margin-bottom: 24px;
}

h2 {
    font-size: rem(40px)/1.3;
    margin-bottom: 18.46154px;
}

h3 {
    font-size: rem(40px)/1.5;
    margin-bottom: 16px;
}

h4 {
    font-size: rem(40px)/1.7;
    margin-bottom: 14.11765px;
}

h5 {
    font-size: rem(40px)/1.8;
    margin-bottom: 13.33333px;
}

h6 {
    font-size: rem(40px)/2;
    margin-bottom: 12px;
}

p {
    margin-bottom: 20px;
    font-size: rem(17px);
    line-height: 1.5em;
}

blockquote {
    margin: 30px 0;
    font-size: rem(23px);
    line-height: 1.5em;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes sk-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes sk-rotate {
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@keyframes sk-rotate {
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes sk-bounce {

    0%,
    100% {
        -webkit-transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
    }

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes sk-bounce {

    0%,
    100% {
        -moz-transform: scale(0);
        transform: scale(0);
        -webkit-transform: scale(0);
    }

    50% {
        -moz-transform: scale(1);
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

@keyframes sk-bounce {

    0%,
    100% {
        -moz-transform: scale(0);
        transform: scale(0);
        -webkit-transform: scale(0);
    }

    50% {
        -moz-transform: scale(1);
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

.roboto {
    font-family: "Roboto", sans-serif;
}

.font-regular {
    font-weight: 400;
}

.font-medium {
    font-weight: 500;
}

.font-bold {
    font-weight: 700;
}

.color-black {
    color: #000000;
}

.color-white {
    color: #ffffff;
}

.color-well-read {
    color: #a62d36;
}

.color-ripe-emon {
    color: #f4d211;
}

.color-tuna {
    color: #393a3c;
}

.color-facebook {
    color: #3b5998;
}

.mt-50 {
    margin-top: 50px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-150 {
    margin-top: 150px;
}

.mt-200 {
    margin-top: 200px;
}

.mt-250 {
    margin-top: 250px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-150 {
    margin-bottom: 150px;
}

.mb-200 {
    margin-bottom: 200px;
}

.mb-250 {
    margin-bottom: 250px;
}

.m-50 {
    margin: 50px;
}

.m-100 {
    margin: 100px;
}

.m-150 {
    margin: 150px;
}

.m-200 {
    margin: 200px;
}

.m-250 {
    margin: 250px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-150 {
    padding-top: 150px;
}

.pt-200 {
    padding-top: 200px;
}

.pt-250 {
    padding-top: 250px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-150 {
    padding-bottom: 150px;
}

.pb-200 {
    padding-bottom: 200px;
}

.pb-250 {
    padding-bottom: 250px;
}

.pr-50 {
    padding-right: 50px;
}

.pr-100 {
    padding-right: 100px;
}

.pr-150 {
    padding-right: 150px;
}

.pr-250 {
    padding-right: 250px;
}

.pl-50 {
    padding-left: 50px;
}

.pl-100 {
    padding-left: 100px;
}

.pl-150 {
    padding-left: 150px;
}

.pl-200 {
    padding-left: 200px;
}

.pl-250 {
    padding-left: 250px;
}

.p-50 {
    padding: 50px;
}

.p-100 {
    padding: 100px;
}

.p-150 {
    padding: 150px;
}

.p-200 {
    padding: 200px;
}

.p-250 {
    padding: 250px;
}

.bg-black {
    background-color: #000000;
}

.bg-white {
    background-color: #ffffff;
}

.bg-well-read {
    background-color: #a62d36;
}

.bg-ripe-lemon {
    background-color: #f4d211;
}

.bg-tuna {
    background-color: #393a3c;
}

.bg-wild-sand {
    background-color: #f5f3f3;
}

.b__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    z-index: 60;
}

.icon-2x {
    font-size: 2.000em;
}

.icon-3x {
    font-size: 4.000em;
}

.opacity-1 {
    opacity: 0.1;
}

.opacity-2 {
    opacity: 0.2;
}

.opacity-3 {
    opacity: 0.3;
}

.opacity-4 {
    opacity: 0.4;
}

.opacity-5 {
    opacity: 0.5;
}

.opacity-6 {
    opacity: 0.6;
}

.opacity-7 {
    opacity: 0.7;
}

.opacity-8 {
    opacity: 0.8;
}

.opacity-9 {
    opacity: 0.9;
}

.b__bg-cover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    overflow: hidden;
}

.b__anim-spin {
    -webkit-animation: spin 25s linear infinite;
    -moz-animation: spin 25s linear infinite;
    animation: spin 25s linear infinite;
}

.b__spinner-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #ffffff;
}

.b__spinner {
    position: relative;
    top: 50%;
    width: 40px;
    height: 40px;
    margin: -20px auto auto auto;
    text-align: center;
    -webkit-animation: sk-rotate 2.0s infinite linear;
    -moz-animation: sk-rotate 2.0s infinite linear;
    animation: sk-rotate 2.0s infinite linear;
}

.b__dot1,
.b__dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #a62d36;
    border-radius: 100%;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    -moz-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.b__dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1.0s;
    -moz-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@media (min-width: 992px) {
    .b__animate {
        -moz-animation-duration: 0.3s;
        animation-duration: 0.3s;
        -webkit-animation-duration: 0.3s;
        -moz-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both;
    }
}

@-moz-keyframes slideIn {
    0% {
        -moz-transform: translateY(1rem);
        transform: translateY(1rem);
        opacity: 0;
    }

    100% {
        -moz-transform: translateY(0rem);
        transform: translateY(0rem);
        opacity: 1;
    }

    0% {
        -moz-transform: translateY(1rem);
        transform: translateY(1rem);
        opacity: 0;
    }
}

@keyframes slideIn {
    0% {
        -webkit-transform: translateY(1rem);
        -moz-transform: translateY(1rem);
        transform: translateY(1rem);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0rem);
        -moz-transform: translateY(0rem);
        transform: translateY(0rem);
        opacity: 1;
    }

    0% {
        -webkit-transform: translateY(1rem);
        -moz-transform: translateY(1rem);
        transform: translateY(1rem);
        opacity: 0;
    }
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }

    0% {
        -webkit-transform: translateY(1rem);
        -webkit-opacity: 0;
    }
}

.slideIn {
    -webkit-animation-name: slideIn;
    -moz-animation-name: slideIn;
    animation-name: slideIn;
}

img {
    max-width: 100%;
}

a:hover {
    text-decoration: none;
    outline: none;
}

.overflow-visible {
    overflow: visible;
}

.title-2x {
    font-size: 2.250em !important;
}

.title-3x {
    font-size: 2.625em !important;
}

.title-4x {
    font-size: 2.875em !important;
}

.letter-spacing-1 {
    letter-spacing: 2px;
}

.letter-spacing-2 {
    letter-spacing: 3px;
}

.letter-spacing-3 {
    letter-spacing: 5px;
}

html,
body {
    width: 100%;
    height: 100%;
    font-size: 1.000em;
    margin: 0;
    padding: 0;
    color: #000000;
    scroll-behavior: smooth;
    background-color: transparent;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
}

.b__images-gray .b__item-container img {
    max-height: 65px;
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: -webkit-filter 0.5s;
    transition: -webkit-filter 0.5s;
    -moz-transition: filter 0.5s;
    transition: filter 0.5s;
    transition: filter 0.5s, -webkit-filter 0.5s;
}

.b__images-gray .b__item-container:hover img {
    filter: none;
    -webkit-filter: grayscale(0);
}

.b__stacked-content .b__item .b__icon-container {
    min-width: 35px;
}

.b__stacked-content .b__item .b__icon-container i {
    font-size: 1.750em;
}

.b__image-backdrop figure {
    position: relative;
    display: inline-block;
    max-height: 600px;
}

.b__image-backdrop figure figcaption {
    position: absolute;
    top: 10px;
    right: 0;
    bottom: 0;
    left: 10px;
    width: 100%;
    height: 100%;
    background-color: #495AFF;
    z-index: -1;
}

.b__image-backdrop figure figcaption.--left {
    left: -10px;
}

.b__image-backdrop figure:after {
    content: '';
    position: absolute;
    display: inline-block;
    top: -10px;
    left: -10px;
    width: 60px;
    height: 60px;
    background-color: transparent;
    border-left: 2px solid #495AFF;
    border-top: 2px solid #495AFF;
}

.b__image-hover-style-1 .b__images-container {
    overflow: visible !important;
}

.b__image-hover-style-1 .b__images-container .b__image-item {
    position: relative;
    margin: 15px 0;
}

.b__image-hover-style-1 .b__images-container .b__image-item .b__item {
    position: relative;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: box-shadow 0.3s, transform 0.3s;
    -moz-transition: box-shadow 0.3s, transform 0.3s;
    -webkit-transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
    transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
    -moz-transition: box-shadow 0.3s, transform 0.3s, -moz-transform 0.3s;
    transition: box-shadow 0.3s, transform 0.3s;
    transition: box-shadow 0.3s, transform 0.3s, -webkit-box-shadow 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s;
}

.b__image-hover-style-1 .b__images-container .b__image-item .b__item .b__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    z-index: 1;
}

.b__image-hover-style-1 .b__images-container .b__image-item .b__item figure {
    position: relative;
    margin-bottom: 0;
}

.b__image-hover-style-1 .b__images-container .b__image-item .b__item figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    z-index: 1000;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.b__image-hover-style-1 .b__images-container .b__image-item .b__item figure figcaption .b__image-caption {
    display: block;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -moz-transition: transform 0.3s, -moz-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s;
}

.b__image-hover-style-1 .b__images-container .b__image-item .b__item figure figcaption .b__image-caption .b__image-title {
    display: block;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 150%);
    -moz-transform: translate(-50%, 150%);
    -ms-transform: translate(-50%, 150%);
    transform: translate(-50%, 150%);
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -moz-transition: transform 0.3s, -moz-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s;
}

.b__image-hover-style-1 .b__images-container .b__image-item .b__item figure figcaption .b__image-caption .b__image-subtitle {
    display: block;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 150%);
    -moz-transform: translate(-50%, 150%);
    -ms-transform: translate(-50%, 150%);
    transform: translate(-50%, 150%);
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -moz-transition: transform 0.5s, -moz-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
}

.b__image-hover-style-1 .b__images-container .b__image-item .b__item:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.b__image-hover-style-1 .b__images-container .b__image-item .b__item:hover .b__overlay {
    opacity: 0.6;
}

.b__image-hover-style-1 .b__images-container .b__image-item .b__item:hover figure {
    position: relative;
    margin-bottom: 0;
}

.b__image-hover-style-1 .b__images-container .b__image-item .b__item:hover figure figcaption {
    opacity: 1;
}

.b__image-hover-style-1 .b__images-container .b__image-item .b__item:hover figure figcaption .b__image-caption .b__image-title {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.b__image-hover-style-1 .b__images-container .b__image-item .b__item:hover figure figcaption .b__image-caption .b__image-subtitle {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.b__image-hover-style-2 .b__images-container {
    overflow: visible !important;
}

.b__image-hover-style-2 .b__images-container .b__image-item {
    position: relative;
    margin: 15px 0;
}

.b__image-hover-style-2 .b__images-container .b__image-item .b__item {
    position: relative;
    overflow: hidden;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: box-shadow 0.3s, transform 0.3s;
    -moz-transition: box-shadow 0.3s, transform 0.3s;
    -webkit-transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
    transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
    -moz-transition: box-shadow 0.3s, transform 0.3s, -moz-transform 0.3s;
    transition: box-shadow 0.3s, transform 0.3s;
    transition: box-shadow 0.3s, transform 0.3s, -webkit-box-shadow 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s;
}

.b__image-hover-style-2 .b__images-container .b__image-item .b__item .b__overlay {
    position: absolute;
    top: 25px;
    left: 25px;
    bottom: 25px;
    right: 25px;
    width: -webkit-calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    width: calc(100% - 50px);
    height: -webkit-calc(100% - 50px);
    height: -moz-calc(100% - 50px);
    height: calc(100% - 50px);
    opacity: 0;
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: opacity 0.3s, transform 0.3s;
    -moz-transition: opacity 0.3s, transform 0.3s;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, transform 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s;
    z-index: 1;
}

.b__image-hover-style-2 .b__images-container .b__image-item .b__item figure {
    position: relative;
    margin-bottom: 0;
}

.b__image-hover-style-2 .b__images-container .b__image-item .b__item figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    z-index: 1000;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.b__image-hover-style-2 .b__images-container .b__image-item .b__item figure figcaption .b__image-caption {
    display: block;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -moz-transition: transform 0.3s, -moz-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s;
}

.b__image-hover-style-2 .b__images-container .b__image-item .b__item figure figcaption .b__image-caption .b__image-title {
    display: block;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 150%);
    -moz-transform: translate(-50%, 150%);
    -ms-transform: translate(-50%, 150%);
    transform: translate(-50%, 150%);
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -moz-transition: transform 0.3s, -moz-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s;
}

.b__image-hover-style-2 .b__images-container .b__image-item .b__item figure figcaption .b__image-caption .b__image-subtitle {
    display: block;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 150%);
    -moz-transform: translate(-50%, 150%);
    -ms-transform: translate(-50%, 150%);
    transform: translate(-50%, 150%);
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -moz-transition: transform 0.5s, -moz-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
}

.b__image-hover-style-2 .b__images-container .b__image-item .b__item:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.b__image-hover-style-2 .b__images-container .b__image-item .b__item:hover .b__overlay {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.b__image-hover-style-2 .b__images-container .b__image-item .b__item:hover figure {
    position: relative;
    margin-bottom: 0;
}

.b__image-hover-style-2 .b__images-container .b__image-item .b__item:hover figure figcaption {
    opacity: 1;
}

.b__image-hover-style-2 .b__images-container .b__image-item .b__item:hover figure figcaption .b__image-caption .b__image-title {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.b__image-hover-style-2 .b__images-container .b__image-item .b__item:hover figure figcaption .b__image-caption .b__image-subtitle {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.b__blog-breadcrumb {
    background-color: transparent;
}

.b__blog-breadcrumb .breadcrumb-item a {
    color: #ffffff;
}

.b__blog-breadcrumb .breadcrumb-item:before {
    padding-left: 5px;
    padding-right: 5px;
}

.b__pagination .page-item .page-link {
    background-color: transparent;
    color: #495AFF;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.b__pagination .page-item .page-link:hover {
    color: #ffffff;
    background-color: #495AFF;
}

.b__pagination .page-item:first-child .page-link {
    color: #495AFF;
    background-color: transparent;
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.b__pagination .page-item:first-child .page-link:hover {
    color: #ffffff;
    background-color: #495AFF;
}

.b__pagination .page-item:first-child .page-link:hover i {
    color: #ffffff;
}

.b__pagination .page-item:last-child .page-link {
    color: #495AFF;
    background-color: transparent;
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.b__pagination .page-item:last-child .page-link:hover {
    color: #ffffff;
    background-color: #495AFF;
}

.b__pagination .page-item:last-child .page-link:hover i {
    color: #ffffff;
}

.b__pagination .page-item.active {
    background-color: #495AFF;
}

.b__pagination .page-item.active a {
    color: #ffffff;
}

.header.header-1 .navbar-custom {
    position: relative;
    width: 100%;
    height: 90px;
    z-index: 500;
}

.header.header-1 .navbar-custom .brand-container {
    float: left;
    padding: 0 0;
    font-size: 18px;
    line-height: 20px;
    height: 82px;
}

.header.header-1 .navbar-custom .brand-container .brand {
    display: block;
    max-height: 100%;
    height: 100%;
    width: auto;
    margin: 0 auto;
}

.header.header-1 .navbar-custom .collapse-custom .contact-info .facebook-container {
    margin-top: 10px;
}

.header.header-1 .navbar-custom .collapse-custom .contact-info .facebook-container i {
    font-size: 1.250em;
}

.header.header-1 .navbar-custom .navbar-nav>li.open>a {
    background-color: transparent;
    color: #000000;
    font-size: 0.8em;
}

.header.header-1 .navbar-custom .navbar-nav>li.open>a:hover,
.header.header-1 .navbar-custom .navbar-nav>li.open>a:focus {
    background-color: transparent;
    color: #000000;
}

.header.header-1 .navbar-custom .navbar-nav>li>a {
    padding: 25px 12px;
    font-size: 0.750em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: #000000;
}

.header.header-1 .navbar-custom .navbar-nav>li>a:hover,
.header.header-1 .navbar-custom .navbar-nav>li>a:focus {
    color: #a62d36;
}

.header.header-1 .navbar-custom .navbar-nav>li.active a {
    color: #a62d36;
}

.header.header-1 .navbar-custom .navbar-nav>li:last-child>a {
    padding-right: 0;
}

.header.header-1 .navbar-custom .dropdown-menu-large {
    min-width: 480px;
}

.header.header-1 .navbar-custom .dropdown-menu-large .form-wrapper {
    padding: 20px;
}

@media (max-width: 575.98px) {
    .b__header .b__navbar-nav {
        padding: 0 20px;
    }

    .b__header.b__header-1 .b__navbar {
        height: 78px;
        z-index: 1100;
    }

    .b__header.b__header-1 .b__navbar .b__navbar-nav>li>a {
        color: #000000 !important;
    }

    .b__header.b__header-1 .b__navbar .b__navbar-nav>li>a:hover,
    .b__header.b__header-1 .b__navbar .b__navbar-nav>li>a:focus {
        color: #000000 !important;
    }

    .b__header.b__header-1 .b__navbar .b__navbar-nav>li.active a {
        color: #000000 !important;
    }

    .b__header.b__header-2.b__bg-white .b__navbar {
        height: 54px;
        background-color: #ffffff;
    }

    .b__header.b__header-2.b__bg-white .b__navbar .b__navbar-collapse {
        background-color: #ffffff;
    }

    .b__header.b__header-2.b__bg-white .b__navbar .b__navbar-nav>li>a {
        padding: 15px 10px;
        color: #000000;
    }

    .b__header.b__header-3 .b__navbar {
        height: 78px;
        z-index: 1100;
    }

    .b__header.b__header-3 .b__navbar .b__navbar-nav>li>a {
        color: #000000;
    }

    .b__header.b__header-3 .b__navbar .b__navbar-nav>li>a:hover,
    .b__header.b__header-3 .b__navbar .b__navbar-nav>li>a:focus {
        color: #000000;
    }

    .b__header.b__header-3 .b__navbar .b__navbar-nav>li.active a {
        color: #000000;
    }

    .b__header .b__navbar-collapse {
        background-color: #f5f3f3;
        padding: 0 30px;
        margin-top: 0px;
        min-height: 100%;
        z-index: 1000;
    }

    .b__header .b__navbar-collapse .b__navbar-nav>li>a {
        padding: 15px 10px;
        color: #000000;
    }

    .b__navbar-collapse {
        background-color: #f5f3f3;
        padding: 0 30px;
        margin-top: 0px;
        z-index: 10000;
        position: fixed;
        top: 0;
        left: -200px;
        bottom: 0;
        width: 200px;
        visibility: hidden;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: transform 0.3s, visibility 0.3s;
        -moz-transition: transform 0.3s, visibility 0.3s;
        -webkit-transition: visibility 0.3s, -webkit-transform 0.3s;
        transition: visibility 0.3s, -webkit-transform 0.3s;
        -moz-transition: transform 0.3s, visibility 0.3s, -moz-transform 0.3s;
        transition: transform 0.3s, visibility 0.3s;
        transition: transform 0.3s, visibility 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s;
    }

    .b__navbar-collapse .b__navbar-nav>li>a {
        padding: 15px 10px;
        color: #000000;
    }

    .b__navbar-collapse.show {
        visibility: visible;
        -webkit-transform: translateX(200px);
        -moz-transform: translateX(200px);
        -ms-transform: translateX(200px);
        transform: translateX(200px);
    }
}

@media (min-width: 768px) and (orientation: portrait) {
    .b__header .b__navbar-nav {
        padding: 0 20px;
    }

    .b__header.b__header-1 .b__navbar {
        height: 78px;
        z-index: 1100;
    }

    .b__header.b__header-1 .b__navbar .b__navbar-nav>li>a {
        color: #000000 !important;
    }

    .b__header.b__header-1 .b__navbar .b__navbar-nav>li>a:hover,
    .b__header.b__header-1 .b__navbar .b__navbar-nav>li>a:focus {
        color: #000000 !important;
    }

    .b__header.b__header-1 .b__navbar .b__navbar-nav>li.active a {
        color: #000000 !important;
    }

    .b__header.b__header-2.b__bg-white .b__navbar {
        height: 54px;
        background-color: #ffffff;
    }

    .b__header.b__header-2.b__bg-white .b__navbar .b__navbar-collapse {
        background-color: #ffffff;
    }

    .b__header.b__header-2.b__bg-white .b__navbar .b__navbar-nav>li>a {
        padding: 15px 10px;
        color: #000000;
    }

    .b__header.b__header-3 .b__navbar {
        height: 78px;
        z-index: 1100;
    }

    .b__header.b__header-3 .b__navbar .b__navbar-nav>li>a {
        color: #000000;
    }

    .b__header.b__header-3 .b__navbar .b__navbar-nav>li>a:hover,
    .b__header.b__header-3 .b__navbar .b__navbar-nav>li>a:focus {
        color: #000000;
    }

    .b__header.b__header-3 .b__navbar .b__navbar-nav>li.active a {
        color: #000000;
    }

    .b__header .b__navbar-collapse {
        background-color: #f5f3f3;
        padding: 0 30px;
        margin-top: 0px;
        min-height: 100%;
        z-index: 1000;
    }

    .b__header .b__navbar-collapse .b__navbar-nav>li>a {
        padding: 15px 10px;
        color: #000000;
    }

    .b__navbar-collapse {
        background-color: #f5f3f3;
        padding: 0 30px;
        margin-top: 0px;
        z-index: 10000;
        position: fixed;
        top: 0;
        left: -200px;
        bottom: 0;
        width: 200px;
        visibility: hidden;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: transform 0.3s, visibility 0.3s;
        -moz-transition: transform 0.3s, visibility 0.3s;
        -webkit-transition: visibility 0.3s, -webkit-transform 0.3s;
        transition: visibility 0.3s, -webkit-transform 0.3s;
        -moz-transition: transform 0.3s, visibility 0.3s, -moz-transform 0.3s;
        transition: transform 0.3s, visibility 0.3s;
        transition: transform 0.3s, visibility 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s;
    }

    .b__navbar-collapse .b__navbar-nav>li>a {
        padding: 15px 10px;
        color: #000000;
    }

    .b__navbar-collapse.show {
        visibility: visible;
        -webkit-transform: translateX(200px);
        -moz-transform: translateX(200px);
        -ms-transform: translateX(200px);
        transform: translateX(200px);
    }
}

.theme-default .nivoSlider {
    height: 354px;
    -webkit-box-shadow: 0px 0px 0px 0px transparent;
    box-shadow: 0px 0px 0px 0px transparent;
}

.theme-default .nivoSlider img {
    width: 100%;
    min-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
}

.products-container a {
    color: #000000;
    text-align: left;
    width: 100%;
    display: block;
}

.products-container a .item .img-container {
    margin-bottom: 20px;
    border: 1px solid #F2F1f8;
}

.products-container a .item .img-container img {
    padding: 20px;
}

.products-container a .item figcaption .product-title {
    margin-bottom: 5px;
}

.products-container a .item figcaption .product-price {
    font-size: 1.537em;
}

.product-slider {
    border: 1px solid #F2F1f8;
    padding: 20px;
}

.product-slider .image-item {
    background-size: 250%;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
    overflow: hidden;
    position: relative;
}

.product-slider .image-item img {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    opacity: 1;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    transition: opacity .5s;
}

.product-slider .image-item:hover img {
    opacity: 0;
}

.product-slider-nav {
    margin-top: 20px;
}

.product-slider-nav .image-item img {
    padding: 10px;
}

.product-slider-nav .slick-list .slick-track .slick-slide {
    border: 1px solid #F2F1f8;
}

.product-slider-nav .slick-list .slick-track .slick-slide.slick-current {
    border: 1px solid #a62d36;
}

.section {
    position: relative;
    top: 0;
}

.section .section-title p {
    font-size: 1.250em;
}

.section .search-form-container .search-form .input-group input:focus {
    color: #393a3c;
    background-color: #fff;
    border-color: #a62d36;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(166, 45, 54, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(166, 45, 54, 0.25);
}

.section .search-form-container .search-form .input-group .input-group-append button {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.section .search-form-container .search-form .input-group .input-group-append button i {
    font-size: 1.250em;
}

.section .recent-searches-container .section-title {
    border-bottom: 1px solid #d2d3d5;
}

.section .recent-searches-container .recent-searches a {
    padding-bottom: 20px;
    border-bottom: 1px solid #d2d3d5;
}

.section .recent-searches-container .recent-searches a .img-container {
    width: 60px;
    height: 34px;
    margin-top: -20px;
}

.section .recent-searches-container .recent-searches a .search-text p {
    color: #000000;
}

.section .recent-searches-container .recent-searches a .icon-container i {
    color: #d2d3d5;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.section .recent-searches-container .recent-searches a:hover .search-text p {
    color: #a62d36;
}

.section .recent-searches-container .recent-searches a:hover .icon-container i {
    color: #a62d36;
}

.section .alphabets-container a {
    display: inline-block;
    text-align: center;
    padding: 14px;
    width: 50px;
    height: 50px;
    margin-bottom: 4px;
    border-radius: 0.3rem;
}

.b__footer .b__brand-container {
    max-width: 150px;
    margin: 0 auto;
}

.b__footer .b__footer-nav ul li a {
    color: #000000;
    text-transform: uppercase;
    font-size: 0.750em;
    font-weight: 700;
}

.b__footer .b__social-container {
    text-align: center;
}

.b__footer .b__social-container a {
    color: #000000;
    padding: 7px;
}

.b__box-bg-columns .b__bg-column {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.b__box-bg-columns .b__bg-column .b__column-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.b__box-bg-columns .b__bg-column .b__column-bgcolor {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.b__box-bg-columns .b__bg-column .b__column-wrapper {
    position: relative;
    z-index: 10000;
}

.b__box-bg-columns .b__bg-column .b__column-wrapper .b__icon-container i {
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}

.b__box-bg-columns .b__bg-column .b__column-wrapper .b__text-container p {
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}

.b__box-bg-columns .b__bg-column:hover {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.b__box-bg-columns .b__bg-column:hover .b__column-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.6;
}

.b__box-bg-columns .b__bg-column:hover .b__column-bgcolor {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.b__box-bg-columns .b__bg-column:hover .b__column-wrapper {
    position: relative;
    z-index: 10000;
}

.b__box-bg-columns .b__bg-column:hover .b__column-wrapper .b__icon-container i {
    color: #ffffff !important;
}

.b__box-bg-columns .b__bg-column:hover .b__column-wrapper .b__text-container p {
    color: #ffffff;
}

.b__box-columns-steps .b__column-wrapper {
    position: relative;
}

.b__box-columns-steps .b__column-wrapper .b__icon-container i {
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}

.b__box-columns-steps .b__column-wrapper .b__column-step {
    position: absolute;
    right: 40px;
    top: -20px;
}

.b__box-columns-steps .b__column-wrapper .b__column-step p {
    font-size: 4.000em;
}

.b__box-columns-steps .b__column-wrapper .b__text-container p {
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}

.b__box-columns-steps .b__column-wrapper:hover .b__column-wrapper {
    position: relative;
}

.b__box-columns-vertical-1 .b__image-container {
    position: absolute;
}

.b__box-columns-vertical-1 .b__image-container .b__overlay {
    position: absolute;
    z-index: 0;
}

.b__box-columns-vertical-1 .b__text-container {
    position: relative;
    z-index: auto;
}

@media (max-width: 575.98px) {
    .b__columns-image-1 .b__text-container {
        padding: 0px;
        margin-top: 100px;
        margin-bottom: 100px;
    }

    .b__columns-image-1 .b__text-container .b__list-container .b__list-item .b__text-container {
        margin-top: 0;
        margin-bottom: 0;
    }

    .b__box-columns-vertical-1 .b__image-container {
        position: relative;
    }
}

.b__tabs-container.b__tabs-vertical {
    border-right: 1px solid #f5f3f3;
    padding: 20px 0;
}

.b__tabs-container.b__tabs-vertical .nav {
    display: block;
}

.b__tabs-container.b__tabs-vertical .nav>li {
    float: none;
    margin-bottom: 10px;
}

.b__tabs-container.b__tabs-vertical .nav>li a {
    border: none;
    color: #000000;
}

.b__tabs-container.b__tabs-vertical .nav>li a.active {
    border: none;
    color: #000000;
    background-color: transparent;
}

.b__tabs-container.b__tabs-vertical .nav>li a.active>i {
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 1.5em;
    text-align: center;
    color: #ffffff;
    background-color: #495AFF;
    border: 1px solid #495AFF;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 5px rgba(93, 143, 255, 0.2);
    box-shadow: 0 0 0 5px rgba(93, 143, 255, 0.2);
}

.b__tabs-container.b__tabs-vertical .nav>li a.active span {
    display: block;
    font-size: 0.75em;
    color: #000000;
}

.b__tabs-container.b__tabs-vertical .nav>li a>i {
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 1.5em;
    text-align: center;
    color: #000000;
    background-color: transparent;
    border: 1px solid #cccccc;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 5px #f5f3f3;
    box-shadow: 0 0 0 5px #f5f3f3;
    -webkit-transition: background-color 0.4s, color 0.4s, box-shadow 0.4s;
    -moz-transition: background-color 0.4s, color 0.4s, box-shadow 0.4s;
    -webkit-transition: background-color 0.4s, color 0.4s, -webkit-box-shadow 0.4s;
    transition: background-color 0.4s, color 0.4s, -webkit-box-shadow 0.4s;
    transition: background-color 0.4s, color 0.4s, box-shadow 0.4s;
    transition: background-color 0.4s, color 0.4s, box-shadow 0.4s, -webkit-box-shadow 0.4s;
}

.b__tabs-container.b__tabs-vertical .nav>li a>i:hover {
    background-color: #495AFF;
    color: #ffffff;
    -webkit-box-shadow: 0 0 0 5px rgba(93, 143, 255, 0.2);
    box-shadow: 0 0 0 5px rgba(93, 143, 255, 0.2);
}

.b__tabs-container.b__tabs-vertical .nav>li a span {
    display: block;
    margin-top: 20px;
    font-size: 0.75em;
    color: #000000;
}

.b__tabs-container.b__tabs-vertical .nav>li a:hover {
    border-color: transparent;
}

.b__tabs-container.b__tabs-vertical-2 {
    border-right: 1px solid #f5f3f3;
    padding: 0 0;
}

.b__tabs-container.b__tabs-vertical-2 .nav {
    display: block;
}

.b__tabs-container.b__tabs-vertical-2 .nav>li:last-child {
    border-bottom: none;
}

.b__tabs-container.b__tabs-vertical-2 .nav>li {
    float: none;
    width: 100%;
    border-bottom: 1px solid #f5f3f3;
    padding: 15px 0;
}

.b__tabs-container.b__tabs-vertical-2 .nav>li a {
    margin-right: -2px;
    border-radius: 0;
    border: none;
    color: #cccccc;
}

.b__tabs-container.b__tabs-vertical-2 .nav>li a i {
    margin-bottom: 12px;
}

.b__tabs-container.b__tabs-vertical-2 .nav>li a span {
    font-size: 0.813em;
}

.b__tabs-container.b__tabs-vertical-2 .nav>li a.flex-row i {
    min-width: 50px;
    margin-right: 20px;
    margin-bottom: 0;
}

.b__tabs-container.b__tabs-vertical-2 .nav>li a.active {
    position: relative;
    background-color: transparent;
    color: #495AFF;
    border-right: 2px solid #495AFF;
}

.b__tabs-container.b__tabs-horizontal .nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.b__tabs-container.b__tabs-horizontal .nav>li a i {
    display: block;
}

.b__tabs-container.b__tabs-horizontal .nav>li a span {
    font-size: 1.00em;
}

@media (max-width: 575.98px) {
    .b__tabs-container.b__tabs-vertical-2 {
        border-right: 1px solid #f5f3f3;
        padding: 0 0;
    }

    .b__tabs-container.b__tabs-vertical-2 .nav {
        display: block;
    }

    .b__tabs-container.b__tabs-vertical-2 .nav>li:last-child {
        border-bottom: none;
    }

    .b__tabs-container.b__tabs-vertical-2 .nav>li {
        float: none;
        width: 100%;
        border-bottom: 1px solid #f5f3f3;
        padding: 15px 0;
    }

    .b__tabs-container.b__tabs-vertical-2 .nav>li a {
        margin-right: -2px;
        border-radius: 0;
        border: none;
        color: #cccccc;
    }

    .b__tabs-container.b__tabs-vertical-2 .nav>li a i {
        margin-bottom: 12px;
    }

    .b__tabs-container.b__tabs-vertical-2 .nav>li a span {
        font-size: 0.813em;
    }

    .b__tabs-container.b__tabs-vertical-2 .nav>li a.flex-row i {
        min-width: 50px;
        margin-right: 20px;
        margin-bottom: 0;
    }

    .b__tabs-container.b__tabs-vertical-2 .nav>li a.active {
        position: relative;
        background-color: transparent;
        color: #495AFF;
        border-right: none;
    }
}

.b__form label {
    font-weight: 500;
}

.b__form input {
    height: 47px;
}

.b__form input:focus {
    border: 1px solid #495AFF;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.b__form textarea {
    height: 80px;
}

.b__form textarea:focus {
    border: 1px solid #495AFF;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn {
    position: relative;
    display: inline-block;
    font-size: 0.813em;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    vertical-align: middle;
    overflow: hidden;
    border-radius: 0px;
}

.btn.btn-well-read {
    border: 1px solid #a62d36;
    background-color: #a62d36;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btn.btn-well-read:hover {
    border: 1px solid #a62d36;
    background-color: transparent;
    color: #a62d36;
}

.btn.btn-tuna {
    border: 1px solid #393a3c;
    background-color: #393a3c;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btn.btn-tuna:hover {
    border: 2px solid #393a3c;
    background-color: transparent;
    color: #393a3c;
}

.btn.b__btn-dodger-blue-invert {
    border: 2px solid #495AFF;
    background-color: transparent;
    color: #495AFF;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btn.b__btn-dodger-blue-invert:hover {
    border: 2px solid #495AFF;
    background-color: #495AFF;
    color: #ffffff;
}

.btn.b__btn-white {
    border: 2px solid #ffffff;
    background-color: #ffffff;
    color: #000000;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btn.b__btn-white:hover {
    border: 2px solid #ffffff;
    background-color: transparent;
    color: #ffffff;
}

.btn.b__btn-white-invert {
    border: 2px solid #ffffff;
    background-color: transparent;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btn.b__btn-white-invert:hover {
    border: 2px solid #ffffff;
    background-color: #ffffff;
    color: #000000;
}

.b__btn-link {
    position: relative;
    font-weight: 700;
}

.b__btn-link.b__btn-link-dodger-blue {
    color: #495AFF;
}

.b__btn-link i {
    opacity: 0;
    -webkit-transform: translateX(14px);
    -moz-transform: translateX(14px);
    -ms-transform: translateX(14px);
    transform: translateX(14px);
    -webkit-transition: transform 0.2s, opacity 0.2s;
    -moz-transition: transform 0.2s, opacity 0.2s;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, -webkit-transform 0.2s;
    -moz-transition: transform 0.2s, opacity 0.2s, -moz-transform 0.2s;
    transition: transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s, -moz-transform 0.2s;
}

.b__btn-link:hover {
    text-decoration: none;
    outline: none;
}

.b__btn-link:hover i {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.b__about-1 .b__column-wrapper.b__column--icon i {
    font-size: 1.500em;
}

.b__about-1 .b__column-wrapper.b__column--icon .b__column-title {
    font-size: 1.125em;
}

.b__about-1 .b__column-wrapper figure .b__icon-container {
    max-width: 120px;
}

@media (max-width: 575.98px) {
    .b__about-1 .b__column-wrapper.b__column--icon i {
        font-size: 1.500em;
    }

    .b__about-1 .b__column-wrapper.b__column--icon .b__column-title {
        font-size: 1.125em;
    }

    .b__about-1 .b__column-wrapper figure .b__icon-container {
        max-width: 120px;
    }

    .b__about-1 .b__section-header .b__header-title .b__title {
        text-align: center;
    }

    .b__about-1 .b__link-container {
        text-align: center !important;
    }

    .b__about-1 .b__link-container .b__btn-link {
        padding-right: 0 !important;
    }

    .b__about-1 .b__link-container .b__btn-link i {
        display: none;
    }

    .b__about-1 .b__section-content .b__column-wrapper {
        margin-bottom: 40px;
    }

    .b__about-1 .b__section-content .b__column-wrapper figure .b__icon-container {
        margin: 0 auto;
    }

    .b__about-1 .b__section-content .b__column-wrapper figure figcaption {
        text-align: center;
    }
}

.b__services-3 .b__column-wrapper {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    /*&:hover {
            position: relative;
            background-color: $dodger-blue;
            z-index: $zindex-columns-block;

            .b__icon-container {
                color: $white;
            }

            .b__column-text {
                color: $white;
            }
        }*/
}

.b__services-3 .b__column-wrapper .b__icon-container {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.b__services-3 .b__column-wrapper .b__column-text {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.b__testimonials-1 .b__carousel .slick-list {
    min-height: 600px;
}

.b__testimonials-1 .b__carousel .b__carousel-item .b__carousel-text .b__blockquote p {
    font-size: 1.250em;
}

.b__testimonials-1 .b__carousel .b__carousel-item .b__carousel-text .b__blockquote p:before {
    content: '\f10d';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #495AFF;
    font-size: 1.250em;
    margin-right: 20px;
}

.b__testimonials-1 .b__carousel .b__carousel-item .b__carousel-text .b__blockquote p:after {
    content: '\f10e';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #495AFF;
    font-size: 1.250em;
    margin-left: 20px;
}

.b__testimonials-1 .b__carousel .b__carousel-item .b__carousel-text .b__blockquote small {
    font-size: 1.000em;
}

.b__testimonials-1 .b__carousel .b__carousel-item .b__carousel-text .b__blockquote small span {
    display: block;
}

.b__testimonials-1 #bPreviousArrow,
.b__testimonials-1 #bNextArrow {
    position: absolute;
    top: 70%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border: 2px solid #495AFF;
    background-color: transparent;
    border-radius: 0;
    text-align: center;
    color: #495AFF;
    text-align: center;
    line-height: 0;
    font-size: 1.250em;
    z-index: 1000;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.b__testimonials-1 #bNextArrow {
    right: -25px;
    margin-right: 60px;
}

.b__testimonials-1 #bNextArrow:hover {
    color: #ffffff;
    background-color: #495AFF;
}

.b__testimonials-1 #bPreviousArrow {
    right: 120px;
    margin-left: 60px;
}

.b__testimonials-1 #bPreviousArrow:hover {
    color: #ffffff;
    background-color: #495AFF;
}

.b__testimonials-2 .b__carousel-wrapper {
    height: -webkit-calc(100% + 30px);
    height: -moz-calc(100% + 30px);
    height: calc(100% + 30px);
    width: -webkit-calc(100% + 30px);
    width: -moz-calc(100% + 30px);
    width: calc(100% + 30px);
    overflow: hidden;
    padding: 0 15px;
    margin-left: -15px;
}

.b__testimonials-2 .b__carousel-wrapper .b__carousel-testimonials-2 {
    position: relative;
}

.b__testimonials-2 .b__carousel-wrapper .b__carousel-testimonials-2 .slick-list {
    overflow: visible;
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: initial;
    padding: 25px 0px;
}

.b__testimonials-2 .b__carousel-wrapper .b__carousel-testimonials-2 .b__carousel-item {
    padding: 80px;
    -webkit-box-shadow: 1px 1px 13px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 13px rgba(0, 0, 0, 0.1);
}

.b__testimonials-2 .b__carousel-wrapper .b__carousel-testimonials-2 .b__carousel-item .b__blockquote p {
    font-size: 1.250em;
}

.b__testimonials-2 .b__carousel-wrapper .b__carousel-testimonials-2 .b__carousel-item .b__blockquote small {
    display: block;
    margin-top: 40px;
}

.b__testimonials-2 .b__carousel-wrapper .b__carousel-testimonials-2 .b__carousel-item .b__blockquote .b__carousel-avatar {
    position: absolute;
    width: 100%;
    height: 100px;
    margin-left: -80px;
}

.b__testimonials-2 .b__carousel-wrapper .b__carousel-testimonials-2 .b__carousel-item .b__blockquote .b__carousel-avatar img {
    width: 100px;
    height: 100px;
    margin: 30px auto;
    border-radius: 50%;
    border: 6px solid #495AFF;
}

.b__testimonials-2 .b__carousel-wrapper .b__carousel-testimonials-2 .b__carousel-item .b__carousel-text p {
    font-size: 1.063em;
}

.b__testimonials-2 .b__carousel-wrapper .b__carousel-testimonials-2 .b__carousel-item .b__carousel-text small {
    font-size: 1.000em;
}

.b__testimonials-2 .b__carousel-wrapper .b__carousel-testimonials-2 #bPreviousArrow,
.b__testimonials-2 .b__carousel-wrapper .b__carousel-testimonials-2 #bNextArrow {
    position: absolute;
    top: 70%;
    width: 40px;
    height: 40px;
    color: #495AFF;
    text-align: center;
    line-height: 0;
    font-size: 1.250em;
    z-index: 1000;
}

.b__testimonials-2 .b__carousel-wrapper .b__carousel-testimonials-2 #bNextArrow {
    right: -25px;
    margin-right: 60px;
}

.b__testimonials-2 .b__carousel-wrapper .b__carousel-testimonials-2 #bPreviousArrow {
    left: -28px;
    margin-left: 60px;
}

.b__testimonials-3 .b__carousel-wrapper {
    overflow: hidden;
}

.b__testimonials-3 .b__carousel-wrapper .b__carousel-testimonials-3 {
    position: relative;
}

.b__testimonials-3 .b__carousel-wrapper .b__carousel-testimonials-3 .slick-list {
    max-height: 668px;
}

.b__testimonials-3 .b__carousel-wrapper .b__carousel-testimonials-3 .b__carousel-item .b__blockquote p {
    font-size: 1.250em;
}

.b__testimonials-3 .b__carousel-wrapper .b__carousel-testimonials-3 .b__carousel-item .b__blockquote small {
    font-size: 1em;
    display: block;
    margin-top: 40px;
}

.b__testimonials-3 .b__carousel-wrapper .b__carousel-testimonials-3 .b__carousel-item .b__blockquote p:before {
    content: '\f10d';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #495AFF;
    font-size: 1.250em;
    margin-right: 20px;
}

.b__testimonials-3 .b__carousel-wrapper .b__carousel-testimonials-3 .b__carousel-item .b__blockquote p:after {
    content: '\f10e';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #495AFF;
    font-size: 1.250em;
    margin-left: 20px;
}

.b__testimonials-3 .b__carousel-wrapper .b__carousel-testimonials-3 #bPreviousArrow,
.b__testimonials-3 .b__carousel-wrapper .b__carousel-testimonials-3 #bNextArrow {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    color: #495AFF;
    text-align: center;
    line-height: 0;
    font-size: 1.250em;
    z-index: 1000;
}

.b__testimonials-3 .b__carousel-wrapper .b__carousel-testimonials-3 #bNextArrow {
    right: -25px;
    margin-right: 60px;
}

.b__testimonials-3 .b__carousel-wrapper .b__carousel-testimonials-3 #bPreviousArrow {
    left: -28px;
    margin-left: 60px;
}

.b__testimonials-4 .b__column-wrapper figure {
    position: relative;
}

.b__testimonials-4 .b__column-wrapper figure .b__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.b__testimonials-4 .b__column-wrapper figure .b__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.b__testimonials-4 .b__column-wrapper figure .b__text-container {
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 1000;
}

.b__testimonials-4 .b__column-wrapper figure .b__text-container .b__blockquote i {
    color: #ffffff;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}

.b__testimonials-4 .b__column-wrapper figure .b__text-container .b__blockquote p {
    color: #ffffff;
    font-size: 1.250em;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}

.b__testimonials-4 .b__column-wrapper figure .b__text-container .b__blockquote small {
    color: #ffffff;
    font-size: 1.125em;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}

.b__testimonials-4 .b__column-wrapper:hover figure {
    position: relative;
}

.b__testimonials-4 .b__column-wrapper:hover figure .b__bg {
    opacity: 1;
}

.b__testimonials-4 .b__column-wrapper:hover figure .b__overlay {
    opacity: 0;
}

.b__testimonials-4 .b__column-wrapper:hover figure .b__text-container {
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 1000;
}

.b__testimonials-4 .b__column-wrapper:hover figure .b__text-container .b__blockquote i {
    color: #495AFF;
}

.b__testimonials-4 .b__column-wrapper:hover figure .b__text-container .b__blockquote p {
    color: #000000;
    font-size: 1.250em;
}

.b__testimonials-4 .b__column-wrapper:hover figure .b__text-container .b__blockquote small {
    color: #000000;
    font-size: 1.125em;
}

.b__testimonials-carousel .b__testimonials-carousel-1 .owl-stage-outer .owl-stage .owl-item {
    color: #f5f3f3;
}

.b__testimonials-carousel .b__testimonials-carousel-1 .owl-stage-outer .owl-stage .owl-item i {
    color: #f5f3f3;
}

.b__testimonials-carousel .b__testimonials-carousel-1 .owl-stage-outer .owl-stage .owl-item.center {
    color: #000000;
    padding: 50px;
    border: 2px solid #f5f3f3;
}

.b__testimonials-carousel .b__testimonials-carousel-1 .owl-stage-outer .owl-stage .owl-item.center i {
    color: #495AFF;
}

.b__testimonials-carousel .b__testimonials-carousel-1 .owl-nav button {
    position: absolute;
    top: 42%;
    width: 50px;
    height: 50px;
    border: 2px solid #495AFF;
    border-radius: 50%;
    color: #495AFF;
    font-size: 2.000em;
    z-index: 1000;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.b__testimonials-carousel .b__testimonials-carousel-1 .owl-nav button:focus {
    outline: none;
}

.b__testimonials-carousel .b__testimonials-carousel-1 .owl-nav button:hover {
    background-color: #495AFF;
    color: #ffffff;
}

.b__testimonials-carousel .b__testimonials-carousel-1 .owl-nav .owl-prev i,
.b__testimonials-carousel .b__testimonials-carousel-1 .owl-nav .owl-next i {
    margin: auto;
    text-align: center;
}

.b__testimonials-carousel .b__testimonials-carousel-1 .owl-nav .owl-next {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    right: 10%;
    margin-right: 60px;
}

.b__testimonials-carousel .b__testimonials-carousel-1 .owl-nav .owl-prev {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    left: 10%;
    margin-left: 60px;
}

.b__testimonials-carousel .b__testimonials-carousel-2 .owl-stage-outer .owl-stage .owl-item {
    color: #f5f3f3;
}

.b__testimonials-carousel .b__testimonials-carousel-2 .owl-stage-outer .owl-stage .owl-item i {
    color: #f5f3f3;
}

.b__testimonials-carousel .b__testimonials-carousel-2 .owl-stage-outer .owl-stage .owl-item.center {
    color: #000000;
}

.b__testimonials-carousel .b__testimonials-carousel-2 .owl-stage-outer .owl-stage .owl-item.center i {
    color: #495AFF;
}

.b__testimonials-carousel .b__testimonials-carousel-2 .owl-stage-outer .owl-stage .owl-item .b__carousel-item .b__carousel-text .b__blockquote p {
    font-size: 1.125em;
}

.b__testimonials-carousel .b__testimonials-carousel-2 .owl-stage-outer .owl-stage .owl-item .b__carousel-item .b__carousel-text .b__blockquote small {
    font-size: 1.000em;
}

.b__testimonials-carousel .b__testimonials-carousel-2 .owl-nav {
    position: relative;
    float: right;
    margin-top: -50px;
    z-index: 125;
}

.b__testimonials-carousel .b__testimonials-carousel-2 .owl-nav button {
    width: 50px;
    height: 50px;
    border: 2px solid #495AFF;
    color: #495AFF;
    border-radius: 50%;
    font-size: 2.000em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.b__testimonials-carousel .b__testimonials-carousel-2 .owl-nav button:focus {
    outline: none;
}

.b__testimonials-carousel .b__testimonials-carousel-2 .owl-nav button:hover {
    background-color: #495AFF;
    color: #ffffff;
}

.b__testimonials-carousel .b__testimonials-carousel-2 .owl-nav .owl-prev i,
.b__testimonials-carousel .b__testimonials-carousel-2 .owl-nav .owl-next i {
    margin: auto;
    text-align: center;
}

@media (max-width: 575.98px) {

    .b__testimonials-1 #bPreviousArrow,
    .b__testimonials-1 #bNextArrow {
        position: absolute;
        top: 100%;
        width: 40px;
        height: 40px;
        color: #495AFF;
        text-align: center;
        line-height: 0;
        font-size: 1.250em;
        z-index: 1000;
    }

    .b__testimonials-1 #bNextArrow {
        right: -25px;
        margin-right: 60px;
    }

    .b__testimonials-1 #bPreviousArrow {
        left: -28px;
        margin-left: 60px;
    }

    .b__testimonials-3 .b__carousel-wrapper {
        overflow: hidden;
    }

    .b__testimonials-3 .b__carousel-wrapper .b__carousel-testimonials-3 {
        position: relative;
    }

    .b__testimonials-3 .b__carousel-wrapper .b__carousel-testimonials-3 .slick-list {
        max-height: 100%;
    }

    .b__testimonials-3 .b__carousel-wrapper .b__carousel-testimonials-3 .b__carousel-item .b__blockquote {
        padding: 20px;
    }

    .b__testimonials-3 .b__carousel-wrapper .b__carousel-testimonials-3 .b__carousel-item .b__blockquote p {
        font-size: 1.250em;
    }

    .b__testimonials-3 .b__carousel-wrapper .b__carousel-testimonials-3 .b__carousel-item .b__blockquote small {
        font-size: 1em;
        display: block;
        margin-top: 40px;
    }

    .b__testimonials-3 .b__carousel-wrapper .b__carousel-testimonials-3 .b__carousel-item .b__blockquote p:before {
        content: '\f10d';
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        color: #495AFF;
        font-size: 1.250em;
        margin-right: 20px;
    }

    .b__testimonials-3 .b__carousel-wrapper .b__carousel-testimonials-3 .b__carousel-item .b__blockquote p:after {
        content: '\f10e';
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        color: #495AFF;
        font-size: 1.250em;
        margin-left: 20px;
    }

    .b__testimonials-3 .b__carousel-wrapper .b__carousel-testimonials-3 #bPreviousArrow,
    .b__testimonials-3 .b__carousel-wrapper .b__carousel-testimonials-3 #bNextArrow {
        position: absolute;
        top: 50%;
        width: 40px;
        height: 40px;
        color: #495AFF;
        text-align: center;
        line-height: 0;
        font-size: 1.250em;
        z-index: 1000;
    }

    .b__testimonials-3 .b__carousel-wrapper .b__carousel-testimonials-3 #bNextArrow {
        right: -25px;
        margin-right: 60px;
    }

    .b__testimonials-3 .b__carousel-wrapper .b__carousel-testimonials-3 #bPreviousArrow {
        left: -28px;
        margin-left: 60px;
    }

    .b__testimonials-carousel .b__testimonials-carousel-1 .owl-stage-outer .owl-stage .owl-item {
        color: #f5f3f3;
    }

    .b__testimonials-carousel .b__testimonials-carousel-1 .owl-stage-outer .owl-stage .owl-item i {
        color: #f5f3f3;
    }

    .b__testimonials-carousel .b__testimonials-carousel-1 .owl-stage-outer .owl-stage .owl-item.center {
        color: #000000;
        padding: 50px;
        border: 2px solid #f5f3f3;
    }

    .b__testimonials-carousel .b__testimonials-carousel-1 .owl-stage-outer .owl-stage .owl-item.center i {
        color: #495AFF;
    }

    .b__testimonials-carousel .b__testimonials-carousel-1 .owl-nav {
        display: none;
    }
}

.b__team-1 .b__team-block .b__image-item .b__item figure,
.b__team-carousel .b__team-block .b__image-item .b__item figure {
    position: relative;
    margin-bottom: 0;
}

.b__team-1 .b__team-block .b__image-item .b__item figure figcaption .b__image-caption .b__social-container a,
.b__team-carousel .b__team-block .b__image-item .b__item figure figcaption .b__image-caption .b__social-container a {
    display: inline-block;
    color: #ffffff;
    padding: 0 7px;
    font-size: 1.125em;
}

.b__team-1 .b__team-block .b__image-item .b__item figure figcaption .b__image-caption .b__social-container a:nth-child(1),
.b__team-carousel .b__team-block .b__image-item .b__item figure figcaption .b__image-caption .b__social-container a:nth-child(1) {
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transition: transform 0.4s;
    -moz-transition: transform 0.4s;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    -moz-transition: transform 0.4s, -moz-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s, -moz-transform 0.4s;
}

.b__team-1 .b__team-block .b__image-item .b__item figure figcaption .b__image-caption .b__social-container a:nth-child(2),
.b__team-carousel .b__team-block .b__image-item .b__item figure figcaption .b__image-caption .b__social-container a:nth-child(2) {
    -webkit-transform: translate(0, 120%);
    -moz-transform: translate(0, 120%);
    -ms-transform: translate(0, 120%);
    transform: translate(0, 120%);
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -moz-transition: transform 0.5s, -moz-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
}

.b__team-1 .b__team-block .b__image-item .b__item figure figcaption .b__image-caption .b__social-container a:nth-child(3),
.b__team-carousel .b__team-block .b__image-item .b__item figure figcaption .b__image-caption .b__social-container a:nth-child(3) {
    -webkit-transform: translate(0, 140%);
    -moz-transform: translate(0, 140%);
    -ms-transform: translate(0, 140%);
    transform: translate(0, 140%);
    -webkit-transition: transform 0.6s;
    -moz-transition: transform 0.6s;
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    -moz-transition: transform 0.6s, -moz-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s, -moz-transform 0.6s;
}

.b__team-1 .b__team-block .b__image-item .b__item:hover figure figcaption .b__image-caption .b__social-container a:nth-child(1),
.b__team-carousel .b__team-block .b__image-item .b__item:hover figure figcaption .b__image-caption .b__social-container a:nth-child(1) {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.b__team-1 .b__team-block .b__image-item .b__item:hover figure figcaption .b__image-caption .b__social-container a:nth-child(2),
.b__team-carousel .b__team-block .b__image-item .b__item:hover figure figcaption .b__image-caption .b__social-container a:nth-child(2) {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.b__team-1 .b__team-block .b__image-item .b__item:hover figure figcaption .b__image-caption .b__social-container a:nth-child(3),
.b__team-carousel .b__team-block .b__image-item .b__item:hover figure figcaption .b__image-caption .b__social-container a:nth-child(3) {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.b__team-carousel .b__team-carousel-1 .owl-nav button {
    position: absolute;
    top: 42%;
    width: 50px;
    height: 50px;
    border: 2px solid #495AFF;
    border-radius: 50%;
    color: #495AFF;
    font-size: 2.000em;
    z-index: 1000;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.b__team-carousel .b__team-carousel-1 .owl-nav button:focus {
    outline: none;
}

.b__team-carousel .b__team-carousel-1 .owl-nav button:hover {
    background-color: #495AFF;
    color: #ffffff;
}

.b__team-carousel .b__team-carousel-1 .owl-nav .owl-prev i,
.b__team-carousel .b__team-carousel-1 .owl-nav .owl-next i {
    margin: auto;
    text-align: center;
}

.b__team-carousel .b__team-carousel-1 .owl-nav .owl-next {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    right: -15%;
    margin-right: 60px;
}

.b__team-carousel .b__team-carousel-1 .owl-nav .owl-prev {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    left: -15%;
    margin-left: 60px;
}

.b__team-2 .b__team-block .b__image-item {
    margin: 15px 0;
}

.b__team-2 .b__team-block .b__image-item .b__item {
    position: relative;
    overflow: hidden;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: box-shadow 0.3s, transform 0.3s;
    -moz-transition: box-shadow 0.3s, transform 0.3s;
    -webkit-transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
    transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
    -moz-transition: box-shadow 0.3s, transform 0.3s, -moz-transform 0.3s;
    transition: box-shadow 0.3s, transform 0.3s;
    transition: box-shadow 0.3s, transform 0.3s, -webkit-box-shadow 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s;
}

.b__team-2 .b__team-block .b__image-item .b__item .b__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.b__team-2 .b__team-block .b__image-item .b__item figure {
    position: relative;
    margin-bottom: 0;
}

.b__team-2 .b__team-block .b__image-item .b__item figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1000;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.b__team-2 .b__team-block .b__image-item .b__item figure figcaption .b__image-caption {
    display: block;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -moz-transition: transform 0.3s, -moz-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s;
}

.b__team-2 .b__team-block .b__image-item .b__item figure figcaption .b__image-caption .b__image-title {
    display: block;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 150%);
    -moz-transform: translate(-50%, 150%);
    -ms-transform: translate(-50%, 150%);
    transform: translate(-50%, 150%);
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -moz-transition: transform 0.3s, -moz-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s;
}

.b__team-2 .b__team-block .b__image-item .b__item figure figcaption .b__image-caption .b__image-subtitle {
    display: block;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 150%);
    -moz-transform: translate(-50%, 150%);
    -ms-transform: translate(-50%, 150%);
    transform: translate(-50%, 150%);
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -moz-transition: transform 0.5s, -moz-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
}

.b__team-2 .b__team-block .b__image-item .b__item figure figcaption .b__image-caption .b__social-container a {
    display: inline-block;
    color: #ffffff;
    padding: 0 7px;
    font-size: 1.125em;
}

.b__team-2 .b__team-block .b__image-item .b__item figure figcaption .b__image-caption .b__social-container a:nth-child(1) {
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transition: transform 0.4s;
    -moz-transition: transform 0.4s;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    -moz-transition: transform 0.4s, -moz-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s, -moz-transform 0.4s;
}

.b__team-2 .b__team-block .b__image-item .b__item figure figcaption .b__image-caption .b__social-container a:nth-child(2) {
    -webkit-transform: translate(0, 120%);
    -moz-transform: translate(0, 120%);
    -ms-transform: translate(0, 120%);
    transform: translate(0, 120%);
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -moz-transition: transform 0.5s, -moz-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
}

.b__team-2 .b__team-block .b__image-item .b__item figure figcaption .b__image-caption .b__social-container a:nth-child(3) {
    -webkit-transform: translate(0, 140%);
    -moz-transform: translate(0, 140%);
    -ms-transform: translate(0, 140%);
    transform: translate(0, 140%);
    -webkit-transition: transform 0.6s;
    -moz-transition: transform 0.6s;
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    -moz-transition: transform 0.6s, -moz-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s, -moz-transform 0.6s;
}

.b__team-2 .b__team-block .b__image-item .b__item:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.b__team-2 .b__team-block .b__image-item .b__item:hover .b__overlay {
    opacity: 0.6;
}

.b__team-2 .b__team-block .b__image-item .b__item:hover figure:after {
    content: '';
    background-color: rgba(0, 0, 0, 0.4);
}

.b__team-2 .b__team-block .b__image-item .b__item:hover figure figcaption {
    opacity: 1;
    /*.b__image-caption {
                                .b__image-title {
                                    -webkit-transform: translateY(0);
                                    -moz-transform: translateY(0);
                                    -ms-transform: translateY(0);
                                    -o-transform: translateY(0);
                                    transform: translateY(0);
                                }

                                .b__image-subtitle {
                                    -webkit-transform: translateY(0);
                                    -moz-transform: translateY(0);
                                    -ms-transform: translateY(0);
                                    -o-transform: translateY(0);
                                    transform: translateY(0);
                                }
                            }*/
    /*-webkit-transform: translate(-50%, -50%);
                            -moz-transform: translate(-50%, -50%);
                            -ms-transform: translate(-50%, -50%);
                            -o-transform: translate(-50%, -50%);
                            transform: translate(-50%, -50%);
                            opacity: 1;*/
}

.b__team-2 .b__team-block .b__image-item .b__item:hover figure figcaption .b__image-caption .b__image-title {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.b__team-2 .b__team-block .b__image-item .b__item:hover figure figcaption .b__image-caption .b__image-subtitle {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.b__team-2 .b__team-block .b__image-item .b__item:hover figure figcaption .b__image-caption .b__social-container a:nth-child(1) {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.b__team-2 .b__team-block .b__image-item .b__item:hover figure figcaption .b__image-caption .b__social-container a:nth-child(2) {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.b__team-2 .b__team-block .b__image-item .b__item:hover figure figcaption .b__image-caption .b__social-container a:nth-child(3) {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.b__team-3 .b__team-block .b__image-item {
    margin: 15px 0;
}

.b__team-3 .b__team-block .b__image-item .b__item {
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 20px 20px 15px 15px #cccccc;
    box-shadow: 1px 1px 40px 5px #cccccc;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: box-shadow 0.3s, transform 0.3s;
    -moz-transition: box-shadow 0.3s, transform 0.3s;
    -webkit-transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
    transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
    -moz-transition: box-shadow 0.3s, transform 0.3s, -moz-transform 0.3s;
    transition: box-shadow 0.3s, transform 0.3s;
    transition: box-shadow 0.3s, transform 0.3s, -webkit-box-shadow 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s;
}

.b__team-3 .b__team-block .b__image-item .b__item .b__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.b__team-3 .b__team-block .b__image-item .b__item figure {
    position: relative;
    margin-bottom: 0;
}

.b__team-3 .b__team-block .b__image-item .b__item figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1000;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.b__team-3 .b__team-block .b__image-item .b__item figure figcaption .b__image-caption {
    display: block;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -moz-transition: transform 0.3s, -moz-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s;
}

.b__team-3 .b__team-block .b__image-item .b__item figure figcaption .b__image-caption .b__image-title {
    display: block;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 150%);
    -moz-transform: translate(-50%, 150%);
    -ms-transform: translate(-50%, 150%);
    transform: translate(-50%, 150%);
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -moz-transition: transform 0.3s, -moz-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s;
}

.b__team-3 .b__team-block .b__image-item .b__item figure figcaption .b__image-caption .b__image-subtitle {
    display: block;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 150%);
    -moz-transform: translate(-50%, 150%);
    -ms-transform: translate(-50%, 150%);
    transform: translate(-50%, 150%);
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -moz-transition: transform 0.5s, -moz-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
}

.b__team-3 .b__team-block .b__image-item .b__item figure figcaption .b__image-caption .b__social-container a {
    display: inline-block;
    color: #ffffff;
    padding: 0 7px;
    font-size: 1.125em;
}

.b__team-3 .b__team-block .b__image-item .b__item figure figcaption .b__image-caption .b__social-container a:nth-child(1) {
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transition: transform 0.4s;
    -moz-transition: transform 0.4s;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    -moz-transition: transform 0.4s, -moz-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s, -moz-transform 0.4s;
}

.b__team-3 .b__team-block .b__image-item .b__item figure figcaption .b__image-caption .b__social-container a:nth-child(2) {
    -webkit-transform: translate(0, 120%);
    -moz-transform: translate(0, 120%);
    -ms-transform: translate(0, 120%);
    transform: translate(0, 120%);
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    -moz-transition: transform 0.5s, -moz-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
}

.b__team-3 .b__team-block .b__image-item .b__item figure figcaption .b__image-caption .b__social-container a:nth-child(3) {
    -webkit-transform: translate(0, 140%);
    -moz-transform: translate(0, 140%);
    -ms-transform: translate(0, 140%);
    transform: translate(0, 140%);
    -webkit-transition: transform 0.6s;
    -moz-transition: transform 0.6s;
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    -moz-transition: transform 0.6s, -moz-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s, -moz-transform 0.6s;
}

.b__team-3 .b__team-block .b__image-item .b__item:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.b__team-3 .b__team-block .b__image-item .b__item:hover .b__overlay {
    opacity: 1;
}

.b__team-3 .b__team-block .b__image-item .b__item:hover figure:after {
    content: '';
    background-color: rgba(0, 0, 0, 0.4);
}

.b__team-3 .b__team-block .b__image-item .b__item:hover figure figcaption {
    opacity: 1;
}

.b__team-3 .b__team-block .b__image-item .b__item:hover figure figcaption .b__image-caption .b__image-title {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.b__team-3 .b__team-block .b__image-item .b__item:hover figure figcaption .b__image-caption .b__image-subtitle {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.b__team-3 .b__team-block .b__image-item .b__item:hover figure figcaption .b__image-caption .b__social-container a:nth-child(1) {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.b__team-3 .b__team-block .b__image-item .b__item:hover figure figcaption .b__image-caption .b__social-container a:nth-child(2) {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.b__team-3 .b__team-block .b__image-item .b__item:hover figure figcaption .b__image-caption .b__social-container a:nth-child(3) {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.b__stats-1 .b__stats-container {
    position: relative;
}

.b__stats-1 .b__stats-container:before {
    content: '';
    position: absolute;
    display: block;
    top: 10px;
    right: 0;
    bottom: 0;
    left: -10px;
    width: 100%;
    height: 100%;
    background-color: #495AFF;
    z-index: -1;
}

.b__stats-2 .b__stats-container .b__column-wrapper i {
    width: 150px;
    height: 150px;
    line-height: 150px;
    text-align: center;
    color: #495AFF;
    background-color: rgba(73, 90, 255, 0.3);
    border: 2px solid #495AFF;
    -webkit-box-shadow: inset 0 0 0 7px #ffffff;
    box-shadow: inset 0 0 0 7px #ffffff;
    border-radius: 50%;
}

@media (max-width: 575.98px) {
    .b__stats-1 .b__text-container {
        text-align: center !important;
        margin-bottom: 40px;
    }

    .b__stats-1 .b__stats-container {
        position: relative;
    }

    .b__stats-1 .b__stats-container:before {
        content: '';
        display: none;
    }

    .b__stats-1 .b__stats-container .b__column-wrapper {
        margin-bottom: 40px;
    }

    .b__stats-3 .b__column-wrapper {
        margin-bottom: 20px;
    }
}

.b__clients-2 .b__link-column .b__button-container .b__btn-link:hover {
    color: #ffffff;
}

.b__clients-3 .b__item-container img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

@media (max-width: 575.98px) {
    .b__clients-2 .b__button-container .b__btn-link {
        min-height: 50px;
    }
}

.b__blog-1 .b__stacked-content .b__item .b__icon-container {
    min-width: 35px;
}

.b__blog-1 .b__stacked-content .b__item .b__icon-container i {
    font-size: 1.750em;
}

.b__blog-1 .b__stacked-content .b__list.b__list:not(:last-child) {
    border-bottom: 1px solid #cccccc;
}

.b__blog-1 .b__stacked-content .b__list a {
    color: #000000;
}

.b__blog-1 .b__stacked-content .b__list a .b__blog-title {
    color: #000000;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}

.b__blog-1 .b__stacked-content .b__list .b__blog-desc {
    font-size: 0.875em;
}

.b__blog-1 .b__stacked-content .b__list .b__item-meta a {
    font-size: 0.750em;
    padding-right: 15px;
}

.b__blog-1 .b__stacked-content .b__list .b__item-meta a i {
    color: #000000;
}

.b__blog-1 .b__stacked-content .b__list:hover a .b__blog-title {
    color: #495AFF;
}

.b__blog-2 .b__stacked-content .b__item .b__icon-container {
    min-width: 35px;
}

.b__blog-2 .b__stacked-content .b__item .b__icon-container i {
    font-size: 1.750em;
}

.b__blog-2 .b__stacked-content .b__list.b__list:not(:last-child) {
    border-bottom: 1px solid #cccccc;
}

.b__blog-2 .b__stacked-content .b__list .b__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.b__blog-2 .b__stacked-content .b__list a {
    position: relative;
    color: #000000;
    z-index: 10;
}

.b__blog-2 .b__stacked-content .b__list a .b__blog-title {
    color: #000000;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}

.b__blog-2 .b__stacked-content .b__list .b__blog-desc {
    font-size: 0.875em;
}

.b__blog-2 .b__stacked-content .b__list .b__item-meta a {
    font-size: 0.750em;
    padding-right: 15px;
}

.b__blog-2 .b__stacked-content .b__list .b__item-meta a i {
    color: #000000;
}

.b__blog-2 .b__stacked-content .b__list:hover a .b__blog-title {
    color: #495AFF;
}

.b__blog-3.b__box-bg-columns .b__bg-column {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.b__blog-3.b__box-bg-columns .b__bg-column .b__column-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.b__blog-3.b__box-bg-columns .b__bg-column .b__column-bgcolor {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.b__blog-3.b__box-bg-columns .b__bg-column .b__column-wrapper {
    position: relative;
    z-index: 10000;
}

.b__blog-3.b__box-bg-columns .b__bg-column .b__column-wrapper .b__text-container a {
    color: #000000;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}

.b__blog-3.b__box-bg-columns .b__bg-column .b__column-wrapper .b__text-container .b__blog-desc {
    color: #8F8F8F;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}

.b__blog-3.b__box-bg-columns .b__bg-column .b__column-wrapper .b__text-container .b__item-meta a {
    color: #000000;
    font-size: 0.750em;
    padding-right: 15px;
}

.b__blog-3.b__box-bg-columns .b__bg-column .b__column-wrapper .b__text-container .b__item-meta a i {
    color: #495AFF;
}

.b__blog-3.b__box-bg-columns .b__bg-column:hover {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.b__blog-3.b__box-bg-columns .b__bg-column:hover .b__column-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.6;
}

.b__blog-3.b__box-bg-columns .b__bg-column:hover .b__column-bgcolor {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.b__blog-3.b__box-bg-columns .b__bg-column:hover .b__column-wrapper {
    position: relative;
    z-index: 10000;
}

.b__blog-3.b__box-bg-columns .b__bg-column:hover .b__column-wrapper .b__text-container a {
    color: #ffffff;
}

.b__blog-3.b__box-bg-columns .b__bg-column:hover .b__column-wrapper .b__text-container .b__blog-desc {
    color: #ffffff;
}

.b__blog-3.b__box-bg-columns .b__bg-column:hover .b__column-wrapper .b__text-container .b__item-meta a {
    color: #ffffff;
}

.b__blog-3.b__box-bg-columns .b__bg-column:hover .b__column-wrapper .b__text-container .b__item-meta a i {
    color: #ffffff;
}

.b__blog-3 #bPreviousArrow,
.b__blog-3 #bNextArrow {
    position: absolute;
    top: 100%;
    width: 40px;
    height: 40px;
    color: #495AFF;
    text-align: center;
    line-height: 0;
    font-size: 1.250em;
    z-index: 1000;
}

.b__blog-3 #bNextArrow {
    right: -35px;
    margin-right: 60px;
}

.b__blog-3 #bPreviousArrow {
    left: -38px;
    margin-left: 60px;
}

.b__blog-4 .b__text-container .b__blog-title {
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}

.b__blog-4 .b__text-container .b__item-meta a {
    display: inline-block;
    font-size: 0.850em;
    padding-right: 15px;
    color: #000000;
}

.b__blog-4 .b__text-container .b__item-meta a i {
    color: #495AFF;
}

.b__blog-4 .b__text-container:hover .b__blog-title {
    color: #495AFF;
}

.b__pricing-table-1 .b__pricing-column {
    border: 2px solid #f5f3f3;
    padding: 30px 30px;
}

.b__pricing-table-1 .b__pricing-column .b__price-wrapper .b__price {
    font-size: 3.000em;
}

.b__pricing-table-1 .b__pricing-column .b__price-wrapper .b__price sup {
    font-size: 0.500em;
}

.b__pricing-table-1 .b__pricing-column.b__table-hilight {
    margin-top: -20px;
    border: none;
    -webkit-box-shadow: 0 2px 12px 3px #f5f3f3;
    box-shadow: 0 2px 12px 3px #f5f3f3;
}

.b__pricing-table-2 .b__pricing-column {
    border: 2px solid #f5f3f3;
    padding: 30px 30px;
}

.b__pricing-table-2 .b__pricing-column .b__price-wrapper .b__price {
    font-size: 3.000em;
}

.b__pricing-table-2 .b__pricing-column .b__price-wrapper .b__price sup {
    font-size: 0.500em;
}

.b__pricing-table-2 .b__pricing-column.b__table-hilight {
    margin-top: -20px;
    border: none;
    background-color: #f5f3f3;
}

@media (max-width: 575.98px) {
    .b__pricing-table-1 .b__pricing-column {
        border: 2px solid #f5f3f3 !important;
        padding: 30px 30px;
        margin: 15px 0;
    }

    .b__pricing-table-1 .b__pricing-column .b__price-wrapper .b__price {
        font-size: 3.000em;
    }

    .b__pricing-table-1 .b__pricing-column .b__price-wrapper .b__price sup {
        font-size: 0.500em;
    }

    .b__pricing-table-1 .b__pricing-column.b__table-hilight {
        margin-top: 15px;
        border: none;
        -webkit-box-shadow: 0 2px 12px 3px #f5f3f3;
        box-shadow: 0 2px 12px 3px #f5f3f3;
    }

    .b__pricing-table-2 .b__pricing-column {
        border: 2px solid #f5f3f3 !important;
        padding: 30px 30px;
    }

    .b__pricing-table-2 .b__pricing-column .b__price-wrapper .b__price {
        font-size: 3.000em;
    }

    .b__pricing-table-2 .b__pricing-column .b__price-wrapper .b__price sup {
        font-size: 0.500em;
    }

    .b__pricing-table-2 .b__pricing-column.b__table-hilight {
        margin-top: 0px;
        border: none;
        background-color: #f5f3f3;
    }
}

@media (max-width: 575.98px) {
    .b__contact-1 .b__text-container .b__list-container .b__list-item .b__icon-container i {
        color: #000000;
    }

    .b__contact-1 .b__text-container .b__list-container .b__list-item .b__text-container p {
        color: #000000;
    }
}

.b__page {
    position: relative;
}

.b__page .b__page-title {
    position: relative;
    width: 100%;
    height: 400px;
    max-height: 400px;
}

.b__page .b__page-title .b__title-bg {
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    z-index: 50;
}

.b__page .b__page-title .b__title-bg .b__title-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.b__page .b__page-title .b__title-bg .b__title-wrapper .b__title-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
    z-index: 120;
}

.b__page .b__page-title .b__title-bg .b__title-wrapper .b__title-content .b__title {
    font-size: 3.000em;
    letter-spacing: 3px;
    line-height: 58px;
}

.b__page .b__page-title .b__title-bg .b__title-wrapper .b__title-content small {
    font-size: 0.875em;
    text-transform: uppercase;
    letter-spacing: 3.5px;
}

.b__page .b__page-title .b__title-bg .b__title-wrapper .b__title-content p {
    font-size: 1.375em;
    line-height: 32px;
}

.b__page .b__page-content {
    position: relative;
}

.b__page .b__page-content .b__bg-column {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    z-index: 120;
}

.b__page .b__page-content .b__bg-column:hover {
    height: auto;
}

.b__blog-post-1 {
    position: relative;
}

.b__blog-post-1 .b__page-title {
    position: relative;
    width: 100%;
    height: 700px;
    max-height: 700px;
}

.b__blog-post-1 .b__page-title .b__title-bg {
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    z-index: 50;
}

.b__blog-post-1 .b__page-title .b__title-bg .b__title-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.b__blog-post-1 .b__page-title .b__title-bg .b__title-wrapper .b__title-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
    z-index: 120;
}

.b__blog-post-1 .b__page-title .b__title-bg .b__title-wrapper .b__title-content .b__title {
    font-size: 3.000em;
    letter-spacing: 3px;
    line-height: 58px;
}

.b__blog-post-1 .b__page-title .b__title-bg .b__title-wrapper .b__title-content .b__blog-meta a {
    color: #ffffff;
    font-size: 1.000em;
    padding-right: 15px;
}

.b__blog-post-1 .b__page-title .b__title-bg .b__title-wrapper .b__title-content .b__blog-meta a i {
    color: #495AFF;
}

.b__blog-post-1 .b__page-title .b__title-bg .b__title-wrapper .b__title-content small {
    font-size: 0.875em;
    text-transform: uppercase;
    letter-spacing: 3.5px;
}

.b__blog-post-1 .b__page-title .b__title-bg .b__title-wrapper .b__title-content p {
    font-size: 1.375em;
    line-height: 32px;
}

.b__blog-post-1 .b__page-title .b__title-bg .b__title-wrapper .b__title-content .b__author-title {
    margin-top: 30px;
}

.b__blog-post-1 .b__page-title .b__title-bg .b__title-wrapper .b__title-content .b__author-title .b__avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.b__blog-post-1 .b__page-title .b__title-bg .b__title-wrapper .b__title-content .b__author-title p {
    margin-left: 20px;
    font-size: 1.000em;
}

.b__blog-post-1 .b__page-content .b__article .b__blockquote p {
    font-size: 1.385em;
}

.b__blog-post-1 .b__page-content .b__article .b__blockquote p:before {
    content: '\f10d';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #495AFF;
    font-size: 1.250em;
    margin-right: 20px;
}

.b__blog-post-1 .b__page-content .b__article .b__blockquote p:after {
    content: '\f10e';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #495AFF;
    font-size: 1.250em;
    margin-left: 20px;
}

.b__blog-post-1 .b__page-content .b__comments .b__responses .b__response .b__avatar {
    width: 60px;
    height: 60px;
}

.b__blog-post-1 .b__page-content .b__comments .b__responses .b__response .b__avatar img {
    border-radius: 50%;
}

.b__blog-post-1 .b__page-content .b__comments .b__responses .b__response .b__response-text a {
    color: #000000;
}



.school_search_sujjection {
    display: block;
    position: relative;
    padding: 10px;
    margin-top: -14px;
    background-color: rgb(216, 210, 210);
    width: 100%;
}

.school_search_sujjection li {
    padding: 10px;
    border-bottom: 1px solid black;
}

ul.school_search_sujjection li:last-child {
    border-bottom: none;
}

.qty-inp {
    width: 50px;
    height: 50px;
    text-align: center;
}

.add-to-cart {
    width: 100%;
    border-radius: 10px;
    height: 45px;
    color: white;
    background: #a62d36;
}

fieldset{
    border: 1px solid black !important;
    padding: 15px !important;
    margin-bottom: 20px !important;
    margin-top: 20px !important;
}

@media (max-width: 768px) {
    #carouselExampleFade{
        margin-top: 60px;
    }
}

@media (max-width: 991px) {
    .navbar-nav{
        background: aliceblue;
    }
}

