/***

====================================================================
			Fonts
====================================================================

***/

@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");

/*
	font-family: 'Poppins', sans-serif;
*/

@import url("../css/fontawesome-all.css");
@import url("../css/flaticon.css");
@import url("../css/animate.css");
@import url("../css/owl.css");
@import url("../css/jquery.fancybox.min.css");

/***

====================================================================
		Reset
====================================================================

 ***/

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-size: 100%;
    font-family: "Poppins", sans-serif;
}

/***

====================================================================
	Global Settings
====================================================================

 ***/

body {
    font: 16px/1 sans-serif;
    line-height: 28px;
    font-weight: 400;
    color: #626262;
    font-size: 1rem;
    line-height: 1.5rem;
    background: #17161a;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
}

.sidebar-page-container,
section {
    background-color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: normal;
    margin: 0px;
    background: none;
    line-height: 1.2em;
}

textarea {
    overflow: hidden;
    resize: none;
}

button {
    outline: none !important;
    cursor: pointer;
    background: none;
    border: 0;
}

p,
.text {
    color: #443866;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
}

::-webkit-input-placeholder {
    color: inherit;
}
::-moz-input-placeholder {
    color: inherit;
}
::-ms-input-placeholder {
    color: inherit;
}

::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-track {
    background-color: #222;
}
::-webkit-scrollbar-thumb {
    background-color: #7c06e4;
    opacity: 0.5;
}

::-moz-scrollbar {
    width: 5px;
}
::-moz-scrollbar-track {
    background-color: #222;
}
::-moz-scrollbar-thumb {
    background-color: #7c06e4;
    opacity: 0.5;
}

.auto-container {
    position: static;
    max-width: 1170px;
    padding: 0px 15px;
    margin: 0 auto;
    width: 100%;
}

.auto-container.full-width {
    max-width: 100%;
    padding-left: 4%;
    padding-right: 4%;
}

.small-container {
    position: static;
    max-width: 1000px;
    padding: 0px 15px;
    margin: 0 auto;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
    z-index: 100;
    min-height: 100vh;
    opacity: 0;
    visibility: hidden;
}

.show {
    visibility: visible !important;
    opacity: 1 !important;
    -webkit-transition: opacity 500ms ease;
    -moz-transition: opacity 500ms ease;
    -ms-transition: opacity 500ms ease;
    -o-transition: opacity 500ms ease;
    transition: opacity 500ms ease;
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
}

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

.mobile,
.desktop {
    position: relative;
    margin-bottom: 0;
}

.mobile img,
.desktop img {
    display: block;
    width: 100%;
}

.mobile {
    display: none;
}

/* toggle-button  */

.button {
    border-radius: 5px;
    position: relative;
    width: 106px;
    height: 48px;
    overflow: hidden;
}

.button-cover,
.knobs,
.layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.checkbox {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
    border-radius: 5px;
}

.knobs {
    z-index: 2;
}

.layer {
    width: 100%;
    background-color: #e3262f;
    transition: 0.3s ease all;
    z-index: 1;
}

.toggle-button .knobs:before,
.toggle-button .knobs:after,
.toggle-button .knobs span {
    position: absolute;
    top: 5px;
    width: 20px;
    height: 10px;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    padding: 9px 4px;
    border-radius: 2px;
    transition: 0.3s ease all;
}

.toggle-button .knobs:before,
.toggle-button .knobs:after {
    color: #4e4e4e;
    z-index: 1;
}

.toggle-button .knobs:before {
    height: 25px;
    width: 25px;
    background-image: url(../images/icons/tick.html);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    left: 15px;
    top: 10px;
}

.toggle-button .knobs:after {
    height: 25px;
    width: 25px;
    background-image: url(../images/icons/cross.html);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    right: 15px;
    top: 12px;
}

.toggle-button .knobs span {
    left: 63px;
    width: 38px;
    height: 38px;
    background: #ffffff 0% 0% no-repeat padding-box;
    border-radius: 4px;
    z-index: 2;
}

.toggle-button .checkbox:checked + .knobs span {
    left: 5px;
}

.toggle-button .checkbox:checked ~ .layer {
    background-color: #707070;
}

/*=== THeme Buttons ===*/

