/*----------------------------------------------------------------------------
[ Rezme Table Of Content ]

1.global css
	1.1.background color
	1.2.global paddin and margin
2.Page Loader
3.sitebar-header style
	3.1.nav-toggle-area
	3.2.main-menu
4.main-container
	4.1.orange-btn style
5.footer
6.home-1 page 
	6.1.page-main
7.about us
	7.1.about-col-item
	7.2.inline-countup
8.resume page
	8.1.line progress bar
9.blog page
	9.1.pagination
10.portfolio page
	10.1.testimonial-slider
	10.2.client-logos
11.contact us page
12.home-3 page
	12.1.tab-menu-area
	12.2.sidebar-content
	12.3.Home page sidebar
	12.4.header footer stiky
	12.5.menu-toggle
13.blog single-page
14.entry-content
15.blog single post-meta
	15.1.blog-postcomment
	15.2.form comment
16.sidebar-main-bottom-menu
17.popup styles
18.Animations
	18.1.nextprev-area arrow
	18.2.scrollbar custom css
19.main-wrapper3
20.404 page

-------------------------------------------------------------------------*/

/*----------------------*/

/* 1.global css         */

/*----------------------*/

figure,
figcaption {
    display: block;
}

html {
    font-size: 62.5%;
}

body {
    background: #e9edf4;
    font-size: 1.8rem;
    color: #777f8f;
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.filter-list button,
.popup-overlay,
.man-img img,
.home-img img,
input[type='submit'],
.ts-boxes.owl-carousel .owl-dots .owl-dot,
.full-overlay,
.main-wrapper-area:before,
.sidebar-menu ul li>a span,
a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

body.no-scroll {
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #363a40;
    line-height: 1.2;
    margin: 0;
    font-family: 'Overpass', sans-serif;
    font-weight: 600;
}

h1 {
    font-size: 3.4rem;
}

h2 {
    font-size: 2.6rem;
}

h3 {
    font-size: 2.2rem;
}

h4 {
    font-size: 1.6rem;
}

h5 {
    font-size: 1.4rem;
}

h6 {
    font-size: 1.3rem;
}

p {
    font-size: 1.5rem;
    line-height: 1.57;
    color: #6e7078;
    margin: 0;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.clearfix {
    overflow: hidden;
    clear: both;
}

:root {
    scroll-behavior: inherit;
}

/* 1.1.background color */

.bg-white {
    background: #fff;
}

/* 1.2.global paddin and margin */

.pt-175 {
    padding-top: 17.5rem;
}

.pt-170 {
    padding-top: 17rem;
}

.pt-165 {
    padding-top: 16.5rem;
}

.pt-160 {
    padding-top: 16rem;
}

.pt-155 {
    padding-top: 15.5rem;
}

.pt-150 {
    padding-top: 15rem;
}

.pt-145 {
    padding-top: 14.5rem;
}

.pt-140 {
    padding-top: 14rem;
}

.pt-135 {
    padding-top: 13.5rem;
}

.pt-130 {
    padding-top: 13rem;
}

.pt-125 {
    padding-top: 12.5rem;
}

.pt-120 {
    padding-top: 12rem;
}

.pt-115 {
    padding-top: 11.5rem;
}

.pt-110 {
    padding-top: 11rem;
}

.pt-105 {
    padding-top: 10.5rem;
}

.pt-100 {
    padding-top: 10rem;
}

.pt-95 {
    padding-top: 9.5rem;
}

.pt-90 {
    padding-top: 9rem;
}

.pt-85 {
    padding-top: 8.5rem;
}

.pt-80 {
    padding-top: 8rem;
}

.pt-75 {
    padding-top: 7.5rem;
}

.pt-70 {
    padding-top: 7rem;
}

.pt-65 {
    padding-top: 6.5rem;
}

.pt-60 {
    padding-top: 6rem;
}

.pt-55 {
    padding-top: 5.5rem;
}

.pt-50 {
    padding-top: 5rem;
}

.pt-45 {
    padding-top: 4.5rem;
}

.pt-40 {
    padding-top: 4rem;
}

.pt-35 {
    padding-top: 3.5rem;
}

.pt-30 {
    padding-top: 3rem;
}

.pt-25 {
    padding-top: 2.5rem;
}

.pt-20 {
    padding-top: 2rem;
}

.pt-15 {
    padding-top: 1.5rem;
}

.pt-10 {
    padding-top: 1rem;
}

.pt-5 {
    padding-top: 0.5rem;
}

.pb-175 {
    padding-bottom: 17.5rem;
}

.pb-170 {
    padding-bottom: 17rem;
}

.pb-165 {
    padding-bottom: 16.5rem;
}

.pb-160 {
    padding-bottom: 16rem;
}

.pb-155 {
    padding-bottom: 15.5rem;
}

.pb-150 {
    padding-bottom: 15rem;
}

.pb-145 {
    padding-bottom: 14.5rem;
}

.pb-140 {
    padding-bottom: 14rem;
}

.pb-135 {
    padding-bottom: 13.5rem;
}

.pb-130 {
    padding-bottom: 13rem;
}

.pb-125 {
    padding-bottom: 12.5rem;
}

.pb-120 {
    padding-bottom: 12rem;
}

.pb-115 {
    padding-bottom: 11.5rem;
}

.pb-110 {
    padding-bottom: 11rem;
}

.pb-105 {
    padding-bottom: 10.5rem;
}

.pb-100 {
    padding-bottom: 10rem;
}

.pb-95 {
    padding-bottom: 9.5rem;
}

.pb-90 {
    padding-bottom: 9rem;
}

.pb-85 {
    padding-bottom: 8.5rem;
}

.pb-80 {
    padding-bottom: 8rem;
}

.pb-75 {
    padding-bottom: 7.5rem;
}

.pb-70 {
    padding-bottom: 7rem;
}

.pb-65 {
    padding-bottom: 6.5rem;
}

.pb-60 {
    padding-bottom: 6rem;
}

.pb-55 {
    padding-bottom: 5.5rem;
}

.pb-50 {
    padding-bottom: 5rem;
}

.pb-45 {
    padding-bottom: 4.5rem;
}

.pb-40 {
    padding-bottom: 4rem;
}

.pb-35 {
    padding-bottom: 3.5rem;
}

.pb-30 {
    padding-bottom: 3rem;
}

.pb-25 {
    padding-bottom: 2.5rem;
}

.pb-20 {
    padding-bottom: 2rem;
}

.pb-15 {
    padding-bottom: 1.5rem;
}

.pb-10 {
    padding-bottom: 1rem;
}

.pb-5 {
    padding-bottom: 0.5rem;
}

.mt-100 {
    margin-top: 10rem;
}

.mt-95 {
    margin-top: 9.5rem;
}

.mt-90 {
    margin-top: 9rem;
}

.mt-85 {
    margin-top: 8.5rem;
}

.mt-80 {
    margin-top: 8rem;
}

.mt-75 {
    margin-top: 7.5rem;
}

.mt-70 {
    margin-top: 7rem;
}

.mt-65 {
    margin-top: 6.5rem;
}

.mt-60 {
    margin-top: 6rem;
}

.mt-55 {
    margin-top: 5.5rem;
}

.mt-50 {
    margin-top: 5rem;
}

.mt-45 {
    margin-top: 4.5rem;
}

.mt-40 {
    margin-top: 4rem;
}

.mt-35 {
    margin-top: 3.5rem;
}

.mt-30 {
    margin-top: 3rem;
}

.mt-25 {
    margin-top: 2.5rem;
}

.mt-20 {
    margin-top: 2rem;
}

.mt-15 {
    margin-top: 1.5rem;
}

.mt-10 {
    margin-top: 1rem;
}

.mt-05 {
    margin-top: 0.5rem;
}

.mb-100 {
    margin-bottom: 10rem;
}

.mb-95 {
    margin-bottom: 9.5rem;
}

.mb-90 {
    margin-bottom: 9rem;
}

.mb-85 {
    margin-bottom: 8.5rem;
}

.mb-80 {
    margin-bottom: 8rem;
}

.mb-75 {
    margin-bottom: 7.5rem;
}

.mb-70 {
    margin-bottom: 7rem;
}

.mb-65 {
    margin-bottom: 6.5rem;
}

.mb-60 {
    margin-bottom: 6rem;
}

.mb-55 {
    margin-bottom: 5.5rem;
}

.mb-50 {
    margin-bottom: 5rem;
}

.mb-45 {
    margin-bottom: 4.5rem;
}

.mb-40 {
    margin-bottom: 4rem;
}

.mb-35 {
    margin-bottom: 3.5rem;
}

.mb-30 {
    margin-bottom: 3rem;
}

.mb-25 {
    margin-bottom: 2.5rem;
}

.mb-20 {
    margin-bottom: 2rem;
}

.mb-15 {
    margin-bottom: 1.5rem;
}

.mb-10 {
    margin-bottom: 1rem;
}

.mb-05 {
    margin-bottom: 0.5rem;
}

header ul,
header ul li,
header ol li,
header ol {
    margin: 0;
    padding: 0;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    padding-right: var(--bs-gutter-x, 1.2rem);
    padding-left: var(--bs-gutter-x, 1.2rem);
}

.row {
    margin-right: calc(var(--bs-gutter-x) * -.8);
    margin-left: calc(var(--bs-gutter-x) * -.8);
}

.row>* {
    padding-right: calc(var(--bs-gutter-x) * .8);
    padding-left: calc(var(--bs-gutter-x) * .8);
}

/*----------------------*/

/* 2.Page Loader        */

/*----------------------*/

.loading-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999999;
}

#loading {
    background-color: #fff;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    margin-top: 0px;
    top: 0px;
}

