/*--------------------------------------------------------------
>>> 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
--------------------------------------------------------------*/
: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 {
    -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);
    overflow-x: hidden;
}

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: #50bfea;
    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);
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    color: inherit;
}

pre {
    word-break: break-word;
}

a i {
    padding: 0 2px;
}

img {
    max-width: 100%;
}
imgg {
    width: inherit;
}

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;
}

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);
}


/*--------------------------------------------------------------
# Globals
--------------------------------------------------------------*/
.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;
}


/*--------------------------------------------------------------
## 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;
}

.breadcrumb-area:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(0, 0, 0, 0.7);
    z-index: -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;
}

.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 {
    margin: 0;
    padding: 0;
}

.breadcrumb-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);
}

.breadcrumb-area .page-list li:first-child {
    padding-left: 0;
}

.breadcrumb-area .page-list li:first-child a {
    color: var(--main-color-one);
}

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

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

.breadcrumb-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;
}

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

.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: 25px 30px 30px 30px;
}

.widget.mlotfi_testimonial_widget {
    background-color: var(--secondary-color);
}

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

.widget .widget-title {
    font-size: 22px;
    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;
}

.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;
}

.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: 20px;
}

.contact_info_list li.single-info-item .icon {
    position: absolute;
    left: 0;
    top: 0;
    color: var(--main-color-one);
}

.contact_info_list li.single-info-item .details {
    padding-left: 30px;
}

.about_us_widget .footer-logo {
    margin-bottom: 30px;
    display: block;
}

.copyright-area {
    padding: 20px 0;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
}

.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: block;
}

@media only screen and (max-width: 991px) {
    .mobile-logo {
        display: block;
    }

    .desktop-logo {
        display: none !important;
    }
}

.navbar-area {
    padding: 0;
}

.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 .nav-container {
 /**   background-color: var(--secondary-color); **/
    -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(0, 0, 0, 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: rgba(15, 140, 207, 0.8);
}

.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 {
    background-color: #fff;
    -webkit-box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.2);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 0 30px;
}

.navbar-area .nav-container .nav-right-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: 15px;
}

.navbar-area .nav-container .nav-right-content ul li {
    display: inline-block;
    margin: 0 15px;
    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: 15px;
    font-weight: 500;
    line-height: 90px;
}

.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;
    /*z-index: 0;*/
    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;
}

.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: 20px;
}

.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;
}

.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);
}
@media only screen and (max-width: 991px) {
    .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(0, 0, 0, 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;
        margin: auto;
        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: center;
        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;
    }
}

@media only screen and (max-width: 575px) {
    .navbar-area .nav-container {
        margin: 0 15px;
    }
}


/* 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: 40px;
}

.xg-mega-menu-single-column-wrap .mega-menu-title {
    font-size: 18px;
    line-height: 26px;
    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: 30px !important;
    margin-left: 0 !important;
    font-weight: 400 !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: 20px;
}

.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
----------------------------*/
.topbar-area {
    background-color: #F7F7F7;
}

.topbar-inner {
    padding: 15px 0;
}

.topbar-inner > div {
    font-size: 14px;
    display: block;
}

.topbar-inner > div:first-child {
    display: inline-block;
}

.topbar-inner > div:last-child {
    display: inline-block;
    float: right;
    text-align: right;
}

.social-icon {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}

.social-icon li {
    display: inline-block;
    margin: 0 5px;
}

.social-icon 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(--paragraph-color);
}

.social-icon li a:hover {
    color: var(--main-color-one);
}

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

.info-menu li {
    display: inline-block;
    margin: 0 5px;
}

.info-menu 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(--paragraph-color);
}

.info-menu li a:hover {
    color: var(--main-color-one);
}

.topbar-inner div:last-child .info-menu {
    display: inline-block;
    margin-right: 20px;
}

.topbar-inner div:last-child select {
    border: 1px solid #e2e2e2;
    height: 25px;
}

/*----------------------------
    Info Bar
----------------------------*/
.info-bar-area.style-three .info-bar-inner {
    padding: 10px 0 18px 0;
}

.info-bar-area.style-three .info-bar-inner .social-icon {
    margin-top: 15px;
}

.info-bar-area.style-two .info-bar-inner {
    padding: 0;
}

.info-bar-area .social-icon .title {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 0;
    color: var(--heading-color);
}

.info-bar-inner {
    padding: 32px 0 35px 0;
}

.info-bar-inner div {
    display: inline-block;
}

.info-bar-inner .logo-wrapper .logo {
    margin-top: 5px;
    display: block;
}

