@import url("https://fonts.googleapis.com/css2?family=Passion+One&display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800&display=swap");

/*===============================================

Template name:  GenAlpha - Digital Agency Multipurpose HTML5 Template
Version:        1.0
Author:         CAPL

NOTE:
-----
Please DO NOT EDIT THIS CSS, you may need to use "custom.css" file for writing your custom css.
We may release future updates so it will overwrite this file. it's better and safer to use "custom.css".

===============================================*/
/*===============================================

	TABLE OF CONTENTS
	|
	|
	|___ Default Styles
	|	|
	|	|___ variables
	|	|___ mixins
	|	|___ reset
	|	|___ typography
	|	|___ colors
	|	|___ shortcode
	|	|___ animations 
	|	|___ text-animations 
	|
	|
	|___Elements Styles
	|	|___ section-title
	|	|___ buttons
	|	|___ icon-boxes
	|	|___ social
	|	|___ Client-logo
	|	|___ fancy-box
	|	|___ slider
	|	|___ service
	|	|___ portfolio
	|	|___ list-item
	|	|___ testimonial
	|	|___ loader
	|	|___ gallery
	|	|___ progress-bar
	|	|___ tabs
	|	|___ form
	|	|___ marquee-text
	|
	|
	|___Template Styles
	|	|___ banner
	|	|___ footer
	|	|___ header-mega-menu
	|	|___ header
	|	|___ search-popup
	|	|___ sidebar-mobilemenu
	|	|___ shopping-cart
	|	|___ sidebar-header
	|	|___ header-full-details
	|	|___ about
	|	|___ contact
	|	|___ login
	|	|___ job
	|
	|	
	|___Blog Styles
	|	|___ blog
	|	|___ blog-details
	|
	|
	|___Shop Styles
	|	|___ Product
	|	|___ shop-sidebar
	|	|___ cart
	|	|___ Checkout
	|	|___ my-account
	|
	|
	|___Components Styles
	|	|___ sliders
	|	|___ scroll-top
	|	|___ shapes
	|	|___ breadcrumb
	|	|___ image-group
	|	|___ grid-filter
	|	|___ 404
	|	
	|
	|___ END STYLESHEET INDEXING

===============================================*/
/*======== Default Styles =========*/
/*======== Google Font Start ========*/
/*======== Google Font End ========*/
/*======== Placeholder Start ========*/
/*======== Placeholder End ========*/
/*======== Keyframe Start ========*/
/*======== Keyframe End ========*/
/*======== Reset SCSS Start ========*/
* {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}

article,
aside,
footer,
header,
section {
    display: block;
}

figure {
    display: block;
    margin: 0;
}

nav {
    display: block;
}

nav ul {
    list-style: none;
}

nav ol {
    list-style: none;
}

video {
    display: inline-block;
}

[hidden] {
    display: none;
}

button {
    font-family: "Montserrat", sans-serif;
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
    line-height: normal;
    cursor: pointer;
}

button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    font-family: "Montserrat", sans-serif;
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
    line-height: normal;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

select {
    font-family: "Montserrat", sans-serif;
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
}

textarea {
    font-family: "Montserrat", sans-serif;
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    vertical-align: top;
}

a {
    color: #004dcd;
    text-decoration: none;
}

a:visited {
    color: #ac0404;
}

a:focus {
    outline: none;
}

a:active {
    color: #ea9629;
    outline: 0;
}

a:hover {
    color: #ea9629;
    outline: 0;
    text-decoration: none;
}

html {
    font-family: "Montserrat", sans-serif;
}

html input[type=button] {
    cursor: pointer;
}

p {
    margin: 0 0 24px;
    font-size: 14px;
    color: #999999;
    line-height: 1.4;
    letter-spacing: 0.4px;
}

@media only screen and (max-width: 575px) {
    p {
        font-size: 14px;
    }
}

blockquote {
    -webkit-hyphens: none;
    hyphens: none;
    quotes: none;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    margin: 24px 40px;
}

blockquote cite {
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
}

sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    top: -0.5em;
}

ol,
ul {
    margin: 16px 0;
    padding: 0 0 0 40px;
}

ul {
    list-style-type: none;
}

li>ul {
    margin: 0;
}

li>ol {
    margin: 0;
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}

form {
    margin: 0;
}

input[type=reset],
input[type=submit] {
    cursor: pointer;
}

button[disabled],
input[disabled] {
    cursor: default;
}

input[type=checkbox],
input[type=radio] {
    padding: 0;
}

input[type=search] {
    padding-right: 2px;
    width: 270px;
}

input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none;
}

table {
    border-bottom: 1px solid #ededed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 2;
    margin: 0 0 20px;
    width: 100%;
}

th {
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
}

td {
    font-weight: normal;
    text-align: left;
    border-top: 1px solid #ededed;
    padding: 6px 10px 6px 0;
}

/*======== Reset SCSS End ========*/
/*======== Typography Start ========*/
* {
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

html {
    overflow: hidden;
    overflow-y: auto;
}

body {
    overflow: hidden;
    line-height: 1.4;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #555;
}

main {
    overflow: hidden;
}

p,
blockquote,
ol,
ul,
table {
    margin: 0;
    margin-bottom: 15px;
}

h1,
.h1 {
    font-size: 42px;
    margin: 0;
    margin-bottom: 15px;
    font-family: "Poppins", sans-serif;
    line-height: 1.2;
    color: #222222;
    font-weight: 700;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    h1,
    .h1 {
        font-size: 38px;
    }
}

@media only screen and (max-width: 767px) {

    h1,
    .h1 {
        font-size: 36px;
    }
}

@media only screen and (max-width: 575px) {

    h1,
    .h1 {
        font-size: 34px;
    }
}

h2 {
    font-size: 30px;
    margin: 0;
    margin-bottom: 15px;
    font-family: "Poppins", sans-serif;
    line-height: 1.2;
    color: #222222;
    font-weight: 700;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h2 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 767px) {
    h2 {
        font-size: 26px;
    }
}

h3 {
    font-size: 26px;
    margin: 0;
    margin-bottom: 15px;
    font-family: "Poppins", sans-serif;
    line-height: 1.2;
    color: #222222;
    font-weight: 700;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h3 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 767px) {
    h3 {
        font-size: 24px;
    }
}

h4 {
    font-size: 22px;
    margin: 0;
    margin-bottom: 15px;
    font-family: "Poppins", sans-serif;
    line-height: 1.2;
    color: #222222;
    font-weight: 600;
}

h5 {
    font-size: 18px;
    margin: 0;
    margin-bottom: 15px;
    font-family: "Poppins", sans-serif;
    line-height: 1.2;
    color: #222222;
    font-weight: 600;
}

h6 {
    font-size: 14px;
    margin: 0;
    margin-bottom: 15px;
    font-family: "Poppins", sans-serif;
    line-height: 1.2;
    color: #222222;
    font-weight: 500;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}

a:visited {
    color: inherit;
}

input,
button,
select,
textarea {
    background: transparent;
    border: 1px solid #eee;
    transition: all 0.4s ease-out 0s;
    color: #555;
}

input:focus,
input:active,
button:focus,
button:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
    outline: 0;
}

input,
select,
textarea {
    width: 100%;
    font-size: 14px;
}

input,
select {
    height: 40px;
    padding: 0 15px;
}

/*======== Typography End ========*/
/*======== Custom Color Start ========*/
.text-grey {
    color: #999999;
}

.light-mode .text-grey {
    color: #555555;
}

.bg-white .text-grey {
    color: #555555;
}

.light-mode .contact-style .text-grey {
    color: #999999;
}

.bg-dark .text-grey {
    color: #999999;
}

.bg-color .text-grey {
    color: #999999;
}

.bg-dark {
    background-color: #1a1a1a !important;
}

[data-overlay]:after {
    content: "";
    position: absolute;
    background: #000000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

[data-overlay="0"]:after {
    opacity: 0;
}

[data-overlay="3"]:after {
    opacity: 0.3;
}

[data-overlay="5"]:after {
    opacity: 0.5;
}

.bg-color:hover,
[data-color-overlay]::after,
[data-color-hover-overlay]:hover::after {
    background: #0069FF;
}

/*======== Custom Color End ========*/
/*======== Template Color Start ========*/
body.template-color-1 .mini-cart .shopping-cart,
body.template-color-1 .dropdown-menu-link,
body.template-color-1 .mega-width-fullscreen {
    border-bottom-color: #0069FF;
}

body.template-color-1 #scroll-top {
    background: #0069FF;
    border: 2px solid #0069FF;
}

body.template-color-1 #scroll-top i {
    color: #ffffff;
}

body.template-color-1 #scroll-top:hover {
    background: #0069FF;
}

body.template-color-1 #scroll-top:hover i {
    color: #ffffff;
}

body.template-color-1 .btn-hover::after {
    border: 2px solid rgba(0, 105, 255, 0.7);
}

body.template-color-1 .bg-color,
body.template-color-1 .social-icon.liquid-animate.theme-color li a:before {
    background: #0069FF !important;
}

body.template-color-1 .testimonial-slider .carousel-indicators li.active {
    border-color: #0069FF;
}

body.template-color-1 .text-color,
body.template-color-1 .hover-text-color:hover {
    color: #0069FF !important;
}

body.template-color-1 .mini-cart .shopping-cart .footer .total,
body.template-color-1 .mini-cart .shopping-cart .footer .total span {
    color: #0069FF;
}

body.template-color-1 .footer-part.footer-classic .contact-mata:hover i {
    background: #0069FF;
    color: #ffffff;
}

body.template-color-1 .mini-cart .shopping-cart .footer a.cart-btn {
    border-color: #0069FF;
    background-color: #0069FF;
}

body.template-color-1 .side-menu .bg-overlay {
    background: #000000;
}

body.template-color-1 .border-color {
    border-color: #0069FF !important;
}

body.template-color-1 .hover-text-black:hover {
    color: #000000 !important;
}

body.template-color-2 .mini-cart .shopping-cart,
body.template-color-2 .dropdown-menu-link,
body.template-color-2 .mega-width-fullscreen {
    border-bottom-color: #34acfe;
}

body.template-color-2 #scroll-top {
    background: #34acfe;
    border: 2px solid #34acfe;
}

body.template-color-2 #scroll-top i {
    color: #ffffff;
}

body.template-color-2 #scroll-top:hover {
    background: #34acfe;
}

body.template-color-2 #scroll-top:hover i {
    color: #ffffff;
}

body.template-color-2 .btn-hover::after {
    border: 2px solid rgba(52, 172, 254, 0.7);
}

body.template-color-2 .bg-color,
body.template-color-2 .social-icon.liquid-animate.theme-color li a:before {
    background: #34acfe !important;
}

body.template-color-2 .testimonial-slider .carousel-indicators li.active {
    border-color: #34acfe;
}

body.template-color-2 .text-color,
body.template-color-2 .hover-text-color:hover {
    color: #34acfe !important;
}

body.template-color-2 .mini-cart .shopping-cart .footer .total,
body.template-color-2 .mini-cart .shopping-cart .footer .total span {
    color: #34acfe;
}

body.template-color-2 .footer-part.footer-classic .contact-mata:hover i {
    background: #34acfe;
    color: #ffffff;
}

body.template-color-2 .mini-cart .shopping-cart .footer a.cart-btn {
    border-color: #34acfe;
    background-color: #34acfe;
}

body.template-color-2 .side-menu .bg-overlay {
    background: #000000;
}

body.template-color-2 .border-color {
    border-color: #34acfe !important;
}

body.template-color-2 .hover-text-black:hover {
    color: #000000 !important;
}

body.template-color-3 .mini-cart .shopping-cart,
body.template-color-3 .dropdown-menu-link,
body.template-color-3 .mega-width-fullscreen {
    border-bottom-color: #20b99c;
}

body.template-color-3 #scroll-top {
    background: #20b99c;
    border: 2px solid #20b99c;
}

body.template-color-3 #scroll-top i {
    color: #ffffff;
}

body.template-color-3 #scroll-top:hover {
    background: #20b99c;
}

body.template-color-3 #scroll-top:hover i {
    color: #ffffff;
}

body.template-color-3 .btn-hover::after {
    border: 2px solid rgba(32, 185, 156, 0.7);
}

body.template-color-3 .bg-color,
body.template-color-3 .social-icon.liquid-animate.theme-color li a:before {
    background: #20b99c !important;
}

body.template-color-3 .testimonial-slider .carousel-indicators li.active {
    border-color: #20b99c;
}

body.template-color-3 .text-color,
body.template-color-3 .hover-text-color:hover {
    color: #20b99c !important;
}

body.template-color-3 .mini-cart .shopping-cart .footer .total,
body.template-color-3 .mini-cart .shopping-cart .footer .total span {
    color: #20b99c;
}

body.template-color-3 .footer-part.footer-classic .contact-mata:hover i {
    background: #20b99c;
    color: #ffffff;
}

body.template-color-3 .mini-cart .shopping-cart .footer a.cart-btn {
    border-color: #20b99c;
    background-color: #20b99c;
}

body.template-color-3 .side-menu .bg-overlay {
    background: #000000;
}

body.template-color-3 .border-color {
    border-color: #20b99c !important;
}

body.template-color-3 .hover-text-black:hover {
    color: #000000 !important;
}

body.template-color-4 .mini-cart .shopping-cart,
body.template-color-4 .dropdown-menu-link,
body.template-color-4 .mega-width-fullscreen {
    border-bottom-color: #c9f31d;
}

body.template-color-4 #scroll-top {
    background: #c9f31d;
    border: 2px solid #c9f31d;
}

body.template-color-4 #scroll-top i {
    color: #ffffff;
}

body.template-color-4 #scroll-top:hover {
    background: #c9f31d;
}

body.template-color-4 #scroll-top:hover i {
    color: #ffffff;
}

body.template-color-4 .btn-hover::after {
    border: 2px solid rgba(201, 243, 29, 0.7);
}

body.template-color-4 .bg-color,
body.template-color-4 .social-icon.liquid-animate.theme-color li a:before {
    background: #c9f31d !important;
}

body.template-color-4 .testimonial-slider .carousel-indicators li.active {
    border-color: #c9f31d;
}

body.template-color-4 .text-color,
body.template-color-4 .hover-text-color:hover {
    color: #c9f31d !important;
}

body.template-color-4 .mini-cart .shopping-cart .footer .total,
body.template-color-4 .mini-cart .shopping-cart .footer .total span {
    color: #c9f31d;
}

body.template-color-4 .footer-part.footer-classic .contact-mata:hover i {
    background: #c9f31d;
    color: #ffffff;
}

body.template-color-4 .mini-cart .shopping-cart .footer a.cart-btn {
    border-color: #c9f31d;
    background-color: #c9f31d;
}

body.template-color-4 .side-menu .bg-overlay {
    background: #000000;
}

body.template-color-4 .border-color {
    border-color: #c9f31d !important;
}

body.template-color-4 .hover-text-black:hover {
    color: #000000 !important;
}

body.template-color-5 .mini-cart .shopping-cart,
body.template-color-5 .dropdown-menu-link,
body.template-color-5 .mega-width-fullscreen {
    border-bottom-color: #040404;
}

body.template-color-5 #scroll-top {
    background: #040404;
    border: 2px solid #040404;
}

body.template-color-5 #scroll-top i {
    color: #ffffff;
}

body.template-color-5 #scroll-top:hover {
    background: #040404;
}

body.template-color-5 #scroll-top:hover i {
    color: #ffffff;
}

body.template-color-5 .btn-hover::after {
    border: 2px solid rgba(4, 4, 4, 0.7);
}

body.template-color-5 .bg-color,
body.template-color-5 .social-icon.liquid-animate.theme-color li a:before {
    background: #040404 !important;
}

body.template-color-5 .testimonial-slider .carousel-indicators li.active {
    border-color: #040404;
}

body.template-color-5 .text-color,
body.template-color-5 .hover-text-color:hover {
    color: #040404 !important;
}

body.template-color-5 .mini-cart .shopping-cart .footer .total,
body.template-color-5 .mini-cart .shopping-cart .footer .total span {
    color: #040404;
}

body.template-color-5 .footer-part.footer-classic .contact-mata:hover i {
    background: #040404;
    color: #ffffff;
}

body.template-color-5 .mini-cart .shopping-cart .footer a.cart-btn {
    border-color: #040404;
    background-color: #040404;
}

body.template-color-5 .side-menu .bg-overlay {
    background: #000000;
}

body.template-color-5 .border-color {
    border-color: #040404 !important;
}

body.template-color-5 .hover-text-black:hover {
    color: #000000 !important;
}

body.template-color-6 .mini-cart .shopping-cart,
body.template-color-6 .dropdown-menu-link,
body.template-color-6 .mega-width-fullscreen {
    border-bottom-color: #f7e0c7;
}

body.template-color-6 #scroll-top {
    background: #f7e0c7;
    border: 2px solid #f7e0c7;
}

body.template-color-6 #scroll-top i {
    color: #ffffff;
}

body.template-color-6 #scroll-top:hover {
    background: #f7e0c7;
}

body.template-color-6 #scroll-top:hover i {
    color: #ffffff;
}

body.template-color-6 .btn-hover::after {
    border: 2px solid rgba(247, 224, 199, 0.7);
}

body.template-color-6 .bg-color,
body.template-color-6 .social-icon.liquid-animate.theme-color li a:before {
    background: #f7e0c7 !important;
}

body.template-color-6 .testimonial-slider .carousel-indicators li.active {
    border-color: #f7e0c7;
}

body.template-color-6 .text-color,
body.template-color-6 .hover-text-color:hover {
    color: #f7e0c7 !important;
}

body.template-color-6 .mini-cart .shopping-cart .footer .total,
body.template-color-6 .mini-cart .shopping-cart .footer .total span {
    color: #f7e0c7;
}

body.template-color-6 .footer-part.footer-classic .contact-mata:hover i {
    background: #f7e0c7;
    color: #ffffff;
}

body.template-color-6 .mini-cart .shopping-cart .footer a.cart-btn {
    border-color: #f7e0c7;
    background-color: #f7e0c7;
}

body.template-color-6 .side-menu .bg-overlay {
    background: #000000;
}

body.template-color-6 .border-color {
    border-color: #f7e0c7 !important;
}

body.template-color-6 .hover-text-black:hover {
    color: #000000 !important;
}

body.template-color-7 .mini-cart .shopping-cart,
body.template-color-7 .dropdown-menu-link,
body.template-color-7 .mega-width-fullscreen {
    border-bottom-color: #FF9456;
}

body.template-color-7 #scroll-top {
    background: #FF9456;
    border: 2px solid #FF9456;
}

body.template-color-7 #scroll-top i {
    color: #ffffff;
}

body.template-color-7 #scroll-top:hover {
    background: #FF9456;
}

body.template-color-7 #scroll-top:hover i {
    color: #ffffff;
}

body.template-color-7 .btn-hover::after {
    border: 2px solid rgba(255, 148, 86, 0.7);
}

body.template-color-7 .bg-color,
body.template-color-7 .social-icon.liquid-animate.theme-color li a:before {
    background: #FF9456 !important;
}

body.template-color-7 .testimonial-slider .carousel-indicators li.active {
    border-color: #FF9456;
}

body.template-color-7 .text-color,
body.template-color-7 .hover-text-color:hover {
    color: #FF9456 !important;
}

body.template-color-7 .mini-cart .shopping-cart .footer .total,
body.template-color-7 .mini-cart .shopping-cart .footer .total span {
    color: #FF9456;
}

body.template-color-7 .footer-part.footer-classic .contact-mata:hover i {
    background: #FF9456;
    color: #ffffff;
}

body.template-color-7 .mini-cart .shopping-cart .footer a.cart-btn {
    border-color: #FF9456;
    background-color: #FF9456;
}

body.template-color-7 .side-menu .bg-overlay {
    background: #000000;
}

body.template-color-7 .border-color {
    border-color: #FF9456 !important;
}

body.template-color-7 .hover-text-black:hover {
    color: #000000 !important;
}

body.template-color-8 .mini-cart .shopping-cart,
body.template-color-8 .dropdown-menu-link,
body.template-color-8 .mega-width-fullscreen {
    border-bottom-color: #040404;
}

body.template-color-8 #scroll-top {
    background: #040404;
    border: 2px solid #040404;
}

body.template-color-8 #scroll-top i {
    color: #ffffff;
}

body.template-color-8 #scroll-top:hover {
    background: #040404;
}

body.template-color-8 #scroll-top:hover i {
    color: #ffffff;
}

body.template-color-8 .btn-hover::after {
    border: 2px solid rgba(4, 4, 4, 0.7);
}

body.template-color-8 .bg-color,
body.template-color-8 .social-icon.liquid-animate.theme-color li a:before {
    background: #040404 !important;
}

body.template-color-8 .testimonial-slider .carousel-indicators li.active {
    border-color: #040404;
}

body.template-color-8 .text-color,
body.template-color-8 .hover-text-color:hover {
    color: #040404 !important;
}

body.template-color-8 .mini-cart .shopping-cart .footer .total,
body.template-color-8 .mini-cart .shopping-cart .footer .total span {
    color: #040404;
}

body.template-color-8 .footer-part.footer-classic .contact-mata:hover i {
    background: #040404;
    color: #ffffff;
}

body.template-color-8 .mini-cart .shopping-cart .footer a.cart-btn {
    border-color: #040404;
    background-color: #040404;
}

body.template-color-8 .side-menu .bg-overlay {
    background: #000000;
}

body.template-color-8 .border-color {
    border-color: #040404 !important;
}

body.template-color-8 .hover-text-black:hover {
    color: #000000 !important;
}

body.template-color-9 .mini-cart .shopping-cart,
body.template-color-9 .dropdown-menu-link,
body.template-color-9 .mega-width-fullscreen {
    border-bottom-color: #00F0FF;
}

body.template-color-9 #scroll-top {
    background: #00F0FF;
    border: 2px solid #00F0FF;
}

body.template-color-9 #scroll-top i {
    color: #ffffff;
}

body.template-color-9 #scroll-top:hover {
    background: #00F0FF;
}

body.template-color-9 #scroll-top:hover i {
    color: #ffffff;
}

body.template-color-9 .btn-hover::after {
    border: 2px solid rgba(0, 240, 255, 0.7);
}

body.template-color-9 .bg-color,
body.template-color-9 .social-icon.liquid-animate.theme-color li a:before {
    background: #00F0FF !important;
}

body.template-color-9 .testimonial-slider .carousel-indicators li.active {
    border-color: #00F0FF;
}

body.template-color-9 .text-color,
body.template-color-9 .hover-text-color:hover {
    color: #00F0FF !important;
}

body.template-color-9 .mini-cart .shopping-cart .footer .total,
body.template-color-9 .mini-cart .shopping-cart .footer .total span {
    color: #00F0FF;
}

body.template-color-9 .footer-part.footer-classic .contact-mata:hover i {
    background: #00F0FF;
    color: #ffffff;
}

body.template-color-9 .mini-cart .shopping-cart .footer a.cart-btn {
    border-color: #00F0FF;
    background-color: #00F0FF;
}

body.template-color-9 .side-menu .bg-overlay {
    background: #000000;
}

body.template-color-9 .border-color {
    border-color: #00F0FF !important;
}

body.template-color-9 .hover-text-black:hover {
    color: #000000 !important;
}

body.template-color-10 .mini-cart .shopping-cart,
body.template-color-10 .dropdown-menu-link,
body.template-color-10 .mega-width-fullscreen {
    border-bottom-color: #040404;
}

body.template-color-10 #scroll-top {
    background: #040404;
    border: 2px solid #040404;
}

body.template-color-10 #scroll-top i {
    color: #ffffff;
}

body.template-color-10 #scroll-top:hover {
    background: #040404;
}

body.template-color-10 #scroll-top:hover i {
    color: #ffffff;
}

body.template-color-10 .btn-hover::after {
    border: 2px solid rgba(4, 4, 4, 0.7);
}

body.template-color-10 .bg-color,
body.template-color-10 .social-icon.liquid-animate.theme-color li a:before {
    background: #040404 !important;
}

body.template-color-10 .testimonial-slider .carousel-indicators li.active {
    border-color: #040404;
}

body.template-color-10 .text-color,
body.template-color-10 .hover-text-color:hover {
    color: #040404 !important;
}

body.template-color-10 .mini-cart .shopping-cart .footer .total,
body.template-color-10 .mini-cart .shopping-cart .footer .total span {
    color: #040404;
}

body.template-color-10 .footer-part.footer-classic .contact-mata:hover i {
    background: #040404;
    color: #ffffff;
}

body.template-color-10 .mini-cart .shopping-cart .footer a.cart-btn {
    border-color: #040404;
    background-color: #040404;
}

body.template-color-10 .side-menu .bg-overlay {
    background: #000000;
}

body.template-color-10 .border-color {
    border-color: #040404 !important;
}

body.template-color-10 .hover-text-black:hover {
    color: #000000 !important;
}

body.template-color-11 .mini-cart .shopping-cart,
body.template-color-11 .dropdown-menu-link,
body.template-color-11 .mega-width-fullscreen {
    border-bottom-color: #f9a185;
}

body.template-color-11 #scroll-top {
    background: #f9a185;
    border: 2px solid #f9a185;
}

body.template-color-11 #scroll-top i {
    color: #ffffff;
}

body.template-color-11 #scroll-top:hover {
    background: #f9a185;
}

body.template-color-11 #scroll-top:hover i {
    color: #ffffff;
}

body.template-color-11 .btn-hover::after {
    border: 2px solid rgba(249, 161, 133, 0.7);
}

body.template-color-11 .bg-color,
body.template-color-11 .social-icon.liquid-animate.theme-color li a:before {
    background: #f9a185 !important;
}

body.template-color-11 .testimonial-slider .carousel-indicators li.active {
    border-color: #f9a185;
}

body.template-color-11 .text-color,
body.template-color-11 .hover-text-color:hover {
    color: #f9a185 !important;
}

body.template-color-11 .mini-cart .shopping-cart .footer .total,
body.template-color-11 .mini-cart .shopping-cart .footer .total span {
    color: #f9a185;
}

body.template-color-11 .footer-part.footer-classic .contact-mata:hover i {
    background: #f9a185;
    color: #ffffff;
}

body.template-color-11 .mini-cart .shopping-cart .footer a.cart-btn {
    border-color: #f9a185;
    background-color: #f9a185;
}

body.template-color-11 .side-menu .bg-overlay {
    background: #000000;
}

body.template-color-11 .border-color {
    border-color: #f9a185 !important;
}

body.template-color-11 .hover-text-black:hover {
    color: #000000 !important;
}

body.template-color-12 .mini-cart .shopping-cart,
body.template-color-12 .dropdown-menu-link,
body.template-color-12 .mega-width-fullscreen {
    border-bottom-color: #16d753;
}

body.template-color-12 #scroll-top {
    background: #16d753;
    border: 2px solid #16d753;
}

body.template-color-12 #scroll-top i {
    color: #ffffff;
}

body.template-color-12 #scroll-top:hover {
    background: #16d753;
}

body.template-color-12 #scroll-top:hover i {
    color: #ffffff;
}

body.template-color-12 .btn-hover::after {
    border: 2px solid rgba(22, 215, 83, 0.7);
}

body.template-color-12 .bg-color,
body.template-color-12 .social-icon.liquid-animate.theme-color li a:before {
    background: #16d753 !important;
}

body.template-color-12 .testimonial-slider .carousel-indicators li.active {
    border-color: #16d753;
}

body.template-color-12 .text-color,
body.template-color-12 .hover-text-color:hover {
    color: #16d753 !important;
}

body.template-color-12 .mini-cart .shopping-cart .footer .total,
body.template-color-12 .mini-cart .shopping-cart .footer .total span {
    color: #16d753;
}

body.template-color-12 .footer-part.footer-classic .contact-mata:hover i {
    background: #16d753;
    color: #ffffff;
}

body.template-color-12 .mini-cart .shopping-cart .footer a.cart-btn {
    border-color: #16d753;
    background-color: #16d753;
}

body.template-color-12 .side-menu .bg-overlay {
    background: #000000;
}

body.template-color-12 .border-color {
    border-color: #16d753 !important;
}

body.template-color-12 .hover-text-black:hover {
    color: #000000 !important;
}

/*======== Template Color End ========*/
/*======== Height Start ========*/
@media (min-width: 1366px) {
    .h-lg-100v {
        height: 100vh !important;
    }
}

.h-100vh {
    height: 100vh;
}

/*======== Height End ========*/
/*======== Radius Start ========*/
.rounded-0 {
    border-radius: 0;
}

.rounded-18 {
    border-radius: 18px;
}

/*======== Radius End ========*/
/*======== Position Start ========*/
.top-0 {
    top: 0;
}

.left-0 {
    left: 0;
}

.right-0 {
    right: 0;
}

.bottom-0 {
    bottom: 0;
}

/*======== Position End ========*/
/*======== Image Position Start ========*/
.bg-cover {
    background-size: cover;
}

.bg-no-repeat {
    background-repeat: no-repeat;
}

.bg-top {
    background-position: top;
}

.bg-center {
    background-position: center;
}

.bg-transparent {
    background-color: transparent;
}