#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}

@keyframes ripple {
    from {
        transform: scale(0);
        opacity: 1;
    }
    to {
        transform: scale(1);
        opacity: 0;
    }
}

.multi-ripple {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.multi-ripple div {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #332e9f;
    animation: 1.5s ripple infinite;
}

.multi-ripple div:nth-child(2) {
    animation-delay: 0.5s;
    opacity: 0;
}

body,
html {
    height: 100%;
}

.main-wrapper2 .main-wrap {
    padding-right: 8rem;
}

.main-wrapper:after {
    background-color: #ce620a;
    width: 3600px;
    height: 3600px;
    content: '';
    position: absolute;
    right: -2650px;
    bottom: -3000px;
    z-index: -2;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.main-wrapper:before {
    background-color: #332e9f;
    width: 3600px;
    height: 3600px;
    content: '';
    position: absolute;
    left: -2700px;
    top: -3000px;
    z-index: -1;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

/*----------------------*/

/* 3.header style       */

/*----------------------*/

.header-container {
    width: 100%;
    z-index: 999;
}

.logo {
    max-width: 140px;
    margin-right: auto;
}

.logo img {
    max-width: 100%;
    height: auto;
    display: block;
}

.mobile-logo-area {
    width: 120px;
    float: left;
    margin: 10px 0 0 15px;
}

.logo-icon {
    width: 29px;
}

.logo-icon img {
    max-width: 100%;
    height: auto;
    display: block;
}

.logo-title {
    color: #363a40;
    font-size: 2.3rem;
    line-height: 1;
    margin: 6px 0 0 6px;
    font-family: 'Overpass', sans-serif;
    font-weight: 700;
}

.logo-title a {
    color: #363a40;
    text-decoration: none;
}

.logo-title a small {
    color: #ce620a;
}

.logo-area {
    width: 100%;
    margin: 1rem 0 2rem 0;
    -webkit-justify-content: center;
    justify-content: center;
}

.logo-area .logo-icon {
    width: 43px;
}

.logo-area .logo-title {
    font-size: 3.5rem;
    margin-left: 8px;
}

.logo-area .logo-title a,
.logo-area .logo-title a small {
    color: #fff;
}

.logo-area .logo {
    margin: 0 auto 1.5rem;
}

.social-list {
    padding-right: 2.4rem;
}

.social-list li {
    list-style-type: none;
    color: #3b5998;
    font-size: 1.6rem;
    padding: 3px .6rem;
}

.social-list li a {
    color: #3b5998;
}

.social-list li.social-list-tw a {
    color: #1da1f2;
}

.social-list li.social-list-youtube a {
    color: #ff1e00;
}

.social-list li.social-list-ins a {
    color: #dd4b39;
}

/* 3.1.nav-toggle-area */

.nav-toggle-area {
    position: relative;
}

.nav-toggle-area .main-menu {
    visibility: hidden;
    opacity: 0;
}

.nav-toggle-area.nav-toggle-active .main-menu {
    visibility: visible;
    opacity: 1;
}

.nav-toggle-btn {
    width: 4rem;
}

.nav-toggle-btn a {
    background-color: #fff;
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    display: block;
    color: #000;
    font-size: 2.3rem;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.menu-toggle .fa-bars,
.nav-toggle-btn a .fa-bars {
    display: block;
    line-height: inherit;
}

.menu-toggle.menu-toggle-active .fa-bars,
.nav-toggle-btn a .fa-xmark {
    display: none;
    line-height: inherit;
}

.menu-toggle.menu-toggle-active .fa-xmark,
.nav-toggle-area.nav-toggle-active .nav-toggle-btn a .fa-bars {
    display: block;
}

.nav-toggle-area .orange-btn {
    height: 3.9rem;
    line-height: 3.7rem;
}

/* 3.2.main-menu */

.main-menu {
    background-color: #fff;
    width: auto;
    position: absolute;
    top: 0;
    right: 100%;
    -webkit-border-radius: 3rem;
    border-radius: 3rem;
}

.main-menu ul {
    display: flex;
    padding-top: .7rem;
}

.main-menu ul li {
    font-size: 1.6rem;
    color: #363a40;
    margin: 0 1.5rem;
    text-transform: capitalize;
    position: relative;
    padding: 3px 0 2px 0;
    list-style-type: none;
    font-family: 'Overpass', sans-serif;
    font-weight: 600;
}

.main-menu ul li:before {
    background-color: #c7c6df;
    width: 1px;
    height: 1.4rem;
    content: '';
    position: absolute;
    top: .6rem;
    left: -1.6rem;
}

.main-menu ul li:first-child:before {
    display: none;
}

.main-menu ul li a {
    color: #363a40;
    display: block;
    padding-bottom: 4px;
    text-decoration: none;
}

.main-menu ul li:hover>a,
.main-menu ul li a:hover,
.main-menu ul li.current-menu-item>a {
    color: #cd620a;
}

/*----------------------*/

/*  4.main-container    */

/*----------------------*/

.main-wrap {
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: cover;
    z-index: 20;
    padding: 5rem 6rem 4rem 6rem;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    -webkit-box-shadow: 0px 0px 28px -14px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 28px -14px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 28px -14px rgba(0, 0, 0, 0.75);
}

.site-main-wrap-area .main-wrap {
    padding-top: 8rem;
    padding-bottom: 8rem;
    display: inline-block;
}

.bg-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}

.home-img-area {
    z-index: 4;
}

.home-img-area:after {
    background: url(../images/bgr-bg-overlay-after2.png) no-repeat 0 0;
    background-size: 37rem 42rem;
    width: 38rem;
    height: 42rem;
    content: '';
    position: absolute;
    top: -4rem;
    left: -3rem;
    z-index: -1;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    display: none;
}

.home-img {
    width: 30rem;
    height: 30rem;
    margin-left: auto;
    overflow: hidden;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.home-main-content h1 {
    color: #fff;
    font-size: 7.7rem;
    line-height: 1.1;
    padding-bottom: 1rem;
}

.home-main-content h3 {
    color: #fff;
    font-size: 2.6rem;
    line-height: 1.2;
    padding-bottom: 1.5rem;
}

.home-main-content p {
    color: #fff;
    font-size: 2rem;
    line-height: 1.4;
    padding-bottom: 3rem;
}

.home3-main-wrap>.row {
    height: 100%;
}

.home3-main-wrap .home-main-content h1 {
    font-size: 5.1rem;
}

.home3-main-wrap .home-main-content h3 {
    font-size: 2.1rem;
}

.home3-main-wrap .home-main-content p {
    font-size: 1.7rem;
}

/* 4.1.orange-btn style */

.orange-btn {
    background-color: #ce620a;
    height: 4.7rem;
    line-height: 4.5rem;
    color: #fff;
    font-size: 1.5rem;
    padding: 0 2.5rem;
    text-decoration: none;
    text-transform: capitalize;
    position: relative;
    display: inline-block;
    border: 2px solid #ce620a;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-family: 'Overpass', sans-serif;
    font-weight: 600;
}

.orange-btn:hover {
    color: #ce620a;
}

.orange-btn span {
    position: relative;
    z-index: 2;
}

.orange-btn:before {
    content: '';
    display: block;
    position: absolute;
    background: #fff;
    z-index: 1;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.orange-btn.right-overlay:before,
.orange-btn.left-overlay:before {
    top: 0;
    width: 0;
    height: 100%;
}

.orange-btn.left-overlay:before {
    left: 0;
}

.orange-btn.right-overlay:before {
    right: 0;
}

.orange-btn.right-overlay:hover:before,
.orange-btn.left-overlay:hover:before {
    width: 100%;
}

.orange-btn.top-overlay:before,
.orange-btn.bottom-overlay:before {
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
}

.orange-btn.top-overlay:before {
    top: 0;
}

.orange-btn.bottom-overlay:before {
    bottom: 0;
}

.orange-btn.top-overlay:hover:before,
.orange-btn.bottom-overlay:hover:before {
    height: 100%;
}

/*----------------------*/

/*  5.footer            */

/*----------------------*/

.footer-bottom-content p {
    color: #777f8f;
    font-size: 1.3rem;
    line-height: normal;
    padding: 4px 0;
}

.footer-bottom-content p a {
    color: #777f8f;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 700;
}

.footer-bottom-content p a:hover {
    text-decoration: underline;
}

.footer-bottom-content ul {
    margin: 0 -1.6rem;
}

.footer-bottom-content ul li {
    color: #fff;
    font-size: 1.6rem;
    line-height: normal;
    padding: 4px 1.6rem;
}

.footer-bottom-content ul li a {
    color: #fff;
    text-decoration: none;
}

/*----------------------*/

/*  6.home-1 page       */

/*----------------------*/

.main-wrapper-area {
    overflow: hidden;
}

.full-overlay {
    background: rgba(0, 0, 0, .6);
    width: 100%;
    height: 100%;
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
}

.full-overlay.main-wrapper-active {
    visibility: visible;
    opacity: 1;
}

.main-wrapper-area .main-wrapper:before {
    display: none;
}

.page-sidebar {
    background: #fff;
    width: 220px;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 500;
    padding: 3rem 15px 6rem 15px;
    overflow: hidden;
    overflow-y: scroll;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.04);
    scrollbar-width: none;
}

.man-img {
    width: 19rem;
    height: 19rem;
    overflow: hidden;
    margin: 0 auto 1.5rem;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.page-sidebar:before {
    background-color: #332e9f;
    width: 580px;
    height: 580px;
    content: '';
    position: absolute;
    left: 50%;
    top: -50px;
    z-index: -1;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.sidebar-menu {
    padding-bottom: 15px;
}

.sidebar-menu ul {
    padding: 0;
}

.sidebar-menu ul li {
    list-style-type: none;
    padding: 0;
    border-top: 2px dotted #3e39a4;
}

.sidebar-menu ul li:first-child {
    border-top: 0;
}

.sidebar-menu ul li a {
    background-color: #fff;
    display: block;
    padding: 1.1rem 1.5rem .9rem 1.5rem;
    font-size: 1.7rem;
    color: #363a40;
    text-align: left;
    text-decoration: none;
    font-family: 'Overpass', sans-serif;
    font-weight: 600;
}

.sidebar-menu ul li a span {
    width: 20px;
    color: #363a40;
    display: inline-block;
}

.sidebar-menu ul li a small {
    display: inline-block;
    margin-left: 7px;
}

.sidebar-menu ul li.tab-menu-active>a,
.sidebar-menu ul li.tab-menu-active>a span,
.sidebar-menu ul li.current-menu-item>a span {
    color: #ce620a;
}

.sidebar-menu ul li.current-menu-item>a small {
    display: inline-block;
}

.sidebar-menu ul li:hover>a span,
.sidebar-menu ul li>a:hover span,
.sidebar-menu ul li:hover>a,
.sidebar-menu ul li a:hover,
.sidebar-menu ul li.current-menu-item>a,
.sidebar-menu ul li.active>a span,
.sidebar-menu ul li.active>a {
    color: #ce620a;
}

/* 6.1.page-main */

.page-main .home-main-content h3 {
    font-size: 2.6rem;
}

.page-main .home-main-content p {
    font-size: 2.2rem;
}

.page-main .home-main-content p strong {
    font-size: 2.6rem;
    display: inline-block;
}

.page-main .home-img-area::before {
    display: none;
}

.page-main .home-img {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

/*----------------------*/

/*  7.about us          */

/*----------------------*/

.main-about-area h2 span {
    color: #ce620a;
    display: inline-block;
    margin-right: 1rem;
}

.heading-subtitle:before {
    background-color: #dad9f5;
    width: 100%;
    height: 2px;
    content: '';
    position: absolute;
    left: 0;
    top: 1.4rem;
}

.heading-subtitle span {
    background-color: #fff;
    display: inline-block;
    padding-right: 1.7rem;
    position: relative;
    z-index: 1;
}

.about-img {
    -webkit-border-radius: 9px;
    border-radius: 9px;
}

.about-content p {
    padding-bottom: 1.5rem;
}

.about-address p {
    line-height: 1.3;
    padding-bottom: 7px;
    word-wrap: break-word;
    word-break: break-all;
}

.about-address p strong {
    color: #363a40;
    font-family: 'Overpass', sans-serif;
    font-weight: 600;
}

.about-address p a,
.about-address p strong a {
    color: #363a40;
    text-decoration: none;
}

/* 7.1.about-col-item */

.main-about-area h2 {
    margin-bottom: 3rem;
}

.about-col-item {
    height: 100%;
    padding: 2.5rem 3rem 4rem 3rem;
    border: 1px solid #d2d1e5;
    -webkit-border-radius: 9px;
    border-radius: 9px;
}

.about-col-item h4 {
    padding-bottom: 1.4rem;
}

.about-col-item h4 a {
    color: #363a40;
    display: inline-block;
    text-decoration: none;
}

.about-col-icon {
    color: #ce620a;
    font-size: 5.5rem;
    margin-bottom: 8px;
}

/* 7.2.inline-countup */

.inline-countup {
    color: #ce620a;
    font-size: 4.3rem;
    line-height: 1;
    display: inline-block;
    position: relative;
    font-family: 'Overpass', sans-serif;
    font-weight: 600;
}

.inline-content small {
    color: #ce620a;
    display: inline-block;
    font-size: 4.4rem;
    line-height: 1;
    margin-left: -7px;
    font-family: 'Overpass', sans-serif;
    font-weight: 600;
}

.innline-countup-wrap strong {
    color: #363a40;
    display: block;
    font-size: 1.4rem;
    line-height: 1.6;
    margin-top: 5px;
    font-family: 'Overpass', sans-serif;
    font-weight: 600;
}

/* transition */

.nav-toggle-area .main-menu {
    -webkit-box-shadow: 0 0px 16px -11px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 0 0px 16px -11px rgba(0, 0, 0, 0.55);
    box-shadow: 0 0px 16px -11px rgba(0, 0, 0, 0.55);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/*----------------------*/

/*  8.resume page       */

/*----------------------*/

.work-experience {
    border-top: 1px solid #9fa8bb;
}

.work-experience:first-child {
    border-top: 0;
}

.work-experience h4 {
    padding-bottom: 5px;
}

.work-experience p {
    color: #9fa8bb;
    font-size: 1.3rem;
    padding-bottom: 1rem;
}

.work-experience p strong {
    color: #777f8f;
    font-size: 1.5rem;
    font-weight: normal;
}

/*  8.1.line progress bar */

.progress-bar {
    background: none;
    margin: 0 0 13px 0;
    overflow: hidden;
    padding: 0;
}

.progress-title-holder {
    color: #2e2e2e;
    font-size: 15px;
    position: relative;
    line-height: 15px;
    text-align: left;
    padding: 0 0 8px 0;
    margin: 0;
}

.progress-title {
    z-index: 100;
}

.progress-number-wrapper {
    width: 100%;
    z-index: 10;
}

.progress-number-mark {
    position: absolute;
    bottom: 0;
    padding: 0;
    margin-bottom: 8px;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.progress-number-wrapper,
.progress-number-mark {
    color: #777f8f;
    font-size: 1.5rem;
    font-style: normal;
    text-transform: none;
}

.progress-content-outter {
    height: 6px;
    background-color: #dad9f5;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.progress-content {
    height: 6px;
    background-color: #ce620a;
    width: 0%;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

/*----------------------*/

/*  9.blog page         */

/*----------------------*/

.blog-grid-item {
    background-color: #fff;
    height: 100%;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 3px 13px -4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 13px -4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 13px -4px rgba(0, 0, 0, 0.2);
}

.blog-grid-img img {
    width: 100%;
}

.blog-grid-cont {
    padding: 1.4rem 2rem 1rem 2rem;
}

.blog-grid-cont h4,
.blog-grid-cont h5 {
    line-height: 1.44;
    padding-bottom: 5px;
}

.blog-grid-cont h4 a,
.blog-grid-cont h5 a {
    color: #222;
    text-decoration: none;
}

.blog-grid-cont h4 a:hover,
.blog-grid-cont h5 a:hover {
    color: #cb610a;
}

.post-meta ul {
    padding: 0;
    margin: 0;
}

.post-meta ul li {
    color: #9fa8bb;
    font-size: 1.2rem;
    list-style-type: none;
    padding: 0 1.3rem 2px 0;
}

.post-meta ul li a {
    color: #cb610a;
    text-decoration: none;
    font-family: 'Overpass', sans-serif;
    font-weight: 600;
}

.post-meta ul li.post-meta-cat,
.post-meta ul li.post-meta-cat a {
    color: #cb610a;
    text-transform: uppercase;
}

.post-meta ul li.post-meta-cat a:hover,
.post-meta ul li a:hover {
    color: #9fa8bb;
}

.post-meta ul li:last-child {
    padding-right: 0;
}

/*----------------------*/

/*  9.1.pagination      */

/*----------------------*/

.pagination {
    padding: 0;
    margin: 0;
    border-radius: 0;
}

.nav-links ul {
    padding: 0;
    margin: 0;
}

.nav-links ul li {
    width: 38px;
    color: #777f8f;
    font-size: 1.6rem;
    text-align: center;
    text-decoration: none;
    list-style-type: none;
    margin: 0 4px 10px 4px;
    font-weight: 400;
}

.nav-links ul li .page-numbers {
    background: #fff;
    color: #777f8f;
    width: 38px;
    height: 38px;
    line-height: 36px;
    padding: 0;
    margin: 0;
    display: block;
    border: 1px solid #c7c6df;
    text-decoration: none;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.nav-links ul li a .page-item:first-child .page-link,
.nav-links ul li a .page-item:last-child .page-link {
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.nav-links ul li .page-numbers.current,
.pagination li.page-item.active .page-link,
.prev-next-area a:hover,
.pagination li a:hover {
    color: #cf6d1d;
}

/*----------------------*/

/*  10.portfolio page   */

/*----------------------*/

.filter-list {
    padding: 0;
    margin: 0 -3px 2.4rem -3px;
}

.filter-list button {
    display: inline-block;
    margin: 0 1.4rem 5px 1.4rem;
    padding: 0;
    outline: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    font-size: 1.7rem;
    line-height: 1.4;
    color: #363a40;
    text-transform: capitalize;
    font-family: 'Overpass', sans-serif;
    font-weight: 600;
}

.filter-list button:hover,
.filter-list button.current-filter {
    color: #cc610a;
}

.project-img {
    overflow: hidden;
    -webkit-border-radius: 1rem;
    border-radius: 1rem;
}

.project-img img {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}

.project-box a {
    display: block;
    position: relative;
}

.project-info {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(48, 43, 156, .76);
    padding: 0 1rem 2.5rem 1rem;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 1rem;
    border-radius: 1rem;
}

.project-info span {
    width: 43px;
    height: 44px;
    line-height: 30px;
    color: #fff;
    font-size: 4rem;
    text-align: center;
    position: absolute;
    top: 47%;
    left: 50%;
    -webkit-transform: translate(-47%, -50%);
    -moz-transform: translate(-47%, -50%);
    -ms-transform: translate(-47%, -50%);
    -o-transform: translate(-47%, -50%);
    transform: translate(-47%, -50%);
    display: block;
}

.project-info strong,
.project-info small {
    width: 100%;
    color: #fff;
    text-align: center;
    display: block;
    font-family: 'Overpass', sans-serif;
    font-weight: 600;
}

.project-info strong {
    font-size: 1.8rem;
    line-height: 1.4;
}

.project-info small {
    font-size: 1.3rem;
    line-height: 1.3;
    padding-bottom: 3px;
    text-transform: uppercase;
    font-weight: 400;
}

.project-box:hover .project-info {
    opacity: 1;
    visibility: visible;
}

.modal-video {
    padding: 3rem;
}

.mfp-container {
    padding-left: 12px;
    padding-right: 12px;
}

/* 10.1.testimonial-slider */

.ts-boxes .owl-stage,
.ts-boxes .owl-item {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.ts-boxes .ts-slide-item {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.ts-boxes {
    overflow: hidden;
}

.ts-boxes .author {
    padding-right: 5.5rem;
}

.ts-boxes .author .quote {
    width: 40px;
    top: 5px;
    right: 0;
    color: #302b9c;
    font-size: 4rem;
}

.ts-boxes .author-name,
.ts-boxes .author-name a,
.ts-boxes .ts-slide-item p {
    color: #555;
}

.ts-boxes .author-image {
    width: 52px;
    height: 52px;
    float: left;
    overflow: hidden;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.ts-boxes .owl-stage-outer {
    overflow: visible;
}

.ts-boxes .ts-slide-info {
    width: 100%;
    padding: 3rem 4.5rem 2.7rem 4.5rem;
    -webkit-border-radius: 1.2rem;
    border-radius: 1.2rem;
    -webkit-box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.1);
}

.ts-slide-info p {
    color: #777f8f;
    font-size: 1.6rem;
    line-height: 1.55;
    font-style: italic;
    padding-bottom: 1rem;
}

.author-box {
    overflow: hidden;
    padding: 28px 20px 20px 30px;
}

.author-info {
    padding-left: 15px;
}

.author-info .author-name {
    display: block;
    color: #363a40;
    font-size: 1.7rem;
    line-height: 1.2;
    padding-top: 2px;
    font-family: 'Overpass', sans-serif;
    font-weight: 600;
}

.author-info .author-name a {
    color: #363a40;
    text-decoration: none;
}

.author-info .author-designation {
    color: #9fa8bb;
    font-size: 1.5rem;
    line-height: 1.3;
    font-weight: 400;
}

.ts-boxes .owl-dots {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
}

.owl-carousel .owl-dots .owl-dot::before {
    display: none;
}

.ts-boxes .owl-dots .owl-dot {
    background: #cb610a;
    width: 12px;
    height: 12px;
    margin: 4px 9px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.ts-boxes.owl-carousel .owl-dots .owl-dot.active {
    background: #cb610a;
    width: 42px;
}

.ts-boxes .owl-dots .owl-dot span {
    display: none;
}

.main-wrapper-area .ts-boxes .ts-slide-info {
    padding: 2rem 3rem 1.3rem 3rem;
}

/* 10.2.client-logos */

.client-logos.owl-carousel .owl-item img {
    max-width: 100%;
    width: auto;
}

/*----------------------*/

/*  11.contact us page  */

/*----------------------*/

.col-contactus-top .circle-info {
    width: 5.2rem;
}

.col-contactus-top .circle-image {
    width: 5.2rem;
    height: 5.2rem;
    background: #302b9c;
    font-size: 1.6rem;
    line-height: 4.5rem;
    color: #fff;
    text-align: center;
}

.col-contactus-top .cont-info {
    font-size: 1.4rem;
    line-height: 1.5;
    color: #777f8f;
    margin: .9rem 0 0 1.5rem;
}

.col-contactus-top .cont-info p {
    font-size: 1.4rem;
    line-height: 1.5;
    color: #777f8f;
}

.col-contactus-top .cont-info strong {
    color: #363a40;
    font-size: 1.6rem;
    line-height: 1;
    text-transform: capitalize;
    display: block;
    padding-bottom: 4px;
    font-family: 'Overpass', sans-serif;
    font-weight: 600;
}

.col-contactus-top .cont-info a {
    color: #777f8f;
    text-decoration: none;
    word-wrap: break-word;
    word-break: break-all;
}

.col-contactus-top .cont-info a:hover {
    color: #363a40;
}

.contact-form.row>* {
    padding-right: calc(var(--bs-gutter-x) * .6);
    padding-left: calc(var(--bs-gutter-x) * .6);
}

.form-select,
select,
textarea,
textarea.form-control,
input[type='search'],
input[type='number'],
input[type='password'],
input[type='url'],
input[type='tel'],
input[type='date'],
input[type='email'],
input[type='text'] {
    background: #fff;
    width: 100%;
    height: 4.3rem;
    color: #9fa8bb;
    font-size: 1.5rem;
    border: 1px solid #c7c6df;
    outline: none;
    padding: 0 1.5rem;
    resize: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

textarea,
textarea.form-control {
    height: 16.5rem;
    padding-top: 7px;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #9fa8bb !important;
    opacity: 1 !important;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
    color: #9fa8bb !important;
    opacity: 1 !important;
}

textarea::-ms-input-placeholder,
input::-ms-input-placeholder {
    color: #9fa8bb !important;
    opacity: 1 !important;
}

.submit {
    width: 100%;
}

input[type='submit'] {
    background: #cc610a;
    width: 100%;
    height: 4.3rem;
    line-height: 4.3rem;
    font-size: 1.5rem;
    color: #fff;
    border: none;
    outline: none;
    padding: 0 1rem;
    text-align: center;
    border: 1px solid #cc610a;
    resize: none;
    cursor: pointer;
    text-transform: capitalize;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-family: 'Overpass', sans-serif;
    font-weight: 600;
}

input[type='submit']:hover {
    background: transparent;
    color: #cc610a;
    text-decoration: none;
}

input[type='file'] {
    outline: none;
    font-size: 1.5rem;
    text-align: center;
    color: #9fa8bb;
    display: block;
    cursor: pointer;
    margin-top: 10px;
    font-weight: normal;
}

input[type='file']:focus {
    outline: none;
    box-shadow: none;
}

.form-select option {
    color: #9fa8bb;
    font-size: 1.5rem;
    padding: 0 1.6rem;
}

.form-select:focus,
.form-control:focus {
    color: #9fa8bb;
    border-color: #c7c6df;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.contact-form .form-group .alert-error {
    width: 100%;
    color: #ff0000;
    font-size: 1.2rem;
    display: block;
}

.nl-error .alert-danger {
    font-size: 1.5rem;
    font-weight: 400;
}

.border-none .form-select,
.border-none select,
.border-none textarea.form-control,
.border-none input[type='password'],
.border-none input[type='number'],
.border-none input[type='url'],
.border-none input[type='tel'],
.border-none input[type='date'],
.border-none input[type='email'],
.border-none input[type='text'] {
    border: none;
}

.contact-form .contact-message {
    padding-left: 0;
    padding-right: 0;
    margin-top: 20px;
}

.contact-message .alert-success {
    font-size: 1.5rem;
    font-weight: 400;
}

.contact-message .alert-success strong {
    font-weight: 400;
}

#map {
    height: 37rem;
    -webkit-border-radius: 11px;
    border-radius: 11px;
}

/*----------------------*/

/*  12.home-3 page      */

/*----------------------*/

.main-wrapper3.main-wrapper:before,
.main-wrapper3.main-wrapper:after {
    display: none;
}

.main-wrapper3 .footer-bottom-content ul li,
.main-wrapper3 .footer-bottom-content ul li a {
    color: #777f8f;
}

.rm-avatar-frame {
    width: 15rem;
    margin: 0 auto 2rem;
}

.rm-avatar {
    width: 14rem;
    height: 14rem;
    overflow: hidden;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.trm-dot {
    background-color: #ce620a;
    height: 24px;
    width: 24px;
    border: 3px solid #322d9d;
    content: '';
    position: absolute;
    bottom: 2px;
    right: 14px;
    z-index: 9;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    transition: .4s ease-in-out;
    transition-delay: 0s;
    transition-delay: .2s;
}

.trm-dot::after {
    position: absolute;
    bottom: -.4rem;
    right: 0;
    z-index: 9;
    opacity: 0;
    color: #fcfcfe;
    -webkit-border-radius: 1.5rem;
    border-radius: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 1rem;
    content: attr(data-text);
    height: 24px;
    padding-top: 3px;
    width: 130px;
    white-space: nowrap;
    transition: .4s ease-in-out;
}

.trm-dot:hover {
    width: 102%;
    -webkit-border-radius: 1.5rem;
    border-radius: 1.5rem;
    right: 0;
    transition-delay: 0s;
}

.trm-dot:hover::after {
    width: 99%;
    transition-delay: .2s;
    opacity: 1;
}

/* 12.1.tab-menu-area */

.tab-menu-area {
    margin: -2.7rem 0 0 0;
    position: relative;
    z-index: 20;
}

.tab-menu-area ul {
    padding: 0;
    margin: 0 0 1.5rem 0;
}

.tab-menu-area ul li {
    list-style-type: none;
    padding: 0 6px;
}

.tab-menu-area ul li a {
    background-color: #fff;
    min-width: 90px;
    display: inline-block;
    padding: 1.2rem 2rem 1rem 2rem;
    font-size: 1.7rem;
    color: #363a40;
    text-align: center;
    text-decoration: none;
    border: 0;
    position: relative;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-family: 'Overpass', sans-serif;
    font-weight: 600;
}

.tab-menu-area ul li a:focus {
    border: 0;
    outline: none;
}

.tab-menu-area ul li a span {
    color: #ce620a;
    font-size: 2rem;
    display: inline-block;
}

.tab-menu-area ul li a small {
    display: inline-block;
    margin-left: 10px;
}

.tab-menu-area ul li a small {
    display: none;
    margin-left: 10px;
}

.tab-menu-area ul li.tab-menu-active>a,
.tab-menu-area ul li.current-menu-item>a {
    background-color: #ce620a;
    color: #fff;
}

.tab-menu-area ul li.tab-menu-active>a span,
.tab-menu-area ul li.current-menu-item>a span {
    color: #fff;
}

.tab-menu-area ul li.tab-menu-active>a small,
.tab-menu-area ul li.current-menu-item>a small {
    display: inline-block;
}

.tab-menu-area ul li a .tooltips {
    background: #fff;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 100%;
    color: #ce620a;
    text-transform: capitalize;
    font-size: 1.2rem;
    margin-bottom: 8px;
    padding: 4px 3px 2px 3px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    visibility: hidden;
    opacity: 0;
}

.tab-menu-area ul li a .tooltips:after {
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8px;
    margin: 0 auto;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 8px solid #fff;
}

.tab-menu-area ul li a:hover .tooltips {
    visibility: visible;
    opacity: 1;
}

.tab-menu-area ul li.current-menu-item a:hover .tooltips,
.tab-menu-area ul li.tab-menu-active a:hover .tooltips {
    visibility: hidden;
    opacity: 0;
}

.home-img img {
    margin: 0 auto;
}

.man-img img,
.home-img img {
    -ms-transform: scale(1);
    transform: scale(1);
}

.man-img img:hover,
.home-img img:hover {
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

/* Home page */

.rz-page-main {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.site-main-wrap {
    height: 100%;
    margin-left: 235px;
    padding: 3rem 1.7rem 3rem 1.7rem;
}

.site-main-wrap-area {
    height: 100%;
}

.popup-area .popup {
    z-index: 120;
}

.mfp-container {
    z-index: 1100;
}

/* 12.3.Home page sidebar */

.header-top-visible {
    display: none;
    visibility: hidden;
}

.mobile-hidden {
    display: block;
    visibility: visible;
}

.site-main {
    margin-left: 220px;
}

.sitebar-header {
    background-color: #fff;
    width: 220px;
    position: fixed;
    top: 0;
    bottom: 0;
    padding: 15px 15px 0 15px;
    overflow: hidden;
    overflow-y: auto;
    z-index: 110;
}

.sitebar-header:before {
    background-color: #332e9f;
    width: 380px;
    height: 380px;
    content: '';
    position: absolute;
    left: 64px;
    top: -40px;
    z-index: -1;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.sitebar-header * {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/* 12.4.header footer stiky */

.sitebar-header .header-sidebar-content {
    position: relative;
    margin: 0 auto;
    min-height: 100%;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.sidebar-menu {
    width: 100%;
}

.sidebar-main {
    flex: 1;
}

.sidebar-align-center {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.sidebar-header,
.sidebar-footer {
    flex: 0 1 auto;
}

.sidebar-footer {
    padding-bottom: 2rem;
}

.sidebar-footer .social-list {
    padding-right: 0;
}

.man-img {
    width: 12rem;
    height: 12rem;
}

/* 12.5.menu-toggle */

.menu-toggle {
    display: block;
    width: 50px;
    line-height: 50px;
    height: 50px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    float: right;
    text-decoration: none;
}

.menu-toggle i {
    color: #222;
    font-size: 21px;
    line-height: 50px;
}

.site-main {
    height: 100%;
    position: relative;
}

.single-blog-content {
    background-color: #fff;
}

.sitebar-header .copyrights {
    padding-top: 1.5rem;
    line-height: 1.2;
    font-size: 1.2rem;
    text-align: center;
    color: #777f8f;
}

/*----------------------*/

/*  13.blog single-page */

/*----------------------*/

.site-main-single-page {
    padding: 0;
}

.single-blog-info {
    position: relative;
    min-height: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding-left: 15px;
}

.site-main-single-page .single-blog-info {
    padding: 0;
}

.rz-single-blog-content {
    background-color: #fff;
    padding: 3.5rem 3rem 4rem 3rem;
    margin: 0;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0 0px 16px -11px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 0 0px 16px -11px rgba(0, 0, 0, 0.55);
    box-shadow: 0 0px 16px -11px rgba(0, 0, 0, 0.55);
}

.rz-single-img img {
    width: 100%;
}

/*----------------------*/

/*  14.entry-content    */

/*----------------------*/

.entry-content {
    width: 100%;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    color: #454c56;
    line-height: 1.1;
    padding: 6px 0;
    margin: 0 0 6px 0;
}

.entry-content h1 {
    font-size: 3.4rem;
}

.entry-content h2 {
    font-size: 2.6rem;
}

.entry-content h3 {
    font-size: 2.2rem;
}

.entry-content h4 {
    font-size: 1.6rem;
}

.entry-content h5 {
    font-size: 1.4rem;
}

.entry-content h6 {
    font-size: 1.3rem;
}

.entry-content p {
    color: #6e7078;
    font-size: 1.4rem;
    line-height: 1.53;
    padding-bottom: 1.5rem;
}

.entry-content p a {
    color: #363a40;
}

.entry-content p a:hover {
    text-decoration: none;
}

.entry-content ul {
    padding: 0 0 2rem 13px;
    margin: 0;
}

.entry-content ul li {
    color: #6e7078;
    font-size: 1.4rem;
    line-height: normal;
    padding: 0 0 5px 0;
}

.entry-content ol li a,
.entry-content ul li a {
    color: #363a40;
    text-decoration: none;
}

.entry-content ol {
    padding: 0 0 2rem 15px;
    margin: 0;
}

.entry-content ol li {
    list-style-type: decimal;
    color: #6e7078;
    font-size: 1.4rem;
    line-height: normal;
    padding-bottom: 5px;
}

.entry-content ol li a:hover,
.entry-content ul li a:hover {
    text-decoration: none;
}

.entry-content a {
    color: #363a40;
    text-decoration: none;
}

.entry-content a:hover {
    text-decoration: underline;
}

.entry-content blockquote {
    color: #6e7078;
    font-size: 1.5rem;
    font-style: italic;
    padding: 1rem 0 1.5rem 2rem;
    margin: 1.5rem 0 3rem 0;
    border-left: 1px solid #6e7078;
}

.entry-content blockquote p {
    color: #6e7078;
    font-size: 1.5rem;
    line-height: 1.6;
    padding: 0;
    margin: 0;
}

.entry-content table {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.entry-content table,
.entry-content table tr th,
.entry-content table tr td {
    color: #6e7078;
    font-size: 1.4rem;
    border: 1px solid #6e7078;
    line-height: 2.4rem;
    text-align: center;
    padding: 1rem;
}

.entry-content blockquote strong {
    display: block;
    margin-top: 8px;
    font-weight: 600;
}

/*----------------------------*/

/*  15.blog single post-meta  */

/*----------------------------*/

.rz-single-blog-content .post-meta ul li .far,
.rz-single-blog-content .post-meta ul li .fas {
    color: #cb610a;
    font-size: 1.5rem;
    margin-right: 3px;
}

.rz-single-blog-content .post-meta ul li a:hover {
    color: #cb610a;
}

.rz-single-blog-content .share-social {
    margin: 0 -5px;
    padding: 0;
}

.rz-single-blog-content .share-social li {
    list-style-type: none;
    color: #3b5998;
    font-size: 1.6rem;
    padding: 0 5px 5px 5px;
}

.rz-single-blog-content .share-social li a {
    color: #3b5998;
}

.share-social li.social-list-tw a {
    color: #1da1f2;
}

.share-social li.social-list-youtube a {
    color: #ff1e00;
}

.share-social li.social-list-ins a {
    color: #dd4b39;
}

.share-social li.social-list-linkdin a {
    color: #0077b5;
}

.share-social li.share-text {
    color: #454c56;
    font-size: 1.4rem;
    padding-right: 12px;
    font-family: 'Overpass', sans-serif;
    font-weight: 600;
}

.rz-post-tags ul {
    padding: 0;
    margin: 0;
}

.rz-post-tags ul li {
    color: #6e7078;
    font-size: 1.4rem;
    list-style-type: none;
    padding: 0 3rem 5px 0;
    position: relative;
}

.rz-post-tags ul li.rz-post-tags-text {
    color: #454c56;
    font-size: 1.4rem;
    padding: 4px 12px 0 0;
    font-family: 'Overpass', sans-serif;
    font-weight: 600;
}

.rz-post-tags ul li a {
    color: #6e7078;
    margin-right: 5px;
    text-decoration: none;
}

.rz-post-tags ul li a:hover {
    color: #cb610a;
}

.prev-next-area a {
    color: #454c56;
    font-size: 1.4rem;
    display: inline-block;
    text-decoration: none;
    padding: 0 12px;
    position: relative;
    font-family: 'Overpass', sans-serif;
    font-weight: 600;
}

.prev-next-area a:hover {
    text-decoration: none;
}

.prev-next-area a.prev-link::after,
.prev-next-area a.next-link::after {
    font-family: 'Font Awesome\ 5 Free';
    font-style: normal;
    font-weight: 900;
    text-decoration: inherit;
    position: absolute;
    font-size: 1.4rem;
    color: #cb610a;
    top: 0;
    z-index: 1;
}

.prev-next-area a.prev-link::after {
    content: '\f0d9';
    left: 0;
}

.prev-next-area a.next-link::after {
    content: '\f0da';
    right: 0;
}

/* 15.1.blog-postcomment */

.blog-postcomment {
    padding: 3rem 0 0 0;
    border-top: 1px solid #6e7078;
}

.blog-postcomment h2 {
    color: #454c56;
    font-size: 2.6rem;
    line-height: normal;
    padding-bottom: 2rem;
}

.comment-author {
    width: 6rem;
    height: 6rem;
    float: left;
    overflow: hidden;
    margin-top: 6px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.comment-meta {
    padding: 0 0 0 2.5rem;
    overflow: hidden;
}

.cmt-author-name {
    float: left;
}

.button-reply-edit {
    float: right;
    padding-top: 7px;
}

.comment-meta h4 {
    color: #454c56;
    font-size: 1.6rem;
    padding-bottom: 1.6px;
}

.comment-meta h4 a {
    color: #454c56;
    text-decoration: none;
}

.comment-meta h4 a:hover {
    color: #ce620a;
    text-decoration: none;
}

.cmt-author-name small {
    color: #6e7078;
    font-size: 1.4rem;
    display: block;
}

.comment-content {
    padding: 1.5rem 0 2.5rem 8.5rem;
}

.postcomment-area .depth-1.comment:last-child .comment-content {
    padding-bottom: 2rem;
}

.posttimeinfo {
    float: right;
}

.comment-content p {
    font-size: 1.4rem;
    color: #6e7078;
    line-height: 1.64;
    padding-bottom: 2.5rem;
}

.comment-content a {
    display: inline-block;
    color: #749383;
    text-decoration: none;
}

.comment-content a:hover {
    color: #ce620a;
}

.button-reply-edit a {
    padding: 0 2rem;
    height: 3.8rem;
    line-height: 3.8rem;
    display: inline-block;
    font-size: 1.4rem;
    color: #454c56;
    border: 1px solid #454c56;
    text-transform: capitalize;
    text-decoration: none;
    margin-left: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-family: 'Overpass', sans-serif;
    font-weight: 600;
}

.button-reply-edit a:hover {
    background: #ce620a;
    border-color: #ce620a;
    color: #fff;
    text-decoration: none;
}

.depth-2 {
    padding-left: 12.5rem;
}

/* 15.2.form comment */

.comment-respond .contact-form {
    max-width: 100%;
}

.comment-area {
    padding: 2.5rem 0 1rem 0;
    border-top: 1px solid #6e7078;
}

.comment-area h4 {
    padding-bottom: 1rem;
}

.comment-area p {
    padding-bottom: 0;
}

.cmt-border {
    border-bottom: 1px solid #6e7078;
    margin: 0;
    opacity: 1;
}

/* 16.sidebar-main-bottom-menu */

.site-main3 {
    margin: 100px 0 0 0;
    height: 400px;
    overflow: hidden;
}

/*----------------------*/

/*  17.popup styles     */

/*----------------------*/

.popup {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    padding: 3rem 4rem;
    z-index: 999;
}

.popup-overlay {
    background: rgba(0, 0, 0, 0.9);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
}

.popup-content-area {
    width: 100%;
    height: 100%;
}

.popup-content {
    background: #fff;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 10px 0;
    position: relative;
    scrollbar-width: none;
}

.popup-content-info {
    background: #fff;
    padding: 4rem 3rem;
    max-width: 1150px;
    margin: 0 auto;
}

.close-popup {
    width: 29px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    position: absolute;
    top: 2rem;
    right: 7px;
    font-size: 5rem;
    color: #fff;
    text-decoration: none;
}

.close-popup:hover {
    color: #fff;
}

/*----------------------*/

/* 18.Animations        */

/*----------------------*/

.fadeIn {
    animation: fadeIn 0.5s ease-in both;
    -webkit-animation: fadeIn 0.5s ease-in both;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
}

.fadeOut {
    animation: fadeOut 0.5s ease-out both;
    -webkit-animation: fadeOut 0.5s ease-out both;
}

@keyframes fadeOut {
    to {
        opacity: 0;
    }
}

@-webkit-keyframes fadeOut {
    to {
        opacity: 0;
    }
}

.scaleIn {
    animation: scaleIn 0.5s ease-in both;
    -webkit-animation: scaleIn 0.5s ease-in both;
}

@keyframes scaleIn {
    from {
        opacity: 0;
        transform: scale(0.5);
    }
}

@-webkit-keyframes scaleIn {
    from {
        opacity: 0;
        -webkit-transform: scale(0.5);
    }
}

.scaleOut {
    animation: scaleOut 0.5s ease-out both;
    -webkit-animation: scaleOut 0.5s ease-out both;
}

@keyframes scaleOut {
    to {
        opacity: 0;
        transform: scale(0.5);
    }
}

@-webkit-keyframes scaleOut {
    to {
        opacity: 0;
        -webkit-transform: scale(0.5);
    }
}

.scaleUpIn {
    animation: scaleIn 0.5s ease-in both;
    -webkit-animation: scaleIn 0.5s ease-in both;
}

.scaleUpOut {
    animation: scaleUpOut 0.5s ease-in both;
    -webkit-animation: scaleUpOut 0.5s ease-in both;
}

@keyframes scaleUpOut {
    to {
        opacity: 0;
        transform: scale(1.2);
    }
}

@-webkit-keyframes scaleUpOut {
    to {
        opacity: 0;
        -webkit-transform: scale(1.2);
    }
}

.scaleDownIn {
    animation: scaleDownIn 0.5s ease-in both;
    -webkit-animation: scaleDownIn 0.5s ease-in both;
}

.scaleDownOut {
    animation: scaleOut 0.5s ease-in both;
    -webkit-animation: scaleOut 0.5s ease-in both;
}

@keyframes scaleDownIn {
    from {
        opacity: 0;
        transform: scale(1.2);
    }
}

@-webkit-keyframes scaleDownIn {
    from {
        opacity: 0;
        -webkit-transform: scale(1.2);
    }
}

.slideIn {
    animation: slideIn 0.5s ease-in both;
    -webkit-animation: slideIn 0.5s ease-in both;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-50%);
    }
}

@-webkit-keyframes slideIn {
    from {
        opacity: 0;
        -webkit-transform: translateY(-50%);
    }
}

.slideOut {
    animation: slideOut 0.5s ease-out both;
    -webkit-animation: slideOut 0.5s ease-out both;
}

@keyframes slideOut {
    to {
        opacity: 0;
        transform: translateY(50%);
    }
}

@-webkit-keyframes slideOut {
    to {
        opacity: 0;
        -webkit-transform: translateY(50%);
    }
}

.slideLeftIn {
    animation: slideLeftIn 0.5s ease-in both;
    -webkit-animation: slideLeftIn 0.5s ease-in both;
}

@keyframes slideLeftIn {
    from {
        opacity: 0;
        transform: translateX(-50%);
    }
}

@-webkit-keyframes slideLeftIn {
    from {
        opacity: 0;
        -webkit-transform: translateX(-50%);
    }
}

.slideLeftOut {
    animation: slideLeftOut 0.5s ease-out both;
    -webkit-animation: slideLeftOut 0.5s ease-out both;
}

@keyframes slideLeftOut {
    to {
        opacity: 0;
        transform: translateX(50%);
    }
}

@-webkit-keyframes slideLeftOut {
    to {
        opacity: 0;
        -webkit-transform: translateX(50%);
    }
}

.flipLeftIn {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: flipLeftIn .5s both ease-out;
    -moz-animation: flipLeftIn .5s both ease-out;
    animation: flipLeftIn .5s both ease-out;
}

@-webkit-keyframes flipLeftIn {
    from {
        -webkit-transform: translateZ(-1000px) rotateY(90deg);
        opacity: .2;
    }
}

@keyframes flipLeftIn {
    from {
        transform: translateZ(-1000px) rotateY(90deg);
        opacity: .2;
    }
}

.flipLeftOut {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: flipLeftOut .5s both ease-in;
    -moz-animation: flipLeftOut .5s both ease-in;
    animation: flipLeftOut .5s both ease-in;
}

@-webkit-keyframes flipLeftOut {
    to {
        -webkit-transform: translateZ(1000px) rotateY(-90deg);
        opacity: 0;
    }
}

@keyframes flipLeftOut {
    to {
        transform: translateZ(1000px) rotateY(-90deg);
        opacity: 0;
    }
}

.flipRightIn {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: flipRightIn .5s both ease-out;
    -moz-animation: flipRightIn .5s both ease-out;
    animation: flipRightIn .5s both ease-out;
}

@-webkit-keyframes flipRightIn {
    from {
        -webkit-transform: translateZ(-1000px) rotateY(-90deg);
        opacity: .2;
    }
}

@keyframes flipRightIn {
    from {
        transform: translateZ(-1000px) rotateY(-90deg);
        opacity: .2;
    }
}

.flipRightOut {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: flipRightOut .5s both ease-in;
    -moz-animation: flipRightOut .5s both ease-in;
    animation: flipRightOut .5s both ease-in;
}

@-webkit-keyframes flipRightOut {
    to {
        -webkit-transform: translateZ(1000px) rotateY(90deg);
        opacity: 0;
    }
}

@keyframes flipRightOut {
    to {
        transform: translateZ(1000px) rotateY(90deg);
        opacity: 0;
    }
}

.rotateIn {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: rotateIn .5s both ease-out;
    -moz-animation: rotateIn .5s both ease-out;
    animation: rotateIn .5s both ease-out;
}

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform: translateZ(-3000px) rotateZ(-60deg);
        opacity: 0;
    }
}

@-moz-keyframes rotateIn {
    from {
        -moz-transform: translateZ(-3000px) rotateZ(-60deg);
        opacity: 0;
    }
}

@keyframes rotateIn {
    from {
        transform: translateZ(-3000px) rotateZ(-60deg);
        opacity: 0;
    }
}

.rotateOut {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation: rotateOut .5s both ease-in;
    -moz-animation: rotateOut .5s both ease-in;
    animation: rotateOut .5s both ease-in;
}

@-webkit-keyframes rotateOut {
    to {
        -webkit-transform: translateZ(-3000px) rotateZ(360deg);
        opacity: 0;
    }
}

@-moz-keyframes rotateOut {
    to {
        -moz-transform: translateZ(-3000px) rotateZ(360deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    to {
        transform: translateZ(-3000px) rotateZ(360deg);
        opacity: 0;
    }
}

.rotateCubeIn {
    -webkit-transform-origin: 50% 100%;
    -webkit-animation: rotateCubeIn .6s both ease-in;
    -moz-transform-origin: 50% 100%;
    -moz-animation: rotateCubeIn .6s both ease-in;
    transform-origin: 50% 100%;
    animation: rotateCubeIn .6s both ease-in;
}

@-webkit-keyframes rotateCubeIn {
    0% {
        opacity: .3;
        -webkit-transform: translateY(-100%) rotateX(90deg);
    }
    50% {
        -webkit-animation-timing-function: ease-out;
        -webkit-transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
    }
}

@-moz-keyframes rotateCubeIn {
    0% {
        opacity: .3;
        -moz-transform: translateY(-100%) rotateX(90deg);
    }
    50% {
        -moz-animation-timing-function: ease-out;
        -moz-transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
    }
}

@keyframes rotateCubeIn {
    0% {
        opacity: .3;
        transform: translateY(-100%) rotateX(90deg);
    }
    50% {
        animation-timing-function: ease-out;
        transform: translateY(-50%) translateZ(-200px) rotateX(45deg);
    }
}

.rotateCubeOut {
    -webkit-transform-origin: 50% 0;
    -webkit-animation: rotateCubeOut .6s both ease-in;
    -moz-transform-origin: 50% 0;
    -moz-animation: rotateCubeOut .6s both ease-in;
    transform-origin: 50% 0;
    animation: rotateCubeOut .6s both ease-in;
}

@-webkit-keyframes rotateCubeOut {
    50% {
        -webkit-animation-timing-function: ease-out;
        -webkit-transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
    }
    100% {
        opacity: .3;
        -webkit-transform: translateY(100%) rotateX(-90deg);
    }
}

@-moz-keyframes rotateCubeOut {
    50% {
        -moz-animation-timing-function: ease-out;
        -moz-transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
    }
    100% {
        opacity: .3;
        -moz-transform: translateY(100%) rotateX(-90deg);
    }
}

@keyframes rotateCubeOut {
    50% {
        animation-timing-function: ease-out;
        transform: translateY(50%) translateZ(-200px) rotateX(-45deg);
    }
    100% {
        opacity: .3;
        transform: translateY(100%) rotateX(-90deg);
    }
}

/* 18.1.nextprev-area arrow */

.nextprev-area {
    position: fixed;
    bottom: 10px;
    right: 15px;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
}

.popup-area.nextprev-show+.nextprev-area {
    visibility: visible;
    opacity: 1;
    z-index: 9999;
}

.nextprev-area a {
    display: inline-block;
    padding: 0;
    background-color: #fafafa;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 39px;
    font-size: 18px;
    cursor: pointer;
    border: 1px solid #e5e5e5;
    color: #333;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .1);
}

.nextprev-area a:hover {
    color: #ce620a !important;
}

/* popup-media-area */

.popup-media-area {
    position: relative;
    background: #FFF;
    width: auto;
    max-width: 720px;
    margin: 40px auto;
}

.mfp-wrap.popup-box-inline {
    background: #fff;
    padding: 0;
    top: 0;
    left: 50%;
    overflow: visible;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    width: 720px;
    height: 100%;
    transform: translateX(-50%);
}

.design-img img {
    width: 100%;
    height: auto;
}

.popup-media-cont {
    padding: 3rem 4rem 4rem 4rem;
}

.popup-media-cont h2 {
    font-size: 3.4rem;
}

.mfp-close {
    opacity: 1;
}

.popup-media-cont .post-meta ul {
    padding: 0;
}

.rz-info-list ul {
    padding: 0 0 1.5rem 0;
}

.rz-info-list ul li {
    padding: 1rem 0;
    position: relative;
    display: block;
    vertical-align: top;
    width: auto;
    color: #6e7078;
    font-size: 1.4rem;
    word-break: break-word;
    text-align: right;
}

.rz-info-list ul li::before {
    background: #454c56;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
}

.rz-info-list ul li:first-child {
    padding-top: 5px;
}

.rz-info-list ul li:first-child:before {
    display: none;
}

.rz-info-list ul li strong {
    float: left;
    margin-right: 8px;
    padding: 1px 0;
    font-size: 14px;
    line-height: 20px;
    color: #454c56;
    font-weight: 600;
}

.single-blog-content-area blockquote strong {
    display: block;
    margin-top: 8px;
    font-weight: 600;
}

/* 18.2.scrollbar custom css */

.scrollbar-light>.scroll-element.scroll-y,
.scrollbar-outer>.scroll-element.scroll-y {
    width: 11px;
    height: 100%;
    right: 0;
    top: 0;
}

.scrollbar-outer>.scroll-element.scroll-y .scroll-element_outer {
    left: 0;
    width: 10px;
}

.scrollbar-outer>.scroll-element .scroll-element_track {
    background-color: #dad9f5;
}

.scrollbar-outer>.scroll-element .scroll-bar {
    background-color: #ce620a;
}

.scrollbar-outer>.scroll-element .scroll-bar:hover {
    background-color: #ce620a;
}

.scrollbar-outer>.scroll-element.scroll-x {
    display: none;
}

/* 19.main-wrapper3 */

.header-area .logo {
    max-width: 154px;
}

.header-area .logo-area {
    margin: 0;
}

.main-wrapper3 .logo-area .logo-title,
.main-wrapper3 .logo-area .logo-title a,
.main-wrapper3 .logo-area .logo-title a small {
    color: #cc610a;
}

.main-wrapper3 .logo-area .logo-title a span {
    color: #353940;
}

.main-wrapper3 .main-wrap {
    height: calc(100vh - 176px);
}

.main-wrapper3 .single-blog-info {
    max-width: 1156px;
    margin: 0 auto;
    padding: 0 2rem;
}

.main-wrapper3 .prev-next-area a.prev-link::after,
.main-wrapper3 .prev-next-area a.next-link::after {
    top: -1px;
}

.main-about-area h2 {
    font-size: 3.4rem;
}

.heading-subtitle {
    font-size: 2.6rem;
}

/*-----------------------*/

/* 20.404 page           */

/*-----------------------*/

.error404 {
    background: #332e9f;
}

.error404 #wrapper {
    height: 100%;
}

.container-404 {
    background: #332e9f;
    color: #fff;
    height: 100%;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.not-found-wrap {
    text-align: center;
    padding: 4rem 2rem;
}

.not-found-wrap small {
    display: block;
    font-size: 5rem;
    letter-spacing: 2px;
}

.text-404 {
    color: #fff;
    font-size: 18rem;
    line-height: 18.5rem;
    position: relative;
    display: inline-block;
    z-index: 2;
    letter-spacing: 1.5rem;
}

.text-404 strong {
    font-weight: 400;
}

.text-thepage {
    text-align: center;
    display: block;
    position: relative;
    letter-spacing: 1.2rem;
    font-size: 4rem;
    line-height: 1.1;
    padding-top: 1rem;
}

.container-404 hr {
    border-color: #fff;
    opacity: 1;
}