/*************************
Theme Main Css File

It Includes All the styles of Elements Used In This Theme
0. Root Variables
1.Common Elements
2.Preloader
3. Main Header
.
.
.
11.Main Footer
12. Reponsive Media Queries

******************/



/**************************************
This is Base Colors Of Theme For Easy to use
    
purple - #1B0F63
yellow - #EC9400

**************************************/

/**************************************
Common Elements
**************************************/
html {
    overflow-x: hidden;
}

body {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #5a5a5a;
    font-size: 16px;
    line-height: 28px;
    overflow-x: hidden;
}

body.scroll-pad {
    padding-top: 70px;
}

.ecursor {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 1px solid #fff;
    mix-blend-mode: difference;
    transition: all 200ms ease-out;
    position: fixed;
    pointer-events: none;
    left: 0;
    top: 0;
    transform: translate(calc(-50% + 15px), -50%);
    z-index: 9999999;
    opacity: .5;
}

.ecursor2 {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: #fff;
    mix-blend-mode: difference;
    opacity: .3;
    position: fixed;
    transform: translate(-50%, -50%);
    pointer-events: none;
    transition: width .3s, height .3s, opacity .3s;
    z-index: 9999999;
}

.ecursor.hover {
    width: 36px;
    height: 36px;
}

.ecursor.hover,
.ecursor.hover + .ecursor2 {
    opacity: 0.25;
}

.ecursorinnerhover {
    width: 50px;
    height: 50px;
    opacity: .5;
}

.fix-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.fix-bg img {
    position: absolute;
}

@keyframes rotate-me {
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate-me {
    100% {
        transform: rotate(360deg);
    }
}

.fix-bg .sp-1 {
    top: 45%;
    left: 48%;
}

.fix-bg .sp-2 {
    top: 22%;
    left: 25%;
    animation: rotate-me 15s linear infinite alternate;
    transform-origin: 40px 60px;
}

.fix-bg .sp-3 {
    top: 25%;
    left: 5%;
    animation: rotate-me 5.5s linear infinite;
}

.fix-bg .sp-4 {
    top: 45%;
    right: 30%;
    animation: rotate-me 4s linear infinite;
}

.fix-bg .sp-5 {
    top: 20%;
    right: 10%;
    animation: rotate-me 11s linear infinite;
    transform-origin: 80px 80px;
}

.fix-bg .sp-6 {
    top: 80%;
    right: 20%;
    animation: rotate-me 10s linear infinite;
}

.fix-bg .sp-7 {
    top: 85%;
    left: 35%;
    animation: rotate-me 14s linear infinite alternate;
    transform-origin: -85px -60px;
}

/****************
Headings
*****************/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: 'Urbanist', sans-serif;
    color: #323232;
    font-weight: 800;
}

.h1,
h1 {
    font-size: 3.6rem;
    line-height: 1.2;
}

.h2,
h2 {
    font-size: 2.5rem;
}

/****************
Lists
*****************/
dl,
ol,
ul {
    margin-bottom: 0;
}