.info-bar-inner .logo-wrapper .site-title {
    font-size: 35px;
    font-weight: 700;
    margin-top: 10px;
}

.info-bar-inner .right-content {
    display: inline-block;
    float: right;
}

.info-bar-inner .right-content .request-quote {
    margin-left: 40px;
}

.info-bar-inner .right-content .request-quote .rq-btn {
    padding: 15px 25px;
    background-color: var(--main-color-one);
    border-radius: 30px;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    display: block;
    position: relative;
    top: -5px;
    -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-inner .right-content .request-quote .rq-btn.blank {
    background-color: #50bfea;
    border-radius: 0;
    top: 0;
    padding: 15px 28px;
    color: #fff;
}

.info-bar-inner .right-content .request-quote .rq-btn.blank i {
    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;
}

.info-bar-inner .right-content .request-quote .rq-btn.blank:hover {
    background-color: var(--main-color-one);
    color: #fff;
}

.info-bar-inner .right-content .request-quote .rq-btn.blank:hover i {
    color: #fff;
}

.info-bar-inner .right-content .request-quote .rq-btn:hover {
    background-color: var(--secondary-color);
}

.info-items {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.info-items li {
    display: inline-block;
    margin: 0 30px;
}

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

.info-items li:first-child {
    margin-left: 0;
}

.info-items li:last-child {
    margin-right: 0;
}

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

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

.info-items li .single-info-item .content .title {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 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;
}

.info-items li .single-info-item .content .details {
    font-size: 14px;
    line-height: 24px;
}

.info-items-two {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 10px;
}

.info-items-two li {
    display: inline-block;
    margin: 0 30px;
}

.info-items-two li:hover .single-info-item .content .title {
    color: var(--main-color-one);
}

.info-items-two li:first-child {
    margin-left: 0;
}

.info-items-two li:last-child {
    margin-right: 0;
}

.info-items-two li .single-info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.info-items-two li .single-info-item .icon {
    margin-right: 15px;
    font-size: 30px;
    line-height: 30px;
    color: var(--main-color-one);
}

.info-items-two li .single-info-item .content {
    margin-top: 3px;
}

.info-items-two li .single-info-item .content .title {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 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;
}

.info-items-two li .single-info-item .content .details {
    margin-left: 5px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: var(--paragraph-color);
}

/*--------------------------------------------------------------
	## 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;
	
}

.header-area {
    padding: 123px 0 220px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.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;
}
/* millions job area */
.millions-job-area .title {
    font-size: 38px;
    line-height: 48px;
    font-weight: 700;
    margin-bottom: 25px;
}

.millions-job-area p {
    font-size: 16px;
    line-height: 29px;
}

.millions-job-area {
    position: relative;
    padding-top: 140px;
    padding-bottom: 180px;
}

.millions-job-area .bottom-shape-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}


.millions-job-area .right-content-image-wrapper {
    position: absolute;
    right: 5%;
    top: 0px;
    z-index: -1;
}
/*----------------------------
    Header Bottom Area
-----------------------------*/
.header-bottom-area {
    margin-top: -240px;
}

.header-bottom-area.style-two {
    margin-top: -235px;
}

.header-bottom-area .left-content-area {
    padding: 60px 60px 30px 60px;
}

.header-bottom-area .right-content-area {
    background-position: top right;
    background-repeat: no-repeat;
    padding: 60px 150px 60px 60px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.02);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.02);
    background-color: #fff;
}