.theme-btn {
    text-align: center;
    color: inherit;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.theme-btn.large {
    padding: 20px 50px;
    line-height: 30px;
    font-size: 24px;
    letter-spacing: 2px;
}

/*Btn Style One*/

.btn-style-one {
    position: relative;
    display: inline-flex;
}

.btn-style-one .btn-title {
    position: relative;
    min-width: 180px;
    padding: 10px 20px;
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    background-color: #bdb7ce;
    z-index: 1;
    overflow: hidden;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.btn-style-one .btn-title .icon {
    position: relative;
    color: inherit;
    margin-left: 20px;
}

.btn-style-one .btn-title:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #7c06e4;
    content: "";
    z-index: -1;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    transform: scale(1, 1);
    transform-origin: left center;
}

.btn-style-one:hover .btn-title:before {
    transform: scale(0, 1);
    transform-origin: right center;
    opacity: 1;
}

.btn-style-one:hover .btn-title {
    background-color: #ffffff;
    color: #7c06e4;
}

/*Btn Style Two*/

.btn-style-two {
    position: relative;
    display: inline-flex;
}

.btn-style-two .btn-title {
    position: relative;
    min-width: 160px;
    padding: 10px 20px;
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    background-color: #ffffff;
    z-index: 1;
    overflow: hidden;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.btn-style-two .btn-title .icon {
    position: relative;
    color: inherit;
    margin-left: 20px;
}

.btn-style-two .btn-title:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #7c06e4;
    content: "";
    z-index: -1;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    transform: scale(1, 1);
    transform-origin: left center;
}

.btn-style-two:hover .btn-title:before {
    transform: scale(0, 1);
    transform-origin: right center;
    opacity: 1;
}

.btn-style-two:hover .btn-title {
    color: #7c06e4;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.theme_color {
    color: #7c06e4;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100vw;
    height: 100vh;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    z-index: 9999;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.preloader.show {
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -ms-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
}

.preloader_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: auto;
    text-align: center;
    font-size: 10vw;
    font-weight: 800;
    color: transparent;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-50%, 40%);
    -moz-transform: translate(-50%, 40%);
    -ms-transform: translate(-50%, 40%);
    -o-transform: translate(-50%, 40%);
    transform: translate(-50%, 40%);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.preloader.show .preloader_inner {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    -o-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}

.preloader .loader-bar {
    position: fixed;
    left: 0;
    top: 0;
    height: 5px;
    background-color: transparent;
    z-index: 1;
}

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

.tabs-box {
    position: relative;
}

.tabs-box .tab {
    display: none;
}

.tabs-box .active-tab {
    display: block;
}

/***

====================================================================
	Icons
====================================================================

***/

.anim-icons {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    max-width: 1090px;
    margin: 0 auto;
}

.anim-icons .icon {
    position: absolute;
    right: 100%;
    top: 0;
}

/***

====================================================================
	Main Header style
====================================================================

***/

.main-header {
    position: fixed;
    left: 0;
    top: 50px;
    right: 100px;
    z-index: 99;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-header.alternate {
    right: 0;
}

.main-header.fixed-header {
    opacity: 0;
    visibility: hidden;
    transition: none;
    transform: translateY(-100%);
}

.main-header.fixed-header .nav-toggler {
    right: 0;
    top: 4px;
}

.main-header .main-box {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 50px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header.fixed-header .main-box {
    padding: 0 50px;
}

.main-header .logo {
    position: relative;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-header .sec-icon {
    position: relative;
    left: 0;
    top: 0;
    display: block !important;
}

.main-header .sec-icon span {
    color: #ffffff;
}

.main-header .nav-outer {
}

.navbar-toggler {
    border: 0 !important;
}

.nav-toggler {
    position: relative;
    right: 0;
    top: 18px;
    width: 56px;
    display: inline-flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: column;
    height: 34px;
    background: none;
    border: none;
    outline: none;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.nav-toggler .line {
    position: relative;
    display: flex;
    height: 5px;
    width: 56px;
    background-color: #63597e;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.nav-toggler .line:nth-child(2) {
    width: 30px;
}

.nav-toggler:hover .line {
    width: 40px;
}

.nav-toggler:hover .line:nth-child(2) {
    width: 56px;
}

.main-header .menu-box {
    position: relative;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -o-transform: translateX(50px);
    transform: translateX(50px);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.active-side-nav .main-header .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}

.main-header.fixed-header .menu-box {
    padding-right: 0;
}

.main-header .menu-box .navigation {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-box .navigation li {
    position: relative;
    margin: 10px 20px;
}

.menu-box .navigation li .dropdown-btn {
    display: none;
}

.menu-box .navigation li a {
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 600;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.pp-viewing-Testimonials .menu-box .navigation > li > a,
.pp-viewing-Services .menu-box .navigation > li > a,
.pp-viewing-About .menu-box .navigation > li > a {
    color: #1a191d;
}

.menu-box .navigation > li.active > a,
.menu-box .navigation > li:hover > a {
    color: #7c06e4;
    text-decoration: underline;
}

.main-menu .navigation > li > ul {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 200px;
    z-index: 100;
    background-color: #ffffff;
    opacity: 0;
    display: none;
    margin-top: 15px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
        -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
        -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
        -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
        -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
        -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

.main-menu .navigation > li > ul:before {
    position: absolute;
    left: 0;
    top: -50px;
    height: 60px;
    content: "";
    width: 100%;
}

.main-menu .navigation > li > ul > li {
    position: relative;
    width: 100%;
    margin: 0;
}

.main-menu .navigation > li > ul > li:last-child {
    border-bottom: none;
}

.main-menu .navigation > li > ul > li > a {
    position: relative;
    display: block;
    padding: 10px 20px;
    line-height: 20px;
    font-weight: 400;
    font-size: 14px;
    color: #828282;
    text-align: left;
    border-bottom: 1px solid #ffffff;
    text-transform: capitalize;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation > li > ul > li:hover > a {
    color: #e3262f;
    background-color: #f2f2f2;
}

.main-menu .navigation > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.header-style-two {
    top: 66px;
}

.header-style-two .nav-toggler {
    top: 0;
}

#nav-icon1 {
    position: relative;
    width: 56px;
    height: 42px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}

#nav-icon1 span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    background-color: #63597e;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
    top: 0px;
}

#nav-icon1 span:nth-child(2) {
    top: 18px;
}

#nav-icon1 span:nth-child(3) {
    top: 36px;
}

#nav-icon1.open span:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

#nav-icon1.open span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

/***

====================================================================
	Hidden Sidebar style
====================================================================

***/

.sidenav-bar {
    position: fixed;
    right: -400px;
    top: 0px;
    width: 400px;
    height: 100%;
    overflow-y: auto;
    z-index: 99999;
    background: transparent linear-gradient(90deg, #222222 0%, #1d1c21 100%) 0%
        0% no-repeat padding-box;
    transition: all 500ms ease;
}

.active-side-nav .sidenav-bar {
    right: -1px;
}

/*=== Nav Box ===*/

.sidenav-bar .nav-box {
    position: absolute;
    right: 0;
    top: 0;
    width: 400px;
    height: 100%;
    z-index: 999;
}

/*.sidenav-bar::-webkit-scrollbar{
	display: none;
}*/

.sidenav-bar .nav-box .inner-box {
    position: relative;
    padding: 20px 50px 170px;
    min-height: 100vh;
}

.sidenav-bar .upper-box {
    position: relative;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-bottom: 60px;
    padding-top: 50px;
}

.sidenav-bar .upper-box .btn-box {
    position: relative;
    z-index: 99;
}

.sidenav-bar .upper-box .nav-toggler {
    position: relative;
    right: 0;
    display: block;
    background: none;
    cursor: pointer;
    color: #c2bfcf;
    font-size: 34px;
    line-height: 1em;
}

.sidenav-bar .side-nav {
    position: relative;
    margin-bottom: 30vh;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.sidenav-bar .side-nav .navigatio {
    position: relative;
}

.sidenav-bar .side-nav .navigation > li {
    position: relative;
    margin-bottom: 18px;
}

.sidenav-bar .side-nav .navigation > li,
.sidenav-bar .side-nav .navigation > li > ul > li {
    position: relative;
    display: block;
}

.sidenav-bar .side-nav .navigation > li > a {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 42px;
    font-weight: 600;
    color: #c2bfcf;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.sidenav-bar .side-nav .navigation > li > ul > li > a:hover,
.sidenav-bar .side-nav .navigation > li > a:hover,
.sidenav-bar .side-nav .navigation > li.current > a,
.sidenav-bar .side-nav .navigation > li.active > a {
    color: #7c06e4;
    text-decoration: underline;
}

.sidenav-bar .side-nav .navigation > li.dropdown ul {
    position: relative;
    padding: 20px 20px 0;
}

.sidenav-bar .side-nav .navigation > li li {
    position: relative;
}

.sidenav-bar .side-nav .navigation > li li a {
    display: block;
    font-size: 20px;
    line-height: 42px;
    font-weight: 600;
    color: #c2bfcf;
    transition: all 300ms ease;
}

.sidenav-bar .side-nav .navigation .dropdown-btn {
    position: absolute;
    right: 0;
    top: 5px;
    font-size: 22px;
    line-height: 32px;
    width: 32px;
    text-align: center;
    font-weight: 600;
    color: #c2bfcf;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.sidenav-bar .side-nav .navigation .show .dropdown-btn {
    transform: scaleY(-1);
}

.sidenav-bar .bottom-box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 50px 0;
    min-height: 170px;
}

.sidenav-bar .copyright-text {
    font-size: 14px;
    line-height: 18px;
    color: #c2bfcf;
    font-weight: 400;
    margin-bottom: 25px;
}

.sidenav-bar .copyright-text a {
    color: #7c06e4;
    text-decoration: underline;
}

.sidenav-bar .copyright-text a:hover {
    color: inherit;
}

.social-icon-one {
    position: relative;
    display: flex;
    align-items: center;
}

.social-icon-one li {
    position: relative;
    margin-right: 20px;
}

.social-icon-one li a {
    font-size: 20px;
    line-height: 1em;
    color: #63597e;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.social-icon-one li a:hover {
    color: #9e98b3;
}

.menu-backdrop {
    position: fixed;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, 0.3);
    visibility: hidden;
    z-index: 999;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.active-side-nav .menu-backdrop {
    opacity: 1;
    visibility: visible;
}

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

/***

====================================================================
	Page Title
====================================================================

***/

.page-title {
    position: relative;
    padding: 175px 0;
    background-color: #17161a;
    text-align: center;
    overflow: hidden;
    z-index: 1;
}

.page-title:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/icons/shape-2.png);
    background-repeat: no-repeat;
    background-position: center;
    content: "";
}

.page-title h1 {
    position: relative;
    display: block;
    font-size: 80px;
    color: #f0eff6;
    line-height: 1em;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 20px;
    margin-bottom: 15px;
}

.page-title h1:before {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    width: 200px;
    height: 3px;
    background-color: #17161a;
    content: "";
}

.page-title .bread-crumb {
    position: relative;
}

.page-title .bread-crumb li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #f0eff6;
    font-weight: 600;
    cursor: default;
    text-transform: uppercase;
    padding-right: 20px;
    margin-right: 10px;
}

.page-title .bread-crumb li:before {
    position: absolute;
    right: -1px;
    font-size: 16px;
    line-height: 30px;
    color: #f0eff6;
    font-weight: 600;
    content: ">";
}

.page-title .bread-crumb li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.page-title .bread-crumb li:last-child:before {
    display: none;
}

.page-title .bread-crumb li a {
    color: #f0eff6;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.page-title .bread-crumb li a:hover {
    color: #ffffff;
}

/***

====================================================================
	Sec Title
====================================================================

***/

.sec-title {
    position: relative;
    margin-bottom: 70px;
}

.sec-title .title {
    position: relative;
    font-size: 24px;
    line-height: 1.2em;
    color: #7c06e4;
    font-weight: 600;
    display: block;
    padding-left: 60px;
    margin-bottom: 12px;
}

.sec-title .title:before {
    position: absolute;
    left: 0;
    top: 13px;
    height: 4px;
    width: 50px;
    background-color: #1a191d;
    content: "";
}

.sec-title h2 {
    position: relative;
    font-size: 45px !important;
    line-height: 1.2em;
    font-weight: 600;
    color: #1a191d;
}

.sec-title.light h2 {
    color: #bdb7ce;
}

.sec-title.light .title:before {
    background-color: #bdb7ce;
}

.sec-icon {
    position: absolute;
    right: 50px;
    top: -250px;
    z-index: 999;
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    -webkit-transition-delay: 800ms;
    -moz-transition-delay: 800ms;
    -ms-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    transition-delay: 800ms;
}

.sec-icon span {
    display: block;
    width: 80px;
    height: 60px;
    line-height: 54px;
    text-align: center;
    border: 2px solid #4a425b;
    font-size: 28px;
    color: #73698c;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.pp-section.active .sec-icon {
    top: 50px;
    z-index: 99;
}

.sec-icon:hover span {
    background-color: #4a425b;
    color: #ffffff;
}

.sec-count {
    position: absolute;
    right: 50px;
    bottom: 50px;
    width: 80px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-weight: 700;
    border: 2px solid #372d52;
    font-size: 35px;
    color: #73698c;
    z-index: 9;
    -webkit-transform: translateY(200px);
    -moz-transform: translateY(200px);
    -ms-transform: translateY(200px);
    -o-transform: translateY(200px);
    transform: translateY(200px);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transition-delay: 800ms;
    -moz-transition-delay: 800ms;
    -ms-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    transition-delay: 800ms;
}

.pp-section.active .sec-count {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.sec-float-text {
    position: absolute;
    right: 50px;
    top: 0;
    height: 100%;
    display: flex;
    padding: 10% 0;
    text-align: center;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    width: 80px !important;
    white-space: break-spaces;
    writing-mode: vertical-rl;
    letter-spacing: 0.2em;
    font-size: 100px;
    color: transparent;
    -webkit-text-stroke: 2px #38353f;
    font-weight: 700;
}

.light-section .sec-float-text {
    -webkit-text-stroke: 2px #c2bfcf;
}

#pp-nav.left {
    padding-top: 76px;
    left: 70px;
    z-index: 999;
    /*	opacity: 0;
	visibility: hidden;*/
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.isLoaded #pp-nav.left {
    opacity: 1;
    visibility: visible;
}

#pp-nav ul,
.pp-slidesNav ul {
    background-color: #372d52;
    width: 4px;
}

#pp-nav li,
.pp-slidesNav li {
    position: relative;
    height: auto;
    width: auto;
    margin: 0;
    width: 20px;
    height: 50px;
}

#pp-nav li a,
.pp-slidesNav li a {
    width: 6px;
    height: 50px;
    background-color: transparent;
}

#pp-nav li a.active,
.pp-slidesNav li a.active {
    background-color: #7c06e4;
    -webkit-transform: translateX(-1px);
    -moz-transform: translateX(-1px);
    -ms-transform: translateX(-1px);
    -o-transform: translateX(-1px);
    transform: translateX(-1px);
}

#pp-nav li span,
.pp-slidesNav li span {
    display: none;
}

.pp-tooltip.left {
    position: absolute;
    left: 25px;
    top: 7px;
    color: #63597e;
    font-size: 16px;
    padding: 4px 20px;
    font-family: "Poppins", sans-serif;
    white-space: nowrap;
    border: 2px solid #7c06e4;
    border-left: 0;
    display: none !important;
}

.pp-tooltip.left:before,
.pp-tooltip.left:after {
    position: absolute;
    left: -5px;
    top: -1px;
    height: 19px;
    border-left: 2px solid #7c06e4;
    content: "";
    transform: rotate(24deg);
}

.pp-tooltip.left:after {
    bottom: -1px;
    top: auto;
    transform: rotate(-24deg);
}

#pp-nav:before {
    position: absolute;
    left: -17px;
    top: 0;
    width: 40px;
    height: 66px;
    border: 2px solid #372d52;
    border-radius: 50px;
    z-index: 99;
    content: "";
}

#pp-nav:after {
    position: absolute;
    left: -2px;
    top: 14px;
    height: 10px;
    width: 10px;
    background-color: #7c06e4;
    border-radius: 50%;
    content: "";
    animation: drop 2s infinite;
}

@keyframes drop {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        opacity: 1;
    }
    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }
}

.section {
    background-color: #17161a;
    overflow-y: auto;
}

.center-box {
    position: relative;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 70px 0;
}

.center-box .center-inner {
    position: relative;
    width: 100%;
}

.light-section {
    background-color: #f0eff6;
}

.light-section .sec-icon span,
.light-section .sec-count {
    color: #221c33;
    border-color: #221c33;
}

.light-section .sec-icon:hover span {
    background-color: #221c33;
    color: #ffffff;
}

.light-section .sec-float-text .inner {
    -webkit-text-stroke: 3px #c2bfcf;
}

.pp-viewing-Home .logo-light,
.pp-viewing-About .logo-dark,
.pp-viewing-Workflow .logo-light,
.pp-viewing-Features .logo-light,
.pp-viewing-Value .logo-dark,
.pp-viewing-dna .logo-dark,
.pp-viewing-Services .logo-light
.pp-viewing-Contact .logo-light,
.pp-viewing-News .logo-dark,
.pp-viewing-Testimonials .logo-dark
/* .pp-viewing-Resume .logo-light,
.pp-viewing-Portfolio .logo-light,
.pp-viewing-Pricing .logo-light, */
 {
    display: block;
}

.pp-viewing-Pricing .logo-dark,
.pp-viewing-News .logo-light,
.pp-viewing-Testimonials .logo-light,
.pp-viewing-Services .logo-dark,
.pp-viewing-About .logo-light,
.pp-viewing-Workflow .logo-dark,
.pp-viewing-Features .logo-dark,
.pp-viewing-Value .logo-light,
.pp-viewing-Contact .logo-dark,
.pp-viewing-dna .logo-light,
.logo-dark {
    display: none;
}