.list-group-item:first-child {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.list-group-item:last-child {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

/****************
Dropdown
*****************/
.dropdown-toggle::after {
    vertical-align: 0;
    content: "\ea99";
    font-family: IcoFont !important;
    border: 0;
}

/****************
Tab Pills
*****************/
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: #1B0F63;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}

.nav-pills .nav-link {
    border-radius: 30px;
    font-weight: 500;
    padding: 8px 25px;
    color: #323232;
}

/****************
Links
*****************/
a {
    color: #1B0F63;
    transition: all ease-in-out 0.4s;
    text-decoration: none;
}

a:hover {
    color: #323232;
    text-decoration: none;
}

/****************
Basic color & background classes for direct use
*****************/
.base-txt {
    color: #1B0F63 !important;
}

.base-bg {
    background-color: #1B0F63 !important;
}

.second-txt {
    color: #EC9400 !important;
}

.second-bg {
    background-color: #EC9400 !important;
}

.light-bg {
    background-color: #e8e7ef !important;
}

.no-bg {
    background: none !important;
}

.half-light-bg {
    background: linear-gradient(180deg, rgb(248, 249, 250), transparent);
}

.tbg-1 {
    background-color: #ff7f13 !important;
}

.tbg-2 {
    background-color: #00b9ff !important;
}

.tbg-3 {
    background-color: #9b00ff !important;
}

.tbg-4 {
    background-color: #44ca3c !important;
}

.ttc-1 {
    color: #ff7f13 !important;
}

.ttc-2 {
    color: #00b9ff !important;
}

.ttc-3 {
    color: #9b00ff !important;
}

.ttc-4 {
    color: #44ca3c !important;
}


/****************
Base Section Styles
(Common spacing, Text align etc.)
*****************/
.main-content-outer {
    width: 100%;
}

.section-space {
    padding: 90px 0;
}

.inner-cover {
    padding: 20px 0;
}

.start-margin {
    margin-top: 90px;
}

.end-margin {
    margin-bottom: 90px;
}

/****************
Section Title
*****************/
.section-title h2 {
    font-weight: 900;
    font-size: 2.8rem;
}

.section-title h6 {
    font-size: 18px;
    font-weight: 700;
}

.head-span {
    text-decoration: underline;
    text-decoration-color: #ee9500;
}

.deco-head {
    background-image: url(../img/resource/head-deco.svg);
    background-repeat: no-repeat;
    background-position: bottom;
}

/****************
Buttons Style
*****************/
button,
button:focus,
button:hover {
    outline: none;
    border: none;
}

.btn-one,
.btn-two {
    position: relative;
    background: linear-gradient(90deg, #de8b00, #ec9400);
    padding: 8px 30px;
    color: #fff !important;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.7;
    border-radius: 35px;
    display: inline-flex;
    align-items: center;
    transition: all ease-in-out 0.4s !important;
    z-index: 2;
    overflow: hidden;
    cursor: pointer;
}

.btn-two {
    background: linear-gradient(90deg, #1b0f63, #4a3f90);
}

.btn-one.btn-sm,
.btn-two.btn-sm {
    padding: 5px 22px;
    font-size: 14px;
    line-height: 1.5;
}

.btn-one.btn-lg {
    padding: 10px 36px;
    font-size: 18px;
}

.btn-one.alt-btn {
    background: #EC9400;
    color: #323232 !important;
}

.btn-one.light-btn {
    background: linear-gradient(45deg, #ffffff, #ffffff);
    color: #323232 !important;
}

.btn-one > i,
.btn-two > i {
    margin-left: 8px;
}

.btn-one.alt-btn:hover {
    color: #fff !important;
}

.btn-one::before,
.btn-two::before {
    content: "";
    position: absolute;
    width: 250px;
    height: 250px;
    left: 50%;
    background: #1b0f63;
    text-align: center;
    border-radius: 50%;
    top: 50%;
    transition: all ease-in-out 0.6s;
    z-index: -1;
    transform: translate(-50%, -50%) scale(0);
    transform-origin: left center;
}

.btn-two::before {
    background: #ec9400;
}

.btn-one.hover-2:hover {
    color: #323232 !important;
}

.btn-one.hover-2::before {
    background: #fff;
}

.btn-one:hover::before,
.btn-two:hover::before {
    transform: translate(-50%, -50%) scale(0.3);
}

.btn-one:hover i {
    color: #1b0f63;
}

.btn-two:hover i {
    color: #ec9400;
}

.btn-one.btn-full {
    display: block;
    text-align: center;
}

.btn-one.btn-full::before {
    display: none;
}

.btn-one.btn-full:hover {
    background-color: #323232;
}

.btn-link {
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    color: #7e7e7e;
    display: inline-block;
    border-bottom: 1px solid #1b0f63;
}

.btn-link:hover {
    color: #323232;
}

.icon-btn {
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    border: 1px solid #1B0F63;
    border-radius: 50%;
}

.icon-btn:hover {
    background: #1B0F63;
    color: #fff;
}

.video-btn {
    width: 45px;
    height: 45px;
    display: inline-block;
    background: #fff;
    text-align: center;
    line-height: 45px;
    color: #323232;
    border-radius: 50%;
}

.video-btn::before,
.video-btn::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    -webkit-transform: translate(-50%, -50%) scale(0);
    width: 75px;
    height: 75px;
    background: #fff;
    z-index: -1;
    border-radius: 50%;
    opacity: 0.25;
    animation: bubblewave 2s ease-in-out infinite;
    -webkit-animation: bubblewave 2s ease-in-out infinite;
}

.video-btn::after {
    opacity: 0.25;
    width: 60px;
    height: 60px;
}

.google-btn {
    font-size: 18px;
    font-weight: 600;
    color: #686868;
    border: 1px solid #afafaf;
    padding: 10px 25px;
    display: inline-flex;
    align-items: center;
    border-radius: 40px;
}

/****************
Theme List
*****************/
ul.theme-list {
    list-style: none;
    padding-left: 0;
}

ul.theme-list.list-lg {
    font-size: 17px;
}

ul.theme-list li {
    display: flex;
    align-items: baseline;
}

ul.theme-list.three-row-list li {
    width: 33.33%;
    float: left;
    font-weight: 600;
}

ul.theme-list.three-row-list li {
    margin-top: 10px;
}

ul.theme-list li + li {
    margin-top: 10px;
}

ul.theme-list li i {
    color: #1B0F63;
    margin-right: 8px;
}

/****************
Section Top/Bottom Shape Image
*****************/
.ps-shape-wrap img {
    width: 100%;
    height: auto;
    display: block;
}

/****************
Theme Image
*****************/
.screen-img {
    box-shadow: 0px 10px 30px 0px rgb(78 76 76 / 20%);
    border: 4px solid #ffffff;
    border-radius: 20px;
    overflow: hidden;
}

.two-screen-img,
.two-rscreen-img {
    display: flex;
    align-items: center;
}

.two-screen-img img,
.two-rscreen-img img {
    box-shadow: 0px 10px 30px 0px rgb(78 76 76 / 20%);
    border: 4px solid #ffffff;
    border-radius: 20px;
    overflow: hidden;
}

.two-screen-img img:first-child,
.two-rscreen-img img:nth-child(2) {
    max-width: 280px;
}

.two-screen-img img:nth-child(2) {
    position: relative;
    z-index: -1;
    max-width: 340px;
    margin-left: -50px;
}

.two-rscreen-img img:first-child {
    position: relative;
    z-index: -1;
    max-width: 340px;
    margin-right: -50px;
}

.rounded {
    border-radius: 15px !important;
}

.section-curve.top-curve > img {
    margin-top: -5px;
}

/****************
Common Social Bar
*****************/
.social-bar > li {
    margin-right: 8px;
}

.social-bar.style-1 > li {
    padding: 2px;
    border: 2px solid #898989;
    border-radius: 50%;
}

.social-bar.style-1 > li > a {
    width: 36px;
    height: 36px;
    background: #EC9400;
    line-height: 36px;
    display: block;
    padding: 0;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
}

.social-bar.style-1 > li > a:hover {
    background: #fff;
}

.social-bar.style-2 > li > a {
    color: #fff;
    width: 34px;
    display: inline-block;
    height: 34px;
    line-height: 34px;
    border-radius: 50%;
}

/***************
Back To Top
************/
.back-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #1B0F63;
    color: #ffffff !important;
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px;
    z-index: 999;
    display: none;
}

/****************
Owl Carousel Styles
*****************/
.owl-stage-outer {
    overflow: visible !important;
}

.owl-item {
    opacity: 0;
    transition: opacity 500ms;
}

.owl-item.active {
    opacity: 1;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent !important;
    color: initial !important;
    text-decoration: none !important;
}

.owl-nav .owl-next span,
.owl-nav .owl-prev span {
    width: 40px;
    display: block;
    height: 40px;
    line-height: 36px;
    border: 1px solid #d3d3d3;
    border-radius: 50%;
    font-size: 20px;
}

.owl-nav .owl-next span:hover,
.owl-nav .owl-prev span:hover {
    background-color: #1B0F63;
    border-color: #1B0F63;
    color: #fff;
}

.owl-nav .owl-next,
.owl-nav .owl-prev {
    position: absolute;
    top: 35%;
}

.owl-nav .owl-prev {
    left: -55px;
}

.owl-nav .owl-next {
    right: -55px;
}

.owl-theme .owl-dots {
    margin-top: 20px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: transparent;
    border: 2px solid #adadad;
    transition: all ease-in-out .4s;
}

.owl-theme .owl-dots .owl-dot.active span {
    background-color: #fff;
    border-color: #1B0F63;
    transform: scale(1.3);
}

.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
}

/**************************************
Preloader 
**************************************/
.preloader {
    position: fixed;
    background-color: #ffffff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
}

.preloader-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.preloader-lines {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 120px;
    height: 130px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 4px solid transparent;
    border-top-color: #1B0F63;
    -webkit-animation: pre-spin 1.3s linear infinite;
    animation: pre-spin 1.3s linear infinite;
}

.preloader-lines:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 4px solid transparent;
    border-top-color: #EC9400;
    -webkit-animation: pre-spin 2.3s linear infinite;
    animation: pre-spin 2.3s linear infinite;
}

.preloader-lines:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 4px solid transparent;
    border-top-color: #323232;
    -webkit-animation: pre-spin 0.9s linear infinite;
    animation: pre-spin 0.9s linear infinite;
}

