/* ----------------------------------

Template Name: Digilab - SEO & Digital Marketing Agency Template
Author: validtheme
Description:
Version: 1.0

Main Font    : Nunito
Main Color   : #4154f1

-------------------------------------

Table of contents

    01. Template default css
    02. Navbar
        - Navbar Default
        - Navbar Sticky
        - Navbar Transparent
        - Navbar With Topbar
    03. Banner
    04. Features
        - Version One
        - Version Two
    05. About Area
    06. SEO Test
    07. What We Offer
    08. Services
        - Carousel
        - Grid
        - Carousel Stage
    09. Our Process
    10. Case Studies
    11. Our Pertner
    12. Pricing Table
    13. Team
        - Grid Colum
        - Carousel
    14. Testimonials
    15. Our Benifits
    16. Subscribe Form
    17. Why Choose Us
    18. Fun Factor
    18. Faq
    19. Blog
        - Standard
        - Left Sidebar
        - Right Sidebar
        - Single
    20. Concat Area
    21. Get Started Area
    22. Error 404
    23. Footer
    24. PHP Contact Form
    25. Others

*/


/*
** General Styles for HTML tags
*/

* {
    padding: 0;
    margin: 0;
}

/*html {*/
/*    scroll-behavior: smooth;*/
/*}*/

html {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: visible;
    scroll-behavior: smooth;
    scroll-behavior: smooth;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    overflow-x: hidden;
    background-color: #ffffff;
    color: #053e59;
}

html,
body,
.wrapper {
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #063f58;
    font-weight: normal;
    line-height: 1.2;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0;
    margin: 0;
}

.social-media {
    color: #f26c23;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 15px;
    /*margin-top: 65px;*/
}

img {
    border: none;
    outline: none;
    max-width: 100%;
}

label {
    display: inline-block;
    font-weight: normal;
    margin-bottom: 5px;
    max-width: 100%;
}

/*cards css start*/
.rowsss {
    margin: 0 -5px;
}

/* Clear floats after the columns */
.rowsss:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive columns */
@media screen and (max-width: 600px) {
    .columnsss {
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }
}

/* Style the counter cards */
.cardsss {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 16px;
    text-align: center;
    background-color: #f1f1f1;
}

/*card css end*/


a,
.btn,
button {
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    outline: medium none;
}

a img,
iframe {
    border: none;
}

p {
    color: #000000;
    margin: 0 0 15px;
    text-transform: none;
    font-weight: 400;
}

hr {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #eee;
}

pre {
    display: block;
    margin: 0 0 30px;
    padding: 9.5px;
    word-wrap: break-word;
    word-break: break-all;
    color: #333;
    border: 1px solid #ededed;
    border-radius: inherit;
    background-color: #f9f9f9;
    font-size: 13px;
    line-height: 1.42857143;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
    box-shadow: inherit;
}

ul {
    margin: 0;
    list-style-type: none;
}

a,
a:active,
a:focus,
a:hover {
    outline: none;
    text-decoration: none;
    color: #f26c23;
}

a:hover {
    color: #f26c23;
}

a {
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
}

/*b,*/
/*strong {*/
/*    font-weight: 500;*/
/*}*/
b {
    font-weight: 500;
}

.btn.active,
.btn:active {
    background-image: inherit !important;
}

.btn.focus,
.btn:active:focus,
.btn:active:hover,
.btn:focus,
.btn:hover {
    outline: 0;
}

.btn.circle {
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
}

.btn.circles {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 16px;
    font-size: 17px !important;
}