/*.pp-viewing-Testimonials .main-header.fixed-header,
.pp-viewing-Services .main-header.fixed-header,
.pp-viewing-About .main-header.fixed-header{
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
*/
.background-shape {
    position: absolute;
    right: 0;
    top: 0px;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

/***

====================================================================
	Banner Section
====================================================================

***/

.banner-section {
    position: relative;
    background-color: transparent;
    overflow: hidden;
}

/* Contenct Column */

.banner-section .content-column {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    z-index: 9;
}

.banner-section .content-column .inner-column {
    position: relative;
    padding: 50px 0;
}

.banner-section .title-box {
    position: relative;
}

.banner-section .title-box h4 {
    font-size: 50px;
    line-height: 1em;
    color: #7c06e4;
    font-weight: 700;
    margin-bottom: 10px;
}

.banner-section .title-box h2 {
    font-size: 78px;
    line-height: 1em;
    color: #bdb7ce;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.banner-section .title-box p {
    font-size: 18px;
    line-height: 24px;
    color: #9d98b1;
    font-weight: 400;
    margin-bottom: 40px;
}

/* Image Column */

.banner-section .background-shape {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100vh;
    width: 60vw;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
}

.banner-section .image-column {
    position: absolute;
    height: 100vh;
    right: 0;
    top: 0;
    width: 50%;
    display: flex;
}

.banner-section .image-column .main-image {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    width: 40vw;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.pp-section.active .banner-section .image-column .main-image {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.banner-section .image-column img {
    width: 100%;
    height: auto;
}

.social-icon-two {
    position: fixed;
    left: 50px;
    bottom: 50px;
    z-index: 9;
    display: flex;
}

.social-icon-two .title {
    position: relative;
    font-size: 18px;
    line-height: 25px;
    color: #63597e;
    padding-right: 110px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.social-icon-two .title:before {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 80px;
    height: 2px;
    background-color: #38353f;
    content: "";
}

.social-icon-two li {
    position: relative;
    margin-right: 30px;
}

.social-icon-two li a {
    display: inline-block;
    font-size: 20px;
    line-height: 1em;
    color: #63597e;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.social-icon-two li a:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
    color: #bdb7ce;
}

.banner-section .download-cv {
    position: relative;
    z-index: 1;
}

/***

====================================================================
	About Me
====================================================================

***/

.about-me {
    position: relative;
    overflow: hidden;
}

.about-me .center-box {
    padding: 90px 0;
}

.about-me .background-shape {
    background-image: url(../images/icons/shape2.html);
    background-position: left top;
}

.about-me .sec-title {
    margin-bottom: 70px;
}

.about-me .image-column .image-box {
    position: relative;
}

.about-me .image-column .image {
    position: relative;
    margin-bottom: 0;
    text-align: center;
    overflow: hidden;
}

.about-me .image-column .background-layer {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.about-me .image-column .background-layer:before {
    position: absolute;
    left: -20%;
    bottom: 0;
    width: 140%;
    border-radius: 50%;
    height: 460px;
    content: "";
    z-index: -1;
    background-color: #7c06e4;
}

.about-me .image-column .background-layer:after {
    position: absolute;
    left: -20%;
    bottom: 0;
    width: 140%;
    border-radius: 50%;
    height: 460px;
    content: "";
    z-index: -1;
    z-index: 1;
    border-bottom: 8px solid #000000;
}

.about-me .image-column .image-box .icon {
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.about-me .image-column .bg-shape {
    z-index: -1;
    top: auto !important;
    bottom: 0;
}

.about-me .image-column .girl-img {
    right: 0 !important;
    margin: 0 auto;
}

.self-icon-1 {
    left: -20px;
    top: 70px;
    height: 60px;
    width: 66px;
    background-image: url(../images/icons/self-icon-1.html);
}

.self-icon-2 {
    right: 70px;
    top: -20px;
    width: 67px;
    height: 64px;
    background-image: url(../images/icons/self-icon-2.html);
}

.self-icon-3 {
    right: 20px;
    top: 130px;
    width: 46px;
    height: 46px;
    background-image: url(../images/icons/self-icon-3.html);
}

.about-me .content-column .inner-column {
    position: relative;
    padding-top: 40px;
}

.about-me .text-box {
    position: relative;
    margin-bottom: 30px;
}

.about-me .text-box h4 {
    font-size: 32px;
    line-height: 36px;
    color: #1a191d;
    font-weight: 600;
    margin-bottom: 30px;
}

.about-me .text-box p {
    font-size: 18px;
    line-height: 26px;
    color: #443866;
    margin-bottom: 45px;
}

.about-me .progress-bars {
    position: relative;
    margin-bottom: 50px;
}

/*==========================
	Progress Bars
==========================*/

.bar-item {
    position: relative;
    margin-bottom: 25px;
}

.bar-item .skill-bar {
    position: relative;
    width: 100%;
    height: 5px;
}

.bar-item .skill-bar .bar-inner {
    position: relative;
    width: 100%;
    height: 5px;
    background: #e1e0e7;
}

.bar-item .skill-bar .bar-inner .bar {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 1px;
    width: 0px;
    border-bottom: 5px solid #1a191d;
    -webkit-transition: all 2000ms ease;
    -ms-transition: all 2000ms ease;
    -o-transition: all 2000ms ease;
    -moz-transition: all 2000ms ease;
    transition: all 2000ms ease;
}

.bar-item .skill-header {
    position: relative;
    line-height: 26px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 9px;
    color: #7c06e4;
    text-transform: capitalize;
}

.bar-item .skill-header .skill-title {
    position: relative;
}

.bar-item .skill-percentage {
    position: absolute;
    right: -15px;
    top: 0;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    color: #1a191d;
    width: 38px;
    height: 18px;
    background-color: #ffffff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.09);
    display: flex;
    opacity: 0;
    visibility: hidden;
    justify-content: center;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.bar-item:hover .skill-percentage {
    top: -35px;
    opacity: 1;
    visibility: visible;
}

.bar-item .skill-percentage:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    border-left: 19px solid transparent;
    border-right: 19px solid transparent;
    border-top: 5px solid #ffffff;
    content: "";
}

.bar-item .skill-percentage .count-box {
    position: relative;
    display: flex;
}

/*==========================
	Fact Counter
==========================*/

.fact-counter {
    position: relative;
}

.fact-counter .counter-column {
    position: relative;
    margin-bottom: 40px;
}

.fact-counter .count-box {
    position: relative;
    padding-left: 50px;
}

.fact-counter .count-box .icon {
    position: absolute;
    left: 0;
    top: 0px;
    font-size: 42px;
    line-height: 1em;
    color: #000000;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.fact-counter .count-box .counter-title {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #443866;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.fact-counter .count-box .count-text {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 1em;
    color: #7c06e4;
    font-weight: 700;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

/***

====================================================================
	Resume Section
====================================================================

***/

.resume-section {
    position: relative;
    overflow: hidden;
}

.resume-section .background-shape {
    background-image: url(../images/icons/shape3.html);
    background-position: right bottom;
}

.resume-section .sec-title {
}

.resume-carousel .owl-nav {
    position: absolute;
    right: 0;
    top: -120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.resume-carousel .owl-next,
.resume-carousel .owl-prev {
    position: relative;
    height: 50px;
    width: 80px;
    margin-right: 15px;
    border: 2px solid #372d52;
    line-height: 46px;
    text-align: center;
    font-size: 30px;
    color: #9d98b1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.resume-carousel .owl-next:hover,
.resume-carousel .owl-prev:hover {
    color: #7c06e4;
    border-color: #7c06e4;
}

/*==========================
		Resume Tabs
===========================*/

.resume-tabs {
    position: relative;
}

.resume-tabs .resume-tabs-content {
    position: relative;
    display: block;
}

.resume-tabs .resume-tab {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
    visibility: hidden;
}

.resume-tabs .resume-tab.active-tab {
    position: relative;
    visibility: visible;
    z-index: 5;
}

.resume-tabs .tab-buttons {
    position: relative;
    margin-bottom: 70px;
    display: flex;
    align-items: center;
}

.resume-tabs .tab-buttons li {
    position: relative;
    font-size: 20px;
    line-height: 26px;
    padding: 10px 30px;
    color: #bdb7ce;
    font-weight: 500;
    min-width: 260px;
    cursor: pointer;
    border: 2px solid #4a425b;
    background-color: transparent;
    text-align: center;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease;
}

.resume-tabs .tab-buttons li:hover {
    border-color: #7c06e4;
}

.resume-tabs .tab-buttons li.active-btn {
    color: #f0eff6;
    background-color: #7c06e4;
    border-color: #7c06e4;
}

.resume-tab.active-tab .slide-item {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.resume-tab .slide-item {
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
}

.resume-block {
    position: relative;
    margin-bottom: 10px;
}

.resume-block .inner-box {
    position: relative;
    padding-left: 330px;
    padding-bottom: 60px;
}

.resume-block .inner-box:after {
    position: absolute;
    left: auto;
    margin-left: -32px;
    top: 32px;
    bottom: 0;
    border: 1px dashed #534b69;
    content: "";
}

.resume-block:last-child .inner-box {
    padding-bottom: 0;
}

.resume-block:last-child .inner-box:after {
    display: none;
}

.resume-block .expirience {
    position: absolute;
    left: 0;
    top: 0;
    text-align: right;
    width: 265px;
}

.resume-block .expirience h4 {
    top: 5px;
    font-size: 20px;
    line-height: 1.2em;
    color: #7d07e5;
    font-weight: 600;
    margin-bottom: 10px;
}

.resume-block .expirience .year {
    color: #9d98b1;
    font-size: 14px;
    font-weight: 600;
}

.resume-block .devider {
    position: absolute;
    left: auto;
    margin-left: -35px;
    top: 7px;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background-color: #7c06e4;
}

.resume-block .devider:before {
    position: absolute;
    left: -6px;
    top: -6px;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border: 2px solid #534b69;
    content: "";
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.resume-block:hover .devider:before {
    background-color: #7c06e4;
    border-color: #7c06e4;
}

.resume-block .text-box {
    position: relative;
}

.resume-block .text-box h4 {
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #bdb7ce;
    font-weight: 600;
    margin-bottom: 8px;
}

.resume-block .text-box p {
    font-size: 16px;
    line-height: 22px;
    color: #9d98b1;
}

/***

====================================================================
	Services Section
====================================================================

***/
.services-section {
    position: relative;
    overflow: hidden;
}

.services-section .background-shape {
    background-image: url(../images/icons/shape4.html);
    background-position: left top;
}

.services-section .center-box {
    padding-top: 50px;
    padding-bottom: 20px;
}

.service-block {
    position: relative;
    margin-bottom: 30px;
}

.service-block.block-two {
    margin-top: 15px;
}

.service-block.block-three {
    margin-top: 30px;
}

.service-block .inner-box {
    position: relative;
    background-color: #f6f5f9;
    padding: 5px 30px 25px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.service-block .inner-box:hover {
    background-color: #221c33;
}

.service-block .floating-text {
    position: relative;
    font-size: 170px;
    line-height: 170px;
    font-weight: 500;
    color: #f6f5f9;
    text-transform: uppercase;
    text-shadow: -1px -1px 0 #c2bfcf, -1px 1px 0 #c2bfcf, 1px -1px 0 #c2bfcf,
        1px 1px 0 #c2bfcf;
    transition: transform 1000ms ease;
}

.service-block .inner-box:hover .floating-text {
    -webkit-transform: translateX(calc(0px - 100%));
    transform: translateX(calc(0px - 100%));
    color: #221c33;
    text-shadow: -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff,
        1px 1px 0 #fff;
    transition: transform 10000ms ease;
}

.service-block .title-box {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.service-block .title-box .icon {
    position: relative;
    margin-right: 20px;
    font-size: 30px;
    line-height: 1em;
    color: #221c33;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.service-block .inner-box:hover .title-box .icon {
    color: #ffffff;
}

.service-block .title-box h3 {
    font-size: 30px;
    line-height: 1.2em;
    color: #7c06e4;
    font-weight: 600;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.service-block .inner-box:hover .title-box h3 {
    color: #ffffff;
}

.service-block .text {
    font-size: 16px;
    line-height: 22px;
    color: #443866;
    font-weight: 400;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.service-block .inner-box:hover .text {
    color: #ffffff;
}

/***

====================================================================
	Project Section
====================================================================

***/

.portfolio-section {
    position: relative;
    overflow: hidden;
}

.portfolio-section .background-shape {
    background-image: url(../images/icons/shape5.html);
    background-position: right bottom;
}

.project-tab .carouse-outer {
    position: relative;
    padding-left: 290px;
}

.project-tab .about-projects {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 260px;
    padding-top: 60px;
}

.project-tab .about-projects h4 {
    font-size: 24px;
    line-height: 26px;
    color: #bdb7ce;
    margin-bottom: 20px;
}

.project-tab .about-projects p {
    font-size: 16px;
    line-height: 26px;
    color: #9d98b1;
    font-weight: 400;
    margin-bottom: 26px;
}

.project-tab {
    position: relative;
}

.project-tab .project-carousel .owl-dots {
    display: none;
}

.project-carousel .owl-nav {
    position: absolute;
    left: -290px;
    bottom: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.project-carousel .owl-next,
.project-carousel .owl-prev {
    position: relative;
    height: 50px;
    width: 80px;
    margin-right: 15px;
    border: 2px solid #372d52;
    line-height: 46px;
    text-align: center;
    font-size: 30px;
    color: #9d98b1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-carousel .owl-next:hover,
.project-carousel .owl-prev:hover {
    color: #7c06e4;
    border-color: #7c06e4;
}

.project-tab .tabs-header {
    position: relative;
}

.project-tab .project-tab-btns {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
}

.project-tab .project-tab-btns .p-tab-btn {
    position: relative;
    font-size: 18px;
    line-height: 21px;
    padding: 10px 30px;
    color: #bdb7ce;
    font-weight: 500;
    min-width: 170px;
    cursor: pointer;
    border: 2px solid #4a425b;
    margin: 0 10px 20px;
    background-color: transparent;
    text-align: center;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-tab .project-tab-btns .p-tab-btn:hover {
    border-color: #7c06e4;
}

.project-tab .project-tab-btns .p-tab-btn.active-btn {
    color: #f0eff6;
    background-color: #7c06e4;
    border-color: #7c06e4;
}

.project-tab .p-tabs-content {
    position: relative;
    display: block;
}

.project-tab .p-tab {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
    visibility: hidden;
}

.project-tab .p-tab.active-tab {
    position: relative;
    visibility: visible;
    z-index: 5;
}

.p-tab.active-tab .project-block {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1);
    border-radius: 0;
}

.p-tab .project-block {
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0);
}

.project-block {
    position: relative;
}

.project-block .inner-box {
    position: relative;
}

.project-block .image-box {
    position: relative;
}

.project-block .image-box .image {
    position: relative;
    margin-bottom: 0;
}

.project-block .image img {
    display: block;
    width: 100%;
}

.project-block .overlay {
    position: absolute;
    left: 20px;
    top: 20px;
    right: 20px;
    bottom: 20px;
    background: rgba(23, 22, 26, 0.9) 0% 0% no-repeat padding-box;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
}

.project-block .inner-box:hover .overlay {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    opacity: 1;
}

.project-block .overlay .icon {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-right: 20px;
    margin-bottom: 20px;
    height: 50px;
    width: 50px;
    background-color: #7c06e4;
    color: #ffffff;
    line-height: 50px;
    font-size: 30px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.project-block .inner-box:hover .overlay .icon {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms;
}

.project-block .caption-box {
    position: relative;
    padding: 20px 0 0px;
}

.project-block.even .caption-box {
    padding: 0px 0 20px;
}

.project-block .caption-box h4 {
    display: block;
    font-size: 24px;
    line-height: 28px;
    color: #bdb7ce;
    font-weight: 500;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.project-block .caption-box h4:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 70px;
    background: #4a425b;
    content: "";
}

.project-block .caption-box .cat {
    position: relative;
}

.project-block .caption-box .cat a {
    position: relative;
    display: inline-block;
    color: #7d07e5;
    font-weight: 600;
}

/***

====================================================================
	News Section
====================================================================

***/

.news-section {
    position: relative;
    overflow: hidden;
}

.news-section .view-all {
    position: relative;
    text-align: right;
}

.news-block {
    position: relative;
    margin-bottom: 30px;
}

.news-block .inner-box {
    position: relative;
}

.news-block .image-box {
    position: relative;
    padding-right: 20px;
    padding-top: 20px;
}

.news-block .image-box .image {
    position: relative;
    margin-bottom: 0;
}

.news-block .image-box .image:before {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border: 2px solid #17161a;
    content: "";
    transform: translate(20px, -20px);
    -webkit-transform: translate(20px, -20px);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news-block .inner-box:hover .image-box .image:before {
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
}

.news-block .image-box img {
    position: relative;
    display: block;
    width: 100%;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news-block .inner-box:hover img {
    transform: translate(20px, -20px);
    -webkit-transform: translate(20px, -20px);
}

.news-block .lower-content {
    margin-top: 20px;
    padding: 20px 20px 10px;
    position: relative;
    background-color: #f6f5f9;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}

.news-block .date {
    display: block;
    font-size: 14px;
    color: #7c06e4;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 5px;
}

.news-block .lower-content h3 {
    font-size: 24px;
    color: #1a191d;
    font-weight: 600;
    margin-bottom: 15px;
}

.news-block .lower-content h3 a:hover,
.news-block .lower-content h3 a {
    color: #1b2032;
}

.news-block .link {
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: #7c06e4;
    font-weight: 600;
    padding-right: 10px;
}

.news-block .link .read-more {
    font-size: 12px;
    line-height: 30px;
}

.news-block .link .icon {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 30px;
    font-size: 24px;
    width: 100%;
    background: #f6f5f9;
    transition: all 300ms ease;
}

.news-block .link:hover .icon {
    left: 100%;
}

.blog-section {
    position: relative;
    padding: 80px 0;
    background-color: #f0eff6;
    overflow: hidden;
}

/***

====================================================================
		Styled Pagination
====================================================================

***/

.styled-pagination {
    position: relative;
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.styled-pagination li {
    position: relative;
    margin: 0 10px 10px 0;
}

.styled-pagination li a {
    position: relative;
    display: block;
    line-height: 38px;
    font-size: 14px;
    height: 40px;
    width: 40px;
    color: #221e2a;
    font-weight: 400;
    text-align: center;
    background: transparent;
    border: 1px solid #221e2a;
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.styled-pagination li .arrow {
    width: 80px;
    font-size: 18px;
}

.styled-pagination li a:hover,
.styled-pagination li a.active {
    color: #ffffff;
    background-color: #221e2a;
}

/***

====================================================================
		Blog Single
====================================================================

***/

.blog-single {
    position: relative;
    background-color: #f0eff6;
    padding-bottom: 80px;
}

.blog-single .outer-box {
    position: relative;
    margin: -50px auto 0;
    max-width: 990px;
    z-index: 1;
}

.blog-single .news-block .image img {
    display: block;
    width: 100%;
}

.blog-single .post-content {
    position: relative;
    background-color: #f6f5f9;
    padding: 30px 30px 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.blog-single .post-content h3 {
    font-size: 30px;
    line-height: 1.2em;
    color: #221e2a;
    font-weight: 600;
}

.news-block .post-info {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.news-block .post-info li {
    font-size: 13px;
    line-height: 24px;
    color: #7c06e4;
    font-weight: 400;
    margin-right: 25px;
}

.news-block .post-info li a {
    color: #7c06e4;
}

.news-block .post-info li .icon {
    color: #221e2a;
    display: inline-block;
    margin-right: 5px;
}

.blog-single .post-content p {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    color: #443866;
    font-weight: 400;
    margin-bottom: 24px;
}

.blog-single .two-column {
    position: relative;
}

.blog-single .two-column h5 {
    font-size: 18px;
    line-height: 24px;
    color: #221e2a;
    font-weight: 600;
    margin-bottom: 15px;
}

.blog-single .two-column .image {
    position: relative;
    margin-bottom: 30px;
}

.blog-single .two-column .image img {
    display: block;
    width: 100%;
}

.list-style-two {
    position: relative;
    margin-bottom: 20px;
}

.list-style-two li {
    position: relative;
    font-size: 16px;
    line-height: 28px;
    color: #776c8e;
    font-weight: 600;
    padding-left: 25px;
    margin-bottom: 10px;
}

.list-style-two li a {
    color: #414a67;
}

.list-style-two li:before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
    line-height: 28px;
    color: #7c06e4;
    content: "\f175";
    font-family: "flaticon";
}

blockquote {
    position: relative;
    background-color: #7c06e4;
    padding: 20px 30px;
    font-size: 20px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 500;
    font-style: italic;
    text-align: center;
    margin-bottom: 40px;
}

blockquote:before {
    position: absolute;
    left: 40px;
    top: 10px;
    font-size: 60px;
    line-height: 1em;
    color: #17161a;
    content: "\f10d";
    opacity: 0.3;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    transform: rotateX(-190deg);
}

blockquote:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/icons/bloquote-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    content: "";
}

blockquote cite {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #f6f5f9;
    font-weight: 600;
    font-style: normal;
    margin-top: 10px;
}

/*post share options*/

.blog-single .post-share-options {
    position: relative;
    background-color: #f6f5f9;
    padding: 15px 20px 5px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.blog-single .post-share-options .tags {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.blog-single .post-share-options .tags li {
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
}

.blog-single .post-share-options .tags a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    color: #f6f5f9;
    font-weight: 400;
    padding: 0 10px;
    background: #221e2a;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.blog-single .post-share-options .tags a:hover {
    color: #ffffff;
    background-color: #db1b3a;
}

.social-icon-three {
    position: relative;
    display: flex;
    align-items: center;
}

.social-icon-three li {
    position: relative;
    margin-left: 10px;
    margin-bottom: 10px;
}

.social-icon-three li a {
    display: block;
    height: 30px;
    width: 30px;
    font-size: 16px;
    line-height: 28px;
    border: 1px solid #221e2a;
    color: #221e2a;
    text-align: center;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.social-icon-three li a:hover {
    color: #ffffff;
    background-color: #221e2a;
}

/* Post Control*/

.post-controls {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.post-controls .post {
    position: relative;
    display: block;
    background-color: #f6f5f9;
    padding: 15px 20px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    margin-bottom: 10px;
    transition: all 300ms ease;
}

.post-controls .post:hover {
    box-shadow: 0 5px 10px rgba(124, 6, 228, 0.15);
}

.post-controls .post .title {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #9e98b3;
    font-weight: 600;
}

.post-controls .post .title span {
    font-size: 18px;
    line-height: 24px;
    color: #7c06e4;
    margin-right: 8px;
}

.post-controls .post h5 {
    font-size: 18px;
    line-height: 24px;
    color: #221e2a;
    font-weight: 600;
}

.post-controls .next-post {
    text-align: right;
}

.post-controls .next-post .title span {
    margin-right: 0;
    margin-left: 8px;
}

.group-title {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #221e2a;
    font-weight: 600;
    margin-bottom: 20px;
}

/* Author Box */

.author-box {
    position: relative;
    background-color: #f6f5f9;
    padding: 20px 30px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.author-box .inner-box {
    position: relative;
    padding-left: 130px;
    min-height: 100px;
    padding-top: 6px;
}

.author-box .thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100px;
    width: 100px;
    overflow: hidden;
    margin-bottom: 20px;
    border: 1px solid #221e2a;
    padding: 9px;
}

.author-box .thumb img {
    display: block;
    width: 100%;
    height: auto;
}

.author-box .name {
    position: relative;
    font-size: 18px;
    line-height: 1.2em;
    color: #221e2a;
    font-weight: 600;
}

.author-box .designation {
    display: block;
    font-size: 12px;
    line-height: 1.2em;
    color: #7c06e4;
    font-weight: 400;
    margin-bottom: 5px;
}

.author-box .text {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    color: #443866;
    font-weight: 400;
}

/***

====================================================================
		Comment Area
====================================================================

 ***/

.comments-area {
    position: relative;
    margin-bottom: 40px;
}

.comments-area .comment-box {
    position: relative;
    background-color: #f6f5f9;
    padding: 20px 30px;
    padding-left: 130px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}

.comments-area .comment-box:last-child {
    margin-bottom: 0;
}

.comments-area .comment {
    position: relative;
    min-height: 84px;
}

.comments-area .comment-box .author-thumb {
    position: absolute;
    left: -100px;
    top: 0px;
    height: 84px;
    width: 84px;
    border-radius: 50%;
    margin-bottom: 20px;
    overflow: hidden;
}

.comments-area .comment-box .author-thumb img {
    width: 100%;
    display: block;
}

.comments-area .comment-info {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.comments-area .comment-info .name {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 1em;
    font-weight: 600;
    color: #221e2a;
}

.comments-area .comment-box .time {
    position: relative;
    display: flex;
    line-height: 1em;
    align-items: center;
    flex-wrap: wrap;
    font-size: 12px;
    color: #9e98b3;
    font-weight: 400;
}

.comments-area .comment-box .reply-btn {
    position: relative;
    font-size: 12px;
    color: #7c06e4;
    font-weight: 600;
    margin-left: 5px;
}

.comments-area .comment-box .text {
    font-size: 16px;
    line-height: 24px;
    color: #443866;
    font-weight: 400;
}

.comments-area .comment-box.reply-comment {
    box-shadow: none;
    border-top: 2px solid #e5e5eb;
    margin-top: 20px;
    margin-bottom: 0;
    padding-left: 100px;
    padding-bottom: 0;
}

/*=== Comment Form ===*/

.comment-form {
    position: relative;
}

.comment-form .group-title {
    margin-bottom: 10px;
}

.comment-form .text {
    margin-bottom: 30px;
}

.comment-form .form-group {
    position: relative;
    margin-bottom: 20px;
}

.comment-form .form-group > .icon {
    position: absolute;
    right: 35px;
    top: 0;
    z-index: 1;
    line-height: 50px;
    font-size: 14px;
    color: #7c06e4;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="number"],
.comment-form .form-group input[type="email"],
.comment-form .form-group input[type="url"],
.comment-form .form-group textarea,
.comment-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    color: #867ba4;
    line-height: 30px;
    padding: 10px 18px;
    height: 50px;
    background-color: #f6f5f9;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.comment-form .form-group input:focus,
.comment-form .form-group textarea:focus,
.comment-form .form-group select :focus {
    background-color: #ffffff;
}

.comment-form .form-group textarea {
    height: 120px;
    resize: none;
    padding-top: 15px;
}

/***

====================================================================
	Pricing Section
====================================================================

***/

.pricing-section {
    position: relative;
    overflow: hidden;
}

.pricing-table {
    position: relative;
    margin-top: 20px;
    margin-bottom: 30px;
}

.pricing-table .inner-box {
    position: relative;
    text-align: center;
    max-width: 360px;
    margin: 0 auto;
    padding: 20px 50px 0;
    background-color: #221e2a;
    text-align: center;
    z-index: 9;
    margin-bottom: 25px;
}

.pricing-table .title {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 60px;
    color: #ffffff;
    font-weight: 600;
    background-color: #7c06e4;
    text-transform: uppercase;
    box-shadow: 12px 15px 50px rgba(125, 7, 229, 0.2);
    margin-bottom: 25px;
}

.pricing-table .price {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.pricing-table .price sup {
    position: relative;
    display: inline-block;
    font-size: 22px;
    color: #7c06e4;
    font-weight: 500;
    top: -30px;
    width: 70px;
    text-align: right;
}

.pricing-table .price strong {
    font-size: 60px;
    line-height: 1em;
    color: #bdb7ce;
    font-weight: 500;
}

.pricing-table .price sub {
    position: relative;
    font-size: 12px;
    color: #bdb7ce;
    font-weight: 500;
    bottom: 5px;
}

.pricing-table .table-content {
    position: relative;
    margin-bottom: 40px;
}

.pricing-table .table-content li {
    position: relative;
    padding: 10px 0;
    font-size: 16px;
    line-height: 33px;
    color: #9d98b1;
    font-weight: 500;
    border-bottom: 1px solid #2d2838;
}

.pricing-table .table-footer {
    position: relative;
    transform: translateY(25px);
}

.pricing-table .table-footer .theme-btn .btn-title {
    color: #ffffff;
    background-color: #7c06e4;
    overflow: hidden;
}

.pricing-table .table-footer .theme-btn .btn-title:before {
    position: absolute;
    left: -100px;
    top: 0;
    height: 300%;
    top: -150%;
    content: "";
    transform: rotate(20deg);
    width: 50%;
    background: rgba(255, 255, 255, 0.4);
    transition: all 300ms ease;
}

.pricing-table .table-footer .theme-btn:hover .btn-title:before {
    left: 120%;
}

.pricing-table.tagged {
    margin-top: 0;
}

.pricing-table.tagged .inner-box {
    padding-top: 40px;
    border: 1px solid #7c06e4;
    background-color: #1b191f;
}

.pricing-table.tagged .table-content {
    margin-bottom: 60px;
}

/***

====================================================================
	Testimonial Section
====================================================================

***/

.testimonial-section {
    position: relative;
    overflow: hidden;
}

.testimonial-section .sec-title {
    margin-bottom: 55px;
}

.testimonial-section .carousel-outer {
    position: relative;
    margin: 0 -10px;
    padding-right: 30px;
}

.testimonial-section .image-column {
    position: relative;
}

.testimonial-section .image-column .image {
    position: relative;
    margin-bottom: 0;
    margin-top: -20px;
}

.testimonial-carousel {
    position: relative;
}

.testimonial-block {
    position: relative;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    padding: 10px;
}

.testimonial-block .quote-icon {
    position: relative;
    display: inline-block;
    height: 70px;
    width: 70px;
    background-image: url(../images/icons/quote-icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #7c06e4;
    opacity: 0;
    box-shadow: 5px 15px 50px rgba(125, 7, 229, 0.2);
    margin-bottom: 20px;
    -webkit-transform: translateX(-200px);
    -moz-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    -o-transform: translateX(-200px);
    transform: translateX(-200px);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.testimonial-carousel .active .testimonial-block .quote-icon {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    -ms-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms;
}

.testimonial-block .text-box {
    position: relative;
    width: 100%;
    opacity: 0;
    -webkit-transform: translateX(-200px);
    -moz-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    -o-transform: translateX(-200px);
    transform: translateX(-200px);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.testimonial-carousel .active .testimonial-block .text-box {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.testimonial-block .text-box .inner-box {
    position: relative;
    padding: 30px 30px 33px 40px;
    text-align: left;
    background-color: #f6f5f9;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}

.testimonial-block .text-box p {
    position: relative;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #1a191d;
    font-style: italic;
    margin-bottom: 30px;
}

.testimonial-block .info-box {
    position: relative;
}

.testimonial-block .info-box .name {
    font-size: 20px;
    color: #7c06e4;
    font-weight: 600;
}

.testimonial-block .info-box .designation {
    font-size: 14px;
    color: #9e98b3;
    font-weight: 600;
}

.testimonial-block .image-box {
    position: relative;
    -webkit-transform: translateX(200px);
    -moz-transform: translateX(200px);
    -ms-transform: translateX(200px);
    -o-transform: translateX(200px);
    transform: translateX(200px);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 0;
}

.testimonial-carousel .active .testimonial-block .image-box {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: 800ms;
    -moz-transition-delay: 800ms;
    -ms-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    transition-delay: 800ms;
}

.testimonial-block .image-box .image {
    padding-left: 30px;
}

.testimonial-block .image-box .image img {
    display: block;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    right: -420px;
    top: -120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonial-carousel .owl-next,
.testimonial-carousel .owl-prev {
    position: relative;
    height: 50px;
    width: 80px;
    margin-right: 15px;
    border: 2px solid #c2bfcf;
    line-height: 48px;
    text-align: center;
    font-size: 30px;
    color: #c2bfcf;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-carousel .owl-next:hover,
.testimonial-carousel .owl-prev:hover {
    color: #000000;
    border-color: #000000;
}

/***

====================================================================
		Clients Section
====================================================================

***/

.sponsors-outer {
    position: relative;
    padding-top: 80px;
}

.sponsors-outer .sponsors-carousel {
    position: relative;
    list-style-type: none;
    margin: 0;
}

.sponsors-outer .slide-item {
    position: relative;
    list-style: none;
}

.sponsors-outer .image-box {
    position: relative;
    margin: 0;
    text-align: center;
}

.sponsors-outer .image-box img {
    display: inline-block;
    max-width: 100%;
    width: auto;
    height: auto;
    opacity: 0.5;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.sponsors-outer .image-box:hover img {
    opacity: 1;
}

.sponsors-outer .sponsors-carousel .owl-dots,
.sponsors-outer .sponsors-carousel .owl-nav {
    display: none;
}

/***

====================================================================
		Contact Section
====================================================================

***/

.contact-section {
    position: relative;
    overflow: hidden;
}

.contact-section .sec-count {
    bottom: 240px;
}

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

.contact-form {
    position: relative;
    max-width: 950px;
    margin: 20px auto 30px;
    padding: 30px;
    background-color: #221e29;
    border: 1px solid #4a425b;
}

.contact-form .text {
    font-size: 18px;
    line-height: 24px;
    color: #bdb7ce;
    font-weight: 400;
    margin-bottom: 40px;
}

.contact-form .form-group {
    position: relative;
    margin-bottom: 20px;
}

.contact-form .form-group label {
    font-size: 18px;
    line-height: 24px;
    color: #9e98b3;
    font-weight: 400;
    display: block;
    margin-bottom: 10px;
}

.contact-form .form-group:first-child,
.contact-form .form-group:last-child {
    margin-bottom: 0;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="email"],
.contact-form .form-group input[type="url"],
.contact-form .form-group textarea,
.contact-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    color: #6d6489;
    line-height: 26px;
    padding: 10px 20px;
    background: #17161a 0% 0% no-repeat padding-box;
    border: 1px solid #4a425b;
    font-weight: 400;
    height: 50px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-form .form-group input:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus {
    border-color: #7c06e4;
    color: #ffffff;
}

.contact-form .form-group textarea {
    height: 120px;
    resize: none;
}

.contact-form .form-group button {
    margin-top: 10px;
    text-transform: capitalize;
}

form .response {
    position: relative;
}

form .response .success {
    background: #1ca345;
    color: #ffffff;
    padding: 5px 15px;
    margin-bottom: 20px;
}

form .response .failed {
    background-color: #7c06e4;
    color: #ffffff;
    padding: 5px 15px;
    margin-bottom: 20px;
}

form .response .text-info {
    background-color: #bdb7ce;
    color: #ffffff !important;
    padding: 5px 15px;
    margin-bottom: 20px;
}

.contact-info-block {
    position: relative;
    margin-bottom: 30px;
}

.contact-info-block .inner {
    position: relative;
    padding: 25px 30px;
    border: 1px solid #4a425b;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-info-block .inner:before {
    position: absolute;
    left: 0;
    width: 0;
    bottom: 0;
    content: "";
    width: 100%;
    border-bottom: 2px solid #7c06e4;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
}

.contact-info-block .inner:hover:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    opacity: 1;
}

.contact-info-block h4 {
    position: relative;
    font-size: 22px;
    line-height: 1.2em;
    color: #bdb7ce;
    font-weight: 500;
    margin-bottom: 3px;
}

.contact-info-block p {
    font-size: 18px;
    color: #9d98b1;
}

.contact-info-block p a {
    color: #9d98b1;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.contact-info-block p a:hover {
    color: #7c06e4;
}

.contact-info-block .icon {
    position: absolute;
    right: 30px;
    top: 50%;
    line-height: 60px;
    margin-top: -30px;
    color: #73698c;
    font-size: 50px;
}

/***

====================================================================
		Main Footer
====================================================================

***/
.fM {
    font-weight: 600 !important;
}
.main-footer {
    position: relative;
    display: block;
    padding: 100px 0;
    background-color: #1c2042;
    color: #fff;
}
.main-footer .auto-container > div {
    display: grid;
    grid-template-columns: 40% 30%;
    gap: 15%;
    justify-content: space-around;
}
.main-footer h2 {
    font-weight: 500;
}
.main-footer .logo {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}
.main-footer h2 span {
    background: #efd6db;
    padding: 0 5px;
    color: #000;
}
.main-footer .text {
    font-size: 16px;
    line-height: 22px;
    color: #9d98b1;
    margin-bottom: 20px;
}

.main-footer .copyright-text {
    font-size: 14px;
    color: #f0eff6;
}

.main-footer .copyright-text a {
    display: inline-block;
    font-size: 14px;
    color: #7d07e5;
    text-decoration: underline;
}

.Typewriter__cursor {
    display: none;
}
section#Home {
    background-color: transparent !important;
}
#big_business .service-section {
    background: #f9eff1;
}
#big_business .bottom_text {
    width: 55%;
    margin-top: 10px;
}
/* .branding .sec-title h2 {
    font-size: 35px !important;
    line-height: 50px;
} */
#Dna .sec-title h2 {
    /* line-height: 55px;
    font-size: 35px !important; */
    /* width: 50%; */
}
#About .about-me {
    background-color: #fde596;
    height: 100%;
}
#About .about-me .auto-container {
    display: grid;
    grid-template-columns: 60% 40%;
    align-items: self-end;
    justify-self: end;
    height: 100%;
}
#About .about-me .auto-container div:first-child {
    width: 95%;
    height: 75%;
}
#About .about-me .auto-container div:last-child {
    height: 75%;
    width: 77%;
    justify-self: end;
    display: flex;
    flex-direction: column;
}
#About .about-me .auto-container div:last-child h4 {
    font-size: 30px;
    font-weight: 600;
    line-height: 45px;
}
#About .about-me .auto-container img {
    height: 100%;
}
#About .about-me .auto-container div:last-child img {
    height: 65%;
    margin-top: auto;
}
#About .about-me .sec-float-text {
    font-size: 30px !important;
}
.service-section h2 {
    line-height: 60px;
    width: 80%;
}
.why_designs {
    background-color: #b6dbe600;
}
.why_designs .auto-container img {
    width: 100%;
    height: 70% !important;
    object-fit: cover;
}
.why_designs .auto-container h5 {
    font-size: 18px;
    line-height: 25px;
}
.about-me.why_designs {
    background-color: #badbe5 !important;
    padding-top: 50px;
}
#howwedo .video_parent {
}
#howwedo .video_parent > div {
    width: 200vw;
    display: flex;
    justify-content: flex-end;
    margin-left: auto;
}
#howwedo .video_parent video {
    width: 100%;
}
.service-block .inner-box {
    min-height: 375px;
    max-height: 375px;
}
.service-block .text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.subtitle {
    font-size: 21px !important;
    line-height: 1.5em;
}
.about_content {
    display: grid;
    grid-template-columns: 65% 35%;
    margin-top: 100px;
    border-top: 1px solid;
    padding-top: 100px;
    grid-template-columns: 65% 35%;
    margin-top: 50px;
}
/* .about_content h2.subtitle {
    font-size: 18px !important;
    font-weight: 600;
} */
.about_content div:last-child {
    font-size: 32px !important;
    justify-self: end;
    font-weight: 600;
    color: #000;
    line-height: 35px;
}
.about_banner {
    padding: 40px 0 0 0;
    background-color: #fde596;
}
.about_banner .row {
    align-items: center;
}
.about_banner h3 {
    font-weight: 500;
    line-height: 42px;
}
.about_banner img {
    max-width: 750px;
    margin-left: -60px;
}
.transcending {
    padding: 100px 0;
}
.transcending h2 {
    font-weight: 500;
    color: #000;
}
.transcending p {
    margin: 25px 0 45px 0;
    line-height: 30px;
}
.long_story {
    padding: 100px 0;
}
.long_story img {
    max-width: 800px;
    margin-left: -140px;
}
.long_story h3 {
    font-size: 32px;
    margin-bottom: 30px;
}
.long_story p {
    line-height: 30px;
    margin-bottom: 20px;
}
.benefits .icon_img {
    margin-bottom: 20px;
}
.benefits h5 {
    font-weight: 600;
    color: #000;
}
#ki_home_newsletter {
    background: url(//q5g9j9b9.stackpathcdn.com/wp-content/themes/kimpan/assets/images/home/monkey_flying_bg.png)
        no-repeat bottom center;
    background-size: cover;
}
.flex_middle {
    align-items: center;
}
.footer_form {
    height: 377px;
}
.home-newsletter p {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.5em;
    color: #ffffff;
    margin-bottom: 35px !important;
}
.home-newsletter .container form {
    max-width: 550px;
}
.start_free_trial_form {
    font-size: 16px;
    max-width: 548px;
    width: 100%;
    border-radius: 100px;
    position: relative;
    margin-top: 5px;
    display: block;
    height: 60px;
    border-radius: 30px;
    overflow: hidden;
    -webkit-box-shadow: 0px 9px 2.73px 0.27px rgb(0 0 0 / 4%);
    box-shadow: 0px 9px 2.73px 0.27px rgb(0 0 0 / 4%);
}
.start_free_trial_form input[type="email"] {
    width: calc(100% - 191px);
    background: #ffffff;
    padding: 0 30px;
    color: #000000;
    border: none;
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
}
.home-newsletter .start_free_trial_form input[type="submit"] {
    width: 220px;
}
.start_free_trial_form input[type="submit"] {
    width: 191px;
    font-weight: 500;
    float: right;
    text-align: center;
    color: #000000;
    background: #ffd81a;
    cursor: pointer;
    display: block;
    border: none;
    outline: none;
}
#footer_new {
    background: #f7f7f7;
    padding: 70px 0;
}

.fullwidth {
    width: 100%;
}
.footer_new_content {
    padding-left: 65px;
}
#footer_new .footer_content .footer-yspace,
#footer_new .footer_content .contact {
    margin-right: 80px;
}
.footer-yspace,
.footer_nav_cont:not(:last-of-type) {
    margin-right: 100px;
}
.footer_content.footer_new_content h4 {
    margin-bottom: 10px;
    font-weight: 600;
    color: #000;
    font-size: 20px;
}
.footer_nav_cont a:not(:last-of-type) {
    margin-bottom: 10px;
}
.footer_nav_cont * {
    display: block;
}
#monkey_flying {
    min-width: 464px;
    display: block;
    margin-top: -79px;
    margin-left: -30px;
}
#ki_home_newsletter,
#footer_form,
.footer_form {
    height: 377px;
}
section.section.myservices.pp-section {
    background-color: #1c203e;
    padding: 40px 0;
}
.myservices .items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}
.myservices h1 {
    font-size: 70px;
    font-weight: 700;
    color: #fff;
    line-height: 70px;
}
.myservices .item__name {
    font-size: 24px;
    font-weight: 700;
    margin: 10px 0 15px;
    color: #fff;
}

@media (min-width: 767px) and (max-width: 991px) {
    #About .about-me .auto-container div:first-child {
        width: 95%;
        height: 70%;
    }

    #About .about-me .auto-container div:last-child {
        height: 70%;
        width: 100%;
    }
}
@media (max-width: 991px) {
    #ki_home_newsletter,
    #footer_form,
    .footer_form {
        height: 100% !important;
    }
    .footer_form {
        margin-bottom: 50px;
    }
    .footer_content.footer_new_content {
        flex-wrap: wrap;
        gap: 40px;
    }
    /* .myservices h1 {
        font-size: 40px;
        line-height: 40px;
    } */
    #Dna .sec-title h2 {
        width: 100%;
    }
    .pricing .box {
        min-height: auto !important;
    }
}
@media (max-width: 767px) {
    #About .about-me .auto-container {
        display: flex;
        flex-direction: column;
    }
    #About .about-me .auto-container div:first-child {
        width: 100%;
        height: 40%;
    }

    #About .about-me .auto-container div:last-child {
        height: 45%;
        width: 100%;
        margin-top: 35px;
    }
    #About .about-me .auto-container div:last-child h4 {
        margin-bottom: 15px !important;
        font-size: 25px;
        line-height: 35px;
    }
    #About .about-me .auto-container img {
        height: 100% !important;
        width: 100%;
        object-fit: cover;
    }
    #Workflow .title.tit {
        padding-left: 60px;
        margin-bottom: 25px;
    }
    #Workflow .sec-title h2 {
        font-size: 32px !important;
        line-height: 45px;
    }
    .myservices .items {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    .main-footer .auto-container > div {
        grid-template-columns: 1fr;
    }
    .tab-card .nav-link {
        font-size: 16px !important;
    }
    .card-header.tab-card-header {
        margin: 0 auto 40px auto;
    }
    /* .branding .sec-title h2 {
        line-height: normal !important;
    } */
    #About .about-me {
        height: auto;
        padding: 70px 0 30px 0;
    }
}
#Bean_for_bean .swiper .swiper-wrapper img {
    object-fit: cover;
    height: 500px;
    width: 100%;
}
#Bean_for_bean .news-section {
    background: #ffed8e;
}
#Bean_for_bean h3 {
    font-weight: 600;
    font-size: 16px;
    color: #000;
}
.pricing .box {
    border-radius: 10px;
    box-shadow: 15px 20px 20px rgb(195 195 195 / 15%);
    padding: 40px 25px;
    min-height: 1230px;
}
.pricing .box .price {
    font-weight: 700;
    color: #129482;
}
.pricing .box .subtitlee {
    min-height: 100px;
}
.card-header.tab-card-header {
    width: 100%;
    max-width: 560px;
    margin: 0 auto 60px auto;
    background: #f7f7f7;
    border-radius: 100px;
    padding: 25px;
    justify-content: center;
    border: none;
    height: auto;
}
.tab-card ul#myTab {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    gap: 20px;
    margin: 0;
    height: 100%;
}
.tab-card .nav-link {
    color: #000000;
    font-weight: 600;
    box-shadow: 5px 5px 5px rgb(201 201 201 / 45%) !important;
    border-radius: 25px !important;
    background: #fff;
    padding: 15px;
    text-align: center;
    font-size: 24px;
    border: none !important;
}
.tab-card .nav-tabs .nav-link.active {
    color: #009788;
    background-color: #fff;
}
.tab-card .box {
    padding: 4em 3em;
    border: 1px solid #f0f0f0;
    background: #fff;
    border-radius: 1px;
    box-shadow: 15px 20px 20px rgb(195 195 195 / 15%);
}
.tab-card .box ul li p {
    line-height: 30px;
    font-size: 18px;
}
.tab-card .box .datas {
    display: grid;
    grid-template-columns: 50% 50%;
}
/* service pages style */
.services-section {
    background: #239289
        url(https://q5g9j9b9.stackpathcdn.com/wp-content/themes/kimpan/assets/images/classic/classic_header.jpg)
        no-repeat !important;
    min-height: 800px;
    background-position-x: 60% !important;
    background-size: cover !important;
}
#services-wrapper {
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 1.6em;
    color: #696969;
}
.full-width {
    width: 100%;
}
#services-wrapper .header-content h1 {
    padding-top: 68px;

    font-weight: 700;
    color: #fff;
}
#services-wrapper .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
@media screen and (min-width: 992px) {
    .services-section .header-content {
        padding-top: 186px;
    }
}

#services-wrapper .yellow_txt {
    display: inline-block;
    color: #ffd81a !important;
}
@media screen and (max-width: 767px) {
    #services-wrapper .contents-head h1 {
        font-size: 28px;
    }
    #services-wrapper .contents-head p {
        font-size: 16px;
    }
    #services-wrapper .header-content h1 {
        padding-top: 75px;
    }
}

