/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

# Typography
# Normalize
# Accessibility
# Globals
# Alignments
# Clearings
# Posts and pages
# Captions
# Galleries
# Unit test
# guterberg
# Gutenberg	Default Style
# Block Color Palette Colors
# Sections
    ## Breadcrumb
    ## Comments
    ## Widgets
    ## Nav Bar
    ## Top Bar
    ## Info Bar
    ## Header
    ## Header Bottom Area
    ## Call To Action
    ## Our Work Area
    ## Testimonial Area
    ## Footer Area
    ## Abous Us Area
    ## Our Cover Area
    ## Counterup Area
    ## Who We Are Area
    ## Product Area
    ## Error 404 Area

# Elements
    ## Back Top
    ## Preloader
    ## Search Popup
    ## Video Popup
    ## Button
    ## Section Title
    ## Icon Box One
    ## Icon Box Two
    ## Icon Box Three
    ## Work Item
    ## Team
    ## Testimonial
    ## Blog Grid Item
    ## Featured Box One
    ## Counterup Item
    ## Request Call Form
    ## Accordion Item
    ## Experience Item
    ## Service Item
    ## Portfolio Item
    ## Product Item
    ## Contact Form Item
    ## Contact Info Item

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
* { user-select: none; }
*::selection { background: none; }
*::-moz-selection { background: none; }
input[type="text"]::selection {
	background: #3297fd!important;
}
:root {
    --main-color-one: #2685f9;
    --job-home-color: #2685f9;
    --secondary-color: #111d5c;
    --heading-color: #0a1121;
    --paragraph-color: #878a95;
    --heading-font: 'Montserrat', sans-serif;
    --body-font: 'Poppins', sans-serif;
}
html {
  scroll-behavior: smooth;
}
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden;
    font-family: var(--body-font);
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -moz-osx-font-smoothing: grayscale;
    /* Firefox */
    -webkit-font-smoothing: antialiased;
    /* WebKit  */
}

body {
    margin: 0;
    color: var(--paragraph-color); 
    font-family: var(--body-font);
}
body {
    background: #f3f3f3;
}
h1 {
    font-size: 48px;
    line-height: 1.0833333333333333;
}

h2 {
    font-size: 36px;
    line-height: 1.4444444444444444;
}

h3 {
    font-size: 24px;
    line-height: 1.0833333333333333;
}

h4 {
    font-size: 20px;
    line-height: 1.2380952380952381;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--heading-color);
    font-family: var(--heading-font);
}

p {
    color: var(--paragraph-color);
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    margin-bottom: 10px;
}

a {
    color: inherit;
    text-decoration: none;
    color: var(--paragraph-color);
}
p a {
    color: var(--main-color-one);
}
a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    color: inherit; 
}
.ServiceHotlineLink {
    display: block;
    width: 70px;
    margin-right: 0px;
    position: fixed;
    right: 0;
    top: 40%;
    z-index: 100;
}
.ServiceHotlineLink ul li {
    display: block;
    position: relative;
    width: 70px;
    height: 70px;
    text-align: center;
    color: #fff;
    background: var(--main-color-one);
    margin-bottom: 1px !important;
    cursor: pointer;
    padding: 14px;
}
.ServiceHotlineLink ul li .fa, .ServiceHotlineLink ul li .fab {
    display: block;
    width: 40px;
    height: 40px;
    font-size: 20px;
    margin: 0 auto;
    line-height: 40px;
    border-radius: 50%;
    background: #fff;
    color: var(--main-color-one);
}
.ServiceHotlineLink li .showTs {
    position: absolute;
    left: 100%;
    top: 0;
    background-color: rgba(46, 48, 146, 0.7);
    display: block;
    width: 250px;
    height: 100%;
    font-size: 14px;
    color: #fff;
    transition: .5sease;
    padding: 10px;
    line-height: 53px;
}
.ServiceHotlineLink li:hover .showTs {
    left: -250px;
}
.ServiceHotlineLink ul li a {
    color: #fff;
}



.scrolling-text-area {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--main-color-one);
    color: #000;
    padding: 5px 0 0px;
    font-weight: 600;
    font-size: x-large;
	z-index: 11;
}
.scrolling-text-area marquee span {
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
    letter-spacing: 1px;
}
.dynamic-page-content-area a, .product-content-area p a {
	color: #29439a;
}

pre {
    word-break: break-word;
}

a i {
    padding: 0 2px;
}

img {
    max-width: 100%;
}

ol {
    counter-reset: counter;
    padding-left: 0;
}

ol li {
    list-style: none;
    margin-bottom: 1rem;
}

ol li:before {
    counter-increment: counter;
    content: counter(counter);
    font-weight: 500;
    margin-right: 10px;
}

/*input and button type focus outline disable*/
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
select:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #ddd;
}
.bg-light {
    background-color: #ffffff!important;
}
code {
    color: #faa603;
}

.dark-bg {
    background-color: #111d5c;
}

.section-bg-1 {
    background-color: #f4f7fc;
}
.check-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.check-list li {
    display: block;
    padding-left: 20px;
    position: relative;
    z-index: 0;
}
.check-list li:after {
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'fontawesome';
    content: "\f105";
    color: var(--main-color-one);
}
.overlay {
    position: relative;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1;
}
.overlay::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: -1;
}


.video-container {
    position: relative;
    width: 640px;
    height: 360px;
    background: #000;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
  }

  iframe {
    width: 100%;
    height: 360px;
    border: none;
    /* display: none; */
  }

  .custom-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  }

  .custom-play-button::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 24px solid #e62117;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
  }

/*--------------------------------------------------------------
# Globals
--------------------------------------------------------------*/
.padding-15 {
	padding: 15px!important;
}
.padding-left-0 {
    padding-left: 0;
}

.padding-right-0 {
    padding-left: 0;
}
.gray-bg {
    background-color: #f8f8f8;
}
.padding-top-10 {
    padding-top: 10px;
}
.padding-top-20 {
    padding-top: 20px;
}
.padding-top-30 {
    padding-top: 30px;
}
.padding-top-40 {
    padding-top: 40px;
}
.padding-top-50 {
    padding-top: 50px;
}
.padding-top-60 {
    padding-top: 60px;
}
.padding-top-70 {
    padding-top: 70px;
}
.padding-top-80 {
    padding-top: 80px;
}
.padding-top-90 {
    padding-top: 90px;
}
.padding-top-95 {
    padding-top: 95px;
}
.padding-top-100 {
    padding-top: 100px;
}
.padding-top-105 {
    padding-top: 105px;
}
.padding-top-110 {
    padding-top: 110px;
}
.padding-top-115 {
    padding-top: 115px;
}
.padding-top-120 {
    padding-top: 120px;
}
.padding-bottom-10 {
    padding-bottom: 10px;
}
.padding-bottom-20 {
    padding-bottom: 20px;
}
.padding-bottom-30 {
    padding-bottom: 30px;
}
.padding-bottom-40 {
    padding-bottom: 40px;
}

.padding-bottom-50 {
    padding-bottom: 50px;
}
.padding-bottom-60 {
    padding-bottom: 60px;
}
.padding-bottom-65 {
    padding-bottom: 65px;
}
.padding-bottom-70 {
    padding-bottom: 70px;
}
.padding-bottom-80 {
    padding-bottom: 80px;
}

.padding-bottom-85 {
    padding-bottom: 85px;
}

.padding-bottom-90 {
    padding-bottom: 90px;
}

.padding-bottom-95 {
    padding-bottom: 95px;
}

.padding-bottom-100 {
    padding-bottom: 100px;
}

.padding-bottom-110 {
    padding-bottom: 110px;
}

.padding-bottom-105 {
    padding-bottom: 105px;
}

.padding-bottom-115 {
    padding-bottom: 115px;
}

.padding-bottom-120 {
    padding-bottom: 120px;
}

.padding-bottom-130 {
    padding-bottom: 130px;
}

.padding-bottom-135 {
    padding-bottom: 135px;
}

.padding-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.padding-110 {
    padding-top: 110px;
    padding-bottom: 110px;
}

.padding-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.padding-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.padding-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.padding-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.padding-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.padding-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.padding-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.padding-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.padding-90 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.padding-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-top-55 {
    margin-top: 55px;
}

.margin-top-60 {
    margin-top: 60px;
}

.margin-top-70 {
    margin-top: 70px;
}

.margin-top-80 {
    margin-top: 80px;
}

.margin-top-90 {
    margin-top: 90px;
}

.margin-top-100 {
    margin-top: 100px;
}

.margin-bottom-0 {
    margin-bottom: 0px!important;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-25 {
    margin-bottom: 25px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-bottom-55 {
    margin-bottom: 55px;
}

.margin-bottom-60 {
    margin-bottom: 60px;
}

.margin-bottom-70 {
    margin-bottom: 70px;
}

.margin-bottom-80 {
    margin-bottom: 80px;
}

.margin-bottom-90 {
    margin-bottom: 90px;
}

.margin-top-100 {
    margin-bottom: 100px;
}
.margin-top-120 {
    margin-top: 120px;
}
.min-height-600 {
    min-height: 600px;
}
.box-shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
}
.header-bottom-area {
    padding: 10px 0;
}
.header-bottom-area.nav-fixed {
    background: #f3f3f3;
}
.header-bottom-area .row {
    align-items: center;
}
.search-form { 
    position: relative;
}
.search-form #search_term, .search-form #search_terms {
    border: 1px solid #e2e2e2;
    font-size: 14px;
    height: 45px;
    border-radius: 0;
    padding-right: 60px;
}
.search-form #product_search_btn, .search-form #search_btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 44px;
    width: 50px;
    border: none;
    color: #fff;
    transition: 300ms all;
    background: var(--main-color-one);
}
.nav-right-content ul {
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0;
}
.nav-right-content ul li {
    display: inline-block;
}
li.cart a > span {
    display: inline-block;
}
li.cart .cart-icon {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: relative;
    text-align: center;
    background: var(--main-color-one);
    color: #fff;
	border-radius: 50%;
    line-height: 40px;
	margin-right: 5px;
}
li.cart .cart-icon .pcount {
    position: absolute;
    top: -12px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    right: -10px;
    background: #fff;
    color: #000;
    border-radius: 50%;
    font-size: 12px;
	font-weight: 600;
}
#common-home {
    /* margin-top: 15px; */
}
#common-home.container {
    padding: 0;
    margin-left: auto;
    margin-right: auto;
}
.owl-theme .owl-nav {
    margin-top: 0!important;
}
.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0!important;
    font: inherit; 
    visibility: hidden;
    position: absolute;
    z-index: 999;
}
.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next {
    top: 50%;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:before {
    content: "<";
    position: absolute;
    font-family: cursive;
    visibility: visible;
    font-size: 25px;
    height: 35px;
    width: 35px;
    text-align: center;
	left: 0; 
	color: var(--main-color-one);
}

.owl-carousel .owl-controls .owl-nav .owl-next {
    top: 50%;
    right: 0;
	line-height: 32px;
}
.owl-carousel .owl-controls .owl-nav .owl-next:before {
    content: '>';
    position: absolute;
	font-family: cursive;
    visibility: visible;
    font-size: 25px;
    height: 35px;
    width: 35px;
    text-align: center;
	right: 0; 
	color: var(--main-color-one);
}
.recent_Offer {
    display: flex;
    gap: 20px;
    justify-content: center;
}
.recent_Offer .single-offer-item {
    width: 25%;
    border-radius: 20px;
    background: #fff;
    overflow: hidden;
    border: 1px solid rgb(217, 217, 217);
    margin-bottom: 30px;
}
.recent_Offer .single-offer-item .content-wrapper {
    padding: 18px 20px;
}
.recent_Offer .single-offer-item .content-wrapper .title {
    font-weight: 600;
    color: var(--main-color-one);
}
.top-rated-product .single-feature-product {
    margin-bottom: 30px;
    background: #fff;
    border-radius: 8px;
}
.feature-product-slider .owl-controls .owl-nav .owl-prev {
    right: 35px!important; 
}
.feature-product-slider .owl-controls .owl-nav .owl-prev, .feature-product-slider .owl-controls .owl-nav .owl-next {
    top: -40px;
	right: 0;
    left: auto;
    line-height: 30px;
}
.feature-product-slider .owl-controls .owl-nav .owl-prev:before, .feature-product-slider .owl-controls .owl-nav .owl-next:before {
	background: #FBAF3A;
    color: #fff;
}
.single-feature-category {
    box-shadow: 0px 1px 7px 0px rgb(0 0 0 / 50%);
    padding: 10px;
	border-radius: 10px;
}
.single-feature-category .content {
    height: 45px;
}
.info-boxes-inner { 
	text-align: center; 
}
.info-box {
    padding: 15px 0;
    /* background: #fff; */
    border-radius: 5px;
}
.info-box-heading {
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    margin-top: 0px;
    font-weight: bold;
    margin-bottom: 0px;
    letter-spacing: 1px; 
}
.info-box .icon {
    fill: #fff!important;
}
.info-box .icon svg {
    height: 20px;
}
/* ------------------------------------------
## Sidebar Menu
-------------------------------------------- */
.list-group {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
	position: relative;
	border-radius: 7px;
}
.list-group .head {
    background-color: #FBAF3A;
    border: 1px solid #FBAF3A;
    border-bottom: 1px #FBAF3A solid;
    color: #fff;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    padding: 10px 17px;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    border-radius: 7px;
}
.list-group .sidebar-nav {
    list-style-type: none;
    padding-left: 0;
    background: #fff;
    margin-bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 44px;
	display: none;
	transition: ease .7s;
}
.list-group .sidebar-nav li {
    position: relative;
    display: block;
}
.list-group a {
    border: 1px solid #DDDDDD;
    color: #888888;
    padding: 6px 17px;
    font-size: 13px;
    display: block;
    border-bottom: 0;
    margin-bottom: 0;
}
.list-group .sidebar-nav li a svg {
    fill: var(--main-color-one);
    float: right;
    font-size: 12px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 10px;
    font-family: fontawesome;
}
.dropdown-toggle::after {
    border: 0;
}
.hot-product .section-title .title {
    font-size: 22px;
    line-height: 22px;
    padding-bottom: 10px;
    color: var(--red);
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
}
.hot-product .flex {
    display: flex;
    gap: 10px;
}
.hot-product .flex .single-feature-product {
	text-align: center;
}
.hot-product .flex .single-feature-product .thumb img {
    border: 3px solid rgb(251 175 58 / 30%);
}
.hot-product .flex .single-feature-product:hover .thumb img {
    border-color: rgb(251 175 58 / 50%);
}
.hot-product .flex .single-feature-product .title {
    font-size: 12px;
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: center;
}
.dropdown-menu.manufacturer ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}
.dropdown-menu.manufacturer a { 
    border-left: 0;
    border-right: 0;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.updated:not(.published) {
    display: none;
}

.blog-pagination ul li {
    display: inline-block;
}

.blog-pagination ul li + li {
    margin: 0 5px;
}

.blog-pagination {
    display: block;
    width: 100%;
}

.blog-pagination ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.blog-pagination ul li a, .blog-pagination ul li span {
    display: block;
    width: 40px;
    height: 40px;
    border: 1px solid #e2e2e2;
    line-height: 40px;
    text-align: center;
    font-weight: 600;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
    padding: 0;
}

.blog-pagination ul li span.current, .blog-pagination ul li a:hover {
    background-color: var(--main-color-one);
    color: #fff;
}


/*---------------------
    ## Breadcrumb
----------------------*/
.breadcrumb-area .page-list li a {
    font-size: 16px;
}
.breadcrumb-area {
    padding: 140px 0 142px 0;
    position: relative;
    z-index: 0;
    background-size: cover;
    background-position: center;
}
.title-area {
    padding: 30px 0 30px 0;
    position: relative;
    z-index: 0;
}
.breadcrumb-area:before, .title-area::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(0, 0, 0, 0.05);
    z-index: -1;
}
.breadcrumb-area.no-bg::before {
    background: rgba(250, 250, 250, 1);
}
.breadcrumb-area.extra {
    padding-bottom: 138px;
}

.breadcrumb-area .page-title {
    font-size: 48px;
    line-height: 58px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 15px;
	width: 700px;
}
.title-area .page-title {
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    width: 650px;
}

.breadcrumb-area p {
    font-size: 16px;
    line-height: 26px;
    max-width: 600px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 20px;
}

.breadcrumb-area .page-list, .title-area .page-list {
    margin: 0;
    padding: 0;
}

.breadcrumb-area .page-list li, .title-area .page-list li{
    display: inline-block;
    position: relative;
    padding-left: 30px;
    font-size: 18px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
}
.title-area .page-list li {
    color: var(--paragraph-color);
}
.breadcrumb-area.no-bg .page-list li {
    color: var(--paragraph-color);
}
.breadcrumb-area .page-list li:first-child, .title-area .page-list li:first-child {
    padding-left: 0;
}
.breadcrumb-area .page-list li:first-child a, .title-area .page-list li:first-child a {
    color: var(--main-color-one);
}

.breadcrumb-area .page-list li:first-child:after, .title-area .page-list li:first-child:after {
    display: none;
}

.breadcrumb-area .page-list li:after, .title-area .page-list li:after {
    position: absolute;
    left: 10px;
    top: 0;
    content: "\f105";
    font-family: 'fontawesome';
    font-weight: 900;
}

.breadcrumb-area .page-list li a, .title-area .page-list li a {
    color: rgba(255, 255, 255, 0.7);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.title-area .page-list li a {
    color: var(--paragraph-color);
}
.breadcrumb-area.no-bg .page-list li a, .title-area .page-list li a:hover {
	color: var(--paragraph-color);
}

.breadcrumb-area .page-list li a:hover {
    color: #fff;
}

.breadcrumb-area.no-bg .page-list li a:hover {
    color: var(--paragraph-color);
}

.single-work-item .content .cats a + a {
    position: relative;
    z-index: 0;
}

.single-work-item .content .cats a + a:before {
    position: static;
    content: ",";
    padding-right: 5px;
}

.post-pagination-wrapper {
    margin-top: 13px;
    text-align: center;
}

.post-pagination-wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

.post-pagination-wrapper ul li {
    display: inline-block;
}

.post-pagination-wrapper ul li:first-child {
    margin-left: 0;
}

.post-pagination-wrapper ul li .current {
    background-color: var(--main-color-one);
    color: #fff;
    border-color: var(--main-color-one);
}

.post-pagination-wrapper nav {
    text-align: center;
}

.post-pagination-wrapper ul li span, .post-pagination-wrapper ul li a {
    display: block;
    text-align: center;
    font-weight: 500;
    padding: 5px 20px;
    border-radius: 3px;
    border: 1px solid #e2e2e2;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    color: var(--paragraph-color);
}

.post-pagination-wrapper ul li span:hover, .post-pagination-wrapper ul li a:hover {
    background-color: var(--main-color-one);
    color: #fff;
    border-color: var(--main-color-one);
}

/*--------------------------------------------------------------
	## Widgets
--------------------------------------------------------------*/
.widget {
    background-color: #F4F7FC;
    margin-bottom: 30px;
    padding: 15px 25px 20px 25px;
}
.product-widget-area .widget {
    padding: 0;
	box-shadow: 0 1px 1px rgba(0,0,0,.1);
}
.product-widget-area .widget .widget-title {
    padding: 15px 25px 20px 25px;
	border-bottom: 1px solid #ccc;
}
.product-widget-area .widget .product-widget-area-content {
    padding: 15px 25px 20px 25px;
}
.widget.Dizzcox_testimonial_widget {
    background-color: var(--secondary-color);
}

.widget select {
    width: 100%;
    height: 50px;
    padding: 10px 20px;
}

.widget .widget-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 31px;
    margin-bottom: 20px;
    position: relative;
}

.widget.widget_calendar {
    padding-right: 24px;
    padding-left: 24px;
}

.widget:last-child {
    margin-bottom: 0px;
}

.widget.widget_nav_menu ul li.menu-item-has-children:after {
    display: none;
}

.widget.footer-widget .subscribe-form .form-group .form-control {
    background-color: #515457;
    color: #fff;
}

.widget.footer-widget .subscribe-form .form-group .form-control::-webkit-input-placeholder {
    /* WebKit browsers */
    color: rgba(255, 255, 255, 0.6);
}

.widget.footer-widget .subscribe-form .form-group .form-control:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: rgba(255, 255, 255, 0.6);
}

.widget.footer-widget .subscribe-form .form-group .form-control::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: rgba(255, 255, 255, 0.6);
}

.widget.footer-widget .subscribe-form .form-group .form-control:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: rgba(255, 255, 255, 0.6);
}

.widget.footer-widget .subscribe-form .submit-btn:hover {
    background-color: #fff;
    color: var(--main-color-one);
}

.widget.footer-widget {
    background-color: transparent !important;
    padding: 0;
    margin-bottom: 30px;
}
.address-item.box {
    border: 1px solid #ccc;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 15px;
}

.widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget ul li ul {
    margin-left: 20px;
}

.widget ul li {
    display: block;
    margin: 8px 0;
    -ms-word-wrap: break-word;
    word-break: break-word;
}

.widget ul li:first-child {
    margin-top: 0px;
}

.widget ul li:last-child {
    margin-bottom: 0px;
}

.widget ul li a {
    color: inherit;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.widget ul li a:hover {
    color: var(--main-color-one);
}

.footer-widget.widget_nav_menu ul li a {
    position: relative;
    padding-left: 15px;
}

.footer-widget.widget_nav_menu ul li a:after {
    position: absolute;
    left: 0;
    top: -2px;
    content: "";
    font-family: "fontawesome";
    font-weight: 900;
    color: var(--main-color-one);
}

.widget_search .search-form {
    position: relative;
}

.widget_search .search-form .form-group {
    margin-bottom: 0;
}

.widget_search .search-form .form-group .form-control {
    height: 50px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 0 70px 0 15px;
}

.widget_search .search-form .submit-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    font-size: 18px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: var(--main-color-one);
    color: #fff;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
    border: none;
    cursor: pointer;
}

.widget_search .search-form .submit-btn:hover {
    background-color: var(--secondary-color);
    color: #fff;
}

.widget_author_meta {
    text-align: center;
}

