/*---------------------------------------------
Template name:  Pina
Version:        1.0
Author: SHIVAAY_THEMES
Email: shivaaycreativethemes@gmail.com

[Table of Content]

# CSS variables
# General style
# Spacing
# Container
# Spinner
# Section content
# List items
# Info list
# Navbar
# Hero
# About
# How it works
# Features
# Screenshots
# News
# Contact us
# Footer
# Scroll to top
----------------------------------------------*/

/* css variables */
:root {
    --color-primary: #0e71a5;
    --color-secondary: #fe6969;
    --color-secondary-2: #fc8d8d;
    --color-secondary-3: 0e71a5;
    --color-light-green: #d3c7f7;
    --color-white: #ffffff;
    --color-black: #070707;
    --color-gray: #626369;
    --color-gray-2: #f6f3ff;
}

/* General style */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

a:hover,
a:focus {
    text-decoration: none;
}

input:focus,
button:focus{
    outline: none;
}
h1, h2, h3, h4, h5, h6{
    color: var(--color-black);
}
h1, h2, h3, h4, h5, h6, p {
    margin: 0;
}

body {
    font-size: 15px;
    line-height: 26px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--color-gray);
}
/* font family */
.theme-font {
    font-family: 'Roboto', sans-serif !important;
}
/* text color */
.t-color-primary {
    color: var(--color-primary) !important;
}
.t-color-secondary {
    color: green !important;
}

/* bg */
.bg-primary {
    background: var(--color-primary) !important;
}
.bg-white {
    background: var(--color-white) !important;
}
.bg-black {
    background-color: #32303a !important;
}
.bg-gray {
    background: var(--color-gray-2) !important;
}

/* font weight */
.font-weight-light {
    font-weight: 300 !important;
}
.font-weight-regular {
    font-weight: 400 !important;
}
.font-weight-medium {
    font-weight: 500 !important;
}
.font-weight-semi-bold {
    font-weight: 600 !important;
}
.font-weight-bold {
    font-weight: 700 !important;
}

/* font size */
.font-size-70px {
    font-size: 70px !important;
}
.font-size-65px {
    font-size: 65px !important;
}
.font-size-60px {
    font-size: 60px !important;
}
.font-size-55px {
    font-size: 55px !important;
}
.font-size-50px {
    font-size: 50px !important;
}
.font-size-45px {
    font-size: 45px !important;
}
.font-size-40px {
    font-size: 40px !important;
}
.font-size-35px {
    font-size: 35px !important;
}
.font-size-30px {
    font-size: 30px !important;
}
.font-size-28px {
    font-size: 28px !important;
}
.font-size-26px {
    font-size: 26px !important;
}
.font-size-24px {
    font-size: 24px !important;
}
.font-size-22px {
    font-size: 22px !important;
}
.font-size-20px {
    font-size: 20px !important;
}
.font-size-18px {
    font-size: 18px !important;
}
.font-size-16px {
    font-size: 16px !important;
}
.font-size-15px {
    font-size: 15px !important;
}
.font-size-14px {
    font-size: 14px !important;
}
.font-size-13px {
    font-size: 13px !important;
}
.font-size-12px {
    font-size: 12px !important;
}

/* line-height */
.line-height-85px {
    line-height: 85px !important;
}
.line-height-80px {
    line-height: 80px !important;
}
.line-height-75px {
    line-height: 75px !important;
}
.line-height-70px {
    line-height: 70px !important;
}
.line-height-65px {
    line-height: 65px !important;
}
.line-height-60px {
    line-height: 60px !important;
}
.line-height-55px {
    line-height: 55px !important;
}
.line-height-50px {
    line-height: 50px !important;
}
.line-height-45px {
    line-height: 45px !important;
}
.line-height-40px {
    line-height: 40px !important;
}
.line-height-35px {
    line-height: 35px !important;
}
.line-height-30px {
    line-height: 30px !important;
}
.line-height-25px {
    line-height: 25px !important;
}
.line-height-20px {
    line-height: 20px !important;
}
/* spacing */
.padding-top-120px {
    padding-top: 120px !important;
}
.padding-top-110px {
    padding-top: 110px !important;
}
.padding-top-100px {
    padding-top: 100px !important;
}
.padding-top-90px {
    padding-top: 90px !important;
}
.padding-top-80px {
    padding-top: 80px !important;
}
.padding-top-70px {
    padding-top: 70px !important;
}
.padding-top-60px {
    padding-top: 60px !important;
}
.padding-top-50px {
    padding-top: 50px !important;
}
.padding-top-40px {
    padding-top: 40px !important;
}
.padding-top-30px {
    padding-top: 30px !important;
}
.padding-top-20px {
    padding-top: 20px !important;
}
.padding-top-10px {
    padding-top: 10px !important;
}
/* padding bottom */
.padding-bottom-120px {
    padding-bottom: 120px !important;
}
.padding-bottom-110px {
    padding-bottom: 110px !important;
}
.padding-bottom-100px {
    padding-bottom: 100px !important;
}
.padding-bottom-90px {
    padding-bottom: 90px !important;
}
.padding-bottom-80px {
    padding-bottom: 80px !important;
}
.padding-bottom-70px {
    padding-bottom: 70px !important;
}
.padding-bottom-60px {
    padding-bottom: 60px !important;
}
.padding-bottom-50px {
    padding-bottom: 50px !important;
}
.padding-bottom-40px {
    padding-bottom: 40px !important;
}
.padding-bottom-30px {
    padding-bottom: 30px !important;
}
.padding-bottom-20px {
    padding-bottom: 20px !important;
}
.padding-bottom-10px {
    padding-bottom: 10px !important;
}