@media only screen and (max-width: 499px) and (min-width: 320px) {
    .services-section {
        background: #239289
            url(https://q5g9j9b9.stackpathcdn.com/wp-content/themes/kimpan/assets/images/classic/classic_heaader_mobile.jpg)
            no-repeat !important;
        background-position: bottom !important;
        background-size: contain !important;
        min-height: 695px !important;
        max-height: 695px;
        height: auto !important;
    }
}
.wrapper-sv .contents-head p {
    font-size: 17px;
    line-height: 1.5em;
    padding: 10px 2px 0 0;
    font-weight: 200;
    margin: 8px 0 40px 0;
    color: #fff;
}
#services-wrapper .banner-btn {
    display: flex;
    max-width: 510px;
    margin-bottom: 15px;
}
.services-section .contents-head p.points {
    font-size: 14px;
    line-height: 1;
    font-weight: 300;
    letter-spacing: 0.2px;
    padding: 8px 0 5px 38px;
}
.services-section .contents-head .price {
    flex-basis: 48%;
    border: 3px solid #fff;
    min-height: 50px;
    border-radius: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0px 0 0;
}
.services-section .contents-head .scedule {
    flex-basis: 48%;
    min-height: 50px;
    border-radius: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0px 0 15px;
    background: #ffd81a;
    border: 3px solid #ffd81a;
}
.services-section .contents-head .scedule:hover {
    background: #000;
    border: 3px solid #000;
    color: #fff;
}
.services-section .contents-head .price:hover {
    background: #000;
    border: 3px solid #000;
    color: #fff;
}
/* home banner end */