.widget_author_meta .thumb {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.widget_author_meta .thumb img {
    border-radius: 50%;
}

.widget_author_meta .content .name {
    font-size: 21px;
    font-weight: 700;
}

.widget_author_meta .content p {
    font-size: 16px;
    line-height: 26px;
}

.widget_author_meta .content ul {
    margin-top: 25px;
}

.widget_author_meta .content ul li {
    display: inline-block;
    margin: 0 5px;
}

.widget_author_meta .content ul li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.widget_author_meta .content ul li a:hover {
    background-color: var(--main-color-one);
    color: #fff;
}

.widget_tag_cloud .tagcloud a {
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 5px;
    color: inherit;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    border-radius: 5px;
    font-size: 16px !important;
}

.widget_tag_cloud .tagcloud a:hover {
    background-color: var(--main-color-one);
    color: #fff;
}

.widget ul li ul.sub-menu {
    position: initial;
}

.widget ul li ul.sub-menu {
    visibility: visible;
    opacity: 1;
    background-color: transparent;
    border-top: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 10px;
}

.widget ul li ul.sub-menu li a {
    padding: 0 0 0px 10px;
}

.widget ul li ul.sub-menu li a:hover {
    background-color: transparent;
}

.widget.widget_nav_menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget.widget_nav_menu ul li {
    margin: 15px 0;
}

.widget.widget_nav_menu ul li:first-child {
    margin-top: 0;
}

.widget.widget_nav_menu ul li:last-child {
    margin-bottom: 0;
}
.product-widget-area-content ul li a.active {
    color: #2f9de0;
    pointer-events: none;
}
.widget.widget_nav_menu ul li a {
    border: none;
}

.widget.widget_nav_menu ul li > ul {
    margin-left: 15px;
}

.widget.footer-widget.widget_calendar table {
    margin-bottom: 0;
}

.widget.footer-widget.widget_calendar caption {
    padding-bottom: 0;
}

.widget.footer-widget .widget-title {
    color: rgba(255, 255, 255, 0.9);
}

.widget.footer-widget p,
.footer-widget.widget_tag_cloud .tagcloud a,
.widget.footer-widget.widget_calendar caption,
.widget.footer-widget.widget_calendar th,
.widget.footer-widget.widget_calendar td {
    color: rgba(255, 255, 255, 0.6);
}

.widget.footer-widget ul li a,
.widget.footer-widget ul li {
    color: rgba(255, 255, 255, 0.6);
}

.widget.footer-widget ul li a:hover {
    color: var(--main-color-one);
}

.widget .social_share {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.widget .social_share li {
    width: calc(100% / 3);
    margin: 0;
    display: block;
    padding: 20px 0 12px 0;
    text-align: center;
    border-radius: 5px;
    color: #fff;
}

.widget .social_share li i {
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
}

.widget .social_share li.facebook {
    background-color: #3b5999;
}

.widget .social_share li.twitter {
    background-color: #55acee;
}

.widget .social_share li.instagram {
    background-color: #e4405f;
}

.widget .social_share li a:hover {
    color: #fff;
}

.widget .social_share li + li {
    margin-left: 10px;
}

.widget .recent_post_item {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget .recent_post_item li {
    display: block;
}

.widget .recent_post_item li + li {
    margin-top: 20px;
}

.widget .recent_post_item li.single-recent-post-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.widget .recent_post_item li.single-recent-post-item .thumb {
    width: 60px;
    height: 60px;
    margin-right: 15px;
}

.widget .recent_post_item li.single-recent-post-item .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.widget .recent_post_item li.single-recent-post-item .content .title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}

.widget .recent_post_item li.single-recent-post-item .content .time {
    font-size: 14px;
    font-weight: 500;
}

.contact_info_list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact_info_list li {
    display: block;
}

.contact_info_list li.single-info-item {
    position: relative;
    margin-bottom: 30px;
}
.footer-widget .contact_info_list li .content {
    display: flex;
	align-items: center;
}
.address-item.box p strong {
    color: var(--heading-color);
}
.contact_info_list li.single-info-item .icon {
    color: #fff;
    background: var(--heading-color);
    width: 45px;
    height: 45px;
    align-items: center;
    display: flex;
    justify-content: center;
    position: absolute;
    border-radius: 50%;
}

.contact_info_list li.single-info-item .details {
    padding-left: 55px;
}
.contact_info_list li.single-info-item .details .widget-title {
    margin-bottom: 0;
}
.about_us_widget .footer-logo {
    margin-bottom: 30px;
    display: block;
}

.copyright-area {
    padding: 15px 0;
    /* text-align: center; */
    color: rgba(255, 255, 255, 0.7);
}
.footer-nav {
    text-align: right;
    margin-bottom: 0;
}
.footer-nav li {
    display: inline-block;
    padding-right: 10px;
    margin-right: 4px;
    border-right: 1px solid #ccc;
}
.footer-nav li:last-child {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
}
.widget-testimonial .icon {
    font-size: 70px;
    line-height: 60px;
    color: var(--main-color-one);
    margin-bottom: 16px;
}

.widget-testimonial p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
}

.widget-testimonial .author-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-top: 24px;
}

.widget-testimonial .author-meta .thumb {
    margin-right: 20px;
}

.widget-testimonial .author-meta .thumb img {
    max-width: 80px;
    height: 80px;
    border-radius: 50%;
}

.widget-testimonial .author-meta .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 15px;
}

.widget-testimonial .author-meta .content .name {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
}

.widget-testimonial .author-meta .content .designation {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
}

/*----------------------------------------------
    # Nav bar
----------------------------------------------*/
.navbar.navbar-area.white .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.50)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar.navbar-area .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.50)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.mobile-logo {
    display: none;
}



.navbar-area { 
	background: #fff;
}

.navbar-area.nav-absolute {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0px;
    z-index: 1;
}