.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(80, 191, 234, 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(15, 140, 207, 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: #111d5c;
}

.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 .left-content-area .aboutus-content-block {
    padding: 0;
    padding-right: 80px;
}

/*------------------------------
    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);
}

.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);
}

/*-----------------------
    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: 120px;
    bottom: 30px;
    width: 50px;
    height: 50px;
    background-color: var(--main-color-one);
    color: #fff;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    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: 13px 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;
}

@media only screen and (max-width: 768px) {
    .tablet-center {
        text-align: center;
    }

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

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

@media only screen and (max-width: 414px) {
    .mobile-center {
        text-align: center;
    }

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

    .mobile-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 .title {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    color: var(--heading-color);
}

.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: 25px 30px 25px 30px;
}

.single-work-item .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;
}

.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.gray-bg .content {
    background-color: #f4f7fc;
}

.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 .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;
}

.single-work-item-02 .content {
    background-color: #fff;
    padding: 25px 30px 25px 30px;
}

.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;
}

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

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

/*------------------------
    Team Member
-------------------------*/
.single-team-member-one.gray-bg .content {
    background-color: #f4f7fc;
}

.single-team-member-one:hover .thumb .hover .social-icon li:nth-child(1) {
    -ms-transform: translateX(-60px);
    /* IE 9 */
    -webkit-transform: translateX(-60px);
    /* Chrome, Safari, Opera */
    transform: translateX(-60px);
}

.single-team-member-one:hover .thumb .hover .social-icon li:nth-child(2) {
    -ms-transform: translateX(-60px);
    /* IE 9 */
    -webkit-transform: translateX(-60px);
    /* Chrome, Safari, Opera */
    transform: translateX(-60px);
}

.single-team-member-one:hover .thumb .hover .social-icon li:nth-child(3) {
    -ms-transform: translateX(-60px);
    /* IE 9 */
    -webkit-transform: translateX(-60px);
    /* Chrome, Safari, Opera */
    transform: translateX(-60px);
}

.single-team-member-one:hover .thumb .hover .social-icon li:nth-child(4) {
    -ms-transform: translateX(-60px);
    /* IE 9 */
    -webkit-transform: translateX(-60px);
    /* Chrome, Safari, Opera */
    transform: translateX(-60px);
}

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

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

.single-team-member-one .thumb .hover {
    position: absolute;
    right: 0px;
    top: 20px;
}

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

.single-team-member-one .thumb .hover .social-icon li:nth-child(1) {
    position: absolute;
    top: 20px;
    -ms-transform: translateX(80px);
    /* IE 9 */
    -webkit-transform: translateX(80px);
    /* Chrome, Safari, Opera */
    transform: translateX(80px);
    -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;
    -webkit-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}

.single-team-member-one .thumb .hover .social-icon li:nth-child(2) {
    position: absolute;
    top: 60px;
    -ms-transform: translateX(80px);
    /* IE 9 */
    -webkit-transform: translateX(80px);
    /* Chrome, Safari, Opera */
    transform: translateX(80px);
    -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;
    -webkit-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}

.single-team-member-one .thumb .hover .social-icon li:nth-child(3) {
    position: absolute;
    top: 110px;
    -ms-transform: translateX(80px);
    /* IE 9 */
    -webkit-transform: translateX(80px);
    /* Chrome, Safari, Opera */
    transform: translateX(80px);
    -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;
    -webkit-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.single-team-member-one .thumb .hover .social-icon li:nth-child(4) {
    position: absolute;
    top: 160px;
    -ms-transform: translateX(80px);
    /* IE 9 */
    -webkit-transform: translateX(80px);
    /* Chrome, Safari, Opera */
    transform: translateX(80px);
    -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;
    -webkit-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms;
}

.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 {
    background-color: #fff;
    padding: 25px 30px 25px 30px;
    text-align: center;
}

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

.single-team-member-one .content .designation {
    font-size: 16px;
}

.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;
}

/*-------------------------
    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;
}

/*--------------------------
    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: #f4f7fc;
    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: 70px;
}

.about_us_widget .footer-logo img {
    max-height: 60px;
}

.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;
}

.payment-gateway-wrapper ul li {
    width: 100px;
    cursor: pointer;
    box-sizing: border-box;
    height: 50px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    margin: 10px;
}

.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: 0;
    width: 15px;
    height: 15px;
    background-color: var(--main-color-one);
    content: "\f00c";
    font-weight: 900;
    color: #fff;
    font-family: "fontawesome";
    font-size: 10px;
    line-height: 10px;
    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: 15px;
}

.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);
}

@media only screen and (max-width: 767px) {
    .single-events-list-item {
        display: block;
    }

    .single-events-list-item .thumb {
        margin-bottom: 30px;
    }

    .single-events-list-item .thumb img {
        width: 100%;
    }
}

/* 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;
    text-transform: capitalize;
}

.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(--main-color-one);
    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: 15px 35px;
    color: #fff;
    border-radius: 5px;
    transition: 300ms all;
    border: none;
}

.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;
}


/*
    Product Page Styling
*/
.single-product-item-3 {
    border: 1px solid rgba(0, 0, 0, 0.07);
    transition: .3s ease-in;
    overflow: hidden;
}

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

.single-product-item-3 .thumb {
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    height: 260px;
    width: 100%;
}

.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 20px 30px 20px;
}

.single-product-item-3 .content .title {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: var(--heading-color);
    margin-bottom: 10px;
    transition: .3s ease-in;
}

.single-product-item-3 .content .del-price {
    display: inline-block;
    font-size: 20px;
    color: var(--paragraph-color);
    font-weight: 600;
    margin-bottom: 10px;
    margin-right: 10px;
}