/* steps to done */
.steps-section {
    background: #fafafa;
    padding: 100px 0;
}
#step-done .step-headerWrapper {
    margin-bottom: 60px !important;
}
#step-done .step-headerWrapper .sec-title {
    margin-bottom: 10px !important;
    text-align: center;
    font-weight: 700;
    line-height: 60px;
    color: #000;
}
#step-done .cards-sec {
    max-width: 250px;
    margin: 0 auto;
}
#step-done .cards-sec img {
    border: 1px solid #f1f0f0;
    border-radius: 5px;
    background: #fff;
    -webkit-box-shadow: 10px 8px 17px 0px rgb(237 237 237 / 70%);
    -moz-box-shadow: 10px 8px 17px 0px rgba(237, 237, 237, 0.7);
    box-shadow: 10px 8px 17px 0px rgb(237 237 237 / 70%);
    margin-bottom: 35px;
}
#step-done .cards-sec .cards_sec_content {
    max-width: 270px !important;
    margin-right: -44px !important;
}
#step-done .cards-sec .cards_sec_content h4 {
    font-size: 20px;
    margin-bottom: 15px !important;
    color: #000;
    margin: 0 0 30px;
    font-weight: 700;
    min-height: 48px;
}
@media (max-width: 991px) {
    #step-done .cards-sec .cards_sec_content {
        margin-bottom: 20px;
    }
}