/*======== Image Position End ========*/
/*======== Demo Container Width Start ========*/
@media screen and (min-width: 1440px) {
    .demo-container-width {
        max-width: 1350px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 1366px) {
    .demo-container-width {
        max-width: 1340px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 1280px) {
    .demo-container-width {
        max-width: 1280px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 1440px) {
    .demo-container-width {
        max-width: 1350px;
        margin: 0 auto;
    }
}

/*======== Demo Container Width End ========*/
/*======== Font Size Start ========*/
.font-size-10 {
    font-size: 10px;
}

.font-size-12 {
    font-size: 12px;
}

.font-size-14 {
    font-size: 14px;
}

.font-size-16 {
    font-size: 16px;
}

.font-size-18 {
    font-size: 18px;
}

.font-size-20 {
    font-size: 20px;
}

.font-size-22 {
    font-size: 22px;
}

.font-size-24 {
    font-size: 24px;
}

.font-size-26 {
    font-size: 26px;
}

.font-size-28 {
    font-size: 28px;
}

.font-size-30 {
    font-size: 30px;
}

.font-size-32 {
    font-size: 32px;
}

.font-size-34 {
    font-size: 34px;
}

.font-size-36 {
    font-size: 36px;
}

.font-size-38 {
    font-size: 38px;
}

.font-size-40 {
    font-size: 40px;
}

.font-size-42 {
    font-size: 42px;
}

.font-size-44 {
    font-size: 44px;
}

.font-size-46 {
    font-size: 46px;
}

.font-size-48 {
    font-size: 48px;
}

.font-size-50 {
    font-size: 50px;
}

.font-size-52 {
    font-size: 52px;
}

.font-size-54 {
    font-size: 54px;
}

.font-size-56 {
    font-size: 56px;
}

.font-size-58 {
    font-size: 58px;
}

.font-size-60 {
    font-size: 60px;
}

.font-size-62 {
    font-size: 62px;
}

.font-size-64 {
    font-size: 64px;
}

.font-size-66 {
    font-size: 66px;
}

.font-size-68 {
    font-size: 68px;
}

.font-size-70 {
    font-size: 70px;
}

.font-size-72 {
    font-size: 72px;
}

.font-size-74 {
    font-size: 74px;
}

.font-size-76 {
    font-size: 76px;
}

.font-size-78 {
    font-size: 78px;
}

.font-size-80 {
    font-size: 80px;
}

.font-size-82 {
    font-size: 82px;
}

.font-size-84 {
    font-size: 84px;
}

.font-size-86 {
    font-size: 86px;
}

.font-size-88 {
    font-size: 88px;
}

.font-size-90 {
    font-size: 90px;
}

.font-size-92 {
    font-size: 92px;
}

.font-size-94 {
    font-size: 94px;
}

.font-size-96 {
    font-size: 96px;
}

.font-size-98 {
    font-size: 98px;
}

.font-size-100 {
    font-size: 100px;
}

.font-size-102 {
    font-size: 102px;
}

.font-size-104 {
    font-size: 104px;
}

.font-size-106 {
    font-size: 106px;
}

.font-size-108 {
    font-size: 108px;
}

.font-size-110 {
    font-size: 110px;
}

.font-size-112 {
    font-size: 112px;
}

.font-size-114 {
    font-size: 114px;
}

.font-size-116 {
    font-size: 116px;
}

.font-size-118 {
    font-size: 118px;
}

.font-size-120 {
    font-size: 120px;
}

.font-size-122 {
    font-size: 122px;
}

.font-size-124 {
    font-size: 124px;
}

.font-size-126 {
    font-size: 126px;
}

.font-size-128 {
    font-size: 128px;
}

.font-size-130 {
    font-size: 130px;
}

.font-size-132 {
    font-size: 132px;
}

.font-size-134 {
    font-size: 134px;
}

.font-size-136 {
    font-size: 136px;
}

.font-size-138 {
    font-size: 138px;
}

.font-size-140 {
    font-size: 140px;
}

/*======== Font Size End ========*/
/*======== Z-Index Start ========*/
.z-index--1 {
    z-index: -1;
}

.z-index-1 {
    z-index: 1;
}

.z-index-2 {
    z-index: 2;
}

.z-index-3 {
    z-index: 3;
}

.z-index-4 {
    z-index: 4;
}

.z-index-5 {
    z-index: 5;
}

.z-index-6 {
    z-index: 6;
}

.z-index-7 {
    z-index: 7;
}

.z-index-8 {
    z-index: 8;
}

.z-index-9 {
    z-index: 9;
}

.z-index-10 {
    z-index: 10;
}

.z-index-11 {
    z-index: 11;
}

.z-index-12 {
    z-index: 12;
}

.z-index-13 {
    z-index: 13;
}

.z-index-14 {
    z-index: 14;
}

.z-index-15 {
    z-index: 15;
}

.z-index--1 {
    z-index: -1;
}

.z-index--2 {
    z-index: -2;
}

.z-index--3 {
    z-index: -3;
}

.z-index--4 {
    z-index: -4;
}

.z-index--5 {
    z-index: -5;
}

.z-index--6 {
    z-index: -6;
}

.z-index--7 {
    z-index: -7;
}

.z-index--8 {
    z-index: -8;
}

.z-index--9 {
    z-index: -9;
}

.z-index--10 {
    z-index: -10;
}

.z-index--11 {
    z-index: -11;
}

.z-index--12 {
    z-index: -12;
}

.z-index--13 {
    z-index: -13;
}

.z-index--14 {
    z-index: -14;
}

.z-index--15 {
    z-index: -15;
}

/*======== Z-Index End ========*/
/*======== Padding Start ========*/
.pl-5 {
    padding-left: 5px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-15 {
    padding-left: 15px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-25 {
    padding-left: 25px;
}

.pl-30 {
    padding-left: 30px;
}

.pl-35 {
    padding-left: 35px;
}

.pl-40 {
    padding-left: 40px;
}

.pl-45 {
    padding-left: 45px;
}

.pl-50 {
    padding-left: 50px;
}

.pl-55 {
    padding-left: 55px;
}

.pl-60 {
    padding-left: 60px;
}

.pl-65 {
    padding-left: 65px;
}

.pl-70 {
    padding-left: 70px;
}

.pl-75 {
    padding-left: 75px;
}

.pl-80 {
    padding-left: 80px;
}

.pl-85 {
    padding-left: 85px;
}

.pl-90 {
    padding-left: 90px;
}

.pl-95 {
    padding-left: 95px;
}

.pl-100 {
    padding-left: 100px;
}

.pl-105 {
    padding-left: 105px;
}

.pl-110 {
    padding-left: 110px;
}

.pl-115 {
    padding-left: 115px;
}

.pl-120 {
    padding-left: 120px;
}

.pl-125 {
    padding-left: 125px;
}

.pl-130 {
    padding-left: 130px;
}

.pl-135 {
    padding-left: 135px;
}

.pl-140 {
    padding-left: 140px;
}

.pl-145 {
    padding-left: 145px;
}

.pl-150 {
    padding-left: 150px;
}

.pl-155 {
    padding-left: 155px;
}

.pl-160 {
    padding-left: 160px;
}

.pl-165 {
    padding-left: 165px;
}

.pl-170 {
    padding-left: 170px;
}

.pl-175 {
    padding-left: 175px;
}

.pl-180 {
    padding-left: 180px;
}

.pl-185 {
    padding-left: 185px;
}

.pl-190 {
    padding-left: 190px;
}

.pl-195 {
    padding-left: 195px;
}

.pl-200 {
    padding-left: 200px;
}

.pl-205 {
    padding-left: 205px;
}

.pl-210 {
    padding-left: 210px;
}

.pl-215 {
    padding-left: 215px;
}

.pl-220 {
    padding-left: 220px;
}

.pl-225 {
    padding-left: 225px;
}

.pl-230 {
    padding-left: 230px;
}

.pl-235 {
    padding-left: 235px;
}

.pl-240 {
    padding-left: 240px;
}

.pl-245 {
    padding-left: 245px;
}

.pl-250 {
    padding-left: 250px;
}

.pl-255 {
    padding-left: 255px;
}

.pl-260 {
    padding-left: 260px;
}

.pl-265 {
    padding-left: 265px;
}

.pl-270 {
    padding-left: 270px;
}

.pl-275 {
    padding-left: 275px;
}

.pl-280 {
    padding-left: 280px;
}

.pl-285 {
    padding-left: 285px;
}

.pl-290 {
    padding-left: 290px;
}

.pl-295 {
    padding-left: 295px;
}

.pl-300 {
    padding-left: 300px;
}

.pl-305 {
    padding-left: 305px;
}

.pl-310 {
    padding-left: 310px;
}

.pl-315 {
    padding-left: 315px;
}

.pl-320 {
    padding-left: 320px;
}

.pl-325 {
    padding-left: 325px;
}

.pl-330 {
    padding-left: 330px;
}

.pl-335 {
    padding-left: 335px;
}

.pl-340 {
    padding-left: 340px;
}

.pl-345 {
    padding-left: 345px;
}

.pl-350 {
    padding-left: 350px;
}

.pl-355 {
    padding-left: 355px;
}

.pl-360 {
    padding-left: 360px;
}

.pl-365 {
    padding-left: 365px;
}

.pl-370 {
    padding-left: 370px;
}

.pl-375 {
    padding-left: 375px;
}

.pl-380 {
    padding-left: 380px;
}

.pl-385 {
    padding-left: 385px;
}

.pl-390 {
    padding-left: 390px;
}

.pl-395 {
    padding-left: 395px;
}

.pl-400 {
    padding-left: 400px;
}

.pl-405 {
    padding-left: 405px;
}

.pl-410 {
    padding-left: 410px;
}

.pl-415 {
    padding-left: 415px;
}

.pl-420 {
    padding-left: 420px;
}

.pl-425 {
    padding-left: 425px;
}

.pl-430 {
    padding-left: 430px;
}

.pl-435 {
    padding-left: 435px;
}

.pl-440 {
    padding-left: 440px;
}

.pl-445 {
    padding-left: 445px;
}

.pl-450 {
    padding-left: 450px;
}

.ptb-5 {
    padding: 5px 0;
}

.pt-5 {
    padding-top: 5px;
}

.pb-5 {
    padding-bottom: 5px;
}

.ptb-10 {
    padding: 10px 0;
}

.pt-10 {
    padding-top: 10px;
}

.pb-10 {
    padding-bottom: 10px;
}

.ptb-15 {
    padding: 15px 0;
}

.pt-15 {
    padding-top: 15px;
}

.pb-15 {
    padding-bottom: 15px;
}

.ptb-20 {
    padding: 20px 0;
}

.pt-20 {
    padding-top: 20px;
}

.pb-20 {
    padding-bottom: 20px;
}

.ptb-25 {
    padding: 25px 0;
}

.pt-25 {
    padding-top: 25px;
}

.pb-25 {
    padding-bottom: 25px;
}

.ptb-30 {
    padding: 30px 0;
}

.pt-30 {
    padding-top: 30px;
}

.pb-30 {
    padding-bottom: 30px;
}

.ptb-35 {
    padding: 35px 0;
}

.pt-35 {
    padding-top: 35px;
}

.pb-35 {
    padding-bottom: 35px;
}

.ptb-40 {
    padding: 40px 0;
}

.pt-40 {
    padding-top: 40px;
}

.pb-40 {
    padding-bottom: 40px;
}

.ptb-45 {
    padding: 45px 0;
}

.pt-45 {
    padding-top: 45px;
}

.pb-45 {
    padding-bottom: 45px;
}

.ptb-50 {
    padding: 50px 0;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.ptb-55 {
    padding: 55px 0;
}

.pt-55 {
    padding-top: 55px;
}

.pb-55 {
    padding-bottom: 55px;
}

.ptb-60 {
    padding: 60px 0;
}

.pt-60 {
    padding-top: 60px;
}

.pb-60 {
    padding-bottom: 60px;
}

.ptb-65 {
    padding: 65px 0;
}

.pt-65 {
    padding-top: 65px;
}

.pb-65 {
    padding-bottom: 65px;
}

.ptb-70 {
    padding: 70px 0;
}

.pt-70 {
    padding-top: 70px;
}

.pb-70 {
    padding-bottom: 70px;
}

.ptb-75 {
    padding: 75px 0;
}

.pt-75 {
    padding-top: 75px;
}

.pb-75 {
    padding-bottom: 75px;
}

.ptb-80 {
    padding: 80px 0;
}

.pt-80 {
    padding-top: 80px;
}

.pb-80 {
    padding-bottom: 80px;
}

.ptb-85 {
    padding: 85px 0;
}

.pt-85 {
    padding-top: 85px;
}

.pb-85 {
    padding-bottom: 85px;
}

.ptb-90 {
    padding: 90px 0;
}

.pt-90 {
    padding-top: 90px;
}

.pb-90 {
    padding-bottom: 90px;
}

.ptb-95 {
    padding: 95px 0;
}

.pt-95 {
    padding-top: 95px;
}

.pb-95 {
    padding-bottom: 95px;
}

.ptb-100 {
    padding: 100px 0;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.ptb-105 {
    padding: 105px 0;
}

.pt-105 {
    padding-top: 105px;
}

.pb-105 {
    padding-bottom: 105px;
}

.ptb-110 {
    padding: 110px 0;
}

.pt-110 {
    padding-top: 110px;
}

.pb-110 {
    padding-bottom: 110px;
}

.ptb-115 {
    padding: 115px 0;
}

.pt-115 {
    padding-top: 115px;
}

.pb-115 {
    padding-bottom: 115px;
}

.ptb-120 {
    padding: 120px 0;
}

.pt-120 {
    padding-top: 120px;
}

.pb-120 {
    padding-bottom: 120px;
}

.ptb-125 {
    padding: 125px 0;
}

.pt-125 {
    padding-top: 125px;
}

.pb-125 {
    padding-bottom: 125px;
}

.ptb-130 {
    padding: 130px 0;
}

.pt-130 {
    padding-top: 130px;
}

.pb-130 {
    padding-bottom: 130px;
}

.ptb-135 {
    padding: 135px 0;
}

.pt-135 {
    padding-top: 135px;
}

.pb-135 {
    padding-bottom: 135px;
}

.ptb-140 {
    padding: 140px 0;
}

.pt-140 {
    padding-top: 140px;
}

.pb-140 {
    padding-bottom: 140px;
}

.ptb-145 {
    padding: 145px 0;
}

.pt-145 {
    padding-top: 145px;
}

.pb-145 {
    padding-bottom: 145px;
}

.ptb-150 {
    padding: 150px 0;
}

.pt-150 {
    padding-top: 150px;
}

.pb-150 {
    padding-bottom: 150px;
}

.ptb-155 {
    padding: 155px 0;
}

.pt-155 {
    padding-top: 155px;
}

.pb-155 {
    padding-bottom: 155px;
}

.ptb-160 {
    padding: 160px 0;
}

.pt-160 {
    padding-top: 160px;
}

.pb-160 {
    padding-bottom: 160px;
}

.ptb-165 {
    padding: 165px 0;
}

.pt-165 {
    padding-top: 165px;
}

.pb-165 {
    padding-bottom: 165px;
}

.ptb-170 {
    padding: 170px 0;
}

.pt-170 {
    padding-top: 170px;
}

.pb-170 {
    padding-bottom: 170px;
}

.ptb-175 {
    padding: 175px 0;
}

.pt-175 {
    padding-top: 175px;
}

.pb-175 {
    padding-bottom: 175px;
}

.ptb-180 {
    padding: 180px 0;
}

.pt-180 {
    padding-top: 180px;
}

.pb-180 {
    padding-bottom: 180px;
}

.ptb-185 {
    padding: 185px 0;
}

.pt-185 {
    padding-top: 185px;
}

.pb-185 {
    padding-bottom: 185px;
}

.ptb-190 {
    padding: 190px 0;
}

.pt-190 {
    padding-top: 190px;
}

.pb-190 {
    padding-bottom: 190px;
}

.ptb-195 {
    padding: 195px 0;
}

.pt-195 {
    padding-top: 195px;
}

.pb-195 {
    padding-bottom: 195px;
}

.ptb-200 {
    padding: 200px 0;
}

.pt-200 {
    padding-top: 200px;
}

.pb-200 {
    padding-bottom: 200px;
}

.ptb-205 {
    padding: 205px 0;
}

.pt-205 {
    padding-top: 205px;
}

.pb-205 {
    padding-bottom: 205px;
}

.ptb-210 {
    padding: 210px 0;
}

.pt-210 {
    padding-top: 210px;
}

.pb-210 {
    padding-bottom: 210px;
}

.ptb-215 {
    padding: 215px 0;
}

.pt-215 {
    padding-top: 215px;
}

.pb-215 {
    padding-bottom: 215px;
}

.ptb-220 {
    padding: 220px 0;
}

.pt-220 {
    padding-top: 220px;
}

.pb-220 {
    padding-bottom: 220px;
}

.ptb-225 {
    padding: 225px 0;
}

.pt-225 {
    padding-top: 225px;
}

.pb-225 {
    padding-bottom: 225px;
}

.ptb-230 {
    padding: 230px 0;
}

.pt-230 {
    padding-top: 230px;
}

.pb-230 {
    padding-bottom: 230px;
}

.ptb-235 {
    padding: 235px 0;
}

.pt-235 {
    padding-top: 235px;
}

.pb-235 {
    padding-bottom: 235px;
}

.ptb-240 {
    padding: 240px 0;
}

.pt-240 {
    padding-top: 240px;
}

.pb-240 {
    padding-bottom: 240px;
}

.ptb-245 {
    padding: 245px 0;
}

.pt-245 {
    padding-top: 245px;
}

.pb-245 {
    padding-bottom: 245px;
}

.ptb-250 {
    padding: 250px 0;
}

.pt-250 {
    padding-top: 250px;
}

.pb-250 {
    padding-bottom: 250px;
}

.ptb-255 {
    padding: 255px 0;
}

.pt-255 {
    padding-top: 255px;
}

.pb-255 {
    padding-bottom: 255px;
}

.ptb-260 {
    padding: 260px 0;
}

.pt-260 {
    padding-top: 260px;
}

.pb-260 {
    padding-bottom: 260px;
}

.ptb-265 {
    padding: 265px 0;
}

.pt-265 {
    padding-top: 265px;
}

.pb-265 {
    padding-bottom: 265px;
}

.ptb-270 {
    padding: 270px 0;
}

.pt-270 {
    padding-top: 270px;
}

.pb-270 {
    padding-bottom: 270px;
}

.ptb-275 {
    padding: 275px 0;
}

.pt-275 {
    padding-top: 275px;
}

.pb-275 {
    padding-bottom: 275px;
}

.ptb-280 {
    padding: 280px 0;
}

.pt-280 {
    padding-top: 280px;
}

.pb-280 {
    padding-bottom: 280px;
}

.ptb-285 {
    padding: 285px 0;
}

.pt-285 {
    padding-top: 285px;
}

.pb-285 {
    padding-bottom: 285px;
}

.ptb-290 {
    padding: 290px 0;
}

.pt-290 {
    padding-top: 290px;
}

.pb-290 {
    padding-bottom: 290px;
}

.ptb-295 {
    padding: 295px 0;
}

.pt-295 {
    padding-top: 295px;
}

.pb-295 {
    padding-bottom: 295px;
}

.ptb-300 {
    padding: 300px 0;
}

.pt-300 {
    padding-top: 300px;
}

.pb-300 {
    padding-bottom: 300px;
}

.ptb-305 {
    padding: 305px 0;
}

.pt-305 {
    padding-top: 305px;
}

.pb-305 {
    padding-bottom: 305px;
}

.ptb-310 {
    padding: 310px 0;
}

.pt-310 {
    padding-top: 310px;
}

.pb-310 {
    padding-bottom: 310px;
}

.ptb-315 {
    padding: 315px 0;
}

.pt-315 {
    padding-top: 315px;
}

.pb-315 {
    padding-bottom: 315px;
}

.ptb-320 {
    padding: 320px 0;
}

.pt-320 {
    padding-top: 320px;
}

.pb-320 {
    padding-bottom: 320px;
}

.ptb-325 {
    padding: 325px 0;
}

.pt-325 {
    padding-top: 325px;
}

.pb-325 {
    padding-bottom: 325px;
}

.ptb-330 {
    padding: 330px 0;
}

.pt-330 {
    padding-top: 330px;
}

.pb-330 {
    padding-bottom: 330px;
}

.ptb-335 {
    padding: 335px 0;
}

.pt-335 {
    padding-top: 335px;
}

.pb-335 {
    padding-bottom: 335px;
}

.ptb-340 {
    padding: 340px 0;
}

.pt-340 {
    padding-top: 340px;
}

.pb-340 {
    padding-bottom: 340px;
}

.ptb-345 {
    padding: 345px 0;
}

.pt-345 {
    padding-top: 345px;
}

.pb-345 {
    padding-bottom: 345px;
}

.ptb-350 {
    padding: 350px 0;
}

.pt-350 {
    padding-top: 350px;
}

.pb-350 {
    padding-bottom: 350px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .pt-lg-5 {
        padding-top: 5px;
    }

    .pt-lg-10 {
        padding-top: 10px;
    }

    .pt-lg-15 {
        padding-top: 15px;
    }

    .pt-lg-20 {
        padding-top: 20px;
    }

    .pt-lg-25 {
        padding-top: 25px;
    }

    .pt-lg-30 {
        padding-top: 30px;
    }

    .pt-lg-35 {
        padding-top: 35px;
    }

    .pt-lg-40 {
        padding-top: 40px;
    }

    .pt-lg-45 {
        padding-top: 45px;
    }

    .pt-lg-50 {
        padding-top: 50px;
    }

    .pt-lg-55 {
        padding-top: 55px;
    }

    .pt-lg-60 {
        padding-top: 60px;
    }

    .pt-lg-65 {
        padding-top: 65px;
    }

    .pt-lg-70 {
        padding-top: 70px;
    }

    .pt-lg-75 {
        padding-top: 75px;
    }

    .pt-lg-80 {
        padding-top: 80px;
    }

    .pt-lg-85 {
        padding-top: 85px;
    }

    .pt-lg-90 {
        padding-top: 90px;
    }

    .pt-lg-95 {
        padding-top: 95px;
    }

    .pt-lg-100 {
        padding-top: 100px;
    }

    .pt-lg-105 {
        padding-top: 105px;
    }

    .pt-lg-110 {
        padding-top: 110px;
    }

    .pt-lg-115 {
        padding-top: 115px;
    }

    .pt-lg-120 {
        padding-top: 120px;
    }

    .pt-lg-125 {
        padding-top: 125px;
    }

    .pt-lg-130 {
        padding-top: 130px;
    }

    .pt-lg-135 {
        padding-top: 135px;
    }

    .pt-lg-140 {
        padding-top: 140px;
    }

    .pt-lg-145 {
        padding-top: 145px;
    }

    .pt-lg-150 {
        padding-top: 150px;
    }

    .pt-lg-155 {
        padding-top: 155px;
    }

    .pt-lg-160 {
        padding-top: 160px;
    }

    .pt-lg-165 {
        padding-top: 165px;
    }

    .pt-lg-170 {
        padding-top: 170px;
    }

    .pt-lg-175 {
        padding-top: 175px;
    }

    .pt-lg-180 {
        padding-top: 180px;
    }

    .pt-lg-185 {
        padding-top: 185px;
    }

    .pt-lg-190 {
        padding-top: 190px;
    }

    .pt-lg-195 {
        padding-top: 195px;
    }

    .pt-lg-200 {
        padding-top: 200px;
    }

    .pt-lg-205 {
        padding-top: 205px;
    }

    .pt-lg-210 {
        padding-top: 210px;
    }

    .pt-lg-215 {
        padding-top: 215px;
    }

    .pt-lg-220 {
        padding-top: 220px;
    }

    .pt-lg-225 {
        padding-top: 225px;
    }

    .pt-lg-230 {
        padding-top: 230px;
    }

    .pt-lg-235 {
        padding-top: 235px;
    }

    .pt-lg-240 {
        padding-top: 240px;
    }

    .pt-lg-245 {
        padding-top: 245px;
    }

    .pt-lg-250 {
        padding-top: 250px;
    }

    .pt-lg-255 {
        padding-top: 255px;
    }

    .pt-lg-260 {
        padding-top: 260px;
    }

    .pt-lg-265 {
        padding-top: 265px;
    }

    .pt-lg-270 {
        padding-top: 270px;
    }

    .pt-lg-275 {
        padding-top: 275px;
    }

    .pt-lg-280 {
        padding-top: 280px;
    }

    .pt-lg-285 {
        padding-top: 285px;
    }

    .pt-lg-290 {
        padding-top: 290px;
    }

    .pt-lg-295 {
        padding-top: 295px;
    }

    .pt-lg-300 {
        padding-top: 300px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pt-md-5 {
        padding-top: 5px;
    }

    .pt-md-10 {
        padding-top: 10px;
    }

    .pt-md-15 {
        padding-top: 15px;
    }

    .pt-md-20 {
        padding-top: 20px;
    }

    .pt-md-25 {
        padding-top: 25px;
    }

    .pt-md-30 {
        padding-top: 30px;
    }

    .pt-md-35 {
        padding-top: 35px;
    }

    .pt-md-40 {
        padding-top: 40px;
    }

    .pt-md-45 {
        padding-top: 45px;
    }

    .pt-md-50 {
        padding-top: 50px;
    }

    .pt-md-55 {
        padding-top: 55px;
    }

    .pt-md-60 {
        padding-top: 60px;
    }

    .pt-md-65 {
        padding-top: 65px;
    }

    .pt-md-70 {
        padding-top: 70px;
    }

    .pt-md-75 {
        padding-top: 75px;
    }

    .pt-md-80 {
        padding-top: 80px;
    }

    .pt-md-85 {
        padding-top: 85px;
    }

    .pt-md-90 {
        padding-top: 90px;
    }

    .pt-md-95 {
        padding-top: 95px;
    }

    .pt-md-100 {
        padding-top: 100px;
    }

    .pt-md-105 {
        padding-top: 105px;
    }

    .pt-md-110 {
        padding-top: 110px;
    }

    .pt-md-115 {
        padding-top: 115px;
    }

    .pt-md-120 {
        padding-top: 120px;
    }

    .pt-md-125 {
        padding-top: 125px;
    }

    .pt-md-130 {
        padding-top: 130px;
    }

    .pt-md-135 {
        padding-top: 135px;
    }

    .pt-md-140 {
        padding-top: 140px;
    }

    .pt-md-145 {
        padding-top: 145px;
    }

    .pt-md-150 {
        padding-top: 150px;
    }

    .pt-md-155 {
        padding-top: 155px;
    }

    .pt-md-160 {
        padding-top: 160px;
    }

    .pt-md-165 {
        padding-top: 165px;
    }

    .pt-md-170 {
        padding-top: 170px;
    }

    .pt-md-175 {
        padding-top: 175px;
    }

    .pt-md-180 {
        padding-top: 180px;
    }

    .pt-md-185 {
        padding-top: 185px;
    }

    .pt-md-190 {
        padding-top: 190px;
    }

    .pt-md-195 {
        padding-top: 195px;
    }

    .pt-md-200 {
        padding-top: 200px;
    }

    .pt-md-205 {
        padding-top: 205px;
    }

    .pt-md-210 {
        padding-top: 210px;
    }

    .pt-md-215 {
        padding-top: 215px;
    }

    .pt-md-220 {
        padding-top: 220px;
    }

    .pt-md-225 {
        padding-top: 225px;
    }

    .pt-md-230 {
        padding-top: 230px;
    }

    .pt-md-235 {
        padding-top: 235px;
    }

    .pt-md-240 {
        padding-top: 240px;
    }

    .pt-md-245 {
        padding-top: 245px;
    }

    .pt-md-250 {
        padding-top: 250px;
    }

    .pt-md-255 {
        padding-top: 255px;
    }

    .pt-md-260 {
        padding-top: 260px;
    }

    .pt-md-265 {
        padding-top: 265px;
    }

    .pt-md-270 {
        padding-top: 270px;
    }

    .pt-md-275 {
        padding-top: 275px;
    }

    .pt-md-280 {
        padding-top: 280px;
    }

    .pt-md-285 {
        padding-top: 285px;
    }

    .pt-md-290 {
        padding-top: 290px;
    }

    .pt-md-295 {
        padding-top: 295px;
    }

    .pt-md-300 {
        padding-top: 300px;
    }

    .pb-md-5 {
        padding-bottom: 5px;
    }

    .pb-md-10 {
        padding-bottom: 10px;
    }

    .pb-md-15 {
        padding-bottom: 15px;
    }

    .pb-md-20 {
        padding-bottom: 20px;
    }

    .pb-md-25 {
        padding-bottom: 25px;
    }

    .pb-md-30 {
        padding-bottom: 30px;
    }

    .pb-md-35 {
        padding-bottom: 35px;
    }

    .pb-md-40 {
        padding-bottom: 40px;
    }

    .pb-md-45 {
        padding-bottom: 45px;
    }

    .pb-md-50 {
        padding-bottom: 50px;
    }

    .pb-md-55 {
        padding-bottom: 55px;
    }

    .pb-md-60 {
        padding-bottom: 60px;
    }

    .pb-md-65 {
        padding-bottom: 65px;
    }

    .pb-md-70 {
        padding-bottom: 70px;
    }

    .pb-md-75 {
        padding-bottom: 75px;
    }

    .pb-md-80 {
        padding-bottom: 80px;
    }

    .pb-md-85 {
        padding-bottom: 85px;
    }

    .pb-md-90 {
        padding-bottom: 90px;
    }

    .pb-md-95 {
        padding-bottom: 95px;
    }

    .pb-md-100 {
        padding-bottom: 100px;
    }

    .pb-md-105 {
        padding-bottom: 105px;
    }

    .pb-md-110 {
        padding-bottom: 110px;
    }

    .pb-md-115 {
        padding-bottom: 115px;
    }

    .pb-md-120 {
        padding-bottom: 120px;
    }

    .pb-md-125 {
        padding-bottom: 125px;
    }

    .pb-md-130 {
        padding-bottom: 130px;
    }

    .pb-md-135 {
        padding-bottom: 135px;
    }

    .pb-md-140 {
        padding-bottom: 140px;
    }

    .pb-md-145 {
        padding-bottom: 145px;
    }

    .pb-md-150 {
        padding-bottom: 150px;
    }

    .pb-md-155 {
        padding-bottom: 155px;
    }

    .pb-md-160 {
        padding-bottom: 160px;
    }

    .pb-md-165 {
        padding-bottom: 165px;
    }

    .pb-md-170 {
        padding-bottom: 170px;
    }

    .pb-md-175 {
        padding-bottom: 175px;
    }

    .pb-md-180 {
        padding-bottom: 180px;
    }

    .pb-md-185 {
        padding-bottom: 185px;
    }

    .pb-md-190 {
        padding-bottom: 190px;
    }

    .pb-md-195 {
        padding-bottom: 195px;
    }

    .pb-md-200 {
        padding-bottom: 200px;
    }

    .pb-md-205 {
        padding-bottom: 205px;
    }

    .pb-md-210 {
        padding-bottom: 210px;
    }

    .pb-md-215 {
        padding-bottom: 215px;
    }

    .pb-md-220 {
        padding-bottom: 220px;
    }

    .pb-md-225 {
        padding-bottom: 225px;
    }

    .pb-md-230 {
        padding-bottom: 230px;
    }

    .pb-md-235 {
        padding-bottom: 235px;
    }

    .pb-md-240 {
        padding-bottom: 240px;
    }

    .pb-md-245 {
        padding-bottom: 245px;
    }

    .pb-md-250 {
        padding-bottom: 250px;
    }

    .pb-md-255 {
        padding-bottom: 255px;
    }

    .pb-md-260 {
        padding-bottom: 260px;
    }

    .pb-md-265 {
        padding-bottom: 265px;
    }

    .pb-md-270 {
        padding-bottom: 270px;
    }

    .pb-md-275 {
        padding-bottom: 275px;
    }

    .pb-md-280 {
        padding-bottom: 280px;
    }

    .pb-md-285 {
        padding-bottom: 285px;
    }

    .pb-md-290 {
        padding-bottom: 290px;
    }

    .pb-md-295 {
        padding-bottom: 295px;
    }

    .pb-md-300 {
        padding-bottom: 300px;
    }

    .ptb-md-5 {
        padding: 5px 0;
    }

    .ptb-md-10 {
        padding: 10px 0;
    }

    .ptb-md-15 {
        padding: 15px 0;
    }

    .ptb-md-20 {
        padding: 20px 0;
    }

    .ptb-md-25 {
        padding: 25px 0;
    }

    .ptb-md-30 {
        padding: 30px 0;
    }

    .ptb-md-35 {
        padding: 35px 0;
    }

    .ptb-md-40 {
        padding: 40px 0;
    }

    .ptb-md-45 {
        padding: 45px 0;
    }

    .ptb-md-50 {
        padding: 50px 0;
    }

    .ptb-md-55 {
        padding: 55px 0;
    }

    .ptb-md-60 {
        padding: 60px 0;
    }

    .ptb-md-65 {
        padding: 65px 0;
    }

    .ptb-md-70 {
        padding: 70px 0;
    }

    .ptb-md-75 {
        padding: 75px 0;
    }

    .ptb-md-80 {
        padding: 80px 0;
    }

    .ptb-md-85 {
        padding: 85px 0;
    }

    .ptb-md-90 {
        padding: 90px 0;
    }

    .ptb-md-95 {
        padding: 95px 0;
    }

    .ptb-md-100 {
        padding: 100px 0;
    }

    .ptb-md-105 {
        padding: 105px 0;
    }

    .ptb-md-110 {
        padding: 110px 0;
    }

    .ptb-md-115 {
        padding: 115px 0;
    }

    .ptb-md-120 {
        padding: 120px 0;
    }

    .ptb-md-125 {
        padding: 125px 0;
    }

    .ptb-md-130 {
        padding: 130px 0;
    }

    .ptb-md-135 {
        padding: 135px 0;
    }

    .ptb-md-140 {
        padding: 140px 0;
    }

    .ptb-md-145 {
        padding: 145px 0;
    }

    .ptb-md-150 {
        padding: 150px 0;
    }
}

@media only screen and (max-width: 767px) {
    .pr-sm-0 {
        padding-right: 0;
    }

    .pt-sm-5 {
        padding-top: 5px;
    }

    .pt-sm-10 {
        padding-top: 10px;
    }

    .pt-sm-15 {
        padding-top: 15px;
    }

    .pt-sm-20 {
        padding-top: 20px;
    }

    .pt-sm-25 {
        padding-top: 25px;
    }

    .pt-sm-30 {
        padding-top: 30px;
    }

    .pt-sm-35 {
        padding-top: 35px;
    }

    .pt-sm-40 {
        padding-top: 40px;
    }

    .pt-sm-45 {
        padding-top: 45px;
    }

    .pt-sm-50 {
        padding-top: 50px;
    }

    .pt-sm-55 {
        padding-top: 55px;
    }

    .pt-sm-60 {
        padding-top: 60px;
    }

    .pt-sm-65 {
        padding-top: 65px;
    }

    .pt-sm-70 {
        padding-top: 70px;
    }

    .pt-sm-75 {
        padding-top: 75px;
    }

    .pt-sm-80 {
        padding-top: 80px;
    }

    .pt-sm-85 {
        padding-top: 85px;
    }

    .pt-sm-90 {
        padding-top: 90px;
    }

    .pt-sm-95 {
        padding-top: 95px;
    }

    .pt-sm-100 {
        padding-top: 100px;
    }

    .pt-sm-105 {
        padding-top: 105px;
    }

    .pt-sm-110 {
        padding-top: 110px;
    }

    .pt-sm-115 {
        padding-top: 115px;
    }

    .pt-sm-120 {
        padding-top: 120px;
    }

    .pt-sm-125 {
        padding-top: 125px;
    }

    .pt-sm-130 {
        padding-top: 130px;
    }

    .pt-sm-135 {
        padding-top: 135px;
    }

    .pt-sm-140 {
        padding-top: 140px;
    }

    .pt-sm-145 {
        padding-top: 145px;
    }

    .pt-sm-150 {
        padding-top: 150px;
    }

    .pt-sm-155 {
        padding-top: 155px;
    }

    .pt-sm-160 {
        padding-top: 160px;
    }

    .pt-sm-165 {
        padding-top: 165px;
    }

    .pt-sm-170 {
        padding-top: 170px;
    }

    .pt-sm-175 {
        padding-top: 175px;
    }

    .pt-sm-180 {
        padding-top: 180px;
    }

    .pt-sm-185 {
        padding-top: 185px;
    }

    .pt-sm-190 {
        padding-top: 190px;
    }

    .pt-sm-195 {
        padding-top: 195px;
    }

    .pt-sm-200 {
        padding-top: 200px;
    }

    .pb-sm-5 {
        padding-bottom: 5px;
    }

    .pb-sm-10 {
        padding-bottom: 10px;
    }

    .pb-sm-15 {
        padding-bottom: 15px;
    }

    .pb-sm-20 {
        padding-bottom: 20px;
    }

    .pb-sm-25 {
        padding-bottom: 25px;
    }

    .pb-sm-30 {
        padding-bottom: 30px;
    }

    .pb-sm-35 {
        padding-bottom: 35px;
    }

    .pb-sm-40 {
        padding-bottom: 40px;
    }

    .pb-sm-45 {
        padding-bottom: 45px;
    }

    .pb-sm-50 {
        padding-bottom: 50px;
    }

    .pb-sm-55 {
        padding-bottom: 55px;
    }

    .pb-sm-60 {
        padding-bottom: 60px;
    }

    .pb-sm-65 {
        padding-bottom: 65px;
    }

    .pb-sm-70 {
        padding-bottom: 70px;
    }

    .pb-sm-75 {
        padding-bottom: 75px;
    }

    .pb-sm-80 {
        padding-bottom: 80px;
    }

    .pb-sm-85 {
        padding-bottom: 85px;
    }

    .pb-sm-90 {
        padding-bottom: 90px;
    }

    .pb-sm-95 {
        padding-bottom: 95px;
    }

    .pb-sm-100 {
        padding-bottom: 100px;
    }

    .pb-sm-105 {
        padding-bottom: 105px;
    }

    .pb-sm-110 {
        padding-bottom: 110px;
    }

    .pb-sm-115 {
        padding-bottom: 115px;
    }

    .pb-sm-120 {
        padding-bottom: 120px;
    }

    .pb-sm-125 {
        padding-bottom: 125px;
    }

    .pb-sm-130 {
        padding-bottom: 130px;
    }

    .pb-sm-135 {
        padding-bottom: 135px;
    }

    .pb-sm-140 {
        padding-bottom: 140px;
    }

    .pb-sm-145 {
        padding-bottom: 145px;
    }

    .pb-sm-150 {
        padding-bottom: 150px;
    }

    .pb-sm-155 {
        padding-bottom: 155px;
    }

    .pb-sm-160 {
        padding-bottom: 160px;
    }

    .pb-sm-165 {
        padding-bottom: 165px;
    }

    .pb-sm-170 {
        padding-bottom: 170px;
    }

    .pb-sm-175 {
        padding-bottom: 175px;
    }

    .pb-sm-180 {
        padding-bottom: 180px;
    }

    .pb-sm-185 {
        padding-bottom: 185px;
    }

    .pb-sm-190 {
        padding-bottom: 190px;
    }

    .pb-sm-195 {
        padding-bottom: 195px;
    }

    .pb-sm-200 {
        padding-bottom: 200px;
    }

    .pb-sm-205 {
        padding-bottom: 205px;
    }

    .pb-sm-210 {
        padding-bottom: 210px;
    }

    .pb-sm-215 {
        padding-bottom: 215px;
    }

    .pb-sm-220 {
        padding-bottom: 220px;
    }

    .pb-sm-225 {
        padding-bottom: 225px;
    }

    .pb-sm-230 {
        padding-bottom: 230px;
    }

    .pb-sm-235 {
        padding-bottom: 235px;
    }

    .pb-sm-240 {
        padding-bottom: 240px;
    }

    .pb-sm-245 {
        padding-bottom: 245px;
    }

    .pb-sm-250 {
        padding-bottom: 250px;
    }

    .pb-sm-255 {
        padding-bottom: 255px;
    }

    .pb-sm-260 {
        padding-bottom: 260px;
    }

    .pb-sm-265 {
        padding-bottom: 265px;
    }

    .pb-sm-270 {
        padding-bottom: 270px;
    }

    .pb-sm-275 {
        padding-bottom: 275px;
    }

    .pb-sm-280 {
        padding-bottom: 280px;
    }

    .pb-sm-285 {
        padding-bottom: 285px;
    }

    .pb-sm-290 {
        padding-bottom: 290px;
    }

    .pb-sm-295 {
        padding-bottom: 295px;
    }

    .pb-sm-300 {
        padding-bottom: 300px;
    }

    .ptb-sm-5 {
        padding: 5px 0;
    }

    .ptb-sm-10 {
        padding: 10px 0;
    }

    .ptb-sm-15 {
        padding: 15px 0;
    }

    .ptb-sm-20 {
        padding: 20px 0;
    }

    .ptb-sm-25 {
        padding: 25px 0;
    }

    .ptb-sm-30 {
        padding: 30px 0;
    }

    .ptb-sm-35 {
        padding: 35px 0;
    }

    .ptb-sm-40 {
        padding: 40px 0;
    }

    .ptb-sm-45 {
        padding: 45px 0;
    }

    .ptb-sm-50 {
        padding: 50px 0;
    }

    .ptb-sm-55 {
        padding: 55px 0;
    }

    .ptb-sm-60 {
        padding: 60px 0;
    }

    .ptb-sm-65 {
        padding: 65px 0;
    }

    .ptb-sm-70 {
        padding: 70px 0;
    }

    .ptb-sm-75 {
        padding: 75px 0;
    }

    .ptb-sm-80 {
        padding: 80px 0;
    }

    .ptb-sm-85 {
        padding: 85px 0;
    }

    .ptb-sm-90 {
        padding: 90px 0;
    }

    .ptb-sm-95 {
        padding: 95px 0;
    }

    .ptb-sm-100 {
        padding: 100px 0;
    }

    .ptb-sm-105 {
        padding: 105px 0;
    }

    .ptb-sm-110 {
        padding: 110px 0;
    }

    .ptb-sm-115 {
        padding: 115px 0;
    }

    .ptb-sm-120 {
        padding: 120px 0;
    }

    .ptb-sm-125 {
        padding: 125px 0;
    }

    .ptb-sm-130 {
        padding: 130px 0;
    }

    .ptb-sm-135 {
        padding: 135px 0;
    }

    .ptb-sm-140 {
        padding: 140px 0;
    }

    .ptb-sm-145 {
        padding: 145px 0;
    }

    .ptb-sm-150 {
        padding: 150px 0;
    }
}

/*======== Padding End ========*/
/*======== Margin Start ========*/
.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-45 {
    margin-top: 45px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-55 {
    margin-top: 55px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-65 {
    margin-top: 65px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-75 {
    margin-top: 75px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-85 {
    margin-top: 85px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-95 {
    margin-top: 95px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-105 {
    margin-top: 105px;
}

.mt-110 {
    margin-top: 110px;
}

.mt-115 {
    margin-top: 115px;
}

.mt-120 {
    margin-top: 120px;
}

.mt-125 {
    margin-top: 125px;
}

.mt-130 {
    margin-top: 130px;
}

.mt-135 {
    margin-top: 135px;
}

.mt-140 {
    margin-top: 140px;
}

.mt-145 {
    margin-top: 145px;
}

.mt-150 {
    margin-top: 150px;
}

.mt-155 {
    margin-top: 155px;
}

.mt-160 {
    margin-top: 160px;
}

.mt-165 {
    margin-top: 165px;
}

.mt-170 {
    margin-top: 170px;
}

.mt-175 {
    margin-top: 175px;
}

.mt-180 {
    margin-top: 180px;
}

.mt-185 {
    margin-top: 185px;
}

.mt-190 {
    margin-top: 190px;
}

.mt-195 {
    margin-top: 195px;
}

.mt-200 {
    margin-top: 200px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-55 {
    margin-bottom: 55px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-65 {
    margin-bottom: 65px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-75 {
    margin-bottom: 75px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-85 {
    margin-bottom: 85px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-95 {
    margin-bottom: 95px;
}

.mb-100 {
    margin-bottom: 100px;
}

.ml-5 {
    margin-left: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-25 {
    margin-left: 25px;
}

.ml-30 {
    margin-left: 30px;
}

.ml-35 {
    margin-left: 35px;
}

.ml-40 {
    margin-left: 40px;
}

.ml-45 {
    margin-left: 45px;
}

.ml-50 {
    margin-left: 50px;
}

.ml-55 {
    margin-left: 55px;
}

.ml-60 {
    margin-left: 60px;
}

.ml-65 {
    margin-left: 65px;
}

.ml-70 {
    margin-left: 70px;
}

.ml-75 {
    margin-left: 75px;
}

.ml-80 {
    margin-left: 80px;
}

.ml-85 {
    margin-left: 85px;
}

.ml-90 {
    margin-left: 90px;
}

.ml-95 {
    margin-left: 95px;
}

.ml-100 {
    margin-left: 100px;
}

.ml-105 {
    margin-left: 105px;
}

.ml-110 {
    margin-left: 110px;
}

.ml-115 {
    margin-left: 115px;
}

.ml-120 {
    margin-left: 120px;
}

.ml-125 {
    margin-left: 125px;
}

.ml-130 {
    margin-left: 130px;
}

.ml-135 {
    margin-left: 135px;
}

.ml-140 {
    margin-left: 140px;
}

.ml-145 {
    margin-left: 145px;
}

.ml-150 {
    margin-left: 150px;
}

.ml-155 {
    margin-left: 155px;
}

.ml-160 {
    margin-left: 160px;
}

.ml-165 {
    margin-left: 165px;
}

.ml-170 {
    margin-left: 170px;
}

.ml-175 {
    margin-left: 175px;
}

.ml-180 {
    margin-left: 180px;
}

.ml-185 {
    margin-left: 185px;
}

.ml-190 {
    margin-left: 190px;
}

.ml-195 {
    margin-left: 195px;
}

.ml-200 {
    margin-left: 200px;
}

.ml-205 {
    margin-left: 205px;
}

.ml-210 {
    margin-left: 210px;
}

.ml-215 {
    margin-left: 215px;
}

.ml-220 {
    margin-left: 220px;
}

.ml-225 {
    margin-left: 225px;
}

.ml-230 {
    margin-left: 230px;
}

.ml-235 {
    margin-left: 235px;
}

.ml-240 {
    margin-left: 240px;
}

.ml-245 {
    margin-left: 245px;
}

.ml-250 {
    margin-left: 250px;
}

.ml-255 {
    margin-left: 255px;
}

.ml-260 {
    margin-left: 260px;
}

.ml-265 {
    margin-left: 265px;
}

.ml-270 {
    margin-left: 270px;
}

.ml-275 {
    margin-left: 275px;
}

.ml-280 {
    margin-left: 280px;
}

.ml-285 {
    margin-left: 285px;
}

.ml-290 {
    margin-left: 290px;
}

.ml-295 {
    margin-left: 295px;
}

.ml-300 {
    margin-left: 300px;
}

.ml-305 {
    margin-left: 305px;
}

.ml-310 {
    margin-left: 310px;
}

.ml-315 {
    margin-left: 315px;
}

.ml-320 {
    margin-left: 320px;
}

.ml-325 {
    margin-left: 325px;
}

.ml-330 {
    margin-left: 330px;
}

.ml-335 {
    margin-left: 335px;
}

.ml-340 {
    margin-left: 340px;
}

.ml-345 {
    margin-left: 345px;
}

.ml-350 {
    margin-left: 350px;
}

.ml-355 {
    margin-left: 355px;
}

.ml-360 {
    margin-left: 360px;
}

.ml-365 {
    margin-left: 365px;
}

.ml-370 {
    margin-left: 370px;
}

.ml-375 {
    margin-left: 375px;
}

.ml-380 {
    margin-left: 380px;
}

.ml-385 {
    margin-left: 385px;
}

.ml-390 {
    margin-left: 390px;
}

.ml-395 {
    margin-left: 395px;
}

.ml-400 {
    margin-left: 400px;
}

.ml-405 {
    margin-left: 405px;
}

.ml-410 {
    margin-left: 410px;
}

.ml-415 {
    margin-left: 415px;
}

.ml-420 {
    margin-left: 420px;
}

.ml-425 {
    margin-left: 425px;
}

.ml-430 {
    margin-left: 430px;
}

.ml-435 {
    margin-left: 435px;
}

.ml-440 {
    margin-left: 440px;
}

.ml-445 {
    margin-left: 445px;
}

.ml-450 {
    margin-left: 450px;
}

.mr-5 {
    margin-right: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-20 {
    margin-right: 20px;
}

.mr-25 {
    margin-right: 25px;
}

.mr-30 {
    margin-right: 30px;
}

.mr-35 {
    margin-right: 35px;
}

.mr-40 {
    margin-right: 40px;
}

.mr-45 {
    margin-right: 45px;
}

.mr-50 {
    margin-right: 50px;
}

.mr-55 {
    margin-right: 55px;
}

.mr-60 {
    margin-right: 60px;
}

.mr-65 {
    margin-right: 65px;
}

.mr-70 {
    margin-right: 70px;
}

.mr-75 {
    margin-right: 75px;
}

.mr-80 {
    margin-right: 80px;
}

.mr-85 {
    margin-right: 85px;
}

.mr-90 {
    margin-right: 90px;
}

.mr-95 {
    margin-right: 95px;
}

.mr-100 {
    margin-right: 100px;
}

.mr-105 {
    margin-right: 105px;
}

.mr-110 {
    margin-right: 110px;
}

.mr-115 {
    margin-right: 115px;
}

.mr-120 {
    margin-right: 120px;
}

.mr-125 {
    margin-right: 125px;
}

.mr-130 {
    margin-right: 130px;
}

.mr-135 {
    margin-right: 135px;
}

.mr-140 {
    margin-right: 140px;
}

.mr-145 {
    margin-right: 145px;
}

.mr-150 {
    margin-right: 150px;
}

.mr-155 {
    margin-right: 155px;
}

.mr-160 {
    margin-right: 160px;
}

.mr-165 {
    margin-right: 165px;
}

.mr-170 {
    margin-right: 170px;
}

.mr-175 {
    margin-right: 175px;
}

.mr-180 {
    margin-right: 180px;
}

.mr-185 {
    margin-right: 185px;
}

.mr-190 {
    margin-right: 190px;
}

.mr-195 {
    margin-right: 195px;
}

.mr-200 {
    margin-right: 200px;
}

.mr-205 {
    margin-right: 205px;
}

.mr-210 {
    margin-right: 210px;
}

.mr-215 {
    margin-right: 215px;
}

.mr-220 {
    margin-right: 220px;
}

.mr-225 {
    margin-right: 225px;
}

.mr-230 {
    margin-right: 230px;
}

.mr-235 {
    margin-right: 235px;
}

.mr-240 {
    margin-right: 240px;
}

.mr-245 {
    margin-right: 245px;
}

.mr-250 {
    margin-right: 250px;
}

/*======== Margin End ========*/
/*======== Font Weight Start ========*/
.font-weight-100 {
    font-weight: 100;
}

.font-weight-200 {
    font-weight: 200;
}

.font-weight-300 {
    font-weight: 300;
}

.font-weight-400 {
    font-weight: 400;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-700 {
    font-weight: 700;
}

.font-weight-800 {
    font-weight: 800;
}

.font-weight-900 {
    font-weight: 900;
}

/*======== Font Weight End ========*/
/*======== Common SCSS Start ========*/
body {
    font-family: "Montserrat", sans-serif;
}

body .h1,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body .section-title h3,
body .heading {
    font-family: "Poppins", sans-serif;
    letter-spacing: 0.4px;
    text-transform: capitalize;
}

body .section-title h2 {
    font-size: 2.375rem;
    line-height: 1.3;
    text-transform: capitalize;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    body .section-title h2 {
        font-size: 2.25rem;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    body .section-title h2 {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 767px) {
    body .section-title h2 {
        font-size: 1.75rem;
    }
}

@media only screen and (max-width: 320px) {
    body .section-title h2 {
        font-size: 1.7rem;
    }
}

body p,
body button,
body a.btn,
body .btn,
body input,
body textarea,
body select,
body .field-wrapper {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0.8px;
}

body.placeholder {
    font-family: "Montserrat", sans-serif;
}

body:-moz-placeholder {
    font-family: "Montserrat", sans-serif;
}

body::-moz-placeholder {
    font-family: "Montserrat", sans-serif;
}

body::-webkit-input-placeholder {
    font-family: "Montserrat", sans-serif;
}

/*======== Common SCSS End ========*/
/*======== Header Slide Down Start ========*/
@keyframes headerSlideDown {
    0% {
        margin-top: -100px;
    }

    to {
        margin-top: 0;
    }
}

/*======== Header Slide Down End ========*/
/*======== Show Animation Start ========*/
@keyframes show-animation {
    0% {
        transform: translateY(60px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/*======== Show Animation End ========*/
/*======== Button Link Animation Out Start ========*/
@keyframes sl-link-arrow-effect-animation-out {
    0% {
        transform-origin: right center;
        transform: scaleX(0.2);
    }

    70% {
        transform-origin: right center;
    }

    71% {
        transform-origin: left center;
        transform: scaleX(1);
    }

    100% {
        transform-origin: left center;
        transform: scaleX(0.2);
    }
}

/*======== Button Link Animation Out End ========*/
/*======== Button Link Animation In Start ========*/
@keyframes sl-link-arrow-effect-animation-in {
    0% {
        transform-origin: left center;
        transform: scaleX(0.2);
    }

    70% {
        transform-origin: left center;
        transform: scaleX(1);
    }

    71% {
        transform-origin: right center;
    }

    100% {
        transform-origin: right center;
        transform: scaleX(0.2);
    }
}

/*======== Button Link Animation In End ========*/
/*======== Rotate Box Animation Start ========*/
@keyframes spin {
    to {
        transform: rotate(1turn);
    }
}

/*======== Rotate Box Animation End ========*/
/*======== Fade Animation Start ========*/
@keyframes animationFade {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

/*======== Fade Animation End ========*/
/*======== Text Zoom in Start ========*/
.text-zoom-in {
    text-transform: uppercase;
}

.text-zoom-in .text-zoom-word {
    display: inline-block;
    line-height: 1em;
}

/*======== Text Zoom in End ========*/
/*======== Elements Styles =========*/
/*======== Digital Agency Title Start =========*/
.template-color-10 .section-tittle {
    font-size: 54px;
    line-height: 55px;
    letter-spacing: 1.8px;
}

@media only screen and (max-width: 767px) {
    .template-color-10 .section-tittle {
        font-size: 34px;
        line-height: 34px;
    }
}

@media only screen and (max-width: 767px) {
    .template-color-10 .section-tittle .wow {
        display: inline-block;
    }
}

.design-text-section h2 {
    font-size: 46px;
    margin-bottom: 0px;
}

@media (max-width: 991px) {
    .design-text-section h2 {
        font-size: 24px;
    }
}

p.text-anim {
    line-height: 1.2 !important;
}

/*======== Digital Agency Title End =========*/
/*======== Spacing Section Start =========*/
.spacing-section {
    background-color: #040404;
}

/*======== Spacing Section End =========*/
/*======== Sub Title Style 1 Start =========*/
.subtitle-style-1 {
    font-size: 16px;
    color: #000000;
    line-height: 1.3;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 17px;
}

@media only screen and (max-width: 767px) {
    .subtitle-style-1 {
        margin-bottom: 10px;
    }
}

/*======== Sub Title Style 1 End =========*/
/*======== Title Style 1 Start =========*/
.title-style-1 {
    font-size: 50px;
    line-height: 70px;
    font-weight: 600;
    color: #000000;
    padding-bottom: 0;
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .title-style-1 {
        font-size: 30px;
        padding-bottom: 15px;
        line-height: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .title-style-1 {
        font-size: 35px;
        padding-bottom: 15px;
        line-height: 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .title-style-1 {
        font-size: 40px;
        line-height: 60px;
    }
}

.main-title-1 {
    font-size: 68px;
    line-height: 70px;
    font-weight: 600;
    color: #000000;
    padding-bottom: 24px;
}

@media only screen and (max-width: 767px) {
    .main-title-1 {
        font-size: 40px;
        padding-bottom: 15px;
        line-height: 42px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-title-1 {
        font-size: 45px;
        padding-bottom: 15px;
        line-height: 48px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-title-1 {
        font-size: 60px;
        line-height: 64px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .main-title-1 {
        font-size: 68px;
        line-height: 72px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1919px) {
    .main-title-1 {
        font-size: 68px;
        line-height: 72px;
    }
}

/*======== Title Style 1 End =========*/
/*======== Paragraph Style 1 Start =========*/
.paragraph-style-1 {
    font-size: 18px;
    padding-bottom: 48px;
    line-height: 1.4;
    font-weight: 400;
}

@media only screen and (max-width: 767px) {
    .paragraph-style-1 {
        padding-bottom: 40px;
    }

    .paragraph-style-1 br {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .paragraph-style-1 {
        padding-bottom: 40px;
    }
}

/*======== Paragraph Style 1 End =========*/
/*======== Dark Template Section Title Start =========*/
.dark-template .subtitle-style-1 {
    color: #ffffff;
    border: 1px solid #ffffff;
}

.dark-template .title-style-1 {
    color: #ffffff;
}

.dark-template .main-title-1 {
    color: #ffffff;
}

.dark-template .paragraph-style-1 {
    color: #cdcdcd;
}

.sec-title {
    font-weight: 700;
    font-size: 50px;
    line-height: 1.2;
    color: #121212;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sec-title {
        font-size: 44px;
        line-height: 46px;
    }
}

@media only screen and (max-width: 767px) {
    .sec-title {
        font-size: 32px;
        line-height: 38px;
    }
}

/*======== Dark Template Section Title End =========*/
/*======== Buttons Style Start =========*/
.btn {
    -webkit-transition: all 0.3s ease;
    text-transform: capitalize;
}

.btn:focus,
.btn:hover {
    box-shadow: none;
    outline: none;
}

.btn .btn-small {
    font-size: 14px;
    padding: 1em 2.8em;
}

/*======== Buttons Style End =========*/
/*======== Digital Agency Button Start =========*/
.btn-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 250px;
    width: 250px;
    border-radius: 100%;
    margin-left: auto;
    margin-right: 15%;
    top: -300px;
    z-index: 100;
    animation-name: fadeInDown;
    animation-fill-mode: both;
    animation-duration: 2.5s;
    animation-delay: 2.5s;
}

@media (max-width: 991px) {
    .btn-wrapper {
        top: 160px;
        margin: auto;
        width: 200px;
        height: 200px;
    }
}

@media only screen and (max-width: 767px) {
    .btn-wrapper {
        top: 150px;
        margin: auto;
        width: 150px;
        height: 150px;
    }
}

@media only screen and (max-width: 767px) {
    .btn-wrapper .layer img.vert-move {
        width: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .btn-wrapper .layer img.vert-move {
        width: 125px;
    }
}

.wc-btn-pink {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    height: 170px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    text-transform: capitalize;
    color: #ffffff !important;
    border: 1px solid #c2c2c2;
    border-radius: 100%;
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .wc-btn-pink {
        width: 150px;
        height: 150px;
        font-size: 16px;
        position: relative !important;
    }
}

@media only screen and (max-width: 767px) {
    .wc-btn-pink {
        width: 130px;
        height: 130px;
        font-size: 14px;
        position: relative !important;
    }
}

.wc-btn-pink span {
    background-color: #f9a185;
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: 100%;
    transition: all 0.7s;
    color: #ffffff;
    transform: translate(-50%, -50%);
}

.wc-btn-pink:hover {
    color: #000000;
    border: 1px solid #f9a185;
}

.wc-btn-pink:hover span {
    width: 350px;
    height: 350px;
}

.light-mode .wc-btn-pink {
    color: #000000 !important;
}

.template-color-9 .wc-btn-pink span {
    background-color: #00F0FF;
}

/*======== Digital Agency Button End =========*/
/*======== Digital Marketing Button Start =========*/
.template-color-4 .banner-right-box .btn-wrapper {
    top: -200px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .template-color-4 .banner-right-box .btn-wrapper {
        top: 50px;
        left: 35%;
    }
}

@media only screen and (max-width: 767px) {
    .template-color-4 .banner-right-box .btn-wrapper {
        top: 0;
        width: 100%;
    }
}

.template-color-4 .btn-circle:after {
    content: "";
    background: #c9f31d;
}

.template-color-4 .btn-circle:hover span {
    color: #000000;
}

/*======== Digital Marketing Button End =========*/
/*======== Button Style 1 Start =========*/
.btn-style-1 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #20b99c;
    padding: 10px 20px;
    margin-right: 13px;
    border-radius: 4px;
    border: none;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.btn-style-1:visited {
    color: #ffffff;
}

.btn-style-1:hover {
    transform: translateY(-3px);
    color: #ffffff;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
}

.btn-style-1:before {
    background: #ffffff;
    content: "";
    height: 155px;
    opacity: 0;
    position: absolute;
    top: -50px;
    left: -50%;
    transform: rotate(35deg);
    width: 50px;
    transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
}

.btn-style-1:after {
    background: #ffffff;
    content: "";
    height: 20rem;
    opacity: 0;
    position: absolute;
    top: -50px;
    left: -100%;
    transform: rotate(35deg);
    transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 8rem;
}

.btn-style-1:hover:before {
    left: 120%;
    opacity: 0.5;
}

.btn-style-1:hover:after {
    left: 200%;
    opacity: 0.6;
}

/*======== Button Style 1 End =========*/
/*======== Button Style 2 Start =========*/
.btn-circle {
    width: 160px;
    height: 160px;
    position: relative;
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    .btn-circle {
        margin: auto;
    }
}

.btn-circle:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #FF9456;
    transform: scale(0);
    transition: all 0.4s;
}

.btn-circle:hover:after {
    transform: scale(1);
}

.btn-circle span {
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 2;
    position: relative;
    z-index: 2;
    color: #000000;
    display: inline-block;
}

.btn-circle .circle-star {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.dark-template .btn-circle span {
    color: #ffffff;
}

/*======== Button Style 2 End =========*/
/*======== View Button Start =========*/
a.view-btn {
    color: #000000;
    position: relative;
    letter-spacing: 1px;
}

a.view-btn:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000000;
    transition: all 0.5s;
}

a.view-btn:hover {
    color: #20b99c;
}

a.view-btn:hover:after {
    left: 0;
    width: 1%;
}

.dark-template a.view-btn {
    color: #ffffff;
}

.dark-template a.view-btn:after {
    background-color: #ffffff;
}

/*======== View Button End =========*/
/*======== Rounded Button Start =========*/
.btn-style-2 {
    background-color: #040404;
    color: #ffffff;
    padding: 9px 34px;
    border-radius: 50px;
    background-image: none;
    letter-spacing: 2px;
    border: 1px solid #999999;
}

.btn-style-2:hover {
    letter-spacing: 3.5px;
    background-color: #040404;
    color: #ffffff;
    border: 1px solid #999999;
}

@media only screen and (max-width: 767px) {
    .btn-style-2 {
        padding: 8px 12px;
    }
}

.product .btn-style-2:hover {
    letter-spacing: 3.5px;
}

.welcome-area .btn-style-2 {
    background-color: #040404;
}

.welcome-area .btn-style-2:hover {
    letter-spacing: 3.5px;
}

.btn-circle::after {
    background-color: #00F0FF;
}

.btn-circle span {
    color: #ffffff;
}

.light-mode .btn-circle span {
    color: #000000;
}

/*======== Rounded Button End =========*/
/*======== Button Style 3 Start =========*/
.btn-style-3 {
    background: #000000;
    padding: 10px 30px;
    display: inline-block;
    color: #ffffff;
    border-radius: 50px;
    font-size: 16px;
    text-transform: uppercase;
    box-shadow: inset 0 0 0 50px transparent;
    transition: 0.5s ease-in-out;
    font-weight: 500;
}

.btn-style-3:hover {
    box-shadow: inset 0 0 0 0 #ffffff;
    color: #ffffff;
}

.btn-style-3:visited {
    color: #ffffff;
}

/*======== Button Style 3 End =========*/
/*======== Dark Template 404 Button Start =========*/
.dark-template .btn-style-3 {
    background: #ffffff;
    color: #000000;
}

.dark-template .btn-style-3:hover {
    box-shadow: inset 0 0 0 0 #000000;
}

/*======== Dark Template 404 Button End =========*/
/*======== Freelancing Button Color Start =========*/
.template-color-7 .btn-circle::after {
    background-color: #FF9456;
}

/*======== Freelancing Button Color End =========*/
/*======== Home Page Button Color Start =========*/
.template-color-2 .btn-circle::after {
    background-color: #34acfe;
}

/*======== Home Page Button Color End =========*/
/*======== Digital Agency Box Start =========*/
.template-color-10 .card {
    margin-top: 85px;
}

@media only screen and (max-width: 767px) {
    .template-color-10 .card {
        margin-top: 50px;
    }
}

.template-color-10 .card .card-media img {
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.3s;
}

.template-color-10 .card .card-media::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(22, 22, 22, 0.3);
    transition: all 0.3s;
    z-index: 1;
}

.template-color-10 .card:hover .card-media img {
    transform: scale(1.05);
}

.template-color-10 .card:hover .card-media::before {
    background-color: #121212;
    z-index: 10000000;
}

.template-color-10 .card:hover .card-content {
    opacity: 1;
}

.template-color-10 .card:hover .card-border span.top {
    transform: scaleX(1);
}

.template-color-10 .card:hover .card-border span.right {
    transform: scaleY(1);
    transition-delay: 0.3s;
}

.template-color-10 .card:hover .card-border span.bottom {
    transform: scaleX(1);
    transition-delay: 0.6s;
}

.template-color-10 .card:hover .card-border span.left {
    transform: scaleY(1);
    transition-delay: 0.9s;
}

.template-color-10 .card .card-content {
    flex-direction: column;
    opacity: 0;
    transition: all 0.3s;
}

.template-color-10 .card .card-content .card-header-2 .card-date {
    color: rgba(255, 255, 255, 0.6);
}

.template-color-10 .card .card-content .card-header-2 h3 {
    line-height: 43px;
}

.template-color-10 .card .card-content .card-header-2 h3 a {
    color: #ffffff;
    transition: all 0.3s;
}

.template-color-10 .card .card-content .card-header-2 h3 a:hover {
    color: #f9a185;
}

.template-color-10 .card .card-content .card-desc p {
    color: #999999;
}

.template-color-10 .card .card-content .card-footer .read-more-link {
    color: #ffffff;
    transition: all 0.3s;
}

.template-color-10 .card .card-content .card-footer .read-more-link:hover {
    color: #f9a185;
}

.template-color-10 .card .read-more-link svg {
    height: 10px;
    margin-left: 10px;
    transition: transform 0.3s;
}

.template-color-10 .card .read-more-link:hover svg {
    transform: translateX(5px);
}

.template-color-10 .card .card-border span {
    display: inline-block;
    position: absolute;
    background-color: #ffffff;
    transition: all 0.3s linear;
    z-index: 2;
}

.template-color-10 .card .card-border span.top {
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: left;
}

.template-color-10 .card .card-border span.right {
    width: 1px;
    height: 100%;
    top: 0;
    right: 0;
    transform: scaleY(0);
    transform-origin: top;
}

.template-color-10 .card .card-border span.bottom {
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
}

.template-color-10 .card .card-border span.left {
    width: 1px;
    height: 100%;
    top: 0;
    left: 0;
    transform: scaleY(0);
    transform-origin: bottom;
}

/*======== Digital Agency Box End =========*/
/*======== Icon Box Style 1 Start =========*/
.icon-box-style-1 {
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    transition: all 400ms ease-in-out;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    padding: 30px;
    border: 1px solid #f9f9f9;
    border-top-left-radius: 70px;
    height: 100%;
    border-bottom-right-radius: 70px;
    position: relative;
}

.icon-box-style-1:before {
    content: "";
    width: 2px;
    height: 60px;
    background: #20b99c;
    right: 0;
    top: 0;
    position: absolute;
    display: inline-block;
}

.icon-box-style-1:after {
    content: "";
    width: 60px;
    height: 2px;
    background: #20b99c;
    right: 0;
    top: 0;
    position: absolute;
    display: inline-block;
}

.icon-box-style-1 .icon {
    margin-bottom: 10px;
    position: relative;
}

.icon-box-style-1 .icon i {
    font-size: 50px;
    color: #999999;
    transition: all 0.4s ease-in-out;
}

.icon-box-style-1:before .text h4 {
    line-height: 40px;
    letter-spacing: 1px;
}

.icon-box-style-1:before a.btn-style-1 {
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
}

/*======== Icon Box Style 1 End =========*/
/*======== Dark Template Icon Box Style 1 Start =========*/
.dark-template .icon-box-style-1 {
    border: 1px solid #1a1a1a;
}

/*======== Dark Template Icon Box Style 1 End =========*/
/*======== Social Icons Start =========*/
.social-icon {
    padding: 0;
    margin: 0 -15px;
    /*======== Tooltip Layout Start =========*/
    /*======== Tooltip Layout End =========*/
}

.social-icon li {
    display: inline-block;
}

.social-icon li a {
    padding: 5px 15px;
    color: #ffffff;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.social-icon.liquid-animate li {
    margin: 5px;
}

.social-icon.liquid-animate li a {
    display: block;
    text-align: center;
    height: 55px;
    width: 55px;
    background: transparent;
    color: #ffffff;
    border: 2px solid;
    border-radius: 50%;
    line-height: 52px;
    position: relative;
    border-color: rgba(255, 255, 255, 0.21);
    padding: 0;
    transition: all 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    overflow: hidden;
}

.social-icon.liquid-animate li a::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ff0000;
    transition: 0.5s;
    z-index: 2;
}

.social-icon.liquid-animate li a:hover {
    border-color: #ffffff;
    background-color: #ffffff;
    color: #ffffff;
}

.social-icon.liquid-animate li a:hover::before {
    top: 0;
}

.social-icon.liquid-animate li a i {
    position: relative;
    transition: 0.5s;
    z-index: 3;
}

.social-icon.liquid-animate li.facebook a::before {
    background: #3b5998;
}

.social-icon.liquid-animate li.instagram a::before {
    background: #e4405f;
}

.social-icon.liquid-animate li.twitter a::before {
    background: #55acee;
}

.social-icon.liquid-animate li.dribbble a::before {
    background: #ea4c89;
}

.social-icon.liquid-animate li.pinterest a::before {
    background: #bd081c;
}

.social-icon.liquid-animate.theme-color li a:before {
    background: #0069FF;
}

.social-icon.text-dark li a {
    color: #222222;
}

.social-icon.text-dark.tooltip-layout li a {
    color: #222222;
}

.social-icon.text-dark.tooltip-layout li a:hover {
    color: #0069FF;
}

.social-icon.icon-size-large li a {
    font-size: 30px;
}

.social-icon.icon-size-medium li a {
    font-size: 20px;
}

.social-icon.icon-size-small li .link {
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 18px;
}

.social-icon.tooltip-layout.text-dark li a {
    color: #555;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.social-icon.tooltip-layout.text-dark li a:hover {
    color: #222222;
}

.social-icon.tooltip-layout li a {
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    color: #ffffff;
}

.social-icon.tooltip-layout li a[class*=tooltip-] {
    position: relative;
    display: inline-block;
    line-height: 2;
}

.social-icon.tooltip-layout li a.tooltip-bounce:after,
.social-icon.tooltip-layout li a.tooltip-bounce:before {
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}

.social-icon.tooltip-layout li a[class*=tooltip-]:after,
.social-icon.tooltip-layout li a[class*=tooltip-]:before {
    position: absolute;
    transform: translateZ(0);
    visibility: hidden;
    opacity: 0;
    z-index: 1000000;
    pointer-events: none;
    transition: 0.3s ease;
    transition-delay: 0ms;
}

.social-icon.tooltip-layout li a.tooltip-top:after,
.social-icon.tooltip-layout li a.tooltip-top:before {
    bottom: 100%;
    left: 50%;
}

.social-icon.tooltip-layout li a.tooltip-top:after {
    transform: translateX(-50%);
}

.social-icon.tooltip-layout li a.tooltip-top:before {
    left: calc(50% - 7px);
    margin-bottom: -13px;
}

.social-icon.tooltip-layout li a.tooltip-bottom:after,
.social-icon.tooltip-layout li a.tooltip-bottom:before {
    top: 100%;
    left: 50%;
}

.social-icon.tooltip-layout li a.tooltip-bottom:after {
    transform: translateX(-50%);
}

.social-icon.tooltip-layout li a[class*=tooltip-]:before {
    content: "";
    position: absolute;
    background: transparent;
    border: 7px solid transparent;
    z-index: 1000001;
}

.social-icon.tooltip-layout li a[class*=tooltip-][aria-label]:after {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    line-height: 1.23;
    content: attr(aria-label);
}

.social-icon.tooltip-layout li a[class*=tooltip-]:after {
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
    padding: 8px 10px;
    font-size: 14px;
    white-space: nowrap;
    border-radius: 5px;
}

.social-icon.tooltip-layout li a.tooltip-white[aria-label]::before {
    border-top-color: #ffffff;
}

.social-icon.tooltip-layout li a.tooltip-theme[aria-label]::after {
    background: #0069FF;
    color: #ffffff;
    text-shadow: none;
}

.social-icon.tooltip-layout li a.tooltip-theme[aria-label]::before {
    border-top-color: #0069FF;
}

.social-icon.tooltip-layout li a.tooltip-dark[aria-label]::after {
    background: #222222;
    color: #ffffff;
    text-shadow: none;
}

.social-icon.tooltip-layout li a.tooltip-dark[aria-label]::before {
    border-top-color: #222222;
}

.social-icon.tooltip-layout li a.tooltip-white[aria-label]::after {
    background: #ffffff;
    color: #000000;
    text-shadow: none;
}

.social-icon.tooltip-layout li a:hover {
    color: rgba(255, 255, 255, 0.5);
}

.social-icon.tooltip-layout li a:hover.tooltip-top[class*=tooltip-]:after,
.social-icon.tooltip-layout li a:hover.tooltip-top[class*=tooltip-]:before {
    visibility: visible;
    opacity: 1;
    transition-delay: 0.1s;
}

.social-icon.tooltip-layout li a:hover.tooltip-top::before {
    transform: translateY(-8px);
}

.social-icon.tooltip-layout li a:hover.tooltip-top::after {
    transform: translateX(-50%) translateY(-8px);
}

.social-icon.tooltip-layout li a:hover.tooltip-bottom[class*=tooltip-]:after,
.social-icon.tooltip-layout li a:hover.tooltip-bottom[class*=tooltip-]:before {
    visibility: visible;
    opacity: 1;
    transition-delay: 0.1s;
}

.social-icon.tooltip-layout li a:hover.tooltip-bottom::before {
    transform: translateY(8px);
}

.social-icon.tooltip-layout li a:hover.tooltip-bottom::after {
    transform: translateX(-50%) translateY(8px);
}

a {
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

a[class*=tooltip-] {
    position: relative;
}

a.tooltip-bounce:after,
a.tooltip-bounce:before {
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}

a[class*=tooltip-]:after,
a[class*=tooltip-]:before {
    position: absolute;
    transform: translateZ(0);
    visibility: hidden;
    opacity: 0;
    z-index: 1000000;
    pointer-events: none;
    transition: 0.3s ease;
    transition-delay: 0ms;
}

a.tooltip-top:after,
a.tooltip-top:before {
    bottom: 100%;
    left: 50%;
}

a.tooltip-top:after {
    transform: translateX(-50%);
}

a.tooltip-top:before {
    left: calc(50% - 7px);
    margin-bottom: -13px;
}

a[class*=tooltip-]:before {
    content: "";
    position: absolute;
    background: transparent;
    border: 7px solid transparent;
    z-index: 1000001;
}

a[class*=tooltip-][aria-label]:after {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    line-height: 1.23;
    content: attr(aria-label);
}

a[class*=tooltip-]:after {
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
    padding: 8px 10px;
    font-size: 14px;
    white-space: normal;
    border-radius: 5px;
    max-width: 160px;
    min-width: 120px;
    text-align: center;
}

a.tooltip-white[aria-label]::before {
    border-top-color: #ffffff;
}

a.tooltip-dark[aria-label]::after {
    background: #222222;
    color: #ffffff;
    text-shadow: none;
}

a.tooltip-dark[aria-label]::before {
    border-top-color: #222222;
}

a.tooltip-white[aria-label]::after {
    background: #ffffff;
    color: #000000;
    text-shadow: none;
}

a:hover {
    color: rgba(255, 255, 255, 0.5);
}

a:hover.tooltip-top[class*=tooltip-]:after,
a:hover.tooltip-top[class*=tooltip-]:before {
    visibility: visible;
    opacity: 1;
    transition-delay: 0.1s;
}

a:hover.tooltip-top::before {
    transform: translateY(-8px);
}

a:hover.tooltip-top::after {
    transform: translateX(-50%) translateY(-8px);
}

/*======== Social Icons End =========*/
/*======== Woocommerce Social Icon Start =========*/
body.template-color-9 .social-icon.liquid-animate.theme-color li a:before {
    background-color: #00F0FF;
}

/*======== Woocommerce Social Icon End =========*/
/*======== Client Logos Start =========*/
@media (max-width: 991px) {
    .brand {
        padding: 20px;
    }
}

.brand.hover-style a img {
    filter: grayscale(1);
    opacity: 0.5;
    transition: all 0.3s ease-in-out;
}

.brand.hover-style:hover a img {
    opacity: 1;
    filter: grayscale(0);
}

.brand.with-border {
    border: 1px solid #f1f1f1;
}

.brand.hue-style a img {
    filter: grayscale(1);
    transition: all 0.3s ease-in-out;
}

.brand.hue-style:hover a img {
    filter: hue-rotate(0);
}

.client-style-row .border-end {
    border-color: #a9a9a9;
}

@media (max-width: 991px) {
    .client-style-row .border-end {
        border: none !important;
    }
}

.client-style-row .border-bottom {
    border-color: #a9a9a9;
}

@media (max-width: 991px) {
    .client-style-row .border-bottom {
        border: none !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .client-style-row .border-sm-bottom {
        border-bottom: none !important;
    }
}

.dark-template .client-style-row .border-end {
    border-color: #313131;
}

.dark-template .client-style-row .border-bottom {
    border-color: #313131;
}

/*======== Client Logos End =========*/
/*======== Logo Style 1 Start =========*/
.logo-style-1 figure img {
    transform: scale(0.9);
    transition: 0.3s ease-in-out;
    filter: grayscale(100%);
}

.logo-style-1 figure:hover img {
    transform: scale(1);
    filter: grayscale(0);
}

/*======== Logo Style 1 End =========*/
/*======== Logo Style 2 Start =========*/
.logo-style-2 figure img {
    transform: scale(1);
    transition: 0.3s ease-in-out;
    filter: grayscale(0) blur(0);
}

.logo-style-2 figure:hover img {
    transform: scale(0.9);
    filter: grayscale(100%) blur(3px);
}

@media only screen and (max-width: 767px) {
    .template-color-10 #client .section-tittle {
        font-size: 27px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .template-color-10 #client .section-tittle .wow {
        margin-right: 3px !important;
    }
}

/*======== Logo Style 2 End =========*/
/*======== Box Style 1 Start =========*/
.box-style-1 {
    padding: 30px;
    height: 100%;
    position: relative;
    border: 1px solid #f9f9f9;
}

.box-style-1 span {
    font-size: 70px;
    position: absolute;
    right: 30px;
    font-family: "Monoton", cursive;
    color: #f5f5f5;
}

.box-style-1 img {
    padding-bottom: 30px;
    width: 90px;
    filter: grayscale(4);
}

.box-style-1 .box-title-1 {
    font-weight: 500;
    line-height: 1.3;
    color: #000000;
    letter-spacing: 2px;
}

.box-style-1 p {
    padding: 0;
}

/*======== Box Style 1 End =========*/
/*======== Dark Template Box Style 1 Start =========*/
.dark-template .box-style-1 {
    border: 1px solid #121212;
}

.dark-template .box-style-1 span {
    color: #1a1a1a;
}

.dark-template .box-style-1 .box-title-1 {
    color: #ffffff;
}

/*======== Dark Template Box Style 1 End =========*/
/*======== Portfolio Slider Start =========*/
.portfolio-style-2 .portfolio-sec {
    height: 100vh;
}

@media only screen and (max-width: 767px) {
    .portfolio-style-2 .portfolio-sec {
        height: 55vh;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio-style-2 .portfolio-sec {
        height: 55vh;
    }
}

.portfolio-style-2 .portfolio-sec .carousel {
    height: 100vh;
    pointer-events: none;
}

@media only screen and (max-width: 767px) {
    .portfolio-style-2 .portfolio-sec .carousel {
        height: 55vh;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio-style-2 .portfolio-sec .carousel {
        height: 55vh;
    }
}

.portfolio-style-2 .portfolio-sec .carousel-item {
    --items: 10;
    --width: clamp(150px, 30vw, 300px);
    --height: clamp(200px, 40vw, 400px);
    --x: calc(var(--active) * 800%);
    --y: calc(var(--active) * 200%);
    --rot: calc(var(--active) * 120deg);
    --opacity: calc(var(--zIndex) / var(--items) * 3 - 2);
    overflow: hidden;
    position: absolute;
    z-index: var(--zIndex);
    width: var(--width);
    height: var(--height);
    margin: calc(var(--height) * -0.5) 0 0 calc(var(--width) * -0.5);
    border-radius: 10px;
    top: 50%;
    left: 50%;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transform-origin: 0 100%;
    box-shadow: 0 10px 50px 10px rgba(0, 0, 0, 0.5);
    background: #000000;
    pointer-events: all;
    transform: translate(var(--x), var(--y)) rotate(var(--rot));
    transition: transform 0.8s cubic-bezier(0, 0.02, 0, 1);
    display: block;
}

.portfolio-style-2 .portfolio-sec .carousel-item .carousel-box {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.8s cubic-bezier(0, 0.02, 0, 1);
    opacity: var(--opacity);
}

.portfolio-style-2 .portfolio-sec .carousel-item .carousel-box:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5));
}

.portfolio-style-2 .portfolio-sec .carousel-item .title {
    position: absolute;
    z-index: 100;
    color: #ffffff;
    bottom: 20px;
    left: 20px;
    transition: opacity 0.8s cubic-bezier(0, 0.02, 0, 1);
    font-size: clamp(20px, 3vw, 30px);
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
}

.portfolio-style-2 .portfolio-sec .carousel-item .num {
    position: absolute;
    z-index: 100;
    color: #ffffff;
    top: 10px;
    left: 20px;
    transition: opacity 0.8s cubic-bezier(0, 0.02, 0, 1);
    font-size: clamp(20px, 10vw, 80px);
}

.portfolio-style-2 .portfolio-sec .carousel-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    pointer-events: none;
}

/*======== Portfolio Slider End =========*/
/*======== Welcome Slider Text Start =========*/
.single-welcome-slide {
    height: 660px;
}

.single-welcome-slide .welcome-text h2 {
    font-weight: 700;
    display: block;
    margin-bottom: 38px;
    color: #ffffff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-welcome-slide .welcome-text h2 {
        font-size: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .single-welcome-slide .welcome-text h2 {
        font-size: 30px;
    }
}

.single-welcome-slide .welcome-text p {
    color: #ffffff;
    margin-bottom: 50px;
    display: block;
}

/*======== Welcome Slider Text End =========*/
/*======== Services Animated link Box Start =========*/
.service-box {
    background: #040404;
    overflow: hidden;
    transition: 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width: 767px) {
    .service-box {
        padding: 15px !important;
    }
}

.service-box i {
    color: #0069FF;
    transition: inherit;
    transition-delay: 0s;
}

.service-box img {
    transition: inherit;
    transition-delay: 0s;
    filter: grayscale(1);
}

.service-box h4 {
    color: #ffffff;
    transition: inherit;
    transition-delay: 0.05s;
}

.service-box p {
    transition: inherit;
    transition-delay: 0.1s;
}

.service-box .read-more {
    overflow: hidden;
    display: inline-block;
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
    position: relative;
    padding-right: 2rem;
}

.service-box .read-more:before {
    animation: sl-link-arrow-effect-animation-out;
    animation-fill-mode: forwards;
    animation-duration: 0.4s;
    animation-timing-function: cubic-bezier(0.6, 0.01, 0, 1);
    background-color: #ffffff;
    bottom: 0;
    height: 0.125rem;
    margin: auto;
    left: 0;
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    transform: scaleX(0.2);
    transform-origin: left center;
    z-index: 0;
}

.service-box .read-more span {
    position: relative;
    transform: translateX(-200%);
    display: inline-block;
    transition: 0.6s cubic-bezier(0.6, 0.01, 0, 1);
}

.service-box:hover {
    background: transparent;
}

.service-box:hover .read-more {
    color: #ffffff;
}

.service-box:hover .read-more span {
    transform: translateX(0%);
}

.service-box:hover .read-more:before {
    background: #ffffff;
    animation: sl-link-arrow-effect-animation-in;
    animation-fill-mode: forwards;
    animation-duration: 0.4s;
    animation-timing-function: cubic-bezier(0.6, 0.01, 0, 1);
}

.service-box:hover i,
.service-box:hover h4,
.service-box:hover p {
    color: #ffffff;
    transform: translateY(-0.625rem);
}

/*======== Services Animated link Box End =========*/
/*======== Service Style 1 Start =========*/
.service-style-1 {
    background-color: #040404;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .service-style-1 {
        padding-bottom: 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service-style-1 {
        padding-bottom: 65px;
    }
}

.service-style-1::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    left: calc(50% - 265px);
    bottom: 0;
    background: #999999;
}

@media only screen and (min-width: 1400px) and (max-width: 1919px) {
    .service-style-1::before {
        left: calc(50% - 280px);
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .service-style-1::before {
        left: 35%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .service-style-1::before {
        left: 33%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service-style-1::before {
        left: 48%;
    }
}

@media only screen and (max-width: 767px) {
    .service-style-1::before {
        display: none;
    }
}

.service-style-1::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    left: calc(50% + 145px);
    bottom: 0;
    background: #999999;
}

@media only screen and (min-width: 1400px) and (max-width: 1919px) {
    .service-style-1::after {
        left: calc(50% + 150px);
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .service-style-1::after {
        left: 62%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .service-style-1::after {
        left: 63%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service-style-1::after {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .service-style-1::after {
        display: none;
    }
}

.service-style-1 .service-style-items-1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service-style-1 .service-style-items-1 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media only screen and (max-width: 767px) {
    .service-style-1 .service-style-items-1 {
        grid-template-columns: 1fr;
    }
}

.service-style-1 .service-style-items-1 .service-style-item-1 {
    padding-bottom: 90px;
}

.service-style-1 .service-style-items-1 .service-style-item-1::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 35px;
    background: #d7d7d7;
}

@media only screen and (max-width: 767px) {
    .service-style-1 .service-style-items-1 .service-style-item-1::after {
        bottom: 25px;
    }
}

.service-style-1 .service-style-items-1 .service-style-item-1:nth-last-child(-n+3)::after {
    position: unset;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service-style-1 .service-style-items-1 .service-style-item-1:nth-last-child(-n+3)::after {
        position: absolute;
    }
}

@media only screen and (max-width: 767px) {
    .service-style-1 .service-style-items-1 .service-style-item-1:nth-last-child(-n+3)::after {
        position: absolute;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .service-style-1 .service-style-items-1 .service-style-item-1 {
        padding-right: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .service-style-1 .service-style-items-1 .service-style-item-1 {
        padding-bottom: 60px;
    }
}

.service-style-1 .service-style-items-1 .service-style-item-1 p {
    max-width: 340px;
    font-size: 18px;
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service-style-1 .service-style-items-1 .service-style-item-1 p {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .service-style-1 .service-style-items-1 .service-style-item-1 p {
        font-size: 16px;
    }
}

.service-style-1 .service-style-items-1 .service-style-item-1 .service-title-style-1 {
    font-size: 26px;
    line-height: 1.3;
    color: #ffffff;
    padding-bottom: 25px;
    transition: all 0.5s;
}

.service-style-1 .service-style-items-1 .service-style-item-1 .service-title-style-1:hover span::before {
    width: 150px;
}

.service-style-1 .service-style-items-1 .service-style-item-1 .service-title-style-1:hover span {
    padding-left: 0;
}

@media only screen and (max-width: 767px) {
    .service-style-1 .service-style-items-1 .service-style-item-1 .service-title-style-1:hover span {
        padding-left: 50px;
    }
}

.service-style-1 .service-style-items-1 .service-style-item-1 .service-title-style-1 span {
    display: block;
    position: relative;
    transition: all 0.5s;
}

.service-style-1 .service-style-items-1 .service-style-item-1 .service-title-style-1 span::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 1px;
    left: 0;
    top: 40px;
    transition: all 0.5s;
    background-color: #ffffff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service-style-1 .service-style-items-1 .last-service-box {
        padding-bottom: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service-style-1 .service-style-items-1 .last-service-box::after {
        display: none;
    }
}

.light-mode .service-style-1 .service-style-items-1 .service-style-item-1::after {
    background-color: #999999;
}

.light-mode .service-style-1 .service-style-items-1 .service-style-item-1 .service-title-style-1 span::before {
    background-color: #000000;
}

/*======== Service Style 1 End =========*/
/*======== Service Style 2 Start =========*/
.service-style-3 {
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: 0.3s ease;
    cursor: pointer;
}

.service-style-3:hover {
    border-color: #ffffff;
}

.service-style-3:hover svg {
    fill: #999999;
}

.service-style-3 svg {
    fill: #f7e0c7;
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
    transition: 0.3s ease;
}

.service-style-3 .list-number {
    right: 50px;
    top: 20px;
    font-size: 7vw;
    line-height: 1;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 1.5px rgba(255, 255, 255, 0.1);
    opacity: 2;
    z-index: 2;
    pointer-events: none;
    position: absolute;
}

.light-mode .service-style-3 .list-number {
    -webkit-text-stroke: 1.5px #999999;
}

/*======== Service Style 2 End =========*/
/*======== Light Service Box Agency Start =========*/
.light-mode .service-box {
    background-color: #ffffff;
    border: 1px solid #999999;
}

.light-mode .service-box h4 {
    color: #000000;
}

.light-mode .service-box:hover {
    background-color: #000000;
}

.light-mode .service-box:hover .read-more {
    color: #ffffff;
}

.light-mode .service-box:hover .read-more span {
    transform: translateX(0%);
}

.light-mode .service-box:hover .read-more:before {
    background: #ffffff;
    animation: sl-link-arrow-effect-animation-in;
    animation-fill-mode: forwards;
    animation-duration: 0.4s;
    animation-timing-function: cubic-bezier(0.6, 0.01, 0, 1);
}

.light-mode .service-box:hover i,
.light-mode .service-box:hover h4,
.light-mode .service-box:hover p {
    color: #ffffff;
    transform: translateY(-0.625rem);
}

/*======== Light Service Box Agency End =========*/
/*======== Service Style 3 Start =========*/
.services-style-3 .service-box .read-more:before {
    width: 350px;
}

/*======== Service Style 3 End =========*/
/*======== Digital Marketing Portfolio Start =========*/
.portfolio-style-1 {
    position: relative;
    background-color: #040404;
    overflow: hidden;
}

.portfolio-style-1 .row-bottom {
    margin-top: 50vh;
}

@media only screen and (max-width: 767px) {
    .portfolio-style-1 .row-bottom {
        margin-top: 0vh;
    }
}

.portfolio-style-1 img {
    width: 100%;
    height: 100%;
}

.portfolio-style-1 .portfolio-main-text {
    text-align: center;
    font-size: 90px;
    font-weight: 500;
    color: transparent;
    text-transform: uppercase;
    padding: 0px 0 50px;
    opacity: 1;
    -webkit-text-stroke: 1px #999999;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .portfolio-style-1 .portfolio-main-text {
        font-size: 80px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio-style-1 .portfolio-main-text {
        font-size: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .portfolio-style-1 .portfolio-main-text {
        font-size: 35px;
        padding: 50px 0;
    }
}

.portfolio-style-1 .portfolio-list-style-1 {
    position: relative;
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .portfolio-style-1 .portfolio-list-style-1 {
        grid-template-columns: 1fr;
        gap: 0;
    }
}

.portfolio-style-1 .portfolio-list-style-1 .portfolio-item-style-1 {
    transform: perspective(4000px) rotateX(90deg);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    scale: 0.5;
    opacity: 0;
    margin-bottom: 50px;
}

.portfolio-style-1 .portfolio-list-style-1 .portfolio-item-style-1:hover .portfolio-info {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.portfolio-style-1 .portfolio-list-style-1 .portfolio-item-style-1:nth-child(even) {
    top: 50%;
}

@media only screen and (max-width: 767px) {
    .portfolio-style-1 .portfolio-list-style-1 .portfolio-item-style-1:nth-child(even) {
        top: 0;
    }
}

.portfolio-style-1 .portfolio-list-style-1 .portfolio-item-style-1 .portfolio-info {
    width: 100%;
    height: 100%;
    top: 0;
    padding: 15px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    z-index: 1;
    transform: translateX(60px);
    transition: all 0.3s;
    opacity: 0;
    text-align: center;
    visibility: hidden;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .portfolio-style-1 .portfolio-list-style-1 .portfolio-item-style-1 .portfolio-info {
        opacity: 0;
        visibility: visible;
        right: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .portfolio-style-1 .portfolio-list-style-1 .portfolio-item-style-1 .portfolio-info {
        opacity: 0;
        visibility: visible;
        right: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .portfolio-style-1 .portfolio-list-style-1 .portfolio-item-style-1 .portfolio-info {
        opacity: 0;
        visibility: visible;
        right: 0px;
    }
}

.portfolio-style-1 .portfolio-list-style-1 .portfolio-item-style-1 .portfolio-info p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3;
    color: #ffffff;
}

.portfolio-style-1 .portfolio-list-style-1 .portfolio-item-style-1 .portfolio-info .portfolio-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.3;
    color: #ffffff;
    padding-bottom: 3px;
}

/*======== Digital Marketing Portfolio End =========*/
/*======== List Style 1 Start =========*/
.list-style-1 {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
}

@media only screen and (max-width: 767px) {
    .list-style-1 {
        display: inline-block;
        width: 100%;
        margin-bottom: 0px;
    }
}

.list-style-1 li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 0;
    max-width: 100%;
    width: 100%;
    font-size: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #2c2c2c;
}

@media only screen and (max-width: 767px) {
    .list-style-1 li {
        max-width: 100%;
        margin-left: 15px;
        font-size: 22px;
    }
}

.list-style-1 li .list-numbers {
    font-size: 16px;
    margin-right: 10px;
    vertical-align: middle;
    color: #20b99c;
    font-weight: bold;
}

.list-style-1 li .right-arrow {
    float: right;
    color: #000000;
}

@media only screen and (max-width: 767px) {
    .list-style-1 li .right-arrow {
        float: none;
    }
}

.list-style-1 .small-line {
    width: 15px;
    height: 2px;
    display: inline-block;
    background: #000000;
    vertical-align: middle;
    position: relative;
    margin-right: 10px;
}

/*======== List Style 1 End =========*/
/*======== Dark Template List Style 1 Start =========*/
.dark-template .list-style-1 li {
    color: #ffffff;
}

.dark-template .list-style-1 li:before,
.dark-template .list-style-1 li:after {
    background: #20b99c;
}

.dark-template .list-style-1 .small-line {
    background: #ffffff;
}

.dark-template .list-style-1 .right-arrow {
    color: #ffffff;
}

/*======== Dark Template List Style 1 End =========*/
/*======== Testimonial Style 1 Start =========*/
.testimonial-style-1 {
    overflow: hidden;
    text-align: center;
}

.testimonial-style-1 .testimonial-slider-1 {
    padding-bottom: 150px;
    height: 100%;
    width: 98%;
    margin-left: 11px;
}

@media only screen and (max-width: 767px) {
    .testimonial-style-1 .testimonial-slider-1 {
        width: 93%;
        padding-bottom: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-style-1 .testimonial-slider-1 {
        width: 97%;
        padding-bottom: 80px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-style-1 .testimonial-slider-1 {
        padding-bottom: 100px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .testimonial-style-1 .testimonial-slider-1 {
        padding-bottom: 110px;
    }
}

.testimonial-style-1 .testimonial-slider-1 .testimonial-slide-inner {
    background-color: transparent;
    padding: 30px;
    text-align: left;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border: 1px solid #5e5e5e;
}

@media only screen and (max-width: 767px) {
    .testimonial-style-1 .testimonial-slider-1 .testimonial-slide-inner {
        padding: 35px 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-style-1 .testimonial-slider-1 .testimonial-slide-inner {
        padding: 35px 30px 30px 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .testimonial-style-1 .testimonial-slider-1 .testimonial-slide-inner {
        padding: 35px 30px;
    }
}

.testimonial-style-1 .testimonial-slider-1 .testimonial-slide-inner .testimonial-img {
    margin-bottom: 42px;
    border-radius: 100px;
    width: 85px;
    height: auto;
}

.testimonial-style-1 .testimonial-slider-1 .testimonial-slide-inner .testimonial-content p {
    color: #999999;
    font-weight: 400;
    font-size: 16px;
    padding-bottom: 19px;
    text-align: left;
}

.testimonial-style-1 .testimonial-slider-1 .testimonial-slide-inner .testimonial-content .testimonial-feedback {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    border-radius: 5px;
    padding: 3px 10px;
    margin-bottom: 18px;
    display: inline-block;
    line-height: 1.3;
    background-color: #000000;
}

.testimonial-style-1 .testimonial-slider-1 .testimonial-slide-inner .testimonial-content .testimonial-name {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    line-height: 1.3;
}

.testimonial-style-1 .testimonial-slider-1 .testimonial-slide-inner .testimonial-content .testimonial-role {
    font-size: 14px;
    color: #000000;
    font-weight: 400;
}

.light-mode .testimonial-style-1 .testimonial-slider-1 .testimonial-slide-inner .testimonial-content p {
    color: #555555;
}

/*======== Testimonial Style 1 End =========*/
/*======== Testimonial Style 2 Start =========*/
.testimonial-item {
    width: 64%;
    margin: 0 auto;
    position: relative;
    box-shadow: 5px 5px 30px 0 rgba(182, 182, 227, 0.16);
    background-color: #ffffff;
    padding: 60px 50px 90px;
    border-radius: 5px;
    transition: 0.3s;
}

.testimonial-item .title {
    font-size: 20px;
    margin-bottom: 5px;
}

.testimonial-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: 5px 5px 30px 0 rgba(182, 182, 227, 0.16);
    z-index: -3;
    transition: 0.3s;
}

.testimonial-item:after {
    content: '"';
    font-size: 200px;
    color: #c9f31d;
    opacity: 0.16;
    position: absolute;
    right: 50px;
    bottom: 30px;
    font-family: "Passion One", cursive;
}

.testimonial-item .desc {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 1.4;
    color: #1c1d1d;
    opacity: 0.6;
    font-style: italic;
}

.testimonial-item .desc:after {
    content: '"';
}

.testimonial-item .desc:before {
    content: '"';
    margin-right: 5px;
}

.testimonial-item .desc:after {
    margin-left: 5px;
}

.testimonial-item .title {
    font-size: 18px;
    margin-bottom: 5px;
}

.testimonial-item .position {
    font-size: 1rem;
}

.active .testimonial-item:before {
    top: 30px;
    left: 30px;
}

.testimonial-slider {
    z-index: 1;
}

.testimonial-slider .carousel-inner {
    z-index: -1;
}

.testimonial-slider .carousel-indicators {
    position: static;
    bottom: 0;
    margin: 30px 0 0;
    padding: 0;
    width: 100%;
    left: 0;
    display: flex;
    flex-wrap: wrap;
}

.testimonial-slider .carousel-indicators li {
    width: 60px;
    height: 60px;
    text-indent: 0;
    border-radius: 100% !important;
    overflow: hidden;
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
    margin: 5px;
    border: 3px solid transparent;
    transition: 0.3s;
    opacity: 10;
}

.testimonial-slider .carousel-indicators li:nth-child(-n+8) {
    position: absolute;
    left: 0;
    top: 0;
}

.testimonial-slider .carousel-indicators li:nth-child(1) {
    width: 100px;
    height: 100px;
    left: 12%;
    top: 0;
    animation: jump 4s ease-in-out alternate infinite;
    animation-delay: 0.5s;
}

.testimonial-slider .carousel-indicators li:nth-child(2) {
    left: 15%;
    top: 10vh;
    width: 70px;
    height: 70px;
    animation: jump 4s ease-in-out alternate infinite;
    animation-delay: 0.7s;
}

.testimonial-slider .carousel-indicators li:nth-child(3) {
    left: 4%;
    top: 8vh;
    width: 150px;
    height: 150px;
    animation: jump 4s ease-in-out alternate infinite;
    animation-delay: 0.9s;
}

.testimonial-slider .carousel-indicators li:nth-child(4) {
    left: 13%;
    top: 22vh;
    width: 110px;
    height: 110px;
    animation: jump 4s ease-in-out alternate infinite;
    animation-delay: 1.1s;
}

.testimonial-slider .carousel-indicators li:nth-child(5) {
    left: auto;
    right: 5%;
    top: 8vh;
    width: 90px;
    height: 90px;
    animation: jump 4s ease-in-out alternate infinite;
    animation-delay: 0.5s;
}

.testimonial-slider .carousel-indicators li:nth-child(6) {
    left: auto;
    right: 12%;
    top: 0;
    width: 70px;
    height: 70px;
    animation: jump 4s ease-in-out alternate infinite;
    animation-delay: 0.7s;
}

.testimonial-slider .carousel-indicators li:nth-child(7) {
    left: auto;
    right: 10%;
    top: 10vh;
    width: 150px;
    height: 150px;
    animation: jump 4s ease-in-out alternate infinite;
    animation-delay: 0.9s;
}

.testimonial-slider .carousel-indicators li:nth-child(8) {
    left: auto;
    right: 6%;
    top: 22vh;
    width: 120px;
    height: 120px;
    animation: jump 4s ease-in-out alternate infinite;
    animation-delay: 1.1s;
}

.testimonial-slider .carousel-indicators li.active {
    border: 3px solid #0069FF;
    z-index: 10;
    animation-play-state: paused;
}

@keyframes jump {
    0% {
        transform: translate3d(0, 0, 0);
    }

    40% {
        transform: translate3d(0, 50%, 0);
    }

    100% {
        transform: translate3d(0, 0, 0);
    }
}

.nav-control .control {
    height: 3px;
    width: 50px;
    background-color: #ffffff;
    display: inline-block;
    position: relative;
    margin: 5px;
    opacity: 0.8;
}

.v3 .nav-control {
    margin-top: 30px;
}

.v3 .nav-control .control {
    background-color: #34acfe;
}

.v3 .nav-control .control.left:after {
    border-right: 8px solid #34acfe;
}

.v3 .nav-control .control.right:after {
    border-left: 8px solid #34acfe;
}

.nav-control .control:hover {
    width: 80px;
    opacity: 1;
}

.nav-control .control:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 30px;
    display: block;
    transform: translateY(-50%);
}

.nav-control .control.left:after {
    content: "";
    border-right: 8px solid #ffffff;
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    width: 0;
    height: 0;
    position: absolute;
    left: -5px;
    top: -6px;
}

.nav-control .control.right:after {
    content: "";
    border-left: 8px solid #ffffff;
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    width: 0;
    height: 0;
    position: absolute;
    right: -5px;
    top: -6px;
}

@media only screen and (min-width: 993px) and (max-width: 1800px) {
    .testimonial-slider .carousel-indicators li:nth-child(1) {
        left: 10vw;
        top: 0;
        animation: jump 4s ease-in-out alternate infinite;
        animation-delay: 0.5s;
    }

    .testimonial-slider .carousel-indicators li:nth-child(2) {
        left: 10vw;
    }

    .testimonial-slider .carousel-indicators li:nth-child(3) {
        left: 1vw;
    }

    .testimonial-slider .carousel-indicators li:nth-child(4) {
        left: 10vw;
    }

    .testimonial-slider .carousel-indicators li:nth-child(5) {
        left: auto;
        right: 2vw;
    }

    .testimonial-slider .carousel-indicators li:nth-child(6) {
        right: 9vw;
    }

    .testimonial-slider .carousel-indicators li:nth-child(7) {
        left: auto;
        right: 6vw;
    }

    .testimonial-slider .carousel-indicators li:nth-child(8) {
        left: auto;
        right: 0;
    }
}

@media only screen and (max-width: 992px) {
    .testimonial-slider {
        text-align: center;
    }

    .testimonial-slider .testimonial-item {
        padding: 30px;
        width: calc(100% - 30px);
        display: inline-block;
        float: none;
    }

    .testimonial-slider .carousel-indicators li:nth-child(1) {
        animation: none;
        position: static;
        width: 60px;
        height: 60px;
        transform: scale(1);
    }

    .testimonial-slider .carousel-indicators li:nth-child(2) {
        animation: none;
        position: static;
        width: 60px;
        height: 60px;
        transform: scale(1);
    }

    .testimonial-slider .carousel-indicators li:nth-child(3) {
        animation: none;
        position: static;
        width: 60px;
        height: 60px;
        transform: scale(1);
    }

    .testimonial-slider .carousel-indicators li:nth-child(4) {
        animation: none;
        position: static;
        width: 60px;
        height: 60px;
        transform: scale(1);
    }

    .testimonial-slider .carousel-indicators li:nth-child(5) {
        animation: none;
        position: static;
        width: 60px;
        height: 60px;
        transform: scale(1);
    }

    .testimonial-slider .carousel-indicators li:nth-child(6) {
        animation: none;
        position: static;
        width: 60px;
        height: 60px;
        transform: scale(1);
    }

    .testimonial-slider .carousel-indicators li:nth-child(7) {
        animation: none;
        position: static;
        width: 60px;
        height: 60px;
        transform: scale(1);
    }

    .testimonial-slider .carousel-indicators li:nth-child(8) {
        animation: none;
        position: static;
        width: 60px;
        height: 60px;
        transform: scale(1);
    }
}

.light-mode .nav-control .control {
    background-color: #000000;
}

.light-mode .nav-control .control.right:after {
    border-left: 8px solid #000000;
}

.light-mode .nav-control .control.left:after {
    border-right: 8px solid #000000;
}

/*======== Testimonial Style 2 End =========*/
/*======== Woocommerce Testimonial Start =========*/
.testimonial-style-2 {
    margin-top: 250px;
}

@media only screen and (max-width: 767px) {
    .testimonial-style-2 {
        padding: 0;
        margin: 0;
    }
}

.testimonial-style-2::after {
    content: "";
    background-image: url(../img/woocommerce/girl-fashion.png);
    position: absolute;
    right: auto;
    left: -15px;
    width: 100%;
    height: 415px;
    background-repeat: no-repeat;
    top: -150px;
}

@media only screen and (max-width: 767px) {
    .testimonial-style-2::after {
        display: none;
    }
}

/*======== Woocommerce Testimonial End =========*/
/*======== Dark Testimonial Style 1 Start =========*/
.dark-template .testimonial-style-1 .testimonial-slider-1 .testimonial-slide-inner .testimonial-content p {
    color: #999999;
}

.dark-template .testimonial-style-1 .testimonial-slider-1 .testimonial-slide-inner .testimonial-content .testimonial-feedback {
    color: #000000;
    background-color: #ffffff;
}

.dark-template .testimonial-style-1 .testimonial-slider-1 .testimonial-slide-inner .testimonial-content .testimonial-name {
    color: #ffffff;
}

.dark-template .testimonial-style-1 .testimonial-slider-1 .testimonial-slide-inner .testimonial-content .testimonial-role {
    color: #ffffff;
}

/*======== Dark Testimonial Style 1 End =========*/
/*======== Testimonial BG Video Start =========*/
.testimonial-bg-video {
    position: relative;
    padding-bottom: 0;
    padding-top: 0;
    height: 88vh;
}

@media only screen and (max-width: 767px) {
    .testimonial-bg-video {
        height: 35vh;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-bg-video {
        height: 45vh;
    }
}

.testimonial-bg-video video {
    max-width: 100%;
    margin: 0;
    border: none;
    filter: grayscale(1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 88vh;
    -o-object-fit: cover;
    object-fit: cover;
}

@media only screen and (max-width: 767px) {
    .testimonial-bg-video video {
        height: 35vh;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial-bg-video video {
        height: 45vh;
    }
}

/*======== Testimonial BG Video End =========*/
/*======== Digital Marketing Review Start =========*/
.template-color-4 .testimonial-section {
    background-color: #040404;
}

@media only screen and (max-width: 767px) {
    .template-color-4 .testimonial-section {
        padding-top: 35px;
    }
}

.template-color-4 .testimonial-section:before {
    position: absolute;
    left: -200px;
    top: 15%;
    background-image: url(../img/digital-marketing/ring-circle.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 701px;
    height: 756px;
    content: "";
    animation: fa-spin 50s infinite alternate;
}

.template-color-4 .testimonial-section .sec-title {
    margin-bottom: 115px;
}

/*======== Digital Marketing Review End =========*/
/*======== Digital Marketing Team Start =========*/
.team-area {
    background-color: #040404;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .team-area .team-area.pb-150 {
        padding-bottom: 90px;
    }
}

.team-area a:first-child .service-item {
    border-top: 1px solid #2c2c2c;
}

.team-area .team-top-text p {
    max-width: 505px;
    color: #999999;
    font-size: 20px;
    line-height: 1.4;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .team-area .team-top-text p {
        font-size: 18px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .team-area .team-top-text p {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .team-area .team-top-text p {
        font-size: 18px;
        margin: 30px 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .team-area .team-img-list .team-img-wrapper {
        display: none;
    }
}

.team-area .team-img-list .team-img-wrapper .team-img {
    transition: all 0.5s;
    opacity: 0;
    position: absolute;
    transform: rotate(0deg) translateX(-100px);
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .team-area .team-img-list .team-img-wrapper .team-img {
        max-width: 260px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .team-area .team-img-list .team-img-wrapper .team-img {
        max-width: 200px;
    }
}

.team-area .team-img-list .team-img.active {
    opacity: 1;
    transform: rotate(0deg) translateX(60px) translateY(30px);
}

.team-area .team-details .team-sec-number span {
    font-weight: 400;
    font-size: 28px;
    line-height: 1.2;
    color: #999999;
    transition: all 0.3s;
}

.team-area .team-details .active .team-sec-number span {
    color: #ffffff;
}

.team-area .team-details .active .team-sec-titles {
    color: #ffffff;
}

.team-area .team-details .active .team-sec-link p {
    color: #ffffff;
}

.team-area .team-details .service-item {
    display: grid;
    grid-template-columns: 0.7fr 2fr 2fr 0.7fr;
    align-items: center;
    padding: 35px 0;
    border-bottom: 1px solid #2c2c2c;
    transition: all 0.3s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .team-area .team-details .service-item {
        gap: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .team-area .team-details .service-item {
        grid-template-columns: 1fr;
        padding: 25px 0 10px;
    }
}

.team-area .team-details .service-item:hover .team-sec-number span {
    color: #ffffff;
}

.team-area .team-details .service-item:hover .service a {
    color: #ffffff;
}

.team-area .team-details .service-item:hover .team-sec-titles {
    color: #ffffff;
}

.team-area .team-details .service-item:hover .team-sec-link p {
    color: #ffffff;
}

.team-area .team-details .service-item:hover .team-sec-link p i {
    transform: translate(60px, -60px) rotate(-45deg);
}

.team-area .team-details .service-item:hover .team-sec-link p::after {
    opacity: 1;
    visibility: visible;
    transform: translate(20px, -20px) rotate(-45deg);
}

.team-area .team-details .service-item .team-sec-titles {
    display: block;
    font-weight: 400;
    font-size: 28px;
    line-height: 1.3;
    color: #999999;
}

.team-area .team-details .service-item .team-sec-titles:hover {
    color: #ffffff;
}

@media only screen and (max-width: 767px) {
    .team-area .team-details .service-item .team-sec-titles {
        padding: 10px 0 20px;
    }
}

@media only screen and (max-width: 767px) {
    .team-area .team-details .service-item .team-sec-titles br {
        display: none;
    }
}

.team-area .team-details .service-item .team-sec-text {
    max-width: 320px;
}

.team-area .team-details .service-item .team-sec-text p {
    color: #999999;
}

.team-area .team-details .service-item .team-sec-link {
    text-align: right;
    overflow: hidden;
}

.team-area .team-details .service-item .team-sec-link p {
    display: inline-block;
    font-size: 30px;
    color: #999999;
    position: relative;
}

.team-area .team-details .service-item .team-sec-link p i {
    transform: translate(0, 0) rotate(-45deg);
    transition: all 0.3s;
}

.team-area .team-details .service-item .team-sec-link p::after {
    position: absolute;
    content: "\f178";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    left: -20px;
    bottom: -20px;
    transform: translate(0, 0) rotate(-45deg);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

/*======== Digital Marketing Team End =========*/
/*======== Freelancing Testimonials Start =========*/
.template-color-7 .testimonial-style-1 .testimonial-slider-1 .testimonial-slide-inner {
    border-radius: 0px 30px 0px 30px !important;
}

/*======== Freelancing Testimonials End =========*/
/*======== Page Loader Start =========*/
.overlay-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000000;
}

.overlay-loader .overlay-door:before,
.overlay-loader .overlay-door:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    background: #121212;
    transition: 0.5s cubic-bezier(0.77, 0, 0.18, 1);
    transition-delay: 0.8s;
}

.overlay-loader .overlay-door:before {
    left: 0;
}

.overlay-loader .overlay-door:after {
    right: 0;
}

.overlay-loader.loaded .overlay-door:before {
    left: -50%;
}

.overlay-loader.loaded .overlay-door:after {
    right: -50%;
}

.overlay-loader.loaded .overlay-content {
    opacity: 0;
    margin-top: -15px;
}

.overlay-loader .overlay-content {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: 0.5s cubic-bezier(0.77, 0, 0.18, 1);
}

.overlay-loader .overlay-content .skip {
    display: block;
    width: 130px;
    text-align: center;
    margin: 50px auto 0;
    cursor: pointer;
    color: #ffffff;
    font-family: "Nunito";
    font-weight: 700;
    padding: 12px 0;
    border: 2px solid #ffffff;
    border-radius: 3px;
    transition: 0.2s ease;
}

.overlay-loader .overlay-content .skip:hover {
    background: #ededed;
    color: #5e5e5e;
    border-color: #ededed;
}

.loader {
    width: 128px;
    height: 128px;
    border: 3px solid #ffffff;
    border-bottom: 3px solid transparent;
    border-radius: 50%;
    position: relative;
    animation: spin 1s linear infinite;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader .inner {
    width: 64px;
    height: 64px;
    border: 3px solid transparent;
    border-top: 3px solid #ffffff;
    border-radius: 50%;
    animation: spinInner 1s linear infinite;
}

.overlay-loader.loaded {
    display: none;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes spinInner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-720deg);
    }
}

/*======== Page Loader End =========*/
/*======== Gallery Part Start =========*/
.sl-gallery-pixel-wrap {
    display: flex;
    flex-direction: column-reverse;
}

.fancybox-content {
    position: absolute;
    left: 0;
}

@media (min-width: 1200px) {
    .sl-gallery-pixel-wrap {
        display: block;
        position: relative;
        min-height: 860px;
    }

    .sl-gallery-pixel-wrap:before {
        content: "";
        position: absolute;
        background: radial-gradient(circle at 3px 3px, rgba(220, 220, 220, 0.5) 3px, transparent 3px);
        left: 12.5%;
        top: 11%;
        height: 407px;
        width: 366px;
        display: block;
        background-size: 27px 27px;
        background-position: 100%;
        background-repeat: repeat;
    }

    .sl-gallery-pixel-wrap.no-pattern:before {
        content: "";
        position: absolute;
        display: none;
    }
}

.sl-gallery-content-wrap {
    min-height: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    right: 0;
    width: 100%;
    position: relative;
    pointer-events: none;
}

.sl-gallery-content-wrap>* {
    pointer-events: auto;
}

@media (min-width: 1200px) {
    .sl-gallery-content-wrap {
        justify-content: flex-end;
        text-align: left;
    }
}

.sl-gallery-info h2 br {
    display: none;
}

@media (min-width: 1200px) {
    .sl-gallery-info {
        padding-top: 35px;
        max-width: 380px;
    }

    .sl-gallery-info h2 br {
        display: block;
    }
}

.sl-gallery-info h2 {
    text-transform: uppercase;
    font-weight: 300;
}

.sl-gallery-info h2 span {
    font-weight: 700;
}

.sl-gallery-info p {
    margin-top: 45px;
}

@media (min-width: 1200px) {
    .sl-gallery-info p {
        max-height: 160px;
    }
}

.sl-gallery-items {
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}

@media (min-width: 1200px) {
    .sl-gallery-items {
        margin-top: 0;
    }
}

.sl-gallery-items>* {
    width: 50%;
    background-color: #ffffff;
    transition: all ease 0.35s;
}

@media only screen and (max-width: 575px) {
    .sl-gallery-items>* {
        width: 100%;
        margin-bottom: 15px;
    }
}

.sl-gallery-items>*>a {
    display: block;
    position: relative;
    width: 100%;
    min-height: 100%;
}

@media (min-width: 1200px) {
    .sl-gallery-items>*>a {
        min-height: auto;
        display: block;
        padding-bottom: 0;
        width: 100%;
        height: 100%;
    }

    .sl-gallery-items>*>a:before {
        content: "";
        position: absolute;
        opacity: 0;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        border: 1px solid #ffffff;
        transition: all ease 0.35s;
        z-index: 2;
    }

    .sl-gallery-items>*>a:after {
        content: "\e61a";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: all ease 0.35s;
        font-size: 30px;
        color: #ffffff;
        z-index: 2;
    }

    .sl-gallery-items>*>a:hover:before {
        transition: all ease 0.35s;
        width: 80%;
        height: 80%;
        opacity: 1;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .sl-gallery-items>*>a:hover:after {
        opacity: 1;
        transition: all ease 0.35s;
    }

    .sl-gallery-items>*>a:hover .music-gradient-overlay::after {
        content: "";
        width: 100%;
        height: 100%;
        background-image: linear-gradient(244deg, #040404 0%, #FF9456 100%);
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0.5;
    }

    .sl-gallery-items.music-gallery>*>a:after {
        content: "+";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-family: "Font Awesome 6 Free";
        transition: all ease 0.35s;
        font-size: 30px;
        color: #ffffff;
        z-index: 2;
    }

    .sl-gallery-items>*>a div {
        position: absolute;
        width: 100%;
        height: 100%;
        min-height: auto;
    }
}

@media (min-width: 576px) {
    .sl-gallery-items>* {
        width: 33.3333333333%;
    }
}

@media (min-width: 1200px) {
    .sl-gallery-items>* {
        width: inherit;
    }

    .sl-gallery-items>*:hover {
        box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16);
    }

    .sl-gallery-items>*:hover div {
        transform: scale(0.96);
        transition: all ease 0.35s;
    }
}

@media (min-width: 1200px) {
    .sl-gallery-items>* {
        position: absolute;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
    }
}

.sl-gallery-items>* div {
    transition: all ease 0.35s;
    position: relative;
    width: 100%;
    height: 200px;
}

@media (min-width: 1200px) {
    .sl-item-1 {
        width: 214px;
        height: 198px;
        left: 40.6%;
    }
}

@media (min-width: 1200px) {
    .sl-item-2 {
        width: 440px;
        height: 415px;
        top: 25.2%;
        left: 19.8%;
    }
}

@media (min-width: 1200px) {
    .sl-item-3 {
        width: 100px;
        height: 100px;
        top: 36.3%;
        left: 9%;
    }
}

@media (min-width: 1200px) {
    .sl-item-4 {
        width: 196px;
        height: 203px;
        top: 50%;
        left: 0;
    }
}

@media (min-width: 1200px) {
    .sl-item-5 {
        width: 202px;
        height: 202px;
        bottom: 1%;
        left: 20.5%;
    }
}

@media (min-width: 1200px) {
    .sl-item-6 {
        width: 86px;
        height: 86px;
        top: 75.5%;
        left: 40.5%;
    }
}

@media (min-width: 1200px) {
    .sl-item-7 {
        width: 200px;
        height: 310px;
        left: 62%;
        top: 49.6%;
    }
}

@media (min-width: 1200px) {
    .sl-item-8 {
        width: 194px;
        height: 194px;
        right: 0;
        top: 49.6%;
    }
}

@media (min-width: 1200px) {
    .sl-item-9 {
        width: 86px;
        height: 86px;
        right: 10%;
        top: 74%;
    }
}

@media (min-width: 1200px) {
    .sl-item-10 {
        width: 86px;
        height: 86px;
        right: 30%;
        bottom: 3%;
    }
}

.gallery {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.gallery .thumb img {
    width: 100%;
}

.gallery .hover-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    background-color: #0069FF;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.gallery .hover-overlay .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.gallery .hover-overlay .inner span {
    font-size: 36px;
    color: #ffffff;
}

.gallery:hover .hover-overlay {
    visibility: visible;
    opacity: 0.9;
}

/*======== Gallery Part End =========*/
/*======== Personal Portfolio Section Progress Bar Start =========*/
.services-skill li {
    list-style: none;
}

.services-skill .progress {
    border-radius: 10px;
    height: 5px;
}

.services-skill .progress-bar {
    border-radius: 10px;
}

.services-skill .progress-item b {
    font-weight: 600;
}

/*======== Personal Portfolio Section Progress Bar End =========*/
/*======== Tabs Start =========*/
.tab {
    border: 2px solid #dadada;
    padding: 30px;
}

.tab .nav .nav-link {
    color: #000000;
}

.tab .nav .nav-link:hover {
    color: #0069FF;
    background: #ffffff;
}

.tab .nav .nav-link.active {
    color: #ffffff;
    background: #0069FF;
}

.tab.vertical .tab-nav {
    flex-basis: 200px;
}

@media only screen and (max-width: 767px) {
    .tab.vertical .tab-nav {
        flex-basis: 100%;
    }
}

.tab.vertical .tab-content {
    flex-basis: calc(100% - 200px);
    padding-left: 30px;
    padding-right: 30px;
}

@media only screen and (max-width: 767px) {
    .tab.vertical .tab-content {
        flex-basis: 100%;
        padding-left: 0;
        padding-right: 0;
        padding-top: 20px;
        padding-bottom: 10px;
    }
}

.tab.tabs-links .nav .nav-link {
    background: transparent;
}

.tab.tabs-links .nav .nav-link a {
    position: relative;
    color: #000000;
    padding: 0 8px;
}

.tab.tabs-links .nav .nav-link a:before {
    content: "";
    width: 4px;
    height: 100%;
    background: #000000;
    position: absolute;
    left: 0;
    top: 0;
}

.tab.tabs-links .nav .nav-link a.active {
    color: #0069FF;
}

.tab.tabs-links .nav .nav-link:hover {
    background: transparent;
}

.tab.tabs-links .nav .nav-link:hover a {
    color: #0069FF;
}

.tab.tabs-links .nav .nav-link:hover a:before {
    color: #0069FF;
}

.tab.tabs-links-dark .nav .nav-link {
    background: transparent;
}

.tab.tabs-links-dark .nav .nav-link a {
    color: #ffffff;
    position: relative;
    padding: 0 8px;
}

.tab.tabs-links-dark .nav .nav-link a:before {
    content: "";
    width: 4px;
    height: 100%;
    background: #ffffff;
    position: absolute;
    left: 0;
    top: 0;
}

.tab.tabs-links-dark .nav .nav-link a.active {
    color: #0069FF;
}

.tab.tabs-links-dark .nav .nav-link:hover {
    background: transparent;
}

.tab.tabs-links-dark .nav .nav-link:hover a {
    color: #0069FF;
}

.tab.tabs-links-dark .nav .nav-link:hover a:before {
    color: #0069FF;
}

.nav-pills .nav-link {
    color: #222222;
    letter-spacing: 0.8px;
}

.nav-pills .show>.nav-link {
    color: #ffffff;
    background: #0069FF;
}

.tab-content>.tab-pane {
    font-size: 14px;
    letter-spacing: 0.8px;
}

.nav-item.active .nav-link {
    color: #ffffff;
    background: #0069FF;
}

/*======== Tabs End =========*/
/*======== Tab Categories Start =========*/
.categories-box::before {
    content: "";
    position: absolute;
    width: 650px;
    height: 650px;
    right: 0;
    top: 0;
    left: -10%;
    bottom: -150px;
    background: radial-gradient(50% 50% at 50% 50%, #999999 0%, rgba(0, 167, 107, 0) 100%);
    mix-blend-mode: normal;
    opacity: 0.24;
}

.categories-box::after {
    content: "";
    position: absolute;
    width: 650px;
    height: 650px;
    right: 0;
    top: 0;
    background: radial-gradient(50% 50% at 50% 50%, #999999 0%, rgba(0, 167, 107, 0) 100%);
    mix-blend-mode: normal;
    opacity: 0.24;
}

.categories-box .nav .nav-link.active {
    cursor: pointer;
    background: transparent;
    border: 1px solid transparent;
    border-bottom-color: #999999;
    font-size: 34px;
    color: #000000;
}

.categories-box .nav .nav-link {
    color: #000000;
    font-size: 22px;
    background: transparent;
    border: 1px solid transparent;
    transition: 0.3s all ease;
}

.categories-box .nav .nav-link:hover {
    background: transparent;
    border: 1px solid transparent;
    border-bottom-color: #999999;
    font-size: 34px;
    color: #999999;
}

.categories-box .tab.vertical .tab-nav {
    flex-basis: auto;
    width: 25%;
}

@media only screen and (max-width: 767px) {
    .categories-box .tab.vertical .tab-nav {
        width: 100%;
    }
}

.categories-box .tab.vertical .tab-content {
    flex-basis: auto;
    width: 75%;
}

@media only screen and (max-width: 767px) {
    .categories-box .tab.vertical .tab-content {
        width: 100%;
    }
}

/*======== Tab Categories End =========*/
/*======== Tab Style 1 Start =========*/
.tab-style-1 .nav-tabs {
    border-bottom: none;
    justify-content: center;
}

.tab-style-1 .nav-tabs .nav-link {
    border: 1px solid #000000;
    color: #000000;
    border-radius: 50px;
    margin-right: 10px;
    font-weight: 500;
    font-size: 16px;
    background: transparent;
    padding: 10px 30px;
}

.tab-style-1 .nav-tabs .nav-link:hover {
    background: #000000;
    color: #ffffff;
}

@media only screen and (max-width: 767px) {
    .tab-style-1 .nav-tabs .nav-link {
        width: 100%;
        margin-bottom: 10px;
    }
}

.tab-style-1 .nav-tabs .nav-link.active {
    background: #000000;
    color: #ffffff;
}

/*======== Tab Style 1 End =========*/
/*======== Vertical Tab Style 1 Start =========*/
.vertical-tab-1 .tab-title {
    font-size: 26px;
    font-weight: 500;
    border-bottom: 1px solid #000000;
}

.vertical-tab-1 .nav-pills {
    width: 25%;
}

@media only screen and (max-width: 767px) {
    .vertical-tab-1 .nav-pills {
        width: 100%;
    }
}

.vertical-tab-1 .nav-pills .nav-link {
    background: transparent;
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid transparent;
    line-height: normal;
    transition: 0.3s all ease;
    border-radius: 0px;
}

.vertical-tab-1 .nav-pills .nav-link:hover {
    background: transparent;
    color: #5e5e5e;
    font-size: 20px;
}

.vertical-tab-1 .nav-pills .nav-link.active {
    background: transparent;
    color: #000000;
    font-size: 20px;
    border-bottom-color: #5e5e5e;
}

.vertical-tab-1 .tab-content {
    width: 75%;
}

@media only screen and (max-width: 767px) {
    .vertical-tab-1 .tab-content {
        width: 100%;
        margin-top: 30px;
    }
}

/*======== Vertical Tab Style 1 End =========*/
/*======== Category Accordion Start =========*/
.category-page .accordion-button {
    box-shadow: none;
    outline: none;
    background-color: #ffffff;
    color: #000000;
    font-size: 22px;
    transition: all 0.3s;
    border-radius: 0px !important;
}

.category-page .accordion-button:hover {
    letter-spacing: 4px;
    font-weight: 600;
    color: #999999;
}

.category-page .accordion-body .mega-list .mega-title {
    text-transform: capitalize;
}

.category-page .accordion-body .mega-list li {
    margin-bottom: 10px;
}

.category-page .accordion-body .mega-list li a {
    color: #040404;
    transition: all 0.3s;
}

.category-page .accordion-body .mega-list li a:hover {
    letter-spacing: 4px;
    color: #999999;
}

@media (max-width: 991px) {
    .category-page .accordion-body .mega-list {
        padding-left: 0;
        margin-top: 20px;
    }
}

/*======== Category Accordion End =========*/
/*======== Accordion Style 1 Start =========*/
.accordion-style-1 .accordion-item .accordion-button {
    border: 1px solid #000000;
    color: #000000;
    font-weight: 500;
}

.accordion-style-1 .accordion-item .accordion-button:focus {
    border-color: #000000;
    outline: 0;
    box-shadow: none;
}

.accordion-style-1 .accordion-item .accordion-button:after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f067";
    font-size: 20px;
    color: #000000;
    height: auto;
    width: auto;
    line-height: normal;
    background-image: none;
}

.accordion-style-1 .accordion-item .accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #000000;
    box-shadow: none;
}

.accordion-style-1 .accordion-item .accordion-button:not(.collapsed):after {
    background-image: none;
    content: "\f068";
    transform: none;
    color: #ffffff;
}

.dark-template .accordion-style-1 .accordion-item {
    background: transparent;
}

.dark-template .accordion-style-1 .accordion-item .accordion-button {
    background: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
}

.dark-template .accordion-style-1 .accordion-item .accordion-button:after {
    color: #ffffff;
}

.dark-template .accordion-style-1 .accordion-item .accordion-button:not(.collapsed) {
    background: #ffffff;
    color: #000000;
}

.dark-template .accordion-style-1 .accordion-item .accordion-button:not(.collapsed):after {
    color: #000000;
}

.dark-template .accordion-style-1 .accordion-item .accordion-body {
    color: #f9f9f9;
}

/*======== Accordion Style 1 End =========*/
/*======== Accordion Style 2 Start =========*/
.accordion-style-2 .accordion-item .accordion-button {
    border-bottom: 1px solid #000000;
    color: #000000;
    font-weight: 500;
    font-size: 25px;
    border-radius: 0px !important;
}

@media only screen and (max-width: 767px) {
    .accordion-style-2 .accordion-item .accordion-button {
        font-size: 18px;
    }
}

.accordion-style-2 .accordion-item .accordion-button:focus {
    border-color: #000000;
    outline: 0;
    box-shadow: none;
}

.accordion-style-2 .accordion-item .accordion-button:after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f103";
    font-size: 20px;
    color: #000000;
    height: auto;
    width: auto;
    line-height: normal;
    background-image: none;
    transform: rotate(-90deg);
}

.accordion-style-2 .accordion-item .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
}

.accordion-style-2 .accordion-item .accordion-button:not(.collapsed):after {
    background-image: none;
    content: "\f102";
    transform: none;
    color: #000000;
}

.accordion-style-2 .accordion-item .accordion-button .faq-number {
    min-width: 55px;
}

@media only screen and (max-width: 767px) {
    .accordion-style-2 .accordion-item .accordion-button .faq-number {
        min-width: 40px;
    }
}

@media (max-width: 991px) {
    .accordion-style-2 {
        margin-top: 30px;
        margin-bottom: 45px;
    }
}

.dark-template .accordion-style-2 .accordion-item {
    background: transparent;
}

.dark-template .accordion-style-2 .accordion-item .accordion-button {
    background: transparent;
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
}

.dark-template .accordion-style-2 .accordion-item .accordion-button:after {
    color: #ffffff;
}

.dark-template .accordion-style-2 .accordion-item .accordion-button:not(.collapsed) {
    background: transparent;
    color: #ffffff;
}

.dark-template .accordion-style-2 .accordion-item .accordion-button:not(.collapsed):after {
    color: #ffffff;
}

.dark-template .accordion-style-2 .accordion-item .accordion-body {
    color: #f9f9f9;
}

/*======== Accordion Style 2 End =========*/
/*======== Checkout Accordion Start =========*/
.checkout-inner .accordion-button {
    justify-content: space-between;
    background-color: #ffffff;
    box-shadow: none;
    outline: none;
    padding: 0px;
}

.checkout-inner .accordion-button::after {
    display: none;
}

/*======== Checkout Accordion End =========*/
/*======== Home Page Tabs Start =========*/
.demo-page .nav-pills {
    width: 198px;
    margin: auto;
    background-color: #EBEBED;
    border-radius: 25px;
}

.demo-page .nav-pills .nav-link {
    border-radius: 25px;
}

.demo-page .nav-pills .dark-mode-btn.active {
    background-color: #000000;
    color: #ffffff;
}

.demo-page .nav-pills .light.active {
    background-color: #ffffff;
    color: #000000;
}

/*======== Home Page Tabs End =========*/
/*======== Form Part Start =========*/
.form-group input {
    border: 1px solid #bbbbbb;
    padding: 15px;
    border-radius: 4px;
    width: 100%;
    height: 50px;
}

.form-group input.placeholder {
    font-size: 14px;
}

.form-group input:-moz-placeholder {
    font-size: 14px;
}

.form-group input::-moz-placeholder {
    font-size: 14px;
}

.form-group input::-webkit-input-placeholder {
    font-size: 14px;
}

.form-group textarea {
    border: 1px solid #bbbbbb;
    padding: 15px;
    border-radius: 4px;
}

.form-group textarea.placeholder {
    font-size: 14px;
    font-weight: 400;
}

.form-group textarea:-moz-placeholder {
    font-size: 14px;
    font-weight: 400;
}

.form-group textarea::-moz-placeholder {
    font-size: 14px;
    font-weight: 400;
}

.form-group textarea::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 400;
}

.form-group select {
    border: 1px solid #bbbbbb;
    background: transparent;
    padding: 15px;
    border-radius: 4px;
    color: #ffffff;
    height: 50px;
}

.form-group select.placeholder {
    font-size: 14px;
}

.form-group select:-moz-placeholder {
    font-size: 14px;
}

.form-group select::-moz-placeholder {
    font-size: 14px;
}

.form-group select::-webkit-input-placeholder {
    font-size: 14px;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
    box-shadow: none;
    outline: none;
    border-color: #0069FF;
}

/*======== Form Part End =========*/
/*======== Style the indicator (dot/circle) Start =========*/
.field-wrapper {
    position: relative;
    z-index: 2;
}

.field-wrapper input {
    border: 1px solid #bbbbbb;
    padding: 15px;
    border-radius: 0;
    width: 100%;
    height: 50px;
}

.field-wrapper textarea {
    border: 1px solid #bbbbbb;
    padding: 15px;
    border-radius: 4px;
}

.field-wrapper input:focus,
.field-wrapper textarea:focus {
    box-shadow: none;
    outline: none;
    border-color: #0069FF;
}

.field-wrapper .field-placeholder {
    transform: translateY(-50%);
    transition: all 0.2s ease-in-out;
    position: absolute;
    top: 24px;
    left: 1em;
    background-color: #ffffff;
    font-size: 16px;
    color: #bbbbbb;
    font-weight: 400;
    cursor: text;
    pointer-events: none;
}

.field-wrapper input:not([disabled]):focus~.field-placeholder,
.field-wrapper textarea:not([disabled]):focus~.field-placeholder {
    z-index: 1;
    top: 0;
    font-size: 13px;
    padding: 0 0.3em;
    color: #0069FF;
}

.field-wrapper.hasValue input:not([disabled])~.field-placeholder,
.field-wrapper.hasValue textarea:not([disabled])~.field-placeholder {
    z-index: 1;
    top: 0;
    font-size: 13px;
    padding: 0 0.3em;
}

/*======== Style the indicator (dot/circle) End =========*/
/*======== Text Slide Animation Start =========*/
.text-animate-area {
    padding: 30px 10px;
    background-color: #121212;
}

.text-animate-area .text-slide h2 {
    color: #ffffff;
    margin-bottom: 0;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 20px;
}

@media (max-width: 991px) {
    .text-animate-area .text-slide h2 {
        font-size: 20px;
    }
}

.text-animate-area-2 {
    padding: 30px 10px;
    background-color: transparent;
}

.text-animate-area-2 .text-slide h2 {
    margin-bottom: 0;
    color: #ffffff;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 20px;
}

@media (max-width: 991px) {
    .text-animate-area-2 .text-slide h2 {
        font-size: 20px;
    }
}

.text-animate-wrapper {
    transition-timing-function: linear;
    align-items: center;
}

.light-mode .text-animate-area .text-slide h2 {
    color: #000000;
}

/*======== Text Slide Animation End =========*/
/*======== Template Styles =========*/
/*======== Digital Agency Banner Start =========*/
.template-color-10 {
    font-family: "Poppins", sans-serif;
}

.template-color-10 .hero {
    height: 100vh;
}

.template-color-10 .hero .hero-cont-block {
    flex-direction: column;
    min-height: 30vw;
    padding: 12.5vw;
    width: 50vw;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .template-color-10 .hero .hero-cont-block {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .template-color-10 .hero .hero-cont-block {
        width: 100%;
    }
}

.template-color-10 .hero .hero-cont-block::after {
    opacity: 1;
    content: "";
    display: block;
    background-image: url(../img/bg/bg-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 80%;
    left: 0;
    position: absolute;
    bottom: 0;
    transform: scaleX(1);
    transform-origin: 0 0;
    transition: transform 1s cubic-bezier(0.82, 0.005, 0.29, 1) 1.1s;
    width: 100%;
    animation-name: slideInLeft;
    animation-fill-mode: both;
    animation-duration: 1.5s;
    animation-delay: 0.8s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .template-color-10 .hero .hero-cont-block::after {
        height: 40vh;
    }
}

@media only screen and (max-width: 767px) {
    .template-color-10 .hero .hero-cont-block::after {
        height: 30vh;
    }
}

.template-color-10 .hero .text-block {
    height: 60vh;
    left: 10%;
    top: 20%;
}

@media (max-width: 991px) {
    .template-color-10 .hero .text-block {
        top: 16vh;
        height: auto;
        left: 20vw;
    }
}

@media (max-width: 1023px) {
    .template-color-10 .hero .text-block {
        top: 20vh;
        height: auto;
        left: 0vw;
        position: relative !important;
    }
}

.template-color-10 .hero .text-block h1 {
    font-family: "Poppins", sans-serif;
    font-size: 90px;
    letter-spacing: -1.25px;
    width: 100%;
    line-height: 1em;
    animation-name: fadeInUp;
    animation-fill-mode: both;
    animation-duration: 1.5s;
    animation-delay: 1.5s;
    opacity: 1;
}

@media (max-width: 991px) {
    .template-color-10 .hero .text-block h1 {
        font-size: 44px;
        text-align: center !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .template-color-10 .hero .text-block h1 {
        font-size: 50px;
    }
}

.template-color-10 .hero .text-block2 {
    right: 5%;
    top: 30%;
    padding-left: 25px;
    border-left: 2px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width: 767px) {
    .template-color-10 .hero .text-block2 {
        top: 35vh;
        height: auto;
        right: 10vw;
        border-left: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .template-color-10 .hero .text-block2 {
        top: 33vh;
        height: auto;
        right: 0vw;
        padding-left: 0px !important;
        border-left: none;
        left: 0px;
    }
}

.template-color-10 .hero .text-block2 p {
    text-align: right;
    animation-name: fadeInRight;
    animation-fill-mode: both;
    animation-duration: 2s;
    animation-delay: 2s;
    opacity: 1;
    padding: 0px 7px;
}

@media (max-width: 991px) {
    .template-color-10 .hero .text-block2 p {
        text-align: center !important;
    }
}

.template-color-10 .hero #hero-block {
    transform: translateX(0%);
    height: 100vh;
    transition: all 1.35s cubic-bezier(0.82, 0.005, 0.29, 1) 0.75s;
}

@media (max-width: 1023px) {
    .template-color-10 .hero #hero-block {
        transform: translateX(0);
        width: 80%;
        height: 32vh;
        margin: 0 auto;
        margin-top: -10vh;
        z-index: 3;
        transition: transform 1s cubic-bezier(0.82, 0.005, 0.29, 1) 1.1s;
        animation-name: slideInUp;
        animation-fill-mode: both;
        animation-duration: 1.5s;
        animation-delay: 1s;
    }
}

.template-color-10 .hero #hero-block #hero-image {
    transition: transform 2.5s cubic-bezier(0.21, 0, 0.18, 1);
    transform: scale(1);
}

.template-color-10 .hero #hero-block #hero-image img {
    -o-object-fit: cover;
    object-fit: cover;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .template-color-10 .hero .btn-wrapper {
        top: 115px;
    }
}

@media only screen and (max-width: 767px) {
    .template-color-10 .hero .btn-wrapper {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .template-color-10 .hero {
        height: 90vh;
    }
}

.template-color-10 .bg-marquee {
    background-color: #f9a185;
}

.template-color-10 .lines {
    width: 90vw;
}

.template-color-10 .lines .line-1 {
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    background: rgba(255, 255, 255, 0.1);
    overflow: hidden;
}

.template-color-10 .lines .line-1::after {
    content: "";
    display: block;
    position: absolute;
    height: 15vh;
    width: 100%;
    top: -50%;
    left: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 100%);
    animation: drop 25s 0s infinite;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}

.template-color-10 .lines .line-1:nth-child(1) {
    margin-left: -25%;
}

.template-color-10 .lines .line-1:nth-child(1)::after {
    animation-delay: 2s;
}

.template-color-10 .lines .line-1:nth-child(3) {
    margin-left: 25%;
}

.template-color-10 .lines .line-1:nth-child(3)::after {
    animation-delay: 2.5s;
}

@keyframes drop {
    0% {
        top: -50%;
    }

    100% {
        top: 110%;
    }
}

.light-mode .lines .line-1 {
    background: #dee2e6;
}

.light-mode .lines .line-1::after {
    content: "";
    background: linear-gradient(to bottom, #ffffff 0%, #000000 75%, #000000 100%);
}

.light-mode .graph-img {
    filter: brightness(0.1);
}

.light-mode .text-block2 {
    border-left: 2px solid #999999 !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .light-mode .text-block2 {
        border-left: none !important;
    }
}

@media only screen and (max-width: 767px) {
    .light-mode .text-block2 {
        border-left: none !important;
    }
}

/*======== Digital Agency Banner End =========*/
/*======== Digital Marketing Banner Start =========*/
.template-color-4 .banner-sec {
    background-color: #040404;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .template-color-4 .banner-sec {
        padding-bottom: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .template-color-4 .banner-sec {
        padding-top: 125px !important;
        padding-bottom: 90px;
    }
}

@media only screen and (max-width: 767px) {
    .template-color-4 .banner-sec {
        padding-bottom: 60px;
        padding-top: 125px !important;
    }
}

.template-color-4 .banner-sec .banner-main-box {
    display: grid;
    grid-template-columns: 3fr 1fr;
}

@media (max-width: 991px) {
    .template-color-4 .banner-sec .banner-main-box {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991px) {
    .template-color-4 .banner-sec .banner-main-box .banner-left-box {
        grid-row: 2;
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        justify-content: center;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .template-color-4 .banner-sec .banner-main-box .banner-left-box img {
        max-width: 200px;
    }
}

@media only screen and (max-width: 767px) {
    .template-color-4 .banner-sec .banner-main-box .banner-left-box img {
        max-width: 100%;
        margin: 0;
    }
}

.template-color-4 .banner-sec .banner-main-box .banner-left-box .image-1 {
    transform: translateX(-100px);
}

@media only screen and (min-width: 1400px) and (max-width: 1919px) {
    .template-color-4 .banner-sec .banner-main-box .banner-left-box .image-1 {
        transform: translateX(155px);
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .template-color-4 .banner-sec .banner-main-box .banner-left-box .image-1 {
        transform: translateX(-30px);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .template-color-4 .banner-sec .banner-main-box .banner-left-box .image-1 {
        transform: translateX(-25px);
    }
}

@media only screen and (max-width: 767px) {
    .template-color-4 .banner-sec .banner-main-box .banner-left-box .image-1 {
        transform: translateX(0);
    }
}

.template-color-4 .banner-sec .banner-main-box .banner-left-box .image-2 {
    transform: translateX(62px);
}

@media only screen and (max-width: 767px) {
    .template-color-4 .banner-sec .banner-main-box .banner-left-box .image-2 {
        transform: translateX(0);
    }
}

.template-color-4 .banner-sec .banner-main-box .banner-left-box .image-3 {
    transform: translateX(-100px);
}

@media only screen and (min-width: 1400px) and (max-width: 1919px) {
    .template-color-4 .banner-sec .banner-main-box .banner-left-box .image-3 {
        transform: translateX(-40px);
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .template-color-4 .banner-sec .banner-main-box .banner-left-box .image-3 {
        transform: translateX(-30px);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .template-color-4 .banner-sec .banner-main-box .banner-left-box .image-3 {
        transform: translateX(-25px);
    }
}

@media only screen and (max-width: 767px) {
    .template-color-4 .banner-sec .banner-main-box .banner-left-box .image-3 {
        transform: translateX(0);
    }
}

@media only screen and (max-width: 767px) {
    .template-color-4 .banner-sec .banner-main-box .banner-right-box {
        grid-row: 1;
    }
}

.template-color-4 .banner-sec .banner-main-box .banner-right-box .title {
    font-size: 130px;
    line-height: 1;
    text-transform: capitalize;
    padding-bottom: 40px;
    padding-top: 80px;
    padding-left: 20px;
}

@media only screen and (min-width: 1199px) and (max-width: 1399px) {
    .template-color-4 .banner-sec .banner-main-box .banner-right-box .title {
        font-size: 88px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .template-color-4 .banner-sec .banner-main-box .banner-right-box .title {
        font-size: 86px;
        padding-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .template-color-4 .banner-sec .banner-main-box .banner-right-box .title {
        font-size: 80px;
        padding-bottom: 30px;
        padding-top: 30px;
        padding-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .template-color-4 .banner-sec .banner-main-box .banner-right-box .title {
        font-size: 38px;
        padding-bottom: 20px;
        padding-top: 0;
        padding-left: 0;
    }
}

.template-color-4 .banner-sec .banner-main-box .banner-right-box .title span {
    padding-left: 170px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .template-color-4 .banner-sec .banner-main-box .banner-right-box .title span {
        padding-left: 120px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .template-color-4 .banner-sec .banner-main-box .banner-right-box .title span {
        padding-left: 90px;
    }
}

@media only screen and (max-width: 767px) {
    .template-color-4 .banner-sec .banner-main-box .banner-right-box .title span {
        padding-left: 60px;
    }
}

.template-color-4 .banner-sec .banner-main-box .banner-right-box p {
    font-size: 18px;
    max-width: 340px;
    margin-left: 350px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .template-color-4 .banner-sec .banner-main-box .banner-right-box p {
        margin-left: 300px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .template-color-4 .banner-sec .banner-main-box .banner-right-box p {
        margin-left: 220px;
    }
}

@media only screen and (max-width: 767px) {
    .template-color-4 .banner-sec .banner-main-box .banner-right-box p {
        font-size: 16px;
        margin-left: 0px;
    }
}

/*======== Digital Marketing Banner End =========*/
/*======== Hero Style 1 Start =========*/
.hero-style-1 {
    position: relative;
}

.hero-style-1 .hero-content-1 {
    padding-top: 260px;
    position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .hero-style-1 .hero-content-1 {
        padding-top: 210px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-style-1 .hero-content-1 {
        padding-top: 80px !important;
    }
}

@media only screen and (max-width: 767px) {
    .hero-style-1 .hero-content-1 {
        padding-top: 75px !important;
    }
}

.hero-style-1 .hero-right-1 {
    padding-top: 0;
    position: absolute;
    right: 30px;
    bottom: 30px;
    width: 70%;
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .hero-style-1 .hero-right-1 {
        padding-top: 40px;
        position: relative;
        right: 0;
        bottom: 0;
        width: 100%;
    }
}

.hero-style-1 .hero-right-1 img {
    margin-left: 0;
    max-width: 100%;
    border-top-left-radius: 80px;
    border-bottom-right-radius: 80px;
}

@media (max-width: 1365px) {
    .hero-style-1 .hero-right-1 img {
        max-width: 100%;
    }
}

/*======== Hero Style 1 End =========*/
/*======== Freelancer Banner Start =========*/
.header-freelancer {
    overflow: hidden;
}

@media (max-width: 991px) {
    .header-freelancer {
        padding-top: 120px;
    }
}

.header-freelancer:before {
    opacity: 0.8;
}

.header-freelancer .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: right bottom;
}

@media only screen and (max-width: 767px) {
    .header-freelancer .bg-img {
        opacity: 0;
    }
}

.header-freelancer .img {
    position: relative;
}

.header-freelancer .img:after {
    content: "*";
    font-size: 50vw;
    line-height: 0;
    color: transparent;
    -webkit-text-stroke: 1px #c9f31d;
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translateX(-50%);
}

.header-freelancer .img img {
    position: relative;
    z-index: 3;
}

@media only screen and (max-width: 767px) {
    .header-freelancer .caption h1 {
        font-size: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-freelancer .caption h1 {
        font-size: 44px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-freelancer .caption h1 {
        font-size: 44px;
    }
}

.full-height {
    min-height: 100vh;
}

@media (max-width: 991px) {
    .font-size-50 {
        font-size: 35px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .font-size-100 {
        font-size: 3.5rem;
    }
}

@media only screen and (max-width: 767px) {
    .font-size-100 {
        font-size: 2.75rem;
    }
}

/*======== Freelancer Banner End =========*/
/*======== Personal Portfolio Banner Start =========*/
.template-color-6 {
    background-color: #040404;
}

.template-color-6 .portfolio-main-hero-area {
    background-color: #040404;
    overflow: hidden;
    position: relative;
    padding-top: 350px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .template-color-6 .portfolio-main-hero-area {
        padding-top: 160px;
    }
}

@media only screen and (max-width: 767px) {
    .template-color-6 .portfolio-main-hero-area {
        padding-top: 160px;
    }
}

.template-color-6 .portfolio-main-hero-area::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 100px;
    left: 80px;
    bottom: 400px;
    background-image: url(../img/shape/Corner-Curves-Star.png);
    background-repeat: no-repeat;
    animation: wcZoom 3s infinite linear;
    filter: invert(1);
    background-size: cover;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .template-color-6 .portfolio-main-hero-area::after {
        left: 0;
        bottom: 110px;
    }
}

@media only screen and (max-width: 767px) {
    .template-color-6 .portfolio-main-hero-area::after {
        left: 0;
        bottom: -10px;
    }
}

.template-color-6 .portfolio-main-hero-area .portfolio-hero-sec {
    padding-bottom: 60px;
}

@media only screen and (max-width: 767px) {
    .template-color-6 .portfolio-main-hero-area .portfolio-hero-sec {
        padding-top: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .template-color-6 .portfolio-main-hero-area .portfolio-hero-sec {
        padding-bottom: 300px;
    }
}

.template-color-6 .portfolio-main-hero-area .portfolio-hero-sec .after-none::after {
    display: none;
}

.template-color-6 .portfolio-main-hero-area .portfolio-hero-sec .big-title {
    font-weight: 600;
    font-size: 200px;
    line-height: 0.9;
    text-align: center;
    text-transform: uppercase;
    color: #121212;
    opacity: 10;
}

.template-color-6 .portfolio-main-hero-area .portfolio-hero-sec .big-title::after {
    position: absolute;
    content: "";
    width: 62px;
    height: 62px;
    right: -50px;
    top: 75px;
    background-image: url(../img/shape/star-white.png);
    background-repeat: no-repeat;
    background-position: right;
    animation: wcSpinner 3s infinite linear;
    -webkit-filter: invert(1);
    background-size: cover;
    filter: invert(1);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .template-color-6 .portfolio-main-hero-area .portfolio-hero-sec .big-title::after {
        top: 60px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .template-color-6 .portfolio-main-hero-area .portfolio-hero-sec .big-title::after {
        right: -10px;
        top: 35px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .template-color-6 .portfolio-main-hero-area .portfolio-hero-sec .big-title::after {
        top: 12px;
        right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .template-color-6 .portfolio-main-hero-area .portfolio-hero-sec .big-title::after {
        top: -60px;
        right: 0;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1919px) {
    .template-color-6 .portfolio-main-hero-area .portfolio-hero-sec .big-title {
        font-size: 180px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .template-color-6 .portfolio-main-hero-area .portfolio-hero-sec .big-title {
        font-size: 160px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .template-color-6 .portfolio-main-hero-area .portfolio-hero-sec .big-title {
        font-size: 140px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .template-color-6 .portfolio-main-hero-area .portfolio-hero-sec .big-title {
        font-size: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .template-color-6 .portfolio-main-hero-area .portfolio-hero-sec .big-title {
        font-size: 42px;
    }
}

.template-color-6 .portfolio-main-hero-area .big-title.text-stroke {
    -webkit-text-stroke: 1px #999999;
    color: transparent;
    margin: 0 -140px;
    opacity: 10;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .template-color-6 .portfolio-main-hero-area .big-title.text-stroke {
        margin-bottom: 15px;
    }
}

.template-color-6 .portfolio-main-hero-area .pp-thumb {
    max-width: 40%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

@media only screen and (min-width: 1400px) and (max-width: 1580px) {
    .template-color-6 .portfolio-main-hero-area .pp-thumb {
        max-width: 500px;
        left: 0;
        right: 0;
        margin: auto;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .template-color-6 .portfolio-main-hero-area .pp-thumb {
        max-width: 780px;
        left: 0;
        right: 0;
        margin: auto;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .template-color-6 .portfolio-main-hero-area .pp-thumb {
        max-width: 500px;
        margin: auto;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .template-color-6 .portfolio-main-hero-area .pp-thumb {
        max-width: 500px;
        left: 0;
        right: 0;
        margin: auto;
    }
}

@media only screen and (max-width: 767px) {
    .template-color-6 .portfolio-main-hero-area .pp-thumb {
        max-width: 215px;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 10;
    }
}

@keyframes wcZoom {
    0% {
        scale: 1;
    }

    50% {
        scale: 0.5;
    }

    100% {
        scale: 1;
    }
}

@keyframes wcSpinner {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.light-mode .portfolio-main-hero-area .portfolio-hero-sec .big-title::after {
    content: "";
    filter: none;
}

.light-mode .portfolio-main-hero-area::after {
    content: "";
    filter: none;
}

/*======== Personal Portfolio Banner End =========*/
/*======== Woocommerce Page Banner Start =========*/
.template-color-9 .text-with-img-slider .banner-text-box {
    padding-left: 210px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .template-color-9 .text-with-img-slider .banner-text-box {
        padding-left: 120px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .template-color-9 .text-with-img-slider .banner-text-box {
        padding-left: 60px;
    }
}

@media (max-width: 991px) {
    .template-color-9 .text-with-img-slider .banner-text-box {
        padding-left: 0;
    }
}

@media (max-width: 991px) {
    .template-color-9 .text-with-img-slider .single-welcome-slide {
        padding-left: 25px;
    }
}

.template-color-9 .text-with-img-slider .custom-slider-row .welcome-slides .owl-prev,
.template-color-9 .text-with-img-slider .custom-slider-row .welcome-slides .owl-next {
    width: 50px;
    height: 50px;
    border-radius: 0;
    position: absolute;
    bottom: 5px;
    top: auto;
    z-index: 10;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    background: transparent;
    border: 1px solid transparent;
    color: #ffffff;
    right: 0;
}

.template-color-9 .text-with-img-slider .custom-slider-row .welcome-slides .owl-prev:hover,
.template-color-9 .text-with-img-slider .custom-slider-row .welcome-slides .owl-next:hover {
    background-color: #ffffff;
    color: #000000;
}

.template-color-9 .text-with-img-slider .custom-slider-row .welcome-slides .owl-prev {
    right: 50px;
    left: auto;
}

.template-color-9 .text-with-img-slider .custom-slider-row .slider-left {
    min-height: 100%;
}

.template-color-9 .shop-cart-box .product:hover .product-img {
    box-shadow: none;
}

.template-color-9 .carousel-indicators [data-bs-target] {
    background: transparent;
    border-radius: 50px;
    width: 8px;
    height: 8px;
    border: 1px solid #ffffff;
    opacity: 1;
}

.template-color-9 .carousel-indicators .active {
    background: #ffffff;
    width: 25px;
}

/*======== Woocommerce Page Banner End =========*/
/*======== Index Home Page Banner Start =========*/
.banner-landing-2 .ul-li-center>ul {
    padding: 0;
    margin: 0 auto;
    display: table;
}

.banner-landing-2 .ul-li-center>ul>li:not(:last-child) {
    margin-right: 75px;
}

.banner-landing-2 .ul-li-center>ul>li {
    list-style: none;
    display: inline-block;
}

.banner-landing-2 .counter-up-wrap>ul>li h3 {
    margin-bottom: 0;
    color: #000000;
    font-size: 100px;
}

.banner-landing-2 .counter-up-wrap>ul>li h3 span {
    font-weight: 600;
    display: inline-block;
}

.banner-landing-2 .counter-up-wrap sup {
    top: -0.5em;
}

.banner-landing-2 .content-area h1 {
    font-size: 2.5rem;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 2.5px;
}

.banner-landing-2 .content-area h1 span {
    text-decoration: underline;
    color: #20b99c;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-landing-2 .content-area h1 {
        font-size: 48px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-landing-2 .content-area h1 {
        font-size: 38px;
    }
}

@media only screen and (max-width: 479px) {
    .banner-landing-2 .content-area h1 {
        font-size: 30px;
    }
}

.banner-landing-2 .content-area p {
    color: #ffffff;
    font-size: 1.2rem;
    letter-spacing: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-landing-2 .content-area p {
        font-size: 1rem;
    }
}

@media only screen and (max-width: 767px) {
    .banner-landing-2 .content-area p {
        font-size: 18px;
    }
}

/*======== Index Home Page Banner End =========*/
/*======== Footer area Start =========*/
.footer-logo img {
    width: 120px;
}

.footer-part {
    position: relative;
    z-index: 2;
}

.footer-part .inner p {
    font-size: 1rem;
    letter-spacing: 0.4px;
}

@media only screen and (max-width: 767px) {
    .footer-part .inner p {
        margin-bottom: 3rem;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-part .inner p {
        margin-bottom: 3rem;
    }
}

.footer-part .inner ul {
    margin-bottom: 0;
    padding: 0;
}

@media (max-width: 991px) {
    .footer-part .inner ul {
        margin-bottom: 15px;
    }
}

.footer-part .inner ul:not(.social-icon) li {
    padding: 8px 0;
}

.footer-part .inner ul:not(.social-icon) li a {
    position: relative;
    display: inline-block;
    font-size: 1rem;
}

.footer-part .inner ul:not(.social-icon) li:hover a {
    color: #000000;
}

.footer-part .inner ul:not(.social-icon) li:hover a::after {
    width: 100%;
    right: 0;
}

.footer-part .inner h3 {
    font-size: 20px;
}

.footer-part .inner.text-style-light h3,
.footer-part .inner.text-style-light .footer-join h2 {
    color: #ffffff;
}

.footer-part .inner .footer-nav ul .item {
    padding: 15px;
}

.footer-part .footer-copyright {
    width: 100%;
    padding: 0 15px;
}

.footer-part .footer-copyright.text-style-light .copyright p {
    color: #e2e2e2;
}

.footer-part .footer-copyright.text-style-light-2 .copyright p {
    color: #ffffff;
}

.footer-part .footer-copyright .copyright p {
    font-size: 1rem;
}

.footer-part .footer-copyright .copyright a {
    color: #ffffff;
}

.footer-part.footer-classic .footer-links a {
    position: relative;
    padding: 3px 5px;
    color: #ffffff;
}

.footer-part.footer-classic .footer-links a:hover {
    color: #0069FF;
}

.footer-part.footer-classic .contact-mata {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.footer-part.footer-classic .contact-mata i {
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, 0.11);
    color: #ffffff;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-part.footer-classic .contact-mata p,
.footer-part.footer-classic .contact-mata a {
    margin: 0;
    color: #ffffff;
}

.footer-part.footer-classic .contact-mata:hover i {
    background: #0069FF;
}

.footer-black-bg {
    background-position: top;
    background-size: cover;
}

.footer-black-bg .footer-title {
    position: relative;
}

.footer-black-bg .footer-title:before {
    background: #ffffff;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    border-radius: 20px;
    background-size: 200%;
    width: 15px;
}

.footer-black-bg .footer-title:after {
    background: #ffffff;
    width: 45px;
    left: 20px;
    content: "";
    position: absolute;
    bottom: 0;
    height: 4px;
    border-radius: 20px;
    background-size: 200%;
}

/*======== Footer area End =========*/
/*======== Digital Agency Footer Start =========*/
@media (max-width: 991px) {
    .template-color-10 .get-started {
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .template-color-10 .get-started h2 {
        font-size: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .template-color-10 .get-started h2 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .template-color-10 .get-started h1 {
        font-size: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .template-color-10 .get-started h1 {
        font-size: 40px;
    }
}

.template-color-10 .get-started p {
    line-break: anywhere;
    font-size: 26px;
    line-height: 1.2;
}

@media only screen and (max-width: 767px) {
    .template-color-10 .get-started p {
        font-size: 18px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .template-color-10 .get-started p {
        font-size: 22px;
        line-height: 28px;
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

.vert-move {
    animation: mover 1s infinite alternate;
}

.footer-part a {
    letter-spacing: 1.5px;
}

.footer-part a:hover {
    letter-spacing: 2.5px;
    color: #999999;
    transition: all 0.7s;
}

.footer-part .social-icons-simple a:hover {
    color: #000000;
}

/*======== Digital Agency Footer End =========*/
/*======== Digital Marketing Footer Start =========*/
.template-color-4 .footer {
    background-color: #040404;
}

.template-color-4 .copyright-box {
    background-color: #040404;
}

@media (min-width: 992px) {
    .template-color-4 .footer::after {
        position: absolute;
        content: "";
        width: 1px;
        height: 100%;
        top: 0;
        left: 50%;
        background: #c9f31d;
    }
}

.template-color-4 .footer-shape::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 100%;
    top: 0;
    left: -40px;
    background: #c9f31d;
    transform: skew(40deg);
}

@media only screen and (max-width: 767px) {
    .template-color-4 .footer-shape::before {
        display: none;
    }
}

.template-color-4.light-mode .footer .text-grey {
    color: #999999;
}

.footer-links a:hover {
    letter-spacing: 2.5px;
    color: #999999;
    transition: all 0.7s;
}

/*======== Digital Marketing Footer End =========*/
/*======== Woocommerce Footer Start =========*/
.template-color-9 .footer-black-bg {
    background-color: #040404;
    background-image: none;
}

/*======== Woocommerce Footer End =========*/
/*======== Startup Footer Start =========*/
.footer-style-2 .footer-top-3 {
    border-bottom: 1px solid #262626;
    border-top: 1px solid #262626;
}

.footer-style-2 .footer-top-3 .footer-top-wrapper-3 {
    padding: 0 50px;
    display: grid;
    grid-template-columns: 30% 10% auto;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .footer-style-2 .footer-top-3 .footer-top-wrapper-3 {
        grid-template-columns: 35% 15% auto;
        gap: 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-style-2 .footer-top-3 .footer-top-wrapper-3 {
        grid-template-columns: 35% 20% auto;
        gap: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-style-2 .footer-top-3 .footer-top-wrapper-3 {
        grid-template-columns: 35% 25% auto;
        padding: 0px 25px;
    }
}

@media only screen and (max-width: 767px) {
    .footer-style-2 .footer-top-3 .footer-top-wrapper-3 {
        padding: 0 15px;
        grid-template-columns: 1fr;
    }
}

@media only screen and (max-width: 767px) {
    .footer-style-2 .footer-top-3 .footer-top-wrapper-3 .footer-logo-3 {
        padding: 30px 0px;
    }
}

.footer-style-2 .footer-top-3 .footer-top-wrapper-3 .footer-logo-3 img {
    margin-bottom: 30px;
    width: 120px;
}

.footer-style-2 .footer-top-3 .footer-top-wrapper-3 .footer-logo-3 p {
    max-width: 310px;
    color: #999999;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-style-2 .footer-top-3 .footer-top-wrapper-3 .footer-logo-3 p {
        max-width: 220px;
    }
}

@media only screen and (max-width: 767px) {
    .footer-style-2 .footer-top-3 .footer-top-wrapper-3 .footer-logo-3 p {
        max-width: 100%;
    }
}

.footer-style-2 .footer-top-3 .footer-top-wrapper-3 .footer-social-3 {
    border-left: 1px solid #262626;
    border-right: 1px solid #262626;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-style-2 .footer-top-3 .footer-top-wrapper-3 .footer-social-3 {
        margin-top: 0px;
        border-top: 1px solid #262626;
        border-bottom: 1px solid #262626;
    }
}

.footer-style-2 .footer-top-3 .footer-top-wrapper-3 .footer-social-3 li {
    display: block;
    border-bottom: 1px solid #262626;
}

.footer-style-2 .footer-top-3 .footer-top-wrapper-3 .footer-social-3 li:last-child {
    border-bottom: 0;
}

.footer-style-2 .footer-top-3 .footer-top-wrapper-3 .footer-social-3 li a {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    padding: 38px 0;
    background-color: transparent;
    transition: all 0.3s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-style-2 .footer-top-3 .footer-top-wrapper-3 .footer-social-3 li a {
        padding: 30px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-style-2 .footer-top-3 .footer-top-wrapper-3 .footer-social-3 li a {
        padding: 30px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-style-2 .footer-top-3 .footer-top-wrapper-3 .footer-social-3 li a {
        padding: 30px 0;
    }
}

.footer-style-2 .footer-top-3 .footer-top-wrapper-3 .footer-social-3 li a:hover {
    color: #000000;
    background-color: #ffffff;
}

.footer-style-2 .footer-btm-3 {
    padding: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-style-2 .footer-btm-3 {
        padding: 40px 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-style-2 .footer-btm-3 {
        padding: 40px 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-style-2 .footer-btm-3 .row {
        flex-direction: column-reverse;
    }
}

@media only screen and (max-width: 767px) {
    .footer-style-2 .footer-btm-3 .row {
        flex-direction: column-reverse;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-style-2 .footer-btm-3 {
        padding: 30px 10px;
    }
}

.footer-style-2 .footer-btm-3 .footer-copyright-3 p {
    color: #ffffff;
    max-width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-style-2 .footer-btm-3 .footer-copyright-3 p {
        text-align: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-style-2 .footer-btm-3 .footer-copyright-3 p {
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .footer-style-2 .footer-btm-3 .footer-copyright-3 p {
        text-align: center;
    }
}

.footer-style-2 .footer-btm-3 .footer-copyright-3 p a {
    color: #ffffff;
}

.footer-style-2 .footer-btm-3 .footer-copyright-3 p a:hover {
    color: #ffffff;
}

.footer-style-2 .footer-contact-3 {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (max-width: 767px) {
    .footer-style-2 .footer-contact-3 {
        padding-bottom: 25px;
    }
}

@keyframes anim {
    35% {
        transform: rotateX(360deg);
    }

    100% {
        transform: rotateX(360deg);
    }
}

.footer-style-2 .footer-contact-3 .text-footer-anim {
    perspective: 1000px;
    -webkit-perspective: 1000px;
}

.footer-style-2 .footer-contact-3 .text-footer-anim>span {
    display: inline-block;
    color: #ffffff;
    font-size: 140px;
    transform-style: preserve-3d;
    transform-origin: 0 100%;
    animation: anim 3s infinite linear;
}

@media only screen and (max-width: 767px) {
    .footer-style-2 .footer-contact-3 .text-footer-anim>span {
        font-size: 58px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-style-2 .footer-contact-3 .text-footer-anim>span {
        font-size: 58px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-style-2 .footer-contact-3 .text-footer-anim>span {
        font-size: 60px;
    }
}

.footer-style-2 .footer-contact-3 .text-footer-anim>span:nth-child(even) {
    color: #20b99c;
}

.footer-style-2 .footer-contact-3 .text-footer-anim>span:nth-child(2) {
    animation-delay: 0.2s;
}

.footer-style-2 .footer-contact-3 .text-footer-anim>span:nth-child(3) {
    animation-delay: 0.4s;
}

.footer-style-2 .footer-contact-3 .text-footer-anim>span:nth-child(4) {
    animation-delay: 0.6s;
}

.footer-style-2 .footer-contact-3 .text-footer-anim>span:nth-child(5) {
    animation-delay: 0.8s;
}

.footer-style-2 .footer-contact-3 .text-footer-anim>span:nth-child(6) {
    animation-delay: 1s;
}

.footer-style-2 .footer-contact-3 .text-footer-anim>span:nth-child(7) {
    animation-delay: 1.2s;
}

.footer-style-2 .footer-nav-2 {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-style-2 .footer-nav-2 {
        justify-content: center;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-style-2 .footer-nav-2 {
        justify-content: center;
    }
}

@media only screen and (max-width: 767px) {
    .footer-style-2 .footer-nav-2 {
        justify-content: center;
    }
}

.footer-style-2 .footer-nav-2 .footer-menu-2 {
    text-align: right;
}

@media only screen and (max-width: 767px) {
    .footer-style-2 .footer-nav-2 .footer-menu-2 {
        text-align: center;
    }
}

.footer-style-2 .footer-nav-2 .footer-menu-2 li {
    display: inline-block;
    padding-left: 80px;
}

@media only screen and (min-width: 1300px) and (max-width: 1599px) {
    .footer-style-2 .footer-nav-2 .footer-menu-2 li {
        padding-left: 60px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-style-2 .footer-nav-2 .footer-menu-2 li {
        padding-left: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-style-2 .footer-nav-2 .footer-menu-2 li {
        padding-left: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .footer-style-2 .footer-nav-2 .footer-menu-2 li {
        padding-left: 8px;
        padding-right: 8px;
    }
}

.footer-style-2 .footer-nav-2 .footer-menu-2 li a {
    color: #ffffff;
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    text-transform: capitalize;
}

.footer-style-2 .footer-nav-2 .footer-menu-2 li a .menu-text {
    display: flex;
    overflow: hidden;
    text-shadow: 0 16px 0 #ffffff;
}

.footer-style-2 .footer-nav-2 .footer-menu-2 li a .menu-text span {
    display: block;
    backface-visibility: hidden;
    font-style: normal;
    transition: transform 0.4s ease;
    transform: translateY(var(--m)) translateZ(0);
}

.footer-style-2 .footer-nav-2 .footer-menu-2 li a .menu-text span:nth-child(1) {
    transition-delay: 0.05s;
}

.footer-style-2 .footer-nav-2 .footer-menu-2 li a .menu-text span:nth-child(2) {
    transition-delay: 0.1s;
}

.footer-style-2 .footer-nav-2 .footer-menu-2 li a .menu-text span:nth-child(3) {
    transition-delay: 0.15s;
}

.footer-style-2 .footer-nav-2 .footer-menu-2 li a .menu-text span:nth-child(4) {
    transition-delay: 0.2s;
}

.footer-style-2 .footer-nav-2 .footer-menu-2 li a .menu-text span:nth-child(5) {
    transition-delay: 0.25s;
}

.footer-style-2 .footer-nav-2 .footer-menu-2 li a .menu-text span:nth-child(6) {
    transition-delay: 0.3s;
}

.footer-style-2 .footer-nav-2 .footer-menu-2 li a .menu-text span:nth-child(7) {
    transition-delay: 0.35s;
}

.footer-style-2 .footer-nav-2 .footer-menu-2 li a .menu-text span:nth-child(8) {
    transition-delay: 0.4s;
}

.footer-style-2 .footer-nav-2 .footer-menu-2 li a .menu-text span:nth-child(9) {
    transition-delay: 0.45s;
}

.footer-style-2 .footer-nav-2 .footer-menu-2 li a .menu-text span:nth-child(10) {
    transition-delay: 0.5s;
}

.footer-style-2 .footer-nav-2 .footer-menu-2 li a .menu-text span:nth-child(11) {
    transition-delay: 0.55s;
}

.footer-style-2 .footer-nav-2 .footer-menu-2 li a .menu-text span:nth-child(12) {
    transition-delay: 0.6s;
}

.footer-style-2 .footer-nav-2 .footer-menu-2 li a .menu-text span:nth-child(13) {
    transition-delay: 0.65s;
}

.footer-style-2 .footer-nav-2 .footer-menu-2 li a .menu-text span:nth-child(14) {
    transition-delay: 0.7s;
}

.footer-style-2 .footer-nav-2 .footer-menu-2 li a .menu-text span:nth-child(15) {
    transition-delay: 0.75s;
}

.footer-style-2 .footer-nav-2 .footer-menu-2 li a .menu-text span:nth-child(16) {
    transition-delay: 0.8s;
}

.footer-style-2 .footer-nav-2 .footer-menu-2 li a .menu-text span:nth-child(17) {
    transition-delay: 0.85s;
}

.footer-style-2 .footer-nav-2 .footer-menu-2 li a .menu-text span:nth-child(18) {
    transition-delay: 0.9s;
}

.footer-style-2 .footer-nav-2 .footer-menu-2 li a .menu-text span:nth-child(19) {
    transition-delay: 0.95s;
}

.footer-style-2 .footer-nav-2 .footer-menu-2 li a .menu-text span:nth-child(20) {
    transition-delay: 1s;
}

.footer-style-2 .footer-nav-2 .footer-menu-2 li a .menu-text span:nth-child(21) {
    transition-delay: 1.05s;
}

.footer-style-2 .footer-nav-2 .footer-menu-2 li a .menu-text span:nth-child(22) {
    transition-delay: 1.1s;
}

.footer-style-2 .footer-nav-2 .footer-menu-2 li a .menu-text span:nth-child(23) {
    transition-delay: 1.15s;
}

.footer-style-2 .footer-nav-2 .footer-menu-2 li a .menu-text span:nth-child(24) {
    transition-delay: 1.2s;
}

.footer-style-2 .footer-nav-2 .footer-menu-2 li a .menu-text span:nth-child(25) {
    transition-delay: 1.25s;
}

.footer-style-2 .footer-nav-2 .footer-menu-2 li a .menu-text span:nth-child(26) {
    transition-delay: 1.3s;
}

.footer-style-2 .footer-nav-2 .footer-menu-2 li a .menu-text span:nth-child(27) {
    transition-delay: 1.35s;
}

.footer-style-2 .footer-nav-2 .footer-menu-2 li a .menu-text span:nth-child(28) {
    transition-delay: 1.4s;
}

.footer-style-2 .footer-nav-2 .footer-menu-2 li a .menu-text span:nth-child(29) {
    transition-delay: 1.45s;
}

.footer-style-2 .footer-nav-2 .footer-menu-2 li a .menu-text span:nth-child(30) {
    transition-delay: 1.5s;
}

.footer-style-2 .footer-nav-2 .footer-menu-2 li a .menu-text span:nth-child(31) {
    transition-delay: 1.55s;
}

.footer-style-2 .footer-nav-2 .footer-menu-2 li a .menu-text span:nth-child(32) {
    transition-delay: 1.6s;
}

.footer-style-2 .footer-nav-2 .footer-menu-2 li a .menu-text span:nth-child(33) {
    transition-delay: 1.65s;
}

.footer-style-2 .footer-nav-2 .footer-menu-2 li a .menu-text span:nth-child(34) {
    transition-delay: 1.7s;
}

.footer-style-2 .footer-nav-2 .footer-menu-2 li a .menu-text span:nth-child(35) {
    transition-delay: 1.75s;
}

.footer-style-2 .footer-nav-2 .footer-menu-2 li a .menu-text span:nth-child(36) {
    transition-delay: 1.8s;
}

.footer-style-2 .footer-nav-2 .footer-menu-2 li a .menu-text span:nth-child(37) {
    transition-delay: 1.85s;
}

.footer-style-2 .footer-nav-2 .footer-menu-2 li a .menu-text span:nth-child(38) {
    transition-delay: 1.9s;
}

.footer-style-2 .footer-nav-2 .footer-menu-2 li a .menu-text span:nth-child(39) {
    transition-delay: 1.95s;
}

.footer-style-2 .footer-nav-2 .footer-menu-2 li a .menu-text span:nth-child(40) {
    transition-delay: 2s;
}

.footer-style-2 .footer-nav-2 .footer-menu-2 li a .menu-text span:nth-child(41) {
    transition-delay: 2.05s;
}

.footer-style-2 .footer-nav-2 .footer-menu-2 li a .menu-text span:nth-child(42) {
    transition-delay: 2.1s;
}

.footer-style-2 .footer-nav-2 .footer-menu-2 li a .menu-text span:nth-child(43) {
    transition-delay: 2.15s;
}

.footer-style-2 .footer-nav-2 .footer-menu-2 li a .menu-text span:nth-child(44) {
    transition-delay: 2.2s;
}

.footer-style-2 .footer-nav-2 .footer-menu-2 li a .menu-text span:nth-child(45) {
    transition-delay: 2.25s;
}

.footer-style-2 .footer-nav-2 .footer-menu-2 li a .menu-text span:nth-child(46) {
    transition-delay: 2.3s;
}

.footer-style-2 .footer-nav-2 .footer-menu-2 li a .menu-text span:nth-child(47) {
    transition-delay: 2.35s;
}

.footer-style-2 .footer-nav-2 .footer-menu-2 li a .menu-text span:nth-child(48) {
    transition-delay: 2.4s;
}

.footer-style-2 .footer-nav-2 .footer-menu-2 li a .menu-text span:nth-child(49) {
    transition-delay: 2.45s;
}

.footer-style-2 .footer-nav-2 .footer-menu-2 li a:hover {
    --y: -4px;
}

.footer-style-2 .footer-nav-2 .footer-menu-2 li a:hover span {
    --m: calc(16px * -1);
}

/*======== Startup Footer End =========*/
/*======== Header Mega Menu Start =========*/
.header-mega-menu .row,
.header-mega-menu [class*=col-] {
    position: static;
}

.main-menu li.with-drop {
    position: relative;
}

.main-menu li.with-drop.slide-mega-menu {
    position: static;
}

.main-menu li.with-drop.slide-mega-menu:hover .mega-width-fullscreen {
    display: block;
    animation: show-animation 0.5s;
}

.main-menu li.with-drop.slide-dropdown {
    position: relative;
}

.main-menu li.with-drop.slide-dropdown:hover .dropdown-menu-link {
    display: block;
    animation: show-animation 0.5s;
    top: 100%;
}

.mega-width-fullscreen {
    width: auto;
    display: none;
    top: 100%;
    left: 0;
    margin-top: 0;
    min-width: 10em;
    right: 0;
    margin-left: 0;
    max-width: none;
    padding: 50px 0;
    box-shadow: 0 10px 37px rgba(0, 0, 0, 0.07);
    position: absolute;
    list-style: none;
    background-color: #222222;
    animation: hide-animation 0.5s;
    border-bottom: 4px solid #0069FF;
    /*======== Single List Start =========*/
    /*======== Single List End =========*/
}

.mega-width-fullscreen .mega-list {
    text-align: left;
    margin: 0;
    padding: 0;
    list-style: none;
}

.mega-width-fullscreen .mega-list li.mega-title {
    display: block;
    margin: 0 30px 18px 0;
    padding-bottom: 12px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    border: 0 solid transparent;
    border-bottom: 1px solid #262626;
    color: #ffffff;
}

.mega-width-fullscreen .mega-list li a span {
    position: relative;
    padding: 2px 0;
    overflow: hidden;
    z-index: 1;
    font-weight: 400;
    line-height: 1.6;
    color: #ffffff;
    font-size: 12px;
    text-transform: capitalize;
    letter-spacing: 0.4px;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    display: inline-flex;
    align-items: center;
    margin: 6px 0;
}

.mega-width-fullscreen .mega-list li a span:not(.badge)::after {
    content: "";
    width: 0;
    height: 1px;
    bottom: 0;
    position: absolute;
    left: 0;
    right: auto;
    z-index: -1;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    background: #00F0FF;
}

.mega-width-fullscreen .mega-list li a span:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}

.mega-width-fullscreen .mega-list li a span:hover {
    color: #ffffff;
}

/*======== Header Mega Menu End =========*/
/*======== Start Dropdown Menu Start =========*/
.dropdown-menu-link {
    box-shadow: 0 10px 37px rgba(0, 0, 0, 0.07);
    position: absolute;
    list-style: none;
    background-color: #222222;
    animation: hide-animation 0.5s;
    left: 0;
    display: none;
    width: 300px;
    margin: 0;
    padding: 35px 0 35px;
    min-width: 300px;
    border-bottom: 4px solid #0069FF;
}

.dropdown-menu-link li {
    padding: 0 40px;
}

.dropdown-menu-link li a {
    display: block;
}

.dropdown-menu-link li a span {
    position: relative;
    padding: 2px 0;
    overflow: hidden;
    z-index: 1;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.4px;
    color: #ffffff;
    font-size: 12px;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    display: inline-flex;
    align-items: center;
    margin: 6px 0;
    text-transform: capitalize;
}

.dropdown-menu-link li a span:not(.badge)::after {
    content: "";
    width: 0;
    height: 1px;
    bottom: 0;
    position: absolute;
    left: 0;
    right: auto;
    z-index: -1;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    background: #00F0FF;
}

.dropdown-menu-link li a span:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}

.dropdown-menu-link li a span:hover {
    color: #ffffff;
}

/*======== Start Dropdown Menu End =========*/
/*======== Header Default Area Start =========*/
.page-nav ul.main-menu {
    display: flex;
    padding: 0;
    margin: 0;
    align-items: center;
}

.header-default .main-menu-wrapper .page-nav ul.main-menu li a,
.header-default .mega-width-fullscreen .mega-list li a span,
.header-default .dropdown-menu-link li a span,
.header-default .header-right .mini-cart-button button,
.header-default .header-right .popup-search-wrap a.btn-search-click {
    letter-spacing: 0.8px;
}

.main-menu-wrapper .page-nav ul.main-menu {
    justify-content: center;
    padding: 0;
    margin: 0;
}

.main-menu-wrapper .page-nav ul.main-menu li.level-1 {
    display: inline-block;
    padding: 41px 9px 41px 0;
}

.main-menu-wrapper .page-nav ul.main-menu li.level-1>a {
    position: relative;
    overflow: hidden;
    z-index: 1;
    font-weight: 500;
    line-height: 1.6;
    font-size: 1rem;
    font-family: "Montserrat", sans-serif;
    text-transform: capitalize;
    color: #0069FF;
    padding: 41px 15px 41px 15px;
    letter-spacing: 0.4px;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.main-menu-wrapper .page-nav ul.main-menu li.level-1>a span {
    position: relative;
    overflow: hidden;
}

.main-menu-wrapper .page-nav ul.main-menu li.level-1>a span::after {
    content: "";
    width: 0;
    height: 1px;
    bottom: 0;
    position: absolute;
    left: 0;
    right: auto;
    z-index: -1;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    background: #00F0FF;
    top: 22px;
}

.main-menu-wrapper .page-nav ul.main-menu li.level-1:hover>a span::after {
    width: 100%;
    right: 0;
}

.main-menu-wrapper .page-nav ul.main-menu li.level-1.with-drop>a {
    position: relative;
    margin-left: 13px;
    padding-right: 21px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-menu-wrapper .page-nav ul.main-menu li.level-1.with-drop>a {
        margin-left: 3px;
    }
}

.header-default {
    position: relative;
    z-index: 9;
}

.header-default.header-fixed-width.header-fixed-150 .container-fluid {
    padding-left: 150px;
    padding-right: 150px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-default.header-fixed-width.header-fixed-150 .container-fluid {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .header-default.header-fixed-width.header-fixed-150 .container-fluid {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-default.header-fixed-width.header-fixed-150 .container-fluid {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .header-default.header-fixed-width.header-fixed-150 .container-fluid {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media only screen and (max-width: 479px) {
    .header-default.header-fixed-width.header-fixed-150 .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.header-default.header-transparent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.header-default .header-wrapper {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-between;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-default .header-wrapper {
        margin-right: 29px;
        position: relative;
        z-index: 9;
    }
}

@media only screen and (max-width: 767px) {
    .header-default .header-wrapper {
        margin-right: 0;
    }
}

.header-default .header-wrapper .header-left {
    flex-shrink: 0;
    flex-basis: 20%;
    display: flex;
    align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-default .header-wrapper .header-left {
        flex-basis: 30%;
    }
}

@media only screen and (max-width: 767px) {
    .header-default .header-wrapper .header-left {
        flex-basis: 30%;
    }
}

@media only screen and (max-width: 575px) {
    .header-default .header-wrapper .header-left {
        flex-basis: 50%;
    }
}

.header-default .header-wrapper .header-left .logo a img {
    padding-top: 15px;
    padding-bottom: 15px;
    width: 120px;
    height: auto;
    max-width: 100%;
}

.header-default .header-wrapper .header-left .main-menu-wrapper {
    flex-grow: 1;
}

.header-default .header-wrapper .header-left .main-menu-wrapper.have-not-flex {
    flex-grow: inherit;
}

.header-default .header-wrapper .header-left .main-menu-wrapper.have-not-flex .page-nav ul.main-menu {
    justify-content: flex-end;
}

.header-default .header-wrapper .header-right {
    flex-basis: 20%;
    display: flex;
    margin: 0 -12px;
    align-items: center;
    justify-content: flex-end;
    flex-shrink: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-default .header-wrapper .header-right {
        flex-basis: 12%;
    }
}

@media only screen and (min-width: 1021px) and (max-width: 1090px) {
    .header-default .header-wrapper .header-right {
        flex-basis: 14%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-default .header-wrapper .header-right {
        flex-basis: 70%;
    }
}

@media only screen and (max-width: 767px) {
    .header-default .header-wrapper .header-right {
        flex-basis: 70%;
    }
}

@media only screen and (max-width: 575px) {
    .header-default .header-wrapper .header-right {
        flex-basis: 50%;
    }
}

.header-default .header-wrapper .header-right>div {
    margin: 0 12px;
}

.header-default .header-wrapper .header-right .mini-cart-button {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    cursor: pointer;
}

.header-default .header-wrapper .header-right .mini-cart-button::after {
    position: absolute;
    top: -4px;
    right: 0;
    padding: 0 4px;
    min-width: 15px;
    height: 15px;
    border-radius: 100%;
    content: attr(data-count);
    font-weight: 500;
    font-size: 10px;
    line-height: 15px;
    color: #ffffff;
}

.header-default .header-wrapper .header-right .mini-cart-button button {
    border: 0 none;
}

.header-default.header-light-version .main-menu-wrapper .page-nav ul.main-menu li a {
    color: #ffffff;
}

.header-default.header-light-version .main-menu-wrapper .page-nav ul.main-menu li a::after {
    background: #ffffff;
}

.header-default.header-light-version .main-menu-wrapper .page-nav ul.main-menu li.with-drop::before {
    color: #ffffff;
}

.header-default.header-light-version .header-right .mini-cart-button {
    color: #ffffff;
}

.header-default.header-light-version .header-right .mini-cart-button::after {
    color: #ffffff;
}

.header-default.header-light-version .header-right .mini-cart-button button {
    color: #ffffff;
    margin-left: -35px;
    margin-top: -9px;
}

.header-default.header-light-version .header-right .popup-search-wrap a.btn-search-click {
    color: #ffffff;
}

/*======== Header Default Area End =========*/
/*======== Header left Align Start =========*/
.header-left-align.header-default .header-wrapper .header-left {
    flex-grow: 1;
}

.header-left-align.header-default .header-wrapper .header-right {
    display: flex;
    margin: 0 -6px;
    align-items: center;
    justify-content: flex-end;
    flex-shrink: 0;
}

.header-left-align.header-default .header-wrapper .main-menu-wrapper .page-nav ul.main-menu li.level-1.with-drop>a {
    margin-left: 8px;
    padding-right: 15px;
    color: #ffffff;
    transition: 0.5s ease;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
}

.header-left-align.header-default .header-wrapper .main-menu-wrapper .page-nav ul.main-menu li.level-1.with-drop>a::before {
    display: none;
}

.header-left-align.header-default .header-wrapper .main-menu-wrapper.have-not-flex .page-nav ul.main-menu {
    justify-content: flex-start;
}

/*======== Header left Align End =========*/
/*======== Sticky Header Css Start =========*/
.header-sticky.header-not-top {
    background-color: rgba(0, 0, 0, 0.9);
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
    animation: headerSlideDown 0.95s ease forwards;
    height: 90px;
}

.header-sticky.header-not-top .main-menu-wrapper .page-nav ul.main-menu li.level-1 {
    padding-top: 31px;
    padding-bottom: 31px;
}

.header-sticky.header-not-top .main-menu-wrapper .page-nav ul.main-menu li.level-1>a {
    padding-top: 31px;
    padding-bottom: 31px;
}

/*======== Sticky Header Css End =========*/
/*======== Side Nav Menu Start =========*/
.animated-circle line {
    stroke: #ffffff;
    stroke-width: 0.3;
}

/*======== Side Nav Menu End =========*/
/*======== Digital Agency Header Start =========*/
.header-style-1 header {
    position: absolute;
    left: -15px;
    top: 25px;
    z-index: 11111;
}

@media (max-width: 991px) {
    .header-style-1 header {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 11111;
        right: 0;
        background-color: #040404;
    }
}

.header-style-1 header .navbar-brand {
    max-width: 100%;
    width: 120px;
}

@media (max-width: 991px) {
    .header-style-1 header .navbar-brand {
        padding: 10px 0px;
        margin-left: 0px;
        margin-right: 0;
        padding-top: 15px;
    }
}

.header-style-1 header .navbar {
    background: #040404;
}

.header-style-1 header .navbar-expand-xl .navbar-nav .nav-link {
    color: #ffffff;
    transition: 0.5s ease;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    padding: 5px 15px;
}

.header-style-1 header .navbar-expand-xl .navbar-nav .nav-link:hover {
    color: #ffffff;
    background-color: transparent;
}

.header-style-1 header .navbar-expand-xl .navbar-nav .nav-item:last-child {
    padding-right: 0;
}

.header-style-1 header .navbar-expand-xl .navbar-nav .nav-item:last-child .nav-link {
    padding: 24px 30px;
}

.header-style-1 header .navbar-expand-xl .navbar-nav .nav-item .nav-btn {
    background-color: #f9a185;
}

.header-style-1 .navbar-nav .nav-item {
    margin: 0 10px;
    transition: 0.5s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-style-1 .navbar-nav .nav-item {
        margin: 0 5px;
    }
}

.header-style-1 .navbar-nav .nav-item .nav-link {
    transition: 0.5s;
}

.header-style-1 .navbar-nav .nav-item .nav-link:hover {
    transform: scale(1.2);
    opacity: 1 !important;
    filter: blur(0) !important;
    text-decoration: none;
    color: #ffffff;
}

.header-style-1 .navbar-nav .nav-item .nav-link:hover:before {
    transition: transform 0.5s;
    transform-origin: left;
    transform: scaleX(1);
}

.header-style-1 .navbar-nav .nav-item .nav-link:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #f9a185;
    transition: 0.5s;
    transform-origin: right;
    transform: scaleX(0);
    z-index: -1;
}

.header-style-1 .navbar-nav:hover .nav-item .nav-link {
    transform: scale(1.2);
    opacity: 0.2;
}

.header-style-1 header.header-appear {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    animation-name: animationFade;
    animation-duration: 1s;
    animation-fill-mode: both;
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    background: #040404;
}

@keyframes animationFade {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-style-1 .side-menu-btn {
        display: none;
    }
}

.header-style-1 #close-side-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #040404;
    transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    display: none;
    z-index: 1031;
    opacity: 0.4;
}

@media (max-width: 991px) {
    .header-style-1 .side-menu-btn {
        display: block;
        position: absolute;
        right: 20px;
        top: 20px;
    }

    .header-style-1 .side-menu-btn i {
        font-size: 18px;
        color: #ffffff;
    }
}

.header-style-1 .side-menu-btn span {
    height: 2px;
    width: 100%;
    background: #ffffff;
    display: block;
}

.header-style-1 .side-menu-btn span:nth-child(2) {
    margin: 4px 0;
}

.header-style-1 .social-icons-simple {
    margin-bottom: 0;
    margin-left: -10px;
}

.header-style-1 .social-icons-simple li {
    display: inline-block;
}

.header-style-1 .social-icons-simple li a {
    display: block;
    color: #040404;
    font-size: 16px;
    height: 36px;
    line-height: 38px;
    border: 1px solid transparent;
    text-align: center;
    width: 36px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: background-color 0.5s ease;
}

.header-style-1 .social-icons-simple li a:hover {
    background-color: #f9a185;
}

@keyframes animationFade {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@media (min-width: 1200px) {
    .header-style-1 .side-menu-btn {
        display: none;
    }
}

/*======== Digital Agency Header End =========*/
/*======== Home Page Hover color Start =========*/
.template-color-2 .main-menu-wrapper .page-nav ul.main-menu li.level-1>a span::after {
    background: #34acfe;
}

.template-color-2 .mega-width-fullscreen .mega-list li a span:not(.badge)::after {
    background: #34acfe;
}

.template-color-2 .dropdown-menu-link li a span:not(.badge)::after {
    background: #34acfe;
}

/*======== Home Page Hover color End =========*/
/*======== Digital Startup Header Start =========*/
.template-color-3 .navbar .nav-link {
    color: #ffffff;
    transition: 0.5s ease;
}

.template-color-3 .navbar .nav-link:hover {
    color: #ffffff;
    border-color: #20b99c !important;
}

.template-color-3 .navbar .nav-link:before {
    border: 1px solid #20b99c !important;
}

/*======== Digital Startup Header End =========*/
/*======== Digital Marketing Header Start =========*/
.template-color-4 .header-style-1 .navbar .nav-link {
    color: #ffffff;
    transition: 0.5s ease;
}

.template-color-4 .header-style-1 .navbar .nav-link:hover {
    color: #ffffff;
    border-color: #c9f31d;
}

.template-color-4 .header-style-1 .navbar .nav-link:before {
    border: 1px solid #c9f31d;
}

@media only screen and (max-width: 767px) {
    .template-color-4 .main-toggle-menu .side-menu-btn {
        margin: 0;
        right: 5px;
        top: 15px;
    }
}

/*======== Digital Marketing Header End =========*/
/*======== Personal Portfolio Header Start =========*/
.template-color-6 {
    background-color: #040404;
}

.template-color-6 header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 111;
}

.template-color-6 header .main-navigation nav .navbar-nav .nav-link {
    display: inline-block;
    min-width: 85px;
    transition: 0.5s ease;
}

.template-color-6 .header-appear {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1111;
    background-color: #040404;
    animation-name: animationFade;
    animation-duration: 1s;
    animation-fill-mode: both;
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}

.template-color-6 .header-appear .navbar-brand .logo-simple {
    display: none;
}

.template-color-6 .header-appear .navbar-brand .logo-fixed {
    display: block;
}

.template-color-6 .header-appear .main-navigation {
    padding-top: 15px;
    padding-bottom: 15px;
}

.template-color-6 .navbar-brand img {
    width: 120px;
}

@keyframes animationFade {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.template-color-6 .menu-line {
    position: absolute;
    top: -25px;
    width: 85px;
    height: 30px;
    pointer-events: none;
    transition: transform 0.5s;
    transition-timing-function: cubic-bezier(1, 0.01, 0, 1.22);
}

.template-color-6 .nav-icon .navbar-nav .nav-link:nth-child(1).active~.menu-line {
    transform: translate3d(0, 0, 0);
}

.template-color-6 .nav-icon .navbar-nav .nav-link:nth-child(2).active~.menu-line {
    transform: translate3d(100%, 0, 0);
}

.template-color-6 .nav-icon .navbar-nav .nav-link:nth-child(3).active~.menu-line {
    transform: translate3d(200%, 0, 0);
}

.template-color-6 .nav-icon .navbar-nav .nav-link:nth-child(4).active~.menu-line {
    transform: translate3d(300%, 0, 0);
}

.template-color-6 .nav-icon .navbar-nav .nav-link:nth-child(5).active~.menu-line {
    transform: translate3d(400%, 0, 0);
}

.template-color-6 .nav-icon .navbar-nav .nav-link:nth-child(6).active~.menu-line {
    transform: translate3d(500%, 0, 0);
}

.template-color-6 .nav-icon .navbar-nav .nav-link:nth-child(1):hover~.menu-line {
    transform: translate3d(0, 0, 0);
}

.template-color-6 .nav-icon .navbar-nav .nav-link:nth-child(2):hover~.menu-line {
    transform: translate3d(100%, 0, 0);
}

.template-color-6 .nav-icon .navbar-nav .nav-link:nth-child(3):hover~.menu-line {
    transform: translate3d(200%, 0, 0);
}

.template-color-6 .nav-icon .navbar-nav .nav-link:nth-child(4):hover~.menu-line {
    transform: translate3d(300%, 0, 0);
}

.template-color-6 .nav-icon .navbar-nav .nav-link:nth-child(5):hover~.menu-line {
    transform: translate3d(400%, 0, 0);
}

.template-color-6 .nav-icon .navbar-nav .nav-link:nth-child(6):hover~.menu-line {
    transform: translate3d(500%, 0, 0);
}

/*======== Personal Portfolio Header End =========*/
/*======== Header Style 2 Start =========*/
.template-color-9 .top-navigation {
    width: 100px;
}

@media (max-width: 991px) {
    .template-color-9 .top-navigation {
        width: 70px;
    }
}

.template-color-9 .header-style-menu .navbar.broad {
    top: 120px;
}

@media (max-width: 991px) {
    .template-color-9 .header-style-menu .navbar.broad {
        top: 75px;
    }
}

.template-color-9 .main-toggle-menu .side-menu-btn {
    transition: all 0.3s linear;
    width: 36px;
    left: 25px;
    top: 45px;
    display: inline-block;
    z-index: 1000000;
    position: fixed;
}

@media only screen and (max-width: 767px) {
    .template-color-9 .main-toggle-menu .side-menu-btn {
        margin: 0;
        right: 5px;
        top: 15px;
        left: 10px;
    }
}

.template-color-9 .round-shape {
    width: 140px;
    height: 140px;
    display: inline-block;
    animation: turn 4s linear infinite;
    background: #00F0FF;
    border-radius: 50%;
    position: fixed;
    top: 0;
    left: 0;
    margin-left: -50px;
    z-index: 100000;
}

@media only screen and (max-width: 767px) {
    .template-color-9 .round-shape {
        width: 75px;
        height: 75px;
        right: -20px;
    }
}

@keyframes turn {
    0% {
        left: 0;
    }

    50% {
        left: 30px;
    }

    100% {
        left: 0;
    }
}

/*======== Header Style 2 End =========*/
/*======== Search Popup Start =========*/
.sl-search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    visibility: hidden;
    opacity: 0;
    cursor: url(../img/icons/light-close.png) 16 16, pointer;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    z-index: 99999;
}

.sl-search-popup .inner {
    background: #ffffff;
    position: relative;
    width: 100%;
    max-width: 100%;
    text-align: left;
    transition: all 0.3s;
    overflow-y: auto;
    transform: scale(0.7);
    opacity: 0;
    cursor: default;
}

.sl-search-popup .inner .search-content {
    padding: 30px 40px;
}

.sl-search-popup .inner .search-content form {
    position: relative;
}

.sl-search-popup .inner .search-content form .search-label {
    color: #000000;
    width: 100%;
}

.sl-search-popup .inner .search-content form .search-label input {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #dcdcdc;
    padding: 15px 30px 15px 0;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    color: #000000;
    width: 100%;
    height: 52px;
}

.sl-search-popup .inner .search-content form .search-label input[placeholder]:focus::-webkit-input-placeholder {
    -webkit-transition: opacity 0.3s 0.3s ease;
    transition: opacity 0.3s 0.3s ease;
    opacity: 0;
}

.sl-search-popup .inner .search-content form button.search-submit {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    border: 0;
    padding: 0;
    height: 62px;
    line-height: 62px;
    color: #000000;
    transform: none;
    box-shadow: none;
    font-size: 15px;
}

.page-search-popup-opened .sl-search-popup {
    visibility: visible;
    opacity: 1;
}

.page-search-popup-opened .sl-search-popup .inner {
    transform: none;
    opacity: 1;
}

/*======== Search Popup End =========*/
/*======== Header Menu Start =========*/
.object-custom-menu {
    padding: 0;
    list-style: none;
    margin: 20px 40px 30px;
}

@media only screen and (max-width: 767px) {
    .object-custom-menu {
        margin-left: 0;
        margin-right: 0;
    }
}

.object-custom-menu>li {
    position: relative;
    border-top: 1px solid;
    border-color: rgba(255, 255, 255, 0.15);
}

.object-custom-menu>li:first-child {
    border: 0 none;
}

.object-custom-menu>li a {
    padding-top: 19px;
    padding-bottom: 19px;
    display: block;
    position: relative;
    transition: all 0.7s;
}

.object-custom-menu>li a span {
    font-size: 2.5rem;
    color: #ffffff;
    transition: all 0.7s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .object-custom-menu>li a span {
        font-size: 1.8rem;
    }
}

@media only screen and (max-width: 767px) {
    .object-custom-menu>li a span {
        font-size: 1.5rem !important;
    }
}

.object-custom-menu>li.has-mega-menu>a::after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 40px;
    height: 40px;
    background: hsla(0, 0%, 100%, 0.1);
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    transform: translateY(-50%);
    content: "+";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.object-custom-menu>li.has-mega-menu>a.active::after {
    content: "\f068";
}

.object-custom-menu>li.has-mega-menu .object-submenu {
    display: none;
    padding: 0;
    margin: 0 0 30px 0;
    list-style: none;
}

.object-custom-menu>li.has-mega-menu .object-submenu li.title {
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
    font-size: 20px;
    color: #ffffff;
    margin: 0 0 18px;
    letter-spacing: 0.4px;
}

.object-custom-menu>li.has-mega-menu .object-submenu li a {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
}

.object-custom-menu>li.has-mega-menu .object-submenu li a:hover span {
    letter-spacing: 2.5px;
    color: #999999;
    transition: all 0.7s;
}

.object-custom-menu>li.has-mega-menu .object-submenu li a span {
    font-size: 20px;
    color: #ffffff;
    letter-spacing: 0.4px;
    font-weight: 600;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .object-custom-menu>li.has-mega-menu .object-submenu li a span {
        font-size: 16px !important;
    }
}

@media only screen and (max-width: 767px) {
    .object-custom-menu>li.has-mega-menu .object-submenu li a span {
        font-size: 16px !important;
    }
}

.object-custom-menu>li.has-mega-menu .object-submenu li a span span.badge {
    padding: 0 0.6em;
    margin: 0;
    margin-left: 10px;
    font-size: 12px;
    color: #ffffff;
    font-weight: 400;
    line-height: 2;
}

/*======== Header Menu End =========*/
/*======== Shopping Cart Start =========*/
@media only screen and (max-width: 575px) {
    .mini-cart {
        order: 2;
    }
}

.mini-cart .shopping-cart {
    position: absolute;
    top: 100%;
    z-index: 99;
    right: 0;
    display: none;
    overflow: auto;
    padding: 30px 20px 27px;
    max-height: 700px;
    width: 360px;
    border-bottom: 4px solid #0069FF;
    background-color: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    margin-top: 28px;
}

@media (max-width: 991px) {
    .mini-cart .shopping-cart {
        margin-top: 19px;
    }
}

@media only screen and (max-width: 479px) {
    .mini-cart .shopping-cart {
        width: 207px;
        padding: 30px 17px 27px;
    }
}

@media only screen and (max-width: 575px) {
    .mini-cart .shopping-cart {
        width: 250px;
    }
}

.mini-cart .shopping-cart .shop-inner ul.product-list {
    list-style: none outside;
    padding: 0;
    margin: 0;
    max-height: 340px;
    overflow-y: auto;
}

.mini-cart .shopping-cart .shop-inner ul.product-list li {
    display: flex;
    align-items: center;
}

.mini-cart .shopping-cart .shop-inner ul.product-list li .thumb {
    margin-right: 15px;
    flex-grow: 0;
}

@media only screen and (max-width: 575px) {
    .mini-cart .shopping-cart .shop-inner ul.product-list li .thumb {
        margin-right: 8px;
    }
}

.mini-cart .shopping-cart .shop-inner ul.product-list li .thumb a img {
    width: 80px;
}

.mini-cart .shopping-cart .shop-inner ul.product-list li .content1 {
    position: relative;
    width: 100%;
    flex-grow: 1;
    padding-right: 20px;
}

.mini-cart .shopping-cart .shop-inner ul.product-list li .content1 .inner h4 {
    margin-bottom: 0;
    line-height: 20px;
}

.mini-cart .shopping-cart .shop-inner ul.product-list li .content1 .inner h4 a {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media only screen and (max-width: 479px) {
    .mini-cart .shopping-cart .shop-inner ul.product-list li .content1 .inner h4 a {
        font-size: 14px;
    }
}

.mini-cart .shopping-cart .shop-inner ul.product-list li .content1 .inner h4 a:hover {
    color: #0069FF;
}

.mini-cart .shopping-cart .shop-inner ul.product-list li .content1 .inner .quantity span {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    color: #0069FF;
}

.mini-cart .shopping-cart .shop-inner ul.product-list li .content1 .delete-btn {
    position: absolute;
    right: 0;
    top: 4px;
    font-size: 18px;
    border: 0 none;
}

.mini-cart .shopping-cart .shop-inner ul.product-list li .content1 .delete-btn:hover {
    color: #ff1053;
}

.mini-cart .shopping-cart .shop-inner ul.product-list li+li {
    margin-top: 20px;
}

.mini-cart .shopping-cart .footer {
    margin-top: 30px;
    padding-top: 22px;
    border-top: 1px solid #eee;
}

.mini-cart .shopping-cart .footer .total {
    width: 100%;
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #0069FF;
}

.mini-cart .shopping-cart .footer .total span {
    font-weight: 600;
    color: #0069FF;
    padding-left: 3px;
}

.mini-cart .shopping-cart .footer a.cart-btn {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    border-color: #0069FF;
    background-color: #0069FF;
    font-family: "Montserrat", sans-serif;
    height: 55px;
    line-height: 53px;
    outline: none;
    border-width: 1px;
    border-style: solid;
    border-radius: 6px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.07);
    min-width: 176px;
    text-align: center;
    display: inline-block;
}

.mini-cart .shopping-cart .footer a.cart-btn:hover {
    transform: translateY(-3px);
}

/*======== Shopping Cart End =========*/
/*======== Toggle Menu Start =========*/
.main-toggle-menu .side-menu-btn {
    transition: all 0.3s linear;
    width: 36px;
    right: 0;
    top: 45px;
    display: inline-block;
    z-index: 1000000;
}

@media only screen and (max-width: 767px) {
    .main-toggle-menu .side-menu-btn {
        margin: 0;
        right: 0;
        top: 15px;
    }
}

.main-toggle-menu .side-menu-btn span {
    height: 2px;
    width: 100%;
    margin: auto;
    transition: 0.5s ease;
}

.main-toggle-menu .side-menu-btn span:nth-child(2) {
    margin: 4px 0;
}

.main-toggle-menu .side-menu-btn:hover span:first-child {
    width: 70%;
}

.main-toggle-menu .side-menu-btn:hover span:last-child {
    width: 70%;
}

.main-toggle-menu .side-menu.side-menu-active .side-nav .navbar-nav .nav-link {
    transform: translateY(0);
    opacity: 1;
}

/*======== Toggle Menu End =========*/
/*======== Side Menu Start =========*/
.side-menu {
    width: 100%;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    z-index: 10000000;
    height: 100%;
    transform: translate3d(0, 100%, 0);
    transition: transform 0.5s ease;
    -webkit-transition: transform 0.5s ease;
    overflow: hidden;
}

.side-menu .inner-wrapper {
    padding: 1.5rem 1rem;
    height: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    text-align: left;
    flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
    .side-menu .inner-wrapper {
        overflow-y: auto;
        padding: 0.5rem 1rem;
    }
}

.side-menu.left {
    left: 0;
    right: auto;
    transform: translate3d(-100%, 0, 0);
}

.side-menu .before-side {
    width: 280px;
}

.side-menu.side-menu-active,
.side-menu.before-side {
    transform: translate3d(0, 0, 0);
}

.side-menu .navbar-brand {
    margin: 0 0 2.5rem 0;
    width: 120px;
    padding-top: 15px;
}

.side-menu .btn-close {
    height: 33px;
    width: 33px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 61px;
    right: 50px;
    cursor: pointer;
    background: none;
    opacity: 10;
}

.side-menu .btn-close:before {
    position: absolute;
    left: 16px;
    content: " ";
    height: 24px;
    width: 2px;
    background: #ffffff;
    top: 5px;
    transform: rotate(45deg);
}

.side-menu .btn-close:after {
    position: absolute;
    left: 16px;
    content: " ";
    height: 24px;
    width: 2px;
    background: #ffffff;
    top: 5px;
    transform: rotate(-45deg);
}

.side-menu.before-side .btn-close {
    display: none;
}

.side-menu .menu-company-details span {
    display: block;
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 5px;
}

.side-menu p {
    margin-bottom: 0;
}

.side-menu-opacity {
    opacity: 0;
}

.social-icons-simple {
    padding: 0;
}

.social-icons-simple li {
    display: inline-block;
    padding-left: 8px;
}

.social-icons-simple li:first-child {
    padding-left: 0;
}

.social-icons-simple li a {
    display: block;
    font-size: 16px;
    height: 40px;
    line-height: 42px;
    border: 1px solid #ffffff;
    color: #ffffff;
    text-align: center;
    width: 40px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: background-color 0.5s ease;
}

.social-icons-simple li a:hover {
    color: #0069FF;
    background-color: #ffffff;
}

/*======== Side Menu End =========*/
/*======== Home Page Scroll Color Start =========*/
.template-color-2 .menu-content {
    height: 100vh;
    overflow: auto;
    padding-bottom: 150px;
}

@media (max-width: 991px) {
    .template-color-2 .menu-content {
        height: 50vh;
        padding-bottom: 0px;
    }
}

.template-color-2 .menu-content::-webkit-scrollbar {
    width: 5px;
}

.template-color-2 .menu-content::-webkit-scrollbar-track {
    background: transparent;
}

.template-color-2 .menu-content::-webkit-scrollbar-thumb {
    background: #34acfe;
}

.template-color-2 .menu-content::-webkit-scrollbar-thumb:hover {
    background: #34acfe;
}

/*======== Home Page Scroll Color End =========*/
/*======== Digital Startup Scroll Color Start =========*/
.template-color-3 .menu-content {
    height: 100vh;
    overflow: auto;
    padding-bottom: 150px;
}

@media (max-width: 991px) {
    .template-color-3 .menu-content {
        height: 50vh;
        padding-bottom: 0px;
    }
}

.template-color-3 .menu-content::-webkit-scrollbar {
    width: 5px;
}

.template-color-3 .menu-content::-webkit-scrollbar-track {
    background: transparent;
}

.template-color-3 .menu-content::-webkit-scrollbar-thumb {
    background: #20b99c;
}

.template-color-3 .menu-content::-webkit-scrollbar-thumb:hover {
    background: #20b99c;
}

/*======== Digital Startup Scroll Color End =========*/
/*======== Digital Marketing Scroll Color Start =========*/
.template-color-4 .menu-content {
    height: 100vh;
    overflow: auto;
    padding-bottom: 150px;
}

@media (max-width: 991px) {
    .template-color-4 .menu-content {
        height: 50vh;
        padding-bottom: 0px;
    }
}

.template-color-4 .menu-content::-webkit-scrollbar {
    width: 5px;
}

.template-color-4 .menu-content::-webkit-scrollbar-track {
    background: transparent;
}

.template-color-4 .menu-content::-webkit-scrollbar-thumb {
    background: #c9f31d;
}

.template-color-4 .menu-content::-webkit-scrollbar-thumb:hover {
    background: #c9f31d;
}

/*======== Digital Marketing Scroll Color End =========*/
/*======== Personal Portfolio Scroll Color Start =========*/
.template-color-6 .menu-content {
    height: 100vh;
    overflow: auto;
    padding-bottom: 150px;
}

@media (max-width: 991px) {
    .template-color-6 .menu-content {
        height: 50vh;
        padding-bottom: 0px;
    }
}

.template-color-6 .menu-content::-webkit-scrollbar {
    width: 5px;
}

.template-color-6 .menu-content::-webkit-scrollbar-track {
    background: transparent;
}

.template-color-6 .menu-content::-webkit-scrollbar-thumb {
    background: #f7e0c7;
}

.template-color-6 .menu-content::-webkit-scrollbar-thumb:hover {
    background: #f7e0c7;
}

/*======== Personal Portfolio Scroll Color End =========*/
/*======== Freelancer Scroll Color Start =========*/
.template-color-7 {
    background-color: #040404;
}

.template-color-7 .menu-content {
    height: 100vh;
    overflow: auto;
    padding-bottom: 150px;
}

@media (max-width: 991px) {
    .template-color-7 .menu-content {
        height: 50vh;
        padding-bottom: 0px;
    }
}

.template-color-7 .menu-content::-webkit-scrollbar {
    width: 5px;
}

.template-color-7 .menu-content::-webkit-scrollbar-track {
    background: transparent;
}

.template-color-7 .menu-content::-webkit-scrollbar-thumb {
    background: #FF9456;
}

.template-color-7 .menu-content::-webkit-scrollbar-thumb:hover {
    background: #FF9456;
}

/*======== Freelancer Scroll Color End =========*/
/*======== Woocommerce Scroll Color Start =========*/
.template-color-9 .menu-content {
    height: 100vh;
    overflow: auto;
    padding-bottom: 150px;
}

@media (max-width: 991px) {
    .template-color-9 .menu-content {
        height: 50vh;
        padding-bottom: 0px;
    }
}

.template-color-9 .menu-content::-webkit-scrollbar {
    width: 5px;
}

.template-color-9 .menu-content::-webkit-scrollbar-track {
    background: transparent;
}

.template-color-9 .menu-content::-webkit-scrollbar-thumb {
    background: #00F0FF;
}

.template-color-9 .menu-content::-webkit-scrollbar-thumb:hover {
    background: #00F0FF;
}

/*======== Woocommerce Scroll Color End =========*/
/*======== Digital Agency Scroll Color Start =========*/
.template-color-10 .menu-content {
    height: 100vh;
    overflow: auto;
    padding-bottom: 150px;
}

@media (max-width: 991px) {
    .template-color-10 .menu-content {
        height: 50vh;
        padding-bottom: 0px;
    }
}

.template-color-10 .menu-content::-webkit-scrollbar {
    width: 5px;
}

.template-color-10 .menu-content::-webkit-scrollbar-track {
    background: transparent;
}

.template-color-10 .menu-content::-webkit-scrollbar-thumb {
    background: #f9a185;
}

.template-color-10 .menu-content::-webkit-scrollbar-thumb:hover {
    background: #f9a185;
}

/*======== Digital Agency Scroll Color End =========*/
/*======== About Style 1 Start =========*/
.about-style-1 {
    position: relative;
}

.about-style-1 .about-style-1-sec-title-wrapper {
    position: relative;
    z-index: 9;
    text-align: center;
    padding-bottom: 70px;
}

.about-style-1 .about-style-1-sec-title-wrapper .about-style-1-sec-title {
    font-weight: 500;
    font-size: 60px;
    line-height: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-style-1 .about-style-1-sec-title-wrapper .about-style-1-sec-title {
        font-size: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .about-style-1 .about-style-1-sec-title-wrapper .about-style-1-sec-title {
        font-size: 42px;
    }
}

.about-style-1 .about-left-1 {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 520px;
}

.about-style-1 .about-left-1 img {
    position: absolute;
    bottom: 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 120%;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

.about-style-1 .about-mid-1 {
    padding-left: 80px;
    padding-top: 60px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .about-style-1 .about-mid-1 {
        padding-left: 30px;
        padding-top: 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-style-1 .about-mid-1 {
        padding-left: 10px;
        padding-top: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-style-1 .about-mid-1 {
        padding: 0;
    }
}

@media only screen and (max-width: 767px) {
    .about-style-1 .about-mid-1 {
        padding-left: 0;
        padding-top: 40px;
    }
}

.about-style-1 .about-mid-1 p {
    max-width: 440px;
    font-size: 18px;
    line-height: 1.4;
    padding-bottom: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .about-style-1 .about-mid-1 p {
        padding-bottom: 20px;
    }
}

.about-style-1 .about-mid-1 p img {
    display: block;
}

.about-style-1 .about-right-1 {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    height: 100%;
    padding-bottom: 140px;
}

@media only screen and (max-width: 767px) {
    .about-style-1 .about-right-1 {
        margin-top: 10px;
        padding-bottom: 10px;
        justify-content: flex-start;
    }

    .about-style-1 .about-right-1 img {
        max-width: 100%;
    }
}

/*======== About Style 1 End =========*/
/*======== About Style 2 Start =========*/
.about-style-2 .page-section {
    background: #040404;
    color: #c9f31d;
}

.about-style-2 .page-section h2.section-heading {
    font-size: 2.5rem;
}

.about-style-2 .page-section .section-heading.h2 {
    font-size: 2.5rem;
}

.about-style-2 .page-section h3.section-subheading {
    font-size: 1rem;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 4rem;
}

.about-style-2 .page-section .section-subheading.h3 {
    font-size: 1rem;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 4rem;
}

.about-style-2 .timeline {
    position: relative;
    padding: 0;
    list-style: none;
}

.about-style-2 .timeline:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    content: "";
    background-color: #c9f31d;
}

.about-style-2 .timeline>li {
    position: relative;
    min-height: 50px;
    margin-bottom: 50px;
}

.about-style-2 .timeline>li:after {
    display: table;
    content: " ";
    clear: both;
}

.about-style-2 .timeline>li:before {
    display: table;
    content: " ";
}

.about-style-2 .timeline>li .timeline-panel {
    position: relative;
    float: right;
    width: 100%;
    padding: 0 20px 0 100px;
    text-align: left;
}

@media only screen and (max-width: 767px) {
    .about-style-2 .timeline>li .timeline-panel {
        padding: 0 20px 0 75px;
    }
}

.about-style-2 .timeline>li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.about-style-2 .timeline>li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.about-style-2 .timeline>li .timeline-image {
    position: absolute;
    z-index: 100;
    left: 0;
    width: 80px;
    height: 80px;
    margin-left: 0;
    text-align: center;
    color: #ffffff;
    border: 2px solid #e9ecef;
    border-radius: 100%;
    background-color: #c9f31d;
}

@media only screen and (max-width: 767px) {
    .about-style-2 .timeline>li .timeline-image {
        width: 25px;
        height: 25px;
        left: 27px;
    }
}

.about-style-2 .timeline>li .timeline-image h4 {
    font-size: 10px;
    line-height: 14px;
    margin-top: 12px;
}

.about-style-2 .timeline>li:last-child {
    margin-bottom: 0;
}

.about-style-2 .timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    padding: 0 20px 0 100px;
    text-align: left;
}

@media only screen and (max-width: 767px) {
    .about-style-2 .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 20px 0 75px;
    }
}

.about-style-2 .timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.about-style-2 .timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.about-style-2 .timeline .timeline-heading h4 {
    margin-top: 0;
}

@media only screen and (max-width: 767px) {
    .about-style-2 .timeline .timeline-heading h4 div {
        text-align: left;
    }
}

.about-style-2 .timeline h4.subheading {
    text-transform: none;
}

.about-style-2 .timeline-body>ul {
    margin-bottom: 0;
}

.about-style-2 .timeline-body>p {
    margin-bottom: 0;
}

.about-style-2 .text-muted {
    color: #999999;
}

@media (min-width: 768px) {
    .about-style-2 .timeline:before {
        left: 50%;
    }

    .about-style-2 .timeline>li {
        min-height: 100px;
        margin-bottom: 100px;
    }

    .about-style-2 .timeline>li .timeline-panel {
        float: left;
        width: 41%;
        padding: 0 20px 20px 30px;
        text-align: right;
    }

    .about-style-2 .timeline>li .timeline-image {
        left: 50%;
        width: 25px;
        height: 25px;
        margin-left: -13px;
    }

    .about-style-2 .timeline>li .timeline-image h4 {
        font-size: 13px;
        line-height: 18px;
        margin-top: 16px;
    }

    .about-style-2 .timeline>li.timeline-inverted>.timeline-panel {
        float: right;
        padding: 0 30px 20px 20px;
        text-align: left;
    }
}

@media (min-width: 992px) {
    .about-style-2 .timeline>li {
        min-height: 100px;
    }

    .about-style-2 .timeline>li .timeline-panel {
        padding: 0 20px 20px;
    }

    .about-style-2 .timeline>li .timeline-image {
        width: 25px;
        height: 25px;
        margin-left: -13px;
    }

    .about-style-2 .timeline>li .timeline-image h4 {
        font-size: 12px;
        line-height: 16px;
    }

    .about-style-2 .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 20px 20px;
    }
}

@media (min-width: 1200px) {
    .about-style-2 .timeline>li {
        min-height: 100px;
    }

    .about-style-2 .timeline>li .timeline-panel {
        padding: 0 20px 20px 100px;
    }

    .about-style-2 .timeline>li .timeline-image {
        width: 25px;
        height: 25px;
        margin-left: -13px;
        z-index: 100;
    }

    .about-style-2 .timeline>li .timeline-image h4 {
        margin-top: 18px;
    }

    .about-style-2 .timeline>li.timeline-inverted>.timeline-panel {
        padding: 0 100px 20px 20px;
    }
}

.light-mode .about-style-2 .page-section {
    border-color: #999999 !important;
}

/*======== About Style 2 End =========*/
/*======== Freelancer About Start =========*/
.skills-exp .skill-item .item {
    padding: 15px 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0;
    width: 100%;
    text-align: center;
    margin: 0 10px;
    transition: all 0.4s;
    color: #999999;
}

@media (max-width: 991px) {
    .skills-exp .skill-item .item {
        margin-bottom: 30px;
        display: inline-block;
        width: calc(50% - 25px);
    }
}

.skills-exp .skill-item .item:hover {
    border-color: #ffffff;
}

.skills-exp .skill-item .item:hover img {
    filter: grayscale(0);
}

.skills-exp .skill-item .item:hover i {
    transform: translate(0, 0) rotate(-45deg);
    transition: all 0.3s;
}

.skills-exp .skill-item .item img {
    filter: grayscale(1);
    transition: all 0.4s;
    width: 60px;
}

.skills-exp .exp-items .bord-thin-top {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.skills-exp .exp-items .bord-thin-bottom {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.skills-exp .exp-items .item i {
    transition: all 0.3s;
}

.skills-exp .exp-items .item:hover h6 {
    color: #999999;
}

.skills-exp .exp-items .item:hover i {
    transform: translate(0, 0) rotate(-45deg);
    transition: all 0.3s;
    color: #999999;
    font-size: 22px;
}

.skills-exp .exp-items .item .icon {
    transform: rotate(-30deg);
    margin-bottom: 15px;
}

.skills-exp .exp-items .item .icon svg {
    width: 60px;
    height: 25px;
    fill: #ffffff;
    transition: all 0.3s;
}

@media only screen and (max-width: 767px) {
    .skills-exp .sec-lg-head {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .skills-exp .sec-lg-head {
        margin-top: 30px;
    }
}

.light-mode .skills-exp .skill-item .item {
    color: #555555;
}

.intro-img-parallax {
    position: relative;
    overflow: hidden;
}

.intro-img-parallax:after {
    content: "";
    width: 80vw;
    height: 80vw;
    border: 200px solid #ffffff;
    border-radius: 50%;
    position: absolute;
    top: -15vw;
    left: -30vw;
    opacity: 0.02;
}

.intro-img-parallax .max-text {
    font-size: 42px;
    position: relative;
    z-index: 25;
}

@media (max-width: 991px) {
    .intro-img-parallax .max-text {
        font-size: 35px;
        padding: 50px 0;
    }
}

.intro-img-parallax .max-text:after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.5);
    z-index: 3;
}

.intro-img-parallax .img {
    position: relative;
    z-index: 2;
}

.intro-img-parallax .img img {
    width: 200%;
    margin-left: -100%;
    max-width: none;
    transition: all 1s;
}

@media only screen and (max-width: 767px) {
    .intro-img-parallax .img img {
        margin-left: -50%;
    }
}

@media (max-width: 991px) {
    .intro-img-parallax .img img {
        width: 100%;
        margin-left: 0%;
    }
}

.intro-img-parallax .img img:hover {
    transform: translate(60px, 0px) scale(1.15, 1.15);
}

.intro-img-parallax .img .star-shape {
    position: absolute;
    top: 50%;
    right: 0;
    width: 100px;
    z-index: -1;
    opacity: 0.2;
}

.intro-img-parallax .text-quote .exp {
    padding: 8px 30px;
    border-radius: 30px;
    font-size: 14px;
}

.marquee-animated {
    position: relative;
    z-index: 3;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.marquee-animated .main-marquee {
    position: relative;
    padding: 0;
}

.marquee-animated .main-marquee .non-stroke .item h4 {
    color: #ffffff;
}

.marquee-animated .main-marquee .non-stroke .item h4 a {
    color: #ffffff;
}

.marquee-animated .main-marquee .box {
    display: flex;
}

.marquee-animated .main-marquee .box .item {
    padding: 0 30px;
}

.marquee-animated .main-marquee .box .item h4 {
    white-space: nowrap;
    line-height: 1;
    margin: 0;
    color: #ffffff;
}

.marquee-animated .main-marquee .slide-har {
    display: flex;
    position: relative;
}

.marquee-animated .main-marquee .slide-har.st1 .box {
    animation: slide-har 150s linear infinite;
}

.marquee-animated .main-marquee .slide-har.st2 .box {
    animation: slide-har-revers 150s linear infinite;
}

.marquee-animated .main-marquee .slide-har.st1 .box {
    position: relative;
    animation: slide-har 80s linear infinite;
}

.marquee-animated .main-marquee .slide-har.st2 .box {
    position: relative;
    animation: slide-har-revers 80s linear infinite;
}

@keyframes slide-har {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.marquee-animated.skew .main-marquee {
    transform: rotate(-2deg);
}

/*======== Freelancer About End =========*/
/*======== Light Mode Freelancer About Start =========*/
.light-mode .intro-img-parallax:after {
    border: 200px solid #000000;
}

/*======== Light Mode Freelancer About End =========*/
/*======== Personal Portfolio About Start =========*/
.template-color-6 .about-style-2 .timeline:before {
    background-color: #f7e0c7;
}

.template-color-6 .about-style-2 .timeline>li .timeline-image {
    background-color: #f7e0c7;
}

.template-color-6 .about-resume .box-img .img-left {
    margin-bottom: 60px;
    translate: none;
    rotate: none;
    scale: none;
    transform: translate3d(0px, 39.546px, 0px) rotate(-9.8865deg);
}

@media only screen and (max-width: 767px) {
    .template-color-6 .about-resume .box-img .img-left {
        transform: none;
        margin-bottom: 20px;
    }
}

.template-color-6 .about-resume .box-img .img-right {
    margin-top: 60px;
    translate: none;
    rotate: none;
    scale: none;
    transform: translate3d(0px, 0px, 0px) rotate(5.4253deg);
    height: 80vh;
}

@media (max-width: 991px) {
    .template-color-6 .about-resume .box-img .img-right {
        height: auto;
    }
}

@media only screen and (max-width: 767px) {
    .template-color-6 .about-resume .box-img .img-right {
        transform: none;
        margin-top: 20px;
    }
}

/*======== Personal Portfolio About End =========*/
/*======== Career Resume Start =========*/
.template-color-9 .about-style-2 .timeline:before {
    background-color: #00F0FF;
}

.template-color-9 .about-style-2 .timeline>li .timeline-image {
    background-color: #00F0FF;
}

/*======== Career Resume End =========*/
/*======== Freelancer Contact Start =========*/
.template-color-7 .contact-style {
    position: relative;
    overflow: hidden;
}

.template-color-7 .contact-style:after {
    content: "";
    width: 80vw;
    height: 80vw;
    border: 200px solid #ffffff;
    border-radius: 50%;
    position: absolute;
    top: -15vw;
    right: -30vw;
    opacity: 0.01;
    pointer-events: none;
}

.template-color-7 .contact-style input {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0;
    background: transparent;
    color: #ffffff;
    padding: 15px;
    transition: all 0.4s;
}

.template-color-7 .contact-style input:focus {
    border-color: #ffffff;
}

.template-color-7 .contact-style textarea {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0;
    background: transparent;
    color: #ffffff;
    padding: 15px;
    transition: all 0.4s;
    min-height: 180px;
}

.template-color-7 .contact-style textarea:focus {
    border-color: #ffffff;
}

.template-color-7 .contact-style .btn {
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.template-color-7 .contact-style.no-crev:after {
    display: none;
}

/*======== Freelancer Contact End =========*/
/*======== Login Page Start =========*/
.login-page .main-container {
    min-height: 100vh;
    margin-top: 89px;
}

.login-page .main-container::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100vh;
    width: 300vw;
    transform: translate(35%, 0);
    background-color: #040404;
    background-image: url(../img/bg/lines.png);
    transition: 1s ease-in-out;
    z-index: 6;
    box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
    border-bottom-right-radius: max(50vw, 50vh);
    border-top-left-radius: max(50vw, 50vh);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .login-page .main-container::before {
        height: 102vh;
    }
}

.login-page .main-container .row {
    display: flex;
    flex-wrap: wrap;
    height: 100vh;
}

.login-page .main-container .col {
    width: 50%;
}

@media sm-layout {
    .login-page .main-container .col {
        width: 90%;
        left: 0;
        right: 0;
        margin: auto;
    }
}

.login-page .main-container .align-items-center {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.login-page .main-container .form-wrapper {
    width: 100%;
    max-width: 28rem;
}

.login-page .main-container .form {
    padding: 2rem;
    background-color: #ffffff;
    border-radius: 0;
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    transform: scale(0);
    transition: 0.5s ease-in-out;
    transition-delay: 1s;
}

.login-page .main-container .form p {
    margin: 15px 0px 0px 0px;
    font-size: 0.7rem;
    color: #555555;
}

.login-page .main-container .flex-col {
    flex-direction: column;
}

.login-page .container-fluid.sign-in .form.sign-in {
    transform: scale(1);
}

.login-page .container-fluid.sign-in .text.sign-in h1 {
    transform: translateX(0);
}

.login-page .container-fluid.sign-in .text.sign-in p {
    transform: translateX(0);
}

.login-page .container-fluid.sign-in::before {
    transform: translate(0, 0);
    right: 50%;
}

.login-page .container-fluid.sign-up .form.sign-up {
    transform: scale(1);
}

.login-page .container-fluid.sign-up .text.sign-up h2 {
    transform: translateX(0);
}

.login-page .container-fluid.sign-up .text.sign-up p {
    transform: translateX(0);
}

.login-page .container-fluid.sign-up::before {
    transform: translate(100%, 0);
    right: 50%;
}

.login-page .container-fluid.register-page .form.register-page {
    transform: scale(1);
}

.login-page .container-fluid.register-page .text.register-page h2 {
    transform: translateX(0);
}

.login-page .container-fluid.register-page .text.register-page p {
    transform: translateX(0);
}

.login-page .container-fluid.register-page::before {
    transform: translate(100%, 0);
    right: 50%;
}

.login-page .content-row {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 6;
    width: 100%;
    right: 0;
    margin: auto;
}

.login-page .text {
    margin: 4rem;
    color: #ffffff;
}

.login-page .text h2 {
    font-size: 3.5rem;
    font-weight: 800;
    margin: 2rem 0;
    transition: 1s ease-in-out;
}

.login-page .text p {
    font-weight: 600;
    transition: 1s ease-in-out;
    transition-delay: 0.2s;
}

.login-page .pointer {
    cursor: pointer;
}

.login-page .text.sign-in h1 {
    transform: translateX(-250%);
    font-size: 3rem;
    font-weight: 500;
}

.login-page .text.sign-in p {
    transform: translateX(-250%);
    font-size: 3rem;
    font-weight: 500;
}

.login-page .text.sign-up h2 {
    transform: translateX(250%);
    font-size: 3rem;
    font-weight: 500;
}

.login-page .text.sign-up p {
    transform: translateX(250%);
    font-size: 3rem;
    font-weight: 500;
}

@media only screen and (max-width: 767px) {
    .login-page .container-fluid::before {
        height: 100vh;
        border-bottom-right-radius: 0;
        border-top-left-radius: 0;
        z-index: 0;
        transform: none;
        right: 0;
    }

    .login-page .container-fluid.sign-in::before {
        height: 100vh;
        border-bottom-right-radius: 0;
        border-top-left-radius: 0;
        z-index: 0;
        transform: none;
        right: 0;
    }

    .login-page .container-fluid.sign-in .col.sign-in {
        transform: translateY(0);
    }

    .login-page .container-fluid.sign-up::before {
        height: 100vh;
        border-bottom-right-radius: 0;
        border-top-left-radius: 0;
        z-index: 0;
        transform: none;
        right: 0;
    }

    .login-page .container-fluid.sign-up .col.sign-up {
        transform: translateY(0);
    }

    .login-page .content-row .col {
        transform: translateY(0);
        background-color: unset;
    }

    .login-page .col {
        width: 100%;
        position: absolute;
        padding: 2rem;
        background-color: #ffffff;
        border-top-left-radius: 2rem;
        border-top-right-radius: 2rem;
        transform: translateY(100%);
        transition: 1s ease-in-out;
    }

    .login-page .row {
        align-items: flex-end;
        justify-content: flex-end;
    }

    .login-page .form {
        box-shadow: none;
        margin: 0;
        padding: 0;
    }

    .login-page .text {
        margin: 0;
    }

    .login-page .text p {
        display: none;
    }

    .login-page .text h2 {
        margin: 0.5rem;
        font-size: 2rem;
    }
}

/*======== Login Page End =========*/
/*======== Job Details Start =========*/
.job-detail-meta li {
    display: inline-block;
    padding-right: 70px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
    color: #999999;
    margin-bottom: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .job-detail-meta li {
        display: block;
        padding-right: 0;
        padding-bottom: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .job-detail-meta li {
        display: block;
        padding-right: 0;
        padding-bottom: 20px;
    }
}

.job-detail-meta li span {
    color: #8E8E8E;
    font-size: 14px;
    font-weight: 400;
    display: block;
}

.job-detail-contents ul {
    padding-bottom: 35px;
    padding-left: 30px;
}

.job-detail-contents ul li {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    color: #999999;
    padding-bottom: 5px;
    position: relative;
}

.job-detail-contents ul li::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    left: -18px;
    top: 12px;
    background-color: #555555;
    border-radius: 30px;
}

.job-detail-contents p {
    font-size: 18px;
    line-height: 1.4;
    padding-bottom: 40px;
    color: #999999;
}

.job-detail-contents h2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    padding-bottom: 20px;
}

.job-detail-sidebar {
    margin-top: 70px;
    padding: 40px 30px;
    position: sticky;
    top: 70px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .job-detail-sidebar {
        padding: 30px 20px;
    }
}

.job-detail-sidebar ul li {
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #999999;
    padding-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .job-detail-sidebar ul li {
        font-size: 14px;
    }
}

.job-detail-sidebar ul li:last-child {
    padding-bottom: 0;
}

.job-detail-sidebar ul li span {
    color: #8E8E8E;
    font-size: 14px;
    font-weight: 400;
    display: block;
}

.light-mode .job-detail-sidebar ul li {
    color: #555555;
}

.light-mode .job-detail-meta li {
    color: #555555;
}

.light-mode .job-detail-contents ul li {
    color: #555555;
}

.light-mode .job-detail-contents p {
    color: #555555;
}

/*======== Job Details End =========*/
/*======== Blog Styles =========*/
/*======== Blog Style 1 Start ========*/
.blog-style-1 {
    background-color: #040404;
    overflow: hidden;
}

.blog-style-1 .sec-title-wrapper {
    position: relative;
    padding-left: 330px;
    margin-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-style-1 .sec-title-wrapper {
        padding-left: 200px;
    }
}

@media only screen and (max-width: 767px) {
    .blog-style-1 .sec-title-wrapper {
        padding-left: 0;
    }
}

.blog-style-1 .sec-title-wrapper p {
    padding-top: 70px;
    padding-bottom: 60px;
    max-width: 335px;
    font-size: 18px;
    margin-left: 345px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-style-1 .sec-title-wrapper p {
        margin-left: 100px;
        padding-top: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-style-1 .sec-title-wrapper p {
        margin-left: 100px;
        padding-top: 0;
    }
}

@media only screen and (max-width: 767px) {
    .blog-style-1 .sec-title-wrapper p {
        margin-left: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
}

.blog-style-1 .sec-title-wrapper .sec-sub-title {
    background-color: transparent;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    text-transform: capitalize;
}

.blog-style-1 .sec-title-wrapper .sec-title {
    background-color: transparent;
    padding-bottom: 40px;
    font-weight: 600;
    font-size: 60px;
    color: #ffffff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-style-1 .sec-title-wrapper .sec-title {
        padding-top: 0;
    }
}

@media only screen and (max-width: 767px) {
    .blog-style-1 .sec-title-wrapper .sec-title {
        padding-top: 0;
        font-size: 42px;
    }
}

.blog-style-1 .blog-style-item-1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-style-1 .blog-style-item-1 {
        grid-template-columns: 2.5fr 1fr;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-style-1 .blog-style-item-1 {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .blog-style-1 .blog-style-item-1 {
        grid-template-columns: 1fr;
        margin-bottom: 50px;
    }
}

.blog-style-1 .blog-style-item-1 .blog-img-box {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .blog-style-1 .blog-style-item-1 .blog-img-box {
        height: 425px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-style-1 .blog-style-item-1 .blog-img-box {
        height: 340px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-style-1 .blog-style-item-1 .blog-img-box {
        height: auto;
    }
}

@media only screen and (max-width: 767px) {
    .blog-style-1 .blog-style-item-1 .blog-img-box {
        height: auto;
    }
}

.blog-style-1 .blog-style-item-1 .blog-img-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    transition: 0.5s;
    background-size: cover;
}

@media (max-width: 1023px) {
    .blog-style-1 .blog-style-item-1 .blog-img-box img {
        position: unset;
        width: 100%;
        height: auto;
    }
}

.blog-style-1 .blog-style-item-1 .blog-img-box img:nth-child(1) {
    transform: translatex(50%) scalex(2);
    opacity: 0;
    filter: blur(10px);
}

@media (max-width: 1023px) {
    .blog-style-1 .blog-style-item-1 .blog-img-box img:nth-child(1) {
        display: none;
    }
}

.blog-style-1 .blog-style-item-1 .blog-img-box:hover img:nth-child(2) {
    transform: translatex(-50%) scalex(2);
    opacity: 0;
    filter: blur(10px);
}

@media (max-width: 1023px) {
    .blog-style-1 .blog-style-item-1 .blog-img-box:hover img:nth-child(2) {
        opacity: 1;
    }
}

.blog-style-1 .blog-style-item-1 .blog-img-box:hover img:nth-child(1) {
    transform: translatex(0) scalex(1);
    opacity: 1;
    filter: blur(0);
}

.blog-style-1 .blog-style-item-1 .blog-style-1-info {
    background-color: #ffffff;
    position: absolute;
    width: 63%;
    bottom: -1px;
    right: 0;
    margin-left: -50px;
    z-index: 1;
    padding: 40px;
    text-align: center;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .blog-style-1 .blog-style-item-1 .blog-style-1-info {
        width: 70%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-style-1 .blog-style-item-1 .blog-style-1-info {
        width: 80%;
    }
}

@media only screen and (max-width: 767px) {
    .blog-style-1 .blog-style-item-1 .blog-style-1-info {
        width: 90%;
        margin-left: 0;
        padding: 30px 20px;
        border-top-left-radius: 5px;
    }
}

.blog-style-1 .blog-style-item-1 .blog-style-1-info .blog-meta-1 {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.3;
    color: #555555;
    margin-bottom: 10px;
}

.blog-style-1 .blog-style-item-1 .blog-style-1-info .blog-meta-1 a {
    color: #555555;
    transition: all 0.3s;
}

.blog-style-1 .blog-style-item-1 .blog-style-1-info .blog-meta-1 a:hover {
    color: #2c2c2c;
}

.blog-style-1 .blog-style-item-1 .blog-style-1-info .blog-title-1 {
    display: block;
    font-weight: 500;
    font-size: 26px;
    line-height: 1.2;
    color: #121212;
    border-bottom: 1px solid #bbbbbb;
    margin-bottom: 10px;
    padding-bottom: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-style-1 .blog-style-item-1 .blog-style-1-info .blog-title-1 {
        font-size: 22px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-style-1 .blog-style-item-1 .blog-style-1-info .blog-title-1 {
        font-size: 20px;
    }
}

.blog-style-1 .blog-style-item-1 .blog-style-1-info .blog-title-1:hover {
    color: #555555;
}

.blog-style-1 .blog-style-item-1 .blog-style-1-info .blog-style-1-btn {
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    color: #555555;
    text-transform: capitalize;
    position: relative;
}

.blog-style-1 .blog-style-item-1 .blog-style-1-info .blog-style-1-btn:hover {
    color: #2c2c2c;
}

.blog-style-1 .blog-style-item-1 .blog-style-1-info .blog-style-1-btn:hover i {
    transform: translate(20px, -20px) rotate(-45deg);
}

.blog-style-1 .blog-style-item-1 .blog-style-1-info .blog-style-1-btn:hover span::after {
    opacity: 1;
    visibility: visible;
    transform: translate(20px, -20px) rotate(-45deg);
}

.blog-style-1 .blog-style-item-1 .blog-style-1-info .blog-style-1-btn span {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: -28px;
}

.blog-style-1 .blog-style-item-1 .blog-style-1-info .blog-style-1-btn span::after {
    position: absolute;
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    left: -20px;
    bottom: -20px;
    transform: translate(0, 0) rotate(-45deg);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}

.blog-style-1 .blog-style-item-1 .blog-style-1-info .blog-style-1-btn span i {
    transform: translate(0, 0) rotate(-45deg);
    transition: all 0.5s;
}

.blog-v3 .blog-style-item-1 {
    margin-bottom: 80px;
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-v3 .blog-style-item-1 {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .blog-v3 .blog-style-item-1 {
        margin-bottom: 50px;
    }
}

/*======== Blog Style 1 End ========*/
/*======== Light Mode Blog List Half Start ========*/
.light-mode .blog-list-half .item .cont .tags a {
    background: rgba(0, 0, 0, 0.05);
    color: #000000;
}

/*======== Light Mode Blog List Half End ========*/
/*======== Blog Style 2 Start ========*/
.blog-style-2 {
    background-color: #040404;
    overflow: hidden;
}

.blog-style-2 .sec-title-wrapper {
    position: relative;
    padding-left: 330px;
    margin-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-style-2 .sec-title-wrapper {
        padding-left: 200px;
    }
}

@media only screen and (max-width: 767px) {
    .blog-style-2 .sec-title-wrapper {
        padding-left: 0;
    }
}

.blog-style-2 .sec-title-wrapper .sec-sub-title {
    background-color: transparent;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    text-transform: capitalize;
}

.blog-style-2 .sec-title-wrapper .sec-title {
    background-color: transparent;
    padding-bottom: 40px;
    font-weight: 600;
    font-size: 60px;
    color: #ffffff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-style-2 .sec-title-wrapper .sec-title {
        padding-top: 0;
    }
}

@media only screen and (max-width: 767px) {
    .blog-style-2 .sec-title-wrapper .sec-title {
        padding-top: 0;
        font-size: 32px;
    }
}

.blog-style-2 .sec-title-wrapper p {
    padding-top: 70px;
    padding-bottom: 60px;
    max-width: 335px;
    font-size: 18px;
    margin-left: 345px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-style-2 .sec-title-wrapper p {
        margin-left: 100px;
        padding-top: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-style-2 .sec-title-wrapper p {
        margin-left: 100px;
        padding-top: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-style-2 .sec-title-wrapper p {
        margin-left: 100px;
        padding-top: 0;
    }
}

@media only screen and (max-width: 767px) {
    .blog-style-2 .sec-title-wrapper p {
        margin-left: 0;
        padding-top: 0;
        padding-bottom: 0;
    }
}

.blog-style-2 .blog-style-item-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-style-2 .blog-style-item-2 {
        grid-template-columns: 2.5fr 1fr;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-style-2 .blog-style-item-2 {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .blog-style-2 .blog-style-item-2 {
        grid-template-columns: 1fr;
        margin-bottom: 50px;
    }
}

.blog-style-2 .blog-style-item-2 .blog-img-box {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.blog-style-2 .blog-style-item-2 .blog-img-box:hover img {
    transform: scale(1.1);
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .blog-style-2 .blog-style-item-2 .blog-img-box {
        height: 425px;
        width: 500px;
    }
}

@media only screen and (min-width: 1600px) {
    .blog-style-2 .blog-style-item-2 .blog-img-box {
        height: 425px;
        width: 500px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-style-2 .blog-style-item-2 .blog-img-box {
        height: 340px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-style-2 .blog-style-item-2 .blog-img-box {
        height: auto;
    }
}

@media only screen and (max-width: 767px) {
    .blog-style-2 .blog-style-item-2 .blog-img-box {
        height: auto;
    }
}

.blog-style-2 .blog-style-item-2 .blog-img-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    transition: 0.3s ease-out 0s;
    background-size: cover;
}

@media (max-width: 1023px) {
    .blog-style-2 .blog-style-item-2 .blog-img-box img {
        position: unset;
        width: 100%;
        height: auto;
    }
}

.blog-style-2 .blog-style-item-2 .blog-style-2-info {
    background-color: #ffffff;
    position: absolute;
    width: 63%;
    bottom: -35px;
    right: 0;
    margin-left: -50px;
    z-index: 1;
    padding: 40px;
    text-align: center;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .blog-style-2 .blog-style-item-2 .blog-style-2-info {
        width: 70%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-style-2 .blog-style-item-2 .blog-style-2-info {
        width: 80%;
    }
}

@media only screen and (max-width: 767px) {
    .blog-style-2 .blog-style-item-2 .blog-style-2-info {
        width: 100%;
        margin-left: 0;
        padding: 30px 20px;
        border-top-left-radius: 0;
        position: relative;
        bottom: 0;
    }
}

.blog-style-2 .blog-style-item-2 .blog-style-2-info .blog-meta-2 {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.3;
    color: #555555;
    margin-bottom: 10px;
}

.blog-style-2 .blog-style-item-2 .blog-style-2-info .blog-meta-2 a {
    color: #555555;
    transition: all 0.3s;
}

.blog-style-2 .blog-style-item-2 .blog-style-2-info .blog-meta-2 a:hover {
    color: #2c2c2c;
}

.blog-style-2 .blog-style-item-2 .blog-style-2-info .blog-title-2 {
    display: block;
    font-weight: 500;
    font-size: 26px;
    line-height: 1.2;
    color: #121212;
    border-bottom: 1px solid #bbbbbb;
    margin-bottom: 10px;
    padding-bottom: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-style-2 .blog-style-item-2 .blog-style-2-info .blog-title-2 {
        font-size: 22px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-style-2 .blog-style-item-2 .blog-style-2-info .blog-title-2 {
        font-size: 20px;
    }
}

.blog-style-2 .blog-style-item-2 .blog-style-2-info .blog-title-2:hover {
    color: #555555;
}

.blog-style-2 .blog-style-item-2 .blog-style-2-info .blog-style-1-btn {
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    color: #555555;
    text-transform: capitalize;
    position: relative;
}

.blog-style-2 .blog-style-item-2 .blog-style-2-info .blog-style-1-btn:hover {
    color: #2c2c2c;
}

.blog-style-2 .blog-style-item-2 .blog-style-2-info .blog-style-1-btn:hover i {
    transform: translate(20px, -20px) rotate(-45deg);
}

.blog-style-2 .blog-style-item-2 .blog-style-2-info .blog-style-1-btn:hover span::after {
    opacity: 1;
    visibility: visible;
    transform: translate(20px, -20px) rotate(-45deg);
}

.blog-style-2 .blog-style-item-2 .blog-style-2-info .blog-style-1-btn span {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: -28px;
}

.blog-style-2 .blog-style-item-2 .blog-style-2-info .blog-style-1-btn span::after {
    position: absolute;
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    left: -20px;
    bottom: -20px;
    transform: translate(0, 0) rotate(-45deg);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}

.blog-style-2 .blog-style-item-2 .blog-style-2-info .blog-style-1-btn span i {
    transform: translate(0, 0) rotate(-45deg);
    transition: all 0.5s;
}

.blog-v3 .blog-style-item-2 {
    margin-bottom: 80px;
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-v3 .blog-style-item-2 {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .blog-v3 .blog-style-item-2 {
        margin-bottom: 50px;
    }
}

/*======== Blog Style 2 End ========*/
/*======== Blog List Half Start ========*/
.blog-list-half .item {
    border-radius: 0px;
    overflow: hidden;
}

.blog-list-half .item .img {
    min-height: 300px;
    padding-right: 0;
}

.blog-list-half .item .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 10px 0 0 10px;
}

.blog-list-half .item .cont {
    padding: 80px 30px;
}

.blog-list-half .item .cont .tags a {
    font-size: 13px;
    padding: 8px 9px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 5px;
    transition: all 0.4s;
    color: #ffffff;
}

.blog-list-half .item .cont .tags a:hover {
    background: #f9a185;
}

.blog-list-half.crev .item {
    overflow: visible;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.blog-list-half.crev .item .img {
    padding: 0 0 0 15px;
}

.blog-list-half.crev .item .img img {
    border-radius: 0;
    position: relative;
    bottom: -30px;
}

/*======== Blog List Half End ========*/
/*======== Blog Detail 1 Start =========*/
@media only screen and (max-width: 767px) {
    .blog-detail-1 .blog-heading h1 {
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .blog-detail-1 .blog-heading p {
        text-align: center;
    }
}

.blog-detail-1 .blog-heading .blog-detail-meta-list {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .blog-detail-1 .blog-heading .blog-detail-meta-list {
        display: block;
        text-align: center;
    }
}

.blog-detail-1 .blog-heading .blog-detail-meta-list .blog-detail-meta {
    display: flex;
    align-items: center;
    margin: 0 15px;
}

@media only screen and (max-width: 767px) {
    .blog-detail-1 .blog-heading .blog-detail-meta-list .blog-detail-meta {
        display: block;
        text-align: center;
    }
}

.blog-detail-1 .blog-heading .blog-detail-meta-list .blog-detail-meta img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 15px;
}

@media only screen and (max-width: 767px) {
    .blog-detail-1 .blog-heading .blog-detail-meta-list .blog-detail-meta img {
        margin-bottom: 15px;
    }
}

.blog-detail-1 .blog-heading .blog-detail-meta-list .blog-detail-meta p span {
    display: block;
    font-weight: bold;
}

@media only screen and (max-width: 767px) {
    .blog-detail-1 .left-blog-detail .w-sm-100 {
        width: 100% !important;
    }
}

.blog-detail-1 .left-blog-detail blockquote.quote {
    padding: 20px 0;
    margin: 30px 0;
    border-top: 1px solid #5e5e5e;
    border-bottom: 1px solid #5e5e5e;
}

.blog-detail-1 .left-blog-detail blockquote.quote p {
    font-size: 30px;
    text-align: center;
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .blog-detail-1 .left-blog-detail blockquote.quote p {
        font-size: 20px;
    }
}

.blog-detail-1 .left-blog-detail blockquote.quote p cite {
    color: #000000;
    font-weight: bold;
}

.blog-detail-1 .left-blog-detail ul.tag-line {
    padding: 0;
    margin: 0;
}

.blog-detail-1 .left-blog-detail ul.tag-line li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 10px;
}

.blog-detail-1 .left-blog-detail ul.tag-line li a {
    display: inline-block;
    color: #000000;
    border: 1px solid #000000;
    padding: 8px 20px;
    line-height: normal;
    transition: 0.25s ease-in-out;
}

.blog-detail-1 .left-blog-detail ul.tag-line li a:hover {
    background: #000000;
    color: #ffffff;
}

.blog-detail-1 .left-blog-detail .author-box {
    padding: 30px 0;
    margin: 20px 0;
    border-top: 1px solid #5e5e5e;
    border-bottom: 1px solid #5e5e5e;
}

.blog-detail-1 .left-blog-detail .author-box .image img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

.blog-detail-1 .left-blog-detail .author-box .author-content .author-name {
    padding: 20px 0;
    display: inline-block;
}

.blog-detail-1 .left-blog-detail .author-box .author-content .author-name a {
    font-size: 25px;
    font-weight: bold;
    color: #000000;
}

.blog-detail-1 .left-blog-detail .comment-box .comment-avatar {
    width: 150px;
    margin-right: 10px;
}

.blog-detail-1 .left-blog-detail .comment-box .comment-avatar img {
    width: 100%;
}

.blog-detail-1 ul.social-icons {
    padding: 20px 0 0;
    margin: 0;
}

.blog-detail-1 ul.social-icons li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.blog-detail-1 ul.social-icons li a {
    display: inline-block;
}

.blog-detail-1 ul.social-icons li a i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #000000;
    background: #000000;
    color: #ffffff;
    font-size: 18px;
}

.blog-detail-1 .blog-category ul li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 10px;
}

.blog-detail-1 .blog-category ul li a {
    display: inline-block;
    color: #000000;
    border: 1px solid #000000;
    padding: 8px 20px;
    line-height: normal;
    transition: 0.25s ease-in-out;
}

.blog-detail-1 .blog-category ul li a:hover {
    background: #000000;
    color: #ffffff;
}

/*======== Blog Detail 1 End =========*/
/*======== Dark Template Blog Detail 1 Start =========*/
.dark-template .blog-detail-1 .left-blog-detail ul.tag-line li a {
    color: #ffffff;
    border: 1px solid #ffffff;
}

.dark-template .blog-detail-1 .left-blog-detail ul.tag-line li a:hover {
    background: #ffffff;
    color: #000000;
}

.dark-template .blog-detail-1 .left-blog-detail .author-box .author-content .author-name a {
    color: #ffffff;
}

.dark-template .blog-detail-1 .left-blog-detail blockquote.quote p cite {
    color: #ffffff;
}

.dark-template .blog-detail-1 ul.social-icons li a i {
    border: 1px solid #ffffff;
    background: #ffffff;
    color: #000000;
}

.dark-template .blog-detail-1 .blog-category ul li a {
    color: #ffffff;
    border: 1px solid #ffffff;
}

.dark-template .blog-detail-1 .blog-category ul li a:hover {
    background: #ffffff;
    color: #000000;
}

.dark-template .blog-detail-1 .right-blog-detail .blog-newsletter input {
    color: #ffffff;
}

/*======== Dark Template Blog Detail 1 End =========*/
/*======== Shop Style =========*/
/*======== Woocommerce Product Start =========*/
.template-color-9 .arrival-sec {
    height: 500px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .template-color-9 .arrival-sec {
        background-position: 35% !important;
    }
}

@media only screen and (max-width: 767px) {
    .template-color-9 .arrival-sec {
        background-position: right;
        padding: 70px 0 100px;
        height: auto;
    }
}

@media (max-width: 991px) {
    .template-color-9 .arrival-sec .shop-product .product-content {
        background-color: #ffffff;
        padding: 15px;
    }
}

/*======== Woocommerce Product End =========*/
/*======== Shop Page Start =========*/
.shop-banner h1 {
    font-size: 70px;
    color: #000000;
}

@media (max-width: 991px) {
    .shop-banner h1 {
        font-size: 35px;
    }
}

.shop-banner h1 span {
    color: #00F0FF;
}

.shop-banner h2 {
    color: #000000;
    font-size: 50px;
    border-top: 1px solid #000000;
    padding-top: 25px;
}

@media (max-width: 991px) {
    .shop-banner h2 {
        font-size: 30px;
    }
}

.shop-filter .shop-filter-left {
    display: flex;
    align-items: center;
    gap: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .shop-filter .shop-filter-left {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .shop-filter .shop-filter-left {
        display: block;
    }
}

.shop-filter .shop-filter-left span.shop-filter-title {
    color: #000000;
    font-size: 14px;
    font-weight: 500;
}

@media only screen and (max-width: 767px) {
    .shop-filter .shop-filter-left span.shop-filter-title {
        margin-bottom: 10px;
        display: block;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .shop-filter .shop-filter-left span.shop-filter-title {
        margin-bottom: 10px;
        display: block;
    }
}

.shop-filter .shop-filter-left .filter-sort-buttons {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    padding: 0;
    gap: 14px;
}

@media only screen and (max-width: 767px) {
    .shop-filter .shop-filter-left .filter-sort-buttons {
        display: block;
    }
}

.shop-filter .shop-filter-left .filter-sort-buttons li {
    z-index: unset;
    position: relative;
}

.shop-filter .shop-filter-left .filter-sort-buttons .item {
    padding: 13px 20px;
    background: #f5f5f5;
    border-radius: 20px;
    font-size: 14px;
    line-height: 1;
    color: #000000;
    position: relative;
    cursor: pointer;
    transition: all 0.5s;
    display: inline-block;
    font-weight: 500;
    box-shadow: inset 0 0 0 50px transparent;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .shop-filter .shop-filter-left .filter-sort-buttons .item {
        width: 100%;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .shop-filter .shop-filter-left .filter-sort-buttons .item {
        width: 100%;
        margin-bottom: 10px;
    }
}

.shop-filter .shop-filter-left .filter-sort-buttons .item:hover {
    box-shadow: inset 0 0 0 0 #ffffff;
    background: #000000;
    color: #ffffff;
}

.shop-filter .shop-filter-left .filter-sort-buttons .filter-dropdown {
    display: none;
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 9;
    width: 300px;
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.3) 0 8px 24px;
    padding: 30px 10px;
}

.shop-filter .shop-filter-left .filter-sort-buttons .selector .slider-price {
    position: relative;
    display: inline-block;
    padding: 5px 10px;
    line-height: 28px;
    text-align: center;
    color: #000000;
}

.shop-filter .shop-filter-left .filter-sort-buttons .selector .slider-price:before {
    margin-right: 5px;
    color: #000000;
    content: attr(data-currency);
}

.shop-filter .shop-filter-left .filter-sort-buttons .selector span.separator {
    color: #000000;
}

.shop-filter .shop-filter-left .filter-sort-buttons .selector .ui-widget-content {
    background: #000000 none repeat scroll 0 0;
}

.shop-filter .shop-filter-left .filter-sort-buttons .selector .ui-widget-content .ui-slider-range.ui-widget-header.ui-corner-all {
    background: #00F0FF none repeat scroll 0 0;
}

.shop-filter .shop-filter-left .filter-sort-buttons .selector .ui-widget-content .ui-state-default,
.shop-filter .shop-filter-left .filter-sort-buttons .selector .ui-widget-content .ui-widget-content .ui-state-default,
.shop-filter .shop-filter-left .filter-sort-buttons .selector .ui-widget-content .ui-widget-header .ui-state-default {
    background: #00F0FF none repeat scroll 0 0;
    margin-left: 0;
}

.shop-filter .shop-filter-left .filter-colors {
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 9;
    width: 300px;
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.3) 0 8px 24px;
    padding: 30px 10px;
    display: none;
}

.shop-filter .shop-filter-left .filter-colors .pink,
.shop-filter .shop-filter-left .filter-colors .green,
.shop-filter .shop-filter-left .filter-colors .blue,
.shop-filter .shop-filter-left .filter-colors .red,
.shop-filter .shop-filter-left .filter-colors .yellow {
    display: inline-block;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background: #f5f5f5;
    outline: 0;
    border: 1px solid transparent;
    cursor: pointer;
}

.shop-filter .shop-filter-left .filter-colors .pink.active,
.shop-filter .shop-filter-left .filter-colors .green.active,
.shop-filter .shop-filter-left .filter-colors .blue.active,
.shop-filter .shop-filter-left .filter-colors .red.active,
.shop-filter .shop-filter-left .filter-colors .yellow.active {
    position: relative;
}

.shop-filter .shop-filter-left .filter-colors .pink.active::after,
.shop-filter .shop-filter-left .filter-colors .green.active::after,
.shop-filter .shop-filter-left .filter-colors .blue.active::after,
.shop-filter .shop-filter-left .filter-colors .red.active::after,
.shop-filter .shop-filter-left .filter-colors .yellow.active::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 15px;
    left: 12px;
    top: 6px;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    transform: rotate(40deg);
}

.shop-filter .shop-filter-left .filter-colors .pink {
    background: #F12C6E;
}

.shop-filter .shop-filter-left .filter-colors .green {
    background: #0fbc80;
}

.shop-filter .shop-filter-left .filter-colors .blue {
    background: #3353FC;
}

.shop-filter .shop-filter-left .filter-colors .red {
    background: #ff0000;
}

.shop-filter .shop-filter-left .filter-colors .yellow {
    background: #FCB72B;
}

.shop-filter .shop-filter-left .filter-cat-field {
    display: flex;
    font-weight: 300;
    gap: 5px;
    padding: 0;
    font-size: 14px;
    padding-bottom: 10px;
}

.shop-filter .shop-filter-left .filter-cat-field input {
    width: 15px;
    height: auto;
    margin-right: 5px;
}

.shop-filter .shop-filter-left .filter-cat-field label {
    color: #000000;
}

.shop-filter .shop-filter-right input.filter-search {
    font-weight: 500;
    background: #f5f5f5;
    border-radius: 20px;
    height: 40px;
    border: 0;
    padding: 20px;
    width: 300px;
    font-size: 14px;
    line-height: 1;
    color: #000000;
}

@media only screen and (max-width: 767px) {
    .shop-filter .shop-filter-right input.filter-search {
        width: 100%;
    }
}

.shop-product {
    translate: none;
    rotate: none;
    scale: none;
    opacity: 1;
    transform: translate(0px, 0px);
    margin-bottom: 30px;
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    .shop-product {
        padding: 0px 30px;
    }
}

.shop-product .product-thumb {
    position: relative;
}

.shop-product .product-thumb .product-size {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 999;
    text-align: center;
    display: none;
}

@media only screen and (max-width: 767px) {
    .shop-product .product-thumb .product-size {
        display: block;
    }
}

.shop-product .product-thumb .product-size ul {
    padding: 0;
    margin: 0;
}

.shop-product .product-thumb .product-size ul li {
    display: inline-block;
    margin-right: 5px;
}

.shop-product .product-thumb .product-size ul li a {
    width: 38px;
    height: 38px;
    display: inline-block;
    line-height: 38px;
    background: #ffffff;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
}

.shop-product .product-thumb .product-size ul li a:hover {
    background: #000000;
    color: #ffffff;
}

.shop-product .product-thumb .img-box {
    height: 350px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .shop-product .product-thumb .img-box {
        height: 250px;
    }
}

.shop-product .product-thumb .img-box img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    transition: 0.5s;
}

.shop-product .product-thumb .img-box img:nth-child(1) {
    transform: scale(1.5);
    transition: 0.3s ease-in-out;
    opacity: 0;
    filter: blur(10px);
}

.shop-product .product-thumb .img-box:hover img:nth-child(1) {
    transform: scale(1);
    opacity: 1;
    filter: blur(0);
}

.shop-product .product-thumb .img-box:hover img:nth-child(2) {
    transform: scale(1);
    opacity: 0;
    filter: blur(10px);
}

.shop-product .product-thumb .product-feature-hover {
    position: absolute;
    top: 10px;
    left: 10px;
}

.shop-product .product-thumb .product-feature-hover .product-cart {
    border-bottom: 1px solid #000000;
}

.shop-product .product-thumb .product-feature-hover .product-cart i {
    color: #000000;
}

.shop-product .product-thumb .product-feature-hover i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #ffffff;
    font-size: 16px;
}

.shop-product .product-thumb .product-feature-hover .product-heart i {
    color: #000000;
}

.shop-product .product-thumb:hover .product-size {
    display: block;
}

.shop-product .product-content {
    padding-top: 15px;
}

.shop-product .product-content .product-category {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
}

.shop-product .product-content .product-category .product-tag {
    border-radius: 5px;
    padding: 5px 12px;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
    background: #ffffff;
    transition: 0.5s;
}

.shop-product .product-content .product-title a {
    color: #000000;
    font-weight: 500;
    font-size: 18px;
}

.shop-product .product-content .product-new-price {
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    color: #000000;
    padding-right: 12px;
}

.shop-product .product-content .product-old-price {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #555555;
    text-decoration: line-through;
}

.pagination-style {
    display: flex;
    padding-left: 0;
    list-style: none;
}

.pagination-style li {
    margin-right: 10px;
}

.pagination-style li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    background: transparent;
    border: 1px solid #000000;
    color: #000000;
    text-align: center;
    border-radius: 50%;
    font-weight: 500;
}

.pagination-style li a:hover {
    background: #000000;
    color: #ffffff;
}

.pagination-style li a.active {
    background: #000000;
    color: #ffffff;
}

.dark-template .pagination-style li a {
    border: 1px solid #ffffff;
    color: #ffffff;
}

.dark-template .pagination-style li a:hover {
    background: #ffffff;
    color: #000000;
}

.dark-template .pagination-style li a.active {
    background: #ffffff;
    color: #000000;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .shop-product-wrap .shop-product .product-thumb .img-box {
        height: 275px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .arrival-box h2 {
        font-size: 34px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .arrival-box .shop-product .product-thumb .img-box {
        height: 250px;
    }
}

/*======== Shop Page End =========*/
/*======== Woocommerce Page Carts Color Start =========*/
.offer-sec .shop-product .product-content .product-title a {
    color: #ffffff;
}

.offer-sec .shop-product .product-content .product-new-price {
    color: #ffffff;
}

.offer-sec .shop-product .product-content .product-old-price {
    color: #ffffff;
}

/*======== Woocommerce Page Carts Color End =========*/
/*======== Shop Single Start =========*/
@media only screen and (max-width: 767px) {
    .left-product-detail .product-slider-for {
        margin-bottom: 30px;
    }
}

.left-product-detail .product-slider-for .slick-slide img {
    width: 100%;
    height: 600px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media only screen and (max-width: 767px) {
    .left-product-detail .product-slider-for .slick-slide img {
        height: 350px;
    }
}

.left-product-detail .product-slider-nav {
    margin-top: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .left-product-detail .product-slider-nav {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .left-product-detail .product-slider-nav {
        display: none;
    }
}

.left-product-detail .product-slider-nav .slick-slide>div {
    margin-right: 10px;
}

.left-product-detail .product-slider-nav .slick-slide img {
    width: 100%;
    height: 180px;
    -o-object-fit: cover;
    object-fit: cover;
}

.right-product-detail h2 {
    color: #000000;
    font-size: 35px;
    margin-bottom: 0;
}

.right-product-detail span.product-discount-price {
    font-size: 28px;
    color: #000000;
    margin-right: 10px;
}

.right-product-detail span.product-price {
    font-size: 14px;
    text-decoration: line-through;
    font-weight: 400;
    color: #5e5e5e;
    margin-right: 10px;
}

.right-product-detail span.product-discount-percent {
    color: #ff0000;
    font-size: 14px;
}

.right-product-detail p.product-description {
    margin: 30px 0;
    color: #555555;
}

.right-product-detail .available-color span.colors {
    display: inline-block;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    outline: 0;
    border: 1px solid transparent;
    cursor: pointer;
    margin-right: 5px;
}

.right-product-detail .available-color .pink {
    background: #F12C6E;
}

.right-product-detail .available-color .green {
    background: #0fbc80;
}

.right-product-detail .available-color .blue {
    background: #3353FC;
}

.right-product-detail .available-color .red {
    background: #ff0000;
}

.right-product-detail .available-color .yellow {
    background: #FCB72B;
}

.right-product-detail .available-size ul li {
    display: inline-block;
    margin-right: 5px;
}

.right-product-detail .available-size ul li a {
    width: 38px;
    height: 38px;
    display: inline-block;
    line-height: 38px;
    background: transparent;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    border: 1px solid #000000;
}

.right-product-detail .available-size ul li a:hover {
    background: #000000;
    color: #ffffff;
}

.right-product-detail .product-detail-title {
    color: #000000;
    font-size: 15px;
    margin-bottom: 5px;
    display: inline-block;
    width: 100%;
    font-weight: 500;
}

.right-product-detail a.wishlist {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    border: 1px solid #000000;
    color: #000000;
    font-size: 20px;
    border-radius: 50%;
}

.right-product-detail a.wishlist:hover {
    background: #000000;
    color: #ffffff;
}

ul.product-features li {
    color: #555555;
    font-size: 16px;
    margin-bottom: 10px;
}

.product-star i {
    color: #FCB72B;
}

.pro-quantity .pro-qty {
    width: 90px;
    height: 35px;
    border: 1px solid #999999;
    border-radius: 50px;
    padding: 0 15px;
    display: block;
    margin: 0;
}

.pro-quantity .pro-qty .qty-btn {
    width: 15px;
    display: block;
    float: left;
    line-height: 31px;
    cursor: pointer;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    color: #2c2c2c;
}

.pro-quantity .pro-qty input {
    width: 28px;
    float: left;
    border: none;
    height: 33px;
    line-height: 33px;
    padding: 0;
    margin: 0;
    text-align: center;
    background-color: transparent;
}

.product-description-tab .text-grey {
    color: #555555;
}

/*======== Shop Single End =========*/
/*======== Shop Sidebar Start =========*/
.ui-widget-content {
    background: #ededed none repeat scroll 0 0;
    border: 0 none;
    color: #0069FF;
}

.ui-widget.ui-widget-content {
    border: 0;
}

.ui-slider-range.ui-widget-header.ui-corner-all {
    background: #0069FF none repeat scroll 0 0;
}

.ui-slider .ui-slider-handle {
    border-radius: 100%;
    height: 16px;
    position: absolute;
    touch-action: none;
    width: 16px;
    z-index: 2;
    outline: none;
    cursor: pointer;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background: #0069FF none repeat scroll 0 0;
    border: 0 none;
    color: #0069FF;
}

.ui-slider-range.ui-widget-header.ui-corner-all {
    background: #0069FF none repeat scroll 0 0;
}

.ui-slider-horizontal {
    height: 7px;
    margin-bottom: 25px;
    margin-top: 7px;
}

/*======== Shop Sidebar End =========*/
/*======== Cart Start =========*/
.cart-table .table {
    border-bottom: 8px solid #f5f5f5;
    margin: 0;
}

@media only screen and (max-width: 575px) {
    .cart-table .table {
        border-top: 8px solid #f5f5f5;
    }
}

.cart-table .table thead {
    background-color: #ffffff;
}

@media only screen and (max-width: 575px) {
    .cart-table .table thead {
        display: none;
    }
}

.cart-table .table thead tr th {
    text-align: center;
    border: none;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #222222;
    padding: 12px 20px;
}

.cart-table .table tbody tr td {
    text-align: center;
    border: none;
    padding: 25px 20px;
    vertical-align: middle;
    border-bottom: 1px solid #eee;
}

@media only screen and (max-width: 575px) {
    .cart-table .table tbody tr td {
        display: inline-block;
        width: 100%;
        max-width: none;
        padding: 15px;
        text-align: center;
    }
}

.cart-table th.pro-thumbnail,
.cart-table td.pro-thumbnail {
    max-width: 160px;
    min-width: 120px;
    width: 160px;
}

@media only screen and (max-width: 575px) {

    .cart-table th.pro-thumbnail a,
    .cart-table td.pro-thumbnail a {
        width: 160px;
    }
}

.cart-table th.pro-title,
.cart-table td.pro-title {
    min-width: 200px;
}

.cart-table td.pro-thumbnail a {
    display: inline-block;
    text-align: center;
}

.cart-table td.pro-thumbnail a img {
    width: 100%;
    background-color: #f5f5f5;
}

.cart-table td.pro-title a {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #222222;
}

.cart-table td.pro-price {
    text-align: center;
}

.cart-table td.pro-price span {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #555;
}

.cart-table td.pro-quantity .pro-qty {
    width: 90px;
    height: 35px;
    border: 1px solid #999999;
    border-radius: 50px;
    padding: 0 15px;
    display: inline-block;
    text-align: center;
    margin: auto;
}

.cart-table td.pro-quantity .pro-qty .qty-btn {
    width: 15px;
    display: block;
    float: left;
    line-height: 31px;
    cursor: pointer;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    color: #555;
}

.cart-table td.pro-quantity .pro-qty input {
    width: 28px;
    float: left;
    border: none;
    height: 33px;
    line-height: 33px;
    padding: 0;
    text-align: center;
    background-color: transparent;
}

@media only screen and (max-width: 575px) {
    .cart-table td.pro-quantity .pro-qty {
        margin: 0;
    }
}

.cart-table td.pro-subtotal span {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #0069FF;
}

.cart-table td.pro-remove a {
    display: inline-block;
    text-align: center;
    font-weight: 600;
    padding: 0.2rem 1.2rem;
    color: #ff1053;
    border: 1px solid #ff0000;
    font-size: 14px;
    border-radius: 40px;
}

.cart-table td.pro-remove a:hover {
    background: #ff0000;
    color: #ffffff;
}

@media only screen and (max-width: 575px) {
    .cart-table td.pro-remove a {
        text-align: center;
    }
}

.cart-summary {
    float: right;
    max-width: 100%;
    width: 100%;
    margin-left: auto;
}

@media only screen and (max-width: 767px) {
    .cart-summary {
        margin-left: 0;
    }
}

@media only screen and (max-width: 575px) {
    .cart-summary {
        margin-left: 0;
    }
}

.cart-summary .cart-summary-wrap {
    background-color: #ffffff;
    padding: 45px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 479px) {
    .cart-summary .cart-summary-wrap {
        padding: 25px 30px;
    }
}

.cart-summary .cart-summary-wrap h4 {
    font-size: 20px;
    line-height: 23px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 30px;
}

.cart-summary .cart-summary-wrap p {
    font-size: 14px;
    font-weight: 600;
    line-height: 23px;
    color: #222222;
}

.cart-summary .cart-summary-wrap p span {
    float: right;
}

.cart-summary .cart-summary-wrap h2 {
    border-top: 1px solid #999999;
    padding-top: 9px;
    font-size: 18px;
    line-height: 23px;
    font-weight: 700;
    color: #000000;
    margin: 0;
}

.cart-summary .cart-summary-wrap h2 span {
    float: right;
}

.cart-summary .cart-summary-button {
    overflow: hidden;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .cart-summary .cart-summary-button {
        display: flex;
        justify-content: flex-start;
    }
}

@media only screen and (max-width: 575px) {
    .cart-summary .cart-summary-button {
        display: flex;
        justify-content: flex-start;
    }
}

.cart-summary .cart-summary-button button {
    margin-top: 10px;
    width: 140px;
    border-radius: 50px;
    height: 36px;
    border: 1px solid #999999;
    line-height: 24px;
    padding: 5px 20px;
    color: #555;
    background-color: transparent;
    margin-left: 20px;
    float: right;
}

.cart-summary .cart-summary-button button:last-child {
    margin-left: 0;
}

.cart-summary .cart-summary-button button.checkout-btn {
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #0069FF;
    border-color: #0069FF;
}

@media only screen and (max-width: 767px) {
    .cart-summary .cart-summary-button button {
        margin-left: 0;
        margin-right: 20px;
    }

    .cart-summary .cart-summary-button button:last-child {
        margin-right: 0;
    }
}

@media only screen and (max-width: 575px) {
    .cart-summary .cart-summary-button button {
        margin-left: 0;
        margin-right: 10px;
    }

    .cart-summary .cart-summary-button button:last-child {
        margin-right: 0;
    }
}

@media only screen and (max-width: 479px) {
    .cart-summary .cart-summary-button button {
        width: 130px;
    }
}

/*======== Cart End =========*/
/*======== Checkout Start =========*/
.checkout-cart-total h4 {
    font-size: 18px;
}

.checkout-cart-total h4 span {
    float: right;
}

.checkout-cart-total h4:last-child {
    border-top: 1px solid #8d8d8d;
    padding: 10px 0;
}

.checkout-cart-total ul li {
    margin-bottom: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.checkout-cart-total ul li span {
    color: #222222;
    float: right;
}

.checkout-cart-total p {
    border-top: 1px solid #8d8d8d;
    padding: 10px 0;
    margin: 0;
}

.checkout-cart-total p span {
    float: right;
}

/*======== Checkout End =========*/
/*======== Order Table Start =========*/
.order-table table .product-img img {
    width: 60px;
}

.order-table table th {
    border: 1px solid #f5f5f5;
    text-align: center;
    padding: 10px;
    text-transform: capitalize;
}

.order-table table td {
    border: 1px solid #f5f5f5;
    text-align: center;
    padding: 10px;
}

.order-table table td a {
    color: #000000;
}

.order-table table td a i.fa.fa-trash {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #ff0000;
    color: #ffffff;
}

/*======== Order Table End =========*/
/*======== Components Style =========*/
/*======== Sliders Start ========*/
@media (max-width: 991px) {

    .h2,
    h2 {
        font-size: 1.8rem;
    }
}

@media only screen and (max-width: 767px) {

    .h2,
    h2 {
        font-size: 1.7rem;
    }
}

@media only screen and (max-width: 575px) {

    .h2,
    h2 {
        font-size: 1.6rem;
    }
}

/*======== Sliders End ========*/
/*======== Scroll Top Start ========*/
.scroll-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background: #ffffff;
    border: 2px solid #0069FF;
    box-shadow: 0 60px 135px rgba(0, 0, 0, 0.14), 0 15px 65px rgba(0, 0, 0, 0.14);
    z-index: 9999;
    border-radius: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(0);
    transition: all 0.3s ease-in-out;
}

.scroll-top i {
    font-size: 22px;
    color: #0069FF;
}

.scroll-top:hover {
    background: #0069FF;
}

.scroll-top:hover i {
    color: #ffffff;
}

.scroll-top.show {
    transform: scale(1);
}

/*======== Scroll Top End ========*/
/*======== Horizontal Line Start ========*/
.horizontal-line {
    width: 90px;
    height: 2px;
    display: inline-block;
    background: #000000;
    vertical-align: middle;
    position: relative;
    margin-right: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .horizontal-line {
        margin-top: 0px;
    }
}

.horizontal-line:before {
    content: "";
    right: 0;
    top: 50%;
    position: absolute;
    width: 10px;
    height: 10px;
    background: #20b99c;
    border-radius: 50%;
    transform: translateY(-50%);
    animation-name: rightmove;
    animation-delay: 3s;
    animation: rightmove infinite 3s;
}

/*======== Horizontal Line End ========*/
/*======== Horizontal Small Line Start ========*/
.horizontal-sm-line {
    width: 60px;
    height: 2px;
    display: inline-block;
    background: #000000;
    vertical-align: middle;
    position: relative;
    margin-right: 10px;
}

.horizontal-sm-line:before {
    content: "";
    right: 0;
    top: 50%;
    position: absolute;
    width: 10px;
    height: 10px;
    background: #20b99c;
    border-radius: 50%;
    transform: translateY(-50%);
    animation-name: rightmove;
    animation-delay: 3s;
    animation: rightmove infinite 3s;
}

/*======== Horizontal Small Line End ========*/
/*======== BG Shape End ========*/
.bg-shape-1 {
    position: absolute;
    top: -5%;
    left: initial;
    right: -5%;
    animation-name: rightmove;
    animation-delay: 4s;
    animation: rightmove infinite 4s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bg-shape-1 {
        width: 125px;
    }
}

@media only screen and (max-width: 767px) {
    .bg-shape-1 {
        display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bg-shape-1 {
        top: 4%;
        right: -7%;
    }
}

.bg-shape-2 {
    position: absolute;
    right: 7%;
    bottom: 30%;
    z-index: 0;
    width: 300px;
}

@media only screen and (max-width: 767px) {
    .bg-shape-2 {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bg-shape-2 {
        bottom: 20%;
        width: 220px;
        right: -10%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .bg-shape-2 {
        bottom: 10%;
        width: 300px;
        right: 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bg-shape-2 {
        right: 3%;
        bottom: 0;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1919px) {
    .bg-shape-2 {
        bottom: -7%;
        right: 3%;
    }
}

.round-shape {
    width: 140px;
    height: 140px;
    display: inline-block;
    animation-name: rightmove;
    animation-delay: 4s;
    animation: rightmove infinite 4s;
    background: #20b99c;
    border-radius: 50%;
    position: fixed;
    top: 0;
    right: -50px;
    z-index: 100000;
}

@media only screen and (max-width: 767px) {
    .round-shape {
        width: 75px;
        height: 75px;
        right: -20px;
    }
}

@keyframes rightmove {
    0% {
        margin-right: 0;
    }

    50% {
        margin-right: 30px;
    }

    100% {
        margin-right: 0;
    }
}

/*======== BG Shape End ========*/
/*======== Dark Template Horizontal Line Start ========*/
.dark-template .horizontal-line {
    background: #ffffff;
}

.dark-template .horizontal-sm-line {
    background: #ffffff;
}

/*======== Dark Template Horizontal Line End ========*/
/*======== BG Pattern Start ========*/
.bg-pattern1 {
    background: url("../img/bg/bg-pattern1.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-pattern2 {
    background: url("../img/bg/bg-pattern2.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-pattern2-light {
    background: url("../img/bg/bg-pattern2-light.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/*======== BG Pattern End ========*/
/*======== Black Overlay IMG Start ========*/
.black-overlay::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 3;
}

/*======== Black Overlay IMG End ========*/
/*======== Breadcrumb Area Start ========*/
.breadcrumb-area {
    position: relative;
}

.breadcrumb-area.breadcrumb-title-bar .breadcrumb-inner .heading.heading-h1 {
    font-weight: 600;
    line-height: 1.41;
    font-size: 56px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumb-area.breadcrumb-title-bar .breadcrumb-inner .heading.heading-h1 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .breadcrumb-area.breadcrumb-title-bar .breadcrumb-inner .heading.heading-h1 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 575px) {
    .breadcrumb-area.breadcrumb-title-bar .breadcrumb-inner .heading.heading-h1 {
        font-size: 30px;
    }
}

/*======== Breadcrumb Area End ========*/
/*======== WooCommerce IMG Section Start ========*/
.template-color-9 .offer-sec::after {
    content: "";
    position: absolute;
    height: 350px;
    background-color: #040404;
    bottom: 0;
    width: 100%;
}

.template-color-9 .parallax-img {
    max-height: 500px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .woocommerce-instagram {
        padding-bottom: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .woocommerce-instagram {
        padding-bottom: 90px;
    }
}

@media only screen and (max-width: 767px) {
    .woocommerce-instagram.woocommerce-padding {
        padding: 0;
        padding-top: 50px;
        padding-bottom: 30px;
    }
}

.woocommerce-padding {
    padding-left: 50px;
    padding-right: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .woocommerce-padding {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .woocommerce-padding {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.woocommerce-padding .woocommerce-instagram-wrapper {
    display: flex;
    gap: 20px;
    margin-top: 160px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .woocommerce-padding .woocommerce-instagram-wrapper {
        gap: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .woocommerce-padding .woocommerce-instagram-wrapper {
        margin-top: 100px;
        gap: 5px;
        justify-content: space-between;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .woocommerce-padding .woocommerce-instagram-wrapper img {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .woocommerce-padding .woocommerce-instagram-wrapper {
        gap: 0;
        margin-top: 30px;
        padding-bottom: 30px;
    }
}

.woocommerce-padding .woocommerce-new-arrival-item img {
    width: 100%;
}

.woocommerce-padding .woocommerce-new-arrival-item:nth-child(even) {
    transform: translateY(-70px);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .woocommerce-padding .woocommerce-new-arrival-item:nth-child(even) {
        transform: translateY(-50px);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .woocommerce-padding .woocommerce-new-arrival-item:nth-child(even) {
        transform: translateY(-40px);
    }
}

@media only screen and (max-width: 767px) {
    .woocommerce-padding .woocommerce-new-arrival-item:nth-child(even) {
        transform: translateY(0);
    }
}

/*======== WooCommerce IMG Section End ========*/
/*======== Parallax IMG Section Start ========*/
.parallax-img-main {
    overflow: hidden;
    background-color: #121212;
    background-repeat: no-repeat;
    background-position: 0 31%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .parallax-img-main {
        background-position: 0 39%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .parallax-img-main {
        background-position: -15% 47%;
    }
}

@media only screen and (max-width: 767px) {
    .parallax-img-main {
        background-size: 0;
    }
}

.parallax-img-main .parallax-img {
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    max-height: 547px;
    margin-bottom: 140px;
}

@media only screen and (min-width: 1400px) and (max-width: 1919px) {
    .parallax-img-main .parallax-img {
        background-position: 0 40%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .parallax-img-main .parallax-img {
        background-position: 0 37%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .parallax-img-main .parallax-img {
        margin-bottom: 35px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .parallax-img-main .parallax-img {
        margin-bottom: 22px;
        padding-bottom: 0 !important;
    }
}

@media only screen and (max-width: 767px) {
    .parallax-img-main .parallax-img {
        margin-bottom: 0;
        padding-bottom: 0 !important;
    }
}

/*======== Parallax IMG Section End ========*/
/*======== Page Preview Start ========*/
.page-preview {
    margin-bottom: 50px;
}

.page-preview .thumb {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.page-preview .demo-title h5 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0px;
}

.page-preview:hover .thumb {
    box-shadow: 0 32px 58px rgba(0, 0, 0, 0.12);
    transition: all 0.3s ease;
    transform: translateY(-6px);
}

/*======== Page Preview End ========*/
/*======== 404 Start =========*/
.error-details {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

/*======== 404 End =========*/