/* padding right */
.padding-right-120px {
    padding-right: 120px !important;
}
.padding-right-110px {
    padding-right: 110px !important;
}
.padding-right-100px {
    padding-right: 100px !important;
}
.padding-right-90px {
    padding-right: 90px !important;
}
.padding-right-80px {
    padding-right: 80px !important;
}
.padding-right-70px {
    padding-right: 70px !important;
}
.padding-right-60px {
    padding-right: 60px !important;
}
.padding-right-50px {
    padding-right: 50px !important;
}
.padding-right-40px {
    padding-right: 40px !important;
}
.padding-right-30px {
    padding-right: 30px !important;
}
.padding-right-20px {
    padding-right: 20px !important;
}
.padding-right-10px {
    padding-right: 10px !important;
}

/* padding left */
.padding-left-120px {
    padding-left: 120px !important;
}
.padding-left-110px {
    padding-left: 110px !important;
}
.padding-left-100px {
    padding-left: 100px !important;
}
.padding-left-90px {
    padding-left: 90px !important;
}
.padding-left-80px {
    padding-left: 80px !important;
}
.padding-left-70px {
    padding-left: 70px !important;
}
.padding-left-60px {
    padding-left: 60px !important;
}
.padding-left-50px {
    padding-left: 50px !important;
}
.padding-left-40px {
    padding-left: 40px !important;
}
.padding-left-30px {
    padding-left: 30px !important;
}
.padding-left-20px {
    padding-left: 20px !important;
}
.padding-left-10px {
    padding-left: 10px !important;
}
/* margin-top */
.margin-top-50px {
    margin-top: 50px !important;
}
.margin-top-45px {
    margin-top: 45px !important;
}
.margin-top-40px {
    margin-top: 40px !important;
}
.margin-top-35px {
    margin-top: 35px !important;
}
.margin-top-30px {
    margin-top: 30px !important;
}
.margin-top-25px {
    margin-top: 25px !important;
}
.margin-top-20px {
    margin-top: 20px !important;
}
.margin-top-15px {
    margin-top: 15px !important;
}
.margin-top-10px {
    margin-top: 10px !important;
}
/* margin bottom */
.margin-bottom-50px {
    margin-bottom: 50px !important;
}
.margin-bottom-45px {
    margin-bottom: 45px !important;
}
.margin-bottom-40px {
    margin-bottom: 40px !important;
}
.margin-bottom-35px {
    margin-bottom: 35px !important;
}
.margin-bottom-30px {
    margin-bottom: 30px !important;
}
.margin-bottom-25px {
    margin-bottom: 25px !important;
}
.margin-bottom-20px {
    margin-bottom: 20px !important;
}
.margin-bottom-15px {
    margin-bottom: 15px !important;
}
.margin-bottom-10px {
    margin-bottom: 10px !important;
}

/* container */
.container {
    max-width: 1200px;
}

@media (min-width:576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width:768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width:992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width:1200px) {
    .container {
        max-width: 1200px;
    }
}
/* spinner */
#loading-area {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: 99999;
}

.loader-col .loader {
    width: 50px;
    height: 50px;
    position: relative
}

.loader-col #loader {
    -webkit-perspective: 120px;
    -moz-perspective: 120px;
    -ms-perspective: 120px;
    perspective: 120px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.loader-col #loader:before {
    content: "";
    position: absolute;
    left: 14px;
    top: 14px;
    width: 25px;
    height: 25px;
    background-color: var(--color-primary);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    animation: flip 1s infinite
}

@keyframes flip {
    0% {
        transform: rotate(0)
    }

    50% {
        transform: rotateY(180deg)
    }

    100% {
        transform: rotateY(180deg) rotateX(180deg)
    }
}

/* section-padding */
.section-padding {
    padding-top: 20px;
     padding-bottom: 50px;
}
.section--padding {
    padding-top: 120px;
    padding-bottom: 90px;
}
/* theme-btn */
.theme-btn {
    background:green;
    color: var(--color-white);
    font-weight: 600;
    padding: -1px 28px 3px 5px;
    border-radius: 9px;
    text-transform: capitalize;
    transition: 0.3s;
}
.theme-btn:hover {
    background: #4e7afd;
    transform: translateY(-2px);
}
.theme-btn.bg-primary:hover {
    background: #3f08e4 !important;
}
.btn-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    background-color:#9aacfb;
    border-radius: 8px;
    text-align: center;
    color: var(--color-white);
}
.btn-icon-2 {
    background-color: #9aacfb;
}
.btn-icon-3 {
    background-color: #7955e7;
}