@media (max-width: 699px) and (min-width: 320px) and (orientation: landscape) {
    .tabnlandscp {
        -ms-flex: 0 0 100%;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}
/* end steps to done */

/* feature section */

.features-sec22 {
    padding: 120px 0;
    background: #fff;
}
.features-sec22 .feature_head_section .sec_title {
    text-align: center;
    font-size: 2.5em;
    font-weight: 700;
    margin-bottom: 31px;
    color: #000;
}
#feature-cards .feature_cards_list {
    padding: 45px 30px 40px 30px;
    border: 1px solid #f0f4f4;
    border-radius: 5px;
    margin-top: 12px;
    box-shadow: -1px 9px 25px 0px rgb(179 179 179 / 10%);
    -webkit-box-shadow: -1px 9px 25px 0px rgb(179 179 179 / 10%);
    -moz-box-shadow: -1px 9px 25px 0px rgba(179, 179, 179, 0.1);
    background: #fff;
    text-align: center;
    min-height: 370px;
}
#feature-cards .feature_cards_list img {
    display: table;
    margin: 0 auto 25px auto;
    max-width: 100%;
    height: auto;
}
#feature-cards .feature_cards_list h4 {
    font-size: 20px;
    line-height: 1.4em;
    color: #000000;

    margin: 0 0 30px;
    font-weight: 700;
}
#feature-cards .feature_cards_list p {
}
/*end feature section */