@-webkit-keyframes pre-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes pre-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.preloader-txt {
    font-size: 20px;
    font-weight: 500;
    display: block;
    margin-top: 20px;
}

/****************
Preloader Keyframes
*****************/
@-webkit-keyframes scaleLines {
    0% {
        height: 48px;
    }

    100% {
        height: 4.8px;
    }
}

@keyframes scaleLines {
    0% {
        height: 48px;
    }

    100% {
        height: 4.8px;
    }
}

/**************************************
Main Header
**************************************/
.top-bar {
    width: 100%;
    background-color: #fff;
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ccc;
}

.top-bar .social-bar.style-2 > li > a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
}

.top-bar .social-bar.style-2 > li > a:hover {
    background-color: #1B0F63;
    color: #fff;
}

ul.contact-bar {
    list-style: none;
    padding: 0;
    display: flex;
    font-size: 14px;
}

.contact-bar li {
    margin-right: 15px !important;
}

.contact-bar li > a {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: #6b6b6b;
}

.contact-bar li > a:hover {
    color: #ffffff;
}

.contact-bar li.highlight-item > a {
    font-weight: 600;
    color: #1B0F63;
}

.contact-bar li > a > i {
    color: #1B0F63;
    margin-right: 10px;
}

.navbar-brand > img {
    width: 170px;
    height: auto;
    transition: all ease-in-out 0.4s;
}

header.header-main.is-sticky .navbar-brand > img {
    width: 145px;
}

/****************
Sticky Nav Keyframes
*****************/
@keyframes stickySlideDown {
    0% {
        opacity: 0.7;
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes stickySlideUp {
    0% {
        opacity: 0.7;
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}

.header-main {
    width: 100%;
}

.header-main .navbar {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    animation-duration: 0.5s;
    animation-name: stickySlideUp;
}

.header-main.style-2 .navbar {
    background-color: #fff;
}

.header-main.is-sticky nav.navbar {
    background-color: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .15);
}

.header-main.fixed-top.is-sticky nav.navbar {
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all ease-in-out 0.4s;
}

.header-main.scroll-fix.is-sticky nav.navbar {
    position: fixed;
    z-index: 999;
    padding-top: 12px;
    padding-bottom: 12px;
    top: 0;
    left: 0;
    width: 100%;
    animation-name: stickySlideDown;
}

.header-main .navbar .navbar-nav li.nav-item {
    margin: 0 15px;
}

.header-main li.nav-item a.nav-link {
    position: relative;
    color: #323232;
    font-weight: 500;
    z-index: 0;
    font-size: 17px;
}

.header-main li.nav-item .dropdown-menu {
    border: 0;
    border-radius: 10px;
    padding: 5px 0;
    box-shadow: 0 0.2rem 0.8rem rgb(0, 0, 0, 0.05);
    transition: all ease-in-out 0.4s;
}

.header-main li.nav-item .dropdown-menu .dropdown-item {
    position: relative;
}

.header-main li.nav-item .dropdown-menu .dropdown-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1b0f63;
    transition: all ease-in-out 0.4s;
    transform: scaleY(0);
    transform-origin: bottom center;
}

.header-main li.nav-item .dropdown-menu .dropdown-item:focus,
.header-main li.nav-item .dropdown-menu .dropdown-item:hover {
    color: #fff;
    background-color: transparent;
    font-weight: 600;
}

.header-main li.nav-item.dropdown .dropdown-menu li {
    padding: 5px 0;
    font-size: 15px;
}

.header-main li.nav-item.dropdown .dropdown-menu li + li {
    border-top: 1px solid #ededed;
}

.header-main li.nav-item .dropdown-menu .dropdown-item:hover::before {
    transform: scaleY(1);
    z-index: -1;
}

.header-main li.nav-item.btn-nav-item .nav-link::after {
    visibility: hidden;
}

.header-main li.nav-item.btn-nav-item .nav-link {
    color: #323232;
    padding: 8px 30px;
    font-weight: 700;
}

.header-main li.nav-item.btn-nav-item .btn-one > i {
    margin-left: 8px;
    margin-right: 0px;
}

.header-main li.nav-item.btn-nav-item .btn-one:hover {}

/**************************************
Page Header
**************************************/
.page-header-outer {
    position: relative;
    background-color: #e8e7ef;
    text-align: center;
    z-index: 0;
    overflow: hidden;
}

.page-header-inner {
    padding: 150px 0px 20px;
    position: relative;
}

.page-header-inner::after,
.page-header-inner::before {
    content: '';
    position: absolute;
    border: 30px double #1B0F63;
    border-radius: 50%;
    opacity: 0.06;
    z-index: -1;
    animation: beat 4s ease-in-out alternate infinite;
    -webkit-animation: beat 4s ease-in-out alternate infinite;
}

.page-header-inner::before {
    top: -15%;
    left: -8%;
    width: 500px;
    height: 500px;
    border-width: 250px;
    animation-duration: 5s;
}

.page-header-inner::after {
    top: 30%;
    right: -10%;
    width: 450px;
    height: 450px;
    border-width: 225px;
}

@keyframes beat {
    100% {
        transform: scale(0.9);
    }
}

@-webkit-keyframes beat {
    100% {
        transform: scale(0.9);
    }
}

.page-header-outer.style-2 .page-header-inner::after {
    top: 10%;
    left: 50%;
}

.page-header-outer h1 {
    font-weight: 800;
    font-size: 4rem;
}

ul.breadcrumbs {
    font-size: 18px;
}

ul.breadcrumbs li,
ul.breadcrumbs li a:hover {}

ul.breadcrumbs li i {
    margin-left: 8px;
}

.page-header-outer.style-2 p {
    color: #fff;
}

/**************************************
Portfolio Section 
**************************************/
.main-banner {
    padding: 160px 0 0px;
    background-image: url(../img/resource/cloud-bg.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
}

.intro-banner {
    position: relative;
    padding: 160px 0 0px;
}

.intro-banner .half-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background-image: url(../img/resource/cloud-bg.svg);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    z-index: -1;
    background-color: #fff;
}

.intro-banner .half-bg .section-curve {
    display: flex;
    align-items: flex-end;
    height: 100%;
}

.counter.banner-counter {
    position: absolute;
    top: 30%;
    left: -55px;
    background: #fff;
    padding: 18px;
    box-shadow: 0px 10px 30px 0px rgb(78 76 76 / 20%);
    border-radius: 20px;
    border: 2px dotted #eb9400;
    animation: moveUpDown 5s linear infinite;
}

.counter.banner-counter h3,
.counter.banner-counter h3 span {
    font-size: 52px;
    line-height: 48px;
    color: #1b0f63;
    font-weight: 600;
}

@keyframes moveUpDown {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0);
    }
}