.theme-btn:hover {
  color: var(--color-white);
}
.btn-shadow {
    box-shadow: 0px 2px 15px 0px #fdc3c3;
}
.btn-shadow-2 {
    box-shadow: 0px 4px 10px 0px #d1c3fb;
}
/* section-content */
.section__badge {
    background-color: green;
    border-radius: 5px;
    font-weight: 600;
    font-size: 18px;
    display: inline-block;
    color: var(--color-white);
    padding-right: 10px;
}
.section__badge .badge {
    background-color: #ffffff;
    border-radius: 5px;
    padding: 8px 10px;
    font-size: 18px;
    margin-right: 10px;
    font-weight: 600;
}
.section-content .section__subtitle {
    font-size: 18px;
    color: var(--color-primary);
    font-weight: 600;
}
.section-content .section__title {
    font-size: 45px;
    line-height: 60px;
    color: var(--color-black);
    font-weight: 700;
}
.section-content .section__desc {
    line-height: 25px;
    color: var(--color-gray);
}
.line-shape {
    width: 86px;
    height: 6px;
    background-image: url("../img/line-shape.png");
}
.line-shape-2 {
    width: 65px;
    height: 2px;
    border-radius: 4px;
    background-color: green;
    position: relative;
}
.line-shape-2:after {
    position: absolute;
    content: "";
    top: 0;
    right: 10px;
    width: 9px;
    height: 100%;
    background-color: var(--color-primary);
}
/* list-items */
.list-items li {
    position: relative;
    color: var(--color-black);
    padding-left: 20px;
}
.list-items li a {
    color: var(--color-black);
}
.list-items li:after {
    position: absolute;
    left: 0;
    top: 8px;
    content: "";
    width: 10px;
    height: 10px;
    background-color: var(--color-primary);
    border-radius: 2px;
}
/* info list */
.info-list li {
    color: var(--color-black);
    margin-bottom: 19px;
}
.info-list .btn-icon {
    background-color: green;
}
.info-list li a {
    color: var(--color-black);
    transition: 0.3s;
}
.info-list li a:hover {
    color: green;
}
.info-list-white li {
    color: var(--color-white);
}
.info-list-white li a {
    color: var(--color-white);
}
/* social-icons */
.social-icons li {
    display: inline-block;
}
.social-icons li + li {
    margin-left: 7px;
}
.social-icons li a {
    color: var(--color-white);
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #5b5961;
    border-radius: 50%;
    display: block;
    transition: 0.3s;
}
.social-icons li a:hover {
    background-color: green;
}
/* social-icons-colored */
.social-icons-colored li a {
    background-color: rgba(254, 105, 105, 0.2);
    color: green;
}
.social-icons-colored li a:hover {
    background-color: green;
    color: var(--color-white);
}
.section-pagination .page-link {
    margin-left: 6px;
    margin-right: 6px;
    border-radius: 8px;
    font-size: 20px;
    padding: 7px 14px;
    color: var(--color-gray);
    border-color: var(--color-gray);
    transition: 0.3s;
}
.section-pagination .page-link:hover,
.section-pagination .page-item.active .page-link{
    background-color: green;
    color: var(--color-white);
    border-color: green;
    box-shadow: 0px 2px 15px 0px #fdc3c3;
}
.section-pagination .page-item:first-child .page-link,
.section-pagination .page-item:last-child .page-link{
    border-radius: 0;
    border: 0;
    background-color: transparent;
}
.section-pagination .page-item:first-child .page-link:hover,
.section-pagination .page-item:last-child .page-link:hover {
    background-color: transparent;
    box-shadow: none;
    color: green;
}
/* navbar */
.header-menu-area {
    position: absolute;
    top: 30px;
    width: 100%;
    z-index: 1024;
    transition: 0.5s;
}
.header-menu-area.fixed-top {
    position: fixed;
    top: 0;
    background-color: var(--color-white);
    box-shadow: 0 3px 40px rgba(0,0,0, 0.1);
}
.header-menu-area.fixed-top .main-menu-container {
    border-radius: 0;
    padding-right: 0;
    padding-left: 0;
}
.main-menu-container {
    background-color: var(--color-white);
    border-radius: 8px;
    transition: 0.5s;
}
.main-menu-container .navbar {
    padding: 15px;
}
.main-menu li {
    padding-right: 24px;
}
.main-menu li:last-child {
    padding-right: 0;
}
.main-menu li a {
    font-weight: 600;
    text-transform: capitalize;
    color: var(--color-black);
    transition: 0.3s;
}
.main-menu-container .navbar-light .main-menu li a {
    color: var(--color-black);
}
.main-menu-container .navbar-light .main-menu li a:hover {
    color: green;
}
.main-menu li a:hover {
    color: green;
}
.main-menu li .btn,
.main-menu li .btn:hover{
    color: var(--color-white) !important;
}
.main-menu-container .navbar-light .main-menu li.active a {
    color: green;
}
/* hero-area */
.hero-area {
    position: relative;
    height: 950px;
}
.hero-area.dot-bg:after {
    position: absolute;
    bottom: 0;
    left: 180px;
}
/* hero-bg */
.hero-bg {
   background-color: #0e71a5;
    /* background-image: url("../img/hero-bg.png"); */
    background-size: cover;
    background-position: center;
}
.dot-bg {
    position: relative;
}
.dot-bg:after {
    position: absolute;
    content: "";
    width: 140px;
    height: 300px;
    background-image: url("../img/dot-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
}
.hero-img img {
    width: 94%;
}
/* about-area */
.about-area.dot-bg:after {
    bottom: -140px;
    right: 200px;
    z-index: 2;
}
/* feature area */
.patter-bg{
    position: relative;
    z-index: 1;
}
.patter-bg:before,
.patter-bg:after {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
    pointer-events: none;
}
.patter-bg:before {
    top: 0;
    left: 0;
    background-image: url("../img/bar-shape-2.png");
    width: 210px;
    height: 262px;
}
.patter-bg:after {
    bottom: 0;
    right: 0;
    background-image: url("../img/bar-shape.png");
    width: 211px;
    height: 277px;
}
/* info-card */
.info-card {
    text-align: center;
    border-radius: 8px;
    padding: 30px;
    transition: 0.3s;
    position: relative;
    margin-bottom: 30px;
}
.info-card:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url("../img/info-bg.html");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.info-card:hover {
    background-color: var(--color-primary);
    box-shadow: 0 3px 15px 2px #c6b7f7;
}
.info-card:hover:after {
    opacity: 1;
    visibility: visible;
}
.info-card:hover .info__icon {
    background-image: url("../img/icon-shape-white.html");
}
.info-card:hover .info__svg {
    fill: var(--color-primary);
}
.info-card:hover .info__title,
.info-card:hover .info__desc{
    color: var(--color-white);
}
.info-card .info__icon {
    width: 128px;
    height: 104px;
    line-height: 100px;
    margin-left: auto;
    margin-right: auto;
    background-image: url("../img/icon-shape-green.html");
    transition: 0.3s;
}
.info-card .info__svg {
    fill: var(--color-white);
    position: relative;
    top: -4px;
    left: -4px;
    transition: 0.3s;
}
.info-card .info__title {
    font-size: 25px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
    transition: 0.3s;
}
.info-card .info__desc {
    transition: 0.3s;
}
/* hiw-list-item */
.hiw-list-item .media-icon {
    background-color: var(--color-white);
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0,0,0, 0.1);
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
}
.hiw-list-item .media-icon svg {
    fill: var(--color-primary);
}