/* why-us sec */
#why_us_tag {
    padding-bottom: 10px !important;
    background: #f5f3f4;
    padding: 120px 0 40px 0;
}
#why_us_tag .why_choose_sec {
    padding-top: 0 !important;
}
#why_us_tag .why_choose_sec h2 {
    font-size: 2.5em !important;
    color: #000;
    margin: 0;
    padding: 0 0 40px 0;
    font-weight: 700;
    text-align: center;
    line-height: 60px;
}
#why_us_tag .why_choose_sec p {
    padding: 0 11% 50px 11%;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 30px;
    text-align: center;
}
#why_us_tag .swiper-container {
    position: relative;
    width: 96vw;
    height: auto;
    padding-bottom: 50px !important;
}
#why_us_tag .swiper-slide img {
    filter: grayscale(100%);
}
#why_us_tag .swiper_content {
    width: 100%;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s;
    text-align: center;
    min-height: 200px;
}
#why_us_tag .swiper-container .swiper-pagination-bullet-active {
    opacity: 1;
    background: #249482;
    width: 20px !important;
    height: 10px;
    border-radius: 5px !important;
}
#why_us_tag .swiper-container .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}
#why_us_tag .swiper-slide.swiper-slide-active {
    transform: scale(1);
    opacity: 1;
}
#why_us_tag .swiper-slide.active .swiper_content {
    opacity: 1 !important;
}
#why_us_tag .swiper-slide .swiper_content h2 {
    margin: 0;
    padding: 30px 0 20px 0;
    font-size: 22px;
    font-weight: 700;
    color: #000000;
}
#why_us_tag .swiper-slide.active .swiper_content p {
    padding-left: 8%;
    padding-right: 8%;
    color: #aeacb5;
    font-size: 14px;
}

#why_us_tag .swiper-slide.active img {
    filter: grayscale(0);
}
#why_us_tag .swiper-pagination {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 7px;
}
/* why-us end */

/* media queries */
@media screen and (max-width: 991px) {
    #services-wrapper .header-content h1 {
        font-size: 22px !important;
    }
    #why_us_tag {
        padding-bottom: 50px !important;
        padding-top: 30px !important;
    }
    #why_us_tag .why_choose_sec h2 {
        font-size: 22px !important;
        line-height: 35px !important;
        padding-bottom: 22px !important;
    }
    #why_us_tag .why_choose_sec p {
        padding: 0 3% 50px 3%;
        font-size: 16px;
        text-align: justify !important;
        padding-bottom: 35px !important;
    }
    .steps-section {
        padding: 30px 0 !important;
    }
    #step-done .step-headerWrapper {
        margin-bottom: 18px !important;
    }
    #step-done .step-headerWrapper .sec-title {
        font-size: 22px !important;
    }
    .features-sec22 {
        padding: 30px 0px !important;
    }
    .features-sec22 .feature_head_section .sec_title {
        font-size: 22px !important;
    }
    #why_us_tag .swiper-slide.active .swiper_content p {
        font-size: 13px !important;
    }
    .long_story img,
    .about_banner img {
        max-width: 100%;
        margin: 0 auto;
    }
}
/* end  media queries  */
/* services page */
.multiplecards-section {
    background: #f5f3f4;
    padding: 50px 0 40px 0;

    transition: 1.3s;
    box-sizing: border-box;
    height: auto;
}
.multiplecards-section .template-btn {
    color: white;
    text-transform: uppercase;
    font-weight: 500;
    padding: 12px 20px;
    display: inline-block;
    background: transparent;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.multiplecards-section .template-btn:hover {
    color: white;
    background: #f28500;
}

.multiplecards-section .portfolio-tab ul {
    text-align: center;
    margin-top: 50px;
}
.multiplecards-section .portfolio-tab ul li {
    color: #000;
    background: transparent;
    display: inline;
    font-weight: 500;
    text-transform: uppercase;
    padding: 12px 16px;
    border: 2px solid #e30b5d;
    margin: 0 5px;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -webkit-tap-highlight-color: transparent;
}
@media (max-width: 575.98px) {
    .multiplecards-section .portfolio-tab ul li {
        display: block;
        margin: 10px auto;
        max-width: 200px;
    }
    .about_banner h3 {
        font-size: 18px;
        line-height: normal;
        text-align: center;
    }
}
.multiplecards-section .portfolio-tab ul li:hover {
    background: #e30b5d;
    color: #fff;
}
.multiplecards-section .portfolio-tab ul .active {
    background: #e30b5d;
    color: #fff;
}
.multiplecards-section .clearfix:after {
    display: table;
    content: " ";
    clear: both;
}
.multiplecards-section .portfolio-grid {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 300px;
    gap: 10px;
}
@media (max-width: 768px) {
    .multiplecards-section .portfolio-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}
@media only screen and (min-width: 768.1px) and (max-width: 991px) {
    .multiplecards-section .portfolio-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.multiplecards-section .portfolio-grid .portfolio {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    display: none;
    overflow: hidden;
}
.multiplecards-section .portfolio-wrapper {
    overflow: hidden;
    position: relative !important;
    cursor: pointer;
}
.multiplecards-section .portfolio-bg {
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: 1s;
    transform: scale(1);
}
.multiplecards-section .portfolio:hover .portfolio-bg {
    transform: scale(1.2);
}
.multiplecards-section .first .portfolio-bg {
    background-image: url("https://images.pexels.com/photos/267350/pexels-photo-267350.jpeg?cs=srgb&dl=accounts-applications-apps-267350.jpg&fm=jpg");
}
.multiplecards-section .second .portfolio-bg {
    background-image: url("https://images.pexels.com/photos/1053687/pexels-photo-1053687.jpeg?cs=srgb&dl=art-art-materials-artwork-1053687.jpg&fm=jpg");
}
.multiplecards-section .third .portfolio-bg {
    background-image: url("https://images.pexels.com/photos/6224/hands-people-woman-working.jpg?cs=srgb&dl=brainstorming-campaign-collaborate-6224.jpg&fm=jpg");
}
.multiplecards-section .portfolio .label {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
}

.multiplecards-section .portfolio .label-bg {
    background: #232323;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 1px;
}
.multiplecards-section .portfolio .label-text {
    color: #fff;
    position: relative;
    z-index: 500;
    padding: 50px 20px;
}
.multiplecards-section .portfolio:hover .label {
    opacity: 1;
    visibility: visible;
}
.portfolio .text-category {
    display: block;
}
.multiplecards-section .portfolio .template-btn {
    background: #e30b5d;
    border: 1px solid #e30b5d;
    text-decoration: none;
    margin-top: 20px;
    font-weight: 500;
}
@media (min-width: 767px) and (max-width: 1024px) {
    /* .sec-title h2 {
        line-height: 74px !important;
    } */
    #big_business .service-section {
        height: 100vh;
        padding-top: 20%;
    }
}
@media screen and (max-width: 991px) {
    .multiplecards-section {
        padding: 20px 0 40px 0 !important;
    }
    .multiplecards-section .portfolio-tab ul {
        margin-top: 10px !important;
    }
    .tab-card .box .datas {
        grid-template-columns: 100%;
    }
    #step-done .step-headerWrapper .sec-title {
        line-height: 30px;
    }
    #About .about-me {
        overflow: auto;
    }
    .subtitle {
        font-size: 18px !important;
        line-height: normal;
    }
    .service-section h2,
    #big_business .bottom_text {
        width: 100%;
    }
    .boltt {
        top: unset !important;
        bottom: 10% !important;
    }
}

#step-done .step-headerWrapper p {
    text-align: center;
    font-size: 18px;
    padding-top: 10px;
}

/* faq page */
#faq-banner {
    background: #089482;
    height: 100%;
}
#faq-banner .row {
    height: 470px;
}
#faq-banner .d_center {
    justify-content: center;
}
#faq-banner .d_middle {
    justify-content: center;
}
#faq-banner .gar_faq_img {
    max-width: 850px;
    margin-left: -150px;
}
#faq-banner .faq_left_banner_content {
    max-width: 450px;
}
#faq-banner .faq_left_banner_content * {
    color: #fff;
}