.btn.active,
.btn:active {
    outline: 0;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

input {
    border: 1px solid #e7e7e7;
    border-radius: inherit;
    box-shadow: inherit;
    /*min-height: 50px;*/
}

/* Default CSS */
.container-medium {
    padding: 0 15px;
    margin: auto;
    max-width: 1400px;
}

.container-full {
    padding: 0 15px;
    margin: auto;
    max-width: 1400px;
}

@media (min-width: 576px) {
    .container-medium {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container-medium {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container-medium {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container-medium {
        max-width: 1400px;
        width: 80%;
    }
}

@media (min-width: 576px) {
    .container-full {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container-full {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container-full {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container-full {
        max-width: 1400px;
        width: 90%;
    }
}

.fixed-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 90%;
    width: 100%;
}

.bg-cover {
    background-position: center center;
    background-size: cover;
}

.bg-cover-bottom {
    background-size: cover !important;
    background-position: left bottom !important;
    background-repeat: no-repeat;
}

.bg-bottom-center {
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}

.bg-contain {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.bg-fixed {
    background-attachment: fixed;
    background-position: center top;
    background-size: cover;
}

.bg-gray {
    background-color: #f3f7fd;
}

.bg-gray-hard {
    background-color: #d1eeec;
}

.bg-theme-small {
    background-color: #edf5ff;
}

.bg-light {
    background-color: #ffffff;
}

.bg-theme {
    background-color: #4154f1;
}

.bg-light-gradient {
    background: linear-gradient(90deg, rgba(244, 247, 252, 1) 36%, rgba(255, 255, 255, 1) 100%);
}

.gradient-bg {
    background-image: linear-gradient(90deg, rgba(2, 59, 166, 1) 0%, rgba(67, 126, 235, 1) 100%);
    background-color: #4154f1;
}

.container-md {
    width: 90%;
    margin: auto;
    position: relative;
}

.text-italic {
    font-style: italic;
}

.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light p,
.text-light a {
    color: #ffffff;
}

.shadow {
    position: relative;
    z-index: 1;
}

.shadow.dark::after {
    background: #000000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.shadow.dark-hard::after {
    background: #000000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.75;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.shadow.light::after {
    background: #ffffff none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.3;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.shadow.theme::after {
    background: #4154f1 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.shadow.theme-hard::after {
    background: #4154f1 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.shadow.mixed::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0) linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 33, 71, 0.8) 100%) repeat scroll 0 0;
    z-index: -1;
    opacity: .7;
}

.default-padding,
.default-padding-top,
.default-padding-bottom,
.default-padding-mx {
    position: relative;
    z-index: 1;
}

.default-padding {
    /*padding-top: 50px;*/
    /*padding-bottom: 50px;*/
}

.default-padding-mx {
    padding-top: 150px;
    padding-bottom: 150px;
}

.default-padding-top {
    padding-top: 120px;
}

.default-padding-bottom {
    padding-bottom: 30px;
}

.default-padding.bottom-less {
    padding-top: 0px;
    /*padding-bottom: 50px;*/
}

.paragraph-padding {
    /*padding-bottom: 31px;*/
}

.padding-business {
    padding-bottom: 20px;
}

.default-padding-bottom.bottom-less {
    margin-bottom: -30px;
    /*margin-top: 40px;*/
}

.default-padding-top.bottom-less {
    margin-bottom: -30px;
}

.default-padding.bottom-30 {
    padding-top: 120px;
    padding-bottom: 30px;
}

.default-padding.bottom-20 {
    padding-top: 120px;
    padding-bottom: 20px;
}

.padding-xl {
    padding-top: 180px;
    padding-bottom: 180px;
}

.top-border {
    border-top: 1px solid #e7e7e7;
}

.align-center {
    align-items: center;
}

.btn {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    line-height: 25px;
    text-transform: capitalize;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    overflow: hidden;
    border-radius: 5px;
    font-size: 17px;
}

.btn.btn-icon i {
    font-size: 50px;
    align-items: center;
    float: left;
    margin-right: 10px;
}

.btn.btn-icon {
    padding: 0;
    line-height: 50px;
}

.btn.btn-icon:hover {
    color: #ffffff;
}

.btn-md {
    padding: 15px 40px;
}

.btns-md-desktop {
    padding: 10px 110px;
    margin-left: 75px !important;
}

.btns-md-desktop-ready {
    padding: 10px 110px;
}

.btns-md-mobile {
    padding: 10px 70px;
    margin-left: 0px !important;
}

.btn-sm {
    padding: 10px 35px;
    font-size: 14px;
}

.btn.btn-sm-pro {
    font-size: 10px;
    font-weight: 600;
    margin-top: 5px;
    padding: 4px 35px;
    display: inline-block;
}

.btn-border-light {
    border: 2px solid #ffffff;
}

.btn.btn-sm-pro.btn-border-light:hover,
.btn.btn-sm-pro.btn-border-light:focus {
    background-color: #ffffff;
    color: #232323;
    border: 2px solid #ffffff;
}

.btn-dark {
    background-color: #232323;
    color: #ffffff;
    border: 2px solid #232323;
}

.btn-dark.border {
    background-color: transparent;
    color: #232323;
    border: 2px solid #232323 !important;
}

.btn-dark.border:hover {
    background-color: #232323;
    color: #ffffff !important;
    border: 2px solid #232323 !important;
}

.btn-gray.border {
    background-color: transparent;
    color: #4154f1;
    border: 2px solid #e7e7e7 !important;
}

.btn-gray.border:hover {
    background-color: #4154f1;
    color: #ffffff !important;
    border: 2px solid #4154f1 !important;
}

.btn-gray.effect {
    background: #fafafa;
    border: 1px solid #e7e7e7 !important;
}

.btn.btn-light {
    background: #ffffff none repeat scroll 0 0;
    border: 2px solid #ffffff;
    color: #232323;
}

.btn.btn-light.border {
    background: transparent;
    border: 2px solid #ffffff !important;
    color: #ffffff;
}

.btn.btn-light.border:hover {
    background: #ffffff none repeat scroll 0 0 !important;
    border: 2px solid #ffffff !important;
    color: #232323 !important;
}

.btn-standard {
    display: inline-block;
    text-align: center;
    color: #4154f1;
    position: relative;
    margin-top: 15px;
    border: 1px solid #e7e7e7;
    padding: 10px 30px;
    text-transform: capitalize;
    border-radius: 30px;
    font-weight: 800;
}

.btn-standard.md {
    padding: 13px 45px;
}

.btn-standard i {
    display: inline-block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    color: #4154f1;
    font-size: 15px;
    border-radius: 50%;
    position: relative;
    box-shadow: 0 0 10px #96aac1;
    z-index: 1;
    margin-right: 5px;
    background: #ffffff;
}

.bg-theme .btn-standard:hover,
.bg-dark .btn-standard:hover,
.bg-gradient .btn-standard:hover,
.shadow .btn-standard:hover {
    background: #ffffff;
    color: #4154f1;
}

.btn-dark:hover,
.btn-dark:focus {
    color: #232323 !important;
    background: transparent;
}

.bg-dark {
    background: #053e59 !important;
    /*height: 55px;*/
}

.bg-dark-hard {
    background: #08111e;
}

/*.bg-gradient {*/
/*    background: #4154F1;*/
/*    background: -webkit-linear-gradient(top left, #4154F1, #061169);*/
/*    background: -moz-linear-gradient(top left, #4154F1, #061169);*/
/*    background: linear-gradient(to bottom right, #4154F1, #061169);*/
/*}*/

/*.bg-gradient-bittersweet {*/
/*    background: #FF7268;*/
/*    background: -webkit-linear-gradient(top left, #FF7268, #B3332A);*/
/*    background: -moz-linear-gradient(top left, #FF7268, #B3332A);*/
/*    background: linear-gradient(to bottom right, #FF7268, #B3332A);*/
/*}*/

/*.orange .bg-gradient {*/
/*    background: #FF5621;*/
/*    background: -webkit-linear-gradient(90deg, rgba(255, 86, 33, 1) 0%, rgba(240, 57, 0, 1) 77%);*/
/*    background: -moz-linear-gradient(90deg, rgba(255, 86, 33, 1) 0%, rgba(240, 57, 0, 1) 77%);*/
/*    background: linear-gradient(90deg, rgba(255, 86, 33, 1) 0%, rgba(240, 57, 0, 1) 77%);*/
/*}*/

/*.cornflower-blue .bg-gradient {*/
/*    background: #644DED;*/
/*    background: -webkit-linear-gradient(top left, #644DED, #811389);*/
/*    background: -moz-linear-gradient(top left, #644DED, #811389);*/
/*    background: linear-gradient(to bottom right, #644DED, #811389);*/
/*}*/

.bg-gradient-light {
    background-image: linear-gradient(90deg, rgba(244, 247, 252, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.bg-shape-gradient {
    background-image: radial-gradient(circle at 50% 30%, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.03) 50%, rgba(138, 138, 138, 0.04) 50%, rgba(138, 138, 138, 0.04) 100%), radial-gradient(circle at 9% 40%, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.03) 50%, rgba(71, 71, 71, 0.04) 50%, rgba(71, 71, 71, 0.04) 100%), radial-gradient(circle at 84% 81%, rgba(147, 147, 147, 0.04) 0%, rgba(147, 147, 147, 0.04) 50%, rgba(253, 253, 253, 0.04) 50%, rgba(253, 253, 253, 0.04) 100%), linear-gradient(266deg, rgb(5, 73, 170), rgb(140, 100, 243));
}

.btn-theme {
    background-color: #4154f1;
    color: #ffffff !important;
    border: 2px solid #4154f1;
}

.btn-theme.orange {
    background-color: #FF5621;
    color: #ffffff !important;
    border: 2px solid #FF5621;
}

.btn-theme.border {
    background-color: transparent;
    color: #4154f1 !important;
    border: 2px solid #4154f1;
}

.btn-theme.border.orange {
    background-color: transparent;
    color: #FF5621 !important;
    border: 2px solid #FF5621;
}

.eastern-blue .btn-theme.border {
    background-color: transparent;
    color: #1baaa0 !important;
    border: 2px solid #1baaa0;
}

.orange .btn-theme.border {
    background-color: transparent;
    color: #FF5621 !important;
    border: 2px solid #FF5621;
}

.cornflower-blue .btn-theme.border {
    background-color: transparent;
    color: #053e59 !important;
    border: 2px solid #634ded;
}

.btn-theme.border:hover {
    background-color: #4154f1;
    color: #ffffff !important;
    border: 2px solid #4154f1;
}

.btn-theme.border.orange:hover {
    background-color: #FF5621;
    color: #ffffff !important;
    border: 2px solid #FF5621;
}

.eastern-blue .btn-theme.border:hover {
    background-color: #1baaa0;
    color: #ffffff !important;
    border: 2px solid #1baaa0;
}

.orange .btn-theme.border:hover {
    background-color: #FF5621;
    color: #ffffff !important;
    border: 2px solid #FF5621;
}

.cornflower-blue .btn-theme.border:hover {
    background-color: #f26c23;
    color: #ffffff !important;
    border: 2px solid #634ded;
}

.btn-theme.border:hover {
    background-color: #4154f1;
    color: #ffffff !important;
    border: 2px solid #4154f1;
}

.btn-theme.effect:hover,
.btn-theme.effect:focus {
    background: #4154f1 none repeat scroll 0 0;
    border: 2px solid #4154f1;
    color: #ffffff;
}

.btn-theme.orange.effect:hover,
.btn-theme.orange.effect:focus {
    background: #ffffff none repeat scroll 0 0;
    border: 2px solid #FF5621;
    color: #FF5621 !important;
}

.btn.btn-sm-lm {
    font-size: 12px;
    padding: 4px 35px;
}

.bg-theme a.btn-theme.btn:hover,
.bg-theme a.btn-theme.btn:focus {
    border: 2px solid #ffffff;
    color: #ffffff;
}

/* Gradient Button */

.btn-gradient,
.btn-gradient:focus {
    position: relative;
    z-index: 1;
    color: #ffffff !important;
}

.btn-gradient:hover {
    color: #ffffff;
}

.btn-gradient::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;

    background: #f26c23;
    /*background: linear-gradient(270deg, rgb(37 45 107) 0%, #053e59 75%);*/
    /*background: linear-gradient(270deg, rgba(65, 84, 241, 1) 0%, rgba(14, 32, 173, 1) 75%);*/
    transition: all 0.35s ease-in-out;
    z-index: -1;
    /*box-shadow: 0 0 10px rgba(255, 136, 0, 0.5), inset 0 0 1px 1px #4154f1;*/
}

.btn-gradient.eastern-blue::after {
    background: linear-gradient(90deg, rgba(27, 170, 160, 1) 0%, rgba(8, 115, 107, 1) 77%);
    box-shadow: 0 0 10px rgba(255, 136, 0, 0.5), inset 0 0 1px 1px rgb(27, 170, 160);
}

.btn-gradient.orange::after {
    background: linear-gradient(90deg, rgba(255, 86, 33, 1) 0%, rgba(240, 57, 0, 1) 77%);
    box-shadow: 0 0 10px rgba(255, 136, 0, 0.5), inset 0 0 1px 1px rgb(255, 86, 33);
}

.btn i {
    font-size: 12px;
}

.btn-gradient i {
    display: inline-block;
    line-height: 28px;
    color: #ffffff;
    font-size: 14px;
    margin-left: 5px;
}

.btn-gradient.icon-normal i {
    border: none;
    background: transparent;
    font-size: 20px;
    line-height: inherit;
    position: relative;
    top: 2px;
    margin-right: 0;
    height: auto;
    width: auto;
}

.btn-gradient.icon-left i {
    margin-left: 0;
    margin-right: 5px;
}

.inc-icon i {
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 28px;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-size: 10px;
    border-radius: 50%;
    margin-left: 5px;
    border: 1px dashed rgba(255, 255, 255, 0.5);
}

.btn-gradient.btn-sm {
    padding: 10px 30px;
}

.btn.btn-transparent.border {
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
}

.btn.btn-transparent.border:hover {
    border: 1px solid rgba(255, 255, 255, 0.5) !important;
    background: rgba(255, 255, 255, 0.07);
    color: #ffffff !important;
}

.relative {
    position: relative;
}

.btn-simple.md {
    padding: 15px 60px;
}

.btn-simple.light {
    background: #ffffff;
}

.btn-simple {
    display: inline-block;
    border: 1px solid #e7e7e7;
    padding: 10px 40px;
    border-radius: 30px;
    color: #4154f1;
    font-weight: 500;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

a.btn-simple.md.light {
    color: #4154f1;
}

a.btn-simple.md.light:hover {
    color: #ffffff;
}

.btn-simple:after {
    background: linear-gradient(90deg, rgba(65, 84, 241, 1) 0%, rgba(14, 32, 173, 1) 75%);
    color: #ffffff;
    border-color: transparent;
    position: absolute;
    left: -100%;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    z-index: -1;
    transition: all 0.25s ease-in-out;
}

.btn-simple:hover {
    color: #ffffff;
}

.btn-simple:hover::after {
    left: 0;
}

.bg-fixed {
    background-attachment: fixed !important;
    background-position: center center !important;
    background-size: cover !important;
}

.bg-cover {
    background-position: center center !important;
    background-size: cover !important;
}

.overflow-hidden {
    overflow: hidden;
}

.less-margin {
    margin: 0;
}

button,
button:focus {
    border: none !important;
    box-shadow: inherit !important;
    outline: inherit !important;
}

header {
    position: relative;
    /*position: fixed;*/
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a {
    position: relative;
    z-index: 1;
    margin-left: 3px;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a {
    border: medium none;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a::after {
    background: #ffffff none repeat scroll 0 0;
    bottom: -5px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a.active::after,
header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a:hover::after {
    width: 100%;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a.active::after,
header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a:hover::after {
    width: 0;
}

.attr-nav .social.right li {
    margin-left: 20px;
}

.attr-nav .social li a {
    font-size: 16px;
}

/* Navbar */
nav.bootsnav.navbar-default.info-topbar .navbar-header {
    display: none;
}

nav.bootsnav.navbar-default.info-topbar ul li a {
    margin-right: 30px;
    padding: 35px 0;
}

nav.bootsnav.navbar-default.info-topbar.active-full ul li a {
    margin-right: 0;
    padding: 35px 20px;
}

.attr-nav>a.btn-theme.effect:hover,
.attr-nav>a.btn-theme.effect,
.attr-nav>a.btn-theme.effect:focus {
    background: #4154f1 none repeat scroll 0 0;
    border: 2px solid #4154f1;
    color: #ffffff !important;
}

nav.bootsnav.navbar-default.info-topbar.sticked ul li a {
    margin-right: 30px;
    padding: 35px 0;
}

.attr-nav.social li {
    display: inline-block;
    padding: 25px 0 !important;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.attr-nav.social li a {
    border: 1px solid #f4f4f4;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #4154f1;
    display: inline-block;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    margin-left: 10px;
    padding: 0 !important;
    text-align: center;
    width: 40px;
}

nav.navbar.bootsnav.sticked .attr-nav.social li {
    display: inline-block;
    padding: 20px 0 !important;
}

.site-heading h5 {
    text-transform: uppercase;
    font-weight: 800;
    color: #4154f1;
    font-size: 18px;
    position: relative;
    z-index: 1;
    display: inline-block;
}

.eastern-blue .site-heading h5 {
    color: #1baaa0;
}

.orange .site-heading h5 {
    color: #FF5621;
}

.cornflower-blue .site-heading h5 {
    color: #634ded;
}

.site-heading p {
    margin: 0;
}

.site-heading h2 {
    display: block;
    font-weight: 500;
    position: relative;
    margin-bottom: 0;
    line-height: 1.4;
    padding-bottom: 10px;
}

.heading-divider {
    display: inline-block;
    position: relative;
    height: 5px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #4154f1;
    width: 90px;
    overflow: hidden;
}

.eastern-blue .heading-divider {
    background-color: #1baaa0;
}

.orange .heading-divider {
    background-color: #FF5621;
}

.cornflower-blue .heading-divider {
    background-color: #053e59;
}

.heading-divider:after {
    content: '';
    position: absolute;
    left: 0;
    top: -1.1px;
    height: 7px;
    width: 8px;
    background-color: #ffffff;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: infinite-move;
    animation-name: infinite-move;
}

.bg-gray .heading-divider:after {
    background-color: #f3f7fd;
}

.site-heading {
    margin-bottom: 60px;
    overflow: hidden;
    margin-top: -5px;
}

.carousel-shadow .owl-stage-outer {
    margin: -15px -15px;
    padding: 15px;
}


/* ==============================================================
     # Top Bar
=================================================================== */
.language-switcher .dropdown-toggle {
    background: transparent;
    border: none;
    color: #666666;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 15px;
    text-transform: capitalize;
}

.language-switcher img {
    padding: 3px;
    box-shadow: 0 0 10px #cccccc;
    border-radius: 50%;
    height: 45px;
    width: 45px;
}

.language-switcher .dropdown-toggle li {
    display: block;
}

.language-switcher .dropdown-menu li {
    display: block;
    padding: 0;
    border-bottom: 1px solid #e7e7e7;
}

.language-switcher .dropdown-menu li:last-child {
    border: none;
}

.language-switcher .dropdown-menu {
    margin: 0;
    min-width: 200px;
    border-radius: inherit;
    border: 1px solid #e7e7e7;
    left: auto;
    right: 0;
}

.language-switcher .dropdown-menu.show {
    display: block !important;
}

.language-switcher .dropdown-menu li a {
    padding: 7px 15px;
    text-transform: capitalize;
    display: block;
    font-weight: 600;
}

.top-bar-area li {
    display: inline-block;
    margin-left: 20px;
}

.top-bar-area li i {
    margin-right: 5px;
}

.top-bar-area li:first-child {
    margin-left: 0;
    margin-top: 10px;
}

.top-bar-area a {
    display: inline-block;
    background: #053e59;
    padding: 10px 35px;
}

.orange .top-bar-area a {
    background: #f26c23;
}

/* ==============================================================
     # Bradcrumb
=================================================================== */
.breadcrumb-area {
    padding: 150px 43px;
    position: relative;
}

.breadcrumb-area .fixed-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 110%;
    width: 100%;
    background-repeat: no-repeat;
}

.breadcrumb-area .col-lg-8.offset-lg-2 {
    z-index: 9;
}

.breadcrumb-area h1 {
    font-weight: 500;
    color: #ffffff;
    margin: 0;
    text-transform: capitalize;
}

.breadcrumb-area .breadcrumb {
    background: #ffffff;
    display: inline-block;
    margin: 0;
    padding: 15px 35px;
    position: absolute;
    z-index: 9;
    left: 50%;
    bottom: -180px;
    transform: translate(-50%, 0);
    box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
    border-radius: 30px;
}

.page-title-area {
    padding: 150px 0;
}

.page-title-area h1 {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 40px;
    margin-top: -10px;
    margin-bottom: 0;
}

.breadcrumb-area .breadcrumb li::after {
    content: "";
    font-family: 'themify';
    font-weight: 600;
    color: #ffffff;
    position: absolute;
    right: -13px;
    height: 8px;
    width: 8px;
    border: 2px solid #c0b6b6;
    border-radius: 50%;
    top: 10px;
}

.breadcrumb-area .breadcrumb li i {
    margin-right: 5px;
}

.breadcrumb-area .breadcrumb li {
    padding: 0;
    position: relative;
    z-index: 1;
    margin: 0 7px;
    padding: 0 7px;
}

.breadcrumb-area .breadcrumb li:last-child::after {
    display: none;
}

.breadcrumb-area .breadcrumb a,
.breadcrumb-area .breadcrumb li {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
}

.breadcrumb-area .breadcrumb li.active {
    color: #4154f1;
}


/* SVG */

.svg-shape svg {
    margin-bottom: -10px;
}

.svg-shape svg.gray {
    fill: #f3f7fd;
}

.svg-shape svg.light {
    fill: #ffffff;
}

.svg-shape svg.theme {
    fill: #ff4450;
}

.svg-shape svg.dark {
    fill: #111d30;
}

.svg-shape svg.absolute {
    position: absolute;
}

.svg-shape svg.absolute.top {
    top: 0;
    left: 0;
}

.svg-shape svg.absolute.bottom {
    bottom: 0;
    left: 0;
}


/* ==============================================================
     # Banner
=================================================================== */
body,
.banner-area,
.banner-area div {
    height: 100%;
}

.banner-area.auto-height,
.banner-area.auto-height div {
    height: auto;
}

.banner-area.auto-height .content {
    padding: 150px 0;
}

.banner-area .box-cell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.banner-area .box-table {
    display: table;
    width: 100%;
}

.banner-area .box-cell,
.banner-area .box-cell div {
    height: auto;
}

.banner-area {
    position: relative;
    overflow: hidden;
}

.banner-area .wavesshape {
    bottom: -2px;
    left: 0;
    position: absolute;
    right: 0;
    top: auto;
    width: 100%;
}

.banner-area .wavesshape.shape {
    bottom: -50px;
    height: auto;
}

.banner-area .content {
    position: relative;
    z-index: 9;
}

.banner-area.wavesshape {
    position: relative;
    z-index: 1;
}

.banner-area.triangle-shadow {
    position: relative;
    z-index: 1;
}

.banner-area.triangle-shadow::before {
    border-bottom: 0 solid transparent;
    border-right: 100vw solid #fff;
    border-top: 80px solid transparent;
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 101;
}

.banner-area.shadow-inner .content {
    padding: 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.banner-area.content-double .double-items {
    align-items: center;
    align-self: center;
    display: flex;
    justify-content: center;
    vertical-align: middle;
}

.banner-area .banner-carousel .owl-item.center img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.banner-area .banner-carousel .owl-item img {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
}

/* Animation delays */
.banner-area .item h1:first-child,
.banner-area .item h2:first-child,
.banner-area .item h3:first-child,
.banner-area .item h4:first-child,
.banner-area .item h5:first-child,
.banner-area .item h6:first-child {
    animation-delay: .5s;
}

.banner-area .item h1:nth-child(2),
.banner-area .item h2:nth-child(2),
.banner-area .item h3:nth-child(2),
.banner-area .item h4:nth-child(2),
.banner-area .item h5:nth-child(2),
.banner-area .item h6:nth-child(2) {
    animation-delay: .7s;
}

.carousel-caption h1:nth-child(3),
.carousel-caption h2:nth-child(3),
.carousel-caption h3:nth-child(3),
.carousel-caption h4:nth-child(3),
.carousel-caption h5:nth-child(3),
.carousel-caption h6:nth-child(3) {
    animation-delay: .9s;
}

.banner-area .item p {
    animation-delay: .5s;
}

.banner-area .item ul {
    animation-delay: .6s;
}

.banner-area .item a,
.banner-area .item button {
    animation-delay: .7s;
}

/* Carousel Fade Effect */
.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
    z-index: 2;
}

/* Slider Zoom Effect */
@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1, 1);
    }

    to {
        -webkit-transform: scale(1.2, 1.2);
    }
}

@-moz-keyframes zoom {
    from {
        -moz-transform: scale(1, 1);
    }

    to {
        -moz-transform: scale(1.2, 1.2);
    }
}

@-o-keyframes zoom {
    from {
        -o-transform: scale(1, 1);
    }

    to {
        -o-transform: scale(1.2, 1.2);
    }
}

@keyframes zoom {
    from {
        transform: scale(1, 1);
    }

    to {
        transform: scale(1.2, 1.2);
    }
}

.carousel-inner .item>.slider-thumb {
    -webkit-animation: zoom 20s;
    animation: zoom 20s;
}

.banner-area .carousel-zoom .slider-thumb {
    height: 100%;
    position: absolute;
    width: 100%;
}

#particles-js,
#ripple {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.banner-area .carousel-control {
    background: transparent none repeat scroll 0 0;
    height: 50px;
    font-size: 30px;
    line-height: 50px;
    margin-top: -25px;
    opacity: 1;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 70px;
    z-index: 1;
    text-transform: uppercase;
}

.banner-area .carousel-control.shadow {
    background: transparent none repeat scroll 0 0;
    color: #ffffff;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    margin-top: -25px;
    opacity: 1;
    padding: 0;
    position: absolute;
    text-shadow: inherit;
    top: 50%;
    width: 50px;
    z-index: 1;
}

.banner-area .carousel-control.shadow::after {
    background: #1e2726 none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.banner-area .carousel-control.left {
    left: -80px;
}

.banner-area:hover .carousel-control.left {
    left: 10px;
}

.banner-area:hover .carousel-control.shadow.left {
    left: 20px;
}

.banner-area .carousel-control.right {
    right: -80px;
}

.banner-area:hover .carousel-control.right {
    right: 10px;
}

.banner-area:hover .carousel-control.shadow.right {
    right: 20px;
}


/* Carousel Indicators */

.banner-area .carousel-indicator {
    position: absolute;
    left: 10px;
    bottom: 0;
    width: 100%;
}

.banner-area .carousel-indicators {
    position: absolute;
    right: auto;
    left: 0;
    width: auto;
    height: auto;
    top: auto;
    bottom: 0;
    margin: 0;
    padding: 30px 0;
}

.banner-area .carousel-indicators li {
    display: block;
    height: 20px;
    width: 20px;
    margin: 10px 5px;
    border: 2px solid rgba(255, 255, 255, 0.7);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: transparent;
    position: relative;
    z-index: 1;
}

.banner-area .carousel-indicators li.active {
    border: 2px solid #ffffff;
}

.banner-area .carousel-indicators li::after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    height: 5px;
    width: 5px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background: #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.banner-area.video-bg-live .mbYTP_wrapper {
    z-index: 1 !important;
}

.double-items>.row div {
    height: auto;
}

/* Shape */
.shape {
    z-index: -1;
}

.shape-right-top {
    position: absolute;
    right: 0;
    top: 0;
}

.shape-right-bottom {
    position: absolute;
    right: 0;
    bottom: 0;
}

.shape-left-bottom {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100% !important;
    width: 100%;
}

.shape-left-top {
    position: absolute;
    left: 0;
    top: -120px;
}

.shape-right-top img,
.shape-right-bottom img,
.shape-left-bottom img {
    height: 100%;
}

.shape-left-bottom img {
    height: 100%;
    max-width: 100%;
    min-width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.shape-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.shape-bottom img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.shape-top {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.shape-top img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.shape.opacity-1 {
    opacity: 1;
}

.shape.opacity-09 {
    opacity: 0.9;
}

.shape.opacity-08 {
    opacity: 0.8;
}

.shape.opacity-07 {
    opacity: 0.7;
}

.shape.opacity-06 {
    opacity: 0.6;
}

.shape.opacity-05 {
    opacity: 0.5;
}

.shape.opacity-04 {
    opacity: 0.4;
}

.shape.opacity-03 {
    opacity: 0.3;
}

.shape.opacity-02 {
    opacity: 0.2;
}

.shape.opacity-01 {
    opacity: 0.1;
}

.shape.opacity-default {
    opacity: 0.03;
}


/* Content */

.banner-area h2 {
    font-size: 45px;
    font-weight: 900;
    margin-bottom: 20px;
}

.banner-area h2 {
    font-size: 45px;
    font-weight: 900;
    margin-bottom: 20px;
}

.banner-area h2 strong {
    position: relative;
    z-index: 1;
}

.banner-area h2 span {
    color: #f26c23;
}

.orange .banner-area h2 span {
    color: #FF5621;
}

.eastern-blue .banner-area h2 span {
    color: #1baaa0;
}

.banner-area h4 {
    color: #4154f1;
    margin-bottom: 26px;
    text-transform: uppercase;
    font-weight: 500;
}

.banner-area.text-light h4 {
    color: #ffffff;
}

.eastern-blue .banner-area h4 {
    color: #1baaa0;
}

.banner-area.heading-capitalized h2 {
    font-weight: 200;
    text-transform: capitalize;
    font-size: 60px;
}

.banner-area.heading-capitalized h2 strong {
    font-weight: 500;
    display: block;
}

.banner-area.heading-capitalized h2 strong::after {
    display: none;
}

.banner-area h2 strong::after {
    position: absolute;
    left: 3%;
    bottom: 15px;
    content: "";
    height: 10px;
    width: 100%;
    background: #4154f1;
    z-index: -1;
    opacity: .2;
}

.banner-area a {
    margin-top: 15px;
}

.banner-area p {
    font-size: 18px;
    line-height: 34px;
}

.banner-area .thumb {
    padding-left: 35px;
}

.banner-area .thumb.width-120 img {
    max-width: 120%;
}

.banner-area .thumb.width-130 img {
    max-width: 130%;
}

.banner-area .thumb.width-140 img {
    max-width: 140%;
}

.banner-area .thumb-innner {
    position: relative;
    z-index: 1;
}

.banner-area .thumb-innner .icon {
    position: absolute;
    left: 50%;
    top: 50px;
    margin-left: -10px;
}

.banner-area.auto-height .double-items {
    padding: 50px 0;
}

.banner-area.auto-height .content-box {
    padding-top: 180px;
}

.banner-area.auto-height .content-box .thumb-innner {
    margin-top: 50px;
}

.banner-area.auto-height .content-box .thumb-innner .icon {
    position: absolute;
    left: 50%;
    top: 100px;
    margin-left: -55px;
}

.banner-area.circle-shape {
    position: relative;
    z-index: 1;
}

.banner-area.circle-shape::after {
    position: absolute;
    right: -150px;
    top: -150px;
    content: "";
    height: 600px;
    width: 600px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 50%;
    z-index: -1;
}

.banner-area.circle-shape::before {
    position: absolute;
    right: -150px;
    top: -150px;
    content: "";
    height: 700px;
    width: 700px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    z-index: -1;
}


/* Animated Shape */

.item-animated {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    animation-timing-function: cubic-bezier(0.54, 0.085, 0.5, 0.92);
    -webkit-animation-name: infiUpDown;
    animation-name: infiUpDown;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

@keyframes infiUpDown {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(-35px);
        transform: translateY(-35px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes infiUpDown {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(-35px);
        transform: translateY(-35px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes infinite-move {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(88px);
        transform: translateX(88px);
    }
}

@-webkit-keyframes infinite-move {
    from {
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    to {
        -ms-transform: translateX(88px);
        transform: translateX(88px);
    }
}

@keyframes infinite-move {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    to {
        -webkit-transform: translateX(88px);
        transform: translateX(88px);
    }
}


/* ==============================================================
     # Video Button Play
=================================================================== */
.video-play-button {
    color: #4154f1;
    font-size: 30px;
    left: 50%;
    padding-left: 7px;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    z-index: 1;
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #ffffff repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button.theme:before,
.video-play-button.theme:after {
    background: #4154f1 repeat scroll 0 0;
}

.orange .video-play-button.theme:before,
.orange .video-play-button.theme:after {
    background: #FF5621 repeat scroll 0 0;
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #ffffff repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transition: all 200ms;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
}

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.video-play-button i {
    display: block;
    position: relative;
    z-index: 3;
    color: #4154f1;
}

.video-play-button.theme i {
    color: #ffffff;
}

.video-play-button.relative {
    position: relative;
    display: inline-block;
    left: 30px;
    height: 68px;
    width: 68px;
    line-height: 68px;
    text-align: center;
    margin-top: 0 !important;
    top: 55px;
    margin-left: 10px;
}

.video-play-button.relative::before,
.video-play-button.relative::after {
    height: 68px;
    width: 68px;
    line-height: 68px;
}

.video-play-button.relative i {
    line-height: 70px;
    font-size: 25px;
}

/* Nice Select CSS */
.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 50px;
    line-height: 50px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 100%;
    margin-bottom: 15px;
    z-index: 1;
}

.nice-select:hover {
    border-color: #dbdbdb;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: #999;
}

.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px;
}

.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    overflow-y: auto !important;
    height: 200px;
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}

.nice-select.disabled:after {
    border-color: #96aac1;
}

.nice-select.wide {
    width: 100%;
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.nice-select.right {
    float: right;
}

.nice-select.right .list {
    left: auto;
    right: 0;
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}

.nice-select.small:after {
    height: 4px;
    width: 4px;
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}

.nice-select .list {
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    -o-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
    width: 100%;
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #f6f6f6;
}

.nice-select .option.selected {
    font-weight: bold;
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}

.no-csspointerevents .nice-select .list {
    display: none;
}

.no-csspointerevents .nice-select.open .list {
    display: block;
}


/* ==============================================================
     # Features
=================================================================== */

.features-area .shape {
    opacity: 0.03;
}

.features-area .feature-box .single-item {
    margin-bottom: 30px;
}

.features-area .feature-box .item {
    box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
    padding: 60px 37px;
    background: #ffffff;
}

.features-area .about-info {
    margin-top: 90px;
}

.features-area .item .icon {
    display: inline-block;
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    background: rgba(65, 84, 241, 1);
    border-radius: 63% 37% 30% 70% / 50% 45% 55% 50%;
    position: relative;
    z-index: 1;
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 25px;
    box-shadow: 0px 10px 30px 0px rgba(44, 130, 237, 0.4);
}

.features-area .single-item:nth-child(2) .item .icon {
    background: rgba(27, 170, 160, 1);
}

.features-area .single-item:nth-child(3) .item .icon {
    background: rgba(255, 86, 33, 1);
}

.features-area .single-item:nth-child(4) .item .icon {
    background: rgba(129, 19, 137, 1);
}

.features-area .item h4 {
    font-weight: 800;
    font-size: 20px;
}

.features-area .item p {
    margin: 0;
}

/* About info */
.about-info h2 {
    font-weight: 200;
    margin-bottom: 25px;
    margin-top: -5px;
    text-transform: capitalize;
}

.about-info h2 strong {
    display: block;
    margin-top: 5px;
}

.about-info .fun-fact {
    display: flex;
    margin-top: 25px;
}

.about-info .fun-fact i {
    display: inline-block;
    margin-right: 20px;
    font-size: 30px;
    color: #4154f1;
}

.about-info .fun-fact .timer {
    color: #232323;
    font-size: 40px;
    margin-bottom: 10px;
    font-weight: 500;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.about-info .fun-fact .medium {
    display: block;
    font-size: 18px;
}

.about-info .fun-fact .timer::after {
    position: absolute;
    right: -32px;
    top: 0;
    content: "%";
    font-size: 30px;
}

.about-info a {
    margin-top: 10px;
}

/* About Features */
.about-features-area .about-info {
    padding-right: 35px;
}

.about-features-area .item-grid:first-child {
    margin-top: -30px;
}

.about-area .row>.process-box {
    padding-left: 35px;
}

.about-features-area .process-box .item {
    padding: 40px 30px;
    background: #ffffff;
    box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
    margin-top: 30px;
}

.about-features-area .process-box .item:first-child .icon {
    position: relative;
}

.about-features-area .process-box .icon i {
    text-align: center;
    background: #ffffff;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    font-size: 30px;
    color: #1baaa0;
    height: 80px;
    width: 80px;
    line-height: 80px;
}

.cornflower-blue .about-features-area .process-box .icon i {
    color: #634ded;
}

.about-features-area .process-box .icon i::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: #634ded;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.1;
    border-radius: 63% 37% 30% 70% / 50% 45% 55% 50%;
}

.about-features-area .process-box .item h4 {
    text-transform: capitalize;
    font-weight: 800;
    font-size: 22px;
}


/* Analysis */

.analysis h4 {
    border-top: 1px dashed #e7e7e7;
    margin-top: 30px;
    padding-top: 30px;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 1.4;
}

.analysis form button {
    width: 100%;
    background: linear-gradient(90deg, rgba(65, 84, 241, 1) 0%, rgba(14, 32, 173, 1) 75%);
    color: #ffffff;
    font-weight: 800;
    text-transform: uppercase;
    padding: 7px;
    border-radius: 30px;
    margin-top: 30px;
}

.analysis form input,
.analysis form input:focus {
    border-radius: 30px;
    border: none;
    padding: 15px 30px;
    outline: inherit;
    box-shadow: inherit;
}

.analysis .input {
    border: 1px solid #e7e7e7;
    border-radius: 30px;
    padding: 0 20px;
}

.analysis form .col-lg-6 {
    padding: 0;
    border-radius: 30px;
}

.analysis .input .form-group {
    margin: 0;
}

.analysis form .input input[type="url"] {
    border-right: 1px solid #e7e7e7;
    border-top-right-radius: inherit;
    border-bottom-right-radius: inherit;
}


/* ==============================================================
     # About
=================================================================== */

.about-area .thumb {
    padding-right: 35px;
}

.about-area .info h5 {
    text-transform: uppercase;
    font-weight: 800;
    color: #4154f1;
}

.eastern-blue .about-area .info h5 {
    color: #1baaa0;
}

.orange .about-area .info h5 {
    color: #FF5621;
}

.cornflower-blue .about-area .info h5 {
    color: #634ded;
}

.about-area .info h2 {
    font-weight: 200;
    margin-bottom: 25px;
    text-transform: capitalize;
}

.about-area .info h2 strong {
    margin-top: 5px;
}

/* ==============================================================
     # Cirlce Progressbar
=================================================================== */
.circle-chart {
    width: 150px;
    height: 150px;
}

.circle-chart__circle {
    stroke: #1baaa0;
    stroke-width: 2px;
    stroke-linecap: square;
    fill: none;
    animation: circle-chart-fill 2s reverse;
    transform: rotate(-90deg);
    transform-origin: center;
}

.cornflower-blue .circle-chart__circle {
    stroke: #634ded;
}

/**
 * 1. Rotate by -90 degree to make the starting point of the
 *    stroke the top of the circle.
 * 2. Scaling mirrors the circle to make the stroke move right
 *    to mark a positive chart value.
 * 3. Using CSS transforms on SVG elements is not supported by Internet Explorer
 *    and Edge, use the transform attribute directly on the SVG element as a
 * .  workaround.
 */

.circle-chart__circle--negative {
    transform: rotate(-90deg) scale(1, -1);
    /* 1, 2, 3 */
    ;
}

.circle-chart__background {
    stroke: #e7e7e7;
    stroke-width: 1px;
    fill: none;
}

.circle-chart__info {
    animation: circle-chart-appear 2s forwards;
    opacity: 0;
    transform: translateY(0.3em);
}

.circle-chart__percent {
    alignment-baseline: central;
    text-anchor: middle;
    font-size: 8px;
    font-weight: 800;
}

.circle-chart__subline {
    alignment-baseline: central;
    text-anchor: middle;
    font-size: 3px;
}

.progress-items .circlechart {
    float: left;
    margin-right: 30px;
    margin-top: 25px !important;
}

.progress-items .circlechart:last-child {
    margin: 0;
}

@keyframes circle-chart-fill {
    to {
        stroke-dasharray: 0 100;
    }
}

@keyframes circle-chart-appear {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.about-area .progress-items {
    margin-top: 25px;
}

.progress-items .progress-box {
    margin-bottom: 30px;
}

.progress-items .progress-box:last-child {
    margin-bottom: 0;
}

.progress-items .progress-box h5 {
    text-transform: capitalize;
    color: #232323 !important;
    font-size: 16px;
    font-weight: 600;
}

.progress-items .progress-box .progress {
    height: 5px;
    border-radius: 30px;
    overflow: inherit;
}

.progress-items .progress-box .progress .progress-bar {
    background: #4154f1;
    position: relative;
    z-index: 1;
    overflow: inherit;
}

.progress-items .progress-box .progress .progress-bar::after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    height: 15px;
    width: 2px;
    background: #4154f1;
    z-index: -1;
    margin-top: -5px;
}

.eastern-blue .progress-items .progress-box .progress .progress-bar {
    background: #1baaa0;
}

.eastern-blue .progress-items .progress-box .progress .progress-bar::after {
    background: #1baaa0;
}

.orange .progress-items .progress-box .progress .progress-bar {
    background: #FF5621;
}

.orange .progress-items .progress-box .progress .progress-bar::after {
    background: #FF5621;
}

.cornflower-blue .progress-items .progress-box .progress .progress-bar {
    background: #634ded;
}

.cornflower-blue .progress-items .progress-box .progress .progress-bar::after {
    background: #634ded;
}

/* ==============================================================
     # Choose Us
=================================================================== */

.choose-us-area.half-bg::after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 50%;
    background: #001d4c;
    z-index: -1;
}

.choose-us-area .info {
    padding-left: 50px;
    position: relative;
    z-index: 1;
    /*padding-top: 35px;*/
}

/*.choose-us-area .info::after {*/
/*    position: absolute;*/
/*    left: -10px;*/
/*    top: -50px;*/
/*    content: "";*/
/*    height: 150px;*/
/*    width: 150px;*/
/*    !*background: url('<?php echo ' frontend/assets/img/shape/dotted-bg.png '; ?>');*!*/

/*    z-index: -1;*/
/*    transform: rotate(-45deg);*/
/*    background-size: contain;*/
/*    background-repeat: no-repeat;*/
/*}*/
.choose-us-area {
    margin-bottom: 30px;
}

.choose-us-area ul li {
    float: left;
    width: 50%;
    padding: 0 15px;
    margin-top: 30px;
}

.choose-us-area ul li .item {
    background: #ffffff;
    border-radius: 30px;
    display: flex;
    align-items: center;
    box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
}

.choose-us-area ul {
    margin-top: -10px;
}

.choose-us-area ul li h5 {
    margin-bottom: 7px;
    font-size: 18px;
    font-weight: 500;
}

.choose-us-area ul li {
    position: relative;
    z-index: 1;
    padding-left: 50px;
    line-height: 30px;
}

.choose-us-area ul li p {
    margin-bottom: 0;
}

.choose-us-area ul li::after {
    position: absolute;
    left: 0;
    top: -14px !important;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    /*background: #f7f7f7;*/
    color: #000;
    height: 37px !important;
    width: 50px !important;
    line-height: 58px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    clip-path: polygon(100% 0, 100% 77%, 77% 100%, 0 100%, 0 0);
}

.choose-us-area ul li i {
    display: inline-block;
    margin-right: 15px;
    font-size: 30px;
    height: 60px;
    width: 60px;
    background: #4154f1;
    line-height: 60px;
    text-align: center;
    color: #ffffff;
    border-radius: 50%;
}

.choose-us-area h2 {
    margin-bottom: 30px;
    font-weight: 600;
}

.choose-us-area h2 strong {
    /*text-decoration: underline;*/
    text-transform: capitalize;
}

.choose-us-area .thumb {
    padding-right: 35px;
}

.choose-us-area a {
    margin-top: 15px;
}

/* ==============================================================
     # Services
=================================================================== */

@media only screen and (min-width: 1367px) {
    .services-area .container-lg {
        margin-left: calc((100% - 1140px) / 2);
        padding-right: 30px;
        width: auto;
        min-width: auto;
        max-width: inherit;
    }

}

@media only screen and (min-width: 1000px) {
    .services-area .services-stage-carousel.owl-carousel .owl-stage {
        left: -100px;
    }
}

.services-area .single-item {
    margin-bottom: 30px;
}

.services-item-title {
    margin-bottom: 50px;
}

.services-area .services-items .item {
    padding: 25px 38px;
    background: #ffffff;
    box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.services-area.bg-gray .services-items .item,
.services-area .services-items.services-stage-carousel .item {
    box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
    border: none;
}

.services-area .services-items .item::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 100%;
    width: 40%;
    background: url('<?php echo ' frontend/assets/img/shape/border-shape.png '; ?>');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
    z-index: -1;
    opacity: 0.5;
}



.services-area.bg-gray .services-items .item::after {
    opacity: 0.5;
}

.services-area .services-items .item .icon {
    margin-bottom: 30px;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.services-area .services-items .item:hover .icon::after {
    height: 15px;
    width: 15px;
}

.services-area .services-items .single-item .item .icon::before,
.services-area .services-items .single-item .item .icon::after {
    display: none;
}

.services-area .services-items .item:hover .icon::before {
    height: 10px;
    width: 10px;
}

.services-area .services-items .item .icon i {
    display: inline-block;
    font-size: 45px;
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    /*background: linear-gradient(to bottom, #4154F1, #011CFF);*/
    color: #ffffff;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    transition: all 0.35s ease-in-out;
}

.services-area .services-items .single-item .item .icon i {
    font-size: 60px;
    /*color: #1da1f2;*/
}

.services-area .services-items .single-item .icon i,
.services-area .services-items .single-item .icon i::after {
    border-radius: 50% !important;
}

.eastern-blue .services-area .services-items .item .icon i {
    background: #1BAAA0;
    background: -webkit-linear-gradient(top left, #1BAAA0, #11EBDB);
    background: -moz-linear-gradient(top left, #1BAAA0, #11EBDB);
    background: linear-gradient(to bottom right, #1BAAA0, #11EBDB);
}

.services-area .services-items .item .icon i::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 100%;
    width: 100%;
    z-index: -1;
    border-radius: 10px;
    /*box-shadow: 0px 10px 30px 0px rgba(44, 130, 237, 0.4);*/
}

.services-area .services-items .item h4 {
    font-weight: 500;
    /*text-transform: capitalize;*/
    font-size: 20px;
}


.services-area .services-items .item .info>a {
    text-transform: capitalize;
    padding: 10px 35px;
    position: relative;
    z-index: 1;
    margin-top: 5px;
    display: inline-block;
    font-size: 16px;
    color: #4154f1;
    float: right;
}

.eastern-blue .services-area .services-items .item .info>a {
    color: #1baaa0;
}

.orange .services-area .services-items .item .info>a {
    color: #232323;
}

.cornflower-blue .services-area .services-items .item .info>a {
    color: #f26c23;
}

.services-area .services-items.text-center .item .info>a {
    float: none;
}

.services-area .services-items .item .info>a i {
    margin-right: 3px;
    font-size: 12px;
}

.services-area .services-items .item .info>a::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 52px;
    background: linear-gradient(-70deg, transparent, rgba(237, 245, 255, 1));
    z-index: -1;
    border-radius: 50%;
    transition: all 0.35s ease-in-out;
}

.services-area .services-items .item .info>a:hover::after {
    border-radius: 30px;
    width: 100%;
    color: #ffffff;
}

.services-area .services-items .single-item-social-media:nth-child(1) .item .icon i {
    background: #1877F2 !important;
    background: -webkit-linear-gradient(top, #1877F2, #0654FF) !important;
    background: -moz-linear-gradient(top, #1877F2, #0654FF) !important;
    background: linear-gradient(to bottom, #1877F2, #0654FF) !important;

}

.services-area .services-items .single-item-social-media:nth-child(2n) .item .icon i {
    background: linear-gradient(to top right, #405DE6, #5851DB, #833AB4, #C13584, #F77737) !important;

}

.services-area .services-items .single-item-social-media:nth-child(3n) .item .icon i {
    background: #F84E77 !important;
    background: -webkit-linear-gradient(top left, #F84E77, #FFA3B9) !important;
    background: -moz-linear-gradient(top left, #F84E77, #FFA3B9) !important;
    background: #000000 !important;
}

.services-area .services-items .single-item-social-media:nth-child(4n) .item .icon i {
    background: #4154F1 !important;
    background: -webkit-linear-gradient(top left, #4154F1, #6C7CFF) !important;
    background: -moz-linear-gradient(top left, #4154F1, #6C7CFF) !important;
    background: #0A66C2 !important;
}


.services-area .services-items .owl-item:nth-child(1) .item .icon i,
.services-area .services-items .single-item:nth-child(1) .item .icon i {
    /*background: #1BAAA0;*/
    /*background: -webkit-linear-gradient(top left, #1BAAA0, #11EBDB);*/
    /*background: -moz-linear-gradient(top left, #1BAAA0, #11EBDB);*/
    /*background: linear-gradient(to bottom right, #1BAAA0, #11EBDB);*/
}

.services-area .services-items .owl-item:nth-child(2n) .item .icon i,
.services-area .services-items .single-item:nth-child(2n) .item .icon i {
    /*background: #653CB5;*/
    /*background: -webkit-linear-gradient(top left, #653CB5, #BB99FF);*/
    /*background: -moz-linear-gradient(top left, #653CB5, #BB99FF);*/
    /*background: linear-gradient(to bottom right, #653CB5, #BB99FF);*/
}

.services-area .services-items .owl-item:nth-child(3n) .item .icon i,
.services-area .services-items .single-item:nth-child(3n) .item .icon i {
    /*background: #F84E77;*/
    /*background: -webkit-linear-gradient(top left, #F84E77, #FFA3B9);*/
    /*background: -moz-linear-gradient(top left, #F84E77, #FFA3B9);*/
    /*background: linear-gradient(to bottom right, #F84E77, #FFA3B9);*/
}

.services-area .services-items .owl-item:nth-child(4n) .item .icon i,
.services-area .services-items .single-item:nth-child(4n) .item .icon i {
    /*background: #4154F1;*/
    /*background: -webkit-linear-gradient(top left, #4154F1, #6C7CFF);*/
    /*background: -moz-linear-gradient(top left, #4154F1, #6C7CFF);*/
    /*background: linear-gradient(to bottom right, #4154F1, #6C7CFF);*/
}

.services-area .services-items .owl-item:nth-child(5n) .item .icon i,
.services-area .services-items .single-item:nth-child(5n) .item .icon i {
    /*background: #FC573C;*/
    /*background: -webkit-linear-gradient(top left, #FC573C, #FB9281);*/
    /*background: -moz-linear-gradient(top left, #FC573C, #FB9281);*/
    /*background: linear-gradient(to bottom right, #FC573C, #FB9281);*/
}

.services-area .services-items .owl-item:nth-child(6n) .item .icon i,
.services-area .services-items .single-item:nth-child(6n) .item .icon i {
    /*background: #63BC6F;*/
    /*background: -webkit-linear-gradient(top left, #63BC6F, #A0F8AC);*/
    /*background: -moz-linear-gradient(top left, #63BC6F, #A0F8AC);*/
    /*background: linear-gradient(to bottom right, #63BC6F, #A0F8AC);*/
}

.services-area .services-items.services-carousel .owl-nav {
    margin: 0;
}

.services-area .services-items.services-carousel .owl-nav .owl-prev,
.services-area .services-items.services-carousel .owl-nav .owl-next {
    background: #ffffff none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1), 0 3px 1px 0 rgba(20, 23, 28, 0.1);
    -webkit-box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1), 0 3px 1px 0 rgba(20, 23, 28, 0.1);
    -o-box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1), 0 3px 1px 0 rgba(20, 23, 28, 0.1);
    box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1), 0 3px 1px 0 rgba(20, 23, 28, 0.1);
    color: #4154f1;
    font-size: 20px;
    height: 45px;
    left: -90px;
    line-height: 50px;
    margin-top: -23px;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    width: 45px;
    opacity: 0;
}

.services-area .services-items.services-carousel .owl-nav .owl-next {
    left: auto;
    right: -90px;
}

.services-area .services-items.services-carousel:hover .owl-nav .owl-prev {
    left: -70px;
    opacity: 1;
}

.services-area .services-items.services-carousel:hover .owl-nav .owl-next {
    left: auto;
    right: -70px;
    opacity: 1;
}

.contact-form {
    display: flex;
    flex-direction: row;
    gap: 5px;
    width: 100%;
}

.contact-form button {
    border-radius: 0px !important;
}

.services-stage-carousel.owl-carousel .owl-dots {}

.services-stage-carousel.owl-carousel .owl-dots .owl-dot {
    margin-bottom: -10px;
    margin-top: 20px;
}

.services-stage-carousel.owl-carousel .owl-dots .owl-dot span {
    display: block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #ffffff;
    position: relative;
    z-index: 1;
    border: 2px solid #e7e7e7;
}

.services-stage-carousel.owl-carousel .owl-dots .owl-dot.active span::after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    height: 5px;
    width: 5px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background: #4154f1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}


/* ==============================================================
     # Process
=================================================================== */
.process-items .content {
    border-left: 1px dashed #dddddd;
    padding-left: 50px;
    margin-top: 40px;
    margin-left: 30px;
}

.process-items h2 {
    font-weight: 200;
    line-height: 1.3;
    margin-top: -5px;
}

.process-items h2 strong {
    display: block;
}

.process-items .thumb {
    padding-right: 35px;
}

.process-items .content .item {
    position: relative;
    z-index: 1;
    padding-top: 10px;
    margin-bottom: 30px;
}

.process-items .content .item:last-child {
    margin-bottom: 0;
}

.process-items .content h4 {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 500;
}

.process-items .content .item p {
    margin: 0;
}

.process-items .content .item .icon {
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    position: absolute;
    left: -74px;
    top: 0;
}

.process-items .content .item .icon i {
    transition: all 0.35s ease-in-out;
}

.process-items .content .item .icon::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: #ffffff;
    z-index: -1;
    border: 2px solid #e7e7e7;
    transform: rotate(45deg);
    border-radius: 5px;
    transition: all 0.35s ease-in-out;
}

.process-items .content .item:first-child .icon::after,
.process-items .content .item:hover .icon::after {
    /*background: linear-gradient(90deg, rgba(65, 84, 241, 1) 0%, rgba(14, 32, 173, 1) 75%);*/
    /*border: none;*/
}

.orange .process-items .content .item:first-child .icon::after,
.orange .process-items .content .item:hover .icon::after {
    background: linear-gradient(90deg, rgba(255, 86, 33, 1) 0%, rgba(240, 57, 0, 1) 77%);
    border: none;
}

.process-items .content .item:first-child .icon i,
.process-items .content .item:hover .icon i {
    color: #000000;
}

/*inbound process and items*/
.our-process-area .process-boxs .single-itemss {
    margin-bottom: 30px;
}

.process-boxs .row {
    display: flex;
    flex-wrap: wrap;
}

.single-itemss {
    flex: 1 0 calc(25% - 30px);
    /* Four columns (25% width) with 30px padding between */
    /*padding: 15px; !* Padding between the columns *!*/
    box-sizing: border-box;
    /* Ensure padding doesn't affect width */
}

.single-itemss .item {
    height: 100%;
    /* Make sure all items have the same height */
    /*display: flex;*/
    flex-direction: column;
    justify-content: space-between;
}

/*.our-process-area .process-box .single-item:nth-child(2n) {*/
/*    margin-top: 50px;*/
/*}*/
.single-itemss .item h4,
.single-itemss .item p {
    text-align: center;
}

.our-process-area .process-boxs {
    position: relative;
    z-index: 1;
}

.our-process-area .process-boxs .item:first-child .icon {
    position: relative;
}

.our-process-area .process-boxs .icon i {
    text-align: center;
    background: #FFFFFF;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    font-size: 50px;
    color: #4154F1;
    height: 100px;
    width: 100px;
    line-height: 100px;
}

.cornflower-blue .our-process-area .process-boxs .icon i {
    color: #f26c23;
}

.eastern-blue .our-process-area .process-boxs .icon i {
    color: #1BAAA0;
}

.orange .our-process-area .process-boxs .icon i {
    color: #FF5621;
}

.our-process-area .process-boxs .icon i::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: url('<?php echo ' frontend/assets/img/shape/shape-blue.png '; ?>');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.05;
}

.eastern-blue .our-process-area .process-boxs .icon i::after {
    background: url('<?php echo ' frontend/assets/img/shape/shape-eastern-blue.png '; ?>');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.05;
}

.cornflower-blue .our-process-area .process-boxs .icon i::after {
    background: url('<?php echo ' frontend/assets/img/shape/shape-blue.png '; ?>');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.05;
}

.orange .our-process-area .process-boxs .icon i::after {
    background: url('<?php echo ' frontend/assets/img/shape/shape-orange.png '; ?>');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.05;
}

.our-process-area .process-boxs .item h4 {
    text-transform: capitalize;
    font-weight: 800;
    font-size: 22px;
}

.our-process-area .process-boxs .item p {
    margin: 0;
}

.our-process-area .process-boxs .item {
    padding: 15px 30px;
    background: #FFFFFF;
    box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
}

.our-process-area.box-less .process-boxs .item {
    box-shadow: inherit;
    border: none;
    padding: 0;
}

.our-process-area.box-less .process-boxs .single-itemss:nth-child(2n) {
    margin-top: 0;
}

.our-process-area.box-less .process-boxs .icon {
    box-shadow: inherit;
    margin-bottom: 40px;
}

.our-process-area.box-less .process-boxs .icon i {
    font-size: 40px;
}

.our-process-area.box-less .process-boxs.icon i::after {
    background: url('<?php echo ' frontend/assets/img/shape/shape-2.png '; ?>');
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.05;
}

.our-process-area.box-less .single-itemss:nth-child(2) .item .icon i {
    color: rgba(27, 170, 160, 1);
}

.our-process-area.box-less .single-itemss:nth-child(3) .item .icon i {
    color: rgba(255, 86, 33, 1);
}

.our-process-area.box-less .single-itemss:nth-child(4) .item .icon i {
    color: rgba(129, 19, 137, 1);
}

/* Process */

.our-process-area .process-box .single-item {
    margin-bottom: 30px;
}

.our-process-area .process-box .single-item:nth-child(2n) {
    margin-top: 50px;
}

.our-process-area .process-box {
    position: relative;
    z-index: 1;
}

.our-process-area .process-box .item:first-child .icon {
    position: relative;
}

.our-process-area .process-box .icon i {
    text-align: center;
    background: #ffffff;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    font-size: 50px;
    color: #4154f1;
    height: 100px;
    width: 100px;
    line-height: 100px;
}

.cornflower-blue .our-process-area .process-box .icon i {
    color: #f26c23;
}

.eastern-blue .our-process-area .process-box .icon i {
    color: #1baaa0;
}

.orange .our-process-area .process-box .icon i {
    color: #FF5621;
}

.our-process-area .process-box .icon i::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: url('<?php echo ' frontend/assets/img/shape/shape-blue.png '; ?>');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.05;
}

.eastern-blue .our-process-area .process-box .icon i::after {
    background: url('<?php echo ' frontend/assets/img/shape/shape-eastern-blue.png '; ?>');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.05;
}

.cornflower-blue .our-process-area .process-box .icon i::after {
    background: url('<?php echo ' frontend/assets/img/shape/shape-blue.png '; ?>');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.05;
}

.orange .our-process-area .process-box .icon i::after {
    background: url('<?php echo ' frontend/assets/img/shape/shape-orange.png '; ?>');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.05;
}

.our-process-area .process-box .item h4 {
    text-transform: capitalize;
    font-weight: 800;
    font-size: 22px;
}

.our-process-area .process-box .item p {
    margin: 0;
}

.our-process-area .process-box .item {
    padding: 15px 30px;
    background: #ffffff;
    box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
}

.our-process-area.box-less .process-box .item {
    box-shadow: inherit;
    border: none;
    padding: 0;
}

.our-process-area.box-less .process-box .single-item:nth-child(2n) {
    margin-top: 0;
}

.our-process-area.box-less .process-box .icon {
    box-shadow: inherit;
    margin-bottom: 40px;
}

.our-process-area.box-less .process-box .icon i {
    font-size: 40px;
}

.our-process-area.box-less .process-box .icon i::after {
    background: url('<?php echo ' frontend/assets/img/shape/shape-2.png '; ?>');
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.05;
}

.our-process-area.box-less .single-item:nth-child(2) .item .icon i {
    color: rgba(27, 170, 160, 1);
}

.our-process-area.box-less .single-item:nth-child(3) .item .icon i {
    color: rgba(255, 86, 33, 1);
}

.our-process-area.box-less .single-item:nth-child(4) .item .icon i {
    color: rgba(129, 19, 137, 1);
}


/* ==============================================================
     # Tabs
=================================================================== */

.center-tabs .nav-tabs {
    border-bottom: none;
    margin-bottom: 40px !important;
    padding-right: 20px;
}

.center-tabs .nav-tabs li {
    float: none;
    display: block;
    margin: 0;
    padding: 0;
    border: none;
    margin-bottom: 15px;
}

.center-tabs .nav-tabs li a {
    display: block;
    border: none;
    border-radius: 5px;
    padding: 10px 25px;
    position: relative;
    z-index: 1;
    background: #f7f7f7;
    font-weight: 500;
    border: 1px solid #e7e7e7;
}

.center-tabs .nav-tabs li a:hover,
.center-tabs .nav-tabs li a:focus {
    background: transparent;
}

.center-tabs .nav-tabs li a.active {
    background: linear-gradient(90deg, rgba(65, 84, 241, 1) 0%, rgba(14, 32, 173, 1) 75%);
    color: #ffffff;
}

.about-area .center-tabs {
    margin-top: 50px;
}

.center-tabs .tab-content {
    /*padding: 50px;*/
    /*background: #ffffff;*/
    border-bottom: 3px solid #4154f1;
    /*box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);*/
    width: 800px;
    height: 270px;
    background: white;
    color: black;
    /* Adjust text color as needed */
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    margin-top: 213px;
}

.center-tabs .tab-content .info {
    padding-right: 30px;
    text-align: center;
}

.center-tabs .info h2,
.center-tabs .info h3 {
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 1.3;
}

.center-tabs .info h5 {
    text-transform: uppercase;
    margin-bottom: 25px;
    color: #4154f1;
    font-weight: 800;
    font-size: 18px;
}

.center-tabs .info a i {
    font-size: 14px;
    margin-right: 2px;
}

.center-tabs .info a {
    margin-top: 10px;
}

/* ==============================================================
     # Faq
=================================================================== */

.faq-items img {
    max-width: 120%;
    /*padding-top: 35px;*/
}

.faq-items .faq-content {
    padding-right: 35px;
}

.faq-box {
    padding-right: 25px !important;
}

.padding-resent-post {
    padding-top: 35px !important;
}

.faq-items .faq-content h2 {
    font-weight: 200;
    margin-bottom: 28px;
    line-height: 1.3;
    margin-top: -5px;
    text-transform: capitalize;
}

.faq-items .faq-content h2 strong {
    display: block;
    margin-top: 5px;
}

.faq-area .thumb {
    padding-left: 35px;
}

.accordion .card-header {
    max-width: fit-content !important;
}

.accordion .card-header h4 {
    position: relative !important;
    width: 200px !important;
}

.accordion .card-header h4:after {
    font-family: "Font Awesome 5 Free";
    content: "\f0d8";
    position: absolute;
    right: 5%;
    top: 30%;
    font-weight: 600;
    color: #000;
}

.accordion .card-header h4.collapsed:after {
    content: "\f0d7";
    font-weight: 600;
    right: 5%;
    top: 30%;
    /* transform: translateY(-50%); */
}

.padding-acco {
    position: absolute;
    right: 30px;
    top: 50%;
}

.faq-area .faq-content .card {
    border: 1px solid #dddddd;
    margin-bottom: 15px;
    overflow: inherit;
    background: #ffffff;
    border-radius: 5px;
}

.faq-box .card {
    height: 100%;
    overflow: hidden;
}

.faq-box .card-body {
    overflow: hidden;
}


.faq-area .faq-content .card:last-child {
    margin-bottom: 0;
}

.faq-area .faq-content .card .card-header {
    border: none;
    background: transparent;
    padding: 0;
}

/*.faq-area .faq-content .card .card-header h4 {*/
/*    margin: 0;*/
/*    font-size: 18px;*/
/*    font-weight: 600;*/
/*    padding: 30px;*/
/*    padding-right: 50px;*/
/*    cursor: pointer;*/
/*    box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);*/
/*    width: 503px;*/
/*}*/

.faq-area .faq-content .card .card-body {
    padding-left: 30px;
    padding-top: 8px;
}

/* Companies */
.companies-carousel .item img {
    width: auto;
    margin: auto;
}

/*for icon color change*/

.clients-carousel .item img:hover {
    /* Change the color property to your desired color */
    filter: grayscale(0%);
    transition: filter 0.3s ease;
}

/* Reset grayscale filter when not hovering */
.clients-carousel .item img {
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}


.clients-carousel .items img:hover {
    /* Change the color property to your desired color */
    filter: grayscale(0%);
    transition: filter 0.3s ease;
}

/* Reset grayscale filter when not hovering */
.clients-carousel .items img {
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

/* ==============================================================
     # Clients
=================================================================== */
.clients-carousel img {
    width: auto !important;
    height: 80px;
    margin: auto;
}

.clients-area.reverse .clients-carousel img {
    margin: inherit;
}

.clients-area .fixed-bg {
    opacity: 0.2;
}

.clients-area .info {
    padding-right: 35px;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.clients-area.bg-gray .info {
    border-right: 1px solid #cccccc;
}

.clients-area.reverse .info {
    padding-right: 15px;
    padding-left: 35px;
    border: none;
    border-left: 1px solid #e7e7e7;
}

.clients-area .info h2 {
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 0;
    margin-top: -5px;
}

.clients-area .info h2 strong {
    text-decoration: underline;
    color: #4154f1;
}

.eastern-blue .clients-area .info h2 strong {
    color: #1baaa0;
}

.orange .clients-area .info h2 strong {
    color: #FF5621;
}

.cornflower-blue .clients-area .info h2 strong {
    color: #634ded;
}

.orange .clients-area .info h2 strong {
    color: #FF5621;
}

.clients-area.text-light .info h2 strong {
    color: #ffffff;
}

/* ==============================================================
     # Fun Fact
=================================================================== */
.fun-factor-area.bg-gray .fixed-bg {
    opacity: 0.5;
}


/* ==============================================================
     # Our Benifits
=================================================================== */
.benefits-area .thumb {
    padding-left: 35px;

}

.benifits-area.reverse .thumb {
    padding-left: 15px;
    padding-right: 35px;
}

.benifits-area .info>h5 {
    color: #4154f1;
    font-weight: 800;
    text-transform: uppercase;
}

.eastern-blue .benifits-area .info>h5 {
    color: #1baaa0;
}

.orange .benifits-area .info>h5 {
    color: #FF5621;
}

.cornflower-blue .benifits-area .info>h5 {
    color: #f26c23;
    text-transform: capitalize;
}

.paid {
    color: #f26c23;
}

.benifits-area .info h2 {
    font-weight: 200;
    margin-bottom: 25px;
}

.benifits-area .info h2 strong {
    display: block;
}

.benifits-area .info ul {
    margin-top: -10px;
}

.benifits-area .info ul li {
    float: left;
    width: 50%;
    padding: 0 15px;
    position: relative;
    z-index: 1;
    padding-left: 20px;
    margin-top: 20px;
}

.benifits-area .info>a {
    margin-top: 30px;
}

.benifits-area .info ul li h5 {
    font-weight: 500;
    font-size: 16px;
    margin: 0;
}

.benifits-area .info ul li h6 {
    font-weight: 500;
    font-size: 20px;
    margin: 0;
}

.benifits-area .info ul li::after {
    position: absolute;
    left: 0;
    top: 4px;
    content: "";
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #4154f1;
}

.eastern-blue .benifits-area .info ul li::after {
    border-left: 10px solid #1baaa0;
}

.orange .benifits-area .info ul li::after {
    border-left: 10px solid #FF5621;
}

.cornflower-blue .benifits-area .info ul li::after {
    border-left: 10px solid #000000;
}


/* ==============================================================
     # Fun Factor
=================================================================== */

.fun-factor-area {
    position: relative;
    z-index: 1;
}

.fun-factor-area .fixed-bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.7;
}

.fun-factor-area.bg-gray .fixed-bg {
    opacity: 0.8;
}

.fun-factor-area .item .timer {
    display: block;
    font-size: 45px;
    font-weight: 800;
    line-height: 1;
    margin-top: -5px;
    margin-bottom: 10px;
    color: #232323;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, rgba(65, 84, 241, 1) 0%, rgba(14, 32, 173, 1) 75%);
    -webkit-background-clip: text;
}

.eastern-blue .fun-factor-area .item .timer {
    background: linear-gradient(90deg, rgba(27, 170, 160, 1) 0%, rgba(8, 115, 107, 1) 77%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.orange .fun-factor-area .item .timer {
    background: linear-gradient(90deg, rgba(255, 86, 33, 1) 0%, rgba(240, 57, 0, 1) 77%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.cornflower-blue .fun-factor-area .item .timer {
    background: linear-gradient(to bottom right, #644DED, #811389);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.fun-factor-area .item .medium {
    display: block;
    font-weight: 800;
    font-size: 16px;
    margin-bottom: -5px;
    color: #232323;
    text-transform: capitalize;
}

.fun-factor-area .fixed-bg.contain {
    opacity: 1;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

/* ==============================================================
     # Case Studies
=================================================================== */

.case-studies-area.default-padding-top {
    margin-bottom: -50px;
}

.case-studies-area.default-padding-bottom {
    padding-bottom: 70px;
    margin: 0;
}

.case-studies-area .shape-right-bottom {
    opacity: 0.05;
}

.case-studies-area .single-item {
    margin-bottom: 30px;
}

.case-items .thumb {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.case-items .info {
    position: relative;
    z-index: 1;
    background: #ffffff;
}

.case-items .info .cats {
    font-weight: 500;
    margin-bottom: 5px;
}

.case-items .info .cats p {
    margin: 0;
    font-weight: 500;
    color: #4154f1;
    font-size: 14px;
    position: relative;
    z-index: 1;
    padding-left: 25px;
}

.case-items .info .cats p::after {
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
    height: 1px;
    width: 15px;
    background: #4154f1;
    margin-top: -1px;
}

.eastern-blue .case-items .info .cats p {
    color: #1baaa0;
}

.eastern-blue .case-items .info .cats p::after {
    background: #1baaa0;
}

.case-items .info {
    padding-inline: 18px;
    padding-block: 18px;
    box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
    border-radius: 0 0 10px 10px;
}


.case-items .info h5 {
    margin-bottom: 0;
}

.case-items .thumb .overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.case-items .thumb .overlay a {
    height: 45px;
    width: 45px;
    line-height: 45px;
    background: #ffffff;
    display: inline-block;
    border-radius: 5px;
    z-index: 9;
    color: #4154f1;
    position: absolute;
    right: 30px;
    bottom: 60px;
    opacity: 0;
    text-align: center;
}

.eastern-blue .case-items .thumb .overlay a {
    color: #1baaa0;
}

.orange .case-items .thumb .overlay a {
    color: #FF5621;
}

.cornflower-blue .case-items .thumb .overlay a {
    color: #634ded;
}

.case-items .thumb .overlay::after {
    position: absolute;
    left: 0;
    bottom: -100%;
    content: "";
    height: 100%;
    width: 100%;
    background: #000000;
    transition: all 0.35s ease-in-out;
    opacity: 0.5;
}

.case-items .item:hover .thumb .overlay::after {
    bottom: 0;
}

.case-items .item:hover .thumb .overlay a {
    opacity: 1;
    bottom: 30px;
}


/* ==============================================================
     # Team
=================================================================== */

.team-area .single-item {
    margin-bottom: 30px;
}

.team-area .item {
    box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
    transition: all 0.35s ease-in-out;
    background: #ffffff;
}

.team-area .team-carousel .item {
    box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
}

.team-area .item:hover {
    margin-top: -15px;
}

.team-area .thumb {
    position: relative;
    z-index: 1;
}

.team-area .thumb::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: url('<?php echo ' frontend/assets/img/shape/brush.svg);
    background-size: cover;
    background-repeat: no-repeat;
}

.team-area i.fas.fa-envelope {
    position: relative;
    top: 2px;
    font-weight: 500;
}

.team-area .info {
    padding: 30px;
}

.team-area .info h4 {
    font-weight: 500;
    margin: 0;
    font-size: 20px;
}

.team-area .info>span {
    display: block;
    color: #4154f1;
    margin-bottom: 10px;
}

.cornflower-blue .team-area .info>span {
    color: #634ded;
}

.eastern-blue .team-area .info>span {
    color: #1baaa0;
}

.orange .team-area .info>span {
    color: #FF5621;
}

.team-area .info .contact {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.team-area .info .contact i {
    margin-right: 5px;
    color: #1DA1F2;
    border-radius: 50%;
}

i.fas.fa-envelope-open {
    font-weight: 500;
}

.team-area .info .contact a {
    font-weight: 300;
}

.team-carousel.owl-carousel .owl-dots {}

.team-carousel.owl-carousel .owl-dots .owl-dot {
    margin-bottom: -10px;
    margin-top: 20px;
}

.team-carousel.owl-carousel .owl-dots .owl-dot span {
    display: block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #ffffff;
    position: relative;
    z-index: 1;
    border: 2px solid #e7e7e7;
}

.team-carousel.owl-carousel .owl-dots .owl-dot.active span::after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    height: 5px;
    width: 5px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background: #4154f1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

/* ==============================================================
     # Pricing
=================================================================== */

.pricing-area .shape-right-bottom {
    bottom: -200px;
    opacity: 0.08;
}

.pricing-area .pricing-item {
    background: #ffffff;
    position: relative;
    z-index: 1;
    box-shadow: 1px 4px 20px -2px rgba(0, 0, 0, 0.1);
    padding: 50px;
}

.pricing-area .single-item {
    padding: 0;
}

.pricing-item.active {
    transform: scale(1.07);
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -ms-transform: scale(1.07);
    -o-transform: scale(1.07);
    z-index: 9;
    border: 2px solid #4154f1;
    border-radius: 10px;
}

.orange .pricing-item.active {
    border: 2px solid #FF5621;
}

.pricing-area .pricing-item ul {
    display: inline-block;
    text-align: left;
}

.pricing-area .pricing-item li {
    margin-bottom: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
}

.pricing-area .pricing-item li i {
    margin-left: 30px;
    color: #00a37b;
}

.pricing-area .pricing-item li i.fa-times-circle {
    color: #ff99af;
}

.pricing-area .pricing-item li:last-child {
    margin-bottom: 0;
    border: none;
    padding: 0;
    margin-top: 25px;
}

.pricing-area .pricing-item li.icon i {
    margin-left: 0;
    font-size: 60px;
    margin-top: 20px;
    margin-bottom: 30px;
    color: #232323;
    display: inline-block;
    font-size: 50px;
    height: 100px;
    width: 100px;
    line-height: 100px;
    position: relative;
    z-index: 1;
    text-align: center;
}

.pricing-area .pricing-item li.icon i::after {
    position: absolute;
    left: -8px;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: url('<?php echo ' frontend/assets/img/shape/icon-shape.png '; ?>');

    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.09;
}

.pricing-area .pricing-item.active li.icon i {
    color: #4154f1;
}

.orange .pricing-area .pricing-item.active li.icon i {
    color: #FF5621;
}

.pricing-area .pricing-item li.icon {
    text-align: center;
}

.pricing-area .pricing-item li.icon img {
    height: 120px;
    min-height: 100px;
    width: auto;
    margin-bottom: 30px;
}

.pricing-area .pricing-items {
    margin-top: 22px;
    margin-bottom: 22px;
}

.pricing-area .pricing-item li.pricing-header {
    position: relative;
    z-index: 1;
    text-align: center;
    background: border-box;
}

.pricing-area .pricing-item li.pricing-header::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 1px;
    width: 100%;
}

.pricing-area .pricing-item .price h2 {
    font-weight: 500;
    font-size: 50px;
    margin-bottom: 0;
}

.pricing-area .pricing-item .price h2 sup {
    font-size: 24px;
    top: -20px;
    font-weight: 500;
}

.pricing-area .pricing-item .price h2 sub {
    font-size: 14px;
    font-weight: 500;
}

.pricing-area .pricing-item li.pricing-header h4 {
    text-transform: capitalize;
    font-weight: 800;
    margin-bottom: 5px;
    font-size: 20px;
    color: #666666;
}

.pricing-area .pricing-item li.pricing-header::before {
    position: absolute;
    left: 0;
    bottom: 0;
}

.pricing-area .pricing-item li.pricing-header i {
    display: inline-block;
    position: relative;
    z-index: 1;
    text-align: center;
    margin-bottom: 30px;
    color: #4154f1;
    font-size: 50px;
}

.pricing-area .pricing-item li.pricing-header,
.pricing-area .pricing-item li.price,
.pricing-area .pricing-item li.footer,
.pricing-area .pricing-item li.icon {
    text-align: center;
    justify-content: center;
}

/* ==============================================================
     # Subscribe
=================================================================== */

.subscribe-area .shape-right-top {
    opacity: 0.07;
    top: 120px;
}

.subscribe-area .sebscribe-items {
    padding: 80px 30px;
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.subscribe-area .sebscribe-items::after {
    position: absolute;
    left: -50px;
    top: -50px;
    content: "";
    height: 150px;
    width: 150px;
    background: #4154f1;
    z-index: -1;
    transform: rotate(25deg);
    border-radius: 10px;
}

.eastern-blue .subscribe-area .sebscribe-items::after {
    background: #1baaa0;
}

.orange .subscribe-area .sebscribe-items::after {
    background: #FF5621;
}

.cornflower-blue .subscribe-area .sebscribe-items::after {
    background: #634ded;
}

.subscribe-area .sebscribe-items::before {
    position: absolute;
    left: -65px;
    top: -65px;
    content: "";
    height: 200px;
    width: 200px;
    background: #4154f1;
    z-index: -1;
    opacity: 0.5;
    transform: rotate(25deg);
    border-radius: 10px;
}

.eastern-blue .subscribe-area .sebscribe-items::before {
    background: #1baaa0;
}

.orange .subscribe-area .sebscribe-items::before {
    background: #FF5621;
}

.cornflower-blue .subscribe-area .sebscribe-items::before {
    background: #634ded;
}

.subscribe-area h2 {
    font-weight: 500;
    margin-bottom: 30px;
}

.subscribe-area h2 strong {
    display: block;
    text-transform: capitalize;
    margin-top: 5px;
    color: #4154f1;
}

.eastern-blue .subscribe-area h2 strong {
    color: #1baaa0;
}

.orange .subscribe-area h2 strong {
    color: #FF5621;
}

.cornflower-blue .subscribe-area h2 strong {
    color: #634ded;
}

.subscribe-area form {
    border: 1px solid #e7e7e7;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    padding: 0 20px;
}

.seo-form form .col-lg-6 {
    padding: 0;
}

.subscribe-area form input,
.subscribe-area form input:focus {
    border: none;
    padding: 30px;
    border-radius: 30px;
    box-shadow: inherit;
    outline: inherit;
}

.subscribe-area form button {
    top: 5px;
    position: absolute;
    right: 5px;
}

.subscribe-area form .input-group.stylish-input-group {
    border-radius: 30px;
    border: none;
}

.subscribe-area form button {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 10px 35px;
    border-radius: 30px;
    background: linear-gradient(90deg, rgba(65, 84, 241, 1) 0%, rgba(14, 32, 173, 1) 75%);
    color: #ffffff;
    font-weight: 500;
}

.orange .subscribe-area form button {
    background: linear-gradient(90deg, rgba(255, 86, 33, 1) 0%, rgba(240, 57, 0, 1) 77%);
}

.eastern-blue .subscribe-area form button {
    background: linear-gradient(90deg, rgba(27, 170, 160, 1) 0%, rgba(8, 115, 107, 1) 77%);
}

.cornflower-blue .subscribe-area form button {
    background: linear-gradient(90deg, rgba(65, 84, 241, 1) 0%, rgba(14, 32, 173, 1) 75%);
}

/* SEO Form */
.seo-form.subscribe-area.half-bg-gray::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 50%;
    width: 100%;
    background: #f3f7fd;
    z-index: -1;
}

.seo-form.subscribe-area form input {
    padding: 0 30px;
    border-radius: 30px;
    border-right: 1px solid #e7e7e7;
    border-top-right-radius: inherit;
    border-bottom-right-radius: inherit;
}

.seo-form.subscribe-area form .form-group {
    margin: 0;
}

.seo-form.subscribe-area form .col-lg-5:last-child {
    border: none;
}

.seo-form form .col-lg-6:last-child input {
    border: none;
}

.seo-form form .col-lg-6:nth-child(2) input {
    border: none;
    border-radius: 30px;
}

.subscribe-area.seo-form form button {
    top: 0;
    right: -1px;
}


/* ==============================================================
     # Testimonials
=================================================================== */
.testimonials-area .client-thumb {
    position: relative;
    height: 350px;
    width: 350px;
    background: #ffffff;
    margin: auto;
    border-radius: 50%;
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 1px 4px 20px -2px rgba(0, 0, 0, 0.1);
}

.testimonials-area .client-thumb::after {
    position: absolute;
    left: -15%;
    top: -15%;
    content: "";
    height: 130%;
    width: 130%;
    z-index: -1;
    border-radius: 50%;
    background: url('<?php echo ' frontend/assets/img/shape/round-shape.png '; ?>');
    background-size: cover;
    background-position: center;
    opacity: 0.3;
}

@keyframes rotate-animation {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.testimonials-area .client-thumb img {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    background: #ffffff;
    padding: 5px;
    box-shadow: 1px 4px 20px -2px rgba(0, 0, 0, 0.1);
}

.testimonials-area .client-thumb img:first-child {
    position: absolute;
    left: 50%;
    top: -30px;
    margin-left: -40px;
}

.testimonials-area .client-thumb img:nth-child(2) {
    position: absolute;
    right: -10px;
    bottom: 50px;
}

.testimonials-area .client-thumb img:nth-child(3) {
    position: absolute;
    left: -10px;
    bottom: 50px;
}

.testimonials-area .client-thumb img:nth-child(4) {
    height: 200px;
    width: 200px;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    border: none;
    padding: 0;
    border-radius: 50%;
}

.testimonials-carousel .item {
    position: relative;
    z-index: 1;
    margin-top: 20px;
}

.testimonials-carousel .item::after {
    position: absolute;
    left: 0;
    top: 10px;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 100px;
    z-index: -1;
    opacity: 0.07;
}

.testimonial-content h2 {
    font-weight: 500;
    margin-bottom: 25px;
}

.testimonial-content {
    margin-top: 40px;
}

.testimonials-carousel .item .author {
    display: flex;
    align-items: center;
    margin-top: 30px;
    border-top: 1px dashed #e7e7e7;
    padding-top: 30px;
}

.testimonials-carousel .item .author .thumb {
    margin-right: 20px;
}

.testimonials-carousel .item .author .thumb img {
    height: 70px;
    width: 70px;
    border-radius: 50%;
}

.testimonials-carousel .item .author .info h5 {
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 2px;
}

.testimonials-carousel .item .author .info span {
    color: #4154f1;
}

.eastern-blue .testimonials-carousel .item .author .info span {
    color: #1baaa0;
}

.testimonials-carousel.owl-carousel .owl-dots {}

.testimonials-carousel.owl-carousel .owl-dots .owl-dot {
    margin-bottom: -10px;
    margin-top: 20px;
}

.testimonials-carousel.owl-carousel .owl-dots .owl-dot span {
    display: block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #ffffff;
    position: relative;
    z-index: 1;
    border: 2px solid #e7e7e7;
}

.testimonials-carousel.owl-carousel .owl-dots .owl-dot.active span::after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    height: 5px;
    width: 5px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background: #4154f1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.eastern-blue .testimonials-carousel.owl-carousel .owl-dots .owl-dot.active span::after {
    background: #1baaa0;
}

/* ==============================================================
     # Blog
=================================================================== */

.blog-area .single-item {
    margin-bottom: 30px;
}

.blog-area.full-blog .single-item:last-child {
    margin-bottom: 0;
}

.blog-area.full-blog .blog-item-box {
    margin-top: -30px;
}

.blog-area.single .blog-item-box {
    margin-top: 150px;
}

.blog-area.full-blog .single-item {
    margin-bottom: 0;
    margin-top: 30px;
}

.blog-area .item .info h1,
.blog-area .item .info h2,
.blog-area .item .info h3,
.blog-area .item .info h4,
.blog-area .item .info h5,
.blog-area .item .info h6 {
    font-weight: 500;
}

.blog-area .item .info h4 {
    line-height: 1.4;
}

.blog-area .item .info h3 {
    font-weight: 500;
}

.blog-area .item .thumb img {
    border-radius: 10px;
}

.blog-area .item .thumb a {
    display: block;
    padding: 15px;
    border-radius: 10px;
}

.blog-items .item .info {
    padding: 30px;
    background: #ffffff;
    padding-top: 15px;
    border-radius: 0 0 10px 10px;
}

.blog-area.single .item .info {
    padding: 5px;
}

.blog-items .info h4 a:hover {
    color: #053e59;
}

.eastern-blue .blog-items .info h4 a:hover {
    color: #1baaa0;
}

.blog-items .item {
    box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
    border-radius: 10px;
    background: #ffffff;
}

/* .blog-items.content-less a { */
    /* margin-top: 10px;
} */

.blog-items .meta {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.blog-items .meta .thumb {
    margin-right: 15px;
}

.blog-items .meta .thumb img {
    height: 55px;
    width: 55px;
    border-radius: 50%;
}

.blog-items .meta .content h5 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 5px;
}

.blog-items .meta .content span {
    text-transform: capitalize;
    font-size: 14px;
    color: #4154f1;
}

.blog-items .meta ul li {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    float: left;
    margin-right: 12px;
    padding-right: 13px;
    position: relative;
    z-index: 1;
}

.blog-items .meta ul li i {
    margin-right: 3px;
    font-weight: 500;
}

.blog-items .meta ul li a {
    color: #666666;
    font-weight: 600;
}

.blog-items .meta ul li::after {
    position: absolute;
    right: 0;
    top: 7px;
    content: "";
    height: 15px;
    width: 1px;
    background: #cccccc;
}

.blog-items .meta ul li:last-child {
    margin: 0;
    padding: 0;
}

.blog-items .meta ul li:last-child::after {
    display: none;
}

.blog-items .tags {
    margin-bottom: 15px;
}

.blog-items .tags a {
    position: relative;
    z-index: 1;
    padding-right: 5px;
}

.blog-items .tags a:hover {
    color: #4154f1;
}

.eastern-blue .blog-items .tags a:hover {
    color: #1baaa0;
}

.blog-items .tags a::after {
    position: absolute;
    right: 0;
    bottom: -7px;
    content: ",";
}

.blog-items .tags a:last-child::after {
    display: none;
}

/* Pagination */

.blog-area .pagi-area .pagination {
    align-items: center;
    justify-content: center;
    margin-top: 45px;
}

.blog-area .pagi-area .pagination li a {
    display: inline-block;
    padding: 0;
    margin: 5px;
    margin-bottom: 0;
    border-radius: 50%;
    color: #4154f1;
    height: 50px;
    width: 50px;
    line-height: 50px;
}

.blog-area .pagi-area .pagination li.active a {
    background: #4154f1;
    color: #ffffff;
}

/* Sidebar */

.blog-area.left-sidebar .blog-content {
    float: right;
}

.blog-area.left-sidebar .sidebar {
    padding-right: 35px;
}

.blog-area.right-sidebar .sidebar {
    padding-left: 35px;
}

.blog-area .sidebar .title {
    display: block;
}

.blog-area .sidebar .title h4 {
    font-weight: 800;
    margin-bottom: 30px;
    margin-top: -5px;
    position: relative;
    text-transform: capitalize;
    z-index: 1;
}

.blog-area .sidebar input[type="text"] {
    border: 1px solid #e7e7e7;
    box-shadow: inherit;
    min-height: 60px;
    background: #f7f7f7;
    border-radius: 30px;
}

.blog-area .sidebar form {
    position: relative;
}

.blog-area .sidebar button[type="submit"] {
    background: transparent;
    color: #232323;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    min-height: 50px;
    width: 50px;
    position: absolute;
    right: 5px;
    text-transform: uppercase;
    top: 5px;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    border-radius: 50%;
}

.blog-area .sidebar input[type="submit"]:hover {
    background: #4154f1 none repeat scroll 0 0;
}

.blog-area .sidebar .sidebar-item {
    float: left;
    margin-bottom: 50px;
    width: 100%;
}

.blog-area .sidebar .sidebar-item:last-child {
    margin-bottom: 0;
}

.blog-area .sidebar .sidebar-item.category .sidebar-info,
.blog-area .sidebar .sidebar-item.archives .sidebar-info {
    margin-top: -5px;
}

.blog-area .sidebar .sidebar-item.category li {
    display: block;
    padding: 10px 0;
    position: relative;
    border-bottom: 1px solid #e7e7e7;
    margin: 3px 0;
}

.blog-area .sidebar .sidebar-item.category li a {
    display: inline-block;
    text-transform: capitalize;
    font-weight: 500;
    color: #666666;
}

.blog-area .sidebar .sidebar-item li a:hover {
    color: #4154f1;
}

.blog-area .sidebar .sidebar-item.category li a span {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0 10px;
    position: absolute;
    right: 0;
    background: #f1f1f1;
    top: 10px;
    color: #232323;
    font-size: 14px;
}

.blog-area .sidebar .sidebar-item.category li:first-child a span {
    top: 0;
}

.blog-area .sidebar .sidebar-item.category li:first-child {
    margin-top: 0;
    padding-top: 0;
}

.blog-area .sidebar .sidebar-item.category li:first-child a::after {
    top: 0;
}

.blog-area .sidebar .sidebar-item.category li:last-child {
    border: medium none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.sidebar-item.recent-post li a {
    color: #333333;
    display: block;
    font-weight: 600;
}

.sidebar-item.recent-post li a:last-child {
    display: inline-block;
}

.sidebar-item.recent-post .meta-title {
    font-family: 'Open Sans', sans-serif;
    margin-top: 15px;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 13px;
}

.sidebar-item.recent-post .meta-title i {
    margin-right: 3px;
    font-weight: 500;
    color: #4154f1;
}

.sidebar-item.recent-post li a:hover {
    color: #4154f1;
}

.color-yellow .sidebar-item.recent-post li a:hover {
    color: #ff9800;
}

.sidebar-item.recent-post li a span {
    display: inline-block;
    color: #002359;
}

.sidebar-item.recent-post li span {
    display: inline-block;
}

.sidebar-item.recent-post .meta-title a {
    color: #999999;
}

.sidebar-item.recent-post li {
    color: #cdd0d3;
}

.sidebar-item.recent-post li {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.sidebar-item.recent-post li:last-child {
    border: medium none;
    margin: 0;
    padding: 0;
}

.sidebar-item.recent-post li:last-child {
    margin: 0;
}

.sidebar-item.recent-post li .thumb {
    display: table-cell;
    padding-top: 5px;
    vertical-align: top;
    width: 80px;
}

.sidebar-item.recent-post .thumb img {
    width: 100%;
}

.sidebar-item.recent-post li .info {
    box-shadow: inherit;
    color: #837f7e;
    display: table-cell;
    line-height: 26px;
    padding: 0;
    padding-left: 25px;
    vertical-align: top;
}

.sidebar-item.recent-post li .info a {
    color: #666666;
    text-decoration: inherit;
    font-weight: 800;
    font-size: 16px;
}

.blog-area .sidebar-item.gallery ul {
    margin: -7px;
    overflow: hidden;
}

.sidebar-item.gallery ul li {
    box-sizing: border-box;
    float: left;
    padding: 7px;
    width: 33.333%;
}

.sidebar-item.gallery ul li img {
    min-height: 70px;
    width: 100%;
}

.sidebar-item.archives ul li {
    display: block;
    margin-bottom: 20px;
    position: relative;
}

.sidebar-item.archives ul li:last-child {
    margin-bottom: 0;
}

.sidebar-item.archives ul li a {
    display: inline-block;
    font-weight: 800;
    text-transform: capitalize;
    z-index: 1;
    padding-left: 25px;
    font-size: 14px;
    color: #666666;
}

.sidebar-item.archives ul li a::after {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "\f07b";
    font-family: "Font Awesome 5 Free";
    height: 8px;
    left: 0;
    position: absolute;
    width: 8px;
    font-weight: 500;
}

.sidebar-item.social-sidebar ul {
    margin-bottom: -10px;
    overflow: hidden;
}

.sidebar-item.social-sidebar li {
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.sidebar-item.social-sidebar li a {
    background: #002359 none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    display: inline-block;
    height: 50px;
    line-height: 54px;
    margin-bottom: 5px;
    text-align: center;
    width: 50px;
    border-radius: 10px;
    font-size: 14px;
}

.sidebar-item.social-sidebar li a:hover {
    color: #ffffff !important;
}

.sidebar-item.social-sidebar li.facebook a {
    background: #3B5998 none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.twitter a {
    background: #1DA1F2 none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.pinterest a {
    background: #BD081C none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.g-plus a {
    background: #DB4437 none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.linkedin a {
    background: #0077B5 none repeat scroll 0 0;
}

.sidebar-item.tags ul {
    margin-top: -8px;
}

.sidebar-item.tags ul li {
    display: inline-block;
}

.sidebar-item.tags ul li a {
    border: 1px solid #e7e7e7;
    display: inline-block;
    font-weight: 800;
    margin-top: 8px;
    margin-right: 5px;
    padding: 5px 25px;
    text-transform: capitalize;
    font-size: 13px;
    border-radius: 30px;
    color: #666666;
    background: #fafafa;
}

.sidebar-item.tags ul li a:hover {
    color: #4154f1;
}


/* Blog Single */
.blog-area.single .item .content-box span {
    background: #4154f1 none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 3px 20px;
    text-transform: uppercase;
}

.blog-area.single .item .content-box h2,
.blog-area.single .item .content-box h3,
.blog-area.single .item .content-box h4 {
    font-weight: 500;
}

.blog-area.single .content-box .cats {
    float: left;
    margin-right: 5px;
}

.blog-area.single .content-box .meta .date {
    float: right;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.blog-area.single .content-box .meta {
    overflow: hidden;
    width: 100%;
    border: none;
    margin: 0;
    padding: 0;
}

.blog-area .blog-items .info>ul li {
    margin-bottom: 15px;
    color: #232323;
    position: relative;
    z-index: 1;
    padding-left: 18px;
}

.blog-area .blog-items .info>ul {
    margin-bottom: 25px;
    margin-top: 25px;
}

.blog-area .blog-items .info>ul li::after {
    position: absolute;
    left: 0;
    top: 11px;
    content: "";
    background: #666666;
    height: 7px;
    width: 7px;
    border-radius: 50%;
}

.blog-area.single .content-box .cats a:last-child::after {
    display: none;
}

.blog-area.single .item {
    margin-bottom: 0;
    box-shadow: inherit;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 50px;
    border-radius: inherit;
}

.blog-area.single .item .thumb a {
    padding: 0;
    padding-bottom: 15px;
}

.blog-area .item blockquote {
    position: relative;
    z-index: 1;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 30px;
    background: #fafafa;
    padding: 50px;
    font-weight: 500;
    border-left: 4px solid #4154f1;
}

.blog-area .blog-content .post-tags,
.blog-area .blog-content .share {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.blog-area .blog-content .share li {
    display: inline-block;
    margin-left: 15px;
}

.blog-area .blog-content .share li a {
    display: inline-block;
    color: #4154f1;
}

.blog-area .blog-content .share li.facebook a {
    color: #3B5998;
}

.blog-area .blog-content .share li.twitter a {
    color: #1DA1F2;
}

.blog-area .blog-content .share li.pinterest a {
    color: #BD081C;
}

.blog-area .blog-content .share li.g-plus a {
    color: #DB4437;
}

.blog-area .blog-content .share li.linkedin a {
    color: #0077B5;
}

.blog-area .blog-content .post-tags .tags a {
    background: #f7f7f7;
    padding: 10px 15px;
    font-size: 14px;
    margin-right: 3px;
    margin-bottom: 5px;
    display: inline-block;
}

.blog-area.single .post-pagi-area {
    margin-top: 15px;
    overflow: hidden;
}

.blog-area.single .post-pagi-area a {
    display: inline-block;
    font-weight: 800;
    text-transform: capitalize;
    color: #4154f1;
    padding: 8px 30px;
    border: 2px solid #e7e7e7;
    border-radius: 5px;
}

.blog-area.single .post-pagi-area a:hover {
    color: #4154f1;
}

.blog-area.single.color-yellow .post-pagi-area a:hover {
    color: #ff9800;
}

.blog-area.single .post-pagi-area a:last-child {
    float: right;
}

.blog-area.single .post-pagi-area a:first-child i {
    margin-right: 3px;
}

.blog-area.single .post-pagi-area a:last-child i {
    margin-left: 3px;
}

.comments-area .commen-item .comments-info p {
    display: block;
    margin: 0;
}

.blog-area .contact-comments .submit {
    margin-bottom: 0;
}

.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Comments */

.blog-area .comments-area .comments-list {
    padding: 30px;
    background: #f7f7f7;
    margin-top: 30px;
}

.blog-area .comments-form {
    margin-top: 50px;
}

.comments-list .commen-item .avatar {
    float: left;
    height: 105px;
    width: 105px;
}

.comments-list .commen-item .content {
    display: table-cell;
    vertical-align: top;
}

.comments-list .commen-item .avatar img {
    height: 80px;
    width: 80px;
}

.comments-list .commen-item {
    margin-bottom: 25px;
}

.comments-list .commen-item:last-child {
    margin-bottom: 0;
}

.comments-list .commen-item.reply {
    padding-left: 80px;
}

.comments-area {
    margin-top: 30px;
}

.comments-area .comments-title h2,
.comments-area .comments-title h3,
.comments-area .comments-title h4 {
    font-weight: 500;
    margin-bottom: 30px;
    text-transform: capitalize;
}

.comments-list .commen-item .content h3,
.comments-list .commen-item .content h4,
.comments-list .commen-item .content h5 {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 0;
}

.comments-list .commen-item .content .title {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-weight: 500;
}

.comments-list .commen-item .content .title span {
    border-left: 1px solid #e7e7e7;
    padding-left: 15px;
    margin-left: 15px;
}

.comments-info a {
    border: 1px solid #e7e7e7;
    color: #002359;
    display: inline-block;
    font-size: 12px;
    margin-top: 5px;
    padding: 1px 10px;
    text-transform: uppercase;
    font-weight: 600;
}

.comments-info a:hover {
    color: #4154f1;
}

.color-yellow .comments-info a:hover {
    color: #ff9800;
}

.comments-info a i {
    margin-right: 10px;
}

.comments-form input,
.comments-form textarea {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #e7e7e7;
    border-image: none;
    border-radius: inherit;
    border-style: none none solid;
    border-width: medium medium 1px;
    box-shadow: inherit;
}

.comments-form textarea {
    min-height: 180px;
    padding: 15px;
}

.blog-area.full-blog.single-blog .form-group.submit {
    margin-bottom: 0;
}

.comments-form button {
    background: linear-gradient(90deg, rgba(65, 84, 241, 1) 0%, rgba(14, 32, 173, 1) 75%);
    border: 1px solid transparent;
    color: #ffffff;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    margin-top: 20px;
    padding: 15px 45px;
    text-transform: uppercase;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    border-radius: 30px;
}

.comments-form button:hover {
    color: #ffffff;
    background-color: #4154f1;
    border: 1px solid transparent;
}

.comments-area .commen-item .comments-info {
    margin-bottom: 15px;
}

.comments-form .title h2,
.comments-form .title h3,
.comments-form .title h4 {
    border-bottom: 1px solid #e7e7e7;
    font-weight: 500;
    margin-bottom: 30px;
    padding-bottom: 25px;
    text-transform: capitalize;
}

.blog-area .contact-comments .comments {
    margin-top: 20px;
}

.blog-area.single .blog-items .item .contact-comments .col-md-6 {
    float: left;
    padding: 0 15px;
}


/* ==============================================================
     # Contact
=================================================================== */
.contact-us-area form input {
    border: 20;
    background: #ffffff;
    padding: 0 20px;
}

.contact-us-area form textarea {
    border: 20 solid;
    background: #ffffff;
    padding: 20px;
    min-height: 120px;
}

.contact-us-area form button {
    background: linear-gradient(90deg, rgba(65, 84, 241, 1) 0%, rgba(14, 32, 173, 1) 75%);
    padding: 12px 35px;
    border-radius: 30px;
    color: #ffffff;
    font-weight: 500;
    margin-top: 15px;
}

.cornflower-blue .contact-us-area form button {
    background: linear-gradient(to bottom right, #644DED, #811389);
}

.eastern-blue .contact-us-area form button {
    background: linear-gradient(90deg, rgba(27, 170, 160, 1) 0%, rgba(8, 115, 107, 1) 77%);
}

.orange .contact-us-area form button {
    background: linear-gradient(90deg, rgba(255, 86, 33, 1) 0%, rgba(240, 57, 0, 1) 77%);
}

form img.loader {
    margin-left: 5px;
}

.contact-us-area form button i {
    margin-left: 3px;
}

.contact-us-area .contact-form h2 {
    font-weight: 200;
    margin-bottom: 30px;
}

.contact-us-area .contact-form h2 strong {
    display: block;
    margin-top: 5px;
}

.contact-us-area .address-items {
    padding: 60px 30px;
    background: linear-gradient(to bottom right, #4154F1, #061169);
    margin-right: 15px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.cornflower-blue .contact-us-area .address-items {
    background: linear-gradient(to bottom right, #053e59, #053e59)
}

.eastern-blue .contact-us-area .address-items {
    background: linear-gradient(90deg, rgba(27, 170, 160, 1) 0%, rgba(8, 115, 107, 1) 77%);
}

.orange .contact-us-area .address-items {
    background: linear-gradient(90deg, rgba(255, 86, 33, 1) 0%, rgba(240, 57, 0, 1) 77%);
}

.contact-us-area .address-items::after {
    position: absolute;
    right: -50px;
    top: -50px;
    content: "";
    height: 150px;
    width: 150px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

.contact-us-area .address-items::before {
    position: absolute;
    right: -50px;
    top: -50px;
    content: "";
    height: 180px;
    width: 180px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

.contact-us-area .address-items .item {
    margin-bottom: 30px;
    padding-bottom: 19px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}

.contact-us-area .address-items .item:last-child {
    margin: 0;
    padding: 0;
    border: none;
}

.contact-us-area .address-items .item h4 {
    font-weight: 500;
}

.contact-us-area .address-items .item li {
    font-weight: 800;
}

.contact-us-area .address-items .item li span {
    font-weight: 400;
}

/* Google Maps */

.google-maps iframe {
    border: medium none;
    height: 550px;
    margin-bottom: -10px;
    width: 100%;
}

.maps-area {
    overflow: hidden;
}


/* ==============================================================
     # Login
=================================================================== */
.login-area,
.login-area div {
    height: 100%;
}

.login-area div.login,
.login-area div.login div {
    height: auto;
}

.login-area .login-box {
    padding-top: 50px;
    padding-bottom: 50px;
}

.login-area .login-box {
    display: table;
    width: 100%;
}

.login-area .login-box .login {
    display: table-cell;
    height: auto;
    vertical-align: middle;
}

.login-area .content {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 0 10px #cccccc;
    padding: 30px;
    text-align: center;
}

.login-area .content img {
    margin-bottom: 30px;
}

.login-area .content input {
    border: none;
    box-shadow: inherit;
    padding-left: 25px;
    border-bottom: 1px solid #e7e7e7;
    border-radius: inherit;
}

.login-area .form-group {
    position: relative;
}

.login-area .form-group i {
    position: absolute;
    left: 0;
    top: 16px;
    color: #999999;
}

.login-area .content button {
    background: linear-gradient(90deg, rgba(65, 84, 241, 1) 0%, rgba(14, 32, 173, 1) 75%);
    border: medium none;
    border-radius: 5px;
    box-shadow: inherit;
    color: #ffffff;
    font-weight: 800;
    padding: 8px;
    text-transform: uppercase;
    width: 100%;
}

.login-area .content .sign-up {
    display: inline-block;
    margin-top: 30px;
}

.login-area .content .sign-up a {
    color: #4154f1;
    margin-left: 5px;
}

.login-area .link {
    text-align: right;
    margin-bottom: 25px;
    text-decoration: underline;
}

.login-area .social-login li {
    display: inline-block;
    margin: 0 3px;
}

.login-area .social-login li a {
    background: #002359 none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    display: inline-block;
    height: 40px;
    line-height: 44px;
    text-align: center;
    width: 40px;
    border-radius: 50%;
    font-size: 12px;
}

.login-area .social-login li.facebook a {
    background: #3B5998 none repeat scroll 0 0;
}

.login-area .social-login li.twitter a {
    background: #1DA1F2 none repeat scroll 0 0;
}

.login-area .social-login li.pinterest a {
    background: #BD081C none repeat scroll 0 0;
}

.login-area .social-login li.g-plus a {
    background: #DB4437 none repeat scroll 0 0;
}

.login-area .social-login li.linkedin a {
    background: #0077B5 none repeat scroll 0 0;
}

.login-area .social-login {
    border-top: 1px dashed #dddddd;
    margin-top: 15px;
    padding-top: 30px;
}

.login-area .social-login h5 {
    font-weight: 900;
    margin-bottom: 15px;
    color: #666666;
    font-size: 16px;
    text-transform: uppercase;
}

/* ==============================================================
     # Error Page
=================================================================== */
.error-page-area .thumb {
    padding-right: 35px;
}

.error-page-area h2 {
    font-weight: 500;
    margin-bottom: 25px;
}

.error-page-area a {
    margin-top: 10px;
}


/* ==============================================================
     # Footer
=================================================================== */


footer .widget-title,
footer img {
    margin-bottom: 30px;
    font-weight: 800;
}

footer .widget-title {
    display: inline-block;
    position: relative;
    z-index: 1;
}

footer .f-item.recent-post a {
    font-size: 17px;
    font-weight: 600;
    line-height: 32px;
    color: #96aac1;
}

footer .f-item.recent-post span a {
    font-size: 13px;
    font-weight: 800;
    color: #ffffff;
}

footer .f-item.recent-post a:hover {
    color: #ffffff;
}

footer .recent-post span {
    display: block;
    margin-top: 15px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}

footer .recent-post span i {
    margin-right: 4px;
}

footer .f-item.about {
    margin-right: 30px;
}

footer .recent-post .item {
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.15);*/
    margin-bottom: 30px;
    padding-bottom: 30px;
}

footer .recent-post .item:last-child {
    margin: 0;
    padding: 0;
    border: none;
}

footer .address h5 {
    margin-bottom: 10px;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 18px;
}

footer .address span {
    color: #96aac1;
}

footer .address span i {
    margin-right: 5px;
    font-size: 20px;
    position: relative;
    top: 2px;
    color: #ffffff;
}

footer .address li {
    display: flex;
    margin-top: 25px;
}

footer .address li i {
    font-size: 30px;
    min-width: 50px;
    display: inline-block;
}

footer .address {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    ;
    padding-top: 15px;
    margin-left: -55px;
}

footer .link li {
    margin-bottom: 15px;
}

footer .link li:last-child {
    margin-bottom: 0;
}

footer .link li a {
    color: #96aac1;
}

footer .link a:hover {
    color: #ffffff !important;
}

footer .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding: 25px 0;
}

footer .footer-bottom li {
    display: inline-block;
}

footer .footer-bottom p {
    margin: 0;
}

footer .footer-bottom .text-right li {
    margin-left: 19px;
}


/* ==============================================================
     # Preloader
=================================================================== */
.site-preloader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: white;
}

.site-preloader svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.site-preloader .loader-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.site-preloader .ring {
    width: 100px;
    height: 100px;
    border: 3px solid rgba(2, 109, 255, 0.2);
    border-top-color: #4154f1;
    border-radius: 50%;
    text-align: center;
    line-height: 150px;
    font-size: 2rem;
    color: white;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-shadow: 0 0 10px white;
    -webkit-animation: rotation 1s infinite linear;
    animation: rotation 1s infinite linear;
    margin: 0 auto;
}

.eastern-blue .site-preloader .ring {
    border: 3px solid rgba(27, 170, 160, 0.2);
    border-top-color: #1baaa0;
    color: #ffffff;
}

.orange .site-preloader .ring {
    border: 3px solid rgba(255, 86, 33, 0.2);
    border-top-color: #FF5621;
    color: #ffffff;
}

.cornflower-blue .site-preloader .ring {
    border: 3px solid rgba(99, 77, 237, 0.2);
    border-top-color: #f26c23;
    color: #ffffff;
}

.site-preloader h2 {
    color: #4154f1;
    text-align: center;
    text-transform: capitalize;
    text-shadow: 0 0 10px white;
    font-weight: 500;
    margin: 30px auto 0;
    display: block;
}

.eastern-blue .site-preloader h2 {
    color: #1baaa0;
}

.orange .site-preloader h2 {
    color: #FF5621;
}

.cornflower-blue .site-preloader h2 {
    color: #f26c23;
}

.site-preloader h2 {
    color: #4154f1;
    text-align: center;
    text-transform: capitalize;
    text-shadow: 0 0 10px white;
    font-weight: 500;
    margin: 30px auto 0;
    display: block;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/* ==============================================================
     # Demo
=================================================================== */

.demo-area.demo-conten.default-padding {
    padding-bottom: 30px;
}

.demo-area .single-item {
    position: relative;
    z-index: 1;
}

.demo-area .item {
    margin-bottom: 50px
}

.demo-area .single-item .info {
    padding: 15px 10px;
    text-align: center;
}

.demo-area .single-item .info h4 {
    font-size: 16px;
    font-weight: 800;
    margin: 0;
    text-transform: uppercase;
    margin-top: 15px;
}

.banner-area .demo-banner h1 {
    font-weight: 500;
    margin-bottom: 20px;
}

.banner-area .demo-banner img {
    height: auto;
    margin-bottom: 30px;
    max-height: 80px;
}

.demo-area .def-heading h2 {
    font-weight: 900;
    margin: 25px 0;
    text-transform: uppercase;
    color: #333333;
}

.demo-footer {
    padding-bottom: 80px;
}

.introduction-area h2 span {
    color: #fd0060;
}

.introduction-area h4 {
    font-weight: 300;
    line-height: 30px;
}

.introduction-area h2 {
    color: #ffffff;
    display: inline-block;
    font-weight: 500;
    padding-bottom: 20px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.introduction-area h2::before {
    background: #fd0060 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    width: 50px;
}

.introduction-area h2::after {
    background: #ffffff none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -40px;
    position: absolute;
    width: 25px;
}

footer.demo .copyright {
    margin-top: 15px;
}

.demo-area .comming-soon.item img {
    opacity: 0.3;
}

.banner-area.demo-banner {
    padding: 50px 0;
}

.demo-area .site-heading {
    margin-bottom: 30px;
}

.demo-area img {
    background: #ffffff none repeat scroll 0 0;
    padding: 10px;
    box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
}

.demo-area.demo-conten .single-item a {
    position: relative;
    display: block;
}

.demo-area.demo-conten .single-item a span {
    position: absolute;
    right: 15px;
    top: -14px;
    background: linear-gradient(90deg, rgba(30, 85, 189, 1) 0%, rgba(67, 126, 235, 1) 100%);
    color: #ffffff;
    padding: 1px 35px;
    border-radius: 30px;
    box-shadow: 0 0 10px #cccccc;
}

.line-size {
    font-size: 20px !important;
}

.swiper {
    width: 370px;
    height: 188px;
}

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.swiper-slide:nth-child(1n) {
    background-color: rgb(206, 17, 17);
}

.swiper-slide:nth-child(2n) {
    background-color: rgb(0, 140, 255);
}

.swiper-slide:nth-child(3n) {
    background-color: rgb(10, 184, 111);
}

.swiper-slide:nth-child(4n) {
    background-color: rgb(211, 122, 7);
}

.swiper-slide:nth-child(5n) {
    background-color: rgb(118, 163, 12);
}

.swiper-slide:nth-child(6n) {
    background-color: rgb(180, 10, 47);
}

.swiper-slide:nth-child(7n) {
    background-color: rgb(35, 99, 19);
}

.swiper-slide:nth-child(8n) {
    background-color: rgb(0, 68, 255);
}

.swiper-slide:nth-child(9n) {
    background-color: rgb(218, 12, 218);
}

.swiper-slide:nth-child(10n) {
    background-color: rgb(54, 94, 77);
}

/*slider*/
* {
    box-sizing: border-box
}

body {
    font-family: 'Open Sans', sans-serif;
    margin: 0
}

.mySlides {
    background-color: #053e59;
    display: flex;
    position: relative;
    /*justify-content: space-between;*/
    gap: 4px;
    align-items: center;
    text-align: center;


}

/*img {*/
/*    vertical-align: center;*/
/*}*/
.slider-image {
    width: 200px;
    height: 200px;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-right: 500px;


    /*align-items: left;*/
    /*align-items: ;*/
}

.test {
    position: relative;
    gap: 4px;

}

.campaigns {
    color: white;
    font-size: 13px;
    /*padding: 8px 12px;*/
    position: absolute;
    bottom: 8px;
    margin-left: 450px;
    width: 40%;
}

.goal {
    padding-top: 70px;
}

.new-bg {
    background-color: #f3f7fd;
}

.reporting {
    /*padding-top: 30px;*/
}

.reach {
    /*padding-top: 50px;*/
}

.heading-padding {
    padding-right: 200px;
}

.logo-padding {
    padding-left: 100px;
}

.let-start {
    visibility: visible;
    /*box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);*/
    box-shadow: 0px 0px 20px #9abacf;
    border-radius: 10px;
    background: #ffffff;
    animation-name: fadeInUp;
    padding: 20px;
}

.analysis {
    /*padding: 20px;*/
}



/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

.fade:not(.show) {
    opacity: 90%;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}


/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */


/* Caption text */
.text {
    color: #ffffff;
    font-size: 15px;
    padding: 8px 12px;
    /*position: absolute;*/
    bottom: 8px;
    width: 100%;
    /*text-align: right;*/
}

.footer-padding {
    padding-top: 30px !important;
}

.nav-padding {
    /*padding-top: 20px !important;*/
    padding-right: 20px !important;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #ffffff;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #053e59;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active,
.dot:hover {
    /*background-color: #053e59;*/
}

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

.back {
    background-color: #053e59;
    width: 10px;
    height: 200px;
}

/*overlay*/

.left-side,
.right-side {
    flex: 1;
    position: relative;
}

.left-side {
    /*background: url('1.png') center/cover no-repeat;*/
    overflow: hidden;
}

.desktop-contain {
    padding-top: 15px;
}

.craft {
    padding-top: 35px
}

.overlays {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.cap-pad {
    padding-top: 10px;
}

.abm-challenges {
    color: #000;
    text-align: left !important;
    font-size: 15px;

}

.abms-challenges {
    color: #053e59;
    /*display: flex;*/
    /*align-items: center;*/
}

.abms-challenges img {
    margin-right: 5px;
    /* Adjust the margin between the image and text as needed */
}

.ul-padding {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.abm-paragraph {
    font-size: 15px;
}

.faq-font {
    font-size: 15px !important;
}

.img-info {
    width: 35px;

}

.img-information {
    width: 35px;

}

.contain-competitive {
    padding-top: 40px;
}

.contain-account {
    padding-top: 40px;
}

.bag-gray {
    padding-top: 30px;
    padding-bottom: 50px;
}

.padding-contain {
    padding-top: 30px;
}

.contain-heading {
    padding-bottom: 20px;
}

.image-width {
    width: 330px;
}

.image-padding {
    padding-left: 160px;
}

.padding-contact {
    padding-top: 0px padding-bottom: 30px;
    background-color: #f3f7fd;

    /*padding-top: 30px;*/
}

.fqa-coloraq color: #f26c23;
}

.padding-map {
    padding-bottom: 5px;
}

.email-padding {
    padding-right: 170px !important;
    padding-top: 10px !important;
}
.email-paddings {
    padding-right: 50px !important;
    padding-top: 10px !important;

}
.email-margin {

    margin-bottom: 20px;
}

.email-margins {

    margin-bottom: 20px;
    margin-top: 5px;
}

.margin-row {
    margin-top: 25px;
}

.img-margin-logo {
    margin-left: -90px;
    margin-top: -19px;
}

.recent-paragraph {
    text-align: left;
}

.align-atag {
    padding-right: 90px;
}

.recent-post-padding {
    /*padding-bottom: 25px !important;*/
}

/*@media screen and (max-width: 730px) {*/
/*    .desktop-contain{*/
/*        display: none;*/
/*    }*/
/*    .contain-google{*/
/*        width: 320px;*/
/*        padding-top: 380px;*/

/*    }*/
/*    .center-tabs .tab-content {*/
/*        height: 500px;*/
/*    }*/
/*    .mobile-contain {*/
/*        margin-bottom: 355px; !* Adjust the margin as needed *!*/
/*    }*/
/*    .right-side {*/
/*        !*background: #F0F0F0;*!*/
/*        display: flex;*/
/*        align-items: top;*/
/*        justify-content: top;*/
/*        margin-top: -46px;*/
/*    }*/

/*}*/
/*@media screen and (min-width: 731px) {*/
/*    .mobile-contain {*/
/*        display: none;*/

/*    }*/
/*    .right-side {*/
/*        !*background: #F0F0F0;*!*/
/*        display: flex;*/
/*        align-items: top;*/
/*        justify-content: top;*/
/*        margin-top: 50px;*/
/*    }*/

/*}*/
/*.pic-aduit-padding{*/
/*    padding-bottom: 50px;*/
/*}*/
@media screen and (max-width: 730px) {
    .media-desktop {
        display: none;
    }

    .strategy-margin {
        margin-bottom: -15px !important;
    }
}

@media screen and (min-width: 731px) {
    .media-mobile {
        display: none;

    }
}

@media screen and (max-width: 730px) {
    .community-desktop {
        display: none;
    }

    .community-margin {
        margin-top: -35px;
    }
}

@media screen and (min-width: 731px) {
    .community-mobile {
        display: none;

    }
}

@media screen and (max-width: 730px) {
    .aduit-desktop {
        display: none;
    }

    .pic-aduit-padding {
        margin-bottom: 20px;
    }

    .aduit-margin {
        margin-top: 15px;
    }

    .social-challenges {
        color: #053e59 !important;
        ;
        text-align: left !important;
        font-size: 15px !important;

    }

    .aduit-digital-margin {
        margin-top: 40px;
    }
}

@media screen and (min-width: 731px) {
    .aduit-mobile {
        display: none;

    }

    .aduit-image {
        margin-top: -210px;
    }

    .aduit-margin-desktop {
        margin-top: 40px;
    }
}

.imp-image {
    max-width: 100% !important;
}

@media screen and (max-width: 730px) {
    .digital-desktop {
        display: none;
    }

    .digital-margin {
        /*margin-top: 50px;*/
    }

    .margin-image-digital {
        margin-top: 20px;
    }

    .digital-paid-margin {
        margin-top: 40px;
    }

}

@media screen and (min-width: 731px) {
    .digital-mobile {
        display: none;

    }

    .ad-padding {
        /*margin-top: -40px;*/
    }
}

@media screen and (max-width: 730px) {
    .paid-desktop {
        display: none;
    }

    .report {
        /*padding-bottom: 50px;*/
    }

    .paid-search-margin {
        margin-top: -45px;
    }
}

@media screen and (min-width: 731px) {
    .paid-mobile {
        display: none;

    }

    .parg-margin-top {
        margin-top: 35px;
    }

}

@media screen and (max-width: 730px) {
    .target-desktop {
        display: none;
    }

    .target-margin {
        /*margin-top: 25px;*/
    }

    .target-adv-margin {
        margin-top: -45px;
    }

    .paid-notice-margin {
        margin-top: -25px;
    }

}

@media screen and (min-width: 731px) {
    .target-mobile {
        display: none;

    }

    .target-margin-top {
        margin-top: 60px;
    }

    .target-image {
        /*margin-top: -140px;*/
    }
}

@media screen and (max-width: 730px) {
    .seo-desktop {
        display: none;
    }

    .seo-padding {
        padding-top: 45px;
    }

}

@media screen and (min-width: 731px) {
    .seo-mobile {
        display: none;

    }
}

@media screen and (max-width: 730px) {
    .social-media-desktop {
        display: none;
    }

    .social-media {
        margin-bottom: 10px;
    }

    .social-media-padding {
        padding-bottom: 0px !important;
    }

    .social-media-mobile {
        display: grid !important;
        gap: 20px;
        flex-direction: column !important;
        align-items: center;
        width: 100%;
        justify-content: space-between !important;
        /*grid-template-columns: 1fr;*/
    }

}

@media screen and (min-width: 731px) {
    .social-media-mobile {
        display: none;

    }

    .content-padding-social {
        padding: 50px;
    }
}

@media screen and (max-width: 730px) {
    .analysis-desktop {
        display: none;
    }

    .analisis-padding {
        padding-top: 20px;
    }
}

@media screen and (min-width: 731px) {
    .analysis-mobile {
        display: none;

    }

    .analysis-padding-top {
        padding-top: 20px;
    }
}

@media screen and (max-width: 730px) {
    .align-desktop {
        display: none;
    }

    .align-padding {
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .text-coloring {
        color: #f26c23;
    }

    .parag-top-margin {
        margin-top: -10px;
    }
}

@media screen and (min-width: 731px) {
    .align-mobile {
        display: none;

    }

    .text-coloring {
        color: #f26c23;
    }

    .goal {
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 730px) {
    .expand-desktop {
        display: none;
    }

    .expand-padding {
        padding-top: 50px;
    }

    .inbound-coloring {
        color: #f26c23;
    }
}

@media screen and (min-width: 731px) {
    .expand-mobile {
        display: none;

    }

    .unlock-margin {
        margin-top: 50px
    }

    .inbound-coloring {
        color: #f26c23;
    }
}

.unleash-margin {
    margin-top: 45px;
    margin-bottom: 45px;
    text-align: center;
}

@media screen and (max-width: 730px) {
    .identify-desktop {
        display: none;
    }

    .identify-padding {
        /*margin-top: 20px;*/
    }

}

@media screen and (min-width: 731px) {
    .identify-mobile {
        display: none;

    }

    .identify-margin-top {
        margin-top: -110px;
    }
}

@media screen and (max-width: 730px) {
    .generate-desktop {
        display: none;
    }

    .generate-margin {
        margin-top: 10px;
    }

}

@media screen and (min-width: 731px) {
    .generate-mobile {
        display: none;

    }
}

@media screen and (max-width: 730px) {
    .campaings-desktop {
        display: none;
    }

    .campaings-margin {
        margin-top: 20px;
        padding-bottom: 25px;
    }

    .analysis-campaing {
        margin-top: -35px;
    }

}

@media screen and (min-width: 731px) {
    .campaings-mobile {
        display: none;

    }

    .campaing-margin-top {
        margin-top: -140px;
    }
}

@media screen and (max-width: 730px) {
    .amplify-desktop {
        display: none;
    }

    /*.amplify-margin{*/
    /*    margin-top: 20px;*/
    /*    padding-bottom: 25px;*/
    /*}*/
    .analysis-amplify {
        /*margin-bottom: 40px;*/
        padding-bottom: 30px;
    }


}

@media screen and (min-width: 731px) {
    .amplify-mobile {
        display: none;

    }

    .amplify {
        margin-top: 45px;
    }
}

@media screen and (max-width: 730px) {
    .success-desktop {
        display: none;
    }

    /*.amplify-margin{*/
    /*    margin-top: 20px;*/
    /*    padding-bottom: 25px;*/
    /*}*/
    .analysis-amplify {
        /*margin-bottom: 40px;*/
        /*padding-bottom: 30px;*/
    }


}

@media screen and (min-width: 731px) {
    .success-mobile {
        display: none;

    }

    .success-margin {
        margin-top: -160px;
    }
}

@media screen and (max-width: 730px) {
    .ready-desktop {
        display: none;
    }

    .partner-margin-top {
        margin-top: -50px;
    }

    .inboubd-mobile {
        margin-left: 6px !important;
    }

    /*amination started*/
    .text-blob-mobile {
        /*font-size: 40px;*/
        font-family: 'Open Sans', sans-serif;
        color: #fff;
        /*background-color: #000;*/
        /*padding: 20px;*/
        border-radius: 10px;
        position: relative;
        top: 60%;
        left: 50%;
        margin-top: 35px;
        transform: translate(-50%, -50%);
        margin-bottom: 35px;
    }

    /* fade-in and fade-out animation */
    .fade-in {
        animation: fadeIn ease 5s;
        -webkit-animation: fadeIn ease 5s;
        -moz-animation: fadeIn ease 5s;
        -o-animation: fadeIn ease 5s;
        -ms-animation: fadeIn ease 5s;
    }

    .fade-out {
        animation: fadeOut ease 5s;
        -webkit-animation: fadeOut ease 5s;
        -moz-animation: fadeOut ease 5s;
        -o-animation: fadeOut ease 5s;
        -ms-animation: fadeOut ease 5s;
    }

    @keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @-moz-keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @-webkit-keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @-o-keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @-ms-keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @keyframes fadeOut {
        0% {
            opacity: 1;
        }

        100% {
            opacity: 0;
        }
    }

    @-moz-keyframes fadeOut {
        0% {
            opacity: 1;
        }

        100% {
            opacity: 0;
        }
    }

    @-webkit-keyframes fadeOut {
        0% {
            opacity: 1;
        }

        100% {
            opacity: 0;
        }
    }

    @-o-keyframes fadeOut {
        0% {
            opacity: 1;
        }

        100% {
            opacity: 0;
        }
    }

    /*animation end*/
    .ready-margin-top {
        margin-bottom: 65px;
    }

}

@media screen and (min-width: 731px) {
    .ready-mobile {
        display: none;

    }

    /*amination started*/
    .text-blob {
        font-size: 40px;
        font-family: 'Open Sans', sans-serif;
        color: #fff;
        /*background-color: #000;*/
        /*padding: 20px;*/
        border-radius: 10px;
        position: relative;
        top: 40%;
        left: 50%;
        margin-top: 35px;
        transform: translate(-50%, -50%);
        margin-bottom: -5px;
    }

    /* fade-in and fade-out animation */
    .fade-in {
        animation: fadeIn ease 5s;
        -webkit-animation: fadeIn ease 5s;
        -moz-animation: fadeIn ease 5s;
        -o-animation: fadeIn ease 5s;
        -ms-animation: fadeIn ease 5s;
    }

    .fade-out {
        animation: fadeOut ease 5s;
        -webkit-animation: fadeOut ease 5s;
        -moz-animation: fadeOut ease 5s;
        -o-animation: fadeOut ease 5s;
        -ms-animation: fadeOut ease 5s;
    }

    @keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @-moz-keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @-webkit-keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @-o-keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @-ms-keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @keyframes fadeOut {
        0% {
            opacity: 1;
        }

        100% {
            opacity: 0;
        }
    }

    @-moz-keyframes fadeOut {
        0% {
            opacity: 1;
        }

        100% {
            opacity: 0;
        }
    }

    @-webkit-keyframes fadeOut {
        0% {
            opacity: 1;
        }

        100% {
            opacity: 0;
        }
    }

    @-o-keyframes fadeOut {
        0% {
            opacity: 1;
        }

        100% {
            opacity: 0;
        }
    }

    /*animation end*/
    .inbound-close {
        margin-left: 80px;
    }

}

@media screen and (max-width: 730px) {
    .craft-desktop {
        display: none;
    }

    .craft-margin {
        /*margin-top: -30px;*/
    }

    .craft-margins {
        /*margin-top: -35px;*/
    }

    .analysis-craft {}

}

@media screen and (min-width: 731px) {
    .craft-mobile {
        display: none;

    }

    .craft-margin-image {
        /*margin-top: 60px;*/
    }

    .padding-craft-prag {
        margin-top: 20px;
    }

    .reporting {
        padding-top: 30px;
    }

}

@media screen and (max-width: 730px) {
    .gaint-desktop {
        display: none;
    }

    /*.craft-margin{*/
    /*    margin-top: -30px;*/
    /*}*/
    .gaint-margins {
        margin-top: 25px;
    }

}

@media screen and (min-width: 731px) {
    .gaint-mobile {
        display: none;

    }

    .gaint-margin-top {
        /*margin-top: 50px;*/
    }

    .fuel-margin {
        margin-top: -75px;
    }
}


@media screen and (max-width: 730px) {
    .faq-desktop {
        display: none;
    }

    .faq-area .faq-content .card .card-header h4 {
        margin: 0;
        font-size: 18px;
        font-weight: 600;
        padding: 30px;
        padding-right: 50px;
        cursor: pointer;
        box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
        width: 400px;
    }

    .f-card {
        height: 105px !important;
    }

    .faq-back-color {
        background-color: #f2f2f4;
        padding-bottom: 50px;
    }
}

@media screen and (min-width: 731px) {
    .faq-mobile {
        display: none;

    }

    .faq-area .faq-content .card .card-header h4 {
        margin: 0;
        font-size: 20px;
        font-weight: 650;
        padding: 30px;
        padding-right: 50px;
        cursor: pointer;
        box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
        width: 514px !important;
    }

    .cards {
        width: 48%;
        margin: 1%;
    }

    .f-card {
        height: 105px !important;
    }

    .faq-margin-bottom {
        /*margin-bottom: 35px;*/
        padding-top: 25px;
        background-color: #f2f2f4;
    }

    .media-social-margin {
        margin-top: 15px;
        text-align: center;
        margin-bottom: 35px;
    }

    .padding-acco {
        margin-top: -136px;
    }

    .grid-faq {
        display: flex;
    }

    .accordions {
        /*background: linear-gradient(to bottom right, white, #F8F8F8);*/
        background-color: transparent;
        width: 390px;
        margin: 10px;
        /*box-shadow: 0 15px 20px -15px rgba(0,0,0,0.3),*/
        /*0 35px 50px -25px rgba(0,0,0,0.3),*/
        /*0 85px 60px -25px rgba(0,0,0,0.1);*/
        float: left;
        gap: 20px;
    }

    /*************************************************
    ** First Accordion
    *************************************************/
    .accordions-header1 {
        border-bottom: 1px solid #e0e3e9;
        color: #000;

        cursor: pointer;
        font-weight: 650;
        padding: 1.5em;

        font-size: 18px;

    }

    .accordions-header1:hover {
        background: #F6F7F9;
        border-radius: 7px;

    }

    .accordions-body1 {
        display: none;
        border-bottom: 1px solid #DDE0E7;
        background: #ffff;
        padding: 1.5em;
        color: #053e59;
        font-size: 15px;
        padding: 8px;
        /*margin-bottom: 20px;*/
    }

    .active.accordions-header1 {
        border: 1px solid #ddd;
        box-color: #ddd
    }

    .accordion-header1::before {
        content: none !important;
        vertical-align: middle;
        display: inline-block;
        width: .75em;
        height: .75em;
        border-radius: 50%;
        background-color: #B1B5BE;
        margin-right: .75em;
    }

    p::before {
        content: none !important;
    }

    .field-icon {
        float: right;
        margin-left: -25px;
        margin-top: -25px;
        position: relative;
        z-index: 2;
    }

    .faq-accordians {
        margin-bottom: 20px;
        background-color: white;
        box-shadow: 0 15px 20px -15px rgba(0, 0, 0, 0.3),
            0 35px 50px -25px rgba(0, 0, 0, 0.3),
            0 85px 60px -25px rgba(0, 0, 0, 0.1);
        border-radius: 7px;
    }

    .first-accord {
        margin-right: 60px;
    }

    .second-accord {
        margin-left: 130px;
    }

    .accordions-header1 {
        display: flex !important;
        flex-direction: row !important;
        justify-content: space-between !important;
        align-items: center;
    }

    .toggle-password {
        cursor: pointer;
        /* Add this to show that it's clickable */

    }

    .agency-title-top {
        margin-bottom: 10px !important;
    }

    .prag-margin-faq {
        margin: 8px 22px 12px;
    }

    .social-eyes {
        padding-top: 42px;
    }

    .advertising-margin {
        padding-top: 18px;
    }

    .accord-center {
        margin-left: 0px;
    }

    .social-eyes-eye {
        margin-top: -3px;
    }

}

@media screen and (max-width: 730px) {
    .seo-desktop {
        display: none;
    }

}

@media screen and (min-width: 731px) {
    .seo-mobile {
        display: none;

    }
}

/*@media screen and (max-width: 730px) {*/
/*    .keyword-desktop {*/
/*        display: none;*/
/*    }*/
/*    .research-margin{*/
/*        margin-top: 10px;*/
/*    }*/
/*    .optimize-margin{*/
/*        margin-top: -20px;*/
/*    }*/
/*    .design-margin{*/
/*        margin-top: 12px;*/
/*    }*/
/*    .aduiting-margin{*/
/*        margin-top: 12px;*/
/*    }*/
/*    .offpage-margin{*/
/*        margin-top: -20px;*/
/*    }*/
/*    .bbb{*/
/*        margin-top: 12px;*/
/*        margin-left: -15px;*/
/*    }*/
/*    .key-mobile-padding{*/
/*        padding-bottom: 290px;*/
/*    }*/
/*    .monitor-margin{*/
/*        margin-top: 12px;*/
/*        margin-left: -15px;*/
/*    }*/
/*    .desiging-margin{*/
/*        margin-top: -4px;*/
/*        margin-left: -15px*/
/*    }*/

/*}*/
/*@media screen and (min-width: 731px) {*/
/*    .keyword-mobile {*/
/*        display: none;*/

/*    }*/
/*    .optimization-margin{*/
/*        margin-top: -62px;*/
/*    }*/
/*    .onpage-margin{*/
/*        margin-top: 35px;*/
/*    }*/
/*    .development-margin{*/
/*        margin-top: 40px;*/
/*    }*/
/*    .seo-strategy-margin{*/
/*        margin-top: 35px;*/
/*    }*/
/*    .development-margin{*/
/*        margin-left: -15px;*/
/*        margin-top: 22px;*/
/*    }*/
/*    .keyword-padding{*/
/*        padding-bottom: 175px;*/
/*    }*/
/*    .monitoring-margin{*/
/*        margin-top: -15px;*/
/*    }*/
/*}*/

@media screen and (max-width: 730px) {
    .logo-desktop {
        display: none !important;
    }

}

@media screen and (min-width: 731px) {
    .logo-mobile {
        display: none !important;

    }


}



/*animation for banner*/


.Header__shape {
    animation-duration: 10s;
    animation-timing-function: cubic-bezier(.18, 1.17, .03, 1.46);
    animation-fill-mode: backwards;
    transform-origin: center;
    transform-box: fill-box;
}




/*body{*/
/*           background: radial-gradient(#c2c2c2 8%, transparent 8%), white;*/
/*           background-position: 0 0, 25px 25px;*/
/*           background-size:25px 25px;*/

/*       }*/

.Header {
    fadeInLeft min-height: 100vh;
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    font-size: 20px;


}

.Header__svg {
    position: absolute;
    width: 100%;
    top: 40%;
    transform: translateY(-50%);
    z-index: -1;
    will-change: transform;
}

.Header__title {
    font-family: Avenir, Futura, 'Open Sans', 'Gill Sans', 'Helvetica Neue', Ariel, sans-serif;
    font-weight: bold;
    font-size: 6vw;
    margin: 0;
}

.bigSquare {
    animation-name: bigSquare;
    animation-duration: 25s;
    animation-timing-function: cubic-bezier(.18, 1.17, .03, 1.46);
    animation-fill-mode: backwards;
    transform-origin: center;
    transform-box: fill-box;
    animation-iteration-count: infinite;
    /* Add this line */
}

@keyframes bigSquare {
    from {
        transform: translateY(10%) rotate(-80deg) scale(0);
    }

    to {
        transform: translateY(0) rotate(0deg) scale(1);
    }
}

.littleSquare {
    animation-name: littleSquare;
    animation-duration: 25s;
    animation-timing-function: cubic-bezier(.18, 1.17, .03, 1.46);
    animation-fill-mode: backwards;
    transform-origin: center;
    transform-box: fill-box;
    animation-iteration-count: infinite;
    /* Add this line */
}

@keyframes littleSquare {
    from {
        transform: translate(226%, 183%) rotate(140deg) scale(0);
    }

    to {
        transform: translate(0%, 0%) rotate(0deg) scale(1);
    }
}

.triangle {
    animation-name: triangle;
    animation-duration: 25s;
    animation-timing-function: cubic-bezier(.18, 1.17, .03, 1.46);
    animation-fill-mode: backwards;
    transform-origin: center;
    transform-box: fill-box;
    animation-iteration-count: infinite;
    /* Add this line */
}

@keyframes triangle {
    from {
        transform: rotate(-140deg) scale(0);
    }

    to {
        transform: rotate(0deg) scale(1);
    }
}

.hoop {
    animation-name: hoop;
    animation-duration: 25s;
    animation-timing-function: cubic-bezier(.18, 1.17, .03, 1.46);
    animation-fill-mode: backwards;
    transform-origin: center;
    transform-box: fill-box;
    animation-iteration-count: infinite;
    /* Add this line */
}

@keyframes hoop {
    from {
        transform: translate(-160%, -33%) scale(0);
    }

    to {
        transform: translate(0%, 0%) scale(1);
    }
}

.bigCircle {
    animation-name: bigCircle;
    animation-duration: 25s;
    animation-timing-function: cubic-bezier(.18, 1.17, .03, 1.46);
    animation-fill-mode: backwards;
    transform-origin: center;
    transform-box: fill-box;
    animation-iteration-count: infinite;
    /* Add this line */
}

@keyframes bigCircle {
    from {
        transform: scale(0) translate(60%, 24%);
    }

    to {
        transform: scale(1) translate(0%, 0%);
    }
}

.littleCircle {
    animation-name: littleCircle;
    animation-duration: 25s;
    animation-timing-function: cubic-bezier(.18, 1.17, .03, 1.46);
    animation-fill-mode: backwards;
    transform-origin: center;
    transform-box: fill-box;
    animation-iteration-count: infinite;
    /* Add this line */
}

@keyframes littleCircle {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

@for $i from 1 to 12 {
    .Header__shape:nth-child(#{$i}) {
        animation-delay: $i * 100s;
    }
}

/*end animation banner*/
@media screen and (max-width: 730px) {
    .social-faq-desktop {
        display: none;
    }

    .cards {
        width: 100% !important;
        /* Adjust the width as needed, leaving some space for margins */
        margin: 1%;
        /* Adjust the margin to add some spacing between cards */
    }

    .faq-area .faq-content .card .card-header h4 {
        margin: 0;
        font-size: 20px;
        font-weight: 650;
        padding: 25px;
        padding-right: 58px;
        cursor: pointer;
        box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
        width: 391px !important;
    }

    .fa-card {
        height: 136px !important;
    }

    .questions {
        margin-top: -70px;
    }

    .inbound-faq-margin {
        margin-top: 50px;
        padding-bottom: 40px;
        background-color: #f2f2f4;
    }
}

@media screen and (max-width: 730px) {
    .abm-faq-desktop {
        display: none;
    }

}

@media screen and (min-width: 731px) {
    .abm-faq-mobile {
        display: none;

    }

    .based-padding {
        padding-top: 20px;
    }

    .important-padding {
        padding-top: 43px;
    }

    .benefits-padding {
        padding-top: 45px;
    }

    .different-padding {
        padding-top: 20px;
    }

    .challenge-padding {
        padding-top: 20px;
    }

    .overcome-padding {
        padding-top: 45px;
    }

    .abm-margin-ul {
        padding-left: 30px;
    }

}



@media screen and (max-width: 730px) {
    .optimize-desktop {
        display: none;
    }

    .optimize-padding {
        padding-top: 45px;
        padding-bottom: 40px;
    }
}

@media screen and (min-width: 731px) {
    .optimize-mobile {
        display: none;

    }

    .shift-margin {
        margin-top: 60px;
    }
}

.account-base-margin {
    /*margin-top: 50px;*/
    background-color: #f2f2f4;
    /*margin-bottom: 35px;*/
}

.seo-base-margin {
    /*margin-bottom: 35px;*/
    /*padding-top: 40px !important;*/
    background-color: #f2f2f4;
}

.faq-text {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
}

.faq-margin-top {
    margin-top: 55px;
}

.top-margin-faq {
    padding-top: 40px;
}

.ready-color {
    color: #f26c23;
    font-weight: 500;
}

.ready-color-bold {
    color: white;
    font-weight: 900;
}

.korifi-color {
    color: #053e59;
}
.korifi-colors {
    color: #ffff;
}

.ready-background-colors {
    background-color: #f5f5f5;
    /*background: rgb(2,0,36);*/
    /*background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(242,108,35,0.8939950980392157) 13%, rgba(5,62,89,1) 100%);*/
}

.ready-background-colorsss {
    background-color: #f5f5f5;
}

.ready-background-color {
    background-color: #053e59;
}

.ready-padding-top {
    padding-top: 45px;
}

/*animation start*/
/*animate end*/

@media screen and (max-width: 730px) {
    .insight-desktop {
        display: none;
    }

    .insight-margin {
        margin-top: -15px;
    }

    .margin-image {
        margin-top: -63px;
        padding-right: 85px;
        margin-left: -47px;
        padding-bottom: 28px
    }

    .acc-insight {
        width: 220px;
        margin-top: -63px;
        margin-left: 96px;
        padding-bottom: 28px;
        padding-top: 15px;
    }

    .comp-insight {
        width: 348px;
        margin-top: -49px;
        padding-left: 51px;
        padding-bottom: 20px;
    }

    .industry-insight {
        width: 367px;
        padding-left: 32px;
        padding-bottom: 23px;
    }


}

@media screen and (max-width: 730px) {
    .research-desktop {
        display: none;
    }

    .padding-research {
        padding-bottom: 50px;
    }

    .minimize-pag {
        margin-top: -25px;
    }

}

@media screen and (min-width: 731px) {
    .research-mobile {
        display: none;

    }

    .minimize-pag {
        margin-top: -25px;
    }

    .research-margin {
        margin-top: 50px;
    }
}

@media screen and (min-width: 731px) {
    .insight-mobile {
        display: none;

    }
}

@media screen and (min-width: 731px) {
    .social-faq-mobile {
        display: none;

    }

    .accordion {
        display: grid;
        flex-wrap: wrap;
    }

    .faq-area .faq-content .card .card-header .width-card h4 {
        margin: 0;
        font-size: 18px;
        font-weight: 600;
        padding: 30px;
        padding-right: 50px;
        cursor: pointer;
        box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
        width: 514px !important;
    }

    .frequent {
        padding-top: 20px;
    }

    .faq-accordion {
        margin-top: 35px;
        padding-bottom: 35px;
    }

    .crucial-padding {
        padding-bottom: 31px;
    }

    .loyal-padding {
        padding-top: 19px;
    }

    .building-padding {
        padding-top: 20px;
    }

    .emphasized-margin {
        padding-top: 20px;
        padding-left: 10px;
    }

    .role-padding {
        padding-top: 20px;
    }

    .measure-padding {
        padding-top: 20px;
    }

}

.faq-boxing {
    display: flex !important;
}

.services-items {
    display: flex;
    /*grid-template-columns: repeat(4, 1fr); !* Creates 4 equal columns *!*/
    gap: 20px;
    /* Adjust the gap between items as needed */
}

.item {
    background-color: transparent;
    /* Add styling for each item */
    /*padding: 40px; !* Add padding to each item *!*/
    /*text-align: center; !* Center the content within each item *!*/
}

.clients-carousel .item img {
    width: 100px;
    /* Set the desired width for the images */
    height: auto;
    /* Maintain aspect ratio */
    /* Ensure the image behaves as a block element */
    /* margin-right: 20px; !* Add margin between the images *!*/
}

.clients-carousel .items img {
    width: 600px;
    /* Set the desired width for the images */
    height: 60px;
    /* Maintain aspect ratio */
    margin-top: 70px;
    /* Ensure the image behaves as a block element */
    /*margin-right: 20px; !* Add margin between the images *!*/
}

/* Add margin-right 0 to the last image to prevent extra margin */
.clients-carousel .item:last-child img {
    margin-right: 0;
}

.blog-item-padding {
    padding: 5px !important;
}

.blog-align {
    text-align: start;
    font-size: 15px;
    margin-bottom: 0px !important;
    margin-top: -12px;
    line-height: 20px !important;
}

.paragraph-size {
    font-size: 13px !important;
    font-weight: 500;
}

.info-padding {
    padding-top: 20px;
}

.mypage {
    font-size: 10px;
    line-height: 13px;
}

.collaborate {
    font-size: 10px;
    line-height: 19px;
}

.generate {
    padding-top: 50px;
}

.identify {
    padding-bottom: 0px;
}

.question {
    padding-bottom: 40px;
    background-color: #f2f2f4;
    /*margin-bottom: 35px;*/
}

.answer {
    padding-bottom: 50px;
}

.contact-contain {
    font-size: 13px !important;
    text-align: left !important;
}

.paid-contain {
    text-align: left !important;
}

.padding-fad {
    padding-bottom: 30px !important;
}

#goToTopBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 54px;
    background-color: #053e59;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 5px 13px;
    cursor: pointer;
    z-index: 10;
}

.accordion {
    display: flex;
    flex-wrap: wrap;
}

/* Set the width of each card to create two columns */
/*.cards{*/
/*    width: 47%; !* Adjust the width as needed, leaving some space for margins *!*/
/*    margin: 1%; !* Adjust the margin to add some spacing between cards *!*/
/*}*/

.qst {
    color: #053e59;
}

.qust {
    color: #053e59;
    padding-top: 40px;
}

.need-help {
    padding-bottom: 20px;
}

.account-base {
    font-size: 15px;
    color: #54879e;
}

#goToTopBtn:hover {
    background-color: #f26c23;
}

.my-bag {
    background: #f26c23;
}

/* Optional: Add responsive styling for smaller screens */
@media (max-width: 768px) {
    .services-items {
        grid-template-columns: 1fr;
        /* Display as a single column on smaller screens */
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {

    .prev,
    .next,
    .text {
        font-size: 11px
    }
}

.seo-bottom {
    background-color: #e9dfdf;
}

.seo-padding-content {
    padding-top: 40px;
}

.text-title {
    text-transform: capitalize;
}

.image-title {
    margin-top: 15px;
}

.ourblog-margin {
    margin-top: 45px;
}

@media screen and (max-width: 730px) {
    .seo-faq-desktop {
        display: none;
    }

}

@media screen and (min-width: 731px) {
    .seo-faq-mobile {
        display: none;

    }

    .business-padding {
        padding-bottom: 30px;
    }

    .online-padding {
        padding-top: 20px;
    }

    .effective-margin {
        padding-top: 40px;
    }

    .seo-box-margin {
        margin-left: 265px;
    }
}

@media screen and (max-width: 730px) {
    .contact-desktop {
        display: none;
    }

    .centeralized-contain {
        margin-left: 60px;
    }

    .contact-margin-mobile {
        margin-top: 70px;
    }

}

@media screen and (min-width: 731px) {
    .contact-mobile {
        display: none;

    }

    .contact-margin {
        margin-top: 95px;
    }

    .contact-margin-desktop {
        margin-left: 180px;
    }

    .btns-md-contact {
        margin-left: 275px;
    }
}


@media screen and (max-width: 730px) {
    .blog-desktop {
        display: none;
    }

    .blog-single {
        margin-top: 95px;
        margin-left: 0px;
        margin-bottom: 20px;
        border-radius: 10px;
    }

    .image-border {
        border-radius: 10px;
        margin-bottom: 15px;

    }

    .block-size {
        margin-left: 5px;
        margin-right: 3px;
    }

    .bloggs {
        margin-top: -55px;
    }

    .text-blogs {
        text-align: center !important;
        margin-top: -10px !important;
        margin-bottom: 25px !important;
    }

    .single-item img {
        width: 390px !important;
        height: 300px !important;
        object-fit: cover !important;
    }

    .heading-title-mobile {
        margin-top: 50px;
    }

}

@media screen and (min-width: 731px) {
    .blog-mobile {
        display: none;

    }

    .blog-single {
        margin-top: 95px;
        /*margin-left: 66px;*/
        margin-bottom: 50px;
        border-radius: 10px;
        text-align: center;
    }

    .image-border {
        border-radius: 10px;
        margin-bottom: 15px;
    }

    .single-image-width {
        width: 900px;
        height: 600px;
        /*align-items: center !important;*/
        /*margin-left: 33px;*/
    }

    .text-blogs {
        /*text-align: center !important;*/
        margin-top: -40px !important;
        margin-bottom: 25px !important;
    }

    .single-item img {
        object-fit: cover;
        width: 340px;
        height: 300px;
    }

    .top-margin-blog {
        margin-top: 0px;
    }

    .heading-title {
        margin-top: 70px;
    }


}

@media screen and (max-width: 730px) {
    .single-blog-desktop {
        display: none;
    }

    .thumb-margin-mobile {
        margin-top: -95px;
    }

    .bloggs {
        margin-top: -55px;
    }

    .blog-align-blog {
        text-align: start;
        font-size: 15px;
        margin-bottom: 0px !important;
        margin-top: -12px;
        padding-left: 7px !important;
    }

    .paragraph-size {
        font-size: 13px !important;
        font-weight: 550;
        padding-left: 10px;
    }

}

@media screen and (min-width: 731px) {
    .single-blog-mobile {
        display: none;

    }

    .thumb-margin {
        margin-top: -130px;
    }

    .single-item img {
        width: 340px;
        height: 250px;
    }

    .blog-align-blog {
        text-align: start;
        font-size: 15px;
        margin-bottom: 0px !important;
        margin-top: -12px;
        padding-left: 7px !important;
    }

    .paragraph-size-blog {
        padding-left: 7px;
    }





}






/*modify navbar*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

html body {
    overflow-x: hidden;
    /*scroll-behavior: smooth;scroll-behavior: smooth;*/
}

nav .containerz .wrapper .logo-container .logo .phone {
    display: none;
}

nav .containerz .wrapper .logo-container .logo .desktop {
    display: block;
    transform: translateY(-6px);
}

.top-address {
    background-color: #ffbc6b;
    height: 40px;
    font-family: 'Nunito', sans-serif';
 font-size: 14px;
}

.top-address .max-width {
    max-width: 1300px;
    margin-inline: auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-address .max-width .text {
    display: flex;
    align-items: center;
    gap: 40px;
}

.top-address .max-width .text i {
    margin-right: 10px;
    margin-left: 20px;
}

.top-address .max-width .icons i {
    margin-right: 10px;
    color: black;
}

nav {
    width: 100vw;
    height: 70px;
    font-size: 16px;
    padding-block: 10px;
    position: fixed;
    z-index: 1020;
    top: 0;
    left: 0;
    background-color: #fff;
}

nav.scroll-active {
    height: 68px;
    box-shadow: 0 3px 1rem rgba(0, 0, 0, 0.1);
}

nav a {
    text-decoration: none;
    color: #063f58;
}

nav .containerz {
    height: 100%;
}

nav .containerz .wrapper {
    height: 100%;
    max-width: 1525px;
    padding-inline: 30px;
    margin-inline: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

nav .containerz .wrapper .logo-container {
    transform: translateY(6px);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

nav .containerz .wrapper .logo-container .company {
    transform: translateX(-45px);
    font-family: 'Nunito', sans-serif';
 font-weight: 800;
    font-size: 22px;
}

nav .containerz .wrapper .logo {
    width: 150px;
    height: 60px;
    overflow: hidden;
}

nav .containerz .wrapper .logo img {
    width: 150px;
    height: auto;
    display: block;
    object-fit: cover;

}

nav .containerz .wrapper .nav-links {
    display: flex;
    height: 100%;
    justify-content: flex-end;
    align-items: center;
}

nav .containerz .wrapper .nav-links .phone {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 30px;
    padding: 14px 22px;
    border: 1px solid #05842c;
    background-color: rgba(26, 148, 64, 0.1);
    border-radius: 30px;
    font-family: 'Nunito', sans-serif';

}

nav .containerz .wrapper .nav-links .phone i {
    margin-right: 8px;
}

nav .containerz .wrapper .nav-links li {
    list-style: none;
}

nav .containerz .wrapper .nav-links li .nav-active {
    border-bottom: 1px solid #f26c23;
    border-top: 1px solid #f26c23;
    color: #f26c23;
    font-weight: 650;
}

nav .containerz .wrapper .nav-links li a {
    padding: 14px 0px;
    margin-inline: 12px;
    text-decoration: none;
    position: relative;
    transition: all 0.1s ease;
    font-size: 18px;
}

nav .containerz .wrapper .nav-links li a:hover {
    border-bottom: 1px solid #f26c23;
    border-top: 1px solid #f26c23;
    color: #f26c23;
}

nav .containerz .wrapper .hamburger {
    cursor: pointer;
    height: 2.3rem;
    width: 2.8rem;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1030;
    display: none;
    background-color: #ef911c;
}

nav .containerz .wrapper .hamburger .line {
    border-radius: 2px;
    width: 1.9rem;
    height: 1.8px;
    background-color: #fff;
    transition: all 0.4s;
}

nav .containerz .wrapper .hamburger .line::after,
nav .containerz .wrapper .hamburger .line::before {
    content: "";
    height: inherit;
    width: inherit;
    background-color: #fff;
    position: absolute;
    transition: all 0.4s;
}

nav .containerz .wrapper .hamburger .line::after {
    transform: translateY(6px);
}

nav .containerz .wrapper .hamburger .line::before {
    transform: translateY(-6px);
}

.green {
    color: #1a9440;
}

nav .overlay {
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1020;
}

nav .overlay.overlay-open {
    visibility: visible;
    opacity: 1;
}

.dropdown-relative {
    position: relative;
}

.dropdown-relative i {
    margin-left: 10px;
}

.dropdown-relative:hover .dropdown {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
    top: 36px;
}

.dropdown-relative .dropdown {
    z-index: 1000;
    position: absolute;
    top: 55px !important;
    left: -25px;
    background-color: white;
    width: 12rem;
    pointer-events: none;
    visibility: none;
    opacity: 0;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.25);
    width: 260px;
    font-size: 15px;
    /*margin-left: -41px;*/
    padding-top: 5px;
}

.dropdown-relative .dropdown li a {
    text-decoration: none;
    color: black;
    display: block;
    padding: 7px 0rem !important;
    margin-left: 0px !important;
    width: 100%;
    line-height: unset;
    transition: 0.2s ease-out;
    text-transform: capitalize;
    text-align: center;
    border: none !important;
}

.dropdown-relative .dropdown li a:hover {
    background-color: #f26c23;
    color: #fff !important;
}

@media screen and (max-width: 600px) {
    .phoneView {
        display: none;
    }

    .top-address {
        height: auto !important;
    }

    .top-address .max-width {
        padding-block: 8px;
    }

    .top-address .max-width .text {
        flex-direction: column;
        gap: 2px;
        align-items: flex-start;
    }
}

@media screen and (max-width: 1000px) {
    nav .containerz .wrapper .logo-container {
        transform: translateY(0px);
    }

    nav .containerz .wrapper .logo-container .logo .desktop {
        display: none;
    }

    nav .containerz .wrapper .logo-container .company {
        display: none;
    }

    nav .containerz .wrapper .logo-container .logo .phone {
        display: flex;

    }

    nav .containerz .wrapper {
        justify-content: space-between;
        padding-inline: 15px;
    }

    nav .containerz .wrapper .nav-links li .nav-active {
        border-bottom: none;
        border-top: none;
        color: black;
        font-weight: 400;
    }

    nav .containerz .wrapper .nav-links {
        z-index: 1060;
        transform: translateX(-100%);
        transition: 0.4s ease-in-out;
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        width: 65%;
        background-color: #fff;
        display: block;
        padding-top: 2vh;
        overflow-x: hidden;
        overflow-y: auto;
        padding-block: 50px;
    }

    nav .containerz .wrapper .nav-links li {
        display: block;
        width: 100%;
        padding: 1rem 0 1.1rem 0.7rem;
        list-style: none;
        position: relative;
    }

    nav .containerz .wrapper .nav-links li a {
        font-size: 14px;
        letter-spacing: 0.8px;
        color: black;
        padding-block: 0px;
    }

    nav .containerz .wrapper .nav-links li a:hover {
        border: none;
        color: #f26c23 !important;
        font-weight: 500;
    }

    nav .containerz .wrapper .nav-links .btn {
        display: block;
        height: 50px;
        width: 150px;
        margin: 10px 0 0 10px;
    }

    nav .containerz .wrapper .nav-links .phone {
        width: 85%;
        margin-inline: auto;
        text-align: center;

    }

    nav .containerz .wrapper .nav-links .phone p {
        display: none;
    }

    nav .containerz .wrapper .hamburger {
        display: flex;
        z-index: 1030;
    }

    .wrapper.active .line {
        background-color: transparent !important;
        transform: rotate(180deg);
    }

    .wrapper.active .line::before {
        transform: rotate(45deg) translateY(0) !important;
    }

    .wrapper.active .line::after {
        transform: rotate(-45deg) translateY(0) !important;
    }

    .nav-links.nav-open {
        transform: translateX(0) !important;
    }

    .remove {
        padding-top: 0px !important;
    }

    .dropdown-relative .dropdown {
        position: static;
        background-color: transparent;
        color: black;
        width: 8rem;
        padding: 0rem 0 0rem 0rem;
        margin-top: 1rem;
        /* height: 100%; */
        width: 80%;
        visibility: visible;
        opacity: 1;
        pointer-events: all;
        box-shadow: none;
    }

    .dropdown-relative .dropdown li {
        padding-top: 0px !important;
        margin-left: 12px !important;
    }

    .dropdown-relative .dropdown li a {
        padding: 0px !important;
        text-align: left;
    }

    .dropdown-relative .dropdown li a:hover {
        background-color: transparent;
        color: black !important;
    }
}

/* backto top styling */
.scroll-up-button {
    position: fixed;
    height: 45px;
    width: 42px;
    border-radius: 50%;
    background-color: #ef911c !important;
    right: 30px;
    bottom: 10px;
    text-align: center;
    line-height: 45px;
    color: #fff;
    z-index: 1111;
    font-size: 28px;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
}

.scroll-up-button.active {
    opacity: 1;
    pointer-events: all;
    bottom: 30px;
}

.info-footer {
    display: flex;
    flex-direction: row;
}

/*.email-padding-footer{*/
/*    padding-right: 5px !important;*/
/*    padding-top: 3px !important;*/
/*}*/

.email-margin-subscribe {
    margin-top: -59px !important;
}

.website-email-desktop {
    width: 85% !important;
    margin-left: 10px;
}

.website-email-mobile {
    width: 85% !important;
    margin-left: 30px;
    margin-bottom: 10px;
}

.bottom-margin {
    margin-top: 10px;
    padding-right: 30px;
    padding-left: 30px;
    margin-left: 10px;
}

.margin-service-footer {
    margin-right: 40px;
}

@media screen and (max-width: 730px) {
    .footer-desktop {
        display: none;

    }

    .img-margin-logo-mobile {
        margin-left: 40px;
    }

    .footer-mobile {
        display: block;
        text-align: center;
    }

    .address {
        display: none;
    }

    .company-margin {
        margin-top: 10px !important;
    }


}

@media screen and (min-width: 731px) {
    .footer-mobile {
        display: none;

    }
}

@media screen and (max-width: 730px) {
    .b2b-desktop {
        display: none;
    }

    .optimize-padding {
        padding-top: 45px;
    }

    .back-color {
        background-color: #f2f2f4 !important;
    }
}

@media screen and (min-width: 731px) {
    .b2b-mobile {
        display: none;

    }

    .shift-margin {
        margin-top: 60px;
    }

    .back-color {
        background-color: #f2f2f !;
    }
}

@media screen and (max-width: 730px) {
    .why-korifi-desktop {
        display: none;
    }

    .insight-margin {
        margin-top: -15px;
    }

    .margin-image {
        margin-top: -63px;
        padding-right: 85px;
        margin-left: -47px;
        padding-bottom: 28px
    }

    .acc-insight {
        width: 220px;
        margin-top: -63px;
        margin-left: 96px;
        padding-bottom: 28px;
        padding-top: 15px;
    }

    .comp-insight {
        width: 348px;
        margin-top: -49px;
        padding-left: 51px;
        padding-bottom: 20px;
    }

    .industry-insight {
        width: 367px;
        padding-left: 32px;
        padding-bottom: 23px;
    }

    .choose-korifi-margin {
        margin-bottom: 50px;
    }


}

@media screen and (min-width: 731px) {
    .why-korifi-mobile {
        display: none;

    }

    .holistic-solution {
        width: 480px;
    }

    .customized-icon {
        width: 450px;
    }

    .background-korifi {
        padding: 20px;
        margin-bottom: 20px;
        ;
    }

    .choose-why-margin {
        margin-top: 50px;
    }
}

@media screen and (max-width: 730px) {
    .steps-desktop {
        display: none;
    }

    .padding-research {
        padding-bottom: 50px;
    }

    .minimize-pag {
        margin-top: -25px;
    }

    .conventional-margin {
        margin-top: 30px;
    }

    .delve-margin {
        margin-left: -15px;
    }

}

@media screen and (min-width: 731px) {
    .steps-mobile {
        display: none;

    }

    .minimize-pag {
        margin-top: -25px;
    }

    .set-margin {
        margin-top: -95px;
    }

    .industry-margin {
        margin-left: -20px;
    }

    .why-img-margin {
        margin-left: -120px;
    }

}

@media screen and (max-width: 730px) {
    .b2b-faq-desktop {
        display: none;
    }

}

@media screen and (min-width: 731px) {
    .b2b-faq-mobile {
        display: none;

    }

    .based-padding {
        padding-top: 20px;
    }

    .important-padding {
        padding-top: 43px;
    }

    .benefits-padding {
        padding-top: 45px;
    }

    .different-padding {
        padding-top: 20px;
    }

    .challenge-padding {
        padding-top: 20px;
    }

    .overcome-padding {
        padding-top: 45px;
    }

    .abm-margin-ul {
        padding-left: 30px;
    }

    .collaborate-padding {
        margin-left: 14px;
        padding-top: 18px;
    }

    .benefits-padding-eye {
        margin-left: 20px;
        margin-top: -5px;
    }

    .different-padding-eye {
        margin-left: 0px;
        margin-top: 3px;
        padding-right: 20px;
    }

    .overcome-padding-eye {
        margin-top: -5px;
    }

}

@media screen and (max-width: 730px) {
    .b2b-ready-desktop {
        display: none;
    }

    .partner-margin-top {
        margin-top: -50px;
    }

    /*amination started*/
    .text-blob-mobile {
        /*font-size: 40px;*/
        font-family: 'Open Sans', sans-serif;
        color: #fff;
        /*background-color: #000;*/
        /*padding: 20px;*/
        border-radius: 10px;
        position: relative;
        top: 60%;
        left: 50%;
        margin-top: 35px;
        transform: translate(-50%, -50%);
        margin-bottom: 35px;
    }

    /* fade-in and fade-out animation */
    .fade-in {
        animation: fadeIn ease 5s;
        -webkit-animation: fadeIn ease 5s;
        -moz-animation: fadeIn ease 5s;
        -o-animation: fadeIn ease 5s;
        -ms-animation: fadeIn ease 5s;
    }

    .fade-out {
        animation: fadeOut ease 5s;
        -webkit-animation: fadeOut ease 5s;
        -moz-animation: fadeOut ease 5s;
        -o-animation: fadeOut ease 5s;
        -ms-animation: fadeOut ease 5s;
    }

    @keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @-moz-keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @-webkit-keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @-o-keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @-ms-keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @keyframes fadeOut {
        0% {
            opacity: 1;
        }

        100% {
            opacity: 0;
        }
    }

    @-moz-keyframes fadeOut {
        0% {
            opacity: 1;
        }

        100% {
            opacity: 0;
        }
    }

    @-webkit-keyframes fadeOut {
        0% {
            opacity: 1;
        }

        100% {
            opacity: 0;
        }
    }

    @-o-keyframes fadeOut {
        0% {
            opacity: 1;
        }

        100% {
            opacity: 0;
        }
    }

    /*animation end*/
    .ready-margin-top {
        margin-bottom: 65px;
    }

    .blob-margin {
        margin-bottom: -20px;
    }

}

@media screen and (min-width: 731px) {
    .b2b-ready-mobile {
        display: none;

    }

    .b2b-close {
        margin-left: 80px;
    }

    /*amination started*/
    .text-blob {
        font-size: 33px;
        font-family: 'Open Sans', sans-serif;
        color: #fff;
        /*background-color: #000;*/
        /*padding: 20px;*/
        border-radius: 10px;
        position: relative;
        top: 40%;
        left: 50%;
        margin-top: 35px;
        transform: translate(-50%, -50%);
        margin-bottom: -5px;
        font-weight: 500;
    }

    /* fade-in and fade-out animation */
    .fade-in {
        animation: fadeIn ease 5s;
        -webkit-animation: fadeIn ease 5s;
        -moz-animation: fadeIn ease 5s;
        -o-animation: fadeIn ease 5s;
        -ms-animation: fadeIn ease 5s;
    }

    .fade-out {
        animation: fadeOut ease 5s;
        -webkit-animation: fadeOut ease 5s;
        -moz-animation: fadeOut ease 5s;
        -o-animation: fadeOut ease 5s;
        -ms-animation: fadeOut ease 5s;
    }

    @keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @-moz-keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @-webkit-keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @-o-keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @-ms-keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @keyframes fadeOut {
        0% {
            opacity: 1;
        }

        100% {
            opacity: 0;
        }
    }

    @-moz-keyframes fadeOut {
        0% {
            opacity: 1;
        }

        100% {
            opacity: 0;
        }
    }

    @-webkit-keyframes fadeOut {
        0% {
            opacity: 1;
        }

        100% {
            opacity: 0;
        }
    }

    @-o-keyframes fadeOut {
        0% {
            opacity: 1;
        }

        100% {
            opacity: 0;
        }
    }

    /*animation end*/

}

@media screen and (max-width: 730px) {
    .consider-desktop {
        display: none;
    }

    .grid-container {
        display: grid;
        flex-wrap: wrap;
        /*justify-content: center;*/
        /*align-items: center;*/
        /*grid-template-columns: repeat(2, 1fr); !* Two columns *!*/
        /*grid-template-rows: repeat(3, 1fr); !* Three rows *!*/
        grid-gap: 20px;
        /* Adjust the gap between items */
    }

    .icon-textss {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        /* Adjust this width to control the width of each icon-text div */
        text-align: center;
        margin-bottom: 20px;
        /* Adjust the margin as needed */
    }

    .icon-textss img {
        width: 100px;
        /* Set the width of the images */
        height: 100px;
        /* Set the height of the images */
        display: block;
        margin: 0 auto;
    }

    .icon-textss h5 {
        margin-top: 10px;
        /* Adjust the margin as needed */
        font-size: 16px;
        /* Adjust the font size of the h5 elements */
    }

    .icon-text {
        text-align: center;
        /* Optional: Center the text within each grid item */
        display: flex;
        flex-direction: row;
        width: auto;
        margin: 10px;
        align-items: center;
    }

    .invest-padding-mobile {
        margin-top: 40px;
        text-align: center;
    }

    /*.icon-text-title {*/
    /*    font-size: 16px; !* Set font size for the text *!*/
    /*    margin: 0; !* Remove default margin *!*/
    /*}*/

}

@media screen and (min-width: 731px) {
    .consider-mobile {
        display: none;
    }

    .improve-prag {
        margin-left: 20px;
        margin-top: 35px;
    }

    .consider-align {
        text-align: center;
    }

    .invest-padding {
        margin-top: 35px
    }

    .grid-container-consider {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        /* Two columns */
        grid-template-rows: repeat(3, 1fr);
        /* Three rows */
        grid-gap: 20px;
        /* Adjust the gap between items */
    }

    .icon-text {
        text-align: center;
        /* Optional: Center the text within each grid item */
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .creative-icon-logo-text {
        text-align: center;
        /* Optional: Center the text within each grid item */
        display: flex;
        flex-direction: row;
        align-items: center;
    }

}

.image-contain {
    margin: auto;
}

@media screen and (max-width: 730px) {
    .keyword-desktop {
        display: none;
    }

    .insight-margin {
        margin-top: -15px;
    }

    .margin-image {
        margin-top: -63px;
        padding-right: 85px;
        margin-left: -47px;
        padding-bottom: 28px
    }

    .acc-insight {
        width: 220px;
        margin-top: -85px;
        margin-left: 96px;
        padding-bottom: 28px;
        padding-top: 0px;
    }

    .onpage-off {
        margin-top: 25px;
    }

    .comp-insight {
        width: 348px;
        margin-top: -49px;
        padding-left: 51px;
        padding-bottom: 20px;
    }

    .industry-insight {
        width: 367px;
        padding-left: 32px;
        padding-bottom: 23px;
    }

    .choose-korifi-margin {
        margin-bottom: 50px;
    }

    /*.background-seo{*/
    /*    background-color: #ffff;*/
    /*    padding-bottom: 40px;*/
    /*}*/


}

@media screen and (min-width: 731px) {
    .keyword-mobile {
        display: none;

    }

    .holistic-solution {
        width: 480px;
    }

    .customized-icon {
        width: 450px;
    }

    .choose-why-margin {
        margin-top: 60px;
    }

    .image-width-seo {
        /*width: 370px;*/
        margin-left: -25px;
    }

    .image-width-opt {
        width: 340px;
        margin-left: 45px
    }

    .aduit-strg-margin {
        margin-top: 60px;
    }

    .background-seo {
        background-color: #ffff;
        /* padding-bottom: 40px; */
        padding: 20px;
    }

    .required-margin {
        margin-top: 20px;
    }
}

@media screen and (max-width: 730px) {
    .challenges-desktop {
        display: none;
    }

}

@media screen and (min-width: 731px) {
    .challenges-mobile {
        display: none;

    }

    .check-margin {
        margin-top: 70px;
    }
}

.philosophy-margin {
    padding-top: 50px;
    text-align: center;
}

.roadblocks-margin {
    margin-top: 20px;
}

@media screen and (max-width: 730px) {
    .korifib2b-desktop {
        display: none;
    }

    .partner-margin-top {
        margin-top: -50px;
    }

    /* .mobile-btn {
        margin-left: 6px !important;
    } */

    /*amination started*/
    .text-blob-mobile {
        /*font-size: 40px;*/
        font-family: 'Open Sans', sans-serif;
        color: #fff;
        /*background-color: #000;*/
        /*padding: 20px;*/
        border-radius: 10px;
        position: relative;
        top: 60%;
        left: 50%;
        margin-top: 25px;
        transform: translate(-50%, -50%);
        margin-bottom: 15px;
    }

    /* fade-in and fade-out animation */
    .fade-in {
        animation: fadeIn ease 5s;
        -webkit-animation: fadeIn ease 5s;
        -moz-animation: fadeIn ease 5s;
        -o-animation: fadeIn ease 5s;
        -ms-animation: fadeIn ease 5s;
    }

    .fade-out {
        animation: fadeOut ease 5s;
        -webkit-animation: fadeOut ease 5s;
        -moz-animation: fadeOut ease 5s;
        -o-animation: fadeOut ease 5s;
        -ms-animation: fadeOut ease 5s;
    }

    @keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @-moz-keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @-webkit-keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @-o-keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @-ms-keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @keyframes fadeOut {
        0% {
            opacity: 1;
        }

        100% {
            opacity: 0;
        }
    }

    @-moz-keyframes fadeOut {
        0% {
            opacity: 1;
        }

        100% {
            opacity: 0;
        }
    }

    @-webkit-keyframes fadeOut {
        0% {
            opacity: 1;
        }

        100% {
            opacity: 0;
        }
    }

    @-o-keyframes fadeOut {
        0% {
            opacity: 1;
        }

        100% {
            opacity: 0;
        }
    }

    /*animation end*/
    .ready-margin-top {
        margin-bottom: 65px;
    }

}

@media screen and (min-width: 731px) {
    .korifib2b-mobile {
        display: none;

    }

    .korifi-close {
        margin-left: 80px;
    }

    /*amination started*/
    .text-blob {
        font-size: 40px;
        font-family: 'Open Sans', sans-serif;
        color: #fff;
        /*background-color: #000;*/
        /*padding: 20px;*/
        border-radius: 10px;
        position: relative;
        top: 40%;
        left: 50%;
        margin-top: 35px;
        transform: translate(-50%, -50%);
        margin-bottom: -5px;
    }

    /* fade-in and fade-out animation */
    .fade-in {
        animation: fadeIn ease 5s;
        -webkit-animation: fadeIn ease 5s;
        -moz-animation: fadeIn ease 5s;
        -o-animation: fadeIn ease 5s;
        -ms-animation: fadeIn ease 5s;
    }

    .fade-out {
        animation: fadeOut ease 5s;
        -webkit-animation: fadeOut ease 5s;
        -moz-animation: fadeOut ease 5s;
        -o-animation: fadeOut ease 5s;
        -ms-animation: fadeOut ease 5s;
    }

    @keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @-moz-keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @-webkit-keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @-o-keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @-ms-keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @keyframes fadeOut {
        0% {
            opacity: 1;
        }

        100% {
            opacity: 0;
        }
    }

    @-moz-keyframes fadeOut {
        0% {
            opacity: 1;
        }

        100% {
            opacity: 0;
        }
    }

    @-webkit-keyframes fadeOut {
        0% {
            opacity: 1;
        }

        100% {
            opacity: 0;
        }
    }

    @-o-keyframes fadeOut {
        0% {
            opacity: 1;
        }

        100% {
            opacity: 0;
        }
    }

    /*animation end*/

}

@media screen and (max-width: 730px) {
    .patner-desktop {
        display: none;
    }

    .patner-padding-mobile {
        padding-top: 40px;
        padding-bottom: 60px;
    }

    .patner-margin-bottom {
        padding-bottom: 50px;
    }

}

@media screen and (min-width: 731px) {
    .patner-mobile {
        display: none;
    }

    .patner-padding {
        padding-top: 0px;
        padding-bottom: 0px;
    }
}

.resent-post {
    text-transform: capitalize;
    margin-bottom: 30px;
}

@media screen and (max-width: 730px) {
    .blog-area-desktop {
        display: none;
    }

}

@media screen and (min-width: 731px) {
    .blog-area-mobile {
        display: none;

    }

    .blog-padding {
        padding-top: 50px;
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 830px) {
    .digital-marketing-desktop {
        display: none;
    }

    .partner-margin-top {
        margin-top: -50px;
    }

    /*amination started*/
    .text-blob-mobile {
        /*font-size: 40px;*/
        font-family: 'Open Sans', sans-serif;
        color: #fff;
        /*background-color: #000;*/
        /*padding: 20px;*/
        border-radius: 10px;
        position: relative;
        top: 60%;
        left: 50%;
        margin-top: 45px;
        transform: translate(-50%, -50%);
        margin-bottom: 15px;
    }

    /* fade-in and fade-out animation */
    .fade-in {
        animation: fadeIn ease 5s;
        -webkit-animation: fadeIn ease 5s;
        -moz-animation: fadeIn ease 5s;
        -o-animation: fadeIn ease 5s;
        -ms-animation: fadeIn ease 5s;
    }

    .fade-out {
        animation: fadeOut ease 5s;
        -webkit-animation: fadeOut ease 5s;
        -moz-animation: fadeOut ease 5s;
        -o-animation: fadeOut ease 5s;
        -ms-animation: fadeOut ease 5s;
    }

    @keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @-moz-keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @-webkit-keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @-o-keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @-ms-keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @keyframes fadeOut {
        0% {
            opacity: 1;
        }

        100% {
            opacity: 0;
        }
    }

    @-moz-keyframes fadeOut {
        0% {
            opacity: 1;
        }

        100% {
            opacity: 0;
        }
    }

    @-webkit-keyframes fadeOut {
        0% {
            opacity: 1;
        }

        100% {
            opacity: 0;
        }
    }

    @-o-keyframes fadeOut {
        0% {
            opacity: 1;
        }

        100% {
            opacity: 0;
        }
    }

    /*animation end*/
    .ready-margin-top {
        margin-bottom: 65px;
    }

}



@media screen and (min-width: 731px) {
    .digital-marketing-mobile {
        display: none;

    }

    /*amination started*/
    .text-blob {
        font-size: 40px;
        font-family: 'Open Sans', sans-serif;
        color: #fff;
        /*background-color: #000;*/
        /*padding: 20px;*/
        border-radius: 10px;
        position: relative;
        top: 40%;
        left: 50%;
        margin-top: 35px;
        transform: translate(-50%, -50%);
        margin-bottom: -5px;
    }

    /* fade-in and fade-out animation */
    .fade-in {
        animation: fadeIn ease 5s;
        -webkit-animation: fadeIn ease 5s;
        -moz-animation: fadeIn ease 5s;
        -o-animation: fadeIn ease 5s;
        -ms-animation: fadeIn ease 5s;
    }

    .fade-out {
        animation: fadeOut ease 5s;
        -webkit-animation: fadeOut ease 5s;
        -moz-animation: fadeOut ease 5s;
        -o-animation: fadeOut ease 5s;
        -ms-animation: fadeOut ease 5s;
    }

    @keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @-moz-keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @-webkit-keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @-o-keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @-ms-keyframes fadeIn {
        0% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @keyframes fadeOut {
        0% {
            opacity: 1;
        }

        100% {
            opacity: 0;
        }
    }

    @-moz-keyframes fadeOut {
        0% {
            opacity: 1;
        }

        100% {
            opacity: 0;
        }
    }

    @-webkit-keyframes fadeOut {
        0% {
            opacity: 1;
        }

        100% {
            opacity: 0;
        }
    }

    @-o-keyframes fadeOut {
        0% {
            opacity: 1;
        }

        100% {
            opacity: 0;
        }
    }

    /*animation end*/

}

@media screen and (max-width: 730px) {
    .digital-market-desktop {
        display: none;
    }

    .image-cycle {
        margin-left: -10px;
    }

    .improve-prag {
        margin-left: 20px;
        margin-top: 35px;
    }

    .cross-image {
        margin-left: 10px;
    }

    .cross-prag {
        margin-left: 20px;
    }

    .strong-prag {
        margin-left: 10px;
    }

    .customer-prag {
        margin-left: 12px;
    }

    .use-prag {
        margin-left: 25px;
    }

    .consider-align {

        text-align: center;
        /* margin-bottom: 40px; */
    }

    .invest-padding {
        margin-top: 35px
    }

    .grid-container {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        /* Two columns */
        grid-template-rows: repeat(2, 1fr);
        /* Three rows */
        grid-gap: 20px;
        /* Adjust the gap between items */
    }

    .icon-text {
        text-align: center;
        /* Optional: Center the text within each grid item */
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 5px;
    }

    .creative-icon-logo-text {
        text-align: center;
        /* Optional: Center the text within each grid item */
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 5px
    }

    .icon-text h5 {
        align-items: start !important;
        justify-items: start;
        justify-content: start;
    }

    .creative-icon-logo-text h5 {
        align-items: start !important;
        justify-items: start;
        justify-content: start;
    }

    .social-media-service {
        color: #ffff;
    }

    .service-marketing {
        background-color: #053e59;
    }

    /*.b2b-marketing img{*/
    /*    width: 35% !important;*/
    /*}*/
    .class-acc {
        padding-top: 36px;
        margin-left: -18px;
    }

    .b2b-margin {
        margin-top: 20px;
        margin-left: -7px;
    }

    .inbound-margin {
        margin-top: 25px;
    }

    .social-med-margin {
        margin-left: -5px;
        margin-top: 25px;
    }

    .lead-margin {
        margin-top: 15px;
        margin-left: 2px;
    }

    .branding-margin {
        margin-left: -10px;
        margin-top: 23px;
    }

    .paid-margin {
        margin-top: 50px;
        margin-left: -8px;
    }

    .content-margin {
        margin-top: 35px;
        margin-left: 5px;
    }

    .graphic-margin {
        margin-left: -6px;
        margin-top: 40px;
    }

    .web-margin {
        margin-top: 30px;
    }

    .seo-margin {
        padding-top: 15px;
        margin-left: -8px;
    }

    .icon-text {
        /* Set initial styles for the div */
        /*box-shadow: none;*/
        /*transition: box-shadow 0.3s ease-in-out;*/
        border: 2px solid white;
        padding: 10px;
    }

    .creative-icon-logo-text {
        border: 2px solid white;
        padding: 10px;
    }

    .icon-text:hover {
        /* Add shadow on all sides when hovering */
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    }

    .creative-icon-logo-text:hover {
        border: 2px solid white;
        padding: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);

    }


}

@media screen and (min-width: 731px) {
    .digital-market-mobile {
        display: none;
    }

    /*.image-cycle{*/
    /*    margin-left: -10px;*/
    /*}*/
    .improve-prag {
        margin-left: 20px;
        margin-top: 35px;
    }

    .cross-image {
        margin-left: 10px;
    }

    .cross-prag {
        margin-left: 20px;
    }

    .strong-prag {
        margin-left: 10px;
    }

    .customer-prag {
        margin-left: 12px;
    }

    .use-prag {
        margin-left: 25px;
    }

    .consider-align {
        text-align: center;
    }

    .invest-padding {
        margin-top: 35px
    }

    .grid-container {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        /* Two columns */
        /*grid-template-rows: repeat(4, 1fr); !* Three rows *!*/
        grid-gap: 20px;
        /* Adjust the gap between items */
    }

    .icon-text {
        text-align: center;
        /* Optional: Center the text within each grid item */
        display: flex;
        flex-direction: row;
        align-items: start;
        gap: 5px;
    }

    .creative-icon-logo-text {
        text-align: center;
        /* Optional: Center the text within each grid item */
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 5px;
    }

    .creative-icon-logo-text h5 {
        align-items: start !important;
        justify-items: start;
        justify-content: start;
    }


    .icon-text h5 {
        align-items: start !important;
        justify-items: start;
        justify-content: start;
    }

    .social-media-service {
        color: #ffff;
    }

    .social-media-servicess {
        color: #053e59;
    }

    .service-marketing {
        background-color: #053e59;
    }

    /*.b2b-marketing img{*/
    /*    width: 35% !important;*/
    /*}*/
    .class-acc {
        padding-top: 36px;
        margin-left: -18px;
    }

    .b2b-margin {
        margin-top: 20px;
        margin-left: -7px;
    }

    .inbound-margin {
        margin-top: 25px;
    }

    .social-med-margin {
        margin-left: -5px;
        margin-top: 25px;
    }

    .lead-margin {
        margin-top: 15px;
        margin-left: 2px;
    }

    .branding-margin {
        margin-left: -40px;
        margin-top: 43px;
    }

    .paid-margin {
        margin-top: 50px;
        margin-left: -8px;
    }

    .content-margin {
        margin-top: 35px;
        margin-left: 5px;
    }

    .graphic-margin {
        margin-left: -6px;
        margin-top: 40px;
    }

    .web-margin {
        margin-top: 30px;
    }

    .icon-text {
        /* Set initial styles for the div */
        box-shadow: none;
        transition: box-shadow 0.3s ease-in-out;
    }

    .icon-text:hover {
        /* Add shadow on all sides when hovering */
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    }

    .creative-icon-logo-text {
        box-shadow: none;
        transition: box-shadow 0.3s ease-in-out;
    }

    .creative-icon-logo-text:hover {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    }
}

@media screen and (max-width: 730px) {
    .home-faq-desktop {
        display: none;
    }

    .cards {
        width: 100% !important;
        /* Adjust the width as needed, leaving some space for margins */
        margin: 1%;
        /* Adjust the margin to add some spacing between cards */
    }

    .faq-area .faq-content .card .card-header h4 {
        margin: 0;
        font-size: 20px;
        font-weight: 650;
        padding: 25px;
        padding-right: 58px;
        cursor: pointer;
        box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
        width: 391px !important;
    }

    .fa-card {
        height: 136px !important;
    }

    .questions {
        margin-top: -70px;
    }

    .inbound-faq-margin {
        margin-top: 50px;
        padding-bottom: 40px;
        background-color: #f2f2f4;
    }
}

@media screen and (min-width: 731px) {
    .home-faq-mobile {
        display: none;

    }

    .accordion {
        display: grid;
        flex-wrap: wrap;
    }

    .faq-area .faq-content .card .card-header .width-card h4 {
        margin: 0;
        font-size: 18px;
        font-weight: 600;
        padding: 30px;
        padding-right: 50px;
        cursor: pointer;
        box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
        width: 514px !important;
    }

    .frequent {
        padding-top: 20px;
    }

    .faq-accordion {
        margin-top: 35px;
        padding-bottom: 35px;
    }

    .crucials-padding {
        /*padding-bottom: 10px;*/
        margin-top: 15px;
    }

    .loyals-padding {
        padding-top: 19px;
        margin-top: -5px;
    }

    .buildings-padding {
        padding-top: 40px;
    }

    .emphasizes-margin {
        /*padding-top: 20px;*/
        /*padding-left: 10px;*/
        padding-top: 20px;
        padding-left: 24px;
        margin-top: -5px;
    }

    .roles-padding {
        padding-top: 40px;
    }

    .measures-padding {
        padding-top: 38px;
    }

}

@media screen and (max-width: 730px) {
    .brand-faq-desktop {
        display: none;
    }

    .cards {
        width: 100% !important;
        /* Adjust the width as needed, leaving some space for margins */
        margin: 1%;
        /* Adjust the margin to add some spacing between cards */
    }

    .faq-area .faq-content .card .card-header h4 {
        margin: 0;
        font-size: 20px;
        font-weight: 650;
        padding: 25px;
        padding-right: 58px;
        cursor: pointer;
        box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
        width: 500px !important;
    }

    .fa-card {
        height: 136px !important;
    }

    .questions {
        margin-top: -70px;
    }

    .inbound-faq-margin {
        margin-top: 50px;
        padding-bottom: 40px;
        background-color: #f2f2f4;
    }
}

@media screen and (min-width: 731px) {
    .brand-faq-mobile {
        display: none;

    }

    .accordion {
        display: grid;
        flex-wrap: wrap;
    }

    .faq-area .faq-content .card .card-header .width-card h4 {
        margin: 0;
        font-size: 18px;
        font-weight: 600;
        padding: 30px;
        padding-right: 50px;
        cursor: pointer;
        box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
        width: 514px !important;
    }

    .frequent {
        padding-top: 20px;
    }

    .faq-accordion {
        margin-top: 35px;
        padding-bottom: 35px;
    }

    .crucials-padding {
        /*padding-bottom: 10px;*/
        margin-top: 15px;
    }

    .loyals-padding {
        padding-top: 19px;
        margin-top: -5px;
    }

    .buildings-padding {
        padding-top: 40px;
    }

    .emphasizes-margin {
        /*padding-top: 20px;*/
        /*padding-left: 10px;*/
        padding-top: 20px;
        padding-left: 24px;
        margin-top: -5px;
    }

    .roles-padding {
        padding-top: 40px;
    }

    .measures-padding {
        padding-top: 38px;
    }

}

.bottom-padding {
    padding-bottom: 20px;
}

@media screen and (max-width: 730px) {
    .brand-desktop {
        display: none;
    }

    .optimize-padding {
        padding-top: 45px;
    }

    .back-color {
        background-color: #f2f2f4 !important;
    }
}

@media screen and (min-width: 731px) {
    .brand-mobile {
        display: none;

    }

    .shift-margin {
        margin-top: 60px;
    }

    .back-color {
        background-color: #f2f2f !;
    }
}

@media screen and (max-width: 730px) {
    .essence-desktop {
        display: none;
    }

    .optimize-padding {
        padding-top: 45px;
    }

    .back-color {
        background-color: #f2f2f4 !important;
    }
}

@media screen and (min-width: 731px) {
    .essence-mobile {
        display: none;

    }

    .shift-margin {
        margin-top: 60px;
    }

    .back-color {
        background-color: #f2f2f;
    }
}

@media screen and (max-width: 730px) {
    .essence-desktop {
        display: none;
    }

    .optimize-padding {
        padding-top: 45px;
    }

    .back-color {
        background-color: #f2f2f4 !important;
    }
}

@media screen and (min-width: 731px) {
    .essence-mobile {
        display: none;

    }

    .shift-margin {
        margin-top: 60px;
    }

    .back-color {
        background-color: #f2f2f;
    }

    .essence-margin {
        margin-top: 70px;
    }
}

@media screen and (max-width: 730px) {
    .presence-desktop {
        display: none;
    }

    .optimize-padding {
        padding-top: 45px;
    }

    .back-color {
        background-color: #f2f2f4 !important;
    }
}

@media screen and (min-width: 731px) {
    .presence-mobile {
        display: none;

    }

    .shift-margin {
        margin-top: 60px;
    }

    .back-color {
        background-color: #f2f2f;
    }
}

@media screen and (max-width: 730px) {
    .awareness-desktop {
        display: none;
    }

    .optimize-padding {
        padding-top: 45px;
    }

    .back-color {
        background-color: #f2f2f4 !important;
    }
}

@media screen and (min-width: 731px) {
    .awareness-mobile {
        display: none;

    }

    .shift-margin {
        margin-top: 60px;
    }

    .back-color {
        background-color: #f2f2f;
    }

    .awareness-margin {
        margin-top: -70px;
    }
}

@media screen and (max-width: 730px) {
    .strategic-desktop {
        display: none;
    }

    .optimize-padding {
        padding-top: 45px;
    }

    .back-color {
        background-color: #f2f2f4 !important;
    }
}

@media screen and (min-width: 731px) {
    .strategic-mobile {
        display: none;

    }

    .shift-margin {
        margin-top: 60px;
    }

    .back-color {
        background-color: #f2f2f2;
    }

    .strategic-margin {
        padding-bottom: 50px;
        margin-top: -40px;
    }
}

@media screen and (max-width: 730px) {
    .korifi-form-desktop {
        display: none;
    }

    .form-mobile {
        margin-top: 10px;
    }

}

@media screen and (min-width: 731px) {
    .korifi-form-mobile {
        display: none;

    }

    .ready-padding-top-form {
        padding-top: 65px;
    }
}

.book-strategy-margin-mobile {
    /*margin-left: 60px;*/
}

.book-strategy-margin-desktop {
    /*margin-left: 105px;*/
}

.text-align-center {
    text-align: center;
}

@media screen and (max-width: 730px) {
    .creative-desktop {
        display: none;
    }

    .creative-insight {
        text-align: left;
        margin-top: 30px;
    }

}

@media screen and (min-width: 731px) {
    .creative-mobile {
        display: none;
    }

    .grid-container-creative-digital-and-media {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        /* Two columns */
        grid-template-rows: repeat(3, 1fr);
        /* Three rows */
        grid-gap: 20px;
        /* Adjust the gap between items */
    }
}

.icon-img {
    grid-template-columns: 100px auto;
}

/*.icon-img:first-child img{*/
/*    object-fit: cover !important;*/
/*}*/
.icon-img img {
    height: 120px;
    width: 120px !important;
    object-fit: contain;
}

@media screen and (max-width: 700px) {
    .icon-textt {
        display: grid;
        grid-template-columns: 30% auto !important;
        align-items: center;
    }
}

.icon-textt {
    gap: 10px;
    padding-left: 8px;
    display: grid;
    grid-template-columns: 20% auto;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .hideInPhone {
        transform: scale(2.5) translateY(80px);
        animation-duration: 25s;
        animation-timing-function: cubic-bezier(.18, 1.17, .03, 1.46);
        animation-fill-mode: backwards;
        transform-origin: center;
        transform-box: fill-box;
        animation-iteration-count: infinite;
    }

    .animatePhone .bigCircle {
        transform: translatex(-170px);
        transition: all 1s ease !important;
        animation-duration: 25s;
        animation-timing-function: cubic-bezier(.18, 1.17, .03, 1.46);
        animation-fill-mode: backwards;
        transform-origin: center;
        transform-box: fill-box;
        animation-iteration-count: infinite;
    }

    .animatePhone .triangle {
        transform: translatex(100px);
        transition: all 1s ease !important;
        animation-duration: 25s;
        animation-timing-function: cubic-bezier(.18, 1.17, .03, 1.46);
        animation-fill-mode: backwards;
        transform-origin: center;
        transform-box: fill-box;
        animation-iteration-count: infinite;
    }
}

.icon-textt h5,
h6 {
    padding: 0 !important;
    margin: 0 !important;
    text-align: start !important;
    display: inline;
    gap: 12px;

}

.single-items-div {
    height: 450px;
    overflow: hidden;
}

.market-dominance {
    /*width: 400%;*/
}

.tab2 {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* Adjust values as needed */
    padding: 20px;
    /* Optional: Add padding to give some space around the content */
}

.process-area.benifits-area.default-padding-bottom.market-dominance {
    position: relative;
}

.respon-image {
    background-color: white;
    margin-top: 35%;
    width: 80%;
    margin-left: 14%;
}

.image-ab {
    position: absolute
}


.matter-korifi .col-lg-8 .p {
    font-size: 12px !important;
}

@media screen and (max-width: 768px) {
    .matter-desktop {
        display: none;
    }

    .grid-container-matter-mobile {
        display: grid;
        grid-template-columns: 90% 1fr;
        /* Two columns */
        grid-template-rows: 100% 1fr;
        /* Three rows */
        /*grid-gap: 20px; !* Adjust the gap between items *!*/
        text-align: center;
        height: auto !important;
    }

    .over-image {
        position: relative;
        display: block;

        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

}

@media screen and (min-width: 781px) and (max-width: 1024px) {
    .matter-desktop {
        display: none;
    }

    .grid-container-matter-mobile {
        display: grid;
        grid-template-columns: 130% 1fr;
        /* Two columns */
        grid-template-rows: 100% 1fr;
        /* Three rows */
        /*grid-gap: 20px; !* Adjust the gap between items *!*/
        text-align: center;
        height: auto !important;
    }

    .over-image {
        position: relative;
        display: block;

        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

}

@media screen and (min-width: 1025px) {
    .matter-mobile {
        display: none;
    }

    .grid-container-matters {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        /* Two columns */
        grid-template-rows: repeat(2, 1fr);
        /* Three rows */
        grid-gap: 20px;
        /* Adjust the gap between items */
    }
}

.creative-icon-logo-text {
    display: grid;
    grid-template-columns: 20% auto;
}

.creative-icon-logo-text h5,
h6 {
    padding: 0 !important;
    margin: 0 !important;
    text-align: start;
    display: inline;
    gap: 12px;
}










/*blog  detail css*/
.img-wrapper {
    width: 100%;
}

.blog-detail img {
    min-width: 100% !important;
    /*max-height:*/
}

figure img {
    height: 450px !important;
    width: 675px !important;
    object-fit: contain !important;
}

@media screen and (max-width: 720px) {
    figure img {
        height: auto !important;
        width: 100% !important;
        /*object-fit: contain !important;*/
    }
}

.blog-single {
    margin-top: 28px;
    margin-bottom: 10px;
}



@media screen and (max-width: 730px) {
    .desktop-biggest {
        display: none;
    }

}

@media screen and (min-width: 731px) {
    .mobile-biggest {
        display: none;
        overflow-x: hidden !important;


    }
}

@media screen and (max-width: 800px) {
    .Header {
        margin: 10px;
        overflow-x: hidden !important;


    }

}

html body {
    overflow-x: hidden !important;
}