.single-product-item-3 .content .price {
    display: inline-block;
    font-size: 22px;
    color: var(--heading-color);
    font-weight: 700;
    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: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    border-radius: 3px;
    height: 40px;
    line-height: 45px;
}

.out_of_stock {
    background-color: #dc3545;
}

.single-product-item-3 .addtocart i {
    padding-right: 5px;
}

.product-archive-top-content-area {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.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;
}

/* 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: #f2f2f2;
    padding: 30px;
}

.single-product-details .extra-content-wrap {
    margin-bottom: 100px;
    margin-top: 60px;
}

.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 - 30px);
    margin-right: 30px;
}

.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;
}

.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-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: 30px;
}

.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;
}

/* 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: 200px;
    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-wrap .card {
    border: 1px solid #e2e2e2;
}

.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: 80px;
}

.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);
}

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

/* 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 {
    width: 100%;
    
    background-image: url(https://eliteapps.ae/assets/uploads/media-uploader/ddd1618093298.png);
    background-size: cover;
}

.footer-area.home-page-06 .copyright-area {
    background-color: #f2fcff;
    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);
}

/* gig style */


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

.single-gig-item .thumb .price-wrap {
    position: absolute;
    left: 20px;
    top: 20px;
    padding: 10px 20px;
    background-color: var(--main-color-one);
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}

.single-gig-item .thumb .order-btn {
    position: absolute;
    right: 20px;
    top: 20px;
    background-color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .2);
    line-height: 42px;
    text-align: center;
    color: var(--main-color-one);
}

.single-gig-item {
    background: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .05);
    border-radius: 20px;
    margin-bottom: 30px;
}

.single-gig-item .content {
    padding: 25px;
}

.single-gig-item .thumb img {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

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

.single-gig-item .content .title {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    transition: all 300ms;
    margin-bottom: 20px
}

.single-gig-item .content p {
    margin-bottom: 0;
}

/* gig single */
.single-gig-details .gallery-wrap .thumbnail {
    position: relative;
}

.single-gig-details .gallery-wrap .thumbnail .hover {
    position: absolute;
    right: 20px;
    top: 20px;
    color: var(--main-color-one);
}

.single-gig-details .gallery-wrap .thumbnail-gallery-carousel {
    position: relative;
    /*z-index: 0;*/
}

.single-gig-details .gallery-wrap .thumbnail-gallery-carousel:hover .prev-arrow,
.single-gig-details .gallery-wrap .thumbnail-gallery-carousel:hover .next-arrow,
.single-gig-details .gallery-wrap .thumbnail-navigator:hover .prev-arrow,
.single-gig-details .gallery-wrap .thumbnail-navigator:hover .next-arrow {
    visibility: visible;
    opacity: 1;
}

.single-gig-details .gallery-wrap .thumbnail-gallery-carousel .prev-arrow,
.single-gig-details .gallery-wrap .thumbnail-gallery-carousel .next-arrow,
.single-gig-details .gallery-wrap .thumbnail-navigator .prev-arrow,
.single-gig-details .gallery-wrap .thumbnail-navigator .next-arrow {
    position: absolute;
    left: 10px;
    top: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: var(--secondary-color);
    display: inline-block;
    z-index: 1;
    cursor: pointer;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    transition: all 300ms;
    transform: translateY(-50%);
}

.single-gig-details .gallery-wrap .thumbnail-navigator .next-arrow,
.single-gig-details .gallery-wrap .thumbnail-gallery-carousel .next-arrow {
    left: auto;
    right: 10px;
}

.single-gig-details .gallery-wrap .thumbnail-gallery-carousel .prev-arrow:hover,
.single-gig-details .gallery-wrap .thumbnail-gallery-carousel .next-arrow:hover,
.single-gig-details .gallery-wrap .thumbnail-navigator .prev-arrow:hover,
.single-gig-details .gallery-wrap .thumbnail-navigator .next-arrow:hover {
    background-color: var(--main-color-one);
}

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

.single-thumbnail-navigator {
    padding: 0 20px;
}

.single-gig-details .content-area {
    margin-top: 40px;
}

.single-gig-details .faq-area-wrapper {
    margin-top: 60px;
}

.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;
}

.price-plan-wrapper .nav-tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    border: none;
}

.price-plan-wrapper .nav-tabs .nav-item {
    display: inline-block;
    width: calc(100% / 3);
    border: none;
}

.price-plan-wrapper .nav-tabs .nav-item .nav-link {
    border: none;
    border-radius: 0;
    padding: 0;
    text-align: center;
    height: 40px;
    line-height: 40px;
    text-transform: capitalize;
    font-weight: 600;
}