/* video-btn-box */
.video-btn-box {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 45px;
    transform: translateY(-50%);
}
.video-btn-box .video-play-btn {
    width: 100px;
    height: 100px;
    line-height: 100px;
    background-color: green;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    position: relative;
}
.video-btn-box .video-play-btn:after {
    position: absolute;
    content: "";
    width: 146px;
    height: 146px;
    top: -25px;
    left: -25px;
    background-image: url("../img/shadow.png");
    background-size: cover;
    background-position: center;
}
.video-btn-box .video-play-btn svg {
    fill: var(--color-white);
}
.cta-img-box {
    position: relative;
    margin-top: -50px;
}
.cta-img-box img {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    width: 91%;
    height: 636px;
    object-fit: cover;
}
.cta-content {
    padding-right: 291px;
}
/* circle-bg */
.circle-bg {
    width: 30px;
    height: 30px;
    background-color: #0e71a5;
    display: inline-block;
}
.circle-bg-1 {
    top: 0;
    right: 0;
    border-top-right-radius: 4px;
}
.circle-bg-1,
.circle-bg-4{
    width: 240px;
    height: 220px;
}
.circle-bg-4 {
    bottom: 0;
    left: 0;
}
.circle-bg-2 {
    top: 320px;
    right: 130px;
}
.circle-bg-2,
.circle-bg-5{
    width: 100px;
    height: 100px;
}
.circle-bg-5 {
    bottom: 320px;
    left: 130px;
}
.circle-bg-3 {
    bottom: 87px;
    right: 97px;
}
.circle-bg-6 {
    top: 87px;
    left: 97px;
}

/* screenshots */
.screenshot-active-bg{
    position: relative;
}
.screenshot-active-bg:after {
    content: '';
    position: absolute;
    top: 49%;
    left: 50%;
    background-image: url(../img/iPhone.html);
    background-position: center center;
    background-repeat: no-repeat;
    width: 352px;
    height: 673px;
    background-size: 100% auto;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 1;
}
.screenshot-slider {
    width: 96%;
}
.screenshot-slider .screenshots-image img {
    display: block;
    margin: auto;
    width: 100%;
    box-shadow: 0 4px 10px rgba(0,0,0, 0.1);
    border-radius: 30px
}
.screenshot-slider .swiper-slide {
    width: 382px;
    padding: 0 49px;
}
.screenshot-slider .swiper-pagination-bullet {
    transition: 0.4s;
    background-color: #b9b9b9;
    opacity: 1;
    outline: none;
}
.screenshot-slider .swiper-pagination-bullet-active {
    background-color: green;
    width: 50px;
    border-radius: 30px;
}
/* accordion */
.accordion-wrap .card {
    border: 0;
    margin-bottom: 20px;
    box-shadow: 0 0 30px rgba(0,0,0, 0.1);
    border-radius: 10px;
}
.accordion-wrap>.card:not(:first-of-type):not(:last-of-type) {
    border-radius: 10px;
}
.accordion-wrap .card-header {
    padding: 0;
    border-bottom: 0;
    margin-bottom: 0 !important;
    background-color: transparent;
}
.accordion-wrap .btn-link {
    width: 100%;
    padding: 5px 5px 5px 25px;
    font-size: 18px;
    font-weight: 600;
    color: var(--color-black);
    text-decoration: none;
    border-radius: 10px;
    text-align: left;
}
.accordion-wrap .btn-link .btn-icon {
    background-color: var(--color-primary);
    color: var(--color-white);
    flex-shrink: 0;
    margin-left: 10px;
}

.accordion-wrap .btn-link[aria-expanded="true"] {
    background-color: var(--color-primary);
    color: var(--color-white);
    box-shadow: 0 4px 20px #cdc0f7;
}
.accordion-wrap .btn-link[aria-expanded="true"] .btn-icon {
    background-color: green;
}
.accordion-wrap .btn-link[aria-expanded="true"] .btn-icon:before {
     content: "\f00d";
}
.accordion-wrap .card-body {
    padding: 16px 26px;
}
.partners-brand {
    background-color: var(--color-white);
    box-shadow: 0 0 30px rgba(0,0,0, 0.1);
    border-radius: 8px;
    width: 165px;
    height: 165px;
    line-height: 165px;
    text-align: center;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}
.partners-brand:nth-child(1),
.partners-brand:nth-child(3),
.partners-brand:nth-child(4),
.partners-brand:nth-child(6){
    position: relative;
    top: 110px;
}
/* pricing area */
.switch-toggle-list li a {
    font-size: 18px;
    font-weight: 600;
    color: var(--color-gray);
    padding-left: 20px;
    padding-right: 20px;
    display: block;
}
.switch-toggle-list li.active a {
    color: green;
}
.switcher {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
    vertical-align: middle;
    margin: 0;
}

.switcher-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: .4s;
    transition: .4s;
    background-color: green;
    border-radius: 34px
}
.switcher-slider:before {
    position: absolute;
    content: "";
    height: 30px;
    width: 30px;
    left: -1px;
    bottom: 0;
    background-color: var(--color-white);
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
    box-shadow: 0 2px 15px -2px rgba(0,0,0, 0.3);
}
.switcher.off .switcher-slider:before {
    -webkit-transform: translateX(32px);
    transform: translateX(32px);
}
/* pricing-card */
.pricing-card {
    border-radius: 10px;
    border: 0;
    box-shadow: 0 0 20px rgba(0,0,0, 0.1);
    padding: 35px;
    text-align: center;
    margin-bottom: 30px;
    border-top: 10px solid transparent;
}
.pricing-card.has-border {
    border-top-color: var(--color-primary);
}
.pricing-card:hover .btn {
    background-color: green !important;
    box-shadow: 0px 2px 15px 0px #fdc3c3;
}
.pricing-card:hover .btn-icon {
    background-color: var(--color-secondary-2);
}
.pricing-card .btn-icon {
    transition: 0.3s;
}
.pricing-card .card-title {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 26px;
    color: var(--color-black);
}
.pricing-card .card-img-top {
    border-radius: 0;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
}
.pricing-card .card-price {
     font-size: 45px;
     font-weight: 700;
     color: var(--color-primary);
 }
.pricing-card .card-price span {
    font-size: 15px;
    color: var(--color-black);
}
.pricing-card .divider {
   border-top-width: 2px;
    width: 230px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 28px;
    margin-bottom: 28px;
}
.list-items-flash li {
    font-size: 18px;
    color: var(--color-gray);
    margin-bottom: 8px;
    padding-left: 0;
}
.list-items-flash li:after {
    display: none;
}

/* testimonial-area */
.testimonial-content {
    width: 615px;
    margin-left: auto;
    position: relative;
    top: 78px;
    margin-bottom: 10px;
}

/* testimonial-item */
.testimonial-item {
    position: relative;
    padding: 27px;
    z-index: 1;
}
.testimonial-item:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 120px;
    height: 235px;
    background-color: green;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    z-index: -1;
}
.testimonial-item .media-body {
    position: relative;
}
.testimonial-item img {
    border-radius: 9px;
}
.testimonial-item .fa-quote-left {
    font-size: 65px;
    color: var(--color-white);
    opacity: 0.2;
    position: absolute;
    top: -37px;
    left: -9px;
}
.testimonial-item p,
.testimonial-item h5 {
    color: var(--color-white);
}
.testimonial-item p {
    margin-bottom: 10px;
}
.testimonial-item h5 {
    font-weight: 700;
    font-size: 18px;
}
.testimonial-item span {
    color: green;
    font-weight: 600;
}
.testimonial-slider .swiper-button-next {
    right: auto;
    left: 75px;
}
.testimonial-slider .swiper-button-next,
.testimonial-slider .swiper-button-prev {
    width: 45px;
    height: 45px;
    line-height: 45px;
    background-color: var(--color-white);
    color: green;
    border-radius: 9px;
    outline: none;
    transition: 0.3s;
    box-shadow: 0 0 20px rgba(0,0,0, 0.2);
    top: 5px;
    margin-top: 0;
    margin-left: -10px;
}
.testimonial-slider .swiper-button-next:after,
.testimonial-slider .swiper-button-prev:after {
    font-size: 19px;
}
.testimonial-slider .swiper-button-next:hover,
.testimonial-slider .swiper-button-prev:hover {
    background-color: green;
    color: var(--color-white);
}
/* blog-card */
.blog-card {
    border: 0;
    border-radius: 0;
    margin-bottom: 30px;
}
.blog-card .card-img-top {
    border-radius: 9px;
}
.blog-card .card-body {
    padding-left: 0;
    padding-right: 0;
}
.list-items-bullet li {
    display: inline-block;
    color: var(--color-primary);
}
.list-items-bullet li + li {
    margin-left: 30px;
}
.list-items-bullet li:after {
    border-radius: 50%;
}
.blog-card .card-title {
    font-size: 25px;
    font-weight: 700;
    color: var(--color-black);
    margin-bottom: 0;
}
.blog-card .card-title a {
    color: var(--color-black);
    transition: 0.3s;
}
.blog-card .card-title a:hover {
    color: var(--color-primary);
}
.blog-card-list .card-body {
    border-bottom: 2px dashed rgba(0,0,0,.1);
    padding-bottom: 26px;
    padding-top: 26px;
}
.blog-card-list .card-body:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
/* footer area */
.form-action .form-control {
    height: 80px;
    border-radius: 9px;
    box-shadow: 0 0 20px rgba(0,0,0, 0.2);
    width: 620px;
    padding-left: 35px;
    border: 0;
}
.form-action .theme-btn {
    margin-left: -90px;
    box-shadow: 0 0 20px rgba(0,0,0, 0.2);
}
.patter-bg-2 {
    background-color: #0e71a5;
    /* background-image: url("../img/footer-bg.jpg"); */
    height: 630px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
/* footer item */
.footer-item h3 {
    color: var(--color-white);
    font-weight: 700;
    font-size: 25px;
}
.footer-item .list-items li {
    font-size: 15px;
    margin-bottom: 4px;
}
.footer-item .list-items li a {
    color: var(--color-white);
    transition: 0.3s;
}
.footer-item .list-items li a:hover {
    color: #0e71a5;
}

/* scroll-top */
#scroll-top {
    padding-top: 10px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1024;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 8px;
    background-color: green;
    color: var(--color-white);
    font-size: 18px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
#scroll-top.active {
    opacity: 1;
    visibility: visible;
}
/* breadcrumb-area */
.breadcrumb-area {
    height: 524px;
}
.bread-bg {
    background-image: url("../img/bread-bg.html");
    background-size: cover;
    background-position: center;
}
.bread-list .breadcrumb-item,
.bread-list .breadcrumb-item a {
    color: var(--color-white);
}
.bread-list .breadcrumb-item a {
    transition: 0.3s;
}
.bread-list .breadcrumb-item a:hover {
    color: green;
}
.bread-list .breadcrumb-item + .breadcrumb-item::before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    color: green;
}
/* sidebar */
.intro-bg {
    background-image: url("../img/small-pattern.html");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.sidebar-widget {
    padding: 26px 30px 30px 30px;
    border-radius: 12px;
}
.sidebar-widget + .sidebar-widget {
    margin-top: 30px;
}
.sidebar-search {
    box-shadow: 0px 4px 10px 0px #d1c3fb;
    height: 169px;
}
.sidebar-search .form-action .form-control{
    width: 100%;
    height: 46px;
    padding-left: 20px;
}
.sidebar-search .form-action .theme-btn{
    margin-left: 0;
    padding: 11px 25px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    position: absolute;
    top: 0;
    right: 0;
}
/* border-dashed */
.border-dashed {
    border: 1px dashed #959595;
}
.border-dashed-top {
    border-top: 1px dashed #959595;
}
.border-dashed-right {
    border-right: 1px dashed #959595;
}
.border-dashed-bottom {
    border-bottom: 1px dashed #959595;
}
.border-dashed-left {
    border-left: 1px dashed #959595;
}
/* mini-post-item */
.mini-post-item h5 {
    font-weight: 700;
    font-size: 18px;
    color: var(--color-black);
}
.mini-post-item .mini-post-link{
    transition: 0.3s;
    color: var(--color-black);
}
.mini-post-item .mini-post-link:hover{
    color: green;
}
/* archives-post */
.archives-post li  {
    border: 0;
    padding: 0;
    border-radius: 0;
    margin-bottom: 0;
}
.archives-post .badge {
    padding: 0;
    width: 45px;
    height: 25px;
    line-height: 25px;
    border-radius: 30px;
    font-size: 15px;
    background-color: #eeeeee;
    transition: 0.3s;
    color: var(--color-gray);
    font-weight: 500;
}
.archives-post li a {
    background-color: var(--color-white);
    transition: 0.3s;
    padding: 7px 18px;
    border-radius: 6px;
    color: var(--color-gray);
    margin-bottom: 5px;
}
.archives-post li:last-child a {
    margin-bottom: 0;
}
.archives-post li a:hover {
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.archives-post li a:hover .badge{
   background-color: var(--color-primary);
    color: var(--color-white);
}
/* post-option */
.post-option li a {
    color: var(--color-gray);
}
.post-option li a i{
    color: var(--color-primary);
}
/* blockquote-item */
.blockquote-item {
    padding: 10px 0 10px 25px;
    position: relative;
    font-size: 15px;
    color: var(--color-black);
    font-weight: 600;
    margin-bottom: 4px;
}
.blockquote-item .fa-quote-right {
    position: absolute;
    color: #ccb7fd;
    bottom: 0;
    font-size: 40px;
    right: 0;
}
.blockquote-item:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background-color: green;
    border-radius: 30px;
}
/* comment */
.comment .c-avatar {
    border-radius: 10px;
}
.comment-replay {
    margin-left: 50px;
}
.btn-text {
    color: var(--color-primary);
    font-weight: 600;
    transition: 0.3s;
}
.btn-text:hover {
    color: green;
}
/* generic-wrap */
.generic-wrap .form-group {
    margin-bottom: 20px;
}
.generic-wrap .form-control {
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0,0,0, 0.1);
    border: 0;
    height: 45px;
    padding-left: 30px;
}
.generic-wrap .textarea-control{
    height: 128px;
}
/* modal-container */
.modal-container .modal-lg {
    max-width: 1050px;
}
.contact-title-box {
    padding: 30px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.contact-bg {
    background-image: url("../img/contact-bg.html");
    background-size: cover;
    background-position: center;
}
.contact-form-box {
    border-radius: 10px;
}
.modal-container .modal-header .close {
    padding: 0;
    margin: 0;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 1;
    width: 50px;
    height: 50px;
    line-height: 55px;
    border-radius: 12px;
    color: var(--color-white);
    background-color: green;
    text-shadow: none;
    opacity: 1;
}
.modal-container .modal-header .close:hover {
    opacity: 1;
    background-color: #fd4e4e;
}
/*======== Responsive breakpoint ========*/
@media only screen and (max-width: 1280px) {
    .cta-content {
        padding-right: 0;
    }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
    /* main menu */
    .main-menu li {
        width: 100%;
        padding-right: 0;
    }
    .main-menu li:last-child {
        padding-top: 15px;
    }
    /* hero area */
    .hero-area {
        height: auto;
        padding-top: 200px;
        padding-bottom: 200px;
    }
    .hero-area .col-lg-6 {
        padding-left: 15px !important;
    }
    .hero-area.dot-bg:after {
        left: 50px;
    }
    .hero-content .section-content .section__title {
        font-size: 50px !important;
        line-height: 60px !important;
    }
    /* about area */
    .about-area.dot-bg:after {
        right: 50px;
    }
    .about-img,
    .hiw-img,
    .partners-content{
        margin-bottom: 60px;
    }
    /* cta area */
    .cta-img-box img {
        width: 100%;
        height: auto;
        border-radius: 8px;
    }
    .cta-area .container-fluid {
        padding-left: 15px !important;
    }
    .video-btn-box {
        top: auto;
        right: auto;
        transform: translateY(0) translateX(-50%);
        left: 50%;
        bottom: -45px;
    }
    .cta-content {
        padding-right: 0;
    }
    /* partners area */
    .partners-brand-box {
        justify-content: center;
    }
    .partners-brand {
        margin-left: 15px;
        margin-right: 15px;
    }
    /* testimonial-content */
    .testimonial-content {
        padding-top: 90px;
        width: auto;
        position: inherit;
        top: auto;
        margin-bottom: 50px;
    }
    /* form-action */
    .form-action {
        flex-direction: column;
        position: relative;
    }
    .form-action .form-group {
        width: 100%;
    }
    .form-action .form-control {
        width: 100%;
    }
    .form-action .theme-btn {
        margin-left: 0;
        position: absolute;
        top: 17px;
        right: 17px;
    }
    .patter-bg-2 {
        height: auto;
    }
    /* footer area */
    .footer-item {
        margin-bottom: 50px;
    }
    .copyright-area {
        text-align: center;
    }
    .copyright-area .social-icons {
        text-align: center !important;
        padding-top: 10px;
    }
    /* sidebar */
    .sidebar {
        margin-top: 60px;
    }
    /* modal */
    .modal-container .modal-lg {
        max-width: 500px;
    }
    .contact-title-box {
        border-radius: 10px;
        margin-bottom: 40px;
        margin-right: -15px;
    }
    .modal-container .generic-form-box {
        margin-right: -25px;
        padding-bottom: 35px;
    }
}

@media only screen and (max-width: 767px) and (min-width: 480px) {
    /* main menu */
    .main-menu li {
        width: 100%;
        padding-right: 0;
    }
    .main-menu li:last-child {
        padding-top: 15px;
    }
    /* hero area */
    .hero-area {
        height: auto;
        padding-top: 200px;
        padding-bottom: 200px;
    }
    .hero-area .col-lg-6 {
        padding-left: 15px !important;
    }
    .hero-area.dot-bg:after {
        left: 50px;
    }
    .hero-content .section-content .section__title {
        font-size: 50px !important;
        line-height: 60px !important;
    }
    /* about area */
    .about-area.dot-bg:after {
        right: 50px;
    }
    .about-img,
    .hiw-img,
    .partners-content{
        margin-bottom: 60px;
    }
    /* cta area */
    .cta-img-box img {
        width: 100%;
        height: auto;
        border-radius: 8px;
    }
    .cta-area .container-fluid {
        padding-left: 15px !important;
    }
    .video-btn-box {
        top: auto;
        right: auto;
        transform: translateY(0) translateX(-50%);
        left: 50%;
        bottom: -45px;
    }
    .cta-content {
        padding-right: 0;
    }
    /* partners area */
    .partners-brand-box {
        justify-content: center;
    }
    .partners-brand {
        margin-left: 15px;
        margin-right: 15px;
    }
    .partners-brand:nth-child(1),
    .partners-brand:nth-child(3),
    .partners-brand:nth-child(4),
    .partners-brand:nth-child(6) {
        position: inherit;
        top: auto;
    }
    /* testimonial-content */
    .testimonial-content {
        padding-top: 90px;
        width: auto;
        position: inherit;
        top: auto;
        margin-bottom: 50px;
    }
    /* form-action */
    .form-action {
        flex-direction: column;
        position: relative;
    }
    .form-action .form-group {
        width: 100%;
    }
    .form-action .form-control {
        width: 100%;
    }
    .form-action .theme-btn {
        margin-left: 0;
        position: absolute;
        top: 17px;
        right: 17px;
    }
    .patter-bg-2 {
        height: auto;
    }
    /* footer area */
    .footer-item {
        margin-bottom: 50px;
    }
    .copyright-area {
        text-align: center;
    }
    .copyright-area .social-icons {
        text-align: center !important;
        padding-top: 10px;
    }
    /* sidebar */
    .sidebar {
        margin-top: 60px;
    }
    /* modal */
    .modal-container .modal-lg {
        max-width: 100%;
    }
    .contact-title-box {
        border-radius: 10px;
        margin-bottom: 40px;
        margin-right: -15px;
    }
    .modal-container .generic-form-box {
        margin-right: -25px;
        padding-bottom: 35px;
    }
}

@media only screen and (max-width: 479px) and (min-width: 320px) {
    .header-menu-area {
        top: 0;
    }
    .main-menu-container {
        border-radius: 0;
        padding-right: 0;
        padding-left: 0;
    }
    /* main menu */
    .main-menu li {
        width: 100%;
        padding-right: 0;
    }
    .main-menu li:last-child {
        padding-top: 15px;
    }
    /* hero area */
    .hero-area{
        height: auto;
        padding-top: 170px;
        padding-bottom: 170px;
    }
    .breadcrumb-area {
        height: auto;
        padding-top: 170px;
        padding-bottom: 80px;
    }
    .breadcrumb-content {
        padding-top: 0 !important;
    }
    .hero-area .col-lg-6 {
        padding-left: 15px !important;
    }
    .hero-area.dot-bg:after,
    .about-area.dot-bg:after{
       display: none;
    }
    .hero-content .section-content .section__title,
    .breadcrumb-content .section__title,
    .modal-container .section__title {
        font-size: 35px !important;
        line-height: 45px !important;
    }
    .section-btn-box .btn {
        margin-bottom: 20px;
    }
    .section-content .section__title {
        font-size: 35px;
        line-height: 45px;
    }
    /* about area */
    .about-img,
    .hiw-img,
    .partners-content{
        margin-bottom: 60px;
    }
    /* cta area */
    .cta-img-box img {
        width: 100%;
        height: auto;
        border-radius: 8px;
    }
    .cta-area .container-fluid {
        padding-left: 15px !important;
    }
    .video-btn-box {
        top: auto;
        right: auto;
        transform: translateY(0) translateX(-50%);
        left: 50%;
        bottom: -45px;
    }
    .cta-content {
        padding-right: 0;
    }
    /* partners area */
    .partners-brand-box {
        justify-content: center;
    }
    .partners-brand {
        margin-left: 15px;
        margin-right: 15px;
    }
    .partners-brand:nth-child(1),
    .partners-brand:nth-child(3),
    .partners-brand:nth-child(4),
    .partners-brand:nth-child(6) {
        position: inherit;
        top: auto;
    }
    /* testimonial-content */
    .testimonial-content {
        padding-top: 90px;
        width: auto;
        position: inherit;
        top: auto;
        margin-bottom: 50px;
    }
    .testimonial-item {
        flex-direction: column;
        padding-bottom: 0;
        padding-right: 0;
    }
    .testimonial-item img {
        margin-right: 0 !important;
        margin-bottom: 16px;
    }
    /* form-action */
    .form-action .form-group {
        width: 100%;
    }
    .form-action .form-control {
        width: 100%;
        padding-left: 20px;
        height: 60px;
    }
    .form-action .theme-btn {
        margin-left: 0;
        margin-top: 15px;
        width: 100%;
    }
    .patter-bg-2 {
        height: auto;
    }
    /* footer area */
    .footer-item {
        margin-bottom: 50px;
    }
    .copyright-area {
        text-align: center;
    }
    .copyright-area .social-icons {
        text-align: center !important;
        padding-top: 10px;
    }
    /* sidebar */
    .sidebar {
        margin-top: 60px;
    }
    .sidebar-search {
        height: auto;
    }
    .sidebar-search .form-action .theme-btn {
       width: auto;
        margin-top: 0;
    }
    /* comment */
    .comment {
        flex-direction: column;
        text-align: center;
    }
    .comment .c-avatar {
        margin-bottom: 1rem;
        margin-right: auto !important;
        margin-left: auto;
    }
    .comment-replay {
        margin-left: 0;
    }
    /* modal */
    .modal-container .modal-lg {
        max-width: 100%;
    }
    .contact-title-box {
        border-radius: 10px;
        margin-bottom: 40px;
        margin-right: -15px;
    }
    .modal-container .generic-form-box {
        margin-right: -25px;
        padding-bottom: 35px;
    }
}