#faq-banner .faq_left_banner_content .left-title_ {
    font-size: 46px;
    line-height: 1.2em;
    margin: 0 0 30px;
    font-weight: 700;
}
#faq-banner .faq_left_banner_content .subtitle_ {
    margin-right: 150px;
}
#faq-banner .right_side {
    display: flex;
    align-items: center;
}
#faq-quotes {
    padding: 120px 0;
}
#faq-quotes .card {
    border: none;
}
#faq-quotes .card h5 {
    font-size: 20px;
    color: #696969;
    padding: 10px 0px;
    /* background: url(//q5g9j9b9.stackpathcdn.com/wp-content/themes/kimpan/assets/images/faq/arrow-gray.svg) no-repeat; */
    background-size: 15px 8px !important;
    background-position: 97% center !important;
    margin-bottom: 0;
    cursor: pointer;
}
#faq-quotes .card-header h5 {
    display: flex;
    align-items: center;
}

#faq-quotes .card .btn-link {
    width: 100%;
    display: flex;
    font-weight: 700;
}
#faq-quotes .btn-link:hover {
    text-decoration: none;
}
#faq-quotes .btn-link {
    color: #696969;
    text-decoration: none;
}
#faq-quotes .card .card-header:hover {
    background: #fafafa;
}
#faq-quotes .card .card-header {
    background: none;
}
#faq-quotes .card .card-header .show::after {
}
#faq-quotes .card .card-header.active {
    color: #000;
    background: url(//q5g9j9b9.stackpathcdn.com/wp-content/themes/kimpan/assets/images/faq/arrow-green.svg)
        no-repeat;
}
#faq-quotes .faq-header h1 {
    margin-bottom: 10px !important;
    text-align: center;
    font-weight: 700;
    line-height: 60px;
    color: #000;
}
#faq-quotes .card .faq-answer {
    font-size: 16px;
    padding: 15px 30px 30px;
    color: #696969;
    background: #fafafa;
    border-top: 1px solid #f0f0f0;
}
.creating_brands .sec-title {
    left: unset;
    right: 8%;
    width: 40%;
    margin-bottom: 0;
    bottom: 10%;
}
.creating_brands h2 {
    font-size: 28px !important;
    line-height: 40px;
}
.creating_brands h2 .bg_color {
    background: #000;
    color: #ffdbda;
    padding: 0 5px;
}
.primary_btn {
    margin-top: 45px;
    background-color: #000;
    color: #fff;
    padding: 13px 20px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    border: 1px solid transparent;
}
.primary_btn:hover {
    color: #000;
    border: 1px solid #000;
    background-color: transparent;
}
#howwedo .sec-title {
    bottom: unset;
    top: 25%;
    max-width: 20%;
}
#howwedo .sec-title .bg_txt {
    background-color: #000;
    color: #d1dbf9;
    padding: 0 5px;
}
.myservices .sec-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1208px) {
    #faq-banner .content-wrap {
        display: flex;
        align-items: center;
    }
    #faq-banner .gar_faq_img {
        max-width: 587px;
        margin-left: -130px;
    }
    #faq-banner .faq_left_banner_content .subtitle_ {
        margin-right: initial !important;
    }
    #faq-banner .faq_left_banner_content .left-title_ {
        font-size: 38px;
    }
}
@media screen and (max-width: 767px) {
    #faq-banner .content-wrap {
        display: flex;
        align-items: center;
    }
    #faq-banner .gar_faq_img {
        max-width: 400px;
        margin-left: -44px;
        margin-top: 60px;
    }
    #faq-banner .faq_left_banner_content .left-title_ {
        font-size: 32px;
        line-height: 1.2em;
        margin: 0 0 16px;
        font-weight: 700;
    }
    #faq-banner .faq_left_banner_content .subtitle_ {
        margin-right: initial !important;
    }
    #faq-quotes .card .faq-answer {
        text-align: justify;
    }
    #faq-quotes {
        padding: 50px 0;
    }
}

/* end faq page */
section#Contact .flaticon-home-page:before
{
    color: #fff;
}



/**ui-ux **/
.uiux-section,
.trends-section
{
    padding: 100px 0;

}

.uiux-section h3
{
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5;
    color: #000;
}

.Article {
    position: relative;
    z-index: 5;
    color: #443866;
    font-size: 16px;
    line-height: 22px;
}
.Article ul.styled-list, .Article ul:not([class]) {
    padding-left: 0;
    list-style-type: none;
    margin: 16px 0 32px;
}

.Article>:last-child {
    margin-bottom: 0 !important;
}

.Article>:first-child {
    margin-top: 0 !important;
}

.Article ul.styled-list>li:before, .Article ul:not([class])>li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    margin-top: 10px;
    background-repeat: no-repeat;
    background-position: 50%;
}
.Article ul.styled-list>li:nth-child(4n+1):before, .Article ul:not([class])>li:nth-child(4n+1):before {
    background-image: url(../images/list-1.svg);
    background-size: 7px 8px;
}
.Article ul.styled-list>li, .Article ul:not([class])>li {
    position: relative;
    padding-left: 32px;
}

.Article ul.styled-list>li:nth-child(4n+2):before, .Article ul:not([class])>li:nth-child(4n+2):before {
    background-image: url(../images/list-2.svg);
    background-size: 8px 6px;
}

.Article ul.styled-list>li:nth-child(4n+3):before, .Article ul:not([class])>li:nth-child(4n+3):before {
    background-image: url(../images/list-3.svg);
    background-size: 6px 6px;
}
.Article ul.styled-list>li:nth-child(4n+4):before, .Article ul:not([class])>li:nth-child(4n+4):before {
    background-image: url(../images/list-4.svg);
    background-size: 8px 7px;
}

.uiux-section img
{
    width: 100%;
    max-width: 420px;
    border-radius: 10px;
}
section.servicesimg-section .container-fluid--lg {
    width: 100%;
    max-width: 100% !important;
}

.trend-lists {
    gap: 20px;
    justify-content: center;
    align-items: center;
}
.trend-lists .trend-img
{
    width: 45%;
}
.trend-lists .trend-cont
{
    width: 65%;
}
.trend-lists h4
{
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    color: #000;
}
.trend-img img
{
    border-radius: 10px;
}
.service-border-bottom
{
    border-bottom: 1px solid rgba(31, 31, 30, .1);
    padding-bottom: 40px;
}

/** slider start **/
.home_provider_brands {
    width: 100%;
    border-radius: 1.2rem 1.2rem 0rem 0rem;
    background: #040C1C;
    overflow: hidden;
    height: 750px;
    position: relative;
}

/* brand slider css */
.home_provider_brands .img-anim-wrap li {
    list-style-type: none;
    padding: 0.6rem;
    width: 180px;
}

.home_provider_brands .img-rorate-wrap {
    transform: rotate(50deg);
    position: absolute;
    top: -60%;
    left: 0;
    bottom: 0;
    right: 0;
    width: 120%;
    height: 120%;
}

.home_provider_brands .img-rorate-wrap .swiper-vertical {
    margin: 0 0.8rem;
    transform: rotate(321deg);
}

.home_provider_brands .img-rorate-wrap [data-swiper-slide-index="0"] {
    display: none !important;
}

.home_provider_wrapper .home_provider_brands .img-rorate-wrap .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 9.2rem;
    height: 9.9rem;
    margin: 0 1.1rem;
}

.home_provider_brands .img-rorate-wrap .swiper-wrapper {
    align-items: center;
    transition-timing-function: linear;
    margin: 1rem 0;
}

.home_provider_brands .reverse {
    transform: rotate(180deg);
}

.home_provider_brands .img-rorate-wrap .reverse.swiper ul li img {
    transform: rotate(90deg);
}

.home_provider_brands .img-rorate-wrap .swiper ul li img {
    width: 100%;
    transform: rotate(270deg);
}


/** slider end **/

.services_banner {
    background-color: #0a0c10;
    overflow: auto;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-inner
{
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
flex-direction: column;
row-gap: 30px;
}

.about-banner-wrap
{
    text-align: center;
    text-transform: uppercase;
}
.banner-title {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(315deg, #5008ea, #ffb74a 50%, #3c3c3c 85%, #000);
    -webkit-background-clip: text;
    background-clip: text;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Kanit, sans-serif;
    font-size: 90px;
    font-weight: 700;
    line-height: 1;
}
.banner-title.bright {
    background-image: linear-gradient(315deg, #5008ea 6%, #ff9d4e 58%, #ff9d4e 88%, #0a0c10);
}
.text-yellow {
    color: #ffac2f;
}
.service-inner p {
    color: #fff;
    text-align: center;
}

.counter-area {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: space-around;
    display: flex;
}
@media screen and (min-width: 1280px) {
    .counter-area {
        justify-content: space-between;
        margin-bottom: 50px;
    }
}
.counter-number-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    align-items: center;
    display: flex;
}

.counter-number-wrap h2
{
    color: #fff;
}
p.counter-title
{
    font-weight: 700;
}
.counter-area p
{
    color: #fff;
}

.counter-sec {
    background-color: #0a0c10;
    /* overflow: auto;
    width: 100%;
    height: auto; */
    display: flex;
    justify-content: center;
    align-items: center;
}
/**  how-it-works-area **/
.howwork-sec
{
    background-color: #0a0b0f;
}
.howwork-sec .sec-title h2
{
    color: #fff;
}
.howwork-sec .sec-title .title
{
    color: #fff;
}
.howwork-sec .sec-title .title:before
{
background-color: #fff;
}
.how-it-works-area
{
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    display: flex;
    position: relative;
    
}

.how-it-works-linear-wrap {
    background-image: linear-gradient(135deg, rgba(0, 0, 0, 0) 81%, #ffac2f);
    border-radius: 20px;
    margin-left: 0;
    margin-right: auto;
    padding: 1px;
}
.how-it-works-wrap {
    width: 750px;
    background-color: #17191d;
    border-radius: 20px;
    justify-content: space-between;
    align-items: center;
    margin-right: auto;
    padding: 25px 25px 25px 22px;
    display: flex;
    position: relative;
}
.how-it-works-card-area {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    align-items: center;
    display: flex;
}
.how-it-works-card {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}
.how-it-works-card-top-linear {
    background-image: linear-gradient(#e0e0e1, #383c45 80%);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding-top: 1px;
    padding-left: 1px;
    padding-right: 1px;
}
.how-it-works-card-top {
    min-height: 50px;
    min-width: 57px;
    background-image: linear-gradient(#31343d, #383c45);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    justify-content: center;
    align-items: center;
    display: flex;
}
.how-it-works-card-number {
    max-height: 25px;
    max-width: 25px;
    min-height: 25px;
    min-width: 25px;
    color: #000;
    background-color: #ffac2f;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    font-family: Jost, sans-serif;
    font-size: 14px;
    font-weight: 700;
    display: flex;
}
.how-it-works-card-bottom-linear {
    background-image: linear-gradient(150deg, #383c45 62%, #fff);
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    padding-bottom: 1px;
    padding-right: 1px;
}
.how-it-works-card-bottom {
    background-image: linear-gradient(135deg, #383c45 31%, #12151c);
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    padding: 15px 20px 15px 15px;
}
.how-it-works-icon-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
    display: flex;
}
.how-it-works-icon-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
    display: flex;
}
.how-it-works-text {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}
.how-it-works-linear-wrap.middle {
    margin-left: auto;
}
.how-it-works-number.yellow {
    background-image: linear-gradient(#ffab2e, rgba(255, 171, 46, .39));
}
.how-it-works-linear-wrap.last {
    margin-left: auto;
    margin-right: 0;
}

.how-it-works-number.blue {
    background-image: linear-gradient(#581dff, #302942);
}
.howwork-sec img
{
    width: 100%;
    max-width: 24px;
}

.how-it-works-number {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(#dc51ff, rgba(164, 62, 189, .39));
    -webkit-background-clip: text;
    background-clip: text;
    margin-bottom: 0;
    font-family: Kanit, sans-serif;
    font-size: 60px;
    font-weight: 600;
    line-height: 1;
}