.price-plan-wrapper {
    background-color: #eee;
}

.price-plan-wrapper .tab-content {
    padding: 30px;
}

.price-plan-wrapper .nav-tabs .nav-item  {
    border: none;
    background-color: var(--main-color-one);
    color: #fff;
}

.price-plan-wrapper .nav-tabs {
    border-bottom: 1px solid #e2e2e2;
}

.price-plan-wrapper .nav-tabs .nav-item + .nav-item {
    border-left: 1px solid #e2e2e2;
}

.gig-price-plan .price-wrap {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    color: var(--heading-color);
    margin-bottom: 20px;
    text-align: center;
}

.gig-price-plan .description {
    margin-bottom: 20px;
    text-align: center;
}

.gig-price-plan .feature-list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 30px;
    margin-bottom: 30px;
    
}

.gig-price-plan .feature-list li + li {
    margin-top: 0px;
}

.gig-price-plan .feature-list li:before {
    position: static;
    left: 0;
    padding-right: 10px;
    content: "\f00c";
    font-family: "fontawesome";
    color: #1dbf73;
    font-weight: 900;
}

.gig-price-plan .delivery-time, .gig-price-plan .revisions {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    color: var(--heading-color);
    opacity: .8;
    text-align: center;
}

.gig-price-plan .boxed-btn {
    margin-top: 30px;
    padding: 10px 30px;
    border-radius: 0;
    font-weight: 500;
    font-size: 14px;
}
.gig-price-plan.order-page {
    background-color: #eee;
    padding: 30px;
    border-radius: 3px;
}

.gig-price-plan.order-page .title {
    font-size: 26px;
    line-height: 36px;
    font-weight: 600;
    text-transform: capitalize;
}
.login-form.gig-page h4 {
    font-size: 30px;
    line-height: 40px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 40px;
}

.login-form.gig-page {
    max-width: 400px;
}
.gig_order_form input {
    height: 50px;
    border: 1px solid #e2e2e2;
}

.gig_order_form input[type="file"] {
    border: none;
}

.gig_order_form label {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}

.gig_order_form textarea {
    border: 1px solid #e2e2e2;
}

.gig_order_form textarea:focus {
    outline: none;
    box-shadow: none;
}
/* admin bar */
.mlotfi_admin_bar {
    background-color: #333;
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
}

.mlotfi_admin_bar .left-content-part ul li a:hover {
    color: var(--main-color-one);
}

.mlotfi_admin_bar .left-content-part ul li a {
    transition: all 300ms;
}

.mlotfi_admin_bar .left-content-part ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
}

.mlotfi_admin_bar .left-content-part ul li {
    color: rgba(255, 255, 255, .8);
    display: inline-block;
}

.mlotfi_admin_bar .left-content-part ul li + li {
    margin-left: 20px;
}


.mlotfi_admin_bar .right-content-part .author-details-wrap {
    position: relative;
}

.mlotfi_admin_bar .right-content-part .author-details-wrap h6 {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0;
    cursor: pointer;
}

.mlotfi_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;
}

.mlotfi_admin_bar .right-content-part .author-details-wrap .author-link a {
    padding: 5px 20px;
    display: block;
    transition: all 300ms;
}

.mlotfi_admin_bar .right-content-part .author-details-wrap .author-link a:hover {
    color: var(--main-color-one);
}


.mlotfi_admin_bar .right-content-part .author-details-wrap:hover .author-link {
    visibility: visible;
    opacity: 1;
}

.mlotfi_admin_bar .right-content-part .author-details-wrap h6:hover,
.mlotfi_admin_bar .right-content-part .author-details-wrap:hover h6 {
    color: var(--main-color-one);
}

/* cart */
.cart-icon-wrap {
    position: fixed;
    right: 80px;
    top: 30%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: var(--main-color-one);
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
}

.cart-icon-wrap .badge {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 26px;
    background-color: #fbc62f;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
}

/* 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: #000;
}

.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: #000;
    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: #fff;
}

.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 */
@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;
    }
}


.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;
}
/* gig order page */
.gig-order-success-page-wrap h4 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 30px;
}

.gig-order-success-page-wrap .gigs-info-wrap .billing-info-wrap {
    margin-bottom: 50px;
}

.gig-order-success-page-wrap .gigs-info-wrap .billing-info-wrap ul {
    margin: 0;
    padding: 0;
    padding-left: 20px;
}
.gig-price-plan.order-page h2 {
    font-size: 36px;
    line-height: 50px;
    font-weight: 600;
    margin-bottom: 30px;
    border-bottom: 1px solid #e2e2e2;
}