.navbar-area.nav-style-02 {
    /* background-color: var(--secondary-color); */
}
.navbar-area.nav-style-02 {
	position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 2;
    background-color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.navbar-area.nav-style-02 .nav-container {
    /* background-color: var(--secondary-color); */
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0 15px;
}

.navbar-area.nav-style-02 .nav-container .nav-right-content ul li {
    color: rgba(255, 255, 255, 0.8);
}

.navbar-area.nav-style-02 .nav-container .nav-right-content ul li + li {
    margin-left: 5px;
}

.navbar-area.nav-style-02 .nav-container .nav-right-content ul li a {
    color: rgba(255, 255, 255, 0.8);
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav {
    text-align: right;
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.current-menu-item a {
    color: var(--main-color-one);
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.current-menu-item:before {
    color: var(--main-color-one);
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children {
    z-index: initial;
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
    color: rgba(255, 255, 255, 0.8);
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li + li {
    border-top: 1px solid #e2e2e2;
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
    background-color: #fff;
    color: var(--paragraph-color);
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover {
    background-color: var(--main-color-one);
    color: #fff;
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu li:hover:before {
    color: #fff;
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li a {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    color: var(--heading-color);
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li:hover.menu-item-has-children:before {
    color: var(--main-color-one);
}

.navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li:hover a {
    color: var(--main-color-one);
}

.navbar-area.nav-style-01 {
    background-color: var(--secondary-color);
}

.navbar-area.nav-style-01 .nav-container {
    background-color: var(--secondary-color);
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0 15px;
}

.navbar-area.nav-style-01 .nav-container .nav-right-content ul li {
    color: rgba(255, 255, 255, 0.8);
}

.navbar-area.nav-style-01 .nav-container .nav-right-content ul li a {
    color: rgba(255, 255, 255, 0.8);
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav {
    text-align: left;
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.current-menu-item a {
    color: var(--main-color-one);
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.current-menu-item.menu-item-has-children:before {
    color: var(--main-color-one);
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children {
    z-index: initial;
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
    color: rgba(255, 255, 255, 0.8);
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li + li {
    border-top: 1px solid #e2e2e2;
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
    background-color: #fff;
    color: var(--paragraph-color);
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover {
    background-color: var(--main-color-one);
    color: #fff;
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu li:hover:before {
    color: #fff;
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li a {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    color: rgba(255, 255, 255, 0.8);
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li:hover.menu-item-has-children:before {
    color: var(--main-color-one);
}

.navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li:hover a {
    color: var(--main-color-one);
}

.navbar-area .nav-container .nav-right-content ul {
    margin: 0;
    padding: 0;
    list-style: none; 
}
.navbar-area .nav-container .nav-right-content ul li {
    display: inline-block; 
    color: #6a7795;
}
.navbar-area .nav-container .nav-right-content ul li:last-child {
    margin-right: 0;
}
.navbar-area .nav-container .nav-right-content ul li a {
    color: #6a7795;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.navbar-area .nav-container .nav-right-content ul li a:hover {
    color: var(--main-color-one);
}
.navbar-area .nav-container .nav-right-content ul li.search {
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.navbar-area .nav-container .nav-right-content ul li.search:hover {
    color: var(--main-color-one);
}
.navbar-area .nav-container .nav-right-content ul li.nav-btn .btn-boxed {
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 5px;
    background-color: var(--main-color-one);
}
.navbar-area .nav-container .nav-right-content ul li.nav-btn .btn-boxed:hover {
    background-color: var(--secondary-color);
}
.navbar-area .nav-container .navbar-brand .site-title {
    font-weight: 700;
    font-size: 30px;
    font-family: var(--heading-font);
    line-height: 90px;
    color: var(--heading-color);
}
.navbar-area .nav-container .navbar-collapse .navbar-nav {
    display: block;
    width: 100%;
    text-align: right;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 60px;
}
.navbar-area.nav-fixed .nav-container .navbar-collapse .navbar-nav li { 
    line-height: 55px;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
    margin-left: 20px;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.current-menu-item a {
    color: var(--main-color-one);
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children,
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-mega-menu {
    position: relative;
    padding-right: 15px;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before,
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-mega-menu:before {
    position: absolute;
    right: 0;
    top: 50%;
    content: '\f107';
    font-family: 'fontawesome';
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    font-weight: 900;
	color: var(--heading-color);
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover > .sub-menu,
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-mega-menu:hover > .xg_mega_menu_wrapper {
    visibility: visible;
    opacity: 1;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
    position: absolute;
    text-align: left;
    min-width: 220px;
    margin: 0;
    padding: 0;
    list-style: none;
    left: 0;
    top: 100%;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
    background-color: #fff;
    z-index: 9;
    border-bottom: 4px solid var(--main-color-one);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
    display: block;
    margin-left: 0;
    line-height: 24px;
    font-size: 16px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li + li {
    border-top: 1px solid #e2e2e2;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
    display: block;
    padding: 12px 30px;
    background-color: #fff;
    white-space: nowrap;
    color: var(--paragraph-color);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover {
    background-color: var(--main-color-one);
    color: #fff;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children {
    position: relative;
    z-index: 0;
    padding-right: 0px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:before {
    position: absolute;
    right: 15px;
    top: 50%;
    content: '\f105';
    font-family: 'fontawesome';
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -webkit-transform: translateY(-50%);
    /* Chrome, Safari, Opera */
    transform: translateY(-50%);
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children > .sub-menu {
    left: 100%;
    top: 0px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children > .sub-menu .sub-menu .sub-menu {
    left: auto;
    right: 100%;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu li:hover:before {
    color: #fff;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li a {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
	color: var(--heading-color);
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li a:hover {
    color: var(--main-color-one);
}
.header-charity-area .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:before {
    color: var(--paragraph-color);
}



/* mega menu */

.xg_mega_menu_wrapper {
    max-width: 1140px;
    width: calc(100vw - 180px);
    box-sizing: border-box;
    position: fixed;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    box-sizing: border-box;
    border-radius: 5px;
    overflow: hidden;
    z-index: 9999;
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .06);
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    top: auto;
}

.single-blog-grid-02 {
    display: inline-block;
}

.xg-mega-menu-container {
    padding: 30px;
}

.xg-mega-menu-single-column-wrap .mega-menu-title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.xg-mega-menu-single-column-wrap {
    text-align: left;
}

.xg-mega-menu-single-column-wrap ul {
    margin: 0;
    padding: 0;
}

.xg-mega-menu-single-column-wrap ul li {
    display: block !important;
    width: 100%;
    line-height: 20px !important;
    margin-left: 0 !important;
    font-weight: 400 !important;
	font-size: 15px!important;
}

.xg-mega-menu-single-column-wrap ul li a:hover {
    color: var(--main-color-one) !important;
}

.xg-mega-menu-single-column-wrap ul li a {
    color: var(--paragraph-color) !important;
    transition: 300ms all;
}

.xg-mega-menu-single-column-wrap ul li.single-mega-menu-product-item {
    display: flex !important;
    align-self: flex-start;
    margin-bottom: 10px;
}

.xg-mega-menu-single-column-wrap ul .single-mega-menu-product-item .thumbnail {
    max-width: 80px;
    margin-right: 15px;
}

.xg-mega-menu-single-column-wrap ul .single-mega-menu-product-item .title {
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    transition: 300ms all;
}

.xg-mega-menu-single-column-wrap ul .single-mega-menu-product-item .title:hover {
    color: var(--main-color-one);
}

.xg-mega-menu-single-column-wrap ul .single-mega-menu-product-item .content .price-wrap {
    font-size: 14px;
    line-height: 26px;
    font-weight: 700;
}

.xg-mega-menu-single-column-wrap ul .single-mega-menu-product-item .content .price-wrap .price {
    color: var(--heading-color);
    margin-right: 8px;
}

.xg_mega_menu_wrapper.product_mega_menu .xg-mega-menu-container {
    padding-bottom: 20px;
}

.single-donation-mega-menu-item {
    display: flex;
    align-self: flex-start;
    margin-bottom: 20px;
}

.single-donation-mega-menu-item .thubmnail {
    margin-right: 20px;
}

.single-donation-mega-menu-item .title {
    font-size: 16px;
    text-align: left;
    font-weight: 600;
    transition: 300ms all;
}

.single-donation-mega-menu-item .thumbnail {
    margin-right: 20px;
    min-width: 100px;
}

.single-donation-mega-menu-item .content .goal {
    display: flex;
    justify-content: space-between;
}

.single-donation-mega-menu-item .content {
    padding-right: 10px;
    display: flex;
    flex-direction: column;
}

.single-donation-mega-menu-item .title:hover {
    color: var(--main-color-one);
}

.single-donation-mega-menu-item .content .goal h4 {
    font-size: 12px;
    line-height: 15px;
    font-weight: 700;
    color: var(--paragraph-color);
}

.single-donation-mega-menu-item .content .boxed-btn {
    display: inline-block;
    background-color: var(--main-color-one);
    line-height: 26px;
    border-radius: 5px;
    color: #fff !important;
    font-size: 14px;
    margin-top: 10px
}

.single-donation-mega-menu-item .content .boxed-btn:hover {
    background-color: var(--main-color-one);
}

.xg_mega_menu_wrapper.donation_mega_menu .xg-mega-menu-container {
    padding-bottom: 20px;
}


/*----------------------------
    Top Bar
----------------------------*/

.cart-area .single-info-item {
    display: flex;
    gap: 5px;
	background: var(--main-color-one);
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
	font-weight: 700;
	position: relative;
}
/*--------------------------------------------------------------
	## Header
--------------------------------------------------------------*/
.header-style-04 {
    position: relative;
}

.header-style-04 .navbar-area {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
    background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.header-style-04 .navbar-area .nav-container {
    background-color: transparent;
}

.header-area-wrapper {
    position: relative;
    z-index: 0; 
	overflow: hidden;
}

.header-area {
    padding: 123px 0 370px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.header-carousel-two {
    box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, .08);
}

.header-area.style-04 {
    text-align: center;
    padding: 253px 0 170px;
}

.header-area.style-03 {
    padding: 180px 0 150px;
}

.header-area.style-03.header-bg {
    background-color: #000;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.header-area.style-03.header-bg:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(2, 6, 24, 0.5);
    content: '';
    z-index: -1;
}

.header-area.style-02:after {
    display: none;
}

.header-area.style-02 .title {
    color: var(--heading-color);
}

.header-area.style-02 p {
    color: var(--paragraph-color);
}

.header-area.header-bg {
    background-color: #000;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.header-area.header-bg:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(2, 6, 24, 0.4);
    content: '';
    z-index: -1;
}

.header-area .title {
    font-size: 60px;
    line-height: 70px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 25px;
}

.header-area p {
    font-size: 18px;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.8);
}

.header-top-style-03 {
    position: relative;
    min-height: 50px;
}

.header-top-style-03 .navbar-area {
    position: absolute;
    background-color: transparent;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
}

.header-top-style-03 .navbar-area .nav-container {
    background-color: var(--secondary-color);
    padding: 0 0px 0 30px;
}

.header-top-style-03 .navbar-area .nav-container .nav-right-content {
    margin-left: 40px;
}

.header-top-style-03 .navbar-area .nav-container .nav-right-content .get-quote {
    background-color: #061043;
    display: inline-block;
    padding: 0 30px 0 40px;
    line-height: 90px;
    font-weight: 600;
    color: #fff;
    position: relative;
    z-index: 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.header-top-style-03 .navbar-area .nav-container .nav-right-content .get-quote:hover {
    background-color: var(--main-color-one);
}

.header-top-style-03 .navbar-area .nav-container .nav-right-content .get-quote:hover:before {
    background-color: #fff;
}

.header-top-style-03 .navbar-area .nav-container .nav-right-content .get-quote:hover:after {
    color: var(--main-color-one);
}

.header-top-style-03 .navbar-area .nav-container .nav-right-content .get-quote:before {
    position: absolute;
    left: -13px;
    top: 50%;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--main-color-one);
    display: inline-block;
    content: '';
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -webkit-transform: translateY(-50%);
    /* Chrome, Safari, Opera */
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.header-top-style-03 .navbar-area .nav-container .nav-right-content .get-quote:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f105";
    font-family: 'fontawesome';
    font-weight: 900;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.info-bar-area.style-three .info-bar-inner .right-content ul {
    display: inline-block;
    margin-right: 20px;
}

/*----------------------------
    Header Bottom Area
-----------------------------*/
.header-bottom-area .right-content-area .title {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    margin-bottom: 15px;
}

.header-bottom-area .right-content-area p {
    line-height: 1.6;
}

.header-bottom-area .right-content-area .sign {
    margin-bottom: 20px;
    margin-top: 26px;
}

.header-bottom-area .right-content-area .name {
    font-size: 14px;
    font-weight: 700;
}

.header-bottom-area .right-content-area .btn-wrapper {
    margin-top: 30px;
}

.header-bottom-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.header-bottom-list li {
    width: calc(100% / 3);
    position: relative;
    z-index: 0;
}

.header-bottom-list li:after {
    position: absolute;
    left: -15px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: rgba(206, 206, 206, 0.4);
    content: '';
}

.header-bottom-list li + li {
    margin-left: 30px;
}

.single-header-bottom-list-item {
    position: relative;
    padding: 75px 80px 78px 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.single-header-bottom-list-item .bg-icon {
    font-size: 100px;
    line-height: 100px;
    position: absolute;
    right: 80px;
    bottom: 50px;
    color: var(--main-color-one);
    opacity: .1;
}

.single-header-bottom-list-item .icon {
    font-size: 60px;
    line-height: 70px;
    color: var(--main-color-one);
    margin-right: 30px;
}

.single-header-bottom-list-item .content .title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 15px;
}

.single-header-bottom-list-item .content p {
    color: #878a95;
    line-height: 1.7;
    margin-bottom: 0;
}

/*------------------------------
    Call To Action
------------------------------*/
.cta-area-one.cta-bg-one {
    background-color: var(--main-color-one);
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 0;
}

.cta-area-one.cta-bg-one:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(40, 51, 108, 0.9);
    content: '';
    z-index: -1;
}

.cta-area-one .left-content-area .title {
    font-size: 36px;
    line-height: 46px;
    font-weight: 600;
    color: #fff;
}

.cta-area-one .left-content-area p {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0;
}

.cta-area-one .btn-wrapper {
    margin-top: 10px;
}

.cta-area-one .btn-wrapper .boxed-btn {
    padding: 18px 30px;
}

/*------------------------
    Our Work Area
------------------------*/
.related-news-carousel:hover .owl-nav div,
.latest-news-carousel:hover .owl-nav div,
.price-carousel:hover .owl-nav div,
.case-study-gallery-carousel:hover .owl-nav div,
.our-work-carousel:hover .owl-nav div {
    visibility: visible;
    opacity: 1;
}

.related-news-carousel .owl-nav div,
.case-study-gallery-carousel .owl-nav div,
.price-carousel .owl-nav div,
.latest-news-carousel .owl-nav div,
.our-work-carousel .owl-nav div {
    position: absolute;
    left: 0;
    top: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: var(--secondary-color);
    color: #fff;
    font-size: 18px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    visibility: hidden;
    opacity: 0;
}

.related-news-carousel .owl-nav div:hover,
.case-study-gallery-carousel .owl-nav div:hover,
.price-carousel .owl-nav div:hover,
.latest-news-carousel .owl-nav div:hover,
.our-work-carousel .owl-nav div:hover {
    background-color: var(--main-color-one);
    color: #fff;
}

.case-study-gallery-carousel .owl-nav div.owl-next,
.related-news-carousel .owl-nav div.owl-next,
.price-carousel .owl-nav div.owl-next,
.latest-news-carousel .owl-nav div.owl-next,
.our-work-carousel .owl-nav div.owl-next {
    left: auto;
    right: 0;
}

.order-title {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 50px;
}

/*---------------------------------
    Testimonial Area
--------------------------------*/
.testimonial-area.testimonial-bg {
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.testimonial-area.testimonial-bg:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(40, 51, 108, 0.9);
    content: '';
    z-index: -1;
}

.testimonial-two-area.testimonial-bg {
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.testimonial-two-area.testimonial-bg:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(40, 51, 108, 0.9);
    content: '';
    z-index: -1;
}

/*-------------------------
    Footer Area
-------------------------*/
.footer-top {
    background-color: rgb(46 48 146 / 30%);
}

.copyright-area {
    background-color: #0c164c;
}

/*---------------------------
    About Us Area
---------------------------*/
.aboutus-two-area.aboutus-bg {
    background-size: cover;
    background-position: center;
}

.aboutus-content-block {
    background-color: #fff;
    padding: 50px 60px 60px 60px;
}

.aboutus-content-block.style-02 {
    padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.aboutus-content-block .title {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    margin-bottom: 15px;
}

.aboutus-content-block .f-18 {
    font-size: 18px;
    line-height: 28px;
    color: var(--heading-color);
    margin-bottom: 23px;
}

.aboutus-content-block p {
    line-height: 1.6;
}

.aboutus-content-block .btn-wrapper {
    margin-top: 36px;
}

.img-block-width-counterup {
    position: relative;
}

.img-block-width-counterup .hover {
    position: absolute;
    left: 5%;
    top: 5%;
    width: 90%;
    height: 90%;
    background-color: rgba(17, 29, 92, 0.9);
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.img-block-width-counterup .hover .count-wrap {
    font-size: 72px;
    line-height: 82px;
    font-weight: 700;
    color: var(--main-color-one);
    margin-bottom: 10px;
}

.img-block-width-counterup .hover p {
    font-size: 24px;
    line-height: 34px;
    color: #fff;
}

.content-block-with-sign {
    background-color: #1e212e;
    min-width: 370px;
    padding: 35px 40px 30px 40px;
    position: relative;
    z-index: 2;
}

.content-block-with-sign .title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff;
}

.content-block-with-sign p {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
}

.content-block-with-sign .sign {
    margin-top: 25px;
    margin-bottom: 18px;
}

.content-block-with-sign .designation {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 700;
}

.aboutus-content-block-02 .thumb {
    position: relative;
    z-index: 0;
}

.aboutus-content-block-02 .thumb .hover {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-color: rgba(17, 29, 92, 0.9);
    padding: 50px 60px 60px 60px;
}

.aboutus-content-block-02 .thumb .hover .main-title {
    font-size: 36px;
    line-height: 46px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 60px;
}

.aboutus-two .left-content-area {
    padding-right: 50px;
}

.aboutus-two .left-content-area .aboutus-content-block {
    padding: 0;
}

.block-title-one .title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
}

.block-title-one p {
    line-height: 1.6;
    margin-bottom: 0;
}

/*---------------------------
    Our Cover Area
---------------------------*/
.bg-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/*----------------------------
    CounterUp Area
----------------------------*/
.counterup-area.counterup-bg {
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 0;
}

.counterup-area.counterup-bg:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(17, 29, 92, 0.8);
    content: '';
    z-index: -1;
}

/*-----------------------------
    Who We Are Area
-----------------------------*/
.who-we-area .row {
    justify-content: center;
    align-items: center;
}
.who-we-area .left-content-area .aboutus-content-block .row {
    margin-bottom: 10px;
}
.who-we-area .left-content-area .aboutus-content-block {
    padding: 0; 
}

/*------------------------------
    Product Area
------------------------------*/
.product-thumbnail-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.product-thumbnail-wrapper .single-thumb {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: calc(100% - 140px);
}
.single-product-details .short-description .product-title {
	font-size: 22px;
}
.short-description .key-features {
    padding-left: 0;
    list-style-type: none;
}
.single-product-details .tab-content .table tbody tr th {
    width: 300px;
	font-weight: 400;
}
.product-thumbnail-wrapper .product-thumbnail-carousel {
    margin-right: 0px;
    width: 130px;
}

.product-thumbnail-wrapper .product-thumbnail-carousel .single-thumbnail-item {
    margin-top: 15px;
}

.product-thumbnail-wrapper .product-thumbnail-carousel .single-thumbnail-item:first-child {
    margin-top: 0px;
}

.product-description .title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
}

.product-description .price {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 32px;
    display: block;
}

.product-description .cart-wrap {
    margin-top: 36px;
}

.product-description .cart-wrap .qty {
    max-width: 60px;
    height: 45px;
    padding: 0 10px;
    border: 2px solid #e2e2e2;
    border-radius: 4px;
    margin-right: 15px;
}

.add-cart-btn {
    display: inline-block;
    padding: 10px 30px;
    border: none;
    background-color: var(--main-color-one);
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.add-cart-btn:hover {
    background-color: var(--secondary-color);
}

.product-information {
    margin-top: 50px;
}

.product-information .nav-tabs {
    border: none;
}

.product-information .nav-tabs .nav-item {
    border: none;
    background-color: transparent;
}

.product-information .nav-tabs .nav-item .nav-link {
    border: none;
    background-color: #f4f7fc;
    padding: 15px 40px;
    color: var(--heading-color);
}

.product-information .nav-tabs .nav-item .nav-link.active {
    background-color: var(--secondary-color);
    color: #fff;
}

.product-information .tab-content {
    background-color: #f4f7fc;
    padding: 30px;
}

.product-information .tab-content p {
    line-height: 1.6;
}

.product-information .tab-content .title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px;
}

.product-information .tab-content .description-tab-content p:last-child {
    margin-bottom: 0;
}

.review-form .form-group textarea {
    min-height: 150px;
    resize: none;
    padding: 20px;
    border: 1px solid #e2e2e2;
}

.review-form .form-group textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.review-form .form-group .form-control {
    height: 50px;
    border: 1px solid #e2e2e2;
}

.review-form .submit-btn {
    display: inline-block;
    padding: 10px 30px;
    border: none;
    background-color: var(--main-color-one);
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.review-form .submit-btn:hover {
    background-color: var(--secondary-color);
}

.related-product-area .title {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 30px;
    color: var(--heading-color);
}


.slick-slider .single-gallery-slider-item img {
    border: 5px solid #cecece;
    border-radius: 15px;
    box-shadow: 0px 1px 5px 2px rgba(0,0,0,.1);
    transition: ease-in .2s;
}
.slick-slider .single-gallery-slider-item img:hover {
    border-color: rgba(41, 67, 154, .5);
}
/*-----------------------
    Error 404 Page
-----------------------*/
.error-404 {
    text-align: center;
}

.error-404 .title {
    font-size: 200px;
    line-height: 160px;
    font-weight: 700;
    margin-bottom: 45px;
    color: var(--main-color-one);
}

.error-404 .subtitle {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 20px;
}

.error-404 .search-form {
    position: relative;
    z-index: 0;
    margin-top: 36px;
}

.error-404 .search-form .form-control {
    height: 54px;
    padding: 0 20px;
}

.error-404 .search-form .submit-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    text-align: center;
    padding: 0;
    height: 55px;
}

/*---------------------------------------
    ## Back Top
---------------------------------------*/
.back-to-top {
    position: fixed;
    right: 10px;
    bottom: 100px;
    width: 60px;
    height: 60px;
    background-color: var(--heading-color);
    color: #fff;
    text-align: center;
    line-height: 60px;
    border-radius: 13px;
    z-index: 99;
    font-size: 25px;
    cursor: pointer;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    display: none;
}

/*-------------------------
    ## Preloader Css
---------------------------*/
.pre-wrap {
    position: fixed;
    content: '';
    -webkit-transform: translate(-100%, -240%);
    -ms-transform: translate(-100%, -240%);
    transform: translate(-100%, -240%);
    font-size: 62px;
}

.preloader-inner {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9;
    background-color: #fff;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.preloader-inner .cancel-preloader {
    position: absolute;
    bottom: 30px;
    right: 30px;
    font-weight: 600;
    text-transform: capitalize;
    background-color: var(--main-color-one);
    width: 200px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 30px;
    display: block;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    border: none;
    color: #fff;
}

.preloader-inner .cancel-preloader:focus {
    outline: none;
    box-shadow: none;
}
.preloader-inner .cancel-preloader:hover {
    background-color: var(--secondary-color);

}

/* style 01 */

.preloader-inner .windows8 {
    position: relative;
    width: 78px;
    height: 78px;
    margin: auto;
}

.preloader-inner .windows8 .wBall {
    position: absolute;
    width: 74px;
    height: 74px;
    opacity: 0;
    transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    animation: orbit 6.96s infinite;
    -o-animation: orbit 6.96s infinite;
    -ms-animation: orbit 6.96s infinite;
    -webkit-animation: orbit 6.96s infinite;
    -moz-animation: orbit 6.96s infinite;
}

.preloader-inner .windows8 .wBall .wInnerBall {
    position: absolute;
    width: 10px;
    height: 10px;
background: var(--main-color-one);
left: 0px;
top: 0px;
border-radius: 10px;
}

.preloader-inner .windows8 #wBall_1 {
    animation-delay: 1.52s;
    -o-animation-delay: 1.52s;
    -ms-animation-delay: 1.52s;
    -webkit-animation-delay: 1.52s;
    -moz-animation-delay: 1.52s;
}

.preloader-inner .windows8 #wBall_2 {
    animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
    -ms-animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
}

.preloader-inner .windows8 #wBall_3 {
    animation-delay: 0.61s;
    -o-animation-delay: 0.61s;
    -ms-animation-delay: 0.61s;
    -webkit-animation-delay: 0.61s;
    -moz-animation-delay: 0.61s;
}

.preloader-inner .windows8 #wBall_4 {
    animation-delay: 0.91s;
    -o-animation-delay: 0.91s;
    -ms-animation-delay: 0.91s;
    -webkit-animation-delay: 0.91s;
    -moz-animation-delay: 0.91s;
}

.preloader-inner .windows8 #wBall_5 {
    animation-delay: 1.22s;
    -o-animation-delay: 1.22s;
    -ms-animation-delay: 1.22s;
    -webkit-animation-delay: 1.22s;
    -moz-animation-delay: 1.22s;
}


@keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        transform: rotate(180deg);
        animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        transform: rotate(300deg);
        animation-timing-function: linear;
        origin: 0%;
    }

    30% {
        opacity: 1;
        transform: rotate(410deg);
        animation-timing-function: ease-in-out;
        origin: 7%;
    }

    39% {
        opacity: 1;
        transform: rotate(645deg);
        animation-timing-function: linear;
        origin: 30%;
    }

    70% {
        opacity: 1;
        transform: rotate(770deg);
        animation-timing-function: ease-out;
        origin: 39%;
    }

    75% {
        opacity: 1;
        transform: rotate(900deg);
        animation-timing-function: ease-out;
        origin: 70%;
    }

    76% {
        opacity: 0;
        transform: rotate(900deg);
    }

    100% {
        opacity: 0;
        transform: rotate(900deg);
    }
}

@-o-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -o-transform: rotate(180deg);
        -o-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -o-transform: rotate(300deg);
        -o-animation-timing-function: linear;
        -o-origin: 0%;
    }

    30% {
        opacity: 1;
        -o-transform: rotate(410deg);
        -o-animation-timing-function: ease-in-out;
        -o-origin: 7%;
    }

    39% {
        opacity: 1;
        -o-transform: rotate(645deg);
        -o-animation-timing-function: linear;
        -o-origin: 30%;
    }

    70% {
        opacity: 1;
        -o-transform: rotate(770deg);
        -o-animation-timing-function: ease-out;
        -o-origin: 39%;
    }

    75% {
        opacity: 1;
        -o-transform: rotate(900deg);
        -o-animation-timing-function: ease-out;
        -o-origin: 70%;
    }

    76% {
        opacity: 0;
        -o-transform: rotate(900deg);
    }

    100% {
        opacity: 0;
        -o-transform: rotate(900deg);
    }
}

@-ms-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -ms-transform: rotate(180deg);
        -ms-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -ms-transform: rotate(300deg);
        -ms-animation-timing-function: linear;
        -ms-origin: 0%;
    }

    30% {
        opacity: 1;
        -ms-transform: rotate(410deg);
        -ms-animation-timing-function: ease-in-out;
        -ms-origin: 7%;
    }

    39% {
        opacity: 1;
        -ms-transform: rotate(645deg);
        -ms-animation-timing-function: linear;
        -ms-origin: 30%;
    }

    70% {
        opacity: 1;
        -ms-transform: rotate(770deg);
        -ms-animation-timing-function: ease-out;
        -ms-origin: 39%;
    }

    75% {
        opacity: 1;
        -ms-transform: rotate(900deg);
        -ms-animation-timing-function: ease-out;
        -ms-origin: 70%;
    }

    76% {
        opacity: 0;
        -ms-transform: rotate(900deg);
    }

    100% {
        opacity: 0;
        -ms-transform: rotate(900deg);
    }
}

@-webkit-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -webkit-transform: rotate(180deg);
        -webkit-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -webkit-transform: rotate(300deg);
        -webkit-animation-timing-function: linear;
        -webkit-origin: 0%;
    }

    30% {
        opacity: 1;
        -webkit-transform: rotate(410deg);
        -webkit-animation-timing-function: ease-in-out;
        -webkit-origin: 7%;
    }

    39% {
        opacity: 1;
        -webkit-transform: rotate(645deg);
        -webkit-animation-timing-function: linear;
        -webkit-origin: 30%;
    }

    70% {
        opacity: 1;
        -webkit-transform: rotate(770deg);
        -webkit-animation-timing-function: ease-out;
        -webkit-origin: 39%;
    }

    75% {
        opacity: 1;
        -webkit-transform: rotate(900deg);
        -webkit-animation-timing-function: ease-out;
        -webkit-origin: 70%;
    }

    76% {
        opacity: 0;
        -webkit-transform: rotate(900deg);
    }

    100% {
        opacity: 0;
        -webkit-transform: rotate(900deg);
    }
}

@-moz-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -moz-transform: rotate(180deg);
        -moz-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -moz-transform: rotate(300deg);
        -moz-animation-timing-function: linear;
        -moz-origin: 0%;
    }

    30% {
        opacity: 1;
        -moz-transform: rotate(410deg);
        -moz-animation-timing-function: ease-in-out;
        -moz-origin: 7%;
    }

    39% {
        opacity: 1;
        -moz-transform: rotate(645deg);
        -moz-animation-timing-function: linear;
        -moz-origin: 30%;
    }

    70% {
        opacity: 1;
        -moz-transform: rotate(770deg);
        -moz-animation-timing-function: ease-out;
        -moz-origin: 39%;
    }

    75% {
        opacity: 1;
        -moz-transform: rotate(900deg);
        -moz-animation-timing-function: ease-out;
        -moz-origin: 70%;
    }

    76% {
        opacity: 0;
        -moz-transform: rotate(900deg);
    }

    100% {
        opacity: 0;
        -moz-transform: rotate(900deg);
    }
}

/* style 02 */
.preloader-inner .cssload-thecube {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    position: relative;
    transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
}

.preloader-inner .cssload-thecube .cssload-cube {
    position: relative;
    transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
}

.preloader-inner .cssload-thecube .cssload-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.preloader-inner .cssload-thecube .cssload-cube:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
background-color: var(--main-color-one);
animation: cssload-fold-thecube 2.76s infinite linear both;
-o-animation: cssload-fold-thecube 2.76s infinite linear both;
-ms-animation: cssload-fold-thecube 2.76s infinite linear both;
-webkit-animation: cssload-fold-thecube 2.76s infinite linear both;
-moz-animation: cssload-fold-thecube 2.76s infinite linear both;
transform-origin: 100% 100%;
-o-transform-origin: 100% 100%;
-ms-transform-origin: 100% 100%;
-webkit-transform-origin: 100% 100%;
-moz-transform-origin: 100% 100%;
}

.preloader-inner .cssload-thecube .cssload-c2 {
    transform: scale(1.1) rotateZ(90deg);
    -o-transform: scale(1.1) rotateZ(90deg);
    -ms-transform: scale(1.1) rotateZ(90deg);
    -webkit-transform: scale(1.1) rotateZ(90deg);
    -moz-transform: scale(1.1) rotateZ(90deg);
}

.preloader-inner .cssload-thecube .cssload-c3 {
    transform: scale(1.1) rotateZ(180deg);
    -o-transform: scale(1.1) rotateZ(180deg);
    -ms-transform: scale(1.1) rotateZ(180deg);
    -webkit-transform: scale(1.1) rotateZ(180deg);
    -moz-transform: scale(1.1) rotateZ(180deg);
}

.preloader-inner .cssload-thecube .cssload-c4 {
    transform: scale(1.1) rotateZ(270deg);
    -o-transform: scale(1.1) rotateZ(270deg);
    -ms-transform: scale(1.1) rotateZ(270deg);
    -webkit-transform: scale(1.1) rotateZ(270deg);
    -moz-transform: scale(1.1) rotateZ(270deg);
}

.preloader-inner .cssload-thecube .cssload-c2:before {
    animation-delay: 0.35s;
    -o-animation-delay: 0.35s;
    -ms-animation-delay: 0.35s;
    -webkit-animation-delay: 0.35s;
    -moz-animation-delay: 0.35s;
}

.preloader-inner .cssload-thecube .cssload-c3:before {
    animation-delay: 0.69s;
    -o-animation-delay: 0.69s;
    -ms-animation-delay: 0.69s;
    -webkit-animation-delay: 0.69s;
    -moz-animation-delay: 0.69s;
}

.preloader-inner .cssload-thecube .cssload-c4:before {
    animation-delay: 1.04s;
    -o-animation-delay: 1.04s;
    -ms-animation-delay: 1.04s;
    -webkit-animation-delay: 1.04s;
    -moz-animation-delay: 1.04s;
}


@keyframes cssload-fold-thecube {
    0%, 10% {
        transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}

@-o-keyframes cssload-fold-thecube {
    0%, 10% {
        -o-transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -o-transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -o-transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}

@-ms-keyframes cssload-fold-thecube {
    0%, 10% {
        -ms-transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -ms-transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -ms-transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}

@-webkit-keyframes cssload-fold-thecube {
    0%, 10% {
        -webkit-transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -webkit-transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}

@-moz-keyframes cssload-fold-thecube {
    0%, 10% {
        -moz-transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -moz-transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -moz-transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}

/* style 03 */
.preloader-inner .bubblingG {
    text-align: center;
    width:78px;
    height:49px;
    margin: auto;
}

.preloader-inner .bubblingG span {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    margin: 24px auto;
background: var(--main-color-one);
border-radius: 49px;
-o-border-radius: 49px;
-ms-border-radius: 49px;
-webkit-border-radius: 49px;
-moz-border-radius: 49px;
animation: bubblingG 1.5s infinite alternate;
-o-animation: bubblingG 1.5s infinite alternate;
-ms-animation: bubblingG 1.5s infinite alternate;
-webkit-animation: bubblingG 1.5s infinite alternate;
-moz-animation: bubblingG 1.5s infinite alternate;
}

.preloader-inner #bubblingG_1 {
    animation-delay: 0s;
    -o-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
}

.preloader-inner #bubblingG_2 {
    animation-delay: 0.45s;
    -o-animation-delay: 0.45s;
    -ms-animation-delay: 0.45s;
    -webkit-animation-delay: 0.45s;
    -moz-animation-delay: 0.45s;
}

.preloader-inner #bubblingG_3 {
    animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
}



@keyframes bubblingG {
    0% {
        width: 10px;
        height: 10px;
background-color:var(--main-color-one);
transform: translateY(0);
}

100% {
    width: 23px;
    height: 23px;
background-color:var(--main-color-one);
transform: translateY(-20px);
}
}

@-o-keyframes bubblingG {
    0% {
        width: 10px;
        height: 10px;
background-color:var(--main-color-one);
-o-transform: translateY(0);
}

100% {
    width: 23px;
    height: 23px;
background-color:var(--main-color-one);
-o-transform: translateY(-20px);
}
}

@-ms-keyframes bubblingG {
    0% {
        width: 10px;
        height: 10px;
background-color:var(--main-color-one);
-ms-transform: translateY(0);
}

100% {
    width: 23px;
    height: 23px;
background-color:var(--main-color-one);
-ms-transform: translateY(-20px);
}
}

@-webkit-keyframes bubblingG {
    0% {
        width: 10px;
        height: 10px;
background-color: var(--main-color-one);
-webkit-transform: translateY(0);
}

100% {
    width: 23px;
    height: 23px;
background-color: var(--main-color-one);
-webkit-transform: translateY(-20px);
}
}

@-moz-keyframes bubblingG {
    0% {
        width: 10px;
        height: 10px;
background-color: var(--main-color-one);
-moz-transform: translateY(0);
}

100% {
    width: 23px;
    height: 23px;
background-color: var(--main-color-one);
-moz-transform: translateY(-20px);
}
}
/* style 04 */

.preloader-inner .cssload-loader {
    display: block;
    margin:0 auto;
    width: 29px;
    height: 29px;
    position: relative;
border: 4px solid var(--main-color-one);
animation: cssload-loader 2.3s infinite ease;
-o-animation: cssload-loader 2.3s infinite ease;
-ms-animation: cssload-loader 2.3s infinite ease;
-webkit-animation: cssload-loader 2.3s infinite ease;
-moz-animation: cssload-loader 2.3s infinite ease;
}

.preloader-inner .cssload-loader-inner {
    vertical-align: top;
    display: inline-block;
    width: 100%;
background-color: var(--main-color-one);
animation: cssload-loader-inner 2.3s infinite ease-in;
-o-animation: cssload-loader-inner 2.3s infinite ease-in;
-ms-animation: cssload-loader-inner 2.3s infinite ease-in;
-webkit-animation: cssload-loader-inner 2.3s infinite ease-in;
-moz-animation: cssload-loader-inner 2.3s infinite ease-in;
}

@keyframes cssload-loader {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(180deg);
    }

    50% {
        transform: rotate(180deg);
    }

    75% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-o-keyframes cssload-loader {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(180deg);
    }

    50% {
        transform: rotate(180deg);
    }

    75% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-ms-keyframes cssload-loader {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(180deg);
    }

    50% {
        transform: rotate(180deg);
    }

    75% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes cssload-loader {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(180deg);
    }

    50% {
        transform: rotate(180deg);
    }

    75% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-moz-keyframes cssload-loader {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(180deg);
    }

    50% {
        transform: rotate(180deg);
    }

    75% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes cssload-loader-inner {
    0% {
        height: 0%;
    }

    25% {
        height: 0%;
    }

    50% {
        height: 100%;
    }

    75% {
        height: 100%;
    }

    100% {
        height: 0%;
    }
}

@-o-keyframes cssload-loader-inner {
    0% {
        height: 0%;
    }

    25% {
        height: 0%;
    }

    50% {
        height: 100%;
    }

    75% {
        height: 100%;
    }

    100% {
        height: 0%;
    }
}

@-ms-keyframes cssload-loader-inner {
    0% {
        height: 0%;
    }

    25% {
        height: 0%;
    }

    50% {
        height: 100%;
    }

    75% {
        height: 100%;
    }

    100% {
        height: 0%;
    }
}

@-webkit-keyframes cssload-loader-inner {
    0% {
        height: 0%;
    }

    25% {
        height: 0%;
    }

    50% {
        height: 100%;
    }

    75% {
        height: 100%;
    }

    100% {
        height: 0%;
    }
}

@-moz-keyframes cssload-loader-inner {
    0% {
        height: 0%;
    }

    25% {
        height: 0%;
    }

    50% {
        height: 100%;
    }

    75% {
        height: 100%;
    }

    100% {
        height: 0%;
    }
}
/* style 05*/
.preloader-inner .cssload-container {
    position: relative;
    width: 97px;
    height: 224px;
    overflow: hidden;
    margin:0px auto;
}

.preloader-inner .cssload-container .cssload-item {
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 49px;
    height: 49px;
background-color: var(--main-color-one);
box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-shadow: 0 0 8px 1px rgba(0,0,0,0.25);
-o-box-shadow: 0 0 8px 1px rgba(0,0,0,0.25);
-ms-box-shadow: 0 0 8px 1px rgba(0,0,0,0.25);
-webkit-box-shadow: 0 0 8px 1px rgba(0,0,0,0.25);
-moz-box-shadow: 0 0 8px 1px rgba(0,0,0,0.25);
}

.preloader-inner .cssload-container .cssload-moon {
    border-bottom: 10px solid rgb(102,102,102);
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    animation: spin 1.15s ease infinite;
    -o-animation: spin 1.15s ease infinite;
    -ms-animation: spin 1.15s ease infinite;
    -webkit-animation: spin 1.15s ease infinite;
    -moz-animation: spin 1.15s ease infinite;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@-o-keyframes spin {
    from {
        -o-transform: rotate(0deg);
    }
    to {
        -o-transform: rotate(360deg);
    }
}

@-ms-keyframes spin {
    from {
        -ms-transform: rotate(0deg);
    }
    to {
        -ms-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}

/*  style 06 */
.preloader-inner .cssload-container-new {
    width: 100%;
    height: 49px;
    text-align: center;
}

.preloader-inner .cssload-speeding-wheel {
    width: 49px;
    height: 49px;
    margin: 0 auto;
border: 3px solid var(--main-color-one);
border-radius: 50%;
border-left-color: transparent;
border-right-color: transparent;
animation: cssload-spin 575ms infinite linear;
-o-animation: cssload-spin 575ms infinite linear;
-ms-animation: cssload-spin 575ms infinite linear;
-webkit-animation: cssload-spin 575ms infinite linear;
-moz-animation: cssload-spin 575ms infinite linear;
}

@keyframes cssload-spin {
    100%{ transform: rotate(360deg); transform: rotate(360deg); }
}

@-o-keyframes cssload-spin {
    100%{ -o-transform: rotate(360deg); transform: rotate(360deg); }
}

@-ms-keyframes cssload-spin {
    100%{ -ms-transform: rotate(360deg); transform: rotate(360deg); }
}

@-webkit-keyframes cssload-spin {
    100%{ -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

@-moz-keyframes cssload-spin {
    100%{ -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
/* style 07 */
.preloader-inner .wrapper {
    margin: auto;
    display: block;
}

.preloader-inner .cssload-loader {
    width: 49px;
    height: 49px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    vertical-align: middle;
background: var(--main-color-one);
}
.preloader-inner .cssload-loader,
.preloader-inner .cssload-loader:before,
.preloader-inner .cssload-loader:after {
    animation: 1.15s infinite ease-in-out;
    -o-animation: 1.15s infinite ease-in-out;
    -ms-animation: 1.15s infinite ease-in-out;
    -webkit-animation: 1.15s infinite ease-in-out;
    -moz-animation: 1.15s infinite ease-in-out;
}
.preloader-inner .cssload-loader:before,
.preloader-inner .cssload-loader:after {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}

.preloader-inner .cssload-loader {
    animation-name: cssload-loader;
    -o-animation-name: cssload-loader;
    -ms-animation-name: cssload-loader;
    -webkit-animation-name: cssload-loader;
    -moz-animation-name: cssload-loader; }


@keyframes cssload-loader {
    from { transform: scale(0); opacity: 1; }
    to	 { transform: scale(1); opacity: 0; }
}

@-o-keyframes cssload-loader {
    from { -o-transform: scale(0); opacity: 1; }
    to	 { -o-transform: scale(1); opacity: 0; }
}

@-ms-keyframes cssload-loader {
    from { -ms-transform: scale(0); opacity: 1; }
    to	 { -ms-transform: scale(1); opacity: 0; }
}

@-webkit-keyframes cssload-loader {
    from { -webkit-transform: scale(0); opacity: 1; }
    to	 { -webkit-transform: scale(1); opacity: 0; }
}

@-moz-keyframes cssload-loader {
    from { -moz-transform: scale(0); opacity: 1; }
    to	 { -moz-transform: scale(1); opacity: 0; }
}

/* style 08 */
.preloader-inner .wrapper-08 {
    margin: auto;
    display: block;
}

.preloader-inner .wrapper-08 .cssload-loader {
    width: 49px;
    height: 49px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.preloader-inner .wrapper-08 .cssload-loader {
    width: 49px;
    height: 49px;
    border-radius: 50%;
    margin: 3em;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    background-color: var(--main-color-one);
}
.preloader-inner .wrapper-08 .cssload-loader,
.preloader-inner .wrapper-08 .cssload-loader:before,
.preloader-inner .wrapper-08 .cssload-loader:after {
    animation: 1.15s infinite ease-in-out;
    -o-animation: 1.15s infinite ease-in-out;
    -ms-animation: 1.15s infinite ease-in-out;
    -webkit-animation: 1.15s infinite ease-in-out;
    -moz-animation: 1.15s infinite ease-in-out;
}
.preloader-inner .wrapper-08 .cssload-loader:before,
.preloader-inner .wrapper-08 .cssload-loader:after {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}

.preloader-inner .wrapper-08 .cssload-loader:before,
.preloader-inner .wrapper-08 .cssload-loader:after {
    content: "";
}

.preloader-inner .wrapper-08 .cssload-loader {
    animation: cssload-animation 1.15s infinite linear;
    -o-animation: cssload-animation 1.15s infinite linear;
    -ms-animation: cssload-animation 1.15s infinite linear;
    -webkit-animation: cssload-animation 1.15s infinite linear;
    -moz-animation: cssload-animation 1.15s infinite linear;
}



@keyframes cssload-animation {
    0% {	 transform: rotate(0deg); border-radius: 50%; }
    50% {	transform: rotate(90deg); border-radius: 0%; }
    100% { transform: rotate(180deg); border-radius: 50%; }
}

@-o-keyframes cssload-animation {
    0% {	 -o-transform: rotate(0deg); border-radius: 50%; }
    50% {	-o-transform: rotate(90deg); border-radius: 0%; }
    100% { -o-transform: rotate(180deg); border-radius: 50%; }
}

@-ms-keyframes cssload-animation {
    0% {	 -ms-transform: rotate(0deg); border-radius: 50%; }
    50% {	-ms-transform: rotate(90deg); border-radius: 0%; }
    100% { -ms-transform: rotate(180deg); border-radius: 50%; }
}

@-webkit-keyframes cssload-animation {
    0% {	 -webkit-transform: rotate(0deg); border-radius: 50%; }
    50% {	-webkit-transform: rotate(90deg); border-radius: 0%; }
    100% { -webkit-transform: rotate(180deg); border-radius: 50%; }
}

@-moz-keyframes cssload-animation {
    0% {	 -moz-transform: rotate(0deg); border-radius: 50%; }
    50% {	-moz-transform: rotate(90deg); border-radius: 0%; }
    100% { -moz-transform: rotate(180deg); border-radius: 50%; }
}


.spinner {
    margin: 120px auto;
    width: 60px;
    height: 60px;
    position: relative;
    text-align: center;
    -webkit-animation: sk-rotate 2.0s infinite linear;
    animation: sk-rotate 2.0s infinite linear;
}

.dot1, .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: var(--main-color-one);
    border-radius: 100%;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-rotate {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes sk-rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes sk-bounce {
    0%, 100% {
        -webkit-transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
    }
}

@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

/*----------------------------------------
  ## Search Popup
----------------------------------------*/
.search-popup.active .search-form {
    visibility: visible;
    opacity: 1;
}

.search-popup .search-form {
    min-width: 600px;
    position: absolute;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    visibility: hidden;
    opacity: 0;
    -ms-transform: translate(-50%, -50%);
    /* IE 9 */
    -webkit-transform: translate(-50%, -50%);
    /* Chrome, Safari, Opera */
    transform: translate(-50%, -50%);
    z-index: 9;
}

.search-popup .search-form .form-group .form-control {
    border: none;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    height: 54px;
    padding: 0 100px 0 30px;
}

.search-popup .search-form .submit-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 55px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: var(--main-color-one);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    padding: 0;
    text-align: center;
}

.search-popup .search-form .submit-btn:hover {
    background-color: var(--secondary-color);
}

.body-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.54);
    z-index: 9;
    content: '';
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==), progress;
}

.body-overlay.active {
    visibility: visible;
    opacity: .80;
}

/*---------------------------------------
    ## Button
---------------------------------------*/
.btn-wrapper {
    display: block;
}

.btn-wrapper .boxed-btn {
    background-color: var(--main-color-one);
    color: #fff;
    display: inline-block;
    padding: 8px 40px;
    min-width: 160px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    font-weight: 600;
    border: none;
}

.btn-wrapper .boxed-btn.white:hover {
    background-color: #fff;
    color: var(--main-color-one);
}

.btn-wrapper .boxed-btn:hover {
    background-color: var(--secondary-color);
}

.btn-wrapper .boxed-btn.btn-rounded {
    border-radius: 30px;
}

.btn-wrapper .boxed-btn.reverse-color {
    background-color: var(--secondary-color);
}

.btn-wrapper .boxed-btn.reverse-color:hover {
    background-color: var(--main-color-one);
}

.desktop-center {
    text-align: center;
}

.desktop-left {
    text-align: left;
}

.desktop-right {
    text-align: right;
}



/*----------------------------------------
  ## Section title
----------------------------------------*/
.section-title.white .title {
    color: #fff;
}

.section-title.white p {
    color: rgba(255, 255, 255, 0.7);
}

.section-title {
    margin-bottom: 20px;
}
/* , .section-title .title:is(h1, h2, h3, h4, h5, h6), .section-title .title:where(h1, h2, h3, h4, h5, h6) */
.section-title .title {
    margin: 0;
    padding: 0px 0px 15px;
    border-bottom: 1px solid #ccc; 
    color: var(--heading-color);
    font-size: 25px;
    line-height: 30px;
}
.section-title .title h1, .section-title .title h2, .section-title .title h3, .section-title .title h4, .section-title .title h5, .section-title .title h6 {
    font-size: 25px;
    line-height: 30px;
    margin: 0;
}

.section-title .title span {
    color: var(--main-color-one);
}

.section-title p {
    font-size: 16px;
    line-height: 26px;
    color: var(--paragraph-color);
}

/*----------------------------
    Icon Box One
----------------------------*/
.icon-box-one {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.icon-box-one:hover .icon {
    -ms-transform: rotateY(360deg);
    /* IE 9 */
    -webkit-transform: rotateY(360deg);
    /* Chrome, Safari, Opera */
    transform: rotateY(360deg);
}

.icon-box-one.white .content .title {
    color: #fff;
}

.icon-box-one.white .content p {
    color: rgba(255, 255, 255, 0.8);
}

.icon-box-one .icon {
    font-size: 55px;
    line-height: 50px;
    color: var(--main-color-one);
    margin-right: 20px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.icon-box-one .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.icon-box-one .content .title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
}

.icon-box-one .content p {
    margin-bottom: 0;
}

/*----------------------------
    Icon Box Two
----------------------------*/
.icon-box-two {
    background-color: #fff;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.02);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.02);
}

.icon-box-two:hover:after {
    visibility: visible;
    opacity: 1;
    -ms-transform: translateX(0%);
    /* IE 9 */
    -webkit-transform: translateX(0%);
    /* Chrome, Safari, Opera */
    transform: translateX(0%);
}

.icon-box-two:hover .content .title {
    color: var(--main-color-one);
}

.icon-box-two:after {
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 5px;
    width: 100%;
    background-color: var(--main-color-one);
    content: '';
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    visibility: hidden;
    opacity: 0;
    -ms-transform: translateX(-100%);
    /* IE 9 */
    -webkit-transform: translateX(-100%);
    /* Chrome, Safari, Opera */
    transform: translateX(-100%);
}

.icon-box-two .img-icon {
    margin-right: 20px;
}

.icon-box-two .icon {
    margin-right: 20px;
    font-size: 50px;
    line-height: 50px;
    color: var(--main-color-one);
}

.icon-box-two .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.icon-box-two .content .title {
    font-size: 22px;
    line-height: 34px;
    font-weight: 700;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.icon-box-two .content p {
    margin-bottom: 0;
}

/*----------------------------
    Icon Box Two
----------------------------*/
.icon-box-three {
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow: hidden;
}

.icon-box-three:hover .icon {
    -ms-transform: rotateY(360deg);
    /* IE 9 */
    -webkit-transform: rotateY(360deg);
    /* Chrome, Safari, Opera */
    transform: rotateY(360deg);
}

.icon-box-three:hover .content .title {
    color: var(--main-color-one);
}

.icon-box-three .icon {
    margin-right: 20px;
    font-size: 50px;
    line-height: 60px;
    color: var(--main-color-one);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.icon-box-three .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.icon-box-three .content .title {
    font-size: 22px;
    line-height: 34px;
    font-weight: 700;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.icon-box-three .content p {
    margin-bottom: 0;
}

/*---------------------------
    Single Work Item
---------------------------*/
.single-work-item:hover .thumb img {
    -ms-transform: scale(1.1);
    /* IE 9 */
    -webkit-transform: scale(1.1);
    /* Chrome, Safari, Opera */
    transform: scale(1.1);
}

.single-work-item .thumb {
    overflow: hidden;
}

.single-work-item .thumb img {
    width: 100%;
    -webkit-transition: transform 500ms;
    -moz-transition: transform 500ms;
    -webkit-transition: -webkit-transform 500ms;
    transition: -webkit-transform 500ms;
    -o-transition: transform 500ms;
    transition: transform 500ms;
    transition: transform 500ms, -webkit-transform 500ms;
}

.single-work-item .content {
    background-color: #f4f7fc;
    padding: 10px;
}

.single-work-item .content .title {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 5px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.single-work-item .content .title:hover {
    color: var(--main-color-one);
}

.single-work-item .content .cats {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
}

.single-work-item .content .cats a {
    color: var(--paragraph-color);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.single-work-item .content .cats a:hover {
    color: var(--main-color-one);
}

.single-work-item-02:hover .thumb img {
    -ms-transform: scale(1.1);
    /* IE 9 */
    -webkit-transform: scale(1.1);
    /* Chrome, Safari, Opera */
    transform: scale(1.1);
}

.single-work-item-02 .title {
    margin-bottom: 15px;
    color: #2d2d2e;
}
.single-work-item-02 .thumb {
    overflow: hidden;
}

.single-work-item-02 .thumb img {
    width: 100%;
    -webkit-transition: transform 500ms;
    -moz-transition: transform 500ms;
    -webkit-transition: -webkit-transform 500ms;
    transition: -webkit-transform 500ms;
    -o-transition: transform 500ms;
    transition: transform 500ms;
    transition: transform 500ms, -webkit-transform 500ms;
	height: 250px;
}

.single-work-item-02 .content {
    background-color: #fff;
    padding: 20px;
}
.single-work-item-02.gray-bg .content {
    background-color: #f4f7fc;
}
.single-work-item-02 .content .title {
    font-size: 22px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
	height: 70px;
}

.single-work-item-02 .content .title:hover {
    color: var(--main-color-one);
}
.single-work-item-02 .content .post-description {
    height: 155px;
}
.single-work-item-02 .content p {
    line-height: 1.6;
}

/*------------------------
    Team Member
-------------------------*/
.single-team-member-one.expert {
    margin-bottom: 15px;
}

.meet-the-team-area .section-content {
    background: #f5f5f5;
    padding: 40px;
}
.meet-the-team-area .team-grid .thumb {
    text-align: center;
}
.meet-the-team-area .section-content .team-grid .col-lg-4:after {
    content: '';
    position: absolute;
    background: #ccc;
    width: 1px;
    height: 300px;
    right: 0;
    top: 15%;
}
.meet-the-team-area .section-content .team-grid .col-md-3:after {
    content: '';
    position: absolute;
    background: #ccc;
    width: 1px;
    height: 156px;
    right: 5px;
    top: 35px;
}
.meet-the-team-area .section-content .team-grid .col-lg-4:last-child:after {
    background: transparent;
}
.meet-the-team-area .team-grid .single-team-member-one.expert .thumb {
    text-align: left;
}
.meet-the-team-area .team-grid .thumb img {
    border-radius: 50%;
    width: 250px;
}
.meet-the-team-area .team-grid .single-team-member-one.expert .thumb img {
	width: 230px;
    height: auto;
	border-radius: 10px;
}
.meet-the-team-area .team-grid .thumb img.no-image {
    width: 250px;
    height: 257px;
    border-radius: 50%;
	background: #fff;
}
.meet-the-team-area .team-grid .single-team-member-one.expert .thumb .no-image {
    border-radius: 10px;
    transition: ease-in .2s;
	width: 230px;
    height: auto;
}
.single-team-member-one.gray-bg .content {
    background-color: #f4f7fc;
}

.single-team-member-one .thumb {
    position: relative;
    overflow: hidden;
}

.single-team-member-one .thumb img {
    width: 100%;
}

.single-team-member-one .thumb .hover .social-icon li + li {
    margin-top: 10px;
}

.single-team-member-one .thumb .hover .social-icon li a {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: var(--main-color-one);
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.single-team-member-one .thumb .hover .social-icon li a:hover {
    background-color: var(--secondary-color);
}

.single-team-member-one .content { 
    /* padding: 20px 15px 20px 15px; */
    /* text-align: center; */
}

.single-team-member-one .content .name {
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 5px;
	text-align: center;
}

.single-team-member-one .content .designation {
    font-size: 16px;
	text-align: center;
	display: block;
}
.single-team-member-one.expert .name {
	text-align: left;
}
.single-team-member-one .content .description {
	font-size: 14px;
	text-align: justify;
    display: block;
}
.single-team-member-one.expert .name, .single-team-member-one.expert .designation {
	text-align: left;
}
.single-team-member-two:hover .thumb .hover {
    visibility: visible;
    opacity: 1;
    -ms-transform: scale(1);
    /* IE 9 */
    -webkit-transform: scale(1);
    /* Chrome, Safari, Opera */
    transform: scale(1);
}

.single-team-member-two .thumb {
    position: relative;
    z-index: 0;
}

.single-team-member-two .thumb .hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(17, 29, 92, 0.9);
    -ms-transform: scale(0);
    /* IE 9 */
    -webkit-transform: scale(0);
    /* Chrome, Safari, Opera */
    transform: scale(0);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    opacity: 0;
    visibility: hidden;
}

.single-team-member-two .thumb .hover .name {
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 5px;
    color: #fff;
}

.single-team-member-two .thumb .hover .designation {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
}

.single-team-member-two .thumb .hover .social-icon {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 20px;
}

.single-team-member-two .thumb .hover .social-icon li {
    display: inline-block;
}

.single-team-member-two .thumb .hover .social-icon li + li {
    margin-left: 0px;
}

.single-team-member-two .thumb .hover .social-icon li a {
    display: block;
    width: 30px;
    height: 30px;
    font-size: 14px;
    background-color: #fff;
    color: var(--main-color-one);
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.single-team-member-two .thumb .hover .social-icon li a:hover {
    background-color: var(--main-color-one);
    color: #fff;
}
.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
/*-------------------------
    Testimonial
--------------------------*/
.single-testimonial-item {
    text-align: center;
}

.single-testimonial-item.white p {
    color: rgba(255, 255, 255, 0.8);
}

.single-testimonial-item.white .author-meta .name {
    color: #fff;
}

.single-testimonial-item.white .author-meta .designation {
    color: rgba(255, 255, 255, 0.8);
}

.single-testimonial-item .icon {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 15px;
    color: var(--main-color-one);
}

.single-testimonial-item .thumb {
    margin-top: 30px;
}

.single-testimonial-item .thumb img {
    max-width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto;
}

.single-testimonial-item p {
    font-size: 18px;
    line-height: 28px;
}

.single-testimonial-item .author-meta {
    margin-top: 22px;
}

.single-testimonial-item .author-meta .name {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 5px;
}

.single-testimonial-item .author-meta .designation {
    font-size: 14px;
}

.single-testimonial-item-02 .description {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding: 30px 40px 40px 40px;
    position: relative;
    border-radius: 3px;
}

.single-testimonial-item-02 .description:after {
    position: absolute;
    left: 50%;
    bottom: -25px;
    width: 30px;
    height: 30px;
    background-color: #fff;
    content: '';
    -ms-transform: rotate(45deg) translateX(-50%);
    /* IE 9 */
    -webkit-transform: rotate(45deg) translateX(-50%);
    /* Chrome, Safari, Opera */
    transform: rotate(45deg) translateX(-50%);
}

.single-testimonial-item-02 .description .icon {
    font-size: 40px;
    line-height: 40px;
    color: var(--main-color-one);
    margin-right: 20px;
}

.single-testimonial-item-02 .description .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.single-testimonial-item-02 .description .content p {
    line-height: 1.6;
}

.single-testimonial-item-02 .description .content .name {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 0px;
}

.single-testimonial-item-02 .description .content .description {
    font-size: 14px;
    line-height: 24px;
}

.single-testimonial-item-02 .thumb {
    text-align: center;
    margin-top: 40px;
}

.single-testimonial-item-02 .thumb img {
    max-width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0 auto;
}

/*-----------------------
    Blog Grid Item
-----------------------*/
.single-news-grid-01 .thumb {
    margin-bottom: 25px;
}

.single-news-grid-01 .content .post-meta {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 10px;
}

.single-news-grid-01 .content .post-meta li {
    display: inline-block;
    font-size: 14px;
}

.single-news-grid-01 .content .post-meta li + li {
    margin-left: 18px;
    position: relative;
}

.single-news-grid-01 .content .post-meta li + li:after {
    position: absolute;
    left: -15px;
    top: 0;
    content: "-";
}

.single-news-grid-01 .content .post-meta li a {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.single-news-grid-01 .content .post-meta li a:hover {
    color: var(--main-color-one);
}

.single-news-grid-01 .content .title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.single-news-grid-01 .content .title:hover {
    color: var(--main-color-one);
}

.single-news-grid-01 .content p {
    margin-bottom: 0;
}

.single-news-grid-02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.single-news-grid-02 .thumb {
    margin-right: 25px;
    max-width: 150px;
}

.single-news-grid-02 .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.single-news-grid-02 .content .post-meta {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 5px;
}

.single-news-grid-02 .content .post-meta li {
    display: inline-block;
    font-size: 14px;
}

.single-news-grid-02 .content .post-meta li + li {
    margin-left: 18px;
    position: relative;
}

.single-news-grid-02 .content .post-meta li + li:after {
    position: absolute;
    left: -15px;
    top: 0;
    content: "-";
}

.single-news-grid-02 .content .post-meta li a {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.single-news-grid-02 .content .post-meta li a:hover {
    color: var(--main-color-one);
}

.single-news-grid-02 .content .title {
    font-size: 22px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.single-news-grid-02 .content .title:hover {
    color: var(--main-color-one);
}

.single-news-grid-02 .content p {
    margin-bottom: 0;
}

.single-blog-grid-01 .content {
    background-color: #f4f7fc;
    padding: 20px;
}

.single-blog-grid-01 .content .title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    margin-bottom: 18px;
}

.single-blog-grid-01 .content .title:hover {
    color: var(--main-color-one);
}

.single-blog-grid-01 .content p {
    margin-bottom: 0;
}

.single-blog-grid-01 .content .post-meta {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 15px;
}

.single-blog-grid-01 .content .post-meta li {
    display: inline-block;
    font-size: 14px;
}

.single-blog-grid-01 .content .post-meta li i {
    color: var(--main-color-one);
}

.single-blog-grid-01 .content .post-meta li + li {
    margin-left: 10px;
}

.single-blog-grid-01 .content .post-meta li a {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.single-blog-grid-01 .content .post-meta li a:hover {
    color: var(--main-color-one);
}

.single-blog-grid-02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.single-blog-grid-02 .thumb {
    width: calc(100% - 50% - 30px);
    margin-right: 30px;
}

.single-blog-grid-02 .thumb .bg-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
}

.single-blog-grid-02 .content {
    width: calc(100% - 50%);
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-bottom: 20px;
}

.single-blog-grid-02 .content .title {
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    margin-bottom: 15px;
}

.single-blog-grid-02 .content .title:hover {
    color: var(--main-color-one);
}

.single-blog-grid-02 .content p {
    margin-bottom: 0;
}

.single-blog-grid-02 .content .post-meta {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 15px;
}

.single-blog-grid-02 .content .post-meta li {
    display: inline-block;
    font-size: 14px;
}

.single-blog-grid-02 .content .post-meta li i {
    color: var(--main-color-one);
}

.single-blog-grid-02 .content .post-meta li + li {
    margin-left: 10px;
}

.single-blog-grid-02 .content .post-meta li a {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.single-blog-grid-02 .content .post-meta li a:hover {
    color: var(--main-color-one);
}

.blog-details-item .thumb {
    margin-bottom: 30px;
}

.blog-details-item .title {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 17px;
}

.blog-details-item p {
    line-height: 1.6;
}

.blog-details-item blockquote:not([class]) {
    background-color: var(--secondary-color);
    margin: 15px 0;
    color: rgba(255, 255, 255, 0.8);
    padding: 30px;
    border-radius: 3px;
}

.blog-details-item blockquote:not([class]) p {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0px;
}

.blog-details-item .post-meta {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 15px;
}

.blog-details-item .post-meta li {
    display: inline-block;
    font-size: 14px;
}

.blog-details-item .post-meta li i {
    color: var(--main-color-one);
}

.blog-details-item .post-meta li + li {
    margin-left: 10px;
}

.blog-details-item .post-meta li a {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.blog-details-item .post-meta li a:hover {
    color: var(--main-color-one);
}

.blog-details-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    padding: 15px 20px;
    margin-top: 30px;
}

.blog-details-footer .title {
    font-size: 16px;
    font-weight: 600;
    color: var(--heading-color);
    margin-bottom: 0;
}

.blog-details-footer .left .tags {
    margin: 0;
    padding: 0;
    list-style: none;
}

.blog-details-footer .left .tags li {
    display: inline-block;
}

.blog-details-footer .left .tags li + li {
    margin-left: 4px;
}

.blog-details-footer .left .tags li a {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.blog-details-footer .left .tags li a:hover {
    color: var(--main-color-one);
}

.blog-details-footer .right .social-share {
    margin: 0;
    padding: 0;
    list-style: none;
}

.blog-details-footer .right .social-share li {
    display: inline-block;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.blog-details-footer .right .social-share li + li {
    margin-left: 10px;
}

.blog-details-footer .right .social-share li:hover {
    color: var(--main-color-one);
}

.project-info-item .share-area .title {
    font-size: 16px;
    margin-bottom: 10px;
}

.project-info-item .share-area {
    margin-top: 30px;
}

.project-info-item .share-area .share-icon {
    margin: 0;
    padding: 0;
    list-style: none;
}

.project-info-item .share-area .share-icon li {
    display: inline-block;
    margin-bottom: 0;
}

.project-info-item .share-area .share-icon li + li {
    margin-left: 10px;
    font-size: 14px;
    font-weight: 400;
    margin-top: 0;
}

.project-info-item .share-area .share-icon li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #e2e2e2;
    font-weight: 400;
    transition: all 300ms;
}

.project-info-item .share-area .share-icon li a:hover {
    background-color: var(--main-color-one);
    color: #fff;
    border-color: var(--main-color-one);
}

/*-------------------------------
    Featured Box One
-------------------------------*/
.feature-box-01 {
    background-color: rgba(40, 51, 108, 0.9);
    padding: 30px 30px 30px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: start;
    align-self: flex-start;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.feature-box-01:hover {
    background-color: #28336c;
}

.feature-box-01:hover:after {
    -ms-transform: translateX(0%);
    /* IE 9 */
    -webkit-transform: translateX(0%);
    /* Chrome, Safari, Opera */
    transform: translateX(0%);
}

.feature-box-01:after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 100%;
    content: '';
    background-color: var(--main-color-one);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    -ms-transform: translateX(-100%);
    /* IE 9 */
    -webkit-transform: translateX(-100%);
    /* Chrome, Safari, Opera */
    transform: translateX(-100%);
}

.feature-box-01 .icon {
    font-size: 60px;
    line-height: 60px;
    color: var(--main-color-one);
    margin-right: 30px;
}

.feature-box-01 .content .title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    color: #fff;
}

.feature-box-01 .content p {
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    margin-bottom: 0px;
}

/*----------------------
    Couterup Item
-----------------------*/
.singler-counterup-item-01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.singler-counterup-item-01.white .content .count-wrap {
    color: #fff;
}

.singler-counterup-item-01.white .content .title {
    color: rgba(255, 255, 255, 0.8);
}

.singler-counterup-item-01 .icon {
    font-size: 50px;
    line-height: 60px;
    color: var(--main-color-one);
    margin-right: 20px;
}

.singler-counterup-item-01 .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.singler-counterup-item-01 .content .count-wrap {
    font-size: 48px;
    line-height: 58px;
    font-weight: 700;
    color: var(--heading-color);
    font-family: var(--heading-font);
}

.singler-counterup-item-01 .content .title {
    color: var(--paragraph-color);
    margin-bottom: 0;
    font-size: 16px;
    line-height: 26px;
}

/*-----------------------------
    Request Call Back Form
----------------------------*/
.request-call {
    background-color: var(--secondary-color);
    padding: 50px 50px 60px 50px;
    margin-left: 80px;
}

.request-call .title {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.request-call p {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
}

.request-call-form .form-group select.form-control {
    height: 50px;
}

.request-call-form .form-group select.form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.request-call-form .form-group .form-control {
    height: 50px;
}

.request-call-form .submit-btn {
    background-color: var(--main-color-one);
    border: none;
    padding: 12px 40px;
    border-radius: 30px;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.request-call-form .submit-btn.white:hover {
    background-color: #fff;
    color: var(--main-color-one);
}

.request-call-form .submit-btn:hover {
    background-color: var(--secondary-color);
}

/*-----------------------------
    Accordion Item
-----------------------------*/
.accordion-wrapper .card {
    border: none;
    background-color: transparent;
}

.accordion-wrapper .card {
    margin-bottom: 20px;
}

.accordion-wrapper .card .card-header {
    background-color: transparent;
    padding: 0;
    border: none;
}

.accordion-wrapper .card .card-header a {
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    background-color: #f4f7fc;
    padding: 14px 30px;
    cursor: pointer;
    position: relative;
}

.accordion-wrapper .card .card-header a:after {
    position: absolute;
    right: 30px;
    top: 15px;
    content: "\f106";
    font-family: "fontawesome";
    font-weight: 900;
}

.accordion-wrapper .card .card-header a[aria-expanded="false"]:after {
    content: "\f107";
}

.accordion-wrapper .card .card-body {
    background-color: #f4f7fc;
    padding: 0 30px 20px;
}

.nav-right-content select {
    border: none;
    background-color: transparent;
    color: #fff;
    margin-left: 30px;
    border: 1px solid #e2e2e2;
    height: 30px;
}

/*-------------------------------
    Experience Item
-------------------------------*/
.single-experience-item:hover .thumb .hover {
    background-color: #353f71;
}

.single-experience-item .thumb {
    position: relative;
}

.single-experience-item .thumb .hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(53, 63, 113, 0.9);
    content: '';
    padding: 40px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.single-experience-item .thumb .hover .icon {
    font-size: 40px;
    line-height: 40px;
    color: var(--main-color-one);
    margin-bottom: 20px;
}

.single-experience-item .thumb .hover .content .title {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    color: #fff;
}

.single-experience-item .thumb .hover .content p {
    color: rgba(255, 255, 255, 0.8);
}

/*-----------------------------
    Service Item
-----------------------------*/
.service-details-item .thumb {
    margin-bottom: 25px;
}

.service-details-item .main-title {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    margin-bottom: 15px;
}

.service-details-item p {
    line-height: 1.6;
}

/*-----------------------------
    Solution Item
-----------------------------*/
.solution-details .section {
    padding-bottom: 50px;
}
.solution-details ul {
    list-style-type: none;
    padding-left: 0px;
    display: inline-block;
}
.solution-details ul li {
    position: relative;
    padding-left: 20px; 
    font-size: 15px;
	line-height: 30px;
}
.solution-details ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    font-size: 12px;
    background: #62bb46;
    height: 7px;
    width: 7px;
    border-radius: 50%;
}

/*--------------------------
    Portfolio Item
--------------------------*/
.portfolio-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    margin-bottom: 40px;
}

.portfolio-menu li {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}

.portfolio-menu li.active {
    color: var(--main-color-one);
}

.portfolio-menu li + li {
    margin-left: 20px;
}

.masonry-item {
    margin-bottom: 30px;
}

.single-work-item-03:hover .thumb .hover {
    visibility: visible;
    opacity: 1;
}

.single-work-item-03 .thumb {
    position: relative;
    z-index: 0;
}

.single-work-item-03 .thumb img {
    width: 100%;
}

.single-work-item-03 .thumb .hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(35, 46, 102, 0.9);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.single-work-item-03 .thumb .hover .title {
    font-size: 22px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    color: #fff;
}

.single-work-item-03 .thumb .hover .title:hover {
    color: var(--main-color-one);
}

.single-work-item-03 .thumb .hover .cats {
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
}

.single-work-item-03 .thumb .hover .cats a {
    color: rgba(255, 255, 255, 0.8);
}

.portfolio-details-item .thumb {
    margin-bottom: 25px;
}

.portfolio-details-item .main-title {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    margin-bottom: 15px;
}

.portfolio-details-item p {
    line-height: 1.6;
}

.project-info-item {
    background-color: #F4F7FC;
    padding: 25px 30px 30px 30px;
    margin-bottom: 30px;
}

.project-info-item .title {
    font-size: 22px;
    font-weight: 700;
    line-height: 31px;
    margin-bottom: 20px;
}

.project-info-item ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.project-info-item ul li {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: var(--heading-color);
}

.project-info-item ul li + li {
    margin-top: 20px;
}

.project-info-item ul li .right {
    float: right;
    color: var(--paragraph-color);
    font-weight: 400;
}

.project-info-item ul li .right a {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.project-info-item ul li .right a:hover {
    color: var(--main-color-one);
}

/*------------------------
    Product item
------------------------*/
.single-product-item:hover .thumb .hover {
    visibility: visible;
    opacity: 1;
}

.single-product-item .thumb {
    position: relative;
}

.single-product-item .thumb .hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(17, 29, 92, 0.8);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.single-product-item .thumb .hover ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single-product-item .thumb .hover ul li {
    display: inline-block;
}

.single-product-item .thumb .hover ul li + li {
    margin-left: 10px;
}

.single-product-item .thumb .hover ul li a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.8);
    text-align: center;
    line-height: 40px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    color: #fff;
}

.single-product-item .thumb .hover ul li a:hover {
    background-color: var(--main-color-one);
    color: #fff;
    border-color: var(--main-color-one);
}

.single-product-item .content {
    text-align: center;
    padding: 25px 0 25px 0;
    background-color: #F4F7FC;
}

.single-product-item .content .title {
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
}

.single-product-item .content .price {
    font-weight: 500;
}

/*-----------------------
    Contact Form
-----------------------*/
.contact-form .form-group textarea {
    min-height: 150px;
    resize: none;
}

.contact-form .form-group textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.contact-form .form-group textarea.form-control {
    padding: 20px;
}

.contact-form .form-group .form-control {
    background-color: #fff;
    height: 50px;
    border: none;
    padding: 0 20px;
}

.submit-btn {
    display: inline-block;
    padding: 15px 40px;
    border: none;
    border-radius: 3px;
    background-color: var(--main-color-one);
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.submit-btn:hover {
    background-color: var(--secondary-color);
}

/*-------------------------
    Contact Info Item
-------------------------*/
.contact-info-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact-info-list .single-contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.contact-info-list .single-contact-info:hover .icon {
    background-color: var(--main-color-one);
}

.contact-info-list .single-contact-info + .single-contact-info {
    margin-top: 30px;
}

.contact-info-list .single-contact-info .icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    line-height: 60px;
    text-align: center;
    margin-right: 20px;
    background-color: var(--secondary-color);
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.contact-info-list .single-contact-info .content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.contact-info-list .single-contact-info .content .details {
    display: block;
}

#map {
    min-height: 230px;
    background-color: #ddd;
}

.nav-fixed,
.header-top-style-03 .navbar-area.nav-fixed {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99999;
}

.navbar-area.home-variant-02 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-mega-menu:hover > .xg_mega_menu_wrapper,
.navbar-area.home-variant-03 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-mega-menu:hover > .xg_mega_menu_wrapper {
    top: 185px;
}

.navbar-area.home-variant-09 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-mega-menu:hover > .xg_mega_menu_wrapper {
    top: 200px;
}

.navbar-area.home-variant-02.nav-fixed .nav-container .navbar-collapse .navbar-nav li.menu-item-has-mega-menu:hover > .xg_mega_menu_wrapper,
.navbar-area.home-variant-03.nav-fixed .nav-container .navbar-collapse .navbar-nav li.menu-item-has-mega-menu:hover > .xg_mega_menu_wrapper,
.navbar-area.home-variant-04.nav-fixed .nav-container .navbar-collapse .navbar-nav li.menu-item-has-mega-menu:hover > .xg_mega_menu_wrapper,
.navbar-area.home-variant-05.nav-fixed .nav-container .navbar-collapse .navbar-nav li.menu-item-has-mega-menu:hover > .xg_mega_menu_wrapper,
.navbar-area.home-variant-06.nav-fixed .nav-container .navbar-collapse .navbar-nav li.menu-item-has-mega-menu:hover > .xg_mega_menu_wrapper,
.navbar-area.home-variant-08.nav-fixed .nav-container .navbar-collapse .navbar-nav li.menu-item-has-mega-menu:hover > .xg_mega_menu_wrapper,
.navbar-area.home-variant-10.nav-fixed .nav-container .navbar-collapse .navbar-nav li.menu-item-has-mega-menu:hover > .xg_mega_menu_wrapper {
    top: 90px;
}

.navbar-area.home-variant-07.nav-fixed .nav-container .navbar-collapse .navbar-nav li.menu-item-has-mega-menu:hover > .xg_mega_menu_wrapper {
    top: 80px;
}

.navbar-area.home-variant-09.nav-fixed .nav-container .navbar-collapse .navbar-nav li.menu-item-has-mega-menu:hover > .xg_mega_menu_wrapper {
    top: 60px;
}

.icon-box-three .img-icon {
    margin-right: 20px;
}

/*-----------------------
    NewsLetter
-----------------------*/
.newsletter-area .title {
    font-size: 32px;
    line-height: 42px;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-weight: 600;
}

.newsletter-area p {
    color: var(--paragraph-color);
}

.newsletter-area .right-side-content form {
    position: relative;
    z-index: 0;
    margin-top: 20px;
}

.newsletter-area .right-side-content form .submit-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 50px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.newsletter-area .right-side-content form input {
    height: 50px;
    padding-right: 70px;
    border: 1px solid #e2e2e2;
    font-size: 14px;
}

.about_us_widget .social-icons {
    margin: 0;
    padding: 0;
    list-style: none;
}

.about_us_widget .social-icons li {
    display: inline-block;
}

.about_us_widget .social-icons li + li {
    margin-left: 10px;
}

/*---------------------------
    Pricing Plan 15
---------------------------*/
.pricing-table-15 {
    text-align: center;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
    position: relative;
    z-index: 0;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(77, 109, 230, 0.35);
    box-shadow: 0px 0px 7px 0px rgba(77, 109, 230, 0.35);
    border-radius: 10px;
    border: 2px solid transparent;
    margin-bottom: 30px;
    background-color: #fff;
    margin: 10px;
}

.pricing-table-15:hover {
    border-color: var(--main-color-one);
}

.pricing-table-15 .price-header {
    position: relative;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
}

.pricing-table-15 .price-header .icon {
    background-color: var(--main-color-one);
    color: #fff;
    width: 50%;
    margin: 0 auto;
    height: 80px;
    font-size: 50px;
    line-height: 80px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.pricing-table-15 .price-header .title {
    color: var(--heading-color);
    font-size: 21px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 20px;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
    margin-bottom: 5px;
}

.pricing-table-15 .price-header .subtitle {
    margin-bottom: 5px;
    display: block;
    font-size: 14px;
}

.pricing-table-15 .price .month {
    font-size: 16px;
    font-weight: 600;
}

.pricing-table-15 .price {
    font-size: 50px;
    color: #282828;
    font-weight: 700;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
    text-align: center;
    position: relative;
    transition: .3s ease-in;
}

.pricing-table-15 .price .dollar {
    font-size: 33px;
    line-height: 33px;
    position: relative;
    top: -12px;
}

.pricing-table-15 .price-body ul {
    margin: 0;
    padding: 0;
}

.pricing-table-15 .price-body ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.pricing-table-15 .price-body ul li {
    list-style: none;
    display: block;
    color: #282828;
    margin: 0px 30px;
    padding: 15px 0;
    -webkit-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    transition: .3s ease-in;
    border-bottom: 1px solid #e7eefe;
}

.pricing-table-15 .price-body ul li:first-child {
    margin-top: 0;
}

.pricing-table-15 .price-body ul li:last-child {
    margin-bottom: 0;
}

.pricing-table-15 .price-footer {
    margin-top: 40px;
}

.pricing-table-15 .price-footer .order-btn:hover {
    -webkit-box-shadow: 0px 0px 21px 0px rgba(51, 103, 214, 0.7);
    box-shadow: 0px 0px 21px 0px rgba(51, 103, 214, 0.7);
}

.pricing-table-15 .price-footer .order-btn {
    display: inline-block;
    width: 165px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 25px;
    color: #fff;
    -webkit-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    transition: .5s ease-in;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    background-color: var(--main-color-one);
}

.single-contact-info-02 {
    background-color: #f7f7fd;
    padding: 30px 30px 30px 30px;
}

.single-contact-info-02 {
    text-align: center;
    margin-bottom: 30px;
}

.single-contact-info-02 .icon {
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 20px;
    color: var(--main-color-one);
}

.single-contact-info-02 .title {
    font-size: 18px;
    line-height: 20px;
}

.single-contact-info-02 .details {
    display: block;
}

.quote-content-area .quote-title {
    margin-bottom: 40px;
    text-align: center;
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
}

.order-content-area .order-title {
    margin-bottom: 40px;
}

.contact-info-list .single-contact-info .content .title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}

.info-bar-inner #langchange {
    height: 30px;
    display: inline-block;
    margin-left: 15px;
}

.header-style-04 .navbar-area.nav-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: var(--secondary-color);
}

.form-group.checkbox .form-control {
    display: inline-block;
    width: 20px;
    line-height: 20px;
    height: 20px;
}

.form-group.checkbox label {
    margin-bottom: 0;
    top: -4px;
    position: relative;
}

.form-group.checkbox {
    margin-bottom: 10px;
    margin-top: 20px;
}

.form-group.file label {
    display: block;
}

.form-group label {
    font-size: 15px;
    color: var(--heading-color);
    opacity: .8;
}

.contact-form .form-group.file .form-control {
    padding-top: 10px;
    margin-bottom: 10px;
}

.form-group.file .help-info {
    font-size: 14px;
    color: #e67777;
}

.request-call-form .form-group label {
    color: #fff;
}

.price-plan-pagination nav {
    display: inline-block;
    margin-top: 30px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.project-info-item ul li .right a:after {
    position: static;
    content: ',';
}

.project-info-item ul li .right a:last-child:after {
    display: none;
}

.blog-details-footer .left .tags li:after {
    position: static;
    content: ',';
}

.blog-details-footer .left .tags li:last-child:after, .blog-details-footer .left .tags li:first-child:after {
    display: none;
}

.navbar-brand img {
    max-height: 50px;
}

.about_us_widget .footer-logo img {
    max-height: 60px;
}

.dynamic-page-content-area .section {
    background: #fff;
    padding: 15px;
	margin-bottom: 30px;
}
.dynamic-page-content-area .section .section-title {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.dynamic-page-content-wrap img.note-float-left {
    margin-right: 20px;
}

.dynamic-page-content-wrap img.note-float-right {
    margin-left: 20px;
}

.form-group.checkbox label a {
    color: var(--main-color-one);
}

.breadcrumb-area.navbar-03 {
    padding-top: 235px;
}

.payment-gateway-wrapper ul {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    margin: 20px 0;
    flex-wrap: wrap;
	margin-top: 0;
}

.payment-gateway-wrapper ul li {
    width: 151px;
    cursor: pointer;
    box-sizing: border-box;
    height: 80px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    margin: 10px 0;
}

.payment-gateway-wrapper ul li + li {
    margin-left: 15px;
}

.payment-gateway-wrapper ul li.selected:after,
.payment-gateway-wrapper ul li.selected:before {
    visibility: visible;
    opacity: 1;
}

.payment-gateway-wrapper ul li:before {
    border: 2px solid var(--main-color-one);
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    visibility: hidden;
    opacity: 0;
    transition: all 300ms;
}

.payment-gateway-wrapper ul li:after {
    position: absolute;
    right: 0;
    top: 0px;
    width: 25px;
    height: 25px;
    background-color: var(--green);
    content: "\f00c";
    font-weight: 900;
    color: #fff;
    font-family: "fontawesome";
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    padding-top: 2px;
    padding-left: 2px;
    visibility: hidden;
    opacity: 0;
    transition: all 300ms;
}

.order-confirm-area input {
    height: 50px;
    border: 1px solid #e2e2e2;
    border-radius: 0px;
}

.order-confirm-area .form-group {
    margin-bottom: 0;
}

.order-confirm-area .btn-wrapper {
    text-align: center;
}

.order-confirm-area .btn-wrapper .submit-btn {
    min-width: 240px;
    font-weight: 600;
    letter-spacing: 2px;
}

.order-confirm-area .title {
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 40px;
}

/* order success/cancel page */

.order-success-area .title,
.order-cancel-area .title {
    font-size: 60px;
    font-weight: 700;
    line-height: 70px;
    margin-bottom: 25px;
    color: var(--main-color-one);
    text-transform: uppercase;
    letter-spacing: 5px;
}

.order-cancel-area .title {
    color: #e00a0a;
}

.order-success-area,
.order-cancel-area {
    text-align: center;
}

.order-success-area .sub-title,
.order-cancel-area .sub-title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    text-transform: capitalize;
}

.order-success-area .btn-wrapper,
.order-cancel-area .btn-wrapper {
    margin-top: 40px;
}

/* career page */

.single-job-list-item {
    border: 2px solid #f4f7fc;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 30px;
}

.single-job-list-item .job_type {
    background-color: #e0f5d7;
    border-radius: 20px;
    padding: 5px 15px;
    color: #449626;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 16px;
}

.single-job-list-item .job_type i {
    margin-right: 5px;
}

.single-job-list-item .title {
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 15px;
    transition: all 300ms;
}

.single-job-list-item .title:hover {
    color: var(--main-color-one);
}

.single-job-list-item .company_name, .single-job-list-item .deadline {
    display: block;
    margin-bottom: 10px;
}

.single-job-list-item .company_name strong, .single-job-list-item .deadline strong {
    color: var(--heading-color);
    margin-right: 10px;
    font-weight: 600;
}

.single-job-list-item .jobs-meta {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 30px;
}

.single-job-list-item .jobs-meta li {
    display: inline-block;
    border-radius: 25px;
    padding: 5px 15px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    font-weight: 500;
    font-size: 14px;
}

.single-job-list-item .jobs-meta li + li {
    margin-left: 20px;
}

.single-job-list-item .jobs-meta li strong {
    color: var(--heading-color);
    font-weight: 600;
}

.single-job-list-item .jobs-meta li i {
    margin-right: 5px;
}

.single-job-list-item .jobs-meta li:nth-child(1) i {
    color: #12b6e8;
}

.single-job-list-item .jobs-meta li:nth-child(2) i {
    color: #2a41e8;
}

.single-job-list-item .jobs-meta li:nth-child(3) i {
    color: #dc3139;
}

.single-job-list-item .jobs-meta li:nth-child(4) i {
    color: #0bbdc6;
}

.job-information-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.job-information-list li + li {
    margin-top: 20px;
}

.job-information-list li .single-job-info {
    display: flex;
    align-self: flex-start;
}

.job-information-list li .single-job-info .content {
    flex: 1;
}

.job-information-list li .single-job-info .icon {
    margin-right: 20px;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: var(--main-color-one);
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
}

.job-information-list li + li {
    border-top: 1px solid #e2e2e2;
    padding-top: 25px;
}

.job-information-list li .single-job-info .content .title {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 4px;
}

.job-information-list li .single-job-info .content .details {
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}

.job-meta-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.job-meta-list > li + li {
    margin-top: 40px;
}

.job-meta-list li .single-job-meta-block p {
    line-height: 30px;
}

.job-meta-list li .single-job-meta-block .title {
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.job-meta-list li .single-job-meta-block ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.job-meta-list li .single-job-meta-block ul li + li {
    margin-top: 6px;
}

.job-meta-list li .single-job-meta-block ul li:before {
    position: static;
    content: "\f101";
    font-family: "fontawesome";
    font-weight: 700;
    margin-right: 5px;
    color: var(--main-color-one);
}

.apply-procedure p {
    font-size: 20px;
    margin-top: 40px;
    font-weight: 600;
    color: var(--heading-color);
    line-height: 30px;
}

.apply-procedure p span {
    display: block;
    font-size: 16px;
    margin-top: 10px;
    font-weight: 400;
    color: var(--paragraph-color);
}

.single-events-list-item + .single-events-list-item {
    margin-top: 30px;
}

.single-events-list-item {
    display: flex;
    align-self: flex-start;
}

.single-events-list-item .content-area {
    flex: 1;
}

.single-events-list-item .thumb {
    margin-right: 30px;
}

.single-events-list-item .content-area .top-part {
    display: flex;
    align-self: flex-start;
    margin-bottom: 15px;
}

.single-events-list-item .content-area .top-part .time-wrap {
    margin-right: 20px;
    width: 80px;
    height: 80px;
    background-color: var(--main-color-one);
    color: #fff;
    text-align: center;
    padding-top: 10px;
}

.single-events-list-item .content-area .top-part .title-wrap {
    flex: 1;
}

.single-events-list-item .content-area .top-part .time-wrap span {
    display: block;
}

.single-events-list-item .content-area .top-part .time-wrap .date {
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
}

.single-events-list-item .content-area .top-part .time-wrap .month {
    font-weight: 600;
    text-transform: uppercase;
}

.single-events-list-item .content-area .top-part .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
}

.single-events-list-item .content-area .top-part .location {
    font-size: 14px;
    font-weight: 500;
}

.single-events-list-item .content-area .top-part .location i {
    color: var(--main-color-one);
}



/* event details page */
.single-event-details .thumb {
    margin-bottom: 30px;
}

.single-event-details .content .top-part {
    display: flex;
    align-self: flex-start;
    margin-bottom: 25px;
}

.single-event-details .content .top-part .time-wrap {
    margin-right: 20px;
    width: 80px;
    height: 80px;
    background-color: var(--main-color-one);
    color: #fff;
    text-align: center;
    padding-top: 10px;
}

.single-event-details .content .top-part .title-wrap {
    flex: 1;
}

.single-event-details .content .top-part .time-wrap span {
    display: block;
}

.single-event-details .content .top-part .time-wrap .date {
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
}

.single-event-details .content .top-part .time-wrap .month {
    font-weight: 600;
    text-transform: uppercase;
}

.single-event-details .content .top-part .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
}

.single-event-details .content .top-part .location {
    font-size: 14px;
    font-weight: 500;
}

.single-event-details .content .top-part .location i {
    color: var(--main-color-one);
}

.single-event-details .content .top-part .title-wrap .category .i {
    margin-right: 5px;
}

.single-event-details .content .top-part .title-wrap .category {
    background-color: #e0f5d7;
    padding: 5px 15px;
    color: #449626;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 10px;
}

.single-event-details .content .top-part .title-wrap span {
    display: block;
}

.single-event-details .content .top-part .title-wrap {
    flex: 1;
    margin-top: 10px;
}

.base-color {
    color: var(--main-color-one);
}


.event-info .icon-with-title-description {
    margin: 0;
    padding: 0;
}

.event-info .icon-with-title-description li {
    list-style: none;
    display: flex;
}

.event-info .icon-with-title-description li .icon {
    margin-right: 15px;
    font-size: 14px;
    line-height: 24px;
    width: 10px;
    color: var(--main-color-one);
}

.event-info .icon-with-title-description li h4 {
    font-size: 14px;
    line-height: 26px;
    font-family: var(--body-font);
    font-weight: 600;
    margin-bottom: 0;
}

.event-info .icon-with-title-description li span {
    margin-bottom: 0;
}

.event-info .icon-with-title-description li + li {
    margin-top: 10px;
}

.event-info .icon-with-title-description li a {
    transition: 300ms all;
}

.event-info .icon-with-title-description li a:hover {
    color: var(--main-color-one);
}

.event-venue-details-information {
    background-color: #f5f5f5;
    padding: 30px;
}

.event-venue-details-information .venue-title {
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}

.event-venue-details-information .bottom-content {
    display: flex;
    justify-content: space-between;
}

.venue-details-block .title {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 0;
}

.venue-details-block + .venue-details-block {
    margin-top: 20px;
}

.venue-details-block {
    padding-right: 40px;
}

.event-booking-form h4 {
    font-size: 36px;
    line-height: 46px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 50px;
}

.event-booking-form .form-group .form-control {
    height: 50px;
    padding: 0 20px;
}

.event-booking-form .form-group.checkbox .form-control {
    padding: 0;
    height: auto;
}

.event-booking-form .form-group.checkbox label {
    position: relative;
    top: -2px;
}

.event-booking-form .form-group.file .form-control {
    padding: 0;
}

.event-booking-form .form-group.textarea .form-control {
    height: 150px;
    resize: none;
    padding: 20px;
}

.event-booking-form .form-group.textarea .form-control:focus,
.event-booking-form .form-group.select .form-control:focus {
    outline: none;
    box-shadow: none;
}

.event-booking-form .btn-wrapper {
    text-align: center;
}

.order-confirm-area .title {
    text-align: center;
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    margin-bottom: 40px;
}

.form-group input[type="number"] {
    border: 1px solid #e2e2e2;
    margin-left: 20px;
    height: 40px;
    text-align: center;
    color: var(--paragraph-color);
    max-width: 60px;
}


/* Knowledgebase */

.knowledgebase-content-area .main-title {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 50px;
}

.knowledgebase-content-area .main-title {
}

.article-with-topic-title-style-01 .topic-title {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
}

.article-with-topic-title-style-01 .topic-title i {
    opacity: .8;
    margin-right: 5px;
}

.article-with-topic-title-style-01 ul.know-articles-list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: 20px;
}

.article-with-topic-title-style-01 ul.know-articles-list li + li {
    margin-top: 10px;
}

.article-with-topic-title-style-01 ul.know-articles-list li {
    transition: all 300ms;
}

.article-with-topic-title-style-01 ul.know-articles-list li:hover {
    color: var(--main-color-one)
}

.article-with-topic-title-style-01 {
    margin-bottom: 40px;
}

.single-knowledgebase-list-item .title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
    font-weight: 700;
}

.single-knowledgebase-list-item .title i {
    opacity: .8;
    margin-right: 5px;
}

.single-knowledgebase-list-item {
    margin-bottom: 30px;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 30px;
}

.single-knowledgebase-list-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.newsletter-form-wrap form {
    position: relative;
    margin-top: 15px;
}

.newsletter-form-wrap .form-group .form-control {
    height: 50px;
}

.newsletter-form-wrap .submit-btn:focus {
    outline: none;
    box-shadow: none;
}

.newsletter-form-wrap .submit-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 40px;
    color: var(--heading-color);
    line-height: 33px;
}

.newsletter-form-wrap .submit-btn {
    background-color: transparent;
    line-height: 25px;
    font-size: 20px;
}

.boxed-btn {
    display: inline-block;
    background-color: var(--main-color-one);
    padding: 8px 13px;
    color: #fff;
    font-weight: 600;
    border-radius: 3px;
    transition: 300ms all;
    border: none;
    text-transform: uppercase;
    height: 40px;
    font-size: 11px;
    line-height: 26px;
}

.boxed-btn:hover {
    background-color: var(--secondary-color);
    color: #fff;
}

.job-apply-form-wrapper .form-control {
    border: 1px solid #e2e2e2;
    height: 50px;
    font-size: 14px;
    padding: 0 20px;
}

.job-apply-form-wrapper label {
    font-size: 14px;
    font-weight: 600;
    color: var(--heading-color);
}

.job-apply-form-wrapper .checkbox label {
    font-weight: 400;
}

.job-apply-form-wrapper .file .form-control {
    border: navajowhite;
    padding: 0;
}

.job-apply-form-wrapper button {
    border: none;
}

/* donation styling */
.donation_wrapper {
    background-color: #F4F7FC;
    padding: 30px;
}

.donation_wrapper .title {
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
}

.single_amount_wrapper {
    display: flex;
    flex-wrap: wrap;
}

.single_amount_wrapper .single_amount {
    display: inline-block;
    width: 45px;
    height: 40px;
    background-color: var(--main-color-one);
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-weight: 600;
    margin: 5px;
    cursor: pointer;
}

.amount_wrapper {
    display: flex;
    margin: 20px 0;
}

.amount_wrapper .suffix {
    background-color: var(--main-color-one);
    color: #fff;
    width: 40px;
    text-align: center;
    display: inline-block;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    height: 40px;
    line-height: 40px;
}

.amount_wrapper input {
    border: 1px solid #e2e2e2;
    width: 100%;
    height: 40px;
    padding-left: 10px;
    border-radius: 4px;
}

.donation_wrapper .label {
    font-size: 16px;
    font-weight: 500;
    color: var(--heading-color);
    margin-bottom: 10px;
}

.donation_wrapper input {
    height: 40px;
    border: 1px solid #e2e2e2;
}

.donation_wrapper input[type="checkbox"] {
    height: auto;
}

.donation-btn {
    display: inline-block;
    border: none;
    padding: 10px 25px;
    border-radius: 5px;
    background-color: var(--main-color-one);
    color: #fff;
    font-weight: 600;
    transition: 300ms all;
}

.donation-btn:hover {
    background-color: var(--secondary-color);
}

.donation-content-area .contribute-single-item .content p {
    margin-bottom: 10px;
}

.donation-content-area .contribute-single-item .content {
    background-color: transparent;
    padding: 0;
}

span.help-info a {
    color: var(--main-color-one);
}

.manual_payment_transaction_field .help-info {
    margin-top: 20px;
    display: block;
}

.contribute-single-item.donation-page .thumb-content {
    margin-top: 60px;
}

.contribute-single-item.donation-page .thumb {
    margin-bottom: 20px;
}

.single-donor-info {
    display: flex;
    align-self: flex-start;
    align-items: center;
}

.single-donor-info .icon-wrap {
    background-color: #caecca;
    border-radius: 50%;
    padding: 10px;
    margin-right: 20px;
}

.single-donor-info .content {
    flex: 1;
}

.single-donor-info .icon-wrap img {
    width: 40px;
}

.recently-donated-list {
    margin: 0;
    padding: 0;
}
.donated_people {
    background-color: #f4f7fc;
    margin-top: 30px;
    padding: 30px;
}

.donated_people .title {
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}
.single-donor-info + .single-donor-info{
    margin-top: 30px;
}
.single-donor-info .title {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
}

.single-donor-info .bottom-content {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: var(--heading-color);
    opacity: .8;
}
/* rprogressbar */
.progressbar {
    width: 100%;
    position: relative;
    background-color: #f4f4f4;
}

.proggress {
    height: 8px;
    width: 0%;
    background-color: #ff0;
}

.percentCount {
    margin-top: -44px;
    clear: both;
    font-weight: 700;
    font-size: 14px;
    background-color: var(--main-color-one);
    color: #fff;
    padding: 5px;
    display: inline-block;
    position: absolute;
    text-align: center;
    border-radius: 5px;
}

.percentCount:after {
    position: absolute;
    left: 0;
    bottom: -6px;
    content: '';
    width: 0;
    height: 0;
    border-top: 10px solid var(--main-color-one);
    border-right: 15px solid transparent;
}

.contribute-single-item .goal {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.contribute-single-item .goal .raised {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}

.contribute-single-item .details-content-area {
    margin-top: 30px;
}

.contribute-single-item .content {
    background-color: #f7fafe;
    padding: 30px;
}

.contribute-single-item .content .title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
    font-weight: 700;
    transition: 300ms all;
}

.contribute-single-item .content .title:hover {
    color: var(--main-color-one);
}

.contribute-single-item .content p {
    margin-bottom: 60px;
}

.contribute-single-item.grid-item .boxed-btn {
    padding: 0;
    text-align: left;
    background-color: transparent;
    color: var(--main-color-one);
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}

.contribute-single-item.grid-item .btn-wrapper {
    margin-top: 20px;
}

.contribute-single-item.grid-item .goal .raised {
    font-size: 14px;
    opacity: .6;
}

.excerpt p {
    font-size: 13px;
    line-height: 23px;
}
/*
    Product Page Styling
*/
.latest-product-grid {
    margin-right: -5px;
    margin-left: -5px;
}
.single-product-item-3 {
    /* border: 1px solid rgba(0, 0, 0, 0.07); */
    transition: .3s ease-in;
    overflow: hidden;
}
.industrial-single .related-product-area .single-product-item-3 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.industrial-single .related-product-area .single-product-item-3:last-child {
    border: none;
}

.single-product-item-3 .content .title:hover {
    color: var(--main-color-one);
}

.single-product-item-3 .thumb {
    display: inline-block;
    position: relative;
    margin-bottom: 10px; 
    width: 100%;
}
.single-product-item-3.by-brand .thumb {
    background: #fff;
    border-radius: 15px;
}
.single-product-item-3 .thumb .img-wrapper { 
    border-radius: 13px;
    transition: ease-in .2s;
	overflow: hidden;
}
.single-product-item-3.by-brand .thumb .img-wrapper {
    height: 140px;
    display: flex;
    align-items: center;
}
.industrial-single .single-product-item-3 .thumb .img-wrapper {
    border: 0;
    border-radius: 0;
}
.single-product-item-3 .thumb .tag {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #495057;
    border-radius: 2px;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    width: auto;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    padding: 0 10px;
}
.single-product-item-3 .content {
    padding: 0 0px 10px 0px;
} 
.single-product-item-3 .content .title {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: var(--main-color-one);
    transition: .3s ease-in;
    height: 23px;
    overflow: hidden;
    margin-bottom: 0;
}
.single-product-item-3 .excerpt {
    height: 140px;
    overflow: hidden;
	margin-bottom: 5px
}
.single-product-item-3 .content .del-price {
    display: inline-block;
    font-size: 14px;
    color: #d32424;
	opacity: .6;
    font-weight: 600;
    margin-bottom: 10px;
    margin-right: 10px;
}
.single-product-item-3 .content .price {
    display: inline-block;
    font-size: 14px;
    color: var(--heading-color);
    font-weight: 600;
    margin-bottom: 10px;
}
.single-product-item-3 .addtocart:hover {
    background-color: var(--main-color-one);
}
.single-product-item-3 .addtocart,
.out_of_stock {
    display: inline-block;
    padding: 0px 20px;
    background-color: var(--main-color-one);
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    border-radius: 3px;
    height: 40px;
    line-height: 40px;
}
.out_of_stock {
    background-color: #dc3545;
}
.single-product-item-3 .addtocart i {
    padding-right: 5px;
}
.related-product-area > .title {
    border-bottom: 1px solid #ccc;
}
.related-product-area {
    background: #fff;
    padding: 15px;
    padding-left: 20px;
    padding-right: 20px;
}
.archive-top-area {
    margin-bottom: 15px;
    background: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
}
.product-archive-top-content-area {
    display: flex;
    justify-content: space-between;  
}

.product-archive-top-content-area .search-form {
    position: relative;
    z-index: 0;
    width: 320px;
}

.product-archive-top-content-area .search-form .form-control {
    border: 1px solid #e2e2e2;
    font-size: 14px;
    height: 40px;
    border-radius: 0;
    padding-right: 60px;
}

.product-archive-top-content-area .search-form button {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 50px;
    border: none;
    color: var(--main-color-one);
    transition: 300ms all;
}

.product-archive-top-content-area .search-form button:hover {
    background-color: var(--main-color-one);
    color: #fff;
}

.single-rating-filter-wrap .filter-text {
    font-size: 14px;
    font-weight: 600;
    color: var(--heading-color);
    cursor: pointer;
}

.product-archive-top-content-area .product-sorting select {
    border: 1px solid #e2e2e2;
    height: 40px;
    min-width: 180px;
    padding: 0 10px;
    color: var(--paragraph-color);
    font-size: 14px;
}

.archive-area > .row {
    background: #fff;
    padding-top: 15px;
    padding-left: 5px;
    padding-right: 5px;
}
/* product single page styling */
.related-product-area .title {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 38px;
}

.single-product-details .extra-content-wrap .nav-tabs {
    display: block;
    border: none;
    font-size: 0;
}

.single-product-details .extra-content-wrap .nav-tabs .nav-item {
    border: none;
    display: inline-block;
    background-color: #f2f2f2;
    border-radius: 0;
    font-size: 16px;
    font-weight: 600;
    color: #555;
    transition: 300ms all;
    padding: 12px 30px;
}

.single-product-details .extra-content-wrap .nav-tabs .nav-item.active {
    background-color: var(--main-color-one);
    color: #fff;
}

.single-product-details .extra-content-wrap .nav-tabs .nav-item:first-child {
    border-top-left-radius: 5px;
}

.single-product-details .extra-content-wrap .nav-tabs .nav-item:last-child {
    border-top-right-radius: 5px;
}

.single-product-details .extra-content-wrap .tab-content {
    background-color: #fff;
    padding: 30px;
}
.tab-content .product-description a {
    color: #00964a;
}

.single-product-details .extra-content-wrap {
    margin-bottom: 100px;
    margin-top: 120px;
    display: block;
}

.single-product-details .top-content {
    display: flex;
    align-items: flex-start;
}

.single-product-details .top-content .product-summery {
    flex: 1;
}

.single-product-details .top-content > div:first-child {
    width: calc(100% / 2.5 - 30px);
    margin-right: 30px;
}
.single-product-details .top-content .thumb img, .single-product-details .top-content video {
    border: 5px solid #cecece;
    border-radius: 15px;
    box-shadow: 0px 1px 5px 2px rgba(0,0,0,.1);
	transition: ease-in .2s;
}
.single-product-details .top-content .thumb img:hover, .single-product-details .top-content video:hover {
	border-color: rgba(41, 67, 154, .5);
}
.single-product-details .top-content .price-wrap {
    font-size: 32px;
    font-weight: 700;
    color: var(--heading-color);
    line-height: 42px;
    margin-bottom: 20px;
}

.single-product-details .top-content .price-wrap .del-price {
    color: var(--paragraph-color);
}

.single-product-details .top-content .short-description {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
}

.single-product-details .top-content .single-add-to-card-wrapper .quantity {
    max-width: 100px;
    border: 1px solid #e2e2e2;
    height: 40px;
    padding-left: 10px;
}

.single-product-details .top-content .single-add-to-card-wrapper {
    margin-bottom: 20px;
    display: flex;
    gap: 5px;
}

.single-product-details .top-content .single-add-to-card-wrapper .addtocart {
    display: inline-block;
    border: none;
    height: 40px;
    padding: 0 25px;
    background-color: var(--main-color-one);
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    transition: 300ms all;
}
.single-add-to-card-wrapper .ajax_order_now, .addtocart.ajax_order_now {
    line-height: 40px;
	background-color: var(--bs-orange)!important;
}
.single-add-to-card-wrapper .ajax_order_now:hover, .addtocart.ajax_order_now:hover {
    background-color: #fbaf3a !important;
}

.single-product-details .top-content .single-add-to-card-wrapper .addtocart:focus {
    outline: none;
    box-shadow: none;
}

.single-product-details .top-content .single-add-to-card-wrapper .addtocart:hover {
    background-color: var(--secondary-color);
}

.single-product-details .top-content .cat-sku-content-wrapper span.title {
    font-size: 16px;
    font-weight: 600;
    color: var(--heading-color);
    margin-right: 10px;
    margin-bottom: 10px;
}

.single-product-details .top-content .cat-sku-content-wrapper a {
    transition: 300ms all;
}

.single-product-details .top-content .cat-sku-content-wrapper a:hover {
    color: var(--main-color-one);
}

.single-product-details .top-content .slider-gallery-nav {
    margin-top: 10px;
}

.slider-gallery-nav .slick-track .single-gallery-slider-nav-item {
    width: 60px!important;
	margin-right: 5px;
}
.slider-gallery-nav .slick-track .single-gallery-slider-nav-item img {
	border: 1px solid #cecece;
}
.single-product-details .top-content .slider-gallery-nav .single-gallery-slider-nav-item img {
    opacity: .5;
    cursor: pointer;
}

.single-product-details .top-content .slider-gallery-nav .single-gallery-slider-nav-item.slick-current img {
    opacity: 1;
}

.single-product-details .extra-content-wrap .nav-tabs .nav-item + .nav-item {
    border-left: 1px solid #e2e2e2;
}

.product-ratings-form p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: var(--heading-color);
    margin-bottom: 20px;
}

.product-ratings-form .login-form {
    max-width: 350px;
}

.product-ratings-form textarea:focus {
    outline: none;
    box-shadow: none;
}

.single-product-rating-item .ratings {
    font-size: 14px;
    margin-bottom: 10px;
}

.product-ratings-form textarea {
    border: 1px solid #e2e2e2;
    max-height: 120px;
    resize: none;
}

.product-ratings-form {
    max-width: 350px;
}

.single-product-details .top-content .cat-sku-content-wrapper .category-wrap {
    margin-bottom: 10px;
}

.widget_price_filter p {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 700;
    margin-top: 5px;
    color: var(--heading-color);
}

.widget_price_filter .boxed-btn {
    padding: 8px 20px;
    border: none;
    font-size: 14px;
}
.single-product-details .key-features .view-more a {
    color: var(--heading-color);
}

/* ratings style */

.rating-wrap .ratings {
    display: inline-block;
}

.rating-wrap .total-ratings {
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    color: var(--heading-color);
    position: relative;
    top: -2px
}

.rating-wrap .ratings span:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f005" "\f005" "\f005" "\f005" "\f005";
    width: 100%;
    font-family: "fontawesome";
    font-size: 13px;
    font-weight: 900;
}

.rating-wrap .ratings {
    position: relative;
    z-index: 0;
    width: 75px;
    height: 16px;
    display: inline-block;
    top: 2px;
}

.rating-wrap .ratings span {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    line-height: 16px;
}

.rating-wrap .ratings span.show-rating:after {
    color: #ffc107;
}

.rating-wrap .ratings span.hide-rating:after {
    color: var(--paragraph-color)
}

.product-rating-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.product-content-area .alert.alert-success .btn-boxed {
    background-color: var(--secondary-color);
    padding: 4px 10px;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    margin-left: 20px;
}

/*.single-product-item-3 .content {*/
/*    min-height: 215px;*/
/*}*/

.product-rating-list li + li {
    margin-top: 30px;
}

.rating-wrap p {
    display: inline-block;
}

.single-product-rating-item .title {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    color: var(--heading-color);
    margin-bottom: 0;
}

.single-product-rating-item p {
    margin-bottom: 0;
}

.product-rating-list li:last-child {
    margin-bottom: 30px;
}

.product-ratings-form .title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 25px;
    font-weight: 700;
}

/* cart page */
.cart-wrapper table .thumbnail {
    max-width: 80px;
}

.cart-wrapper table .product-title {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    transition: 300ms all;
}

.cart-wrapper table .product-title:hover {
    color: var(--main-color-one);
}

.cart-wrapper table .quantity {
    max-width: 80px;
    border: 1px solid #e2e2e2;
    height: 40px;
    padding-left: 10px;
}

.cart-wrapper table {
    color: var(--paragraph-color);
}

.cart-wrapper table th {
    color: var(--heading-color);
    font-weight: 600;
}

.ajax_remove_cart_item:focus {
    outline: none;
    box-shadow: none;
}

.cart-wrapper table .cart-action-wrap {
    display: flex;
    align-items: center;
}

.cart-table-footer-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cart-table-footer-wrap div:last-child {
    display: inline-block;
    max-width: 600px;
    display: flex;
    align-items: center;
}

.cart-table-footer-wrap div:last-child .ajax-loading-wrap {
    margin-right: 10px;
}

.cart-table-footer-wrap .coupon-wrap {
    position: relative;
    z-index: 0;
}

.cart-table-footer-wrap .coupon-wrap input {
    width: 100%;
    border: 1px solid #e2e2e2;
    height: 40px;
}

.cart-table-footer-wrap .coupon-wrap {
    display: flex;
}

.cart-table-footer-wrap .coupon-wrap .btn-boxed {
    margin-left: 10px;
}

.cart-total-wrap .title {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 30px;
}
.shipping-method ul, .installation ul {
    padding-left: 0;
    list-style-type: none;
}
.shipping-method ul li, .installation ul li {
    position: relative;
    padding: 10px;
    padding-left: 25px;
    border: 1px solid #ccc;
    cursor: pointer;
    transition: all 300ms;
}
.shipping-method ul li:before, .installation ul li:before {
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    border: 1px solid #ccc;
    border-radius: 50%;
    left: 5px;
    top: 15px;
    vertical-align: middle;
    transition: all 300ms;
}
.shipping-method ul li.selected, .installation ul li.selected {
    background: #efefef;
    border-color: var(--main-color-one);
}
.shipping-method ul li.selected:before, .installation ul li.selected:before {
    background: var(--main-color-one);
}
.shipping-wrap .card {
    border: 1px solid #e2e2e2;
}
.installation .installation-label {
    position: relative;
    padding: 10px;
    padding-left: 25px;
    border: 1px solid #ccc;
    cursor: pointer;
    transition: all 300ms;
}
.shipping-wrap .card-header {
    font-size: 20px;
    font-weight: 600;
    color: var(--heading-color);
    cursor: pointer;
    line-height: 30px;
}

.shipping-wrap {
    margin-bottom: 30px;
    margin-top: 20px;
}

.shipping-wrap .shipping-details-wrap .title {
    font-size: 18px;
    font-weight: 600;
    color: var(--heading-color);
}

.shipping-wrap .shipping-details-wrap p {
    font-weight: 400;
}

.shipping-wrap .shipping-cost {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: var(--heading-color);
}

.shipping-table-wrap .btn-wrapper {
    display: flex;
    align-items: center;
}

.btn-boxed:focus {
    color: #fff;
}

.cart-total-table table td {
    color: var(--heading-color);
}

.billing-details-wrapper .login-form {
    max-width: 450px;
}

.billing-details-wrapper {
    margin-bottom: 30px;
}

.billing-details-fields-wrapper .title, .shipping-details-fields-wrapper .title {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 30px;
}

.shipping-details-fields-wrapper {
    margin-top: 30px;
}

.billing-details-fields-wrapper {
    margin-bottom: 30px;
}

.shipping-details-wrapper .custom-control-label {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    color: var(--heading-color);
}

.product-orders-summery-warp .title {
    font-size: 24px;
    text-align: left;
    margin-bottom: 7px;
}

.billing-and-shipping-details {
    display: flex;
    justify-content: space-between;
    text-align: left;
}

.billing-and-shipping-details ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.billing-and-shipping-details ul li {
    margin: 8px 0;
}

.billing-and-shipping-details ul li strong {
    color: var(--heading-color);
    margin-right: 30px;
}

.cart-table-footer-wrap .boxed-btn {
    border: none;
    padding: 7px 20px;
}

.cart-table-footer-wrap .coupon-wrap .boxed-btn {
    margin-left: 20px;
}

/* ajax preloader */
.error-message span {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
}

.error-message span:last-child {
    margin-bottom: 20px;
}

.ajax-loading-wrap.show {
    visibility: visible;
    opacity: 1;
}

.ajax-loading-wrap.hide {
    visibility: hidden;
    opacity: 0;
}

.ajax-loading-wrap {
    display: inline-block;
    margin-left: 10px;
}

.ajax-loading-wrap .sk-fading-circle {
    margin: 0px auto;
    width: 20px;
    height: 20px;
    position: relative;

}

.ajax-loading-wrap .sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.ajax-loading-wrap .sk-fading-circle .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: var(--main-color-one);
    border-radius: 100%;
    -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
    animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.ajax-loading-wrap .sk-fading-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.ajax-loading-wrap .sk-fading-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.ajax-loading-wrap .sk-fading-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.ajax-loading-wrap .sk-fading-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}

.ajax-loading-wrap .sk-fading-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}

.ajax-loading-wrap .sk-fading-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.ajax-loading-wrap .sk-fading-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}

.ajax-loading-wrap .sk-fading-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}

.ajax-loading-wrap .sk-fading-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.ajax-loading-wrap .sk-fading-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}

.ajax-loading-wrap .sk-fading-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}

.ajax-loading-wrap .sk-fading-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.ajax-loading-wrap .sk-fading-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.ajax-loading-wrap .sk-fading-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.ajax-loading-wrap .sk-fading-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.ajax-loading-wrap .sk-fading-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.ajax-loading-wrap .sk-fading-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.ajax-loading-wrap .sk-fading-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.ajax-loading-wrap .sk-fading-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.ajax-loading-wrap .sk-fading-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.ajax-loading-wrap .sk-fading-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.ajax-loading-wrap .sk-fading-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
    0%, 39%, 100% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}

@keyframes sk-circleFadeDelay {
    0%, 39%, 100% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}

/* footer area */

.footer-area.home-page-08 .footer-top {
    background-color: #f4f4f4;
    /* padding-top: 100px; */
}

.footer-area.home-page-08 .copyright-area {
    background-color: #e8e8e8;
    color: var(--paragraph-color);
}

.footer-area.home-page-08 .widget.footer-widget p,
.footer-area.home-page-08 .footer-widget.widget_tag_cloud .tagcloud a,
.footer-area.home-page-08 .widget.footer-widget.widget_calendar caption,
.footer-area.home-page-08 .widget.footer-widget.widget_calendar th,
.footer-area.home-page-08 .widget.footer-widget.widget_calendar td,
.footer-area.home-page-08 .widget.footer-widget ul li a,
.footer-area.home-page-08 .widget.footer-widget ul li {
    color: var(--paragraph-color);
}

.footer-area.home-page-08 .widget.footer-widget .widget-title {
    color: var(--heading-color);
}
.widget-ul-wrapper ul li a i, .widget-ul-wrapper ul li i {
    width: 24px;
    text-align: center;
}
.footer-area.home-page-08 .widget.footer-widget ul li a:hover {
    color: var(--heading-color);
}

/* service home page footer */
.footer-area.home-page-06 .widget.footer-widget .widget-title {
    color: var(--heading-color);
}

.footer-area.home-page-06 .footer-top {
    background-color: #f7fcfe;
}

.footer-area.home-page-06 .copyright-area {
    background-color: #eefaff;
    color: var(--paragraph-color);
}

.footer-area.home-page-06 .widget.footer-widget .widget-title {
    color: var(--heading-color);;
}

.footer-area.home-page-06 .widget.footer-widget p,
.footer-area.home-page-06 .footer-widget.widget_tag_cloud .tagcloud a,
.footer-area.home-page-06 .widget.footer-widget.widget_calendar caption,
.footer-area.home-page-06 .widget.footer-widget.widget_calendar th,
.footer-area.home-page-06 .widget.footer-widget.widget_calendar td {
    color: var(--paragraph-color);
}

.footer-area.home-page-06 .widget.footer-widget ul li a,
.footer-area.home-page-06 .widget.footer-widget ul li {
    color: var(--paragraph-color);
}

.footer-area.home-page-06 .widget.footer-widget ul li a:hover,
.footer-area.home-page-06 .newsletter-form-wrap .submit-btn,
.footer-area.home-page-06 .contact_info_list li.single-info-item .icon {
    color: var(--service-color);
}

.footer-area.home-page-06 .back-to-top {
    background-color: var(--service-color);
}

.footer-bottom-left .navigation {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
}
.footer-bottom-left .navigation > * {
    flex: 1 auto;
}
.footer-bottom-left .navigation .menu-item-has-children .sub-menu {
    margin-left: 0; 
}
.footer-bottom-left .navigation .menu-item-has-children .sub-menu li a {
    padding-left: 0;
}

.thumbnail-navigator {
    margin-top: 20px;
}

.single-thumbnail-navigator {
    padding: 0 20px;
}

.accordion-wrapper .card .card-header a {
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
}

.get-quote-wrapper {
    background-color: #eee;
    padding: 30px;
    margin-top: 40px;
}

.get-quote-wrapper .title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 40px;
}

.get-quote-wrapper .boxed-btn {
    border: none;
    padding: 10px 30px;
    font-weight: 600;
}
/* admin bar */
.dizzcox_admin_bar {
    background-color: #333;
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
}

.dizzcox_admin_bar .left-content-part ul li a:hover {
    color: var(--main-color-one);
}

.dizzcox_admin_bar .left-content-part ul li a {
    transition: all 300ms;
}

.dizzcox_admin_bar .left-content-part ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
}

.dizzcox_admin_bar .left-content-part ul li {
    color: rgba(255, 255, 255, .8);
    display: inline-block;
}

.dizzcox_admin_bar .left-content-part ul li + li {
    margin-left: 20px;
}


.dizzcox_admin_bar .right-content-part .author-details-wrap {
    position: relative;
}

.dizzcox_admin_bar .right-content-part .author-details-wrap h6 {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0;
    cursor: pointer;
}

.dizzcox_admin_bar .right-content-part .author-details-wrap .author-link {
    position: absolute;
    right: 0;
    top: 20px;
    background-color: #333;
    font-size: 14px;
    z-index: 99;
    width: 200px;
    padding-bottom: 10px;
    visibility: hidden;
    opacity: 0;
    transition: all 300ms;
    padding-top: 10px;
}

.dizzcox_admin_bar .right-content-part .author-details-wrap .author-link a {
    padding: 5px 20px;
    display: block;
    transition: all 300ms;
}

.dizzcox_admin_bar .right-content-part .author-details-wrap .author-link a:hover {
    color: var(--main-color-one);
}


.dizzcox_admin_bar .right-content-part .author-details-wrap:hover .author-link {
    visibility: visible;
    opacity: 1;
}

.dizzcox_admin_bar .right-content-part .author-details-wrap h6:hover,
.dizzcox_admin_bar .right-content-part .author-details-wrap:hover h6 {
    color: var(--main-color-one);
}

/* cart */
.cart-icon-wrap {
    position: fixed;
    right: 20px;
    bottom: 100px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: var(--secondary-color);
    border-radius: 13px;
    color: #fff;
    font-size: 24px;
}

.cart-icon-wrap .badge {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 18px;
    background-color: #fbc62f;
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
}
.topbar-area .info-items-two li.menu-item-has-children .sub-menu > li a span {
    position: absolute;
    right: 15px;
    background: var(--main-color-one);
    color: #fff;
    width: 28px;
    height: 28px;
    text-align: center;
    border-radius: 50%;
    font-size: small;
    line-height: 26px;
}

/* login form design */

.login-form-wrapper {
    text-align: center;
}

.login-form-wrapper h2 {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 50px;
    font-weight: 700;
}

.account-form input,
.account-form select {
    border: 1px solid #e2e2e2;
    height: 50px;
}

.account-form input:focus,
.account-form select:focus {
    outline: none;
    border: 1px solid #e2e2e2;
    box-shadow: none;
}

.account-form .rmber-area {
    display: flex;
    justify-content: space-between;
}

.account-form .rmber-area a {
    display: block;
}

/* admin dashboard */


/* user dashboard styles */
.user-dashboard-card.style-01 {
    background-color: var(--secondary-color);
}

.user-dashboard-card {
    background-color: var(--main-color-one);
    padding: 30px;
    display: flex;
    align-self: flex-start;
    margin-bottom: 30px;
}

.user-dashboard-card .icon {
    font-size: 40px;
    line-height: 40px;
    color: #fff;
    margin-right: 20px;
}

.user-dashboard-card .title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: #fff;
}

.user-dashboard-card .number {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    display: block;
    color: #fff;
}

.user-dashboard-wrapper > ul {
    display: inline-block;
    width: 260px;
    background-color: var(--secondary-color);
    padding-bottom: 5px;
}

.user-dashboard-wrapper {
    display: flex;
    justify-content: space-between;
}

.user-dashboard-wrapper .tab-content {
    width: calc(100% - 300px);
}

.user-dashboard-wrapper {
    padding: 80px 0;
}

.user-dashboard-wrapper ul.nav-pills .nav-link.active {
    background-color: var(--main-color-one);
}

.user-dashboard-wrapper ul.nav-pills .nav-link {
    border-radius: 0;
    padding: 10px 30px;
    color: rgba(255, 255, 255, .7);
}

.user-dashboard-wrapper ul.nav-pills .nav-item + .nav-item {
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.width-200 {
    width: 200px !important;
}

.width-220 {
    width: 220px !important;
}

.width-250 {
    width: 250px !important;
}

.submit-btn.dash-btn:hover {
    background-color: var(--main-color-one);
    color: #fff;
}

.submit-btn.dash-btn {
    background-color: var(--secondary-color);
}

.dashboard-form-wrapper .title {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
}

.dashboard-form-wrapper .form-group label {
    font-size: 14px;
    font-weight: 700;
    color: var(--heading-color);
}

.dashboard-form-wrapper .form-group .form-control {
    border: 1px solid #e2e2e2;
}

.user-dashboard-wrapper > ul .mobile_nav {
    display: none;
}

.apply-btn {
    display: inline-block;
    background-color: var(--main-color-one);
    border-radius: 30px;
    color: #fff;
    padding: 10px 25px;
    font-size: 14px;
    transition: all 300ms;
}

.apply-btn:hover {
    background-color: var(--secondary-color);
    color: #fff;
}

/* newly added */



.order-service-page-content-area .nav-tabs {
    display: block;
    border: none;
}

.order-service-page-content-area .nav-tabs .nav-item {
    border: none;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--secondary-color);
    line-height: 50px;
    color: #fff;
    padding: 0;
    text-align: center;
}

.order-service-page-content-area .tab-content {
    margin-top: 30px;
}

.order-service-page-content-area .nav-tabs .nav-item + .nav-item {
    margin-left: 15px;
}

.order-service-page-content-area .nav-tabs .nav-item.active {
    background-color: var(--main-color-one);
    color: #fff;
}

.order-service-page-content-area .nav-tabs .nav-item[disabled] {
    background-color: #e1e1e1;
    color: var(--paragraph-color);
}

.manual_payment_transaction_field.show {
    display: block;
}

.manual_payment_transaction_field {
    display: none;
}

td.unit_price small {
    display: block;
}

/* product order success */
.ordered-product-summery .title {
    font-size: 20px;
    margin: 0;
}

.ordered-product-summery .product-info-wrap {
    text-align: left;
}

.ordered-product-summery .product-info-wrap .pdetails {
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
}

.ordered-product-summery .product-info-wrap .pdetails strong {
    font-weight: 500;
}

.product-orders-summery-warp .extra-data {
    text-align: left;
}

/* count down style for user dashboard */
.delivery-time-countdown-wrap #countdown {
    display: flex;
}

.delivery-time-countdown-wrap .nx-singular-countdown-item {
    width: calc(100% / 4 - 10px);
    background-color: var(--main-color-one);
    padding: 40px 0;
}

.delivery-time-countdown-wrap .nx-singular-countdown-item + .nx-singular-countdown-item {
    margin-left: 10px;
}

.delivery-time-countdown-wrap .nx-singular-countdown-item  .time {
    display: block;
    font-size: 60px;
    font-weight: 700;
    line-height: 70px;
    color: #fff;
    margin-bottom: 10px;
}

.delivery-time-countdown-wrap .nx-singular-countdown-item {
    text-align: center;
}

.delivery-time-countdown-wrap .countdown-wrapper {
    margin-top: 20px;
}
.delivery-time-countdown-wrap .nx-singular-countdown-item .label   {
    display:block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 8px;
}
.delivery-time-countdown-wrap {
    padding: 40px;
    background-color: #fbf9f9;
    text-align: center;
    margin-top: 40px;
}

.span_title {
    font-size: 16px;
    font-weight: 500;
    color: var(--heading-color);
    margin-bottom: 5px;
    display: block;
}
.delivery-time-countdown-wrap .title {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    text-transform: uppercase;
}

.reply-message-wrap {
    padding: 40px;
    background-color: #fbf9f9;
}
.gig-message-start-wrap {
    margin-top: 60px;
    margin-bottom: 60px;
    background-color: #fbf9f9;
    padding: 40px;
}
.single-message-item {
    background-color: #e7ebec;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    margin-right: 80px;
}
.reply-message-wrap .title {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 40px;
    font-weight: 600;
}
.single-message-item.customer {
    background-color: #f1ebeb;
    text-align: right;
    margin-left: 80px;
    margin-right: 0;
}
.reply-message-wrap .title {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 40px;
    font-weight: 600;
}

.gig-message-start-wrap .boxed-btn {
    padding: 8px 10px;
}

.reply-message-wrap .boxed-btn {
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 500;
}

.reply-message-wrap textarea:focus {
    outline: none;
    box-shadow: none;
}

.reply-message-wrap textarea {
    border: 1px solid #e2e2e2;
}
.gig-message-start-wrap .title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 40px;
    font-weight: 600;
}
.single-message-item .thumb .title {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #c7e5ec;
    display: inline-block;
    border-radius: 5px;
    text-align: center;
}
.single-message-item .title {
    font-size: 16px;
    line-height: 20px;
    margin: 10px 0 0px 0;
}

.single-message-item .time{
    display:block;
    font-size: 13px;
    margin-bottom: 20px;
    font-weight: 500;
    font-style: italic;
}
.single-message-item .thumb i {
    display: block;
    width: 100%;
}
.single-message-item.customer .thumb .title {
    background-color: #efd2d2;
}
.single-message-item .top-part {
    display: flex;
    margin-bottom: 25px;
}

.single-message-item .top-part .content {
    flex: 1;
    margin-left: 15px;
}
.single-message-item.customer .top-part {
    flex-direction: row-reverse;
}

.single-message-item.customer .top-part .content {
    margin-right: 15px;
    margin-left: 0;
}
.anchor-btn {
    border-bottom: 1px solid var(--main-color-one);
    color: var(--main-color-one);
    display: inline-block;
}
.all-message-wrap.msg-row-reverse {
    display: flex;
    flex-direction: column-reverse;
    position: relative;
}
.load_all_conversation:focus {
    outline: none;
}
.load_all_conversation {
    border: none;
    background-color: var(--secondary-color);
    border-radius: 30px;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 30px;
    color: #fff;
    cursor: pointer;
    text-transform: capitalize;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 500;
}
.sm_btn{
    padding: 8px 15px;
    font-size: 14px;
}
.sm_alert {
    display: inline-block;
    padding: 8px 15px;
    font-size: 14px;
}
button.anchor-btn {
    border: 1px solid;
    background-color: transparent;
    font-size: 14px;
    display: inline-block;
    margin-top: 15px;
}
.elementor-custom-embed iframe {
    width: 100%;
}

#map iframe {
    min-height: 350px;
}
/* language dropdown */

.language_dropdown ul.show {
    visibility: visible;
    opacity: 1;
}
.language_dropdown ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #141938;
    width: 100%;
    z-index: 9;
    visibility: hidden;
    opacity: 0;
}

.language_dropdown {
    display: inline-block;
    position: relative;
}
.language_dropdown ul li+li{
    border-top: 1px solid rgba(255,255,255,.05);
}
.language_dropdown ul li {
    padding: 5px 10px;
    word-break: break-all;
    color: #fff;
    transition: all 300ms;
    cursor: pointer;
}

.language_dropdown ul li:hover {
    background-color: var(--main-color-one);
}
.language_dropdown .selected-language {
    border: 1px solid #e2e2e2;
    padding: 5px 10px;
    display: inline-block;
    cursor: pointer;
    min-width: 130px;
    text-align: left;
    display: flex;
    justify-content: space-between;
}
/* home 04 nav fix  */
.navbar-area .home-variant-04 .language_dropdown .selected-language {
    color: #fff;
    margin-left: 20px;
}
.navbar-area .home-variant-04 .language_dropdown ul li {
    width: 100%;
    margin: 0 !important;
}
.info-bar-inner .language_dropdown {
    margin-left: 20px;
}

/* popup builder style */
.nx-popup-backdrop {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.6);
    content: '';
    z-index: 1;
    height: 100%;
    transition: 300ms all;
    visibility: hidden;
    opacity: 0;
}

.nx-popup-backdrop.show {
    visibility: visible;
    opacity: 1;
}
.nx-popup-wrapper.show {
    visibility: visible;
    opacity: 1;
}
.nx-popup-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
}
.notice-modal .nx-modal-inner-content-wrapper {
    width: 700px;
    height: 400px;
}
.only-image-modal .nx-modal-inner-content-wrapper {
    width: 700px;
    min-height: 400px;
    background-size: cover;
    background-position: center;
}
.nx-popup-wrapper.notice-modal .nx-modal-inner-content-wrapper {
    background-image: url("../../backend/images/popup/dizcox-popup--min.jpg");
}
.nx-modal-inner-content-wrapper {
    width: 800px;
    background-color: #fff;
    padding: 40px;
    position: relative;
    background-position: center;
    height: 400px;
}
.nx-popup-wrapper.notice-modal .nx-modal-inner-content-wrapper .nx-popup-close {
    background-color: #ea7e7e;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}
.nx-modal-inner-content-wrapper .nx-popup-close {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 20px;
    cursor: pointer;
    background-color: red;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.notice-modal .nx-modal-header .title {
    display: inline-block;
    background-color: red;
    padding: 10px 20px;
    border-radius: 2px;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
}

.notice-modal .nx-modal-header {
    text-align: center;
    margin-bottom: 30px;
}

.notice-modal .nx-modal-content {
    text-align: center;
}

.notice-modal .nx-modal-content p {
    color: #444;
    font-size: 18px;
    line-height: 28px;
}

.notice-modal .nx-modal-content .btn-wrapper {
    margin-top: 30px;
}

.notice-modal .nx-modal-content .btn-wrapper .btn-boxed {
    display: inline-block;
    padding: 10px 30px;
    background-color: rebeccapurple;
    color: #fff;
    border-radius: 3px;
    font-weight: 600;
    transition: 300ms all;
}

.notice-modal .nx-modal-content .btn-wrapper .btn-boxed:hover {
    background-color: beige;
    color: #fff;
}

/* notice popup */
.notice-modal-content-wrapper {
    text-align: left;
}

.notice-modal-content-wrapper .right-side-content {
    max-width: 350px;
}

.nx-popup-wrapper.notice-modal .nx-modal-content {
    display:flex;
    justify-content:flex-end;
    /*align-items:center;*/
    height: 100%
}

.notice-modal-content-wrapper .right-side-content .title {
    font-size: 36px;
    line-height: 40px;
    font-weight: 600;
    color: #272324;
    text-transform: uppercase;
}

.notice-modal-content-wrapper .right-side-content p {
    font-size: 16px;
    line-height: 26px;
    color: #656565;
}

/* discount popup */
.nx-popup-wrapper.discount-modal .nx-modal-inner-content-wrapper{
    padding: 0px;
}
.nx-popup-wrapper.discount-modal {
    padding: 30px;
}

.discount-modal-content-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-self: flex-start;
    height: 400px;
}

.discount-modal-content-wrapper .left-content-wrap {
    width: 400px;
    margin-right: 20px;
}

.discount-modal-content-wrapper .left-content-warp {
    width: 400px;
}

.discount-modal-content-wrapper .right-content-warp {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 30px;
}

.discount-modal-content-wrapper .right-content-warp .title {
    font-size: 36px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 700;
    color: #FBAF3A;
}

.discount-modal-content-wrapper .right-content-warp p {
    font-size: 14px;
    line-height: 26px;
    color: #656565;
    margin-bottom: 0;
}

.discount-modal-content-wrapper .right-content-warp .btn-boxed {
    display: inline-block;
    background-color: #FBAF3A;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 25px;
    border-radius: 5px;
    margin-top: 20px;
    transition: 300ms all;
}

.discount-modal-content-wrapper .right-content-warp .btn-boxed:hover {
    background-color: #ff8a73;
}

.discount-modal-content-wrapper #countdown {
    display: flex;
}

.discount-modal-content-wrapper .nx-singular-countdown-item {
    width: calc(100% / 4 - 10px);
    background-color: #FBAF3A;
}

.discount-modal-content-wrapper .nx-singular-countdown-item + .nx-singular-countdown-item {
    margin-left: 10px;
}

.discount-modal-content-wrapper .nx-singular-countdown-item  .time {
    display: block;
    font-size: 35px;
    font-weight: 700;
    line-height: 45px;
    color: #fff;
    margin-bottom: 0px;
}

.discount-modal-content-wrapper .nx-singular-countdown-item {
    text-align: center;
}

.discount-modal-content-wrapper .countdown-wrapper {
    margin-top: 20px;
}
.discount-modal-content-wrapper .nx-singular-countdown-item .label   {
    display:block;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
}

.single-donor-info.donor-list-page {
    background-color: #f4f7fc;
    padding: 20px;
    border-radius: 5px;
}
.single-testimonial-item-10.testimonial-page {
    margin: 0;
    margin-bottom: 40px;
}

/* feedback form  */
.feedback-page-form .form-group textarea:focus {
    outline: none;
    box-shadow: none;
}

.feedback-page-form .form-group textarea {
    max-height: 160px;
    resize: none;
}

.feedback-page-form .form-group .form-control {
    border: transparent;
    border-radius: 0;
    border-bottom: 1px solid #98989c;
    padding: 15px 30px 15px 0;
    margin-bottom: 25px;
}

/* feedback page */
.ratings_list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ratings_list li.selected {
    background-color: var(--main-color-one);
    color: #fff;
    font-weight: 600;
}

.ratings_list li {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 2px solid #e2e2e2;
    cursor: pointer;
}
.teastimonial-item-09 {
    background-color: #f1f1f1;
    padding: 30px;
    border-radius: 5px;
    margin-bottom: 40px;
}

.teastimonial-item-09 .bottom-content .ratings {
    margin: 0;
    padding: 0;
    list-style: none;
}

.teastimonial-item-09 .bottom-content .ratings li {
    display: inline-block;
    color: #F2B827;
}

.teastimonial-item-09 .clients-details .content .name {
    font-size: 21px;
    font-weight: 700;
    color: #313131;
    line-height: 28px;
    margin-bottom: 0px;
}

.teastimonial-item-09 .bottom-content p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
    margin-top: 10px;
    font-style: italic;
    color: #616161;
}

/* testimonial page style */
.single-testimonial-item-10 .top-part .author {
    margin-left: 20px;
}
.single-testimonial-item-10 .top-part {
    display: flex;
    align-self: flex-start;
    align-items: center;
}
.testimonial-page .bottom-part {
    display: flex;
	text-align: justify;
}
.single-testimonial-item-10 .top-part .thumb img {
    border-radius: 50%;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
}
.single-testimonial-item-10 .top-part {
    margin-bottom: 25px;
}
.single-testimonial-item-10.testimonial-page .bottom-part i {
    font-size: 16px;
    color: var(--secondary-color);
}
.testimonial-page .bottom-part i {
    margin-right: 13px;
}
.single-testimonial-item-10.testimonial-page .bottom-part p {
    font-size: 16px;
    line-height: 30px;
}
.buy-now-wrap {
    position: fixed;
    right: 0;
    top: 40%;
}

.buy-now-wrap ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.buy-now-wrap ul li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    background-color: var(--main-color-one);
    border-radius: 0px;
    color: #fff;
    line-height: 40px;
}

.buy-now-wrap ul li+li {
    border-top: 1px solid rgba(0,0,0,.02);
}

.single-donation-mega-menu-item .content .boxed-btn {
    padding: 0;
    text-align: center;
}
.header-style-04 .language_dropdown .selected-language {
    color: #fff;
    margin-left: 20px;
}

.header-style-04 .navbar-area.nav-style-02 .nav-container .nav-right-content ul.show li + li {
    margin-left: 0;
}

.header-style-04 .navbar-area.nav-style-02 .nav-container .nav-right-content ul.show li {
    display: block;
    margin: 0;
}
.newsletter-area .right-side-content form input {
    padding-right: 90px;
}

.about-page-area .intro .single-gig-category {
    margin: 15px;
    flex: 0 0 17%!important;
    max-width: 17%!important;
}
.about-page-area .intro {
    display: flex;
    flex-wrap: wrap;
}

.industrial-single .short-description {
    margin-top: 10px;
}
.industrial-single .short-description div:first-child {
    width: 70%;
}
.industrial-single .short-description div:last-child {
    width: 30%;
	text-align: right;
}
.industrial-single .thumb img {
    width: 100%;
}

@media(min-width: 1024px){
	.product_mega_menu .xg-mega-menu-container .col-lg-2 {
		flex: 0 0 22%;
		max-width: 22%;
		/* padding-left: 0; */
	}
	.product_mega_menu .xg-mega-menu-container .col-lg-2:last-child {
		flex: 0 0 12%;
		max-width: 12%;
		padding-right: 0;
	}
	.list-group:hover .menu-in {
		display: block;
		z-index: 111;
	} 
	.dropdown-menu {
		-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
		box-shadow: 0 6px 12px rgba(0,0,0,.175);
	}
	.sidebar-nav .dropdown:hover>.dropdown-menu {
		display: block;
		top: 0;
		left: 100%;
		padding-top: 0;
		padding-bottom: 0;
		border: 0;
		width: 100%;
	}
	.single-product-details .dropdown-menu {
		right: 0;
		left: auto;
	}
	.single-product-details .sidebar-nav .dropdown:hover>.dropdown-menu {
		left: auto;
		right: 100%;
	}
}
@media(min-width: 1204px){
	.product_mega_menu .xg-mega-menu-container .col-lg-2 {
		flex: 0 0 22%;
		max-width: 22%;
	}
	.product_mega_menu .xg-mega-menu-container .col-lg-2:last-child {
		flex: 0 0 12%;
		max-width: 12%;
	}
}
@media (min-width: 1300px){
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1280px;
	}
}