@-webkit-keyframes moveUpDown {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0);
    }
}


/**************************************
About Section 
**************************************/
.icon-box h5 {
    display: flex;
    align-items: center;
}

.icon-box h5 > i {
    font-size: 26px;
    padding: 10px;
    background-color: #1b0f63;
    border-radius: 15px;
    margin-right: 16px;
    color: #fff;
}

/**************************************
Service Section 
**************************************/
.service-box {
    background-color: #fff;
    padding: 35px 25px;
    text-align: center;
    border-radius: 20px;
    box-shadow: 0px 10px 30px 0px rgb(78 76 76 / 20%);
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.service-box::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: #f6f6f6;
    z-index: -1;
    transform: skewY(30deg);
}

.service-box img {
    max-width: 70px;
    margin-bottom: 25px;
}

.service-box.style-2 {
    display: flex;
    align-items: center;
    text-align: left;
}

.service-box.style-2 img {
    max-width: 70px;
    min-width: 70px;
    margin-right: 25px;
}

/**************************************
process Section 
**************************************/
.process-box {
    position: relative;
    text-align: center;
    padding: 0 20px;
}

.process-box h5 span {
    font-size: 30px;
}

.process-img {
    max-width: 90px;
    padding: 20px;
    margin: 0 auto 10px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.process-box .connect-line {
    position: absolute;
    top: 25px;
    right: -30%;
    width: 60%;
    opacity: 0.3;
    transform: rotate(5deg);
}

/**************************************
Counter Section 
**************************************/
.counter.counter-box-1 {
    display: flex;
    align-items: center;
}

.counter-icon {
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    background: #f7f7f7;
    border-radius: 20px;
    font-size: 32px;
    color: #fff;
    margin-right: 20px;
}

.counter-txt h3 {
    font-weight: 600;
    font-size: 36px;
    margin-bottom: 0;
}

.counter.counter-box-1 p {
    margin-bottom: 0;
    font-size: 16px;
}

/**************************************
Mission Vision Section 
**************************************/
.content-box {
    background-color: #fff;
    padding: 30px 25px;
    text-align: center;
    border-radius: 20px;
    box-shadow: 0px 5px 20px 0px rgb(78 76 76 / 15%);
}

.content-box img {
    max-width: 60px;
    margin-bottom: 18px;
}

.content-box p {
    margin-bottom: 0;
}

/**************************************
Portfolio Section 
**************************************/
.portfolio-outer {}

.portfolio-inner {
    width: 100%;
    margin: 0 auto;
}

.portfolio-inner .grid {
    text-align: center;
    margin-left: -15px;
    margin-right: -15px;
}

.grid-box {
    padding: 15px;
}

.grid-box img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    transition: all ease-in-out 0.4s;
}

.grid-box > a {
    position: relative;
    display: block;
    border-radius: 15px;
    overflow: hidden;
}

.grid-box > a:hover img {
    transform: scale(1.1);
}

.grid-box > a:hover .project-info {
    opacity: 1;
    transform: scale(1);
}

.project-info {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    padding: 10px;
    background: #fff;
    z-index: 3;
    opacity: 0;
    transform: scale(1.5);
    transition: all ease-in-out 0.4s;
}

.project-info h5 {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
}

.filters {}

.filters ul {
    list-style: none;
    padding: 20px 0;
}

.filters li {
    display: inline-block;
    padding: 8px 25px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    letter-spacing: .05em;
}

.filters li:hover {
    color: #a6a6a6;
}

.filters li.active {
    color: #323232;
    border-radius: 15px;
    background: #EC9400;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}

/**************************************
Project Single
**************************************/
.project-category {
    color: #1B0F63;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.project-features-list li.list-group-item {
    padding-left: 0;
    padding-right: 0;
}

.project-features-list h6 {
    color: #1B0F63;
}

.project-features-list p {
    margin-bottom: 0;
}

.post-nav {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
}

.post-nav a {
    font-weight: 500;
    display: block;
    padding: 15px 20px;
    border-radius: 15px;
}

.post-nav a:hover {
    color: #1B0F63;
}

.post-prev a i {
    margin-right: 5px;
}

.post-next a i {
    margin-left: 5px;
}

.post-prev a p,
.post-next a p {
    margin-bottom: 0;
    color: #323232;
    font-size: 18px;
    font-weight: 700;
}


/**************************************
FAQ Section
**************************************/
.accordion-box {
    border: 1px solid #d0d0d0 !important;
    border-radius: 15px !important;
    overflow: hidden;
}

.accordion-box + .accordion-box {
    margin-top: 15px;
}

.accordion-header {
    margin-bottom: 0;
}

.accordion-button {
    padding: 12px 15px;
    line-height: 1.5;
    font-size: 17px;
    font-weight: 500;
}

.accordion-button:not(.collapsed) {
    color: #1B0F63;
    background: #fff;
    box-shadow: none;
    font-weight: 800;
}

.accordion-button:focus {
    border-color: #314856;
    box-shadow: none;
}

.accordion-button::after {
    flex-shrink: 0;
    width: auto;
    height: auto;
    margin-left: auto;
    content: "+";
    background-image: none !important;
    transition: transform .2s ease-in-out;
    -webkit-font-smoothing: antialiased;
    font-size: 23px;
    font-weight: 600;
    line-height: 1;
}

.accordion-box .accordion-body {
    background: #fff;
    padding-top: 0;
}

/**************************************
Team Section
**************************************/
.team-box {
    position: relative;
}

.team-box img {
    border-radius: 15px;
    overflow: hidden;
}

.team-info {
    padding: 10px 15px;
    text-align: center;
    z-index: 5;
}

.team-info p,
.team-info h5 {
    margin-bottom: 0;
}


.team-img-wrap {
    position: relative;
}

.team-img-wrap .social-bar {
    position: absolute;
    text-align: center;
    display: flex;
}

.team-style-1 .team-img-wrap .social-bar {
    left: 50%;
    bottom: 15px;
    transform: translateX(-50%);
}

.team-img-wrap .social-bar > li {
    transform: scale(0);
    transition: all cubic-bezier(0.73, -0.09, 0.01, 0.98) 0.4s;
}

.team-style-1 .team-img-wrap .social-bar > li {
    margin-right: 10px;
}

.team-box:hover .social-bar li {
    transform: scale(1);
}

/**************************************
Pricing Section
**************************************/
.pricing-box {
    padding: 30px 30px;
    border-right: 1px solid #dedede;
}

.pricing-top .anual-price {
    display: none;
}

.pricing-top .h1 {
    color: #EC9400;
}

.pricing-top .h1 span {
    color: #323232;
    font-size: 18px;
    font-weight: 700;
}

.pricing-inner {
    padding: 25px;
}

.pricing-box li.list-group-item {
    border: 0;
    padding: 5px 0;
    background: transparent;
}

.payments-list img {
    max-width: 48px;
}

.payments-list img + img {
    margin-left: 5px;
}

.toggle-section {
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    color: #323232;
    margin-bottom: 30px;
}

.toggle-section #switch {
    display: none;
}

.toggle-section .switch-label {
    position: relative;
    cursor: pointer;
    width: 60px;
    height: 30px;
    background: #EC9400;
    border-radius: 50px;
    overflow: hidden;
    margin: 0 15px;
    transition: all 0.4s ease-in-out;
}

.toggle-section .switch-label::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #fff;
    transition: all 0.4s ease-in-out;
}

.toggle-section #switch:checked + .switch-label::before {
    transition: all 0.4s ease-in-out;
    transform: translateX(30px);
}

/**************************************
Testimonial Section
**************************************/
.testimonial-outer {}

.testi-style-1 .owl-item.active.center {
    transform: scale(1) !important;
}

.testi-style-1 .testi-box {
    position: relative;
    padding: 20px;
    border-radius: 20px;
    background-color: #fff;
    z-index: 2;
    overflow: hidden;
    box-shadow: 0px 5px 20px 0px rgb(78 76 76 / 15%);
    border: 1px dashed #bfbfbf;
}

.testi-style-1 .testi-box::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: -8%;
    width: 40%;
    height: 100%;
    background: #f6f6f6;
    z-index: -1;
    transform: skewx(-20deg);
}

.testi-style-1 .user-box,
.testi-style-2 .user-box {
    display: flex;
    align-items: center;
    z-index: 2;
    position: relative;
    margin-top: 20px;
}

.testi-style-1 .user-box img,
.testi-style-2 .user-box img {
    max-width: 65px;
    border-radius: 50%;
    border: 2px solid #ec9400;
    margin-right: 20px;
    padding: 3px;
}

.testi-style-1 .user-box p {
    font-size: 14px;
}

.testi-style-1 p,
.testi-style-1 .user-box h6,
.testi-style-2 p,
.testi-style-2 .user-box h6 {
    margin-bottom: 0;
}

.testi-style-2 .testi-box span.icofont-quote-right,
.testi-style-1 .testi-box span.icofont-quote-right {
    position: absolute;
    bottom: 10px;
    right: 20px;
    line-height: 1;
    font-size: 82px;
    color: #1b0f63;
    opacity: 0.15;
}

.testi-style-2 .testi-box span.icofont-quote-right {
    opacity: 0.08;
}

.testi-style-2 .testi-box {
    position: relative;
    background: #fff;
    box-shadow: 1rem 1rem 1rem rgb(0 0 0 / 6%);
    border-radius: 15px;
    overflow: hidden;
    padding: 25px 20px;
}

.testi-style-2 .testi-box > p {
    margin-top: 20px;
}


/**************************************
Brands Section
**************************************/
.brand-box {
    padding: 0 15px;
    opacity: 0.95;
    transition: all ease-in-out 0.4s;
}

.brand-box:hover {
    opacity: 1;
    transform: scale(1.1);
}

/**************************************
CTA Section
**************************************/
.cta-outer {
    padding: 80px 0;
    background-color: #0c0623;
    background-image: url(../img/resource/dotted-map.svg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;

}

/**************************************
Why US Section
**************************************/
.why-outer,
.dark-bg-pattern {
    background-color: #0c0623;
    background-image: url(../img/resource/dotted-map.svg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;

}

/**************************************
Blog Section
**************************************/
.blogs-outer .inner-cover {
    background: linear-gradient(to top, #ffffff, #e9fff3);
}

.blog-box {
    margin-bottom: 50px;
}

.blog-box .blog-img {
    max-width: 100%;
    border-radius: 20px;
}

.blog-info {
    font-size: 14px;
    margin-top: 5px;
}

.blog-box .blog-info a {
    color: #6c757d;
}

.blog-box .blog-info i,
.blog-box .stats i {
    color: #1B0F63;
}

.link-btn {
    font-weight: 500;
}

.blog-box .card-footer .link-btn:hover {
    color: #323232;
}

.blog-box:hover .blog-title {
    text-decoration: underline;
    transition: all ease-in-out 0.4s;
}

.blog-recent-info .h6 {
    line-height: 1.3;
    display: block;
    font-weight: 600;
}

/**************************************
Single Blog Section
**************************************/
.blog-detail-inner {
    padding: 30px 0 0;
}

.single-blog-info {
    font-weight: 500;
    margin-bottom: 10px;
}

.single-blog-info .col i {
    margin-right: 5px;
}

.blockquote {
    font-weight: 500;
    padding: 20px 35px;
    background: #f2f2f2;
    line-height: 1.8;
    border-left: 5px solid #1B0F63;
    border-radius: 0 25px 25px 0;
}

.blockquote blockquote {
    font-style: italic;
    font-weight: 300;
}

.blockquote-footer span {
    color: #1B0F63;
    font-weight: 600;
}

.blog-user {
    padding: 30px;
    background: rgb(235 147 0 / 10%);
    border-radius: 15px;
    margin: 25px 0 50px;
}

.comments-list {
    padding: 10px 0;
}

.comments-list .comment-item {
    padding: 20px 0;
    border-bottom: 1px solid #dee2e6;
}

.blog-user .blog-user-img img,
.comments-list .comment-item .comment-user img {
    max-width: 100px;
}

.blog-user .blog-user-info,
.comments-list .comment-item .comment-info {
    margin-left: 25px;
}

.blog-sidebar,
.service-sidebar {
    padding-left: 20px;
}

.sidebar-card {
    margin-bottom: 35px;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 6%);
    border: 1px solid #ededed;
    border-radius: 25px;
}

.product-sidebar .sidebar-card {
    box-shadow: none;
    border: none;
    border-radius: 0;
}

.product-sidebar .sidebar-card .card-body {
    padding: 0;
}

.sidebar-card .theme-title {
    margin-bottom: 0;
}


.sidebar-card .theme-title .title-deco {
    width: 120px;
}

.sidebar-card .card-body {
    padding: 35px;
}

.sidebar-card .list-group li {
    padding-left: 0;
    padding-right: 0;
}

.sidebar-card .list-group li a {
    color: #6b6b6b;
}

.sidebar-card .list-group li a span {
    float: right;
    font-weight: 500;
}

.sidebar-card .list-group li a:hover {
    color: #1B0F63;
}

.sidebar-card .list-group li i {
    margin-right: 5px;
    color: #1B0F63;
}

ul.box-list {
    list-style: none;
    padding-left: 0px;
}

ul.box-list li a {
    display: block;
    padding: 10px 20px;
    background: #f1f1f1;
    margin-bottom: 15px;
    border-radius: 10px;
    color: #323232;
    font-weight: 600;

}

ul.box-list li a:hover {
    background-color: #1B0F63;
    color: #fff;
}

ul.box-list li i {
    color: #EC9400;
    background: #323232;
    border-radius: 10px;
    line-height: 0.8;
    margin-right: 8px;
}

.blog-search .form-control {
    padding: 10px;
}

.blog-search .btn {
    padding: 12px 15px;
    border-radius: 8px;
    background: #1B0F63;
    border: 0;
}

.blog-recent-list .blog-recent-item {
    padding: 15px 0;
    display: flex;
    align-items: center;
}

.blog-recent-list .blog-recent-item .blog-recent-img img {
    width: 100px;
    height: auto;
    min-width: 100px;
    border-radius: 5px;
}

.blog-recent-list .blog-recent-item .blog-recent-info {
    margin-left: 15px;
}

.blog-tags .blog-tags-list {
    flex-wrap: wrap;
}

.blog-tags .blog-tags-list li {
    padding: 0;
    border: 0;
    margin: 5px 10px 5px 0;
}

.blog-tags .blog-tags-list li a {
    padding: 8px 10px;
    background: #1b0f63;
    color: #fff;
    display: block;
    border-radius: 20px;
    font-size: 13px;
    line-height: 1;
}

.blog-tags .blog-tags-list li a:hover {
    background: #1B0F63;
    color: #fff;
}

.sidebar-ads,
.product-sidebar .sidebar-card.sidebar-ads {
    position: relative;
    background-image: url(../img/resource/blog-ad.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 15px;
    z-index: 0;
    border-radius: 15px;
}

.sidebar-ads .card-body,
.product-sidebar .sidebar-ads.sidebar-card .card-body {
    border: 2px dashed #ffffff;
    border-radius: 15px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.sidebar-ads h4 {
    color: #fff;
    line-height: 1.6;
    font-weight: 800;
}

.sidebar-ads::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

.price-slider .ui-slider-horizontal {
    height: .4em;
}

.price-slider .ui-slider-horizontal {
    margin-bottom: 15px;
    margin-top: 15px;
    width: 90%;
    margin-left: 10px;
}

.price-slider .ui-slider-horizontal .ui-slider-handle {
    top: -0.5em;
    border-radius: 50%;
    background: #f6f6f6 !important;
    border: 1px solid #c5c5c5 !important;
}

.price-slider .ui-widget-header {
    background: #1B0F63;
}

.price-slider .price-filter-outputs {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}

.price-slider .price-range-field {
    width: 40%;
    min-width: 40%;
    font-size: 14px;
    height: 26px;
    padding: 5px;
}

/**************************************
Contact Us
**************************************/

label {
    margin-bottom: 5px;
}

.form-control,
.form-select {
    border-radius: 12px;
    border: 1px solid #e7e7e7;
    font-size: 15px;
    padding: 12px 15px;
    background-color: #f8f8f8;
}

.form-control.form-control-sm,
.form-control-sm.form-select {
    padding: 4px 10px;
}

.input-group-text {
    border-radius: 8px 0 0 8px;
    padding: 10px 12px;
}

.form-check {
    cursor: pointer;
}

.form-check-input:checked {
    background-color: #1B0F63;
    border-color: #1B0F63;
}

.form-check-input:focus {
    border-color: #00a54d;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(0 165 77 / 25%);
}

.form-control:focus,
.form-select:focus {
    border: 1px solid #1B0F63;
    box-shadow: none;
}

.content-box.contact-box {
    min-height: 230px;
}

.map-inner {
    border-radius: 20px;
    overflow: hidden;
    border: 4px solid #e9e9e9;
}

.map-inner iframe {
    display: block;
}


/**************************************
Footer 
**************************************/
.footer-main {
    z-index: 5;
    position: relative;
}

.footer-inner {
    position: relative;
    padding: 65px 0;
    z-index: 100;
    color: #979797;
    background-color: #0c0623;
}

footer h3 {
    color: #fff;
}

footer .title-deco {
    max-width: 85px;
    margin-bottom: 15px;
}

footer p,
.footer-bottom p {
    margin-bottom: 0;
    color: #dfdfdf;
}

footer .logo-img {
    width: 180px;
    height: auto;
}

footer .widget-title {
    position: relative;
    color: #fff;
    font-size: 1.6rem;
    margin-bottom: 15px;
}

ul.widget-list {
    list-style: none;
    padding-left: 0;
    line-height: 36px;
}

ul.widget-list li {
    display: flex;
    align-items: baseline;
}

ul.widget-list li a {
    color: #dfdfdf;
    font-size: 16px;
}

ul.widget-list li a:hover,
.link-btn:hover {
    color: #fff;
}

ul.widget-list li i {
    color: #ffffff;
    font-size: 15px;
    margin-right: 8px;
}

footer .btn-one:hover {
    background-color: #fff;
    color: #010101 !important;
}

.footer-bottom {
    padding: 20px 12px;
    text-align: center;
    border-top: 1px solid #2e2e2e;
    background-color: #08041a;
    font-size: 14px;
}

/**************************************
404 Error Page
**************************************/
.error-section {
    padding: 200px 0 100px;
    text-align: center;
}

.error-section #middle {
    font-size: 230px;
    line-height: 1;
    font-weight: bold;
    text-shadow:
        5px 5px 0 rgb(235 147 0 / 30%),
        -3px -3px 0 rgb(235 147 0 / 30%),
        3px -3px 0 rgb(235 147 0 / 30%),
        -3px 3px 0 rgb(235 147 0 / 30%),
        3px 3px 0 rgb(235 147 0 / 30%);
}

.error-section #bottom {
    font-size: 26px;
}


/**************************************
Mobile Responsive Media Queries 
**************************************/

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1200px;
    }
}

/**************************************
For All Device Greater Then 991px
**************************************/
@media (min-width: 992px) {
    .header-main li.nav-item.dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0px;
    }
}

/**************************************
For All Device Less Then 991px
**************************************/
@media (max-width: 991px) {

    .btn-one,
    .btn-two {
        padding: 7px 20px;
        font-size: 15px;
        line-height: 1.7;
    }

    .btn-one.btn-lg {
        padding: 8px 30px;
        font-size: 17px;
    }

    .google-btn {
        font-size: 16px;
        padding: 8px 20px;
    }

    .google-btn img {
        width: 22px;
    }

    .header-main li.nav-item .dropdown-menu .dropdown-item::before {
        display: none;
    }

    .header-main .navbar {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .header-main button.navbar-toggler {
        padding: 8px 9px;
        font-size: 18px;
        line-height: 1;
        border-color: #1B0F63;
        color: #323232;
        border-radius: 10px;
    }

    .header-main button.navbar-toggler:hover,
    .header-main button.navbar-toggler:active,
    .header-main button.navbar-toggler:focus {
        border-color: #1B0F63;
        background-color: #1B0F63;
        color: #fff;
    }


    .header-main .navbar-collapse.collapsing .navbar-nav {
        display: block;
        position: fixed;
        top: 0;
        bottom: 0;
        left: -190px;
        transition: all 0.2s ease;
    }

    .header-main .navbar-collapse.show .navbar-nav {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        flex-direction: column;
        height: auto;
        width: 250px;
        padding: 0 15px;
        transition: left 0.35s ease;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
        background-color: #ffffff;

    }

    .header-main .navbar-collapse.show {
        z-index: 999;
    }

    .header-main .navbar-collapse.show::after {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: rgb(0 0 0 / 25%);
        z-index: -1;
    }

    .header-main button.navbar-close {
        position: absolute;
        top: 10px;
        right: -40px;
        color: #fff;
        font-size: 24px;
        padding: 8px;
        border: 0 !important;
        background: #1B0F63;
        border-radius: 0 10px 10px 0;
    }

    .header-main li.nav-item a.nav-link {
        font-size: 16px;
    }

    .header-main li.nav-item a.nav-link::after {
        float: right;
    }

    .header-main li.nav-item a.nav-link.dropdown-toggle.show {
        padding-bottom: 0;
    }

    .header-main .navbar .navbar-nav li.nav-item {
        margin: 0;
    }

    .header-main li.nav-item.dropdown .dropdown-menu li {
        padding: 2px 0;
    }

    .header-main li.nav-item .dropdown-menu .dropdown-item:focus,
    .header-main li.nav-item .dropdown-menu .dropdown-item:hover {
        color: #323232;
    }

    .header-main .navbar .navbar-nav li.nav-item + li.nav-item {
        border-top: 1px solid #e4e4e4;
    }

    .header-main li.nav-item .dropdown-menu {
        padding: 0px 0 5px;
        box-shadow: none;
    }

    .header-main li.nav-item.btn-nav-item .btn-one {
        padding: 2px 15px;
        margin: 12px 0 10px;
        font-size: 16px;
    }

    .header-main .navbar.navbar-light .navbar-text {
        display: none;
    }
}

/**************************************
For All Mobiles
**************************************/
@media only screen and (min-width: 300px) and (max-width: 691px) {

    .fix-bg .sp-1,
    .fix-bg .sp-3 {
        display: none;
    }

    .h1,
    h1 {
        font-size: 2.2rem;
        font-weight: 800;
    }

    .h2,
    h2 {
        font-size: 1.9rem;
    }

    .h5,
    h5 {
        font-size: 1.15rem;
    }

    .h6,
    h6 {
        line-height: 1.5;
    }

    .w-75 {
        width: 90% !important;
    }

    ul.theme-list.three-row-list li {
        width: 100%;
    }

    .section-space {
        padding: 75px 0;
    }

    .inner-cover {
        padding: 55px 0;
    }

    .section-title h2 {
        font-size: 2.1rem;
    }

    .header-main.style-2 .top-bar {
        display: none;
    }

    .navbar-brand > img {
        width: 140px;
    }

    .main-banner,
    .intro-banner {
        padding-top: 130px;
    }

    .intro-banner .half-bg {
        height: 85%;
    }

    .counter.counter-box-1 {
        display: block;
    }

    .counter-icon {
        margin-bottom: 15px;
    }

    .service-box.style-2 {
        display: block;
        text-align: center;
    }

    .testi-style-2 .testi-box {
        box-shadow: 0rem 0rem 1rem rgb(0 0 0 / 6%);
    }

    .process-box .connect-line {
        display: none;
    }

    .pricing-box {
        border: 0;
        text-align: center;
        padding: 20px;
    }

    .pricing-top .h1 {
        font-size: 2.8rem;
    }

    .toggle-section {
        margin-bottom: 20px;
        margin-top: 40px;
    }

    .payments-list img {
        max-width: 42px;
    }

    .testi-style-1 .testi-box::after {
        right: -20%;
        width: 50%;
    }

    .page-header-outer {}

    .page-header-inner::before {
        display: none;
    }

    .page-header-inner::after {
        top: 30%;
        right: -30%;
        width: 300px;
        height: 300px;
        border-width: 160px;
    }

    .page-header-inner {
        padding: 110px 0px 30px;
    }

    .page-header-outer h1 {
        font-size: 2.55rem;
    }

    .portfolio-outer {
        background-size: 180%;
    }

    .filters ul {
        display: flex;
        flex-direction: column-reverse;
    }

    .page-portfolio .filters ul {
        flex-direction: column;
    }

    .filters li {
        margin: 3px 0;
    }

    .testimonial-outer {
        background-size: 150%;
    }

    .blockquote {
        font-size: 1rem;
    }

    .post-nav a {
        padding: 15px 5px;
    }

    .blog-user {
        padding: 30px 15px;
    }

    .blog-user .blog-user-info,
    .comments-list .comment-item .comment-info {
        margin-left: 0;
    }

    .blog-sidebar,
    .service-sidebar {
        padding-left: 0px;
    }

    .sidebar-card .card-body {
        padding: 25px;
    }

    .pricing-box.side-boxes {
        transform: scale(1);
    }

    .error-section {
        padding: 140px 0 90px;
    }

    .error-section #middle {
        font-size: 110px;
    }

    .error-section #bottom {
        font-size: 22px;
    }

    footer .logo-img {
        width: 160px;
    }

    .footer-bottom p {
        line-height: 1.7;
    }

    footer .widget-title {
        font-size: 1.3rem;
    }
}


/**************************************
For All Medium Devices (Tablet, phablet etc.)
**************************************/

@media only screen and (min-width: 692px) and (max-width: 991px) {

    .h1,
    h1 {
        font-size: 2.8rem;
    }

    .h2,
    h2 {
        font-size: 2.2rem;
    }

    .h5,
    h5 {
        font-size: 1.15rem;
    }

    .h6,
    h6 {
        line-height: 1.5;
    }

    .section-title h2 {
        font-size: 2.4rem;
    }

    .section-space {
        padding: 80px 0;
    }

    .inner-cover {
        padding: 40px 0;
    }

    .navbar-brand > img {
        width: 165px;
    }

    .header-main .navbar {
        padding-left: 30px;
        padding-right: 30px;
    }

    .main-banner,
    .intro-banner {
        padding-top: 140px;
    }

    .intro-banner .half-bg {
        height: 75%;
    }

    .counter.counter-box-1 {
        display: block;
        text-align: center;
    }

    .counter-icon {
        margin: 0 auto 15px;
    }

    .process-box {
        padding: 0;
    }

    .process-box .connect-line {
        width: 50%;
    }

    .pricing-top .h3 {
        font-size: 23px;
    }

    .pricing-box {
        padding: 20px 15px;
    }

    .testi-style-1 .testi-box::after {
        right: -20%;
        width: 50%;
    }

    .filters ul {
        display: flex;
        flex-direction: row-reverse;
    }

    .page-portfolio .filters ul {
        flex-direction: row;
    }

    .page-header-inner {
        padding: 120px 0px 30px;
    }

    .page-header-inner::before {
        top: 30%;
        width: 300px;
        height: 300px;
        border-width: 150px;
    }

    .page-header-inner::after {
        top: 5%;
        right: -20%;
        width: 350px;
        height: 350px;
        border-width: 180px;
    }

    .page-header-outer h1 {
        font-size: 3rem;
    }

    .testimonial-outer {
        background-size: 65%;
    }

    .testi-style-1 .owl-item {
        transform: scale(1) !important;
    }

    .blog-sidebar,
    .service-sidebar {
        padding-left: 0px;
    }

    .pricing-inner {
        padding: 15px;
    }
    
    .error-section {
        padding: 150px 0 90px;
    }

    .error-section #middle {
        font-size: 180px;
    }

    .error-section #bottom {
        font-size: 24px;
    }

}