/* 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: 250px;
}
/* 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 #50bfea;
    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: 450px;
}
.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: 20px;
}
.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: 330px;
}

.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: #50bfea;
}

.discount-modal-content-wrapper .right-content-warp p {
    font-size: 16px;
    line-height: 26px;
    color: #656565;
}

.discount-modal-content-wrapper .right-content-warp .btn-boxed {
    display: inline-block;
    background-color: #ffc800;
    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: #1d14c7;
}

.discount-modal-content-wrapper #countdown {
    display: flex;
}

.discount-modal-content-wrapper .nx-singular-countdown-item {
    width: calc(100% / 4 - 10px);
    background-color: #1d14c7;
}

.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;
}

/* image gallery */

.gallery-masonry-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    margin-bottom: 40px;
}

.gallery-masonry-nav li {
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    cursor: pointer;
}

.gallery-masonry-nav li + li {
    margin-left: 20px;
}

.gallery-masonry-nav li.active {
    color: var(--charity-color);
}
.single-image-gallery-item .thumb {
    position: relative;
}

.single-image-gallery-item .thumb .hover {
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.3);
    width: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: 300ms all;
}

.single-image-gallery-item .thumb .hover a {
    transition: 300ms all;
    font-size: 20px;
}

.single-image-gallery-item .thumb .hover a:hover {
    color: var(--charity-color);
}

.single-image-gallery-item .thumb:hover .hover {
    visibility: visible;
    opacity: 1;
}

/* event single countdown */

.counterdown-wrap.event-page #event_countdown {
    display: flex;
    margin-bottom: 30px;
}

.counterdown-wrap.event-page #event_countdown > div {
    width: calc( 100% / 4);
    background-color: var(--main-color-one);
    margin: 5px;
    text-align: center;
    padding: 10px 10px;
}

.counterdown-wrap.event-page #event_countdown > div .label {
    display: block;
    text-transform: capitalize;
    font-size: 14px;
    color: rgba(255,255,255,.8);
    font-weight: 500;
    line-height: 20px;
}

.counterdown-wrap.event-page #event_countdown > div .time {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
}
.job-apply-form-wrapper textarea.form-control {
    min-width: 150px;
    padding: 20px;
    border: 1px solid #e2e2e2;
}
.counterdown-wrap.event-page #event_countdown > div {
    border: none;
    height: auto;
    border-radius: 0;
}

.counterdown-wrap.event-page #event_countdown > div:after {
    display: none;
}
.footer-area.inner-page .footer-top {
    margin-top: 0 !important;
    padding-top: 100px!important;
}
.job-apply-form-wrapper textarea.form-control {
    min-height: 160px;
}

.job-apply-form-wrapper textarea.form-control:focus {
    outline: none;
    box-shadow: none;
}
/* 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;
}
.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: 30px;
    color: var(--main-color-one);
}

.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;
}

/* navbar */
.navbar-area .nav-container {
    background-color: transparent;
    box-shadow: none;
    padding: 0;
}
.navbar-area.nav-fixed {
    background-color: #f2f2f2;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children {
     z-index: initial;
}
/* cart icon badge design */
.navbar-area .nav-container .nav-right-content ul li.cart a:hover .pcount ,
.mobile-cart a:hover .pcount {
    color: #fff;
}
.mobile-cart a{
    color: #fff;
    display: none;
}

.navbar-area .nav-container .nav-right-content ul li.cart,
.mobile-cart a{
    position: relative;
}

.navbar-area .nav-container .nav-right-content ul li.cart .pcount,
.mobile-cart a .pcount {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--main-color-one);
    font-size: 13px;
    font-weight: 700;
    color: #fff;
}
/* header slider */
.product-home-header-area.style-03 .title {
    font-size: 45px;
    line-height: 55px;
    font-weight: 700;
    margin-bottom: 20px;
}

.product-home-header-area.style-03 p {
    font-size: 16px;
    line-height: 30px;
}

.product-home-header-area.style-03 .btn-wrapper .boxed-btn {
    border-radius: 4px;
    background-color: var(--secondary-color);
}

.product-home-header-area.style-03 .btn-wrapper .boxed-btn:hover {
    background-color: var(--main-color-one);
    color: #fff;
}
.product-home-header-area {
    padding: 140px 0 250px;
}

.product-home-header-wrapper {
    position: relative;
}