@media only screen and (max-width: 1366px) {
    .header-bottom-list ul {
        flex-wrap: wrap;
    }

    .single-header-bottom-list-item {
        padding: 59px 40px 58px 40px;
        display: block;
    }

    .single-header-bottom-list-item .icon {
        margin-bottom: 30px;
    }

    .header-bottom-list li {
        width: calc(100% / 3 - 30px);
    }

    .header-bottom-list li + li {
        margin-left: 0px;
    }
}

@media(max-width: 1199px) {
	.hidden-md {
		display: none;
	} 
}

@media(max-width: 992px) {
	.about-page-area .intro .single-gig-category { 
		flex: 0 0 40%!important;
		max-width: 40%!important;
	}
	.hidden-sm {
		display: none;
	}
	.list-group .menu-in.show {
		display: block;
		z-index: 111;
	}
	.list-group .sidebar-nav {
		width: 240px;
	}
}

@media only screen and (max-width: 991px) {
	.mobile-logo {
        display: block;
    }
    .desktop-logo {
        display: none !important;
    }
    .navbar-area.nav-style-02 .nav-container {
        padding: 20px 0px;
    }

    .navbar-area.nav-style-02 .nav-container .navbar-toggler {
        background-color: #fff;
    }

    .navbar-area.nav-style-02 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
        background-color: transparent;
        color: rgba(255, 255, 255, 0.8);
    }

    .navbar-area.nav-style-01 .nav-container {
        padding: 20px 0px;
    }

    .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav {
        text-align: left;
    }

    .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.current-menu-item a {
        color: var(--main-color-one);
    }

    .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.current-menu-item.menu-item-has-children:before {
        color: var(--main-color-one);
    }

    .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children {
        z-index: initial;
    }

    .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
        color: #656565;
    }

    .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li + li {
        border-top: 1px solid #e2e2e2;
    }

    .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
        background-color: transparent;
        color: var(--paragraph-color);
    }

    .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover {
        background-color: var(--main-color-one);
        color: #fff;
    }

    .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu li:hover:before {
        color: #656565;
    }

    .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li a {
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        color: #656565;
    }

    .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li:hover.menu-item-has-children:before {
        color: var(--main-color-one);
    }

    .navbar-area.nav-style-01 .nav-container .navbar-collapse .navbar-nav li:hover a {
        color: var(--main-color-one);
    }

    .navbar-area .nav-container {
        position: relative;
        z-index: 0;
        min-height: 80px;
    }

    .navbar-area .nav-container .navbar-brand {
        display: block;
    }

    .navbar-area .nav-container .navbar-brand .navbar-toggler {
        position: absolute;
        right: 10px;
        border: 1px solid #e2e2e2;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav {
        display: block;
        margin-top: 20px;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li {
        display: block;
        text-align: left;
        line-height: 30px;
        padding: 10px 0;
        border-bottom: 1px solid #e2e2e2;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li:last-child {
        border-bottom: none;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
        margin-left: 0;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
        top: 25px;
        right: 20px;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover {
        padding-bottom: 0;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover > .sub-menu {
        visibility: visible;
        height: auto;
        opacity: 1;
        background-color: transparent;
        border-bottom: none;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
        position: initial;
        display: block;
        width: 100%;
        border-top: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-left: 0;
        padding-bottom: 0;
        visibility: hidden;
        opacity: 0;
        height: 0;
        overflow: hidden;
        max-height: 250px;
        overflow-y: scroll;
        -webkit-transition: height 500ms;
        -moz-transition: height 500ms;
        -o-transition: height 500ms;
        transition: height 500ms;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .sub-menu .menu-item-has-children:before {
        content: "\f107";
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
        padding: 0;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li.menu-item-has-children:hover:before {
        top: 30px;
        color: #fff;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li + li {
        border-top: none;
    }

    .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:first-child {
        border-top: 1px solid #e2e2e2;
    }
}

.product-description .table tr th {
    color: #40b176;
}

.product-description .table tr th, .product-description .table tr td {
    vertical-align: middle; 
    text-align: center;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 16px;
    font-size: 13px;
}

.filter-valve .table tr td {
    line-height: initial;
    padding-left: 10px;
    padding-right: 10px;
    font-family: var(--body-font);
}
.filter-valve {
    position: relative;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 25px;
}
.filter-valve:after {
    content: '';
    position: absolute;
    background: #ccc;
    height: 1px;
    width: 75%;
    left: 12.5%;
    bottom: -10px;
}
.filter-valve .col-sm-6:first-child {
    padding-left: 0;
}
.filter-valve .col-sm-6:last-child {
    padding-right: 0;
}
.table tr th.cell-divider, .table tr td.cell-divider {
    border-bottom: 1px solid rgba(234, 234, 234, 1)!important;
    background: rgba(234, 234, 234, 1)!important;
    padding-left: 15px!important; 
}
.pressure-table .table td { 
    white-space: break-spaces!important;
    white-space: pre-wrap;  
	line-height: 25px!important;
}
.small-padding-head thead td, .small-padding-head thead td p {
    padding: 5px!important;
    font-size: 12px!important;
    line-height: 18px!important;
    color: #40b176;
}
.small-padding-head thead tr, .small-padding-head thead tr {
    background: #fff;
}
.small-padding-head tbody tr td:first-child {
    white-space: nowrap;
}
.small-padding-head tbody tr td[colspan] {
    background: #40b176;
    color: #fff;
}
.ozone-entry-content .table-bordered tbody tr td, .vusr-entry-content .table-bordered tbody tr td {
    border: 1px solid #ddd;
}
.uf-application {
    text-align: center;
}
.uf-application img {
    border-radius: 50%;
    border: 1px solid #ccc;
}
.footer-social a {
    color: #fff!important;
    background: var(--heading-color);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    padding-right: 0!important;
	margin-right: 11px;
}
@media (min-width: 576px) {
	.uf-application .col-sm-2 {
		flex: 0 0 20%;
		max-width: 20%;
	}
}
@media (max-width: 1399px) {
	.boxed-btn {  
		padding: 8px 10px;
		height: 30px;
		font-size: 12px;
		line-height: 15px;
	}
}
@media (max-width: 1299px) {
	li.cart a > span { 
		display: none;
	}
	.cart-area .single-info-item { 
		width: 40px;
		height: 40px;
		padding: 0;
		align-items: center;
		justify-content: center;
		gap: 0;
	}
	.single-info-item .details a {
		height: 40px;
		width: 40px;
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: 1111;
		overflow: hidden;
	}
	.single-info-item .details a span {
		visibility: hidden;
		position: absolute;
		height: 40px;
		left: 0;
	}
	.single-feature-product .content .excerpt { 
		height: 170px!important;
	}
	.cart-btn .addtocart, .cart-btn .boxed-btn {
		display: block;
		text-align: center;
		margin-bottom: 5px;
	}
	.header-area-wrapper { 
		height: 400px; 
	}
}
@media (max-width: 1199px) {
	.header-area-wrapper {
		height: 300px;
	}
	.single-feature-product .content .title, .single-feature-solution .content .title {
		font-size: 13px!important;
		line-height: 17px!important;
		height: 55px!important; 
	}
}
@media (max-width: 991px) {
	.header-area-wrapper {
		height: 225px;
	}
	.single-feature-category { 
		margin-bottom: 25px;
		padding: 5px;
	}
}
@media (max-width: 768px) {
	.hidden-xs {
		display: none;
	}
}
@media only screen and (max-width: 768px) {
    .tablet-center {
        text-align: center;
    }

    .tablet-left {
        text-align: left;
    }

    .tablet-right {
        text-align: right;
    }
}
@media (max-width: 767px) {
	.topbar-area .container .row .col-sm-4 {
		-ms-flex: 0 0 40%;
		flex: 0 0 40%;
		max-width: 40%;
	}
	.topbar-area .container .row .col-sm-8 {
		-ms-flex: 0 0 60%;
		flex: 0 0 60%;
		max-width: 60%;
	}
	.list-group .head { 
		font-size: 13px; 
		padding: 10px 10px;
		text-transform: capitalize;
		font-weight: 600;
	}
	.header-area-wrapper {
		height: 168px;
	} 
	.info-box-heading {
		font-size: 9px;
		line-height: 16px;
		text-transform: capitalize; 
		letter-spacing: 0;
	}
	.featured-products-area .top-rated-product .row .col-sm-3, .category-products-area .feature-product-grid .col-sm-3 {
		-ms-flex: 0 0 33%;
		flex: 0 0 33%;
		max-width: 33%;
	}
}

@media (max-width: 575px) {
    .navbar-area .nav-container {
        margin: 0 15px;
    }
	.nav-right-content ul li+li {
		padding-left: 5px !important;
	}
	.section-title .title {
		font-size: 23px!important;
		line-height: 30px!important;
	}
	.header-bottom-area .sidebar-category-area .head span {
		display: none;
	}
	.header-bottom-area .row { 
		justify-content: space-between;
	}
	.header-bottom-area .container .row .col-sm-4, .header-bottom-area .container .row .col-sm-5, .header-bottom-area .container .row .col-sm-3 {
		width: auto;
	}
	.info-boxes-inner .row {
		justify-content: space-between;
		margin: 0;
	}
	.info-boxes-inner .row .col-sm-4 {
		width: auto;
	}
	.special-add {
		display: flex;
		gap: 15px;
		margin-bottom: 20px;
	}
	.special-add a {
		width: 50%;
	}
	.feature-category-grid .row .col-sm-4 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (max-width: 547px) {
	.topbar-area .container .row .col-sm-4 {
		width: 100%;
		text-align: center;
		float: none;
		display: block;
		flex: 100%;
		max-width: 100%;
	}
	.mobile-center {
		text-align: center!important;
	}
	.topbar-area .container .row .col-sm-8 {
		width: 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
@media (max-width: 510px) {
	.search-form { 
		width: 190px;
	}
	.featured-products-area .top-rated-product .row .col-sm-3, .category-products-area .feature-product-grid .col-sm-3 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	} 
	.single-feature-category .content .title {
		line-height: 20px !important;
		font-weight: 600 !important;
		font-size: 12px !important;
	}
}
@media (max-width: 414px) {
    .mobile-center {
        text-align: center;
    }

    .mobile-left {
        text-align: left;
    }

    .mobile-right {
        text-align: right;
    } 
}
@media (max-width: 410px) {
	.search-form {
		width: 150px;
	}
}
@media (max-width: 380px) {
	.search-form { 
		display: none;
	}
}