/*Used Fonts Glory & Popway*/
@font-face {
    font-family: 'gilroy-black';
    src: url('../fonts/gilroy/gilroy-black-webfont.woff2') format('woff2'),
        url('../fonts/gilroy/gilroy-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'gilroy-bold';
    src: url('../fonts/gilroy/gilroy-bold-webfont.woff2') format('woff2'),
        url('../fonts/gilroy/gilroy-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'gilroy-semibold';
    src: url('../fonts/gilroy/gilroy-semibold-webfont.woff2') format('woff2'),
        url('../fonts/gilroy/gilroy-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'gilroy-light';
    src: url('../fonts/gilroy/gilroy-light-webfont.woff2') format('woff2'),
        url('../fonts/gilroy/gilroy-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gilroy-ultralight';
    src: url('../fonts/gilroy/gilroy-ultralight-webfont.woff2') format('woff2'),
        url('../fonts/gilroy/gilroy-ultralight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'font-awesome';
    src: url('../fonts/font-awesome/fonts/fontawesome-webfont.ttf');
    src: url('../fonts/font-awesome/fonts/fontawesome-webfont.eot'),
        /* IE9 Compat Modes */
        url('../fonts/font-awesome/fonts/fontawesome-webfont.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/font-awesome/fonts/fontawesome-webfont.woff') format('woff'),
        /* Pretty Modern Browsers */
        url('../fonts/font-awesome/fonts/fontawesome-webfont.svg') format('svg');
    /* Legacy iOS */
}

@font-face {
    font-family: 'popway';
    src: url('../fonts/popway/overlock.ttf');
    /* IE9 Compat Modes */
    src: url('../fonts/popway/overlock.eot'),
        /* IE6-IE8 */
        url('../fonts/popway/overlock.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/popway/overlock.woff') format('woff');
    /* Pretty Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

/*Flaticon icon font: Flaticon - Creation date: 28/01/2020 11:27*/
@font-face {
    font-family: "Flaticon";
    src: url("../fonts/icon/font/Flaticon.eot");
    src: url("../fonts/icon/font/Flaticon.eot?#iefix") format("embedded-opentype"),
        url("../fonts/icon/font/Flaticon.woff2") format("woff2"),
        url("../fonts/icon/font/Flaticon.woff") format("woff"),
        url("../fonts/icon/font/Flaticon.ttf") format("truetype"),
        url("../fonts/icon/font/Flaticon.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: "Flaticon";
        src: url("../fonts/icon/font/Flaticon.svg#Flaticon") format("svg");
    }
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-size: inherit;
    font-style: normal;
    color: inherit;
    line-height: initial;
}

.flaticon-advisor:before {
    content: "\f100";
}

.flaticon-social-media-marketing:before {
    content: "\f101";
}

.flaticon-data:before {
    content: "\f102";
}

.flaticon-sketch:before {
    content: "\f103";
}

.flaticon-right:before {
    content: "\f104";
}

.flaticon-right-arrow:before {
    content: "\f105";
}

.flaticon-back:before {
    content: "\f106";
}

.flaticon-left-arrow:before {
    content: "\f107";
}

.flaticon-play-button:before {
    content: "\f108";
}

.flaticon-tick:before {
    content: "\f109";
}

.flaticon-ui:before {
    content: "\f10a";
}

.flaticon-close:before {
    content: "\f10b";
}

.flaticon-star:before {
    content: "\f10c";
}

.flaticon-star-1:before {
    content: "\f10d";
}

.flaticon-user:before {
    content: "\f10e";
}

.flaticon-headset:before {
    content: "\f10f";
}

.flaticon-play-1:before {
    content: "\f110";
}

.flaticon-menu:before {
    content: "\f111";
}

.flaticon-menu-3:before {
    content: "\f112";
}

.flaticon-menu-2:before {
    content: "\f113";
}

.flaticon-end:before {
    content: "\f114";
}

.flaticon-quote:before {
    content: "\f115";
}

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

*************************** Start Styling Your theme from here ***************************

==========================================================================================*/
/*------------- Global Prefix -------------------*/
::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: #fff;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(-90deg, rgb(255, 182, 139) 0%, rgb(255, 96, 139) 100%);
    border-radius: 30px;
}

:root {
    --text-color: #8a919c;
    --text-light: #c0c0c9;
    --text-dark: #313131;
    --heading: #2A2A2A;
    --p-rose: #ff5284;
    --rose-gr-bg: linear-gradient(-90deg, rgb(255, 182, 139) 0%, rgb(255, 96, 139) 100%);
    --rose-gr-reverse: linear-gradient(-90deg, rgb(255, 96, 139) 0%, rgb(255, 182, 139) 100%);
    --p-green: #f58220;
    --p-orange: #ff8618;
    --cyan: #1aceff;
    --redOne: #ff6262;
}

body {
    font-family: 'popway', sans-serif;
    font-weight: normal;
    font-size: 17px;
    position: relative;
    line-height: 28px;
    color: #8a919c;
}

/*** 

====================================================================
  Loading Transition
====================================================================

 ***/
.ctn-preloader {
    align-items: center;
    -webkit-align-items: center;
    display: flex;
    display: -ms-flexbox;
    height: 100%;
    justify-content: center;
    -webkit-justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 110;
    background: #fff;
}

.ctn-preloader .animation-preloader {
    position: absolute;
    z-index: 100;
}

.animation-preloader svg {
    width: 320px;
    height: auto;
}

.animation-preloader svg .cls-1,
.animation-preloader svg .cls-2 {
    stroke: #f58220;
    animation: stroke-me 1.5s ease-in-out infinite, color-me-1 1.5s ease-in-out infinite;
}

.animation-preloader svg .cls-3 {
    stroke: #3e423e;
    animation: stroke-me 1.5s ease-in-out infinite, color-me-2 1.5s ease-in-out infinite;
}

.animation-preloader svg .cls-1,
.animation-preloader svg .cls-2,
.animation-preloader svg .cls-3 {
    fill: transparent;
    stroke-width: 5px;
    stroke-dasharray: 940;
    stroke-dashoffset: 940;
}

@keyframes stroke-me {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes color-me-1 {
    50% {
        fill: transparent;
    }

    100% {
        fill: #f58220;
    }
}

@keyframes color-me-2 {
    50% {
        fill: transparent;
    }

    100% {
        fill: #3e423e;
    }
}


.ctn-preloader .animation-preloader .icon {
    margin-bottom: 60px;
}

.ctn-preloader .animation-preloader .icon img {
    margin: 0 auto;
}

.ctn-preloader .animation-preloader .txt-loading {
    text-align: center;
    user-select: none;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
    animation: letters-loading 4s infinite;
    color: #f58220;
    content: attr(data-text-preloader);
    left: 0;
    opacity: 0;
    top: 0;
    line-height: 70px;
    position: absolute;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading {
    font-family: 'gilroy-semibold';
    font-weight: 700;
    letter-spacing: 15px;
    display: inline-block;
    color: rgba(245, 130, 32, 0.15);
    position: relative;
    font-size: 70px;
    line-height: 70px;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(n+4):before {
    color: rgba(42, 42, 42, 1);
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(n+4) {
    color: rgba(42, 42, 42, 0.15);
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
    animation-delay: 0.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
    animation-delay: 0.4s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
    animation-delay: 0.6s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
    animation-delay: 0.8s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
    animation-delay: 1s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
    animation-delay: 1.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
    animation-delay: 1.4s;
}

.ctn-preloader .loader-section {
    background-color: #ffffff;
    height: 100%;
    position: fixed;
    top: 0;
    width: calc(50% + 1px);
}

.loaded .animation-preloader {
    opacity: 0;
    transition: 0.3s ease-out;
}

@keyframes letters-loading {

    0%,
    75%,
    100% {
        opacity: 0;
        transform: rotateY(-90deg);
    }

    25%,
    50% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}

@media screen and (max-width: 500px) {
    .ctn-preloader .animation-preloader .txt-loading .letters-loading {
        font-size: 65px;
        letter-spacing: 10px;
    }
}

/*==================== Click Top ====================*/
.scroll-top {
    width: 30px;
    height: 30px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 99;
    text-align: center;
    color: #fff;
    font-size: 18px;
    display: none;
    cursor: pointer;
    border-radius: 3px;
    background: linear-gradient(-90deg, rgb(255, 182, 139) 0%, rgb(255, 96, 139) 100%);
}

.scroll-top:after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

/*______________________ Global style ___________________*/
.main-page-wrapper {
    overflow-x: hidden;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
    color: #2A2A2A;
    font-weight: normal;
}

.h1,
h1 {
    font-size: 62px;
    line-height: 70px;
    font-family: 'gilroy-bold';
}

.h2,
h2 {
    font-size: 50px;
    line-height: 65px;
    font-family: 'gilroy-bold';
}

.h3,
h3 {
    font-size: 42px;
    font-family: 'gilroy-bold';
}

.h4,
h4 {
    font-size: 28px;
    font-family: 'gilroy-bold';
}

.h5,
h5 {
    font-size: 24px;
    font-family: 'gilroy-semibold';
}

.h6,
h6 {
    font-size: 20px;
}

#path-shape-wrapper {
    position: absolute;
    z-index: -9999;
}

.shape-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.img-shape {
    position: absolute;
}

.pos-r {
    position: relative;
}

.pos-a {
    position: absolute;
}

.full-width-container {
    padding-left: 60px;
    padding-right: 60px;
}

/*-------------- Prefix Classes ----------------*/
.tran3s,
.feature-block-one.hover-state:before,
.feature-block-one.hover-state:after,
.newsletter-section .main-wrapper form button,
.footer-about-widget .email,
.footer-about-widget .phone,
.footer-list ul li a,
.footer-information ul li a,
.owl-theme .owl-nav [class*=owl-],
.gallery-polar-state .img-holder .icon,
.nav-tabs > li > a,
.pricing-plan-classic .nav-tabs > li > a:before,
.contact-home-one .contact-text .call-to-dial,
.team-standard .single-team-member .hover-content ul li a,
.team-standard .single-team-member .hover-content,
.gallery-sidebar .share-option ul li a,
.portfolio-full-width-grid .img-content-wrapper .cbp-item-wrapper .text .read-more,
.portfolio-full-width-grid .img-content-wrapper .cbp-item-wrapper .text,
.theme-pagination-one ul li a,
.theme-pagination-two .theme-pager span,
.theme-pagination-two .theme-pager strong,
.carousel-control-next,
.carousel-control-prev,
.blog-post-block-two .post .post-info li a,
.theme-footer-three a,
.blog-post-block-two .post h4 a,
.inline-button-one,
.blog-sidebar .sidebar-search button,
.blog-sidebar .list-item ul li a,
.blog-sidebar .sidebar-recent-news .text a,
.theme-breadcrumbs .page-breadcrumbs li a,
.blog-sidebar .sidebar-keyword ul li a,
.blog-post-block-three .post .post-info li a,
.blog-post-block-three .post .read-more,
.eCommerce-side-menu .main-menu-list ul li a,
.theme-sidebar-widget .list-item li a,
.blog-details-fg .blog-fg-data .video-banner-blog .video-button,
.blog-details .user-comment-area .single-comment .reply,
.blog-details .post-tag-area .share-icon li a,
.shop-demo-filter .selectize-dropdown .option,
.shop-details .procuct-details .product-info .color-filter li a,
.shop-details .procuct-details .product-info .wishlist-button,
.team-minimal .single-team-member .hover-content,
.theme-footer-two .social-icon li a,
.team-minimal .single-team-member .hover-content ul li a,
.contact-address-two .address-block a,
.panel .panel-heading .panel-title a:before,
.panel .panel-heading .panel-title a,
.theme-footer-two .footer-menu li a,
.modal-content .btn,
.theme-st-header .top-header .infoList li a,
.theme-st-header .top-header .social-icon a,
.header-search .icon,
.feature-block-four .icon-box,
.feature-block-four .more {
    transition: all 0.3s ease-in-out;
}

.tran4s,
.op-partner-section-one .img-box,
.service-modern-block .more,
.product-showcase .single-product-case .img-holder .fvrt-icon {
    transition: all 0.4s ease-in-out;
}

.tran5s,
.blog-post-block-two .img-holder img,
.product-showcase .single-product-case .img-holder .cart-button,
#mega-menu-holder .img-box .img img {
    transition: all 0.5s ease-in-out;
}

.tran6s {
    transition: all 0.6s ease-in-out;
}

/*^^^^^^^^^^^^^^^^^^^^^ Theme Section Title ^^^^^^^^^^^^^^^^^^^^^^^^^*/
.theme-title-one {
    position: relative;
    margin-top: 20px !important;
}

.theme-title-one .upper-title {
    font-size: 20px;
    text-transform: uppercase;
    color: #c0c0c9;
    letter-spacing: 1.5px;
}

.theme-title-one .upper-title.color-orange {
    color: #ff8618;
}

.theme-title-one .main-title span {
    position: relative;
}

.theme-title-one .main-title i {
    font-style: normal;
    font-family: 'gilroy-ultralight';
}

.theme-title-one .underline span:before {
    content: '';
    position: absolute;
    bottom: 7px;
    left: 3px;
    width: 99%;
    height: 11px;
    z-index: -1;
    background: #ecf4ff;
    border-radius: 5px;
}

.theme-title-one .underline.look-2 span:before {
    background: #ffe6e6;
}

.theme-title-one .underline.look-3 span:before {
    background: #fff3de;
}

.theme-title-one .icon-box {
    display: inline-block;
    margin-bottom: 22px;
    position: relative;
}

.theme-title-one .icon-box .bg-shape {
    transform: rotate(-90deg);
    transition: all 1s ease-out;
}

.theme-title-one .icon-box.show-pr .bg-shape {
    transform: rotate(0deg);
}

.theme-title-one .icon-box .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*^^^^^^^^^^^^^^^^^^^^^ Theme Button ^^^^^^^^^^^^^^^^^^^^^^^^^*/
/*common style*/
body .theme-btn {
    position: relative;
    z-index: 1;
    line-height: 48px;
    border-radius: 30px;
    min-width: 180px;
    font-size: 19px;
    text-align: center;
    padding: 0 35px;
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
}

body .theme-btn:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 30px;
    transition: all 0.3s ease-in-out;
    transform: scale(0, 1);
    z-index: -1;
}

body .theme-btn:hover:before {
    transform: scale(1);
}

body .theme-btn i {
    margin-left: 5px;
}

/*Button 3px radius*/
body .theme-btn.radius3 {
    border-radius: 3px;
}

body .theme-btn.radius3:before {
    border-radius: 3px;
}

/*SOlid Button One*/
body .solid-button-one {
    color: #fff;
    background: #f58220;
    border: 2px solid #f58220;
}

body .solid-button-one:before {
    background: #fff;
}

body .solid-button-one:hover {
    color: #f58220;
}

body .solid-button-one.button-rose {
    background: linear-gradient(-90deg, rgb(255, 182, 139) 0%, rgb(255, 96, 139) 100%);
    border: none;
    line-height: 52px;
}

body .solid-button-one.button-rose:before {
    background: linear-gradient(-90deg, rgb(255, 96, 139) 0%, rgb(255, 182, 139) 100%);
    transform: scale(1);
    opacity: 0;
}

body .solid-button-one.button-rose:hover {
    color: #fff;
}

body .solid-button-one.button-rose:hover:before {
    opacity: 1;
}

body .solid-button-one.button-orange {
    background: #ff8618;
    border: 2px solid #ff8618;
}

body .solid-button-one.button-orange:before {
    background: #fff;
}

body .solid-button-one.button-orange:hover {
    color: #ff8618;
}

/*Line Button One*/
body .line-button-one {
    color: #f58220;
    border: 2px solid #f58220;
}

body .line-button-one:before {
    background: #f58220;
}

body .line-button-one:hover {
    color: #fff;
}

body .line-button-one.button-rose {
    color: #ff5284;
    border: 2px solid #ff5284;
}

body .line-button-one.button-rose:before {
    background: #ff5284;
}

body .line-button-one.button-rose:hover {
    color: #fff;
}

body .line-button-one.button-orange {
    color: #ff8618;
    border: 2px solid #ff8618;
}

body .line-button-one.button-orange:before {
    background: #ff8618;
}

body .line-button-one.button-orange:hover {
    color: #fff;
}

/*Line Button Two*/
body .line-button-two {
    border: 2px solid #dfdfdf;
    color: #313131;
}

body .line-button-two:hover {
    color: #fff;
    border-color: #fff;
}

body .line-button-two:before {
    background: linear-gradient(-90deg, rgb(255, 182, 139) 0%, rgb(255, 96, 139) 100%);
}

body .line-button-two.p-green:before {
    background: #f58220;
}

body .line-button-two.button-orange:before {
    background: #ff8618;
}

/*Video Button*/
body .video-button-one {
    font-size: 18px;
    line-height: 52px;
    color: #313131;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
}

body .video-button-one i {
    font-size: 50px;
    color: #c0c0c9;
    vertical-align: middle;
    transition: all 0.3s ease-in-out;
}

body .video-button-one:hover,
body .video-button-one:hover i {
    color: #f58220;
}

body .video-button-one.button-rose:hover,
body .video-button-one.button-rose:hover i {
    color: #ff5284;
}

body .video-button-one.button-orange:hover,
body .video-button-one.button-orange:hover i {
    color: #ff8618;
}

/*Button Style Three*/
body .theme-button-three {
    text-transform: capitalize;
    text-align: center;
    font-size: 18px;
    color: #fff;
    line-height: 50px;
    padding: 0 40px;
    position: relative;
    z-index: 1;
    background: #212121;
    transition: all 0.3s ease-in-out;
}

body .theme-button-three:hover {
    background: #ff5284;
}

/*Inline Button*/
body .inline-button-one {
    font-family: 'gilroy-bold';
    font-size: 14px;
    color: #313131;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    text-decoration: underline;
}

body .inline-button-one:hover {
    color: #f58220;
}

/*Shadow Button One*/
body .shadow-button-one {
    box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
    color: #ff5284;
    line-height: 50px;
    background: #fff;
}

body .shadow-button-one:hover {
    background: #ff5284;
    color: #fff;
}


/*^^^^^^^^^^^^^^^^^^^^^ Theme Menu ^^^^^^^^^^^^^^^^^^^^^^^^^*/
#mega-menu-holder {
    padding: 0;
    position: static;
}

#mega-menu-holder .img-box {
    display: block;
    text-align: center;
}

#mega-menu-holder .img-box .img {
    display: block;
    overflow: hidden;
    background: #000;
    box-shadow: 0px 30px 70px 0px rgba(223, 227, 234, 0.5);
}

#mega-menu-holder .img-box .img img {
    width: 100%;
}

#mega-menu-holder .img-box:hover .img img {
    opacity: 0.7;
    transform: scale3d(1.1, 1.1, 1);
}

#mega-menu-holder .img-box .text {
    font-family: 'gilroy-semibold';
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    display: block;
    color: #313131;
    padding-top: 10px;
}

.theme-main-menu {
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
    background: transparent;
    padding: 70px 5% 10px;
    transition: all 0.4s ease-out;
}

.theme-main-menu .logo a img {
    width: 185px;
}

.theme-main-menu .logo a {
    display: block;
}

.theme-menu-one .right-content {
    margin-left: 15px;
}

.theme-main-menu .right-content .cart-action-wrapper {
    margin-right: 45px;
}

.theme-main-menu .right-content .dropdown-toggle:after {
    display: none;
}

.theme-main-menu .right-content .dropdown-toggle {
    background: transparent;
}

.theme-main-menu .right-content .dropdown-menu {
    background: #fff;
    box-shadow: 0px 25px 50px 0px rgba(213, 216, 223, 0.5);
    border: 1px solid #f8f8f8;
    border-radius: 0;
    margin: 15px -35px 0 0;
}

.theme-main-menu .contact-button {
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
}

.theme-main-menu .contact-button.button-white-bg {
    background: #fff;
    border: none;
    color: #313131;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}

.theme-main-menu .contact-button.button-white-bg:hover {
    color: #fff;
}

/*^^^^^^^^^^^^^^^^^^^^^ Theme Menu Style Two ^^^^^^^^^^^^^^^^^^^^^^^^^*/
.theme-menu-two #mega-menu-holder {
    margin-left: 11%;
}

/*^^^^^^^^^^^^^^^^^^^^^ Sticky Menu ^^^^^^^^^^^^^^^^^^^^^^^^^*/
.sticky-menu.fixed {
    position: fixed !important;
    background: #fff;
    margin: 0 !important;
    padding-top: 6px;
    padding-bottom: 6px;
    box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
}

.sticky-menu.fixed.menu-text-white {
    background: #110a29;
}

.sticky-menu.fixed.theme-main-menu .contact-button {
    min-width: auto;
    line-height: 40px;
}

/*^^^^^^^^^^^^^^^^^^^^^ rogan Main Hero Banner ^^^^^^^^^^^^^^^^^^^^^^*/
.rogan-hero-section {
    z-index: 12;
}

.rogan-hero-section .main-wrapper {
    z-index: 5;
}

.rogan-hero-section .banner-upper-heading {
    color: #313131;
    font-size: 20px;
    text-transform: uppercase;
}

.rogan-hero-section .banner-upper-heading span {
    color: #f58220;
}

.rogan-hero-section .banner-main-title.underline span {
    position: relative;
}

.rogan-hero-section .banner-main-title.underline span:before {
    content: '';
    position: absolute;
    bottom: 7px;
    left: 0;
    width: 99%;
    height: 11px;
    z-index: -1;
    background: #ecf4ff;
}

.rogan-hero-section .banner-main-title.underline.look-4 span:before {
    background: #ffd9b8;
}

.rogan-hero-section .banner-sub-title {
    font-size: 23px;
    color: #929292;
}

.rogan-hero-section .theme-btn,
.rogan-hero-section .video-button-one {
    margin-top: 15px;
}

/*^^^^^^^^^^^^^^^^^^^^^ rogan Hero One ^^^^^^^^^^^^^^^^^^^^^^*/
.rogan-hero-one .solid-button-one {
    margin-right: 20px;
}

.rogan-hero-one .shape-one {
    position: absolute;
    right: 0;
    top: 30px;
}

.rogan-hero-one .main-illustration {
    position: absolute;
    height: 100%;
    width: 1100px;
    right: -170px;
    top: 0;
}

.rogan-hero-one .main-illustration iframe {
    width: 100%;
    height: 100%;
}

/*.rogan-hero-one .main-illustration .b-shape-1 {
  position: absolute;
  top:20%;
  left:20%;
  z-index: 1;
}
.rogan-hero-one .main-illustration .b-shape-2 {
  position: absolute;
  top:42%;
  left:40%;
  z-index: 1;
}*/
.rogan-hero-one .line-shape-one {
    top: 0;
    right: 0;
    z-index: -1;
}

.rogan-hero-one .line-shape-two {
    top: 0;
    left: 0;
    z-index: -1;
}

.rogan-hero-one .light-lamp {
    top: 113px;
    right: 30px;
}

.rogan-hero-one .shape-two {
    left: 24%;
    top: 9%;
    animation: rotated 20s infinite linear;
}

.rogan-hero-one .shape-three {
    left: 40%;
    top: 13%;
    animation: animationFramesOne 25s infinite linear;
}

.rogan-hero-one .shape-four {
    right: 20%;
    top: 18%;
    animation: animationFramesOne 30s alternate infinite linear;
}

.rogan-hero-one .shape-five {
    right: 11%;
    top: 23%;
    animation: animationFramesFour 25s alternate infinite linear;
}

.rogan-hero-one .shape-six {
    right: 40%;
    top: 36%;
    animation: rotated 15s infinite linear;
}

.rogan-hero-one .shape-seven {
    right: 3%;
    bottom: 11%;
    animation: animationFramesOne 25s infinite linear;
}

.rogan-hero-one .shape-eight {
    right: 19%;
    bottom: 14%;
    animation: animationFramesOne 30s alternate infinite linear;
}

.rogan-hero-one .shape-nine {
    right: 55%;
    bottom: 0;
    animation: rotated 12s infinite linear;
}

.rogan-hero-one .shape-ten {
    left: 27%;
    bottom: 16%;
    animation: rotated 14s infinite linear;
}

.rogan-hero-one .shape-eleven {
    left: 15%;
    bottom: 26%;
    animation: animationFramesOne 25s infinite linear;
}

.rogan-hero-one .shape-twelve {
    left: 4%;
    top: 41%;
    animation: rotated 14s infinite linear;
}

/*^^^^^^^^^^^^^^^^^^^^^ rogan Hero Two ^^^^^^^^^^^^^^^^^^^^^^*/
.rogan-hero-section.text-center .theme-btn {
    margin-left: 10px;
    margin-right: 10px;
}

.rogan-hero-two .main-illustration {
    margin: 80px auto 0;
}

.rogan-hero-two .line-shape-one {
    top: 0;
    right: 0;
    z-index: -1;
}

.rogan-hero-two .line-shape-two {
    top: 0;
    left: 0;
    z-index: -1;
}

.rogan-hero-two .shape-one {
    left: 12%;
    top: 17%;
    animation: rotated 20s infinite linear;
}

.rogan-hero-two .shape-two {
    left: 36%;
    top: 12%;
    animation: animationFramesOne 25s infinite linear;
}

.rogan-hero-two .shape-three {
    left: 62%;
    top: 5%;
}

.rogan-hero-two .shape-four {
    right: 8%;
    top: 17%;
    animation: animationFramesFour 25s alternate infinite linear;
}

.rogan-hero-two .shape-five {
    right: 17%;
    bottom: 15%;
    animation: rotated 15s infinite linear;
}

.rogan-hero-two .shape-six {
    right: 17%;
    top: 27%;
    animation: rotated 20s infinite linear;
}

.rogan-hero-two .shape-seven {
    left: 18%;
    top: 48%;
    animation: rotated 15s infinite linear;
}

.rogan-hero-two .shape-eight {
    right: 5%;
    top: 45%;
    animation: rotated 20s infinite linear;
}

.rogan-hero-two .shape-nine {
    left: 11%;
    bottom: 10%;
    animation: rotated 20s infinite linear;
}

/*^^^^^^^^^^^^^^^^^^^^^ rogan Hero Three ^^^^^^^^^^^^^^^^^^^^^^*/
.rogan-hero-section.rogan-hero-three {
    overflow: hidden;
}

.rogan-hero-section.rogan-hero-three .banner-upper-heading {
    font-family: 'gilroy-light';
    font-size: 22px;
    color: #8a919c;
    letter-spacing: 1.4px;
}

.rogan-hero-section.rogan-hero-three .banner-main-title {
    font-family: 'gilroy-black';
    font-size: 80px;
    line-height: 92px;
}

.rogan-hero-section.rogan-hero-three .banner-main-title span {
    font-family: 'gilroy-ultralight';
}

.rogan-hero-section.rogan-hero-three .solid-button-one {
    margin-right: 45px;
}

.rogan-hero-section.rogan-hero-three .main-image-shape {
    width: 990px;
    height: 990px;
    border-radius: 50%;
    top: -205px;
    right: -185px;
}

.rogan-hero-section.rogan-hero-three .shape-one {
    width: 990px;
    height: 990px;
    top: -108px;
    right: -184px;
    z-index: -1;
    border-radius: 50%;
    background: linear-gradient(134deg, #7be7ff, #5bffd2);
}

.rogan-hero-section.rogan-hero-three .shape-two {
    width: 70px;
    height: 70px;
    top: 16%;
    right: 770px;
    z-index: 1;
    background: linear-gradient(321deg, rgba(255, 56, 153, 0.36), rgba(255, 139, 64, 0.36));
    border-radius: 50%;
}

.rogan-hero-section.rogan-hero-three .shape-three {
    width: 378px;
    height: 378px;
    bottom: 9%;
    right: 287px;
    z-index: 1;
    background: linear-gradient(321deg, rgba(250, 217, 97, 0.1), rgba(247, 107, 28, 0.1));
    border-radius: 50%;
}

.rogan-hero-section.rogan-hero-three .shape-four {
    width: 12px;
    height: 12px;
    top: 20%;
    left: 28%;
    animation: animationFramesOne 25s infinite linear;
}

.rogan-hero-section.rogan-hero-three .shape-five {
    width: 25px;
    height: 25px;
    top: 44%;
    left: 4%;
    animation: animationFramesOne 30s alternate infinite linear;
}

.rogan-hero-section.rogan-hero-three .shape-six {
    width: 15px;
    height: 15px;
    top: 49%;
    left: 51%;
    animation: animationFramesTwo 35s infinite linear;
}

.rogan-hero-section.rogan-hero-three .shape-seven {
    width: 12px;
    height: 12px;
    bottom: 20%;
    left: 33%;
    animation: animationFramesOne 30s infinite linear;
}

/*^^^^^^^^^^^^^^^^^^^^^ rogan Hero Five ^^^^^^^^^^^^^^^^^^^^^^*/
.rogan-hero-section.rogan-hero-five .banner-main-title {
    font-family: 'gilroy-black';
    font-size: 80px;
    line-height: 92px;
}

.rogan-hero-section.rogan-hero-five .banner-main-title span {
    font-family: 'gilroy-ultralight';
}

.rogan-hero-section.rogan-hero-five .shape-wrapper {
    width: 53%;
    left: auto;
    right: 0;
    overflow: hidden;
    background: url(../images/home/banner2.jpg) no-repeat center;
    background-size: cover;
}

.rogan-hero-section.rogan-hero-five .shape-wrapper .d-text {
    font-family: 'gilroy-black';
    font-size: 600px;
    position: absolute;
    top: 40px;
    left: -172px;
    color: #fff;
    line-height: initial;
}

.rogan-hero-section.rogan-hero-five .video-button {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    position: absolute;
    right: 52%;
    bottom: 0%;
    color: #fff;
    font-size: 32px;
    background: linear-gradient(-90deg, rgb(163, 249, 93) 0%, rgb(13, 228, 157) 100%);
}


/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Our Core Feature ^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.our-core-feature.style-one .shape-one {
    top: 17%;
    left: 25%;
    animation: animationFramesOne 30s infinite linear;
}

.our-core-feature.style-one .shape-two {
    top: 45%;
    left: 4%;
    animation: animationFramesOne 35s alternate infinite linear;
}

.our-core-feature.style-one .shape-three {
    bottom: 13%;
    left: 24%;
    animation: animationFramesTwo 35s infinite linear;
}

.our-core-feature.style-one .shape-four {
    bottom: -8%;
    left: 41%;
    animation: animationFramesOne 25s infinite linear;
}

.our-core-feature.style-one .shape-five {
    right: 0;
    top: 21%;
}

.our-core-feature.style-one .shape-six {
    right: 14%;
    bottom: 33%;
}

.our-core-feature .feature-block-wrapper {
    padding-right: 60px;
}

.feature-block-one {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    padding: 45px 30px 45px 40px;
    position: relative;
    z-index: 5;
    box-shadow: 0px 30px 70px 0px rgba(223, 227, 234, 0.5);
}

.feature-block-one .icon {
    font-size: 60px;
}

.feature-block-one .read-more {
    font-size: 30px;
    color: #c0c0c9;
    margin-top: 15px;
}

.feature-block-one:hover .read-more {
    color: #f58220;
}

.feature-block-one .icon-one {
    color: #1aceff;
}

.feature-block-one .icon-two {
    color: #f58220;
}

.feature-block-one .icon-three {
    color: #ff6262;
}

.feature-block-one.hover-state:before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(130deg, rgb(131, 239, 146) 0%, rgb(0, 211, 139) 100%);
    opacity: 0;
}

.feature-block-one.hover-state:hover:before {
    opacity: 1;
}

.feature-block-one.hover-state:after {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: rgb(255, 255, 255, 0.13);
    z-index: -1;
    top: -80px;
    right: -80px;
    opacity: 0;
    transform: scale(0.2);
}

.feature-block-one.hover-state:hover:after {
    opacity: 1;
    transform: scale(1);
    transition-duration: 1s;
}

.feature-block-one.hover-state:hover .icon,
.feature-block-one.hover-state:hover .title,
.feature-block-one.hover-state:hover p {
    color: #fff;
}

.feature-block-one.hover-state.main-p-color:before {
    background: linear-gradient(-90deg, rgb(255, 182, 139) 0%, rgb(255, 96, 139) 100%);
}

.feature-block-one.main-p-color:hover .read-more {
    color: #fff;
}

.our-core-feature.style-two .shape-one {
    width: 1067px;
    height: 1067px;
    top: 75px;
    right: -355px;
    z-index: -1;
}

.our-core-feature.style-two .shape-two {
    width: 1067px;
    height: 1067px;
    top: 0;
    right: -377px;
}

.our-core-feature.style-two .shape-three {
    width: 20px;
    height: 20px;
    top: 60px;
    left: 32%;
    animation: animationFramesFive 25s infinite linear;
}

.our-core-feature.style-two .shape-four {
    width: 10px;
    height: 10px;
    left: 6%;
    top: 42%;
    animation: animationFramesOne 30s infinite linear;
}

.our-core-feature.style-two .shape-five {
    width: 10px;
    height: 10px;
    left: 6%;
    bottom: 100px;
    animation: animationFramesTwo 30s infinite linear;
}

.our-core-feature.style-two .shape-six {
    width: 20px;
    height: 20px;
    left: 35%;
    bottom: 29%;
    animation: animationFramesOne 25s infinite linear;
}

.our-core-feature.style-two .shape-seven {
    width: 10px;
    height: 10px;
    right: 40%;
    bottom: 13%;
    animation: animationFramesTwo 25s infinite linear;
}

.our-core-feature.style-three .shape-one {
    top: 46%;
    left: 12%;
}

.our-core-feature.style-three .shape-two {
    width: 20px;
    height: 20px;
    top: 50px;
    right: 12%;
    animation: animationFramesOne 25s infinite linear;
}

.our-core-feature.style-three .shape-three {
    width: 8px;
    height: 8px;
    top: 50%;
    right: 5%;
}

.our-core-feature.style-three .shape-four {
    width: 12px;
    height: 12px;
    bottom: 13%;
    left: 30%;
    animation: animationFramesOne 25s infinite linear;
}

.our-core-feature.style-three .shape-five {
    width: 20px;
    height: 20px;
    top: 45%;
    left: 11%;
    animation: animationFramesOne 25s infinite linear;
}

/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ About Us One ^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.about-us-block-one:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 635px;
    top: -105px;
    left: 0;
    background: url(../images/shape/20.svg) no-repeat center top;
    background-size: cover;
    z-index: -1;
}

.about-us-block-one .bold-text {
    font-size: 20px;
    line-height: 34px;
    color: #313131;
}

.about-us-block-one .inner-wrapper .path-shape-holder {
    position: absolute;
    height: 100%;
    z-index: -1;
    right: -20px;
    top: -10px;
    max-width: 50%;
}

.about-us-block-one .inner-wrapper .path-shape-holder .image-box {
    position: absolute;
    right: 25px;
    top: -30px;
}

.about-us-block-one .shape-wrapper .shape-one {
    top: 22%;
    left: -70px;
}

.about-us-block-one .shape-wrapper .shape-two {
    right: 0;
    top: 35%;
    animation: animationFramesOne 30s infinite linear;
}

.about-us-block-one .shape-wrapper .shape-three {
    right: 20%;
    top: 25%;
    animation: animationFramesTwo 25s infinite linear;
}

.about-us-block-one .shape-wrapper .shape-four {
    right: 13%;
    bottom: -8%;
    animation: animationFramesOne 25s infinite linear;
}

.about-us-block-one .shape-wrapper .shape-five {
    right: 34%;
    bottom: -6%;
    animation: rotated 20s infinite linear;
}

.about-us-block-one .shape-wrapper .shape-six {
    right: 39%;
    top: 48%;
    animation: rotated 20s infinite linear;
}

/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ About Us Two ^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.about-us-block-two .mark-text {
    color: #313131;
    font-size: 27px;
    font-style: italic;
}

.about-us-block-two .main-img-box {
    display: inline-block;
}

.about-us-block-two .main-img-box .img-one {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 71px 100px 0px rgba(140, 140, 140, 0.33);
}

.about-us-block-two .main-img-box .img-one:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 70px solid #fff;
    border-radius: 50%;
    bottom: -150px;
    left: -150px;
    transition: all 1.9s ease-in-out;
}

.about-us-block-two .main-img-box.show-pr .img-one:before {
    width: 300px;
    height: 300px;
}

.about-us-block-two .main-img-box .img-two {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 25px 50px 0px rgba(140, 140, 140, 0.33);
    position: absolute;
    z-index: -1;
    left: -165px;
    top: 50%;
    margin-top: -50%;
}

.about-us-block-two .shape-one {
    width: 960px;
    height: 960px;
    left: -150px;
    top: 50px;
    z-index: -1;
}

.about-us-block-two .shape-one path,
.about-us-block-two .shape-two path {
    transform: scale(0.72);
    transform-origin: top;
}

.about-us-block-two .shape-two {
    width: 960px;
    height: 960px;
    left: -180px;
    top: 0px;
    z-index: 1;
}

.about-us-block-two .shape-three {
    width: 20px;
    height: 20px;
    top: 55%;
    right: 20%;
    animation: animationFramesOne 25s infinite linear;
}

.about-us-block-two .shape-four {
    width: 20px;
    height: 20px;
    top: 41%;
    right: 2%;
    animation: scale-up-two 5s infinite linear;
}

.about-us-block-two .shape-five {
    width: 10px;
    height: 10px;
    bottom: 20%;
    right: 30%;
    animation: animationFramesOne 35s infinite linear;
}

.about-us-block-two .box-shape {
    width: 209px;
    height: 209px;
    border-radius: 5px;
    background: #f58220;
    position: absolute;
    top: -105px;
    left: -105px;
    z-index: 1;
}

.about-us-block-two .dot-shape {
    position: absolute;
    left: -145px;
    bottom: -150px;
    z-index: -1;
}

/*--------------------- Work Progress/SEO -------------------------*/
.seo-work-progress.audit-progress {
    z-index: 10;
}

.seo-work-progress {
    position: relative;
    padding: 20px 0 70px;
    z-index: 12;
}

.seo-work-progress .single-work-list:first-child .path-shape-holder .image-box {
    position: absolute;
    left: -45px;
    top: -50px;
    transform: scale(.9);
    transform-origin: left;
}

.seo-work-progress .single-work-list:nth-child(2) {
    padding-bottom: 200px;
}

.seo-work-progress .single-work-list:nth-child(2) .path-shape-holder .image-box {
    position: absolute;
    right: -25px;
    top: -80px;
    transform: scale(.9);
    transform-origin: right;
}

.seo-work-progress .single-work-list {
    position: relative;
    padding-bottom: 230px;
}

.seo-work-progress .single-work-list:nth-child(odd):before {
    content: url(../images/shape/line-1.svg);
    position: absolute;
    top: 53%;
    left: 22%;
    z-index: -1;
}

.seo-work-progress .single-work-list:nth-child(even):before {
    content: url(../images/shape/line-2.svg);
    position: absolute;
    top: 35%;
    right: 16%;
    z-index: -1;
}

.seo-work-progress .single-work-list:last-child:before {
    display: none !important;
}

.seo-work-progress .single-work-list:last-child {
    padding-bottom: 0;
}

.seo-work-progress .single-work-list .text-wrapper {
    position: relative;
    padding-left: 75px;
}

.seo-work-progress .single-work-list .text-wrapper .icon-box {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 11px;
    left: 0;
}

.seo-work-progress .single-work-list .text-wrapper .icon-box img {
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.seo-work-progress .single-work-list .text-wrapper .icon-box:before {
    content: '';
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    z-index: -1;
    position: absolute;
    border-radius: 50%;
    -webkit-animation: hvr-ripple-out-two 2s linear infinite;
    animation: hvr-ripple-out-two 2s linear infinite;
}

.seo-work-progress .single-work-list:nth-child(1) .text-wrapper .icon-box {
    background: #a16fff;
}

.seo-work-progress .single-work-list:nth-child(1) .text-wrapper .icon-box:before {
    background: #bc99fd;
}

.seo-work-progress .single-work-list:nth-child(2) .text-wrapper .icon-box {
    background: #f58220;
}

.seo-work-progress .single-work-list:nth-child(2) .text-wrapper .icon-box:before {
    background: #f58220;
}

.seo-work-progress .single-work-list:nth-child(3) .text-wrapper .icon-box {
    background: #01e9eb;
}

.seo-work-progress .single-work-list:nth-child(3) .text-wrapper .icon-box:before {
    background: #49fcfe;
}

.seo-work-progress .single-work-list .text-wrapper .title {
    font-size: 48px;
    line-height: 60px;
    padding-bottom: 28px;
    text-decoration: underline;
}

.seo-work-progress .single-work-list .text-wrapper p {
    font-size: 20px;
    line-height: 32px;
    color: rgba(87, 102, 126, 0.8);
    padding-bottom: 15px;
}

.seo-work-progress .single-work-list .text-wrapper ul {
    padding-top: 10px;
}

.seo-work-progress .single-work-list .text-wrapper ul li {
    font-size: 18px;
    color: rgba(87, 102, 126, 0.8);
    line-height: 32px;
    position: relative;
    padding-bottom: 22px;
}

.seo-work-progress .single-work-list .text-wrapper ul li:before {
    content: "\f107";
    font-family: "Flaticon";
    font-size: 18px;
    color: #ff6400;
    position: absolute;
    left: -32px;
    top: 0;
    line-height: 32px;
}

.seo-work-progress .single-work-list .img-box {
    position: relative;
    z-index: 1;
}

.seo-work-progress .single-work-list:nth-child(even) .img-box img {
    float: right;
}

.seo-work-progress .shape-wrapper .shape-one {
    top: 22%;
    left: -70px;
}

.seo-work-progress .shape-wrapper .shape-two {
    right: 100px;
    top: 35%;
    animation: animationFramesOne 30s infinite linear;
}

.seo-work-progress .shape-wrapper .shape-three {
    right: 20%;
    top: 25%;
    animation: animationFramesTwo 25s infinite linear;
}

.seo-work-progress .shape-wrapper .shape-four {
    right: 13%;
    bottom: -8%;
    animation: animationFramesOne 25s infinite linear;
}

.seo-work-progress .shape-wrapper .shape-five {
    right: 34%;
    bottom: -6%;
    animation: rotated 20s infinite linear;
}

.seo-work-progress .shape-wrapper .shape-six {
    left: 25%;
    top: 40%;
    animation: rotated 20s infinite linear;
}

.seo-work-progress .shape-wrapper .shape-seven {
    left: 50%;
    top: 35%;
    animation: rotated 12s infinite linear;
}

.seo-work-progress .shape-wrapper .shape-eight {
    left: 10%;
    top: 30%;
    animation: rotated 10s infinite linear;
    transform-origin: 250% 180%;
}

/*----------------------- Key Points ------------------------*/
.our-service-app {
    position: relative;
    padding: 0px;
}

.our-service-app .main-content {
    max-width: 1450px;
    padding: 0 15px;
    margin: 0 auto;
}

.our-service-app .main-content .inner-wrapper {
    text-align: center;
    position: relative;
}

.our-service-app .main-content .inner-wrapper .title a {
    font-size: 24px;
    color: #f58220;
    margin: 25px 0 10px;
}

.our-service-app .main-content .inner-wrapper:hover .title a {
    color: #4e4e4e;
}

.our-service-app .main-content .inner-wrapper p {
    line-height: 30px;
    padding: 0 50px;
    color: #8c929d;
}

.our-service-app .main-content .inner-wrapper .illustration-box {
    display: inline-block;
    position: relative;
    min-height: 230px;
}

.our-service-app .main-content .single-block:nth-child(1) .illustration-box .bg-shape,
.our-service-app .main-content .single-block:nth-child(2) .illustration-box .bg-shape,
.our-service-app .main-content .single-block:nth-child(3) .illustration-box .bg-shape {
    animation: rotated 35s infinite linear;
}

.our-service-app .main-content .single-block:nth-child(1) .illustration-box .block-shape-one {
    position: absolute;
    top: 15px;
    left: -10px;
}

.our-service-app .main-content .single-block:nth-child(1) .illustration-box .block-shape-two {
    position: absolute;
    top: 42px;
    right: 0;
}

.our-service-app .main-content .single-block:nth-child(1) .illustration-box .block-shape-three {
    position: absolute;
    bottom: 24px;
    right: 0;
}

.our-service-app .main-content .single-block:nth-child(1) .illustration-box [class*="block-shape"] {
    transform: scale(1.5);
}

.our-service-app .main-content .single-block .illustration-box [class*="block-shape"] {
    opacity: 0;
    transition: all 1.5s ease-in-out;
}

.our-service-app .main-content .single-block:nth-child(2) .illustration-box .block-shape-one {
    position: absolute;
    top: 15px;
    left: 26px;
    transform: scale(1.5);
}

.our-service-app .main-content .single-block:nth-child(2) .illustration-box .block-shape-two {
    position: absolute;
    top: 0;
    left: 120px;
    transform: scale(1.5);
}

.our-service-app .main-content .single-block:nth-child(2) .illustration-box .block-shape-three {
    position: absolute;
    top: 66px;
    right: 6px;
    transform: scale(1.5);
}

.our-service-app .main-content .single-block:nth-child(2) .illustration-box .block-shape-four {
    position: absolute;
    top: 52px;
    right: 63px;
    transform: translateY(30px);
}

.our-service-app .main-content.show-pr .single-block:nth-child(2) .illustration-box [class*="block-shape"] {
    opacity: 1;
    transform: scale(1);
}

.our-service-app .main-content.show-pr .single-block:nth-child(2) .illustration-box .block-shape-four {
    transform: translateY(0);
}

.our-service-app .main-content .single-block:nth-child(3) .illustration-box .block-shape-one {
    position: absolute;
    top: 25px;
    left: 0px;
    transform: scale(1.5);
}

.our-service-app .main-content.show-pr .single-block:nth-child(1) .illustration-box [class*="block-shape"],
.our-service-app .main-content.show-pr .single-block:nth-child(2) .illustration-box [class*="block-shape"],
.our-service-app .main-content.show-pr .single-block:nth-child(3) .illustration-box [class*="block-shape"] {
    opacity: 1;
    transform: scale(1);
}

.our-service-app .main-content .single-block:nth-child(2) .illustration-box:before,
.our-service-app .main-content .single-block:nth-child(2) .illustration-box:after {
    content: '';
    position: absolute;
    width: 145px;
    height: 1px;
    border-top: 1px dashed #e6e6e6;
    top: 45%;
}

.our-service-app .main-content .single-block:nth-child(2) .illustration-box:before {
    right: -150px;
}

.our-service-app .main-content .single-block:nth-child(2) .illustration-box:after {
    left: -150px;
}

.our-service-app .main-content .more-button {
    display: block;
    width: 230px;
    line-height: 51px;
    border-radius: 30px;
    background: #614ef9;
    border: 2px solid #614ef9;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    margin: 100px auto 0;
    text-align: center;
}

.our-service-app .main-content .more-button:hover {
    background: #fff;
    color: #614ef9;
}

.our-service-app .main-content .down-arrow {
    display: block;
    width: 60px;
    height: 60px;
    box-shadow: 0px 15px 20px 0px rgba(209, 218, 235, 0.35);
    background: #fff;
    border-radius: 50%;
    margin: 0 0 0 -30px;
    line-height: 60px;
    text-align: center;
    color: #7494b5;
    font-size: 20px;
    position: absolute;
    bottom: -30px;
    left: 50%;
    z-index: 1;
}

.our-service-app .main-content .down-arrow span {
    display: block;
    transform: rotate(-90deg);
}

.our-service-app .main-content .down-arrow:hover {
    color: #fff;
    background: #614ef9;
}

/*---------------------- What We Do/SEO --------------------*/
.seo-what-we-do {
    position: relative;
    padding: 30px 0 0px;
}

.seo-what-we-do .theme-title-one {
    padding-bottom: 10px;
}

.seo-what-we-do .single-block {
    margin-top: 40px;
    z-index: 2;
}

.seo-what-we-do .single-block .wrapper {
    background: #fff;
    border-radius: 4px;
    text-align: center;
    padding: 30px 10px 30px;
}

.seo-what-we-do .single-block .wrapper {
    transition: all .3s ease-in-out;
}

.seo-what-we-do .single-block.active .wrapper,
.seo-what-we-do .single-block .wrapper:hover {
    box-shadow: 0px 20px 70px 0px rgba(4, 7, 18, 0.06);
}

.seo-what-we-do .single-block .wrapper .title {
    display: block;
    font-size: 20px;
    color: #233d63;
    margin-top: 30px;
}

.seo-what-we-do .single-block .wrapper .icon-box {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto;
    z-index: 5;
}

.seo-what-we-do .single-block .wrapper .icon-box img {
    position: relative;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
}

.seo-what-we-do .single-block:nth-child(1) .wrapper .icon-box {
    background: #ff467d;
}

.seo-what-we-do .single-block:nth-child(2) .wrapper .icon-box {
    background: #00ebac;
}

.seo-what-we-do .single-block:nth-child(3) .wrapper .icon-box {
    background: #ffc14e;
}

.seo-what-we-do .single-block:nth-child(4) .wrapper .icon-box {
    background: #ff930e;
}

.seo-what-we-do .single-block:nth-child(5) .wrapper .icon-box {
    background: rgba(26, 206, 255, 1);
}

.seo-what-we-do .single-block:nth-child(6) .wrapper .icon-box {
    background: #9657f6;
}

.seo-what-we-do .single-block:nth-child(7) .wrapper .icon-box {
    background: #ff467d;
}

.seo-what-we-do .single-block .wrapper .icon-box:before,
.seo-what-we-do .single-block .wrapper .icon-box:after {
    content: '';
    position: absolute;
    border-radius: 50%;
    z-index: -1;
}

.seo-what-we-do .single-block .wrapper .icon-box:before {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.seo-what-we-do .single-block .wrapper .icon-box:after {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.seo-what-we-do .single-block:nth-child(1) .wrapper .icon-box:before,
.seo-what-we-do .single-block:nth-child(1) .wrapper .icon-box:after {
    background: rgba(255, 58, 70, 0.5);
}

.seo-what-we-do .single-block:nth-child(2) .wrapper .icon-box:before,
.seo-what-we-do .single-block:nth-child(2) .wrapper .icon-box:after {
    background: rgba(0, 235, 172, 0.5);
}

.seo-what-we-do .single-block:nth-child(3) .wrapper .icon-box:before,
.seo-what-we-do .single-block:nth-child(3) .wrapper .icon-box:after {
    background: rgba(255, 193, 78, 0.5);
}

.seo-what-we-do .single-block:nth-child(4) .wrapper .icon-box:before,
.seo-what-we-do .single-block:nth-child(4) .wrapper .icon-box:after {
    background: rgba(255, 147, 14, 0.5);
}

.seo-what-we-do .single-block:nth-child(5) .wrapper .icon-box:before,
.seo-what-we-do .single-block:nth-child(5) .wrapper .icon-box:after {
    background: rgba(26, 206, 255, 0.5);
}

.seo-what-we-do .single-block:nth-child(6) .wrapper .icon-box:before,
.seo-what-we-do .single-block:nth-child(6) .wrapper .icon-box:after {
    background: rgba(150, 87, 246, 0.5);
}

.seo-what-we-do .single-block:nth-child(7) .wrapper .icon-box:before,
.seo-what-we-do .single-block:nth-child(7) .wrapper .icon-box:after {
    background: rgba(255, 58, 70, 0.5);
}

.seo-what-we-do .single-block.active .wrapper .icon-box:after,
.seo-what-we-do .single-block .wrapper:hover .icon-box:after {
    -webkit-animation: hvr-ripple-out 1.5s linear infinite;
    animation: hvr-ripple-out 1.5s linear infinite;
}

.seo-what-we-do .single-block.active .wrapper .icon-box:before,
.seo-what-we-do .single-block .wrapper:hover .icon-box:before {
    -webkit-animation: hvr-ripple-out-two 1.5s linear infinite;
    animation: hvr-ripple-out-two 1.5s linear infinite;
}

/*--------------------- Our Service/SEO ----------------------*/
.our-service-seo {
    position: relative;
    background: linear-gradient(-134deg, rgb(255, 246, 239) 0%, rgb(255, 226, 203) 100%);
    padding: 300px 0 240px;
    overflow: hidden;
    margin-top: -80px;
}

.our-service-seo:before {
    content: '';
    width: 150%;
    height: 350px;
    background: linear-gradient(to top, #fdfdfe, #fdfdfe);
    transform: rotate(-4deg);
    position: absolute;
    top: -125px;
    right: 0;
}

.our-service-seo:after {
    content: '';
    width: 150%;
    height: 170px;
    background: #fff;
    transform: rotate(-4deg);
    position: absolute;
    bottom: -45px;
    left: -3px;
}

.our-service-seo .round-shape-one {
    position: absolute;
    font-size: 550px;
    color: #fff;
    top: 88px;
    right: -145px;
    line-height: 290px;
    animation: tada 8s infinite linear;
}

.our-service-seo .round-shape-two {
    position: absolute;
    width: 396px;
    height: 396px;
    border: 50px solid #fff;
    border-radius: 50%;
    bottom: -190px;
    left: -180px;
    animation: jello 10s infinite linear;
}

.our-service-seo .theme-title-one .upper-title {
    color: #f58220;
}

.our-service-seo .theme-title-one {
    padding-bottom: 20px;
}

.our-service-seo .inner-wrapper {
    position: relative;
    z-index: 1;
}

.our-service-seo .inner-wrapper:before {
    content: url(../images/shape/12.svg);
    position: absolute;
    top: -165px;
    left: -165px;
    z-index: -1;
}

.our-service-seo .inner-wrapper:after {
    content: url(../images/shape/4.svg);
    position: absolute;
    bottom: -165px;
    right: -165px;
    z-index: -1;
}

.our-service-seo .service-block {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    z-index: 5;
    padding: 40px 25px 25px 25px;
    margin-top: 45px;
    min-height: 420px;
}

.our-service-seo .service-block:before {
    content: '';
    width: 273px;
    height: 273px;
    background: #f28220;
    border-radius: 50%;
    position: absolute;
    top: -148px;
    left: -83px;
    transform: scale(0);
}

.our-service-seo .service-block:hover:before {
    transform: scale(1);
    transition: all 0.5s linear;
    transition-delay: 0.1s;
}

.our-service-seo .service-block:hover {
    border-color: transparent;
}

.our-service-seo .service-block img {
    max-width: 70px;
    margin-bottom: 20px;
}

.our-service-seo .service-block:hover img {
    filter: brightness(0);
}

.our-service-seo .service-block .icon-s {
    position: absolute;
    font-size: 65px;
    left: 25px;
    top: 45px;
}

.our-service-seo .service-block:hover .icon-s {
    color: #2a2a2a !important;
}

.our-service-seo .single-block:nth-child(1) .service-block .icon-s {
    color: #f58220;
}

.our-service-seo .single-block:nth-child(2) .service-block .icon-s {
    color: #25e5eb;
}

.our-service-seo .single-block:nth-child(3) .service-block .icon-s {
    color: #ff4ca5;
}

.our-service-seo .single-block:nth-child(4) .service-block .icon-s {
    color: #ac74ee;
}

.our-service-seo .service-block .title a {
    font-size: 22px;
    line-height: 32px;
    color: #253d5f;
    margin-bottom: 20px;
}

.our-service-seo .service-block p {
    color: #737f92;
    padding-bottom: 10px;
}

.our-service-seo .service-block .detail-button {
    font-size: 40px;
    color: #cad5e5;
}

.our-service-seo .service-block .hover-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffa85f;
    z-index: -3;
    opacity: 0;
    transition: all 0.3s linear;
}

.our-service-seo .service-block:hover .hover-content {
    opacity: 1;
}

.our-service-seo .service-block .hover-content:before {
    content: '';
    width: 493px;
    height: 493px;
    background: #ffa151;
    border-radius: 50%;
    position: absolute;
    top: -250px;
    left: -180px;
    z-index: 1;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.our-service-seo .service-block:hover .hover-content:before {
    opacity: 1;
    transform: translate(0%, 0%);
    transition: all 0.9s linear;
}

.our-service-seo .service-block .hover-content:after {
    content: '';
    width: 602px;
    height: 602px;
    background: #ffbd85;
    border-radius: 50%;
    position: absolute;
    top: -196px;
    left: -180px;
    z-index: -1;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.our-service-seo .service-block:hover .hover-content:after {
    opacity: 1;
    transform: translate(0%, 0%);
    transition: all 1.3s linear;
}

.our-service-seo .service-block .snow-dot {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    z-index: -1;

}

.our-service-seo .service-block .snow-dot:nth-child(1) {
    top: 25px;
    left: 41%;
    z-index: 1;
    animation: scale-upOne 1s alternate infinite ease-in;
}

.our-service-seo .service-block .snow-dot:nth-child(2) {
    top: 25px;
    left: 78%;
    animation: scale-upOne 1.1s alternate infinite ease-in;
}

.our-service-seo .service-block .snow-dot:nth-child(3) {
    top: 75px;
    left: 61%;
    animation: scale-upOne 0.8s alternate infinite ease-in;
}

.our-service-seo .service-block .snow-dot:nth-child(4) {
    top: 136px;
    left: 84%;
    animation: scale-upOne 1s alternate infinite ease-in;
}

.our-service-seo .service-block .snow-dot:nth-child(5) {
    bottom: 35px;
    right: 12%;
    animation: scale-upOne 1.2s alternate infinite ease-in;
}

.our-service-seo .service-block .snow-dot:nth-child(6) {
    bottom: 80px;
    right: 31%;
    animation: scale-upOne 0.9s alternate infinite ease-in;
}

.our-service-seo .service-block .snow-dot:nth-child(7) {
    bottom: 40px;
    right: 51%;
    animation: scale-upOne 1s alternate infinite ease-in;
}

.our-service-seo .service-block:hover .title a,
.our-service-sass .service-block:hover .icon-s,
.our-service-seo .service-block:hover p,
.our-service-seo .service-block:hover .detail-button {
    color: #2a2a2a !important;
}

.theme-more-feature.our-service-seo:after,
.theme-more-feature.our-service-sass .inner-wrapper:before,
.theme-more-feature.our-service-seo .inner-wrapper:after,
.theme-more-feature.our-service-sass:before {
    display: none;
}

.our-service-seo.theme-more-feature {
    background: none;
    padding: 165px 0 180px;
}

/*------------------ Testimonial ---------------*/
.testimonial-studio-vr {
    margin: 0px auto 100px;
    padding: 0;
    position: relative;
    z-index: 5;
}

.testimonial-studio-vr .main-bg {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    z-index: -1;
}

.studio-client-slider {
    max-width: 1920px;
    margin: 0px auto 0;
}

.testimonial-studio-vr .studio-title {
    padding-bottom: 100px;
}

.studio-client-slider .customer-block {
    background: #fff;
    position: relative;
    padding: 20px 20px 40px 20px;
    margin-bottom: 80px;
    box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
    min-height: 465px;
}

.studio-client-slider .customer-info {
    position: relative;
}

.studio-client-slider .customer-info:before {
    content: "\f115";
    font-family: "Flaticon";
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 25px;
    transform: rotate(180deg);
    color: #f58220;
}

.studio-client-slider .customer-block .customer-img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.studio-client-slider .customer-block p {
    font-size: 15px;
    font-weight: 600;
    line-height: 25px;
    padding: 20px 0;
}

.studio-client-slider .customer-block .name {
    font-size: 17px;
    color: #212121;
}

.studio-client-slider .customer-block .customer-info span {
    color: #7d7d7d;
    font-size: 15px;
}

.studio-client-slider .center .customer-block .name {
    color: #2c2c2c;
}

.owl-theme.studio-client-slider .owl-nav [class*=owl-] {
    background: transparent;
    font-size: 30px;
    color: #929292;
    padding: 0;
    margin: 0 10px;
}

/*------------------------ Testimonial/Apps ---------------------*/
.apps-testimonial .customer-block {
    padding: 45px 25px 45px 30px;
    position: relative;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 10px 30px 0px rgb(214, 214, 214);
}

.apps-testimonial .customer-block:before {
    content: url(../images/icon/icon38.svg);
    position: absolute;
    top: 25px;
    left: 20px;
}

.apps-testimonial.bg-white .customer-slider:before {
    opacity: 0.45;
}

.apps-testimonial .customer-block p {
    font-size: 18px;
    line-height: 30px;
    color: #000;
    padding-bottom: 45px;
}

.apps-testimonial .customer-block .customer-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    float: left;
}

.apps-testimonial .customer-block .customer-info {
    padding-left: 25px;
    float: left;
}

.apps-testimonial .customer-block .customer-info .name {
    font-size: 20px;
    color: #303858;
    padding: 5px 0 2px;
}

.apps-testimonial .customer-block .customer-info span {
    color: #ACB0BD;
}

.apps-testimonial .owl-theme .owl-nav {
    position: absolute;
    right: 0;
    top: -140px;
}

.apps-testimonial .owl-theme .owl-nav [class*=owl-] {
    background: transparent;
    margin: 0 6px;
    padding: 0;
    font-size: 35px;
    color: #d3d3d3;
}

.apps-testimonial .owl-theme .owl-nav [class*=owl-]:hover {
    color: #45ebff;
}

.apps-testimonial .customer-slider:before {
    content: url(../images/icon/icon36.svg);
    position: absolute;
    right: 0;
    top: -278px;
    z-index: -1;
}

/*---------------------- Trsuted Partners/ SASS --------------------*/
.trusted-partner {
    margin-bottom: 70px;
    margin-top: 50px;
}

.trusted-partner .title {
    font-size: 18px;
    color: #878787;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 100px;
}

.trusted-partner .title span {
    font-size: 22px;
    color: #244574;
}

.partner-slider {
    text-align: center;
}

.partner-slider a {
    opacity: 0.4;
    filter: grayscale(1);
    transition: all 0.3s ease-in-out;
}

.partner-slider a:hover,
.partner-slider .center a {
    opacity: 1;
    filter: none;
    transform: scale(1.1);
}

/*--------------------- Contact Banner/SASS ---------------------*/
.sass-contact-banner {
    text-align: center;
    background: linear-gradient(-134deg, rgb(255, 246, 239) 0%, rgb(255, 226, 203) 100%);
    padding: 70px 0 130px;
    position: relative;
    overflow: hidden;
}

.sass-contact-banner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../images/shape/map3.webp);
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
}

.sass-contact-banner .title {
    font-size: 44px;
    line-height: 60px;
    padding-bottom: 35px;
    z-index: 2;
    position: relative;
}

.sass-contact-banner .subscribe-button {
    box-shadow: linear-gradient(-134deg, rgb(255, 246, 239) 0%, rgb(255, 229, 208) 100%);
    position: relative;
    z-index: 10;
}

.sass-contact-banner .u-shape {
    font-family: 'gilroy-semibold';
    font-size: 660px;
    position: absolute;
    top: -40px;
    left: -260px;
    color: #fff;
    z-index: 1;
    font-weight: bold;
}

.sass-contact-banner .d-shape {
    font-size: 700px;
    color: #FFFFFF;
    position: absolute;
    right: -218px;
    bottom: 50px;
    transform: rotate(180deg);
    z-index: 1;
    font-weight: bold;
}


/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Our Service One ^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.our-service-one .inner-wrapper .theme-title-one {
    position: absolute;
    top: 80px;
    left: 0;
    z-index: 1;
}

.our-service-one .shape-wrapper .shape-one {
    left: 0;
    top: 65%;
}

.our-service-one .shape-wrapper .shape-two {
    left: 23%;
    top: 20%;
    animation: animationFramesOne 30s infinite linear;
}

.our-service-one .shape-wrapper .shape-three {
    left: 8%;
    top: 0%;
    animation: animationFramesTwo 25s infinite linear;
}

.our-service-one .shape-wrapper .shape-four {
    right: 25%;
    bottom: 20%;
    animation: animationFramesOne 35s infinite linear;
}

.our-service-one .shape-wrapper .shape-five {
    left: 50%;
    bottom: 10%;
    animation: rotated 20s infinite linear;
}

.our-service-one .shape-wrapper .shape-six {
    left: 26%;
    top: 100%;
    animation: animationFramesOne 35s infinite linear;
}

.our-service-one .shape-wrapper .shape-seven {
    left: 9%;
    top: 98%;
}

.our-service-one .shape-wrapper .shape-eight {
    right: 0;
    top: 0%;
}

.our-service-one .shape-wrapper .shape-nine {
    right: 6%;
    top: -5%;
}

/*----------------------- Our Service Creative ---------------------*/
.our-service.service-creative .our-history .img-box {
    position: relative;
    overflow: hidden;
    padding-bottom: 180px;
}

.our-service.service-creative .our-history .img-box .bottom-img {
    position: absolute;
    right: -65px;
    bottom: 0;
    border: 30px solid #ffe6d2;
}

.our-service.service-creative .our-history .text-wrapper {
    padding: 0 0 0 75px;
}

.our-service.service-creative .our-history .text-wrapper p {
    color: #67707e;
    /* font-size: 20px;
  line-height: 35px; */
    font-size: 19px;
    line-height: 32px;
    padding-top: 30px;
}

.service-creative .service-block {
    padding: 110px 0 125px;
}

.service-creative .service-block .img-box {
    margin-top: 30px;
}

.service-creative .service-block .service-info .num {
    font-size: 80px;
    color: rgba(255, 255, 255, 0.1);
    line-height: 70px;
    margin-bottom: 30px;
}

.service-creative .service-block .service-info .service-title a {
    color: #fff;
}

.service-creative .service-block .service-info p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
    padding: 22px 0 40px;
}

.service-creative .service-block .service-info .read-more {
    color: #fff;
}

.service-creative .service-block:nth-child(even) .service-info {
    padding-left: 60px;
}

.service-creative .service-block:nth-child(odd) .service-info {
    padding-right: 60px;
}

.service-creative .service-block:nth-child(odd) .img-box {
    float: right;
}

/*^^^^^^^^^^^^^^^^^^^^^^^^^^ Testimonial Classic ^^^^^^^^^^^^^^^^^^^^^^^^*/
.testimonial-section-classic {
    padding: 174px 0 400px;
    overflow: hidden;
}

.testimonial-section-classic.style-two {
    padding: 250px 0 310px;
}

.testimonial-section-classic .main-bg {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    z-index: -1;
}

.testimonial-section-classic.style-one .shape-one {
    left: 10%;
    top: 2%;
}

.testimonial-section-classic .main-content {
    position: relative;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 16px 25px 0px rgba(0, 0, 0, 0.03);
    padding: 70px 100px 50px;
    z-index: 5;
}

.testimonial-section-classic .main-content:before {
    content: url(../images/icon/icon8.svg);
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-section-classic .inner-container {
    width: 69%;
    margin: 60px auto 0;
    position: relative;
    z-index: 1;
    text-align: center;
}

.testimonial-section-classic .inner-container:before {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 35px;
    right: 35px;
    height: 200px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 15px 23px 0px rgba(35, 49, 64, 0.09);
    z-index: -1;
}

.testimonial-section-classic .inner-container:after {
    content: '';
    position: absolute;
    bottom: -55px;
    left: 80px;
    right: 80px;
    height: 200px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 14px 21px 0px rgba(0, 0, 0, 0.03);
    z-index: -3;
}

.testimonial-section-classic .inner-container p {
    font-size: 22px;
    line-height: 45px;
}

.testimonial-section-classic .inner-container .name {
    font-family: 'popway', sans-serif;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    padding: 45px 0 4px;
}

.testimonial-section-classic .inner-container .designation {
    color: #c0c0c9;
}

.testimonial-section-classic .owl-theme .owl-nav {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -228px;
}

.testimonial-section-classic .owl-theme .owl-nav [class*=owl-] {
    background: transparent;
    margin: 0 10px;
    padding: 0;
    font-size: 35px;
    color: #5fa775;
    opacity: 0.5;
}

.testimonial-section-classic .owl-theme .owl-nav [class*=owl-]:hover {
    opacity: 1;
}

.testimonial-section-classic .shape-wrapper .people {
    position: absolute;
    border-radius: 50%;
    width: 110px;
    height: 110px;
    box-shadow: 0px 10px 20px 0px rgba(20, 44, 56, 0.25);
}

.testimonial-section-classic .shape-wrapper .people:nth-child(1) {
    top: 14%;
    left: 13%;
    animation: scale-up-one 14s infinite linear;
}

.testimonial-section-classic .shape-wrapper .people:nth-child(2) {
    top: 46%;
    left: 4%;
    animation: scale-up-two 9s infinite linear;
}

.testimonial-section-classic .shape-wrapper .people:nth-child(3) {
    bottom: 9%;
    left: 10%;
    animation: scale-up-three 8s infinite linear;
}

.testimonial-section-classic .shape-wrapper .people:nth-child(4) {
    top: 14%;
    right: 19%;
    animation: scale-up-two 10s infinite linear;
}

.testimonial-section-classic .shape-wrapper .people:nth-child(5) {
    top: 44%;
    right: 2%;
    animation: scale-up-three 11s infinite linear;
}

.testimonial-section-classic .shape-wrapper .people:nth-child(6) {
    bottom: 9%;
    right: 10%;
    animation: scale-up-one 12s infinite linear;
}

.testimonial-section-classic.style-two .main-content,
.testimonial-section-classic.style-two .inner-container:before,
.testimonial-section-classic.style-two .inner-container:after {
    box-shadow: none;
}

.testimonial-section-classic.style-two .shape-one {
    left: 30%;
    top: 13%;
}

.testimonial-section-classic.style-two .shape-two {
    right: 30%;
    top: 16%;
}

.testimonial-section-classic.style-two .shape-three {
    left: 14%;
    top: 39%;
}

.testimonial-section-classic.style-two .shape-four {
    right: 15%;
    top: 41%;
}

.testimonial-section-classic.style-two .shape-five {
    left: 17%;
    top: 69%;
}

.testimonial-section-classic.style-two .shape-six {
    right: 14%;
    top: 69%;
}

.testimonial-section-classic.style-two .shape-seven {
    left: 35%;
    top: 89%;
}

.testimonial-section-classic.style-two .shape-eight {
    right: 34%;
    top: 87%;
}

.testimonial-section-classic.style-two .shape-wrapper .people:nth-child(1) {
    top: 24%;
    left: 18%;
}

.testimonial-section-classic.style-two .shape-wrapper .people:nth-child(2) {
    top: 53%;
    left: 6%;
}

.testimonial-section-classic.style-two .shape-wrapper .people:nth-child(3) {
    bottom: 14%;
    left: 20%;
}

.testimonial-section-classic.style-two .shape-wrapper .people:nth-child(4) {
    top: 25%;
    right: 22%;
}

.testimonial-section-classic.style-two .shape-wrapper .people:nth-child(5) {
    top: 53%;
    right: 10%;
}

.testimonial-section-classic.style-two .shape-wrapper .people:nth-child(6) {
    bottom: 12%;
    right: 22%;
}

/*^^^^^^^^^^^^^^^^^^ Testemonial Classic version two ^^^^^^^^^^^^^*/
.testimonial-classic-v2 .main-bg-wrapper {
    margin: 0 0 0 31.5%;
    background: url(../images/home/12.jpg) no-repeat center;
    background-size: cover;
    height: 670px;
}

.testimonial-classic-v2 .main-bg-wrapper .quote {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    bottom: 0;
}

.testimonial-classic-v2 .main-bg-wrapper .quote span {
    position: absolute;
    font-family: 'gilroy-black';
    font-size: 400px;
    color: #fff;
    left: 0;
    bottom: 0;
}

.testimonial-classic-v2 .main-bg-wrapper .main-slider-wrapper {
    position: absolute;
    max-width: 500px;
    z-index: 9;
    top: 0;
    left: 0;
    background: #765bff;
    padding: 85px 100px 80px 75px;
    transform: translate(-50%, -34%);
    z-index: 1;
}

.testimonial-classic-v2 .main-bg-wrapper .main-slider-wrapper .icon {
    width: 40px;
    height: 31px;
}

.testimonial-classic-v2 .main-bg-wrapper .main-slider-wrapper .item p {
    font-size: 28px;
    line-height: 52px;
    color: #fff;
    font-style: italic;
    margin: 15px 0 80px 0;
}

.testimonial-classic-v2 .main-bg-wrapper .main-slider-wrapper .item .name {
    padding-left: 30px;
}

.testimonial-classic-v2 .main-bg-wrapper .main-slider-wrapper .item .name h6 {
    font-family: 'gilroy-semibold';
    font-size: 20px;
    color: #fff;
    margin-bottom: 2px;
}

.testimonial-classic-v2 .main-bg-wrapper .main-slider-wrapper .item .name span {
    text-transform: uppercase;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1.2px;
}

.testimonial-classic-v2 .main-bg-wrapper .main-slider-wrapper .item img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.testimonial-classic-v2 .owl-theme .owl-nav {
    margin: 0;
}

.testimonial-classic-v2 .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    padding: 0;
    margin: 0 3px;
}

.testimonial-classic-v2 .owl-theme .owl-dots .owl-dot.active span,
.testimonial-classic-v2 .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
    border-color: #fff;
}

.testimonial-classic-v2 .owl-theme .owl-dots {
    position: absolute;
    bottom: 0;
    right: -35px;
    z-index: 1;
}

/*^^^^^^^^^^^^^^^^^^^^^^^ Testimonial Standard ^^^^^^^^^^^^^^^^^^^^*/
.testimonial-section-standard:before {
    content: url(../images/icon/icon10.svg);
    position: absolute;
    right: 0;
    top: 40%;
    z-index: -1;
}

.testimonial-section-standard.bg-color {
    background: #f4f8ff;
    padding: 140px 0 110px;
}

.testimonial-section-standard .slider-wrapper {
    max-width: 1200px;
    margin-right: 85px;
    margin-left: -225px;
}

.testimonial-section-standard .customer-content {
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 20px 40px 0px rgba(60, 60, 60, 0.05);
    padding: 45px 40px 55px;
    margin: 30px 24px 60px;
    position: relative;
}

.testimonial-section-standard .customer-content:before {
    content: url(../images/icon/icon9.svg);
    position: absolute;
    right: 40px;
    bottom: 55px;
}

.testimonial-section-standard .customer-content .c-img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    margin-right: 20px;
}

.testimonial-section-standard .customer-content h6 {
    font-family: 'gilroy-semibold';
    font-size: 18px;
}

.testimonial-section-standard .customer-content span {
    font-size: 16px;
    color: #c0c0c9;
}

.testimonial-section-standard .shape-one {
    width: 850px;
    height: 850px;
    top: 75px;
    left: -320px;
    z-index: -1;
}

.testimonial-section-standard .shape-two {
    width: 850px;
    height: 850px;
    top: 0;
    left: -330px;
}

.testimonial-section-standard .shape-three {
    width: 10px;
    height: 10px;
    top: 110px;
    right: 30%;
}

.testimonial-section-standard .shape-four {
    width: 20px;
    height: 20px;
    bottom: 110px;
    right: 40%;
}

.testimonial-section-standard .shape-five {
    left: 0;
    top: 0;
}

/*--------------------- Free Consultation -------------------*/
.consultation-section:before {
    content: url(../images/shape/35.svg);
    position: absolute;
    left: 0;
    top: -145px;
    z-index: -1;
}

.consultation-section iframe {
    position: absolute;
    z-index: -1;
    top: -100px;
    right: 35%;
    width: 1050px;
    height: 1050px;
}

.theme-form-style-one input,
.theme-form-style-one textarea {
    width: 100%;
    max-width: 100%;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    color: #c0c0c9;
    margin-bottom: 25px;
}

.theme-form-style-one input {
    height: 50px;
    padding: 0 20px;
}

.theme-form-style-one textarea {
    height: 170px;
    max-height: 170px;
    padding: 20px;
    resize: none;
}

.theme-form-style-one input:focus,
.theme-form-style-one textarea:focus {
    border-color: #6a6a6a;
}

/*------------------------- Home Blog ------------------------*/
.home-blog-one:before {
    content: url(../images/shape/36.svg);
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.home-blog-one:after {
    content: url(../images/shape/37.svg);
    position: absolute;
    left: 0;
    top: 85px;
    z-index: -1;
}

.blog-post-block-one {
    position: relative;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
}

.blog-post-block-one .flip-box-front {
    background: #fff;
    padding: 50px 15px 50px 35px;
    border-radius: 3px;
    box-shadow: 0px 30px 70px 0px rgba(226, 232, 236, 0.5);
}

.blog-post-block-one .flip-box-front .author-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    float: left;
}

.blog-post-block-one .flip-box-front .author-info {
    float: left;
    padding-left: 22px;
}

.blog-post-block-one .author-info .name {
    font-size: 20px;
    padding-top: 7px;
}

.blog-post-block-one .author-info .date {
    font-size: 16px;
    color: #838b98;
}

.blog-post-block-one .title {
    font-size: 24px;
    line-height: 32px;
    color: #2A2A2A;
    margin: 28px 0 20px;
}

.blog-post-block-one .flip-box-back {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    border-radius: 3px;
    padding: 50px 15px 50px 35px;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background: linear-gradient(-60deg, rgb(130, 239, 146) 0%, rgb(10, 213, 139) 100%);
}

.blog-post-block-one .flip-box-back .author-info .name,
.blog-post-block-one .flip-box-back .author-info .date,
.blog-post-block-one .flip-box-back .title {
    color: #fff;
}

.blog-post-block-one .flip-box-back .author-info .name {
    padding: 0 0 5px;
}

.blog-post-block-one .flip-box-back .more {
    color: #fff;
    font-size: 40px;
    position: absolute;
    left: 35px;
    bottom: 30px;
}

.blog-post-block-one:hover .flip-box-back {
    transform-origin: center top;
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

/*--------------------- Newsletter Section -------------------*/
.newsletter-one {
    padding-bottom: 65px;
}

.newsletter-one .shape-one {
    left: 50%;
    top: -20%;
}

.newsletter-one .shape-two {
    left: 8%;
    top: 53%;
}

.newsletter-one .shape-three {
    left: 15%;
    bottom: 0;
}

.newsletter-one .shape-four {
    right: 3%;
    top: 51%;
}

.newsletter-one .shape-five {
    right: 20%;
    top: 70%;
}

.newsletter-one .shape-six {
    top: -20%;
    left: 0;
}

.newsletter-one .shape-seven {
    right: 0;
    top: -24%;
}

.newsletter-section .main-wrapper form {
    max-width: 57%;
    margin: 0 auto;
    position: relative;
}

.newsletter-section .main-wrapper form input {
    width: 100%;
    height: 65px;
    font-style: italic;
    border: 1px solid #ededed;
    border-radius: 38px;
    padding: 0 105px 0 40px;
    font-size: 18px;
}

.newsletter-section .main-wrapper form button {
    position: absolute;
    top: 0;
    right: 0;
    height: 65px;
    width: 100px;
    border-radius: 0 38px 38px 0;
    color: #fff;
    font-size: 32px;
    background: #f58220;
}

.newsletter-section .main-wrapper form button:hover {
    background: #262626;
}

.newsletter-section .main-wrapper form ::placeholder {
    color: rgba(62, 62, 62, 0.4);
    opacity: 1;
}

.newsletter-section .main-wrapper form :-ms-input-placeholder {
    color: rgba(62, 62, 62, 0.4);
}

.newsletter-section .main-wrapper form ::-ms-input-placeholder {
    color: rgba(62, 62, 62, 0.4);
}

.newsletter-section .subscription-label {
    text-align: center;
    margin: 5px 0 0;
    display: block;
}

.newsletter-section .subscription-label.error {
    color: #ff4343;
}

.newsletter-section .subscription-label.valid {
    color: #f58220;
}

.newsletter-two {
    background: url(../images/shape/dot-bg.svg) repeat;
    padding: 70px 0 90px;
}

.newsletter-section.newsletter-two .main-wrapper form input {
    box-shadow: 0px 20px 30px 0px rgba(236, 240, 242, 0.5);
}

.newsletter-section.newsletter-two .main-wrapper form .button-rose {
    background: linear-gradient(-90deg, rgb(255, 182, 139) 0%, rgb(255, 96, 139) 100%);
}

.newsletter-section.newsletter-two .main-wrapper form .button-rose:hover {
    background: linear-gradient(-90deg, rgb(255, 96, 139) 0%, rgb(255, 182, 139) 100%);
}

.newsletter-section.newsletter-two .main-wrapper form .button-orange {
    background: #ff8618;
}

.newsletter-two .shape-one {
    width: 16px;
    height: 16px;
    top: 35%;
    left: 18%;
}

.newsletter-two .shape-two {
    width: 11px;
    height: 11px;
    bottom: 0;
    right: 10%;
}

/*----------------------- Footer One ---------------------*/
footer.top-border {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.top-footer [class*="col-"] {
    margin-bottom: 40px;
}

.footer-about-widget .email {
    font-size: 18px;
    color: #8a919c;
    margin: 12px 0 10px;
    display: block;
}

.footer-about-widget .phone {
    font-size: 20px;
    color: #2A2A2A;
}

.footer-about-widget .email:hover,
.footer-about-widget .phone:hover {
    color: #f58220;
}

.footer-title {
    font-family: 'popway', sans-serif;
    font-size: 22px;
    padding: 0 0 25px;
}

.footer-list ul li a {
    display: block;
    line-height: 38px;
    font-size: 17px;
    color: #8a919c;
}

.footer-list ul li a:hover {
    color: #f58220;
}

.footer-information p {
    padding: 0 0 30px;
    color: #76797e;
}

.footer-information ul li {
    display: inline-block;
}

.footer-information ul li a {
    width: 40px;
    height: 40px;
    border: 1px solid #dbdbdb;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    color: #dbdbdb;
    margin-right: 10px;
}

.footer-information ul li a:hover {
    color: #fff;
    background: #f58220;
}

.bottom-footer-content {
    padding: 42px 0;
}

/* .bottom-footer-content p {text-align: center;} */
.main-p-color .footer-about-widget .email:hover,
.main-p-color .footer-about-widget .phone:hover,
.main-p-color .footer-list ul li a:hover {
    color: #ff5284;
}

.main-p-color .footer-information ul li a:hover {
    background: #ff5284;
    border-color: #ff5284;
}

.color-orange .footer-about-widget .email:hover,
.color-orange .footer-about-widget .phone:hover,
.color-orange .footer-list ul li a:hover {
    color: #ff8618;
}

.color-orange .footer-information ul li a:hover {
    background: #ff8618;
    border-color: #ff8618;
}

/*----------------------- Achivement Section -----------------------*/
.achivement-section .shape-bg {
    top: -11%;
    right: 0;
    z-index: -1;
}

.theme-counter-one {
    display: inline-block;
}

.theme-counter-one .inner-round-shape {
    width: 440px;
    height: 440px;
    border-radius: 50%;
    border: 1px solid #efefef;
}

.counter-box-one {
    width: 175px;
    height: 175px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 30px 70px 0px rgba(233, 237, 244, 0.5);
    z-index: 1;
    text-align: center;
    padding-top: 46px;
}

.counter-box-one .number {
    font-family: 'popway', sans-serif;
    font-size: 42px;
    font-weight: 500;
}

.counter-box-one .number.color-one {
    color: #1dcdfb;
}

.counter-box-one .number.color-two {
    color: #ffcc42;
}

.counter-box-one .number.color-three {
    color: #f58220;
}

.counter-box-one .number.color-four {
    color: #ff539e;
}

.counter-box-one p {
    font-size: 18px;
    margin-top: -10px;
    color: #c0c0c9;
}

.inner-round-shape .counter-box-one:nth-child(1) {
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.inner-round-shape .counter-box-one:nth-child(2) {
    top: 50%;
    left: 0%;
    transform: translate(-50%, -50%);
}

.inner-round-shape .counter-box-one:nth-child(3) {
    top: 50%;
    right: 0%;
    transform: translate(50%, -50%);
}

.inner-round-shape .counter-box-one:nth-child(4) {
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    box-shadow: 0px 25px 70px 0px rgba(240, 234, 234, 0.5);
}

.theme-counter-one .center-shape {
    width: 120px;
    height: 120px;
    background: #fff;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 25px 70px 0px rgba(240, 234, 234, 0.5);
}

.theme-counter-one .center-shape img {
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.theme-counter-one .shape-one {
    top: -5%;
    left: -10%;
    animation: rotated 20s infinite linear;
}

.theme-counter-one .shape-two {
    top: -34%;
    left: 50%;
    animation: rotated 20s infinite linear;
}

.theme-counter-one .shape-three {
    top: 0%;
    right: -23%;
    animation: rotated 20s infinite linear;
}

.theme-counter-one .shape-four {
    top: 48%;
    left: -48%;
    animation: rotated 20s infinite linear;
}

.theme-counter-one .shape-five {
    bottom: -5%;
    left: -10%;
    animation: rotated 20s infinite linear;
}

.theme-counter-one .shape-six {
    bottom: -34%;
    left: 50%;
    animation: rotated 20s infinite linear;
}

.theme-counter-one .shape-seven {
    bottom: 0%;
    right: -23%;
    animation: rotated 20s infinite linear;
}

/*-------------------------- Why Choose Us -------------------*/
.why-choose-us {
    background: linear-gradient(140deg, rgb(104, 229, 123) 0%, rgb(5, 181, 136) 100%);
    overflow: hidden;
    z-index: 5;
}

.why-choose-us .shape-wrapper {
    overflow: hidden;
}

.why-choose-us .shape-wrapper .big-round-one {
    position: absolute;
    width: 662px;
    height: 662px;
    background: rgba(255, 255, 255, 0.03);
    top: -346px;
    left: -75px;
    border-radius: 50%;
}

.why-choose-us .shape-wrapper .big-round-two {
    position: absolute;
    width: 1372px;
    height: 1372px;
    background: rgba(255, 255, 255, 0.03);
    top: -689px;
    left: -368px;
    border-radius: 50%;
    z-index: -1;
}

.why-choose-us .shape-wrapper .big-round-three {
    position: absolute;
    width: 2242px;
    height: 2242px;
    background: rgba(255, 255, 255, 0.03);
    top: -1161px;
    left: -779px;
    border-radius: 50%;
    z-index: -3;
}

.why-choose-us .text-wrapper {
    max-width: 500px;
    float: right;
}

.why-choose-us .text-wrapper .title-box {
    display: inline-block;
    line-height: 35px;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    padding: 0 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 3px;
}

.why-choose-us .text-wrapper .bottom-title {
    font-size: 24px;
    line-height: 34px;
    color: #fff;
    padding: 45px 0 35px;
}

.why-choose-us .text-wrapper ul li {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    position: relative;
    padding: 0 0 15px 40px;
}

.why-choose-us .text-wrapper ul li:before {
    content: "\f103";
    font-family: "Flaticon";
    position: absolute;
    top: 0;
    left: 0;
    line-height: 32px;
    font-size: 24px;
}

.why-choose-us .text-wrapper ul {
    border-bottom: 1px solid rgba(222, 243, 222, 0.3);
    padding-bottom: 48px;
    margin-bottom: 55px;
}

.why-choose-us .text-wrapper .director-speech {
    position: relative;
}

.why-choose-us .text-wrapper .director-speech .d-img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    float: left;
}

.why-choose-us .text-wrapper .director-speech .bio-block {
    float: left;
    padding-left: 25px;
}

.why-choose-us .text-wrapper .director-speech .bio-block .name {
    font-size: 20px;
    color: #fff;
    padding: 2px 0;
}

.why-choose-us .text-wrapper .director-speech .bio-block span {
    font-size: 18px;
    color: #fff;
    font-style: italic;
}

.why-choose-us .text-wrapper .director-speech .sign {
    position: absolute;
    right: 0;
    top: -32px;
}

.why-choose-us .screen-preview {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 50%;
}

/*^^^^^^^^^^^^^^^^^^^^^^^^^^^ Project Gallery ^^^^^^^^^^^^^^^^^^^^^^^^*/
.project-gallery-home-one .slider-item-wrapper {
    padding: 0 35px;
}

.project-gallery-home-one .gallery-polar-state {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 40px 70px 0px rgba(73, 79, 89, 0.14);
    margin: 100px 0;
}

.project-gallery-home-one .gallery-polar-state .img-holder img {
    border-radius: 3px;
}

.gallery-polar-state .img-holder {
    background: linear-gradient(-90deg, rgb(255, 182, 139) 0%, rgb(255, 96, 139) 100%);
    overflow: hidden;
}

.gallery-polar-state.p-green .img-holder {
    background: #f58220;
}

.gallery-polar-state .img-holder img {
    width: 100%;
    transition: all 0.6s ease-in-out;
}

.gallery-polar-state:hover .img-holder img {
    transform: scale(0.93);
    opacity: 0.5;
}

.gallery-polar-state .img-holder .icon {
    font-family: 'gilroy-ultralight';
    font-size: 80px;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    color: #fff;
    z-index: 1;
    opacity: 0;
}

.gallery-polar-state:hover .icon {
    opacity: 1;
}

.project-gallery-home-one .owl-controls {
    position: absolute;
    right: 35%;
    z-index: 1;
    top: -60px;
    text-align: right;
}

.project-gallery-home-one .owl-theme .owl-nav [class*=owl-] {
    background: transparent;
    margin: 0 10px;
    padding: 0;
    font-size: 30px;
    color: rgba(0, 0, 0, 0.4);
}

.project-gallery-home-one .owl-theme .owl-nav [class*=owl-]:hover {
    color: #ff5284;
}

/*^^^^^^^^^^^^^^^^^^^^^^^^^^^ Pricing Plan One ^^^^^^^^^^^^^^^^^^^^^^^^*/
.pricing-plan-classic .shape-one {
    width: 15px;
    height: 15px;
    top: 50px;
    left: 30%;
    animation: animationFramesTwo 30s infinite linear;
}

.pricing-plan-classic .shape-two {
    width: 12px;
    height: 12px;
    top: 21%;
    right: 10%;
    animation: animationFramesOne 25s infinite linear;
}

.pricing-plan-classic .shape-three {
    width: 8px;
    height: 8px;
    bottom: 17%;
    left: 10%;
    animation: animationFramesTwo 25s infinite linear;
}

.pricing-plan-classic .shape-four {
    width: 20px;
    height: 20px;
    bottom: 55px;
    left: 43%;
    animation: animationFramesOne 30s infinite linear;
}

.pricing-plan-classic .nav-tabs {
    border: none;
}

.pricing-plan-classic .nav-tabs > li > a {
    font-family: 'gilroy-semibold';
    width: 155px;
    line-height: 60px;
    font-size: 16px;
    background: #ffffff;
    color: #313131;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0px 10px 30px 0px rgba(156, 157, 161, 0.16);
}

.pricing-plan-classic .nav-tabs > li > a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(-90deg, rgb(255, 182, 139) 0%, rgb(255, 96, 139) 100%);
    z-index: -1;
    opacity: 0;
}

.pricing-plan-classic .nav-tabs > li:first-child > a {
    border-radius: 32px 0 0 32px;
}

.pricing-plan-classic .nav-tabs > li:last-child > a {
    border-radius: 0 32px 32px 0;
}

.pricing-plan-classic .nav-tabs > li > a.active,
.pricing-plan-classic .nav-tabs > li > a.active:hover,
.pricing-plan-classic .nav-tabs > li > a.active:focus {
    color: #fff;
}

.pricing-plan-classic .nav-tabs > li > a.active:before,
.pricing-plan-classic .nav-tabs > li > a.active:hover:before,
.pricing-plan-classic .nav-tabs > li > a.active:focus:before {
    opacity: 1;
}

.pricing-plan-classic .tab-content .table-content {
    position: relative;
}

.pricing-plan-classic .tab-content .table-content .price-table {
    width: 360px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    transition: all 0.7s ease;
    transform: scale(0.8, 0.8) translateX(225px);
    pointer-events: none;
}

.pricing-plan-classic .tab-content .table-content .price-table.active {
    position: relative;
    z-index: 5;
    transform: scale(1) translateX(0);
    pointer-events: visible;
}

.pricing-plan-classic .tab-content .table-content .price-table .col-inner {
    position: relative;
    padding: 60px 15px 80px 15px;
    text-align: center;
    background: #ffffff;
    box-shadow: 0px 20px 40px 0px rgba(60, 67, 113, 0.05);
}

.pricing-plan-classic .tab-content .table-content .price-table .col-inner h6 {
    font-family: 'gilroy-semibold';
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.pricing-plan-classic .tab-content .table-content .price-table .col-inner .price {
    font-family: 'gilroy-semibold';
    font-size: 60px;
    color: #ff5284;
    background: linear-gradient(-90deg, rgb(255, 182, 139) 0%, rgb(255, 96, 139) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 80px;
}

.pricing-plan-classic .tab-content .table-content .price-table .col-inner .price sup {
    font-family: 'gilroy-bold';
    font-size: 24px;
    color: #ff5284;
    background: linear-gradient(-90deg, rgb(255, 182, 139) 0%, rgb(255, 96, 139) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    top: -35px;
}

.pricing-plan-classic .tab-content .table-content .price-table .col-inner .tag {
    font-size: 24px;
    color: #313131;
    text-decoration: underline;
}

.pricing-plan-classic .tab-content .table-content .price-table .col-inner ul li {
    line-height: 42px;
}

/*^^^^^^^^^^^^^^^^^^^^^^^ Contact Us HOme ^^^^^^^^^^^^^^^^^^^^^^^^*/
.contact-home-one .shape-one {
    width: 890px;
    height: 890px;
    top: 70px;
    right: -245px;
    z-index: -1;
}

.contact-home-one .shape-two {
    width: 890px;
    height: 890px;
    top: 0;
    right: -265px;
}

.contact-home-one .shape-three {
    width: 17px;
    height: 17px;
    top: 60px;
    left: 25%;
}

.contact-home-one .shape-four {
    width: 11px;
    height: 11px;
    top: 50%;
    left: 5%;
}

.contact-home-one .shape-five {
    width: 20px;
    height: 20px;
    bottom: 80px;
    left: 37%;
}

.contact-home-one .shape-six {
    top: 0;
    left: 0;
}

.contact-home-one .contact-text p {
    font-size: 20px;
    position: relative;
    padding: 75px 0 15px;
}

.contact-home-one .contact-text p:before {
    content: '';
    position: absolute;
    width: 60px;
    height: 5px;
    border-radius: 5px;
    background: #ff5284;
    left: 0;
    top: 20px;
}

.contact-home-one.color-orange .contact-text p:before {
    background: #ff8618;
}

.contact-home-one .contact-text .call-to-dial {
    font-size: 26px;
    color: #313131;
}

.contact-home-one .contact-text .call-to-dial:hover {
    color: #ff5284;
}

.contact-home-one.color-orange .contact-text .call-to-dial:hover {
    color: #ff8618;
}

.contact-home-one .theme-form-style-two {
    margin-left: 60px;
}

.theme-form-style-two {
    background: #fff;
    padding: 65px 60px;
    box-shadow: 19.799px 19.799px 100px 0px rgba(96, 96, 96, 0.08);
}

.theme-form-style-two input,
.theme-form-style-two textarea {
    width: 100%;
    border: none;
    border-bottom: 2px solid #eaeaea;
}

.theme-form-style-two input {
    height: 50px;
    margin-bottom: 35px;
}

.theme-form-style-two textarea {
    /* height: 120px; */
    resize: none;
    margin-bottom: 50px;
}

.theme-form-style-two input:focus,
.theme-form-style-two textarea:focus {
    border-bottom-color: #6a6a6a;
}

/*------------------- Banner Large Text ----------------*/
.banner-large-text .shape-one {
    right: 0;
    top: 0;
    overflow: hidden;
}

.banner-large-text .shape-one:before {
    content: "D";
    font-family: 'gilroy-black';
    font-size: 400px;
    color: #fff;
    position: absolute;
    bottom: 68px;
    left: -33px;
    z-index: 1;
}

.banner-large-text .shape-two {
    top: 17%;
    left: 17%;
    animation: animationFramesOne 15s infinite linear alternate;
}

.banner-large-text .shape-three {
    top: 12%;
    left: 44%;
    animation: animationFramesTwo 18s infinite linear alternate;
}

.banner-large-text .shape-four {
    top: 18%;
    right: 7%;
    animation: animationFramesTwo 15s infinite linear alternate;
}

.banner-large-text .shape-five {
    top: 50%;
    left: 4%;
    animation: animationFramesFive 20s infinite linear alternate;
}

.banner-large-text .shape-six {
    top: 88%;
    left: 14%;
    animation: animationFramesFive 18s infinite linear alternate;
}

.banner-large-text .shape-seven {
    top: 91%;
    left: 46%;
    animation: animationFramesOne 15s infinite linear alternate;
}

.banner-large-text .shape-eight {
    top: 85%;
    right: 4%;
    animation: animationFramesTwo 18s infinite linear alternate;
}

.banner-large-text .shape-nine {
    top: 55%;
    right: 3%;
    animation: animationFramesOne 15s infinite linear alternate;
}

.banner-large-text .title {
    font-family: 'gilroy-bold';
    font-size: 120px;
    line-height: 128px;
    padding: 80px 200px 70px 0;
}

.banner-large-text .title span:before {
    content: '';
    position: absolute;
    width: 100px;
    height: 5px;
    background: #2A2A2A;
    right: -130px;
    top: 58%;
}

.banner-large-text .sub-heading {
    font-size: 26px;
    color: #313131;
}

/*---------------------- About Text Block -------------------*/
.about-us-text.bg-color {
    background: linear-gradient(-180deg, rgb(255, 255, 255) 0%, rgb(248, 252, 254) 100%);
}

.about-text-one p {
    padding-bottom: 15px;
}

.about-text-one h6 {
    font-family: 'gilroy-semibold';
    font-size: 18px;
    color: #313131;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    position: relative;
    padding-left: 40px;
}

.about-text-one h6:before {
    content: '';
    position: absolute;
    width: 23px;
    height: 2px;
    background: #313131;
    top: 45%;
    left: 0;
}

.about-us-text .feature-block-two {
    margin-bottom: 30px;
}

.about-feature {
    margin-top: -110px;
    z-index: 1;
}

.feature-block-two {
    padding: 55px 42px 55px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 30px 70px 0px rgba(226, 232, 236, 0.5);
}

.feature-block-two .icon {
    margin: 0 auto;
}

.feature-block-two h5 {
    font-family: 'gilroy-bold';
    font-size: 22px;
    color: #313131;
}

/*^^^^^^^^^^^^^^^^^^^^ Feature Block Three ^^^^^^^^^^^^^^^^^^^*/
.feature-block-three {
    position: relative;
    padding: 50px 40px 38px 70px;
    background: #fff;
    box-shadow: 0px 30px 70px 0px rgba(223, 227, 234, 0.5);
}

.feature-block-three .icon-box {
    width: 55px;
    height: 55px;
    position: relative;
    border-radius: 50%;
    margin-top: 12px;
}

.feature-block-three .icon-box:before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background: inherit;
    border-radius: 50%;
    opacity: 0.15;
    -webkit-animation: hvr-ripple-out-two 1s linear infinite;
    animation: hvr-ripple-out-two 1s linear infinite;
}

.feature-block-three .icon-box img {
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.feature-block-three .text {
    width: calc(100% - 55px);
    padding-left: 38px;
}

.feature-block-three .text h5 {
    font-family: 'gilroy-bold';
    font-size: 22px;
}

.feature-block-three .text .read-more {
    font-size: 35px;
    color: #c0c0c9;
}

.feature-block-three:hover .text .read-more {
    color: #ff8618;
}

.our-service-three .shape-one {
    right: 0;
    top: 0;
}

.our-service-three .shape-two {
    width: 15px;
    height: 15px;
    top: 60px;
    left: 20%;
}

.our-service-three .shape-three {
    width: 30px;
    height: 30px;
    top: 38%;
    right: 5%;
}

.our-service-three .shape-four {
    width: 10px;
    height: 10px;
    bottom: 50px;
    right: 8%;
}

.our-service-three .shape-five {
    width: 15px;
    height: 15px;
    bottom: 40px;
    left: 8%;
}

.our-service-three .shape-six {
    width: 343px;
    height: 343px;
    top: 21%;
    left: 12%;
}

/*^^^^^^^^^^^^^^^^^^^^ Feature Block Four ^^^^^^^^^^^^^^^^^^^*/
.feature-block-four .icon-box {
    width: 100px;
    height: 100px;
    position: relative;
    margin: 0 auto;
    border-radius: 50%;
}

.feature-block-four .icon-box img {
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.feature-block-four h5 a {
    color: #2A2A2A;
    line-height: 30px;
}

.feature-block-four .more {
    font-size: 32px;
    color: #c0c0c9;
}

.feature-block-four:hover .more {
    color: #f58220;
}

.feature-block-four {
    padding: 0 50px;
}


/*^^^^^^^^^^^^^^^^^^^^^^^^^^ Inner Banner ^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.inner-banner.banner-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center top;
}

.inner-banner.banner-bg .opacity {
    background: rgba(0, 0, 0, 0.25);
    height: 100%;
}

.inner-banner.banner-bg.bg-style-one {
    height: 670px;
    text-align: center;
}

.inner-banner.banner-bg.bg-style-one .opacity {
    padding: 300px 0 120px;
}

.inner-banner.banner-bg.bg-style-one p {
    color: #fff;
    font-size: 24px;
    padding-bottom: 30px;
}

.inner-banner.banner-bg.bg-style-one h2 {
    font-size: 58px;
    color: #fff;
    text-transform: uppercase;
}

.inner-banner.banner-bg.bg-style-two .opacity {
    padding: 270px 0 220px;
    text-align: center;
}

.inner-banner.banner-bg.bg-style-two p {
    color: #fff;
    font-size: 24px;
    padding-bottom: 20px;
}

.inner-banner.banner-bg.bg-style-two h2 {
    font-size: 58px;
    color: #fff;
}

/*^^^^^^^^^^^^^^^^^^^^^^ Text Inner Banner One ^^^^^^^^^^^^^^^^^^^^^^*/
.text-inner-banner-one {
    padding: 200px 0 60px;
    text-align: center;
    background: #fff;
    z-index: 1;
}

.text-inner-banner-one p {
    font-size: 24px;
}

.text-inner-banner-one h2 {
    font-family: 'gilroy-bold';
    font-size: 58px;
    text-transform: uppercase;
}

.text-inner-banner-one .theme-title-one h2 {
    text-transform: inherit;
    margin-top: 5px;
}

.text-inner-banner-one .sub-heading {
    font-size: 20px;
    line-height: 36px;
    width: 62%;
    display: inline-block;
}

.text-inner-banner-one .shape-one {
    width: 12px;
    height: 12px;
    top: 19%;
    left: 20%;
    animation: animationFramesTwo 15s infinite linear;
}

.text-inner-banner-one .shape-two {
    width: 12px;
    height: 12px;
    top: 32%;
    right: 32%;
    animation: animationFramesOne 25s infinite linear;
}

.text-inner-banner-one .shape-three {
    width: 24px;
    height: 24px;
    top: 42%;
    right: 8%;
    animation: animationFramesTwo 20s infinite linear;
}

.text-inner-banner-one .shape-four {
    width: 15px;
    height: 15px;
    bottom: -6px;
    right: 20%;
    animation: animationFramesFive 22s infinite linear;
}

.text-inner-banner-one .shape-five {
    width: 25px;
    height: 25px;
    top: 62%;
    left: 13%;
    animation: animationFramesFive 18s infinite linear;
}

.text-inner-banner-one .shape-six {
    top: 72%;
    left: 25%;
    animation: rotated 20s infinite linear;
    transform-origin: 250% 125%;
}

.text-inner-banner-one .shape-seven {
    top: 25%;
    left: 45%;
    animation: rotated 20s infinite linear;
}

.text-inner-banner-one .shape-eight {
    top: 45%;
    left: 25%;
    animation: rotated 20s infinite linear;
}

.faq-search-form span {
    font-size: 18px;
    display: block;
    padding: 35px 0 30px;
}

.faq-search-form .input-group {
    position: relative;
    margin: 0 auto;
    max-width: 43%;
}

.faq-search-form .input-group input {
    width: 100%;
    height: 60px;
    padding: 0 70px 0 30px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 30px;
}

.faq-search-form .input-group button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 70px;
    background: transparent;
    font-size: 20px;
    color: #c0c0c9;
    border-radius: 0 30px 30px 0;
}

/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Contact Banner ^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.action-banner-one {
    background-color: #f9fbfe;
    background-image: url(../images/home/map.webp);
    background-repeat: no-repeat;
    background-position: center;
    padding: 120px 0 130px;
    text-align: center;
}

.action-banner-one.bg-white {
    background-color: #fff;
    background-image: none;
    padding-top: 150px;
}

.action-banner-one .main-title {
    font-size: 62px;
    line-height: 75px;
    margin-bottom: 40px;
}

/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Intro Text ^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.intro-text-block {
    background: #ffeceb;
    padding: 100px 0;
}

.intro-text-block h5 {
    font-family: 'gilroy-bold';
    font-size: 24px;
    line-height: 35px;
}

.intro-text-block h5 span {
    display: block;
    font-family: 'gilroy-light';
}

.intro-text-block p {
    font-size: 18px;
    line-height: 32px;
    padding: 20px 0 35px;
}

.intro-text-block h6 {
    font-family: 'gilroy-bold';
    font-size: 20px;
    position: relative;
    padding-left: 30px;
    color: #233d63;
    margin-bottom: 32px;
}

.intro-text-block h6 span {
    font-size: 16px;
    color: #8a919c;
}

.intro-text-block h6:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    background: #233d63;
    left: 0;
    top: 50%;
    margin-top: -1px;
}

/*^^^^^^^^^^^^^^^^^^^^^^^^^ Project Details ^^^^^^^^^^^^^^^^^^^^^^*/
#project-img-carousel .carousel-control-next,
#project-img-carousel .carousel-control-prev {
    width: 45px;
    height: 45px;
    background: #fff;
    font-size: 26px;
    text-align: center;
    line-height: 45px;
    opacity: 1;
    color: #313131;
    top: 50%;
    margin-top: -22px;
}

#project-img-carousel .carousel-control-next:hover,
#project-img-carousel .carousel-control-prev:hover {
    color: #ff5284;
}


.theme-form-style-four input,
.theme-form-style-four textarea {
    border: 1px solid #dcdcdc;
    width: 100%;
    max-width: 100%;
    margin-bottom: 35px;
    color: #989ca2;
}

.theme-form-style-four input:focus,
.theme-form-style-four textarea:focus {
    border-color: #383838;
}

.theme-form-style-four input {
    height: 60px;
    padding: 0 25px;
}

.theme-form-style-four textarea {
    height: 260px;
    max-height: 240px;
    padding: 25px;
}

.theme-form-style-four ::placeholder {
    color: #989ca2;
    ;
    opacity: 1;
}

.theme-form-style-four :-ms-input-placeholder {
    color: #989ca2;
    ;
}

.theme-form-style-four ::-ms-input-placeholder {
    color: #989ca2;
    ;
}

.theme-form-style-three input,
.theme-form-style-three textarea {
    width: 100%;
    border: none;
    border-bottom: 2px solid #383838;
    background: transparent;
    margin-bottom: 35px;
}

.theme-form-style-three input {
    padding: 0;
    height: 60px;
}

.theme-form-style-three textarea {
    padding: 25px 0;
    height: 200px;
}

.theme-form-style-three ::placeholder {
    color: #3b3b3b;
    opacity: 1;
}

.theme-form-style-three :-ms-input-placeholder {
    color: #3b3b3b;
}

.theme-form-style-three ::-ms-input-placeholder {
    color: #3b3b3b;
}

.user-comment-area .single-comment {
    padding-bottom: 50px;
}

.user-comment-area .single-comment:last-child {
    padding-bottom: 0;
}

.user-comment-area .single-comment .user-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.user-comment-area .single-comment .user-comment-data {
    padding-left: 30px;
    position: relative;
}

.user-comment-area .single-comment .user-comment-data .name {
    font-family: 'gilroy-semibold';
    font-size: 20px;
    color: #3e3e3e;
    padding-bottom: 5px;
}

.user-comment-area .single-comment .user-comment-data .rating li {
    display: inline-block;
}

.user-comment-area .single-comment .user-comment-data .rating li a {
    font-size: 15px;
    color: #fbc134;
    margin-right: 1px;
}

.user-comment-area .single-comment .user-comment-data p {
    padding-top: 15px;
}

.main-menu-list ul .sub-menu {
    display: none;
    transition: all 0.3s ease-in-out;
}

.main-menu-list ul .sub-menu.show {
    display: block;
}

/*------------------- Product Filter Area/Sidebar -----------------------*/
.product-filter-area {
    position: relative;
    padding-bottom: 40px;
}

.product-filter-area .display-item-filter {
    font-size: 17px;
    color: rgba(79, 79, 79, 0.7);
}

.filter-dropdown-holder .filter-button {
    background: transparent;
    font-size: 20px;
    color: #2e2e2e;
    padding-left: 45px;
    position: relative;
    line-height: 30px;
    margin-right: 55px;
}

.filter-dropdown-holder .filter-button .icon {
    width: 30px;
    height: 30px;
    background: #3a3a3a;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 8px;
}

.filter-dropdown-holder .filter-button .icon span {
    display: block;
    height: 2px;
    background: #fff;
    margin: 2px auto;
    transition: all 0.3s ease-in-out;
}

.filter-dropdown-holder .filter-button .icon span:nth-child(1) {
    width: 17px;
}

.filter-dropdown-holder .filter-button .icon span:nth-child(2) {
    width: 11px;
}

.filter-dropdown-holder .filter-button .icon span:nth-child(3) {
    width: 5px;
}

.filter-dropdown-holder .filter-button.open .icon span:nth-child(1) {
    width: 5px;
}

.filter-dropdown-holder .filter-button.open .icon span:nth-child(2) {
    width: 11px;
}

.filter-dropdown-holder .filter-button.open .icon span:nth-child(3) {
    width: 17px;
}

.product-filter-area .large-filter-content {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 70px;
    width: 100%;
    background: #fff;
    border: 1px solid #f4f4f4;
    padding: 50px 70px 70px;
    box-shadow: 0px 50px 100px 0px rgba(207, 215, 224, 0.2);
    transform: scale(1, 0);
    transform-origin: 0% 0%;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.product-filter-area .large-filter-content.show-content {
    opacity: 1;
    transform: scale(1);
}

.shop-demo-filter .selectize-input {
    width: 170px;
    line-height: 45px;
    border-radius: 0;
    border: 1px solid #e9e9e9;
    box-shadow: none;
    outline: none;
    padding: 0 15px;
}

.shop-demo-filter .selectize-input input,
.shop-demo-filter .selectize-input .item {
    font-size: 15px;
    color: #4f4f4f;
}

.shop-demo-filter .selectize-dropdown {
    background: #fff;
    border: 1px solid #e9e9e9;
    border-top: none;
    box-shadow: 0px 50px 100px 0px rgba(229, 232, 235, 0.2);
    cursor: pointer;
}

.shop-demo-filter .selectize-dropdown .option {
    font-size: 15px;
    color: #4f4f4f;
    line-height: 30px;
}

.shop-demo-filter .selectize-dropdown .option:hover,
.shop-demo-filter .selectize-dropdown .active {
    color: #fff;
    background: #ff5284;
}

.shop-demo-filter .selectize-control.single .selectize-input:after {
    right: 8px;
}



/*^^^^^^^^^^^^^^^^ Promo Code ^^^^^^^^^^^^^^^^*/
.promo-code-section {
    background: #ffd78a;
    padding: 25px 15px;
    text-align: center;
}

.promo-code-section p {
    font-size: 18px;
    color: #1e1e1e;
}

.promo-code-section p span {
    font-weight: 500;
}

/*----------------------- Shop Details ----------------------*/

.user-comment-area .single-comment:last-child {
    padding-bottom: 0;
}

.user-comment-area .single-comment .user-comment-data .rating li {
    display: inline-block;
}

.user-comment-area .single-comment .user-comment-data .rating li a {
    font-size: 15px;
    color: #fbc134;
    margin-right: 1px;
}



/*^^^^^^^^^^^^^^^^^^^^^^^^ Contact Address ^^^^^^^^^^^^^^^^^^^^^*/
#contact-form .form-group {
    margin: 0;
    position: relative;
}

#contact-form .form-group .help-block {
    position: absolute;
    left: 0;
    bottom: 3px;
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    padding: 0 15px;
    border-radius: 3px;
    z-index: 1;
    background: linear-gradient(-90deg, rgb(255, 182, 139) 0%, rgb(255, 96, 139) 100%);
    box-shadow: 0px 10px 25px 0px rgba(123, 147, 171, 0.15);
}

#contact-form .form-group .help-block li {
    position: relative;
}

#contact-form .form-group .help-block li:before {
    content: '';
    font-family: 'font-awesome';
    position: absolute;
    top: -12px;
    left: 0;
    color: #ff5284;
}

.contact-address-two .address-block {
    padding-bottom: 40px;
    text-align: center;
}

.contact-address-two .address-block .icon-box {
    display: inline-block;
    height: 70px;
}

.contact-address-two .address-block h5 {
    font-size: 24px;
    padding: 18px 0 20px;
}

.contact-address-two .address-block p,
.contact-address-two .address-block p a {
    color: #8a919c;
}

.contact-address-two .address-block ul li {
    display: inline-block;
    margin: 10px 8px 0;
}

.contact-address-two .address-block ul li a {
    font-size: 18px;
    color: #8a919c;
}

.contact-address-two .address-block p a:hover,
.contact-address-two .address-block ul li a:hover {
    color: #ff5284;
}

.contact-us-section .theme-form-style-two {
    padding: 0;
    box-shadow: none;
}

.contact-us-section .theme-form-style-two textarea {
    margin-bottom: 30px;
}

.contact-us-section .contact-info p {
    font-size: 20px;
}

.contact-us-section .contact-info .call {
    font-size: 27px;
    font-weight: 500;
    color: #313131;
    display: block;
    margin-bottom: 40px;
}

.contact-us-section .contact-info .call:hover {
    text-decoration: underline;
}

.map-canvas {
    width: 100%;
    height: 100%;
}

.vector-map path,
.vector-map svg g {
    transform-origin: revert;
    transform-box: initial;
}

#google-map-one {
    height: 405px;
}

#google-map-two {
    height: 620px;
}

/*****************contact popway************/
.contact-us-section .contact-info {
    padding-left: 50px;
}

.contact-us-section .contact-info .title {
    font-size: 42px;
    line-height: 55px;
    color: #3e3e3e;
    margin: -8px 0 25px;
}

.contact-us-section .contact-info p {
    font-size: 20px;
    color: #798598;
}

.contact-us-section .contact-info .call {
    font-size: 27px;
    color: #3e3e3e;
    margin: 25px 0 40px;
}

.contact-us-section .contact-info .call:hover {
    text-decoration: underline;
}

.contact-us-section .contact-info ul li {
    display: inline-block;
}

.contact-us-section .contact-info ul li a {
    width: 40px;
    line-height: 36px;
    border: 2px solid #f58220;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    color: #f58220;
    margin-right: 5px;
}

.contact-us-section .contact-info ul li a:hover {
    color: #2A2A2A;
}

/*--------------------------- FAQ Page -------------------*/

.theme-form-style-five input {
    width: 100%;
    height: 60px;
    padding: 0 15px 0 30px;
    color: #989ca2;
    border: 1px solid #e7e7e7;
    margin-bottom: 30px;
}

.theme-form-style-five ::placeholder {
    color: #989ca2;
    opacity: 1;
    /* Firefox */
}

.theme-form-style-five :-ms-input-placeholder {
    color: #989ca2;
}

.theme-form-style-five ::-ms-input-placeholder {
    color: #989ca2;
}

.theme-form-style-five textarea {
    width: 100%;
    height: 290px;
    max-height: 290px;
    padding: 15px 30px;
    color: #989ca2;
    resize: none;
    border: 1px solid #e7e7e7;
    margin-bottom: 30px;
}

.theme-form-style-five input:focus,
.theme-form-style-five textarea:focus {
    border-color: #212121;
}

.theme-form-style-five button {
    display: block;
    width: 100%;
    height: 60px;
    border-width: 2px;
    border-style: solid;
    font-size: 18px;
    color: #fff;
}

.help-articles {
    background: #f6f8fc;
    padding: 120px 0 100px;
}

.help-articles .single-help-box {
    background: #fff;
    margin-bottom: 30px;
    transition: all 0.3s ease-in-out;
}

.help-articles .single-help-box a {
    display: block;
    padding: 35px 25px;
    min-height: 210px;
}

.help-articles .single-help-box h4 {
    font-family: 'gilroy-semibold';
    font-size: 20px;
    margin-bottom: 15px;
}

.help-articles .single-help-box p {
    font-size: 16px;
    color: #8a919c;
}


/*-----------------------------------
           CRP & ERP Software Page                 
--------------------------------------*/
/*-------------------- Theme Studio Banner two -------------------*/
#studio-banner-two {
    position: relative;
    padding: 200px 0px 0px;
    /* max-width: 1920px; */
    margin: 0 auto;
}

#studio-banner-two .main-text-wrapper {
    position: relative;
    max-width: 600px;
    z-index: 2;
}

#studio-banner-two .main-text-wrapper h1 {
    font-weight: 500;
    font-size: 95px;
    line-height: 100px;
    color: #161616;
}

#studio-banner-two .main-text-wrapper .button-link {
    font-size: 18px;
    margin-top: 30px;
    color: #f58220;
    font-weight: bold;
}

#studio-banner-two .main-text-wrapper .button-link i {
    vertical-align: -1px;
    margin-left: 3px;
}

#studio-banner-two .illustration {
    position: absolute;
    right: 50px;
    top: 60%;
    transform: translateY(-50%);
    z-index: 0;
    width: 50%;
}

/*---------------- Our Project ---------------*/
.studio-project-area {
    padding: 0px 0 50px;
    position: relative;
    margin-top: -20px;
}

.studio-project-area .studio-title {
    margin-bottom: 50px;
    padding-top: 40px;
}

.studio-project-holder {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 60px;
}

.studio-project-holder a {
    display: block;
}

.studio-project-holder img {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.studio-project-holder:hover {
    box-shadow: 0px 13px 35px -12px rgba(35, 35, 35, 0.15);
}

.studio-project-holder:hover img {
    transform: scale3d(1.1, 1.1, 1);
}

.studio-project-holder .text {
    position: absolute;
    top: 50px;
    left: 50px;
}

.studio-project-holder .text p {
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 10px;
}

.studio-project-holder .text h2 {
    font-size: 42px;
    color: #fff;
    font-weight: 500;
}

.studio-project-area .text-block h3 {
    font-size: 32px;
    line-height: 39px;
    font-weight: normal;
    color: #000000;
}

.studio-project-area .text-block p {
    padding: 45px 0 50px;
    color: rgba(0, 0, 0, 0.45);
}

.studio-project-area .text-block.scree-lg {
    padding-top: 20px;
}

.studio-project-area .text-block.scree-mobile {
    display: none;
}


.alink-box {
    text-align: center;
    border-radius: 12px;
}

.alink-box img {
    max-width: 60px;
    display: block;
    margin: 0 auto 15px;
}

.alink-box h5 {
    font-size: 18px;
}
/************** 5 Ways Project Management Tools Can Boost Team Productivity  *******************/
/*------------------ shere icon  -------------------*/
.share-icon:hover{
    color:#fff;
}
.checklist li span
{
    color: #8a919c;
    font-weight: 700;
} 
.share-icons {
            display: flex;
            align-items: end;
            gap: 8px;
            margin-top: 8px;
        margin-bottom: 20px;
          }
         .share-icons {
        flex-wrap: wrap;
        justify-content: end;
        margin-top: 20px;
         }
          .share-icon {
            width: 30px;
            height: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 8px;
            color: white;
            font-size: 16px;
          }

          .share-facebook   { background: #1877F2; }
          .share-twitter    { background: #111111; }
          .share-reddit     { background: #FF5700; }
          .share-linkedin  { background: #0A66C2; }
         
          .copy-icon        { background: #6c757d; position: relative; cursor: pointer; }

          .copy-icon i {
            font-size: 16px;
          }
          .copy-icon {
            background: #6c757d;
            color: white;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 30px;
            height: 30px;
            border-radius: 8px;
            position: relative;
            cursor: pointer;
          }
          .copy-msg {
            display: none;
            position: absolute;
            top: 50%;
            left: 130%;
            transform: translateY(-50%);
            background: #333;
            color: #fff;
            font-size: 10px;
            padding: 3px 6px;
            border-radius: 4px;
            white-space: nowrap;
            z-index: 10;
        }
.table-box
{
    border: #000000 solid 1px;
    height: 100%;
    width: 100%;
    border-radius: 12px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    background: #ffffff;
}
.img-br
{
    border-radius: 12px;
}
.head-custom
{
    font-size: 28px;
    color: #2a2a2a;
    margin: 0 !important;
}
.point-m
{
    margin-left: 10.5%
}
.point-mm
{
    margin-left: 10%
}
/************** 5 Ways Project Management Tools Can Boost Team Productivity And  *******************/

/************** erp-for-furniture-business-demand-fluctuations.html  *******************/
.custom-mrg
{
    margin-top: 30;
}
.text-container {
  text-align: left; /* center અથવા right પણ કરી શકો */
  line-height: 1.6;  /* લાઈનો વચ્ચે间ળા */
}

@media (max-width: 768px) {
  
    .img-br
    {
        margin-top: 10px;
        height: 350px;
    }
    .mobile-pad
    {
        margin: 10px;
    }
}

/************** top-ecommerce-trends-2025-future-of-online-shopping page  *******************/
.custom-point
{
        margin-top: 24px !important;
}
.all-point
{
    color: #2a2a2a;
    font-weight: 800;
}
.all-point span 
{
    margin-left: 50px;
}

.custom-txt-color span 
{
    color: #8a919c;
    font-weight: 700;
}
.add-clr
{
    color: #646a73;
}
.card-img
{
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}
.card-container {
      display: flex;
      flex-direction: column;
      gap: 27px;
      max-width:100%;
      margin: 0 auto;
    }
    .card {
      background-color: #ffffff;
      border-color: white;
      border-radius: 12px;
      border-color:none !important;
      box-shadow:  rgba(0, 0, 0, 0.15) 0px 0.5rem 1rem;
      padding-right: 8px;
      line-height: 1.6;
    }
    .card h3 {
      margin-top: 11px;
      color: #2a2a2a;
      margin-bottom: 7px !important;
      font-size: 24px;
    }
    .card ul {
      padding-left: 20px;
    }
    .card ul li {
      margin-bottom: 8px;
    }
/*************** top-ecommerce-trends-2025-future-of-online-shopping page end  ****************/

/*^^^^^^^^^^^^^^^^^^^^^^^^^ Our Blog ^^^^^^^^^^^^^^^^^^^^^^^^^*/
.blog-post-block-two {
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
    border-radius: 7px;
    overflow: hidden;
}

.blog-post-block-two .img-holder {
    position: relative;
    background: #212121;
    overflow: hidden;
    display: block;
    max-width: 240px;
    min-width: 240px;
}

.blog-post-block-two .post {
    padding: 15px 20px 15px 30px;
}

.blog-post-block-two .img-holder img {
    width: 100%;
}

.blog-post-block-two:hover .img-holder img {
    transform: scale3d(1.1, 1.1, 1);
}

.blog-post-block-two .post .post-info li {
    display: inline-block;
}

.blog-post-block-two .post .post-info li a {
    font-size: 18px;
}

.blog-post-block-two .post .post-info li a:hover {
    color: var(--text-dark);
}

.blog-post-block-two .post h4 a {
    font-size: 22px;
    color: var(--heading);
    margin: 5px 0 0px;
    text-transform: capitalize;
}

.blog-post-block-two .post .read-more {
    margin-top: 20px;
}

.blog-post-block-three {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center top;
}

.blog-post-block-two:hover .post .read-more {
    color: #f58220;
}

.blog-header{
    font-size: 42px;
    text-transform: capitalize;
    line-height: 1.4;
}

.blog-logos {
    margin-bottom: 25px;
    border: 1px solid #ccc;
    padding: 10px 25px;
    border-radius: 20px;
}

.our-blog h4{
    margin-bottom: 15px;
}

.our-blog h5{
    margin-bottom: 10px;
}

.our-blog p,
.our-blog h6{
    margin-bottom: 20px;
}

/*------------------- Breadcrumbs ----------------*/
ul.page-breadcrumbs {
    margin-top: 8px;
}

.page-breadcrumbs li {
    display: inline-block;
    font-size: 18px;
    color: #626262;
    margin: 0 3px;
}

.page-breadcrumbs li a:hover {
    color: #f58220;
}

/* new */
.erp-link {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}

/* Hover effect */
.erp-link:hover {
  color: #f58220;
}

/* story */
 /*.cta-container {
      background-color:#f7e6d8;
      margin: 5px auto;
      padding: 30px 40px;
      border-radius: 20px;
      max-width: 800px;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

 .cta-text {
      font-size: 25px;
      color: #0c0c23;
      font-weight: bold;
     
    }*/

        .cta-container {
    background-color: #f7e6d8;
    margin: 5px auto;
    padding: 30px 40px;
    border-radius: 20px;
    max-width: 800px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.cta-text {
    font-size: 25px;
    color: #0c0c23;
    font-weight: bold;
    flex: 1 1 300px;
}

.subscribe-button {
    padding: 12px 24px;
    font-size: 16px;
    background-color: #ff6600;
    color: white;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.subscribe-button:hover {
    background-color: #e65c00;
}

/* Responsive styling */
@media (max-width: 768px) {
    .cta-container {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }

    .cta-text {
        font-size: 20px;
        flex: 1 1 100%;
    }

    .subscribe-button {
        width: auto;
      
    }
}



    /* story page */

     .grid-container {
            display: flex;
            gap: 20px;
            justify-content: center;
            flex-wrap: wrap;
        }

        .card1 {
            position: relative;
            width: 281px;
            height: 500px;
            background-size: cover;
            background-position: center;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
            cursor: pointer;
            transition: transform 0.3s;
        }

        .card1:hover {
            transform: scale(1.05);
        }

        .overlay {
            position: absolute;
            inset: 0;
            background-color: rgba(0, 0, 0, 0.7);
            color: #fff;
            display: flex;
            justify-content: center;
            align-items: center;
            opacity: 0;
            text-align: center;
            padding: 10px;
            font-weight: bold;
            transition: opacity 0.3s;
        }

        .card1:hover .overlay {
            opacity: 1;
        }

        .card1-title {
            position: absolute;
            bottom: 15px;
            left: 15px;
            color: #fff;
            font-size: 14px;
            background-color: rgba(0, 0, 0, 0.4);
            padding: 5px 10px;
            border-radius: 5px;
        }

/* mobile */


         .action-bar1 {
            display: none;
        }




        /* Show only on screens 768px and below */
        @media (max-width: 768px) {
            .action-bar1 {
                display: flex;
                justify-content: space-around;
                align-items: center;
                background-color: #ffffff;
                border-top: 1px solid #ccc;
                position: fixed;
                bottom: 0;
                width: 100%;
                padding: 17px 0;
                z-index: 1000;
                box-shadow: 0 -1px 6px rgba(0, 0, 0, 0.1);
            }

            .action-item1 {
                display: flex;
                flex-direction: column;
                align-items: center;
                color: #f58220;
                text-decoration: none;
                font-size: 16px;
            }

            .action-item1 i {
            margin-right: 10px;
            font-size: 18px;
            vertical-align: middle;
      
            }

            /* Hide WhatsApp button on mobile*/

             .whatsapp-floting {
    display: none !important;
  }

 }


 /* index page Tech That Drives*/


/* tech */

.tabs {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 20px;
  
}

.tab {
  padding: 10px;
  cursor: pointer;
  font-weight: 500;
  position: relative;
}

.tab.active {
  color: #222;
  font-weight: bold;
}

.tab.active::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  height: 3px;
  background-color: orange;
  border-radius: 2px;
}

.tab-content {
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 30px;
}

.tab-content.active {
  display: flex;
}


.tech-box2 {
  width: 120px;
  height: 120px;
  background-color: #ffffff;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0, 123, 255, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, box-shadow 0.3s ease;
  margin: 10px;
}

.tech-box2 img {
  width: 40px;
  height: 40px;
  margin-bottom: 8px;
}

.tech-box2 p {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #212529;
}

.tech-box2:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 18px rgba(255, 123, 0, 0.2);
}





.industry-boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  padding: 20px 0;
}

.industry-box {
  background: white;
  border: 1px solid #eaeaea;
  border-radius: 12px;
  width: 140px;
  height: 140px;
  text-align: center;
  padding: 20px 20px;
  box-shadow: 0 8px 18px rgba(0, 123, 255, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.3s ease;
}

.industry-box img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin: 0 auto 20px;
}



.industry-box:hover {
  box-shadow: 0 10px 25px rgba(0, 123, 255, 0.2);
  transform: translateY(-5px);
}

/*
.industry-box1 {


  border-radius: 1px;
  width: 200px;
  height: 60px;

  padding: 5px 20px;
 
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.3s ease;
}

.industry-box1 img {
  width: 50px;
  height: 50px;
  margin: 0 auto 20px;
} *

.industry-box1 {
  border-radius: 8px;
  width: 220px;


  margin: 20px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s ease;
}


.industry-box1 img {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}*/

.industry-box1 {
  display: flex;
  flex-direction: row; /* Horizontal layout */
  justify-content: auto;
  align-items: center;
  gap: 10px; /* Space between badges */
  margin-top: 20px;
}

.industry-box1 img {
  width: 75px;
  height: 90px;
}



/*new footer */
.map-section {
    color: #fff;
    text-align: center;
    position: relative
}
 
.map-container {
    position: relative;
    display: inline-block
}
 
.world-map {
    max-width: 100%;
    opacity: .9
}
 
.map-marker {
    position: absolute;
    transform: translate(-50%, -50%);
    cursor: pointer;
    text-align: center
}
 
.map-marker .dot {
    width: 14px;
    height: 14px;
    background-color: #fff;
    border: 3px solid #f58220;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 10px #f58220;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease
}
 
.map-marker .line {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 2px;
    height: 0;
    background-color: #fff;
    transform: translateX(-50%);
    transition: height 0.4s ease;
    z-index: 1
}
 
.map-marker .address-box {
    position: absolute;
    top: calc(100% + 10px);
    left: 50% ;
    transform: translateX(-50%);
    background: #fff0;
    color: #fff;
    width: 250px;
    text-align: left;
    padding-top: 10px;
    display: none
}
 
.map-marker.usa .address-box {
    top: calc(100% + 58px)
}
 
.map-marker.india .address-box {
    top: calc(100% + 10px)
}
 
.map-marker .address-box h4 {
    margin: 0;
    font-weight: 700;
    font-size: 18px;
    color: #f58220
}
 
.map-marker .address-box p {
    margin: 6px 0 0;
    font-size: 15px;
    line-height: 1.4;
    color: #ccc
}
 
.map-marker.active .line {
    height: 60px
}
 
.map-marker.usa.active .line {
    height: 90px
}
 
.map-marker.active .address-box {
    display: block;
    animation: fadeIn 0.5s ease forwards
}
 
.map-marker.active .dot {
    transform: scale(1.2);
    box-shadow: 0 0 15px #f58220
}
 
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateX(-50%) translateY(10px)
    }
 
    to {
        opacity: 1;
        transform: translateX(-50%) translateY(0)
    }
}