.product-home-header-wrapper:before {
    position: absolute;
    left: -230px;
    top: 0;
    width: 420px;
    height: 420px;
    content: '';
    border: 60px solid #f5f5f5;
    border-radius: 50%;
    z-index: -1;
}
.product-home-header-wrapper:after {
    position: absolute;
    right: -800px;
    top: -850px;
    width: 1600px;
    height: 1600px;
    content: '';
    background-color: #f5f5f5;
    border-radius: 50%;
    z-index: -1;
}
.product-home-header-area .right-image-wrap {
    position: absolute;
    right: 50px;
    top: 100px;
}


/* category slider */
.single-category-item .thumb img {
    width: auto;
    margin: 0 auto;
    margin-bottom: 20px;
}

.single-category-item {
    background-color: #f5f5f5;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
}

.single-category-item .content .title:hover {
    color: var(--main-color-one);
}
.single-category-item .content .title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
    font-weight: 700;
    transition: all 300ms;
}

.product-category-carousel .owl-nav div ,
.feature-product-slider .owl-nav div
{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 32px;
    background-color: var(--secondary-color);
    color: #fff;
    border-radius: 3px;
    transition: 300ms all;
    visibility: hidden;
    opacity: 0;
}

.feature-product-slider .owl-nav div:hover ,
.product-category-carousel .owl-nav div:hover {
    background-color: var(--main-color-one);
    color: #fff;
}

.product-category-carousel .owl-nav div.owl-next ,
.feature-product-slider .owl-nav div.owl-next
{
    left: auto;
    right: 0;
}

.product-category-carousel:hover .owl-nav div ,
.feature-product-slider:hover .owl-nav div
{
    visibility: visible;
    opacity: 1;
}

.product-category-carousel:hover .owl-nav div.owl-next ,
.feature-product-slider:hover .owl-nav div.owl-next
{
    right: -20px;
}

.product-category-carousel:hover .owl-nav div.owl-prev ,
.feature-product-slider:hover .owl-nav div.owl-prev
{
    left: -20px;
}
/* featured products */
.single-feature-product .thumb {
    position: relative;
}

.single-feature-product .thumb .tag {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 10px;
    background-color: #5b626b;
    color: #fff;
    font-size: 14px;
}
.single-feature-product .thumb .hover {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 300ms;
}

.single-feature-product .thumb .hover .addtocart {
    display: inline-block;
    padding: 8px 22px;
    background-color: var(--secondary-color);
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    transition: all 300ms;
}

.single-feature-product .thumb .hover .addtocart:hover {
    background-color: var(--main-color-one);
    color: #fff;
}

.single-feature-product:hover .thumb .hover {
    visibility: visible;
    opacity: 1;
}
.single-feature-product .content {
    padding-top: 25px;
}

.single-feature-product .content .title {
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    transition: all 300ms;
}

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

.single-feature-product .content .bottom-part {
    display: flex;
    justify-content: space-between;
}

.single-feature-product .content .bottom-part .price-wrap {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: var(--heading-color);
    opacity: .6;
}

/* decorate area */

.decorate-area {
    position: relative;
    margin-top: 130px;
    margin-bottom: 150px;
}

.decorate-area .right-image-wrap {
    position: absolute;
    right: 60px;
    top: -50%;
}

.decorate-area .left-content-wrpper {
    padding-right: 80px;
}

.decorate-area .left-content-wrapper {
    padding-right: 60px;
}

.decorate-area .left-content-wrapper .title {
    font-size: 36px;
    line-height: 45px;
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;
}

.decorate-area .left-content-wrapper .title:after {
    position: absolute;
    left: -80px;
    top: -80px;
    width: 200px;
    height: 200px;
    background-color: #f4f4f4;
    content: '';
    border-radius: 50%;
    z-index: -1;
    /* opacity: .7; */
}

.decorate-area .left-content-wrapper p {
    font-size: 16px;
    line-height: 30px;
}
.decorate-area .right-image-wrap:after {
    position: absolute;
    right: -200px;
    top: -60px;
    width: 630px;
    height: 630px;
    border: 80px solid #f4f4f4;
    content: "";
    border-radius: 50%;
    z-index: -1;
}

/* latest items area */
.latest-product-filter-nav {
    text-align: center;
    margin-bottom: 40px;
}
.latest-product-filter-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.latest-product-filter-nav ul li {
    display: inline-block;
    cursor: pointer;
}

.latest-product-filter-nav ul li+li {
    margin-left: 20px;
}

.latest-product-filter-nav ul li.active{
    color: var(--main-color-one);
}
.latest-product-masonry .single-feature-product .content .title{
    font-size: 18px;
    line-height: 26px;
}
.single-carousel.product-home:hover img{
    filter: grayscale(0%);
}
.single-carousel.product-home img{
    transition: all 300ms;
    filter: grayscale(100%);
}

