/*=== MEDIA QUERY ===*/


/*
* ----------------------------------------------------------------------------------------
Author       : Themefisher
Template Name: Promodise
Version      : 1.0
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 01.GLOBAL CSS STYLE
* 02.PRELOADER & BOUNCE CCS STYLE
* 03.HOMEPAGE CSS STYLE
    -LOGO CSS
    -MENU CSS
* 04.ABOUT CSS STYLE
* 05.SERVICE CSS STYLE
* 06.WORK CSS STYLE
* 07.AVAILABLE CSS STYLE
* 08.CONTACT CSS STYLE
* 09.FOOTER CSS STYLE
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 01.GLOBAL STYLE
* ----------------------------------------------------------------------------------------
*/

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Poppins:400,600,700|Rubik:400,600,700");
body {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    font-family: "Rubik", sans-serif;
    color: #788487;
    position: relative;
}

p {
    line-height: 28px;
    font-size: 15px;
}

html {
    overflow-x: hidden !important;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body {
    border: 0;
    margin: 0;
    padding: 0;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    margin-bottom: 0px;
    color: #232323;
}

a {
    text-decoration: none;
    transition: all 0.2s;
    color: #000;
}

img {
    max-width: 100%;
}

a:hover {
    color: #27408b;
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

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

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 28px;
    line-height: 38px;
}

h4 {
    font-size: 22px;
    line-height: 32px;
}

h5 {
    font-size: 16px;
    line-height: 24px;
}

h6 {
    font-size: 14px;
    line-height: 26px;
}

.f-color {
    color: #27408b;
}

h5.subtitle {
    font-size: 16px;
    font-weight: 400;
}

.no-padding {
    padding: 0;
}

.flaticon {
    display: inline;
}

.mb30 {
    margin-bottom: 30px;
}

.section-padding {
    padding: 90px 0px;
}

.section-paddings {
    padding: 70px 0px;
}

.section-heading {
    text-align: center;
    width: 70%;
    margin: 0 auto 60px;
}

.section-title {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.section-title span {
    color: #27408b;
}

.section {
    padding: 100px 0px;
}

.line {
    width: 50px;
    background: #27408b;
    height: 1px;
    margin: 10px auto;
}


/*---------- BUTTONS ----------*/

.btn {
    font: 600 10.5px/1;
    display: inline-block;
    padding: 15px 45px 15px 45px;
    text-transform: uppercase;
    border: 2px solid transparent;
    transition: all 0.2s;
    border-radius: 0px;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
}

.btn:focus,
.btn:active,
.btn:active:focus {
    outline: none;
    box-shadow: none;
}

.btn-hero,
.btn-white:hover {
    color: #fff !important;
    background: #27408b;
}

.btn-hero:focus {
    color: #fff !important;
}

.btn-black,
.btn-hero:hover {
    background-color: black;
    color: #fff !important;
}

.btn-black:hover {
    color: #fff;
    background: #27408b;
}

.btn-black:focus {
    color: #fff;
}

.btn-white {
    background-color: rgba(255, 255, 255, 0.95);
    color: rgba(0, 0, 0, 0.85);
    border-color: rgba(255, 255, 255, 0.12);
}

.btn-white:focus {
    color: #000;
}

.btn-white:active {
    color: #fff;
}

.btn-trans-black {
    background-color: transparent;
    border: 2px solid rgba(0, 0, 0, 0.15);
    color: rgba(0, 0, 0, 0.85);
}

.btn-trans-black:hover {
    color: white;
    background-color: #000;
}

.btn-trans-white {
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.95);
}

.btn-trans-white:hover {
    background-color: rgba(255, 255, 255, 0.95);
    color: rgba(0, 0, 0, 0.85);
    border-color: rgba(255, 255, 255, 0.12);
}

.btn-trans-white:active,
.btn-trans-white:focus {
    color: #fff;
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.12);
}

.btn-rounded {
    border-radius: 2px;
}

.btn-circled {
    border-radius: 40px;
}

.btn-trans-black:hover {
    background: #27408b !important;
}


/*---------- COLORS ----------*/


/*-- Background Colors --*/

.bg-black {
    background-color: #000;
}

.bg-dark {
    background-color: rgba(0, 0, 0, 0.96);
}

.bg-feature {
    background-color: #27408b;
}

.bg-primary {
    background-color: #0db8ca;
}

.bg-gray {
    background-color: #f2f4ec;
}

.bg-white {
    background-color: #fff;
}

.d-table {
    width: 100%;
}

.d-table-cell {
    vertical-align: middle;
}

.overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.brown-overlay {
    background: #222955;
    opacity: 0.97;
}

.feature-overlay {
    background: #27408b;
    opacity: 0.97;
}

.gr-overlay {
    background: linear-gradient(135deg, #2f1ce0 0%, #53a0fd 30%, #51eca5 100%);
    opacity: 0.87;
}


/* ========================

==============================*/

.heading {
    margin-bottom: 40px;
}

.heading h3 {
    margin-bottom: 10px;
    font-weight: 600;
}


/*------------------------------------
MENU NAVIGATION AREA
----------------------------------*/

.nav-mod:hover {
    border-bottom: 3px solid #27408b;
}

.nav-mod {
    font-size: 16px;
    border-bottom: 3px solid white;
    font-weight: 500;
}

.site-navigation,
.trans-navigation {
    padding: 10px 0px;
}

.site-navigation .navbar-nav a,
.trans-navigation .navbar-nav a {
    text-transform: uppercase;
}

.site-navigation .navbar-nav a.active,
.trans-navigation .navbar-nav a.active {
    color: red;
}

.header-white {
    position: fixed;
    top: 0px;
    background: #fff;
    z-index: 9999;
    width: 100%;
    left: 0;
    transition: all 0.5s ease 0s;
    color: #fff !important;
    box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.1);
}

.navbar-expand-lg.trans-navigation .navbar-nav .nav-link,
.navbar-expand-lg.site-navigation .navbar-nav .nav-link {
    padding: 0px 24px;
}

.navbar-expand-lg.trans-navigation .navbar-nav .nav-link:last-child,
.navbar-expand-lg.site-navigation .navbar-nav .nav-link:last-child {
    padding-right: 0px;
}

.site-navigation,
.trans-navigation {
    transition: all 0.5s ease 0s;
}

.navbar-brand {
    padding-top: 0px;
    margin-right: 60px;
    font-weight: 700;
    text-transform: capitalize;
    color: #fff;
}

.navbar-brand span {
    font-weight: 400;
}

.navbar-expand-lg.trans-navigation .navbar-nav .nav-link {
    color: #000;
}

.trans-navigation {
    background: transparent;
}

.trans-navigation.header-white {
    background: #fff;
}

.trans-navigation.header-white .navbar-nav .nav-link {
    color: #000;
}

.trans-navigation.header-white .navbar-nav a.active {
    font-weight: bold;
}

.navbar-brand img {
    max-width: 100%;
}

.trans-navigation.header-white .btn-white {
    background: #fff;
    color: #fff;
}


/* ===============================
DROPDOWN MENU
================================*/

.navbar-expand-lg.trans-navigation .navbar-nav .nav-link.dropdown-toggle {
    padding-right: 0px;
}

.nav-item.dropdown .dropdown-menu {
    transition: all 300ms ease;
    display: block;
    visibility: hidden;
    opacity: 0;
    top: 120%;
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    border: 0px;
    padding: 0px;
    position: absolute;
}

.nav-item.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #27408b;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-menu {
    opacity: 0;
}

.dropdown-menu.show {
    -webkit-animation: 0.2s forwards b;
    animation: 0.2s forwards b;
}

@-webkit-keyframes b {
    to {
        opacity: 1;
    }
}

@keyframes b {
    to {
        opacity: 1;
    }
}

.dropdown-item {
    font-size: 0.6875rem;
    font-weight: 500;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    transition: background-color 0.1s;
    text-transform: uppercase;
}

@media (min-width: 1200px) {
    .dropdown-item {
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
    }
}

@media (min-width: 1200px) {
    .dropdown-item+.dropdown-item {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }
}


/*------------------------------------
BANNER AREA
----------------------------------*/

.banner-area .content-padding {
    padding: 250px 0px 180px;
}

.content-paddingzz h1 {
    font-size: 30px;
}

.content-padding {
    padding: 180px 0px 80px;
}

.banner-content {
    padding-right: 30px;
}

.banner-content .btn {
    margin-top: 15px;
}

.banner-content .banner-title {
    color: #fff;
    font-weight: 700;
    line-height: 50px;
}

.banner-content .subtitle {
    color: #fff;
    background: #27408b;
    display: inline-block;
    padding: 3px 8px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.subtitle {
    color: #27408b;
}

.banner-content p {
    margin: 20px 0px;
    color: #eee;
    font-size: 18px;
    line-height: 30px;
}

.banner-content .btn {
    margin-right: 12px;
}

.btn-sm {
    padding: 10px 30px;
}

.banner-1 {
    background: url("../images/banner/bg-2.jpg");
    background-size: cover;
    position: relative;
}

.banner-2 {
    background: url("../images/banner/slider-3.jpg");
    background-size: cover;
    position: relative;
}

.banner-3 {
    background: url("../images/banner/banner-bg.jpg");
    background-size: cover;
    position: relative;
}

.section-heading h2 {
    margin-bottom: 20px;
    font-weight: 400;
}


/* =======================================
INner Pages
=========================================*/

#page-banner {
    position: relative;
    padding: 60px 0px 80px;
}

.page-banner-area {
    background: url("../images/breadrap.jpeg") no-repeat 50% 50%;
    background-size: cover;
    height: 30vh;
}


/*-------------------- ------------
INTRO SECTION
-----------------------------*/

#intro {
    padding-bottom: 0px;
}

.intro-img {
    transform: skewY(4deg);
}

#intro .section-heading p {
    color: #fff;
    font-size: 30px;
    line-height: 40px;
    transform: skewY(4deg);
}

.intro-box {
    position: relative;
    color: #fff;
    transform: skewY(4deg);
}

.intro-box p {
    margin-top: 30px;
    position: relative;
    margin-bottom: 20px;
    /* transform: skewY(4deg); */
    color: #fff;
}

.intro-box h4:before {
    position: absolute;
    left: 0px;
    top: 17px;
    content: "";
    bottom: 0px;
    background: rgb(0, 247, 255);
    width: 50px;
    height: 2px;
    color: #000;
}

.intro-box h4 {
    text-transform: uppercase;
    margin-bottom: 15px;
    position: relative;
    padding-left: 60px;
    /* transform: skewY(4deg); */
    color: #fff;
}

.intro-box span {
    font-size: 23px;
    color: #fff;
    /* transform: skewY(4deg); */
}

.intro-cta {
    margin-top: 40px;
    /* transform: skewY(4deg); */
    color: #fff;
}


/*--------------------------
ABOUT SECTION
----------------------*/

.section-pt {
    padding-top: 90px;
}

.section-pb {
    padding-bottom: 90px;
}

#about {
    position: relative;
    padding-bottom: 85px;
}

.about-bg-img {
    position: absolute;
    right: 0px;
    content: "";
    background: url("../images/banner/1.jpg") 50% 50%;
    width: 40%;
    height: 100%;
    max-height: 560px;
    top: 0px;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
}

.about-content {
    margin-top: 94px;
}

.about-content .subtitle {
    margin-bottom: 20px;
    text-transform: uppercase;
}

.about-content h3 {
    margin-bottom: 25px;
}

.about-list {
    margin-top: 30px;
}

.about-list li {
    width: 45%;
    float: left;
    margin-bottom: 15px;
    margin-right: 15px;
    color: #888;
}

.about-list li i {
    color: #000;
    margin-right: 10px;
}


/* ----------------------
ABOUT PAGE
-------------------------*/

.about-list2 li i {
    margin-right: 10px;
    color: #27408b;
}

.icon-3x {
    font-size: 3rem;
}

.text-default {
    color: #27408b;
}

.team-social li a {
    font-size: 13px;
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #fff;
    display: inline-block;
    padding-top: 3px;
    background: #fff;
}


/* ========================
HISTORY MISSION
==============================*/

.img-block img {
    width: 200px;
}


/* ========================

==============================*/

#section-strategy {
    background: url("../images/bg/bg-1.jpg") 50% 50% no-repeat;
    background-size: cover;
}

.strategy-text {
    margin-bottom: 50px;
}

.strategy-text h4 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
}

.strategy-text span {
    font-size: 61px;
    color: #27408b;
    margin-bottom: 15px;
    display: block;
}


/*--------------------------------
COUNTER SECTION
-----------------------------*/

.counter {
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
    line-height: 70px;
    margin: 10px 0px;
    color: #27408b;
}

.counter-stat i {
    font-size: 40px;
    color: #fff;
    margin-right: 10px;
}

.counter-stat h5 {
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
}

.counter-block span {
    font-size: 30px;
}

#counter .dark-overlay {
    background: #000;
    opacity: 0.95;
}

#counter {
    background: url("../images/banneruae.jpg") fixed 50% 50%;
    position: relative;
    background-size: cover;
    padding-top: 87px;
    padding-bottom: 95px;
}


/*--------------------------
SERVICE AREA SECTION
----------------------*/

.page-banner-area.page-service {
    background: url("../images/bg/bg-2.jpg") no-repeat;
    background-size: cover;
}

#service-head {
    padding-bottom: 100px;
    padding-top: 90px;
}

#service-head .section-title {
    color: #fff;
}

.text-white p {
    color: #fff;
}

#service {
    margin-top: -100px;
    padding-bottom: 70px;
}

.service-box .service-img-icon {
    width: 100px;
    height: 100px;
    text-align: center;
    background: #fff;
    padding-top: 20px;
    margin: 0 auto;
    border-radius: 100%;
    margin-bottom: 20px;
    background: #27408b;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
}

.service-box {
    margin-bottom: 40px;
    background: #fff;
    text-align: center;
    padding: 45px 25px 30px 25px;
    border: 1px solid transparent;
    transition: all 0.3s ease 0s;
    border-radius: 5px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}

.service-inner {
    margin-top: 30px;
}

.service-inner h4 {
    margin-bottom: 20px;
}

.service-inner span {
    color: #27408b;
}


/* ================================
SERVICE PAGE
==============================*/

.bg-gray {
    background: #f4f4f4;
}

.service-block-2 {
    position: relative;
}

.service-block-2 h4 {
    margin-bottom: 15px;
    line-height: 26px;
}

.service-block-2 p {
    font-size: 16px;
}

.service-block-2 span {
    position: absolute;
    content: "";
    font-size: 70px;
    top: 0px;
    left: 0px;
    font-weight: 800;
    opacity: 0.05;
    margin-top: -15px;
}

.service-style-two {
    background: url("../images/bg/bg-2.jpg") no-repeat;
    background-size: cover;
    position: relative;
}

.service-style-two:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.heading {
    margin-bottom: 70px;
}


/*------------------------------------
PRICING SECTION AREA
--------------------------------*/

#pricing {
    padding-bottom: 100px;
}

.pricing-block {
    text-align: center;
    transition: all 0.3s 0s ease;
    border-radius: 5px;
    border: 1px solid #eee;
}

.price-header {
    padding-bottom: 30px;
    padding-top: 30px;
}

.price-header i {
    width: 100px;
    height: 100px;
    text-align: center;
    padding-top: 25px;
    font-size: 50px;
    display: inline-block;
    border-radius: 100%;
    transition: all 0.3s ease 0s;
    color: #27408b;
    border: 1px solid #eee;
}

.price-header .price {
    font-size: 70px;
    margin-top: 40px;
    margin-bottom: 0px;
}

.price-header h5 {
    font-weight: 400;
}

.price-header .price small {
    font-size: 18px;
}

.pricing-block ul {
    padding: 20px 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.pricing-block ul li {
    padding: 6px 0px;
}

.pricing-block .btn {
    margin-bottom: 30px;
}

.pricing-block:hover i {
    background-image: -webkit-linear-gradient( 135deg, #2f1ce0 0%, #53a0fd 50%, #51eca5 100%);
    background-image: -linear-gradient( 135deg, #2f1ce0 0%, #53a0fd 50%, #51eca5 100%);
    color: #fff;
    border: 1px solid #53a0fd;
}

.pricing-block:hover,
.pricing-block.active {
    background: #fff;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
}

#pricing .section-heading {
    margin-bottom: 90px;
}


/* -------------------
PRICING PAGE
--------------------*/

#section-counter .counter-stat i {
    color: #000;
}

#section-counter .counter-stat h5 {
    color: #777;
}


/*------------------------------------
CLIENT PARTNER AREA SECTION
--------------------------------*/

#clients {
    padding-top: 75px;
    padding-bottom: 80px;
    position: relative;
}

.client-img {
    background: #fff;
}


/*------------------------------------
TESTIMONIAL AREA SECTION
---------------------------------*/

.author-img img {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    border: 5px solid #ddd;
}

.author-info p {
    margin: 0px;
    font-size: 14px;
}

.carousel-indicators {
    bottom: 0px;
    margin-bottom: 0px;
}

.carousel-indicators li {
    background: #111;
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

.carousel-indicators li.active {
    background: #27408b;
}

.sliderItems {
    height: 500px !important;
    width: 100%;
}

.logoSec {
    height: 25%;
    width: 25%;
}

@media (min-width: 1600px) and (max-width: 2000px) {
    .sliderItems {
        height: 580px !important;
    }
    .logoSec {
        height: 23%;
        width: 23%;
    }
    .processImg {
        width: 100%;
        height: 250px;
    }
}

@media (min-width: 991.98px) and (max-width: 1400px) {
    .sliderItems {
        height: 520px !important;
    }
    .logoSec {
        height: 25%;
        width: 25%;
    }
    .processImg {
        width: 100%;
        height: 200px;
    }
    .processTwo {
        height: 88%;
    }
}

@media (min-width: 1400px) and (max-width: 1600px) {
    .processImg {
        width: 100%;
        height: 200px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .sliderItems {
        height: 420px !important;
    }
    .logoSec {
        height: 27%;
        width: 27%;
    }
    .processImg {
        width: 100%;
        height: 200px;
    }
    .processTwo {
        height: 88%;
    }
}

@media (min-width: 568px) and (max-width: 768px) {
    .sliderItems {
        height: 340px !important;
    }
    .logoSec {
        height: 45%;
        width: 45%;
    }
    .headResponse {
        font-size: 23px;
    }
    .paraResp {
        font-size: 14px !important;
    }
    .processImg {
        width: 100%;
        height: 60%;
    }
}

@media (min-width: 368px) and (max-width: 568px) {
    .sliderItems {
        height: 240px !important;
    }
    .logoSec {
        height: 50%;
        width: 50%;
    }
    .headResponse {
        font-size: 23px;
    }
    .paraResp {
        font-size: 12px !important;
    }
    .paraResp {
        font-size: 14px !important;
    }
    .trans-navigation {
        padding: 7px 7px !important;
    }
    .headImgs {
        height: 140px !important;
        width: 150px !important;
    }
    .headText h4 {
        font-size: 18px !important;
        line-height: 22px !important;
    }
    .headText p {
        font-size: 14px !important;
        /* line-height: 20px!important; */
    }
    .testimonial4_slide p {
        color: #ffffff;
        font-size: 10px !important;
        line-height: 1.4;
        margin: 40px 0 20px 0;
    }
    .testimonial4_slide h4 {
        color: #ffffff;
        font-size: 16px !important;
    }
    .section-paddings {
        padding: 30px 0px;
    }
    .testimonial4_slide img {
        width: 80px !important;
        height: 80px !important;
    }
    .testimonial4_slide {
        width: 90%;
    }
    .banner-content h1 {
        font-size: 20px;
    }
    .page-banner-area {
        height: 25vh;
    }
    .banner-content {
        padding-right: 0px;
    }
    .banner-content p {
        margin: 10px 0px;
    }
    .banner-content p {
        margin: 5px 0px;
        line-height: 20px;
    }
    .processImg {
        width: 100%;
        height: 60%;
    }
}

.headImgs {
    height: 180px !important;
    width: 190px !important;
    border-radius: 15px;
}

@media (min-width: 268px) and (max-width: 368px) {
    .sliderItems {
        height: 180px !important;
    }
    .logoSec {
        height: 50%;
        width: 50%;
    }
    .headResponse {
        font-size: 21px;
    }
    .paraResp {
        font-size: 10px !important;
    }
    .paraRespt {
        font-size: 14px !important;
    }
    .site-navigation,
    .trans-navigation {
        padding: 0px 0px;
    }
    .headImgs {
        height: 130px !important;
        width: 140px !important;
    }
    .headText h4 {
        font-size: 16px !important;
        line-height: 20px !important;
    }
    .headText p {
        font-size: 12px !important;
        /* line-height: 20px!important; */
    }
    .testimonial4_slide p {
        color: #ffffff;
        font-size: 10px !important;
        line-height: 1.4;
        margin: 40px 0 20px 0;
    }
    .testimonial4_slide h4 {
        color: #ffffff;
        font-size: 16px !important;
    }
    .trans-navigation {
        padding: 7px 7px !important;
    }
    .section-paddings {
        padding: 20px 0px;
    }
    .testimonial4_slide img {
        width: 60px !important;
        height: 60px !important;
    }
    .testimonial4_slide {
        width: 90%;
    }
    .banner-content h1 {
        font-size: 18px;
    }
    .page-banner-area {
        height: 20vh;
    }
    .content-paddingzz {
        padding: 0px 0px;
    }
    .banner-content {
        padding-right: 0px;
    }
    .banner-content p {
        margin: 5px 0px;
        line-height: 20px;
    }
    .processImg {
        width: 100%;
        height: 60%;
    }
}

.testimonial-content {
    padding: 0px 40px;
    text-align: center;
    margin-bottom: 40px;
}

.testimonial-content .author-text {
    padding-top: 10px;
}

.testimonial-content .author-info {
    display: block;
    margin-bottom: 25px;
}

.testimonial-content p {
    font-size: 20px;
    line-height: 36px;
    color: #222;
    margin: 35px 0px;
    display: block;
}

.author-text h5 {
    text-transform: uppercase;
}

.author-text p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 36px;
    color: #888;
    margin: 0px;
}

.testimonial-content p i {
    margin: 0px 8px;
}


/*--------------------------
CONTACT SECTION AREA
----------------------*/

#contact {
    padding-bottom: 100px;
}

.text-color {
    color: #27408b;
}

input[type="text"],
input[type="email"] {
    height: 50px;
}

.form-control {
    border: 1px solid #eee;
    padding-left: 20px;
}

.form-control:hover,
.form-control:focus {
    box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
}

.input:focus {
    outline: none;
}

.form-control::-webkit-input-placeholder {
    color: #888;
    opacity: 0.9;
    font-size: 13px;
    padding-left: 10px;
}

.form-control::-moz-placeholder {
    color: #888;
    opacity: 0.9;
    font-size: 13px;
    padding-left: 10px;
}

.form-control:-ms-input-placeholder {
    color: #888;
    opacity: 0.9;
    font-size: 13px;
    padding-left: 10px;
}

.form-control:-moz-placeholder {
    color: #888;
    opacity: 0.9;
    font-size: 13px;
    padding-left: 10px;
}


/* --------------
MAP
-----------------*/

#map {
    height: 400px;
    width: 100%;
    position: relative;
}

#map:after {
    position: absolute;
    content: "";
    left: 0px;
    background: rgba(99, 92, 219, 0.4);
    top: 0px;
    width: 100%;
    height: 100%;
}


/*--------------------------
BLOG SECTION AREA
----------------------*/

#blog {
    padding-bottom: 55px;
}

.blog-block {
    overflow: hidden;
    transition: all 0.3s ease 0s;
}

.blog-block img {
    margin-bottom: 10px;
}

.blog-text {
    padding: 20px;
}

.blog-text .author-name {
    font-weight: 400;
}

.blog-text .author-name span {
    margin-right: 10px;
    font-weight: 600;
}

.blog-block .read-more,
.blog-block span {
    color: #27408b;
}


/* =================================
BLOG PAGE
===================================*/

.blog-post {
    margin-bottom: 50px;
}

.blog-post img {
    border-radius: 5px;
}

.blog-post .post-author i,
.blog-post .post-info i {
    margin-right: 5px;
    font-size: 14px;
}

.blog-post .post-author span,
.blog-post .post-info span {
    font-size: 14px;
}

.sidebar-widget {
    margin-bottom: 40px;
    padding-left: 20px;
}

.category ul li {
    margin-bottom: 10px;
    text-transform: capitalize;
    position: relative;
    padding-left: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.category ul li:before {
    position: absolute;
    content: "\f105";
    left: 0px;
    top: 0px;
    font-family: "Font Awesome 5 Free";
    color: #27408b;
    font-weight: 900;
}

.tag a {
    text-transform: capitalize;
    padding: 5px 8px;
    border: 1px solid #eee;
    margin-bottom: 5px;
    font-size: 14px;
    display: inline-block;
}

.search i {
    position: absolute;
    right: 0px;
    top: 0px;
    margin-right: 35px;
    margin-top: 15px;
    color: #27408b;
}

.download a {
    display: block;
    padding: 12px 20px;
    border: 1px solid #eee;
    margin-bottom: 10px;
    background: #f2f2f2;
}

.download a i {
    margin-right: 15px;
    color: #27408b;
}


/* ==================================
BLOG SINGLE
=====================================*/

.quote i {
    font-size: 50px;
    margin-right: 10px;
    position: absolute;
    left: 0px;
}

.quote {
    font-size: 18px;
    line-height: 32px;
    color: #222;
    position: relative;
    margin: 50px 0px;
    padding-left: 70px;
}

.comments img {
    width: 80px;
    height: 80px;
}


/*--------------------------
FOOTER
----------------------*/

#footer {
    padding-bottom: 60px;
    position: relative;
    background: url("../images/bg/2.png");
    border-top: 1px solid #eee;
}

.footer-widget ul li {
    padding: 5px 0px;
}

.footer-widget p {
    margin-bottom: 5px;
}

.footer-widget h4 {
    margin-bottom: 20px;
}

.footer-widget h4 span {
    color: #27408b;
    display: block;
    font-size: 60px;
    line-height: 60px;
}

.footer-blog li img {
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 20px;
}

.footer-blog li h5 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
    text-transform: capitalize;
}

.footer-blog li a.read-more {
    font-size: 13px;
}

.footer-blog li {
    margin-bottom: 15px;
}

.footer-copy {
    letter-spacing: 1px;
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #eee;
}

.footer-text h6 {
    margin-bottom: 10px;
}

.footer-text p span {
    color: #000;
}

.footer-text p.mail {
    color: #27408b;
}

.bg-main {
    background: #f4f8fb;
}

.footer-widget a {
    color: #999;
}


/*-------------------------------
RESPONSIVE LAYOUT
---------------------------------*/


/*Extra large devices (large desktops, 1200px and up)*/


/*Large devices (desktops, 992px and up)*/


/*Medium devices (tablets, 768px and up)*/


/*Medium devices (tablets, 768px and up)*/

@media (min-width: 768px) and (max-width: 991.98px) {
    /*---------------
NAVIGATION
----------------*/
    .navbar-toggler {
        background: #fff;
        border-radius: 0px;
    }
    .navbar-toggler-icon {
        height: auto;
        padding: 10px 0px;
    }
    .trans-navigation {
        background: #fff;
    }
    .navbar-expand-lg.trans-navigation .navbar-nav .nav-link {
        margin-bottom: 10px;
    }
    /*----------------------
SECTION HEAINDG
-----------------------*/
    .section-heading {
        width: 100%;
    }
    /*----------------
INTRO
----------------*/
    #intro {
        padding-bottom: 90px;
    }
    /*----------------
ABOUT
----------------*/
    .about-list li {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }
    .about-bg-img {
        width: 35%;
        height: 100%;
        max-height: 600px;
    }
    .about-content {
        margin-top: 60px;
    }
    #about {
        padding-bottom: 40px;
    }
    /*--------------
COUNTER
----------------*/
    .counter-stat {
        margin-bottom: 30px;
        text-align: center;
    }
    /*--------------
BLOG
----------------*/
    .blog-text {
        padding: 0px;
        margin-top: 10px;
    }
    .blog-tex h5 {
        font-size: 15px;
    }
    .blog-text p {
        font-size: 14px;
    }
    .pricing-block {
        margin-bottom: 30px;
    }
    /*--------------
FOOTER
----------------*/
    .footer-widget {
        margin-bottom: 30px;
    }
}


/*Small devices (landscape phones, 576px and up)*/

@media (min-width: 576px) and (max-width: 767.98px) {
    /*---------------
NAVIGATION
----------------*/
    .navbar-toggler {
        background: #fff;
        border-radius: 0px;
    }
    .navbar-toggler-icon {
        height: auto;
        padding: 10px 0px;
    }
    .trans-navigation {
        background: #fff;
    }
    .navbar-expand-lg.trans-navigation .navbar-nav .nav-link {
        margin-bottom: 10px;
    }
    /*----------------------
SECTION HEAINDG
-----------------------*/
    .section-heading {
        width: 100%;
    }
    /*----------------
INTRO
----------------*/
    #intro {
        padding-bottom: 90px;
    }
    /*----------------
ABOUT
----------------*/
    .about-content {
        margin-top: 60px;
    }
    #about {
        padding-bottom: 40px;
    }
    /*-------------------
TESTIMONIAL
-------------------*/
    .testimonial-content {
        padding: 10px;
    }
    /*--------------
COUNTER
----------------*/
    .counter-stat {
        margin-bottom: 30px;
        text-align: center;
    }
    /*--------------
BLOG
----------------*/
    .blog-block {
        margin-bottom: 30px;
    }
    .blog-text {
        padding: 0px;
        margin-top: 10px;
    }
    .blog-block:hover {
        box-shadow: none;
    }
    .blog-text h5 {
        font-size: 16px;
    }
    .blog-text p {
        font-size: 14px;
    }
    .intro-box {
        margin-top: 0px;
        margin-bottom: 40px;
    }
    /*--------------
CLIENT
--------------*/
    .client-img {
        text-align: center;
    }
    /*--------------
FOOTER
----------------*/
    .footer-widget {
        margin-bottom: 30px;
    }
    .pricing-block {
        margin-bottom: 30px;
    }
    .img-block img {
        width: 130px;
    }
}


/* Extra small devices (portrait phones, less than 576px)*/

@media (max-width: 575.98px) {
    /*---------------
NAVIGATION
----------------*/
    .navbar-toggler {
        background: #fff;
        border-radius: 0px;
    }
    .navbar-toggler-icon {
        height: auto;
        padding: 10px 0px;
    }
    .trans-navigation {
        background: #fff;
        padding: 20px 15px;
    }
    .navbar-expand-lg.trans-navigation .navbar-nav .nav-link {
        margin-bottom: 10px;
    }
    /*----------------------
SECTION HEAINDG
-----------------------*/
    #intro .section-heading,
    .section-heading {
        width: 100%;
    }
    #intro .section-heading p {
        font-size: 16px;
        line-height: 28px;
    }
    .section-title {
        font-size: 26px;
        line-height: 36px;
    }
    h1 {
        font-size: 32px;
        line-height: 36px;
    }
    /*--------------------
BANNER
-----------------*/
    .banner-content .banner-title {
        line-height: 37px;
    }
    .banner-content p {
        font-size: 16px;
    }
    /*----------------
INTRO
----------------*/
    #intro {
        padding-bottom: 90px;
    }
    /*----------------
ABOUT
----------------*/
    .about-list li {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }
    .about-bg-img {
        width: 35%;
        height: 100%;
        max-height: 600px;
    }
    .about-content {
        margin-top: 60px;
    }
    #about {
        padding-bottom: 40px;
    }
    .img-block img {
        width: 130px;
    }
    .service-block {
        margin-bottom: 20px;
    }
    /*-------------------
TESTIMONIAL
-------------------*/
    .testimonial-content {
        padding: 10px;
    }
    /*--------------
COUNTER
----------------*/
    .counter-stat {
        margin-bottom: 30px;
        text-align: center;
    }
    /*--------------
BLOG
----------------*/
    .blog-block {
        margin-bottom: 30px;
    }
    .blog-text {
        padding: 10px;
        margin-top: 10px;
        text-align: center;
    }
    .blog-tex h5 {
        font-size: 15px;
    }
    .blog-text p {
        font-size: 14px;
    }
    /*--------------
CLIENT
--------------*/
    .client-img {
        text-align: center;
    }
    /*--------------
FOOTER
----------------*/
    .footer-widget {
        margin-bottom: 30px;
    }
    .pricing-block {
        margin-bottom: 30px;
    }
}


/*# sourceMappingURL=maps/style.css.map */

@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900|Rubik:300,400,500,700,900");
* {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
    text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

body {
    font-family: "Rubik", sans-serif;
    font-size: 14px;
    font-weight: 400;
    /*background: #eee;*/
    color: #000000;
}

div {
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul {
    list-style: none;
    margin-bottom: 0px;
}

p {
    font-family: "Rubik", sans-serif;
    font-size: 14px;
    line-height: 1.7;
    font-weight: 400;
    color: #828282;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
    text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

p a {
    display: inline;
    position: relative;
    color: inherit;
    border-bottom: solid 1px #ffa07f;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

a,
a:hover,
a:visited,
a:active,
a:link {
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
    text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

.clear {
    clear: both;
}

.clearfix::before,
.clearfix::after {
    content: "";
    display: table;
}

.clearfix::after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.bbb_background {
    background-color: #e0e0e0 !important;
}

.trans_200 {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.trans_300 {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.trans_400 {
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.trans_500 {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.fill_height {
    height: 100%;
}

.super_container {
    width: 100%;
    overflow: hidden;
}

.prlx_parent {
    overflow: hidden;
}

.prlx {
    height: 130% !important;
}

.trends {
    padding: 50px;
}

.bbb_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(203, 225, 238, 0.3);
}

.bbb_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.bbb_container {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-right: 40px;
}

.bbb_title {
    padding-right: 50px;
}

.bbb_text {
    margin-top: 17px;
}

.bbb_text p:last-child {
    margin-bottom: 0px;
}

.bbb_slider_nav {
    margin-top: 27px;
}

.bbb_nav {
    display: inline-block;
    width: 36px;
    height: 36px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    margin-right: 16px;
    background-color: #2d8ce4;
}

.bbb_nav:last-child {
    margin-right: 0px;
}

.bbb_nav i {
    line-height: 36px;
    color: #fff;
    font-size: 18px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.bbb_nav:hover i {
    color: #474747;
}

.bbb_item {
    background: #ffffff;
    border-radius: 1px;
    padding: 25px;
}

.bbb_image {
    width: 100%;
    height: 212px;
}

.bbb_image img {
    width: auto !important;
    max-width: 100% !important;
}

.bbb_category a {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
}

.bbb_category a:hover {
    color: #0e8ce4;
}

.bbb_content {
    margin-top: 24px;
}

.bbb_name {
    float: left;
}

.bbb_name a {
    font-size: 16px;
    color: #000000;
}

.bbb_name a:hover {
    color: #0e8ce4;
}

.bbb_price {
    font-size: 16px;
    font-weight: 500;
    float: left;
}

.bbb_rating {
    font-size: 16px;
    font-weight: 500;
    float: left;
}

.bbb_fav {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 36px;
    height: 36px;
    background: #ffffff;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    cursor: pointer;
}

.bbb_fav.active {
    visibility: visible;
    opacity: 1;
}

.bbb_fav:hover {
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
}

.bbb_item:hover .bbb_fav {
    visibility: visible;
    opacity: 1;
    top: 18px;
}

.bbb_fav i {
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #cccccc;
    line-height: 36px;
    pointer-events: none;
    z-index: 0;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.bbb_fav.active i {
    color: red;
}

.bbb_item:hover .bbb_fav {
    visibility: visible;
    opacity: 1;
}

.bbb_marks {
    position: absolute;
    left: 18px;
    top: 18px;
}

.bbb_mark {
    display: none;
    width: 36px;
    height: 36px;
    font-size: 10px;
    font-weight: 500;
    color: #ffffff;
    border-radius: 50%;
    line-height: 36px;
    text-align: center;
}

.bbb_discount {
    background: #df3b3b;
}

.bbb_item.discount .bbb_discount,
.bbb_item.is_new .bbb_new {
    display: block;
}

.bbb_new {
    background: #0e8ce4;
}

@media only screen and (max-width: 991px) {
    .bbb_slider_container {
        margin-top: 15px;
    }
}

.icons {
    color: white;
    border-radius: 50px;
}

.checked {
    color: orange;
}

.button-voice {
    height: 100px;
    width: 100px;
    color: white;
    background-color: #27408b;
    border-radius: 50px;
    border: none;
}

.button-voicez {
    height: 100px;
    width: 100px;
    color: white;
    background-color: red;
    border-radius: 50px;
    border: none;
}


/*-------------------*cart ------------*/

.cart {
    margin: auto;
    border-radius: 4px;
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #efefef;
    font-size: 10px;
    background-color: #212121;
    color: #efefef;
}

.count {
    position: absolute;
    height: 20px;
    width: 20px;
    background-color: #85cb33;
    border-radius: 500px;
    font-size: 8px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    top: 0px;
    right: 0px;
    color: #100b00;
    transform: translate(50%, -50%);
    z-index: 1;
}

.ratings span:hover {
    color: darkorange;
}


/*-----------checkout------*/


/*-- Checkout Form --*/

.checkout-form {
    color: #d4d4d4;
}

.checkout-form label {
    color: #1a1f2b;
    font-family: Rubik, Arial, Helvetica, sans-serif;
    margin: 0 0 5px;
}

.checkout-form .nice-select {
    width: 100%;
    background-color: #f4f4f4;
    border: 1px solid transparent;
    border-radius: 0;
    line-height: 23px;
    padding: 10px 20px;
    font-size: 14px;
    height: 45px;
    color: #14191e;
    margin-bottom: 15px;
}

.checkout-form .nice-select::after {
    width: 6px;
    height: 6px;
    border-width: 1px;
    right: 20px;
    border-color: #565f69;
}

.checkout-form .nice-select .current {
    color: #565f69;
    display: block;
    line-height: 23px;
}

.checkout-form .nice-select .list {
    width: 100%;
    overflow-y: scroll;
    height: 300px;
}

.checkout-form input {
    width: 100%;
    background-color: #f4f4f4;
    border: 1px solid transparent;
    border-radius: 0;
    line-height: 23px;
    padding: 10px 20px;
    font-size: 14px;
    color: #14191e;
    margin-bottom: 15px;
}

.checkout-form input[type="checkbox"] {
    width: auto;
}

.checkout-form input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border-color: #62ab00;
}

.checkout-form .check-box {
    margin-right: 70px;
}

.checkout-form .check-box:last-child {
    margin-right: 0;
}

.checkout-form .check-box input[type="checkbox"] {
    display: none;
}

.checkout-form .check-box input[type="checkbox"]+label {
    position: relative;
    padding-left: 30px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #14191e;
    margin: 0;
}

.checkout-form .check-box input[type="checkbox"]+label::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    display: block;
    border: 2px solid #565f69;
    content: "";
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.checkout-form .check-box input[type="checkbox"]+label::after {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    line-height: 20px;
    opacity: 0;
    color: #333;
    width: 20px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.checkout-form .check-box input[type="checkbox"]:checked+label::before {
    border: 2px solid #565f69;
}

.checkout-form .check-box input[type="checkbox"]:checked+label::after {
    opacity: 1;
}


/*-- Shipping Form --*/

#shipping-form {
    display: none;
}


/*-- Checkout Cart Total --*/

.checkout-cart-total {
    background-color: #f9f9f9;
    color: #333;
    padding: 35px 30px;
}

.checkout-cart-total .checkout-title {
    border-bottom: 1px solid #dfdfdf;
    font-size: 24px;
    margin: 0 0 20px;
    padding-bottom: 10px;
    text-transform: capitalize;
    width: 100%;
    font-weight: 700;
}

@media only screen and (max-width: 479px) {
    .checkout-cart-total {
        padding: 30px;
    }
}

.checkout-cart-total h4 {
    line-height: 23px;
    font-weight: 600;
    font-size: 18px;
    margin-top: 10px;
}

@media (max-width: 479px) {
    .checkout-cart-total h4 {
        font-size: 19px;
    }
}

.checkout-cart-total h4:first-child {
    margin-top: 0;
    margin-bottom: 25px;
}

.checkout-cart-total h4:last-child {
    margin-top: 15px;
    margin-bottom: 0;
}

.checkout-cart-total h4 span {
    float: right;
    display: block;
}

.checkout-cart-total ul {
    border-bottom: 1px solid #dfdfdf;
    color: #333;
}

.checkout-cart-total ul li {
    color: inherit;
    font-size: 14px;
    line-height: 23px;
    font-weight: 500;
    display: block;
    margin-bottom: 16px;
    overflow: hidden;
}

.checkout-cart-total ul li span {
    color: inherit;
    float: right;
}

.checkout-cart-total ul li span.left {
    float: left;
    width: 70%;
}

.checkout-cart-total p {
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
    color: #333;
    padding: 10px 0;
    border-bottom: 1px solid #dfdfdf;
    margin: 0;
}

.checkout-cart-total p span {
    float: right;
}


/*-- Checkout Payment Method --*/

.checkout-payment-method {
    background-color: #14191e;
    padding: 45px;
}

@media only screen and (max-width: 479px) {
    .checkout-payment-method {
        padding: 30px;
    }
}


/*-- Single Payment Method --*/

.single-method {
    margin-bottom: 20px;
}

.single-method:last-child {
    margin-bottom: 0;
}

.single-method input[type="radio"] {
    display: none;
}

.single-method input[type="radio"]+label {
    position: relative;
    padding-left: 30px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #d4d4d4;
    margin: 0;
}

.single-method input[type="radio"]+label::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    display: block;
    border: 2px solid #565f69;
    content: "";
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-method input[type="radio"]+label::after {
    position: absolute;
    left: 5px;
    top: 5px;
    display: block;
    content: "";
    opacity: 0;
    background-color: #d4d4d4;
    width: 10px;
    text-align: center;
    height: 10px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-method input[type="radio"]:checked+label::before {
    border: 2px solid #565f69;
}

.single-method input[type="radio"]:checked+label::after {
    opacity: 1;
}

.single-method input[type="checkbox"] {
    display: none;
}

.single-method input[type="checkbox"]+label {
    position: relative;
    padding-left: 30px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #d4d4d4;
    margin: 0;
}

.single-method input[type="checkbox"]+label::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    display: block;
    border: 2px solid #999999;
    content: "";
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-method input[type="checkbox"]+label::after {
    position: absolute;
    left: 4px;
    top: 4px;
    display: block;
    content: "";
    opacity: 0;
    background-color: #d4d4d4;
    width: 8px;
    text-align: center;
    height: 8px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-method input[type="checkbox"]:checked+label::before {
    border: 2px solid #565f69;
}

.single-method input[type="checkbox"]:checked+label::after {
    opacity: 1;
}

.single-method p {
    display: none;
    margin-top: 8px;
    font-size: 14px;
    color: #d4d4d4;
    line-height: 23px;
}


/*-- Place Order --*/

.place-order {
    border-radius: 3px;
    height: 50px;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 6px 20px;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    background-color: #62ab00;
    background-color: #62ab00;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.place-order:hover {
    background: #b85e5e;
    border-color: #b85e5e;
    color: #fff;
}


/*=====  End of 14. Checkout  ======*/

.checkout-area.checkout-area-padding {
    padding-top: 60px;
    padding-bottom: 60px;
}

.term-block {
    margin-bottom: 10px;
}

.method-notice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 15px;
    position: relative;
    background-color: #f7f6f7;
    color: #333;
    border-top: 3px solid #62ab00;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
}

.method-notice:before {
    font-family: "Font Awesome 5 Free";
    content: "";
    display: inline-block;
    position: absolute;
    top: 1em;
    color: #62ab00;
    left: 1.5em;
}

.order-note-block label {
    font-family: Rubik, Arial, Helvetica, sans-serif;
    margin: 0 0 5px;
    line-height: 2;
    color: #333;
}

.order-note-block textarea {
    height: 100px;
    line-height: 1.5;
    padding: 10px;
    width: 100%;
    background: #f4f4f4;
    border: none;
}

.order-note-block textarea::-webkit-input-placeholder {
    color: #333;
}

.order-note-block textarea:-moz-placeholder {
    color: #333;
}

.order-note-block textarea::-moz-placeholder {
    color: #333;
}

.order-note-block textarea:-ms-input-placeholder {
    color: #333;
}

.order-note-block textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.block-border {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 16px;
}

.checkout-quick-box {
    padding: 16px 32px 16px 20px;
    margin: 0 0 2em;
    position: relative;
    background-color: #f7f6f7;
    color: #333;
    border-top: 3px solid #62ab00;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
}

.checkout-quick-box p {
    margin-bottom: 0;
}

.checkout-quick-box p i {
    color: #62ab00;
    margin-right: 10px;
}

.checkout-quick-box p a {
    color: #b85e5e;
}

.checkout-quick-box p a:hover {
    color: #62ab00;
}

.checkout-slidedown-box {
    display: none;
}

.quick-login-form {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    padding: 20px;
    color: #333;
    margin: 0 0 20px;
}

.quick-login-form .form-group input {
    margin-bottom: 0;
}

.quick-login-form label {
    display: block;
}

.quick-login-form input {
    border: 1px solid #e6e6e6;
    height: 36px;
    margin: 0 0 14px;
    max-width: 100%;
    padding: 0 0 0 10px;
    width: 370px;
}

.pass-lost {
    color: #a43d21;
}

.pass-lost:hover {
    color: #62ab00;
}

.checkout_coupon {
    border: 1px solid #d3ced2;
    padding: 20px;
    margin-bottom: 2em;
    text-align: left;
    border-radius: 5px;
}

.checkout_coupon input {
    background: #f4f4f4;
    border: none;
    border-radius: 0;
    height: 50px;
    line-height: 50px;
    max-width: 100%;
    padding: 0 0 0 10px;
    vertical-align: middle;
    margin-right: 10px;
    width: 180px;
}

.checkout_coupon .btn {
    font-size: 14px;
    margin-top: 15px;
}

@media (min-width: 480px) {
    .checkout_coupon .btn {
        margin-top: 0;
    }
}

.quick-title {
    margin-bottom: 40px;
    line-height: 1.35;
    font-size: 28px;
    color: #333;
    font-weight: 700;
    text-transform: capitalize;
}

@media (min-width: 768px) {
    .quick-title {
        font-size: 36px;
    }
}

.check-bx-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (min-width: 480px) {
    .check-bx-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.check-bx-wrapper .check-box+.check-box {
    margin-top: 10px;
}

@media (min-width: 480px) {
    .check-bx-wrapper .check-box+.check-box {
        margin-top: 0;
    }
}

.method-notice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 15px;
    position: relative;
    background-color: #f7f6f7;
    color: #333;
    border-top: 3px solid #62ab00;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
}

.method-notice:before {
    font-family: "Font Awesome 5 Free";
    content: "";
    display: inline-block;
    position: absolute;
    top: 1em;
    color: #62ab00;
    left: 1.5em;
}


/*
I usually add this class to a file called _extensions.scss 
then extend whatever I want to have this background as per this example
*/

.parrallelogram-background>*,
.pull-box>div>* {
    z-index: 2;
}

.parrallelogram-background:before,
.pull-box>div:before {
    background: #27408b;
    background: linear-gradient(135deg, #fff47e 0%, #ff977c 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#fff47e", endColorstr="#ff977c", GradientType=1);
    content: "";
    height: 100%;
    width: 100%;
    display: block;
    z-index: 1;
    position: absolute;
}

.slanted {
    height: 100%;
    -webkit-transform: skewy(-4deg);
    transform: skewy(-4deg);
    background: rgb(68, 17, 150);
    background: linear-gradient( 36deg, rgba(39, 64, 139, 1) 40%, rgba(68, 17, 150, 1) 86%);
}


/* headingss */

.middlehead h2 {
    text-align: center;
    padding-top: 5%;
    margin-bottom: 60px;
    font-weight: 600;
    font-size: 35px;
    position: relative;
}

.middlehead h2::after {
    content: "";
    background: #27408b;
    width: 100px;
    height: 5px;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
}


/* services new */

.containers {
    width: 100%;
    height: 100%;
}

.containers h1 {
    text-align: center;
    padding-top: 10%;
    margin-bottom: 60px;
    font-weight: 600;
    font-size: 35px;
    position: relative;
}

.containers h1::after {
    content: "";
    background: #27408b;
    width: 100px;
    height: 5px;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
}

.rows {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 30px;
}

.service {
    text-align: center;
    padding: 30px 30px;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    background: transparent;
    transition: transform 0.5s, background 0.5s;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.15);
    margin: 15px 10px 15px 10px;
}

.service i {
    font-size: 40px;
    margin-bottom: 10px;
    color: #27408b;
}

.service h2 {
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 20px;
}

.service:hover {
    background: #27408b;
    color: #fff;
    transform: scale(1.05);
}

.service:hover i {
    color: #fff;
}

.service:hover h2 {
    color: #fff;
}

.service:hover p {
    color: #fff;
}


/* Testimonial */


/*-----Testimonial-------*/

.testimonial:after {
    position: absolute;
    top: -0 !important;
    left: 0;
    content: " ";
    background: url(img/testimonial.bg-top.png);
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}

.testimonial {
    min-height: 375px;
    position: relative;
    background: url(https://i.ibb.co/PTJDkgb/testimonials.jpg);
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: center;
    background-size: cover;
}

#testimonial4 .carousel-inner:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

#testimonial4 .carousel-inner:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

#testimonial4 .carousel-inner .item {
    overflow: hidden;
}

.testimonial4_indicators .carousel-indicators {
    left: 0;
    margin: 0;
    width: 100%;
    font-size: 0;
    height: 20px;
    bottom: 15px;
    padding: 0 5px;
    cursor: e-resize;
    overflow-x: auto;
    overflow-y: hidden;
    position: absolute;
    text-align: center;
    white-space: nowrap;
}

.testimonial4_indicators .carousel-indicators li {
    padding: 0;
    width: 14px;
    height: 14px;
    border: none;
    text-indent: 0;
    margin: 2px 3px;
    cursor: pointer;
    display: inline-block;
    background: #ffffff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.testimonial4_indicators .carousel-indicators .active {
    padding: 0;
    width: 14px;
    height: 14px;
    border: none;
    margin: 2px 3px;
    background-color: #9dd3af;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar {
    height: 3px;
}

.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb {
    background: #eeeeee;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.testimonial4_control_button .carousel-control {
    top: 175px;
    opacity: 1;
    width: 40px;
    bottom: auto;
    height: 40px;
    font-size: 10px;
    cursor: pointer;
    font-weight: 700;
    overflow: hidden;
    line-height: 38px;
    text-shadow: none;
    text-align: center;
    position: absolute;
    background: transparent;
    border: 2px solid #ffffff;
    text-transform: uppercase;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
    transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
}

.testimonial4_control_button .carousel-control.left {
    left: 0;
    top: 50%;
}

.testimonial4_control_button .carousel-control.right {
    right: 7%;
    top: 50%;
}

.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover {
    color: #000;
    background: #fff;
    border: 2px solid #fff;
}

.testimonial4_header {
    top: 0;
    left: 0;
    bottom: 0;
    width: 550px;
    display: block;
    margin: 30px auto;
    text-align: center;
    position: relative;
}

.testimonial4_header h4 {
    color: #ffffff;
    font-size: 25px;
    font-weight: 600;
    position: relative;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.testimonial4_slide {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 80%;
    margin: auto;
    padding: 20px;
    position: relative;
    text-align: center;
}

.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 136px;
    height: 136px;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.13);
    -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.13);
    -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.13);
}

.testimonial4_slide p {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.4;
    margin: 40px 0 20px 0;
}

.testimonial4_slide h4 {
    color: #ffffff;
    font-size: 22px;
}

.testimonial .carousel {
    padding-bottom: 50px;
}


/* .testimonial .carousel-control-next-icon,
.testimonial .carousel-control-prev-icon {
width: 35px;
height: 35px;
} */


/* ------testimonial  close-------*/


/* Scroll to Top */

.rocket.button {
    transition: all 200ms ease;
    transition-delay: 0ms;
}

.rocket.button .top::after {
    border-radius: 2px;
    width: 74px;
    margin: 0px 0px 0px 13px;
}

.rocket.button .top::before,
.rocket.button .top::after {
    color: #fff;
}

.rocket.button.hidden {
    transition: none;
    bottom: -150px;
}

.rocket {
    width: 140px;
    height: 150px;
    position: fixed;
    bottom: -110px;
    left: 50%;
    margin: 0px 0px 0px -70px;
    transition: all 1000ms cubic-bezier(0.905, 0, 0.91, 0.57);
    transition-delay: 200ms;
    cursor: pointer;
    z-index: 10;
}

.rocket .top,
.rocket .body {
    position: absolute;
    top: 0px;
    left: 20px;
    overflow: hidden;
    width: 100px;
}

.rocket .top {
    height: 40px;
    z-index: 3;
}

.rocket .body {
    height: 140px;
    z-index: 2;
}

.rocket .top::after,
.rocket .body::after {
    content: "";
    display: block;
    background-color: #bdc3c7;
    width: 100px;
    height: 250px;
    border-radius: 50%;
    margin: 0px;
}

.rocket .top::after {
    font-family: "Press Start 2P", cursive;
    content: "^";
    background-color: #27408b;
    color: transparent;
    text-align: center;
    font-size: 24px;
    padding: 8px 0px 0px 0px;
    transition: all 200ms linear;
}

.rocket .top::before {
    content: "TOP";
    display: block;
    position: absolute;
    text-align: center;
    color: transparent;
    font-size: 14px;
    width: 100%;
    left: 0px;
    top: 18px;
    transition: all 200ms linear;
}

.rocket .wings {
    width: 100%;
    position: absolute;
    bottom: 20px;
    left: 0px;
    z-index: 1;
}

.rocket .wings .left,
.rocket .wings .right {
    background-color: #27408b;
    height: 50px;
    width: 50px;
}

.rocket .wings .left {
    transform: skewY(-40deg);
    float: left;
}

.rocket .wings .right {
    transform: skewY(40deg);
    float: right;
}

.rocket .burner {
    position: absolute;
    bottom: 0px;
    left: 30px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 40px 100px 40px;
    border-color: transparent transparent #27408b transparent;
}

.rocket .flame {
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.rocket .flame::before,
.rocket .flame::after {
    content: "";
    display: block;
    position: absolute;
    width: 0px;
    height: 0px;
    border-style: solid;
    -webkit-animation: flames 500ms ease-in-out;
    animation: flames 500ms ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    transform-origin: center top;
}

@-webkit-keyframes flames {
    0% {
        transform: scale(0.6);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(0.6);
    }
}

@keyframes flames {
    0% {
        transform: scale(0.6);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(0.6);
    }
}

.rocket .flame::before {
    border-width: 100px 30px 0 30px;
    border-color: #d35400 transparent transparent transparent;
    z-index: 1;
    left: 40px;
}

.rocket .flame::after {
    border-width: 70px 20px 0 20px;
    border-color: #f39c12 transparent transparent transparent;
    z-index: 2;
    left: 50px;
}

.nav-actives {
    color: #27408b !important;
    font-weight: bold;
}


/* Testimonial 2 */


/* buttons */


/* CSS */

.button-81 {
    background-color: #fff;
    border: 0 solid #e2e8f0;
    border-radius: 1.5rem;
    box-sizing: border-box;
    color: #0d172a;
    cursor: pointer;
    display: inline-block;
    font-family: "Basier circle", -apple-system, system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1;
    padding: 1rem 1.6rem;
    text-align: center;
    text-decoration: none #0d172a solid;
    text-decoration-thickness: auto;
    transition: all 0.1s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0px 1px 2px rgba(166, 175, 195, 1.2);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-81:hover {
    background-color: #1e293b;
    color: #fff;
}

@media (min-width: 768px) {
    .button-81 {
        font-size: 1.125rem;
        padding: 1rem 2rem;
    }
}

@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed:300,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Josefin+Slab&display=swap");
.process {
    width: 100%;
    padding: 0 15px;
    text-align: center;
}

.process__item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    position: relative;
    padding: 15px 35px;
    transition: 0.4s ease-in-out;
}

.process__item:hover {
    background: #f2f2f2;
}

.process__item:hover .process__number {
    transform: translateY(5px);
    color: #003c71;
}

.process__number {
    font-size: 90px;
    -webkit-text-stroke: 1px #003c71;
    /* display: block; */
    color: transparent;
    font-family: "Roboto Condensed";
    font-weight: 700;
    transition: 0.4s ease-in-out;
}

.process__title {
    display: block;
    font-family: "Roboto Condensed";
    font-weight: 700;
    letter-spacing: 1.5px;
    font-size: 35px;
    color: #003c71;
    text-transform: uppercase;
    margin-top: 30px;
}

.process__subtitle {
    display: block;
    font-family: "Josefin Slab";
    font-size: 15px;
    color: #8c8c8c;
    margin-top: 30px;
    line-height: 1.5;
}

@media (min-width: 768px) {
    .process {
        display: inline-block;
    }
    .process__item {
        width: 49%;
        display: inline-block;
    }
}

@media (min-width: 1200px) {
    .process {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .process__item {
        width: 100%;
    }
    .process__item:not(:last-of-type)::after {
        content: "";
        width: 1px;
        height: 75%;
        background: #8c8c8c;
        position: absolute;
        right: 0;
        top: 50%;
        opacity: 0.2;
        transform: translateY(-50%);
    }
}

.process-section {
    line-height: 40px;
}

.topNav {
    color: #fff;
    text-decoration: none!important;
    font-size: 18px;
}

.topSocial {
    color: #fff;
    text-decoration: none!important;
    font-size: 20px;
}

.topSocial:hover {
    color: #fff;
    text-decoration: none!important;
}

.topNav:hover {
    color: #fff;
    text-decoration: none!important;
}

.secndImg {
    font-weight: 600;
    font-size: 20px;
    color: #828282;
}

.footer-widget h4 {
    color: white;
}

.footer-widget p span {
    color: white;
}

.footer-copy {
    color: white;
}

.nav-link {
    margin-left: 15px;
    line-height: 10px;
}

.nav-linkz {
    border-right: 1px solid #a3a3a3;
}



.btn-whatsapp-pulse {
    background: #25d366;
    color: white;
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 35px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    z-index: 9999 !important;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }
    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}

.btn-whatsapp-pulse-border {
    bottom: 120px;
    position: absolute;
    right: 20px;
    animation-play-state: paused;
    z-index: 100 !important;
}

.btn-whatsapp-pulse-border::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 25px;
    border: 5px solid #25d366;
    opacity: 0.75;
    animation-name: pulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    z-index: 9999 !important;
}

@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: 0.75;
    }
    75% {
        padding: 50px;
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.hero-header {
    color: white;
}

.quoteBtn {
    color: blue;
    padding: 10px 20px 10px 20px;
    background: white;
    border-radius: 20px;
}


/* CSS */

.button-58 {
    align-items: center;
    background-color: #06f;
    border: 2px solid #06f;
    /* box-sizing: border-box; */
    color: #fff;
    border-radius: 25px;
    cursor: pointer;
    display: inline-flex;
    fill: #000;
    font-family: Inter, sans-serif;
    font-size: 20px;
    font-weight: 500;
    height: 52px;
    justify-content: center;
    letter-spacing: -0.8px;
    line-height: 24px;
    min-width: 140px;
    outline: 0;
    padding: 0 20px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-58:focus {
    color: #171e29;
}

.button-58:hover {
    background-color: #3385ff;
    border-color: #3385ff;
    fill: #06f;
}

.button-58:active {
    background-color: #3385ff;
    border-color: #3385ff;
    fill: #06f;
}

@media (min-width: 768px) {
    .button-58 {
        min-width: 170px;
    }
}


/* CSS */

.button-59 {
    align-items: center;
    background-color: #24262a;
    border: 3px solid #fff;
    /* box-sizing: border-box; */
    color: #fff;
    border-radius: 25px;
    cursor: pointer;
    display: inline-flex;
    fill: #000;
    font-family: Inter, sans-serif;
    font-size: 20px;
    font-weight: 500;
    height: 52px;
    justify-content: center;
    letter-spacing: -0.8px;
    line-height: 24px;
    min-width: 140px;
    outline: 0;
    padding: 0 20px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

.button-59:focus {
    color: #fff;
}

.button-59:hover {
    border-color: #06f;
    color: #06f;
    fill: #06f;
}

.button-59:active {
    border-color: #06f;
    color: #06f;
    fill: #06f;
}

@media (min-width: 768px) {
    .button-59 {
        min-width: 170px;
    }
}


/* CSS */

.button-5 {
    align-items: center;
    background-clip: padding-box;
    background-color: #fa6400;
    border: 1px solid transparent;
    border-radius: .25rem;
    box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-family: system-ui, -apple-system, system-ui, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    justify-content: center;
    line-height: 1.25;
    margin: 0;
    min-height: 3rem;
    padding: calc(.875rem - 1px) calc(1.5rem - 1px);
    position: relative;
    text-decoration: none;
    transition: all 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    width: auto;
}

.button-5:hover,
.button-5:focus {
    background-color: #fb8332;
    box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
}

.button-5:hover {
    transform: translateY(-1px);
}

.button-5:active {
    background-color: #c85000;
    box-shadow: rgba(0, 0, 0, .06) 0 2px 4px;
    transform: translateY(0);
}

.get-quote a {
    color: #fff;
    padding: 10px 5px 10px 7px;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
}

.get-quote {
    background-color: #970e0a;
    margin-top: -10px;
    border: 1px solid #970e0a;
}

.getQuote a {
    padding: 10px 5px 10px 7px;
    background: #27408b;
    text-decoration: none;
    text-transform: uppercase;
    color: white;
    border: 1px solid;
}

.processNum {
    font-size: 90px;
    -webkit-text-stroke: 1px #003c71;
    /* display: block; */
    color: transparent;
    font-family: "Roboto Condensed";
    font-weight: 700;
    transition: 0.4s ease-in-out;
}

.processList li p {
    color: white;
}

.allUppercase {
    text-transform: uppercase!important;
}

.allCaps {
    text-transform: capitalize!important;
}


.button-592 {
 align-items:center;
 background-color:#24262a;
 border:3px solid #fff;
 color:#fff;
 border-radius:25px;
 cursor:pointer;
 display:inline-flex;
 fill:#000;
 font-family:Inter,sans-serif;
 font-size:20px;
 font-weight:500;
 height:52px;
 justify-content:center;
 letter-spacing:-.8px;
 line-height:24px;
 min-width:140px;
 outline:0;
 padding:0 20px;
 text-align:center;
 text-decoration:none;
 transition:all .3s;
 user-select:none;
 -webkit-user-select:none;
 touch-action:manipulation
}
.button-592:focus {
 color:#fff
}
.button-59:hover {
 border-color:#06f;
 color:#06f;
 fill:#06f
}
.button-592:active {
 border-color:#06f;
 color:#06f;
 fill:#06f
}
@media(min-width:768px) {
 .button-59 {
  min-width:170px
 }
}


/*------- popup ---------------*/

#newsletter-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
}

.popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #25d366;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  width: 450px;
}

.popup-content h2 {
  color: white;
  margin-bottom: 20px;
}

.popup-content p {
  color: white;
  font-size: 14px;
  margin-bottom: 40px;
}

.close-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  color: white;
  font-size: 18px;
}

input[type="email"] {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 5px;
  border: none;
  outline: none;
  font-size: 14px;
}

.subscribe-btn {
  background-color: white;
  color: #25d366;
  padding: 10px 20px;
  border-radius: 5px;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 14px;
}

.newsletter-popup-floating {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  cursor: pointer;
}

.newsletter-popup-floating img {
  width: 50px;
}

@media (max-width: 992px) {
  .popup-content {
    width: 90%;
  }
}