/* testimonial area */
.product-section-title {
    position: relative;
}

.product-section-title:after {
    position: absolute;
    left: -80px;
    top: -80px;
    width: 200px;
    height: 200px;
    background-color: #f4f4f4;
    content: '';
    border-radius: 50%;
    z-index: -1;
}

.product-section-title .title {
    font-size: 36px;
    line-height: 46px;
    font-weight: 600;
    margin-bottom: 30px;
}

.product-section-title p {
    font-size: 16px;
    line-height: 30px;
}

.single-carousel-item-08 {
    box-shadow: 0 0 40px 0 rgba(0,0,0,.05);
    padding: 40px 30px;
    margin: 30px;
    border-radius: 20px;
}

.single-carousel-item-08 .top-part {
    display: flex;
    margin-bottom: 40px;
}

.single-carousel-item-08 .top-part .thumb img {
    border-radius: 50%;
}

.single-carousel-item-08 .top-part .thumb {
    margin-right: 20px;
}

.single-carousel-item-08 .top-part .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.single-carousel-item-08 .top-part .content .title {
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}

.single-carousel-item-08 .top-part .content .designation {
    font-size: 14px;
}
.single-carousel-item-08 .bottom-part {
    display: flex;
}

.single-carousel-item-08 .bottom-part p {
    margin-bottom: 0;
}

.single-carousel-item-08 .bottom-part i {
    font-size: 30px;
    margin-right: 20px;
}

.single-carousel-item-08 .bottom-part p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0;
}
.testimonial-area .left-content-wrapper {
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
}
.testimonial-carousel-08 .owl-nav {
    display: flex;
    justify-content: center;
}

.testimonial-carousel-08 .owl-nav div {
    margin: 0 10px;
    transition: all 300ms;
}

.testimonial-carousel-08 .owl-nav div:hover {
    color: var(--main-color-one);
}

/* cta area */
.cta-inner-area {
    background-color: #383838;
    border-radius: 15px;
    padding: 80px 120px;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 0;
    overflow:hidden;
}
.cta-inner-area:after {
    position: absolute;
    right: -180px;
    top: -60px;
    width: 400px;
    height: 400px;
    background-color: #424242;
    content: '';
    border-radius: 50%;
    z-index: -1;
}

.cta-inner-area .left-content {
    width: 50%;
    margin-right: 40px;
}

.cta-inner-area .left-content .title {
    font-size: 40px;
    line-height: 46px;
    font-weight: 700;
    color: #fff;
}
.newsletter-form-wrap .form-group .form-control {
    width: 100%;
    padding-right: 70px;
}

.cta-inner-area .right-content {
    width: 50%;
    display: flex;
    align-items: center;
}

.cta-inner-area .right-content .newsletter-form-wrap {
    width: 100%;
}

.cta-inner-area .right-content .newsletter-form-wrap input::placeholder {
    opacity: .5;
}

.cta-inner-area .right-content .newsletter-form-wrap .submit-btn {
    width: 40px;
    height: 40px;
    background-color: #202020;
    line-height: 30px;
    font-size: 14px;
    padding: 0;
    border-radius: 5px;
    color: #fff;
    top: 5px;
    right: 8px;
}
.cta-inner-area:before {
    position: absolute;
    left: -70px;
    top: -70px;
    width: 300px;
    height: 300px;
    border: 50px solid #424242;
    border-radius: 50%;
    content: '';
    z-index: -1;
}

.footer-area.home-page-08 .footer-top {
    background-color: #f4f4f4;
    margin-top: -100px;
    padding-top: 200px;
}

.whats-app {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 3px 4px 3px #999;
    left: 15px;
    z-index: 100;
}

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


* {
  box-sizing: border-box;
  text-align: center;
  
}

/* Create three columns of equal width */
.columns {
  float: left;
  width: 33.3%;
  padding: 8px;
}

/* Style the list */
.price {
  list-style-type: none;
  border: 1px solid #eee;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* Add shadows on hover */
.price:hover {
  box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

/* Pricing header */
.price .header {
  background-color: #111;
  color: white;
  font-size: 25px;
}

/* List items */
.price li {
  border-bottom: 1px solid #eee;
  padding: 20px;
  text-align: center;
}

/* Grey list item */
.price .grey {
  background-color: #eee;
  font-size: 20px;
}

/* The "Sign Up" button */
.button {
  background-color: #04AA6D;
  border: none;
  color: white;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
}

/* Change the width of the three columns to 100%
(to stack horizontally on small screens) */
@media only screen and (max-width: 600px) {
  .columns {
    width: 100%;
  }
}