
@media screen and (min-width: 992px) {
li.has-mega-menu:hover>ul {
grid-template-columns: repeat(auto-fit,minmax(33.3333%, 1fr));
}
}

@media screen and (min-width: 1200px) {
li.has-mega-menu:hover>ul {
grid-template-columns: repeat(auto-fit,minmax(25%, 1fr));
}
}

@media screen and (min-width: 600px) {
li.mega-menu-column {
width: 100%;
max-width: 100%;
min-height: 1px;
padding: 10px 25px;
flex: 1 0 calc(50%);
}
}

@media screen and (min-width: 992px) {
li.mega-menu-column {
flex: 1 0 calc(33.333%);
}
}

.main-menu .has-sub .mega-menu-column li {
flex: 1 0 calc(25%);
border: none;
}

.menu .children {
display: none;
position: absolute;
background-color: #ffff;
min-width: 250px;
z-index: 1;
transition: all 0.3s ease-in-out;
margin-top: 15px;
border-top: 4px solid #fd4b38;
box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
-webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}

.menu .sub-menu li, .menu .children li {
margin-left: 0 !important;
float: left;
border-bottom: 1px solid #ddd;
width: 100%;
text-align: left;
}

.main-menu .sub-menu li a, .menu .children li a {
padding: 15px;
color: #000;
}

.menu .menu-item-has-children:hover > ul,.menu .page_item_has_children:hover > ul {
display: block;
margin-top: 0px;
}

.main-menu ul li.page_item {
margin-left: 15px;
}

.main-menu ul li.page_item::after {
display: none;
}

.main-menu ul li.page_item.current_page_item {
margin-left: 50px;
}

.main-menu ul li.page_item.current_page_item::after {
display: block;
}

/* 22. Theme sidebar widge css */
.sidebar-widget a {
color: #777;
}

.tag-cloud-link {
font-size: 14px !important;
border: 1px solid #e4e4e4;
padding: 10px 19px !important;
display: inline-block;
margin: 5px 1px !important;
text-transform: capitalize;
float: none !important;
width: auto !important;
}

.tag-cloud-link:hover {
border: 1px solid #fd4b38;
color: #6a6a6a;
}

.widget_text img {
height: auto;
}

.sidebar-widget select {
width: 100%;
padding: 3px 0;
border: 2px solid #e4e4e4;
}

.recentcomments a {
color: #00173c;
}

.sidebar-widget a.rsswidget {
color: #00173c;
}

#wp-calendar caption {
color: #00173c;
font-weight: 500;
font-size: 14px;
}

.quote-post {
background: url(../images/quote_bg.png);
}

.widget_media_image a:hover {
padding-left: 0 !important;
}

.sidebar-widget .widget li {
padding-bottom: 5px;
border-bottom: 1px solid #e4e4e4;
padding-top: 5px;
float: left;
width: 100%;
min-height: 42px;
}

.sidebar-widget .widget a {
width: 100%;
text-align: left;
line-height: 28px;
margin-bottom: -26px;
position: relative;
z-index: 2;
}

.sidebar-widget .widget li .children {
border-top: 1px solid #e4e4e4;
margin-top: 10px;
padding-bottom: 0px;
display: inline-block;
width: 100%;
}

.sidebar-widget .widget li.page_item_has_children, {
padding-bottom: 0;
}

.sidebar-widget .widget .children {
padding-left: 15px;
}

.sidebar-widget .widget .children ul.children {
padding-left: 30px;
}

.sidebar-widget .page_item_has_children li {
padding-top: 10px;
display: block;
}

.sidebar-widget .widget .children li {
padding-top: 10px;
}

.sidebar-widget .widget .children .children li {
padding-top: 10px;
}

.sidebar-widget .widget li:last-child,.sidebar-widget .widget .children li:last-child,.sidebar-widget .widget .children .children li:last-child {
border-bottom: none;
padding-bottom: 0;
margin-bottom: 0;
}

.sticky .bsingle__content,.tag-sticky-2 {
background: #e4e4e4;
}

.sticky .bsingle__content .meta-info ul {
padding-top: 40px;
border-top: 2px solid #e8e8e8;
display: inline-block;
width: 100%;
padding-left: 0;
}

.sticky .bsingle__content ul li {
margin-bottom: 0;
list-style: disc;
margin-left: 0;
border-color: #e8e8e8;
}

#attachment_907 {
width: 100% !important;
}

.wp-image-907 {
width: 100% !important;
height: auto;
}

.sidebar-widget .widget a {
width: 85%;
text-align: left;
}

.sidebar-widget .widget a:hover {
padding-left: 10px;
}

.sidebar-widget .widget .widget_archive li:hover,.widget_categories li:hover,.sidebar-widget .widget_archive li:hover {
color: #fd4b38;
}

.post-password-form input[type="password"] {
background: #e4e4e4;
border: none;
width: 300px;
padding: 10px 30px;
}

.post-password-form input[type="submit"] {
border: none;
background: #00173c;
padding: 10px 30px;
color: #ffffff;
font-size: 14px;
cursor: pointer;
}

.post-password-form input[type="submit"]:hover {
background: #fd4b38;
}

.wp-block-cover__video-background {
width: 100%;
}

.sidebar-widget .widget_nav_menu .sub-menu {
padding-left: 15px;
}

.sidebar-widget .widget_nav_menu .sub-menu {
display: block;
position: relative;
margin-top: 5px !important;
border: none;
border-top-color: currentcolor;
border-top-style: none;
border-top-width: medium;
border-top: 1px solid #ddd;
}

.with-avatar .avatar {
border-radius: 50% !important;
display: none !important;
}

.ab-submenu .ab-item img {
display: none !important;
}

.page #comments {
float: left;
width: 100%;
margin-top: 50px;
}

video {
width: 100%;
}

.sidebar-widget .widget_text a:hover {
padding-left: 0;
}

.dsnone {
display: none;
}

.wp-block-media-text__media img {
width: 100%;
}

.wp-block-image .alignleft {
float: left;
margin-right: 1em;
}

.wp-block-image figure.alignright {
margin-left: 1.5em;
}

.wp-block-image .alignright {
float: right;
margin-left: 1em;
}

.wp-block-image img {
max-width: 100%;
}

.wp-block-image:not(.is-style-rounded) img {
border-radius: inherit;
height: auto;
}

.wp-block-columns.alignwide .wp-block-column {
margin-left: 0;
}

.wp-block-column .wp-block-quote {
margin-top: 0;
margin-right: -15px;
float: right;
}

.wp-block-columns.alignwide .wp-block-column {
margin-left: 0;
padding-right: 15px;
}

.wp-block-gallery.columns-2 li {
width: 48%;
padding: 10px;
}

.blocks-gallery-item img {
margin: 0 1em 1em 0;
margin-right: 1em;
display: flex;
flex-grow: 1;
flex-direction: column;
justify-content: center;
position: relative;
align-self: flex-start;
width: calc(50% - 1em);
}

.wp-block-image figcaption {
margin-top: .5em;
margin-bottom: 1em;
font-weight: 400;
color: #777;
}

.wp-block-galler {
overflow: hidden;
display: inline-block;
position: relative;
width: 100%;
}

.blocks-gallery-item {
margin: 0;
position: relative;
}

.blocks-gallery-item img, .blocks-gallery-item img:hover {
background: 0 0;
border: none;
box-shadow: none;
max-width: 100%;
padding: 0;
vertical-align: middle;
}

.blocks-gallery-item figcaption {
background: #eee;
background: rgba(255,255,255,.8);
color: #333;
font-size: 13px;
font-weight: 400;
overflow: hidden;
padding: 10px 0;
position: absolute;
bottom: 0;
text-indent: 10px;
text-overflow: ellipsis;
width: 100%;
white-space: nowrap;
opacity: 0;
}

.blocks-gallery-item:hover figcaption {
opacity: 1;
}

.wp-block-gallery.columns-3 li {
width: 33.333%;
padding: 10px;
height: 200px;
}

.wp-block-gallery.columns-2 li {
width: 48%;
padding: 10px;
}

.wp-block-gallery {
width: 100%;
float: left;
}

.wp-block-gallery.columns-5 li {
width: auto;
height: auto;
overflow: hidden;
columns: auto;
}

.bsingle__content .alignright {
float: right;
margin-left: 1.5em;
}

.bsingle__content .alignleft {
float: left;
margin-right: 1em;
}

.alignright {
float: right;
margin-left: 1.5em;
}

.alignleft {
float: left;
margin-right: 1em;
}

figure.aligncenter {
width: 100% !important;
text-align: center;
float: left;
}

.aligncenter {
margin: auto;
display: inherit;
}

.page-links {
float: left;
width: 100%;
margin-top: 50px;
}

#comments {
float: left;
width: 100%;
}

.bsingle__content ul,.pages-content ul {
padding-left: 17px;
}

.comment-text ul {
padding-left: 20px;
}

.bsingle__content ul li,.comment-text ul li,.pages-content ul li {
list-style: disc;
}

.bsingle__content table th ,.bsingle__content table td,.comment-text table th ,.comment-text table td,.pages-content table th,.pages-content table td {
border: 1px solid #e4e4e4;
padding: 10px;
}

.bsingle__content table,.comment-text table,.pages-content table {
margin-bottom: 20px;
}

.wp-block-media-text.alignfull.has-media-on-the-right.is-stacked-on-mobile {
padding: 30px;
}

.bsingle__content ol {
padding: 0 0 0 1.5em;
}

.bsingle__content ol li,.comment-text ol li,.pages-content ol li {
list-style: decimal;
}

.bsingle__content figure {
margin: 0 0 1rem;
}

a, h1, h2, h3, h4, h5, h6, p, span {
overflow-wrap: break-word;
}

h1, h2, h3, h4, h5, h6 {
overflow-wrap: break-word;
}

.has-text-color.has-background.has-very-light-gray-color {
color: #fff;
padding: 21px;
}

.wp-block-cover-text {
color: #fff !important;
padding: 30px;
}

.inner-linke-page a,.post-page-numbers {
border: none;
height: 32px;
width: 32px;
display: inline-block;
line-height: 32px;
background: #c5015f;
border-radius: 50%;
color: #fff;
font-weight: 400;
font-size: 14px;
text-align: center;
}

.inner-linke-page a:hover,.post-page-numbers:hover {
color: #ffffff;
background: #010f2e;
}

.inner-linke-page > span,.post-page-numbers.current {
border: none;
height: 32px;
width: 32px;
display: inline-block;
line-height: 32px;
font-weight: 400;
border-radius: 50%;
font-size: 14px;
text-align: center;
background: #010f2e;
color: #ffffff;
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.32);
}

.tag-template img {
width: auto !important;
}

.error-page .error-code {
display: block;
font-size: 150px;
line-height: 150px;
color: #333;
margin-bottom: 20px;
text-shadow: 5px 5px 1px rgba(0,0,0,.1);
}

.error-body a {
margin-top: 30px;
margin-bottom: 100px;
}

.tag-markup-2 li > ul, li > ol, .pages-content li > ul, li > ol {
padding-left: 1.5em;
}

.tag-markup-2 ul li,.tag-markup-2 ol li,.comment-text ul li,.comment-text ol li,.pages-content ul li,.pages-content ol li {
margin-top: 10px;
margin-bottom: 0;
}

.parent-pageid-1725 figure.aligncenter {
margin: 50px 0;
}

.bsingle__content ul ul li, .pages-content ul ul li {
list-style: circle;
}

footer #wp-calendar caption {
color: #fff;
}

ol {
padding-left: 15px;
}

iframe {
width: 100%;
}

.comment-list li {
margin-bottom: 30px;
}

.wp-block-button__link {
border: none;
font-weight: 700;
padding: .76rem 1rem;
outline: none;
outline: none;
display: inline-block;
background: #00173c;
color: #fff !important;
width: auto;
border-radius: 5px;
text-align: center;
margin-bottom: 15px;
}

.wp-block-button.aligncenter .wp-block-button__link {
width: 50%;
display: block;
margin: auto;
}

.wp-block-button.is-style-outline .wp-block-button__link {
background: none;
border: 2px solid #00173c;
color: #00173c !important;
}

.wp-block-button.is-style-squared .wp-block-button__link {
border-radius: 0;
}

.has-2-columns,.has-3-columns,.has-5-columns,.has-6-columns {
float: left;
width: 100%;
}

.has-2-columns .wp-block-column {
float: left;
width: 50%;
padding-right: 20px;
}

.has-3-columns .wp-block-column {
float: left;
width: 33.333%;
padding-right: 20px;
}

.has-5-columns .wp-block-column {
float: left;
width: 20%;
padding-right: 20px;
}

.has-4-columns .wp-block-column {
float: left;
width: 25%;
padding-right: 20px;
}

.has-6-columns .wp-block-column {
float: left;
width: 16.66666666666667%;
padding-right: 20px;
}

.wp-block-media-text.alignwide figure {
float: left;
width: 100%;
margin-right: 20px;
}

.wp-block-media-text.alignwide .has-large-font-size {
font-size: 28px;
color: #00173c;
}

.wp-block-media-text__content {
float: left;
width: 47%;
padding-top: 0;
}

.wp-block-columns.alignwide.has-3-columns blockquote {
margin-top: 0;
padding-left: 20px;
}

.columns-3.is-cropped li {
list-style: none;
float: left;
width: 33.333%;
}

.wp-block-gallery.columns-3.is-cropped.alignfull {
margin-top: 0;
}

.blocks-gallery-grid, .wp-block-gallery {
padding: 0 !important;
}

.wp-block-gallery.alignleft.columns-2.is-cropped li {
float: left;
list-style: none;
}

.wp-block-gallery.alignwide.columns-4.is-cropped li {
float: left;
list-style: none;
width: 25%;
padding: 10px;
}

.wp-block-gallery.columns-6.is-cropped li {
float: left;
width: 16.666%;
height: 129px;
list-style: none;
padding: 10px;
}

.wp-block-gallery.columns-7.is-cropped li {
float: left;
width: 14%;
padding: 10px;
list-style: none;
min-height: 150px;
}

.wp-block-gallery.columns-8.is-cropped li {
float: left;
width: 12%;
padding: 10px;
list-style: none;
min-height: 100px;
}

.wp-block-media-text.alignfull.has-media-on-the-right.is-stacked-on-mobile {
float: left;
}

.wp-block-media-text.alignfull.has-media-on-the-right.is-stacked-on-mobile figure {
float: left;
width: 50%;
margin-right: 20px;
}

.footer-widget .widgettitle,.footer-widget .cat-item,.footer-widget .widget ul li {
text-align: left;
color: #fff;
}

.blog-deatails-box.single .single {
display: none;
}

.redux-footer h2 {
margin-top: 0px;
}

.footer-widget td {
padding: 5px;
text-align: center;
}

.footer-widget table {
width: 100%;
padding: 10px;
background: #f5f5f5;
}

.footer-widget th {
background: #e4e4e4;
padding: 10px 5px;
text-align: center;
color: #00173c;
}

.bsingle__content h1,.bsingle__content h2,.bsingle__content h3,.bsingle__content h4,.bsingle__content h5,.bsingle__content h6 {
line-height: 1.3;
margin-bottom: 20px;
font-weight: 700;
}

.pages-content h1,.pages-content h2,.pages-content h3,.pages-content h4,.pages-content h5,.pages-content h6 {
line-height: 1.3;
margin-bottom: 20px;
font-weight: 700;
}

.comment-list h1,.comment-list h2,.comment-list h3,.comment-list h4,.comment-list h5,.comment-list h6 {
line-height: 1.3;
margin-bottom: 20px;
font-weight: 700;
}

.inner-linke-page {
font-size: 16px;
font-weight: 600;
color: #00173c;
}

.inner-linke-page a {
border: none;
height: 32px;
width: 32px;
display: inline-block;
line-height: 32px;
background: #fd4b38;
border-radius: 50%;
color: #fff;
font-weight: 400;
font-size: 14px;
text-align: center;
}

.inner-linke-page a:hover {
color: #ffffff;
background: #00173c;
}

.inner-linke-page > span {
border: none;
height: 32px;
width: 32px;
display: inline-block;
line-height: 32px;
font-weight: 400;
border-radius: 50%;
font-size: 14px;
text-align: center;
background: #00173c;
color: #ffffff;
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.32);
}

pre {
padding: 30px;
background: #e4e4e4;
}

pre cite {
color: #000;
}

.inner-linke-page {
margin-bottom: 50px;
}

.attachment-aports-featured-large {
width: 100%;
height: auto;
}

.quote-post {
min-height: 200px;
}

/* Here's the new CSS to add... */
.admin-bar .menu-area {
}

.admin-bar .second-header {
}

.admin-bar .sticky-menu {
top: 32px;
margin-top: 0;
}

/* 24. call */
.call-text {
padding: 120px 0 0 60px;
}

.call-area h5 {
color: #fd4b38;
}

.call-area h2 {
color: #fff;
font-size: 58px;
margin-bottom: 30px;
}

.call-area h2 span {
color: #fd4b38;
}

.call-area p {
color: #fff;
opacity: 0.9;
}

.number {
font-size: 55px;
font-weight: 600;
color: #fd4b38;
}

/* Shop */
.shop-area select {
padding: 10px;
}

.product__img {
position: relative;
}

.product__img img {
width: 100%;
}

.product:hover .product-action a {
margin: 0 5px;
opacity: 1;
visibility: visible;
}

.product-action {
position: absolute;
left: 0;
right: 0;
bottom: 30px;
}

.product-action a {
display: inline-block;
background: #ffffff;
line-height: 40px;
color: #a39fb4;
margin: 0 8px;
opacity: 0;
visibility: hidden;
border-radius: 5px;
padding: 0 20px;
}

.product-action a:hover {
background: #fd4b38;
color: #ffffff;
}

.pro-cat {
margin-bottom: 15px;
display: block;
}

.pro-cat a {
color: #fd4b38;
font-size: 14px;
letter-spacing: 2px;
text-transform: uppercase;
}

.pro-title {
margin-bottom: 12px;
}

.pro-title a {
font-size: 24px;
}

.pro-title a:hover {
color: #fd4b38;
}

.price span {
color: #595B6B;
font-size: 14px;
display: inline-block;
margin: 0 5px;
}

.price span.old-price {
color: #b5b5b5;
text-decoration: line-through;
}

.product-showing p {
margin: 0;
border: 2px solid #eaedff;
padding: 17px 30px;
text-align: center;
line-height: 1;
display: inline-block;
text-transform: uppercase;
font-size: 12px;
letter-spacing: 2px;
font-weight: 500;
}

@media (max-width: 767px) {
.product-showing p {
padding: 17px 15px;
}
}

.pro-filter {
position: relative;
display: inline-block;
}

@media (max-width: 767px) {
.pro-filter {
float: left;
}
}

.img, img {
max-width: 100%;
transition: all 0.3s ease-out 0s;
}

.pro-filter select {
border: 2px solid #eaedff;
padding: 17px 30px;
display: inline-block;
text-transform: uppercase;
font-size: 12px;
letter-spacing: 2px;
line-height: 1;
color: #6f7172;
appearance: none;
-moz-appearance: none;
width: 145px;
font-weight: 500;
}

.pro-filter .nice-select {
-webkit-tap-highlight-color: transparent;
background-color: #fff;
border-radius: 0;
border: solid 1px #e8e8e8;
box-sizing: border-box;
clear: both;
cursor: pointer;
display: block;
float: left;
font-family: inherit;
font-size: 14px;
font-weight: normal;
height: 50px;
line-height: 48px;
outline: none;
padding-left: 18px;
padding-right: 30px;
position: relative;
text-align: left !important;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
white-space: nowrap;
width: auto;
}

.pro-filter::before {
content: "\f107";
right: 15px;
top: 15px;
position: absolute;
color: #758799;
font-family: "Font Awesome 5 Free";
font-weight: 600;
}

.shop-tab ul li {
margin-left: 20px;
}

@media (max-width: 767px) {
.shop-tab ul li {
margin-left: 10px;
}
}

.shop-tab ul li a {
font-size: 14px;
font-weight: 500;
color: #6f7172;
letter-spacing: 2px;
padding: 0;
text-transform: uppercase;
position: relative;
height: 50px;
width: 50px;
border-radius: 50%;
background: #f6f6ff;
line-height: 51px;
text-align: center;
}

.shop-tab ul li a.active {
color: white;
background: #8fb569;
}

.shop-thumb-tab {
width: 160px;
float: right;
}

@media (max-width: 767px) {
.shop-thumb-tab {
float: none;
width: 100%;
margin-bottom: 0;
}
}

@media (max-width: 767px) {
.shop-thumb-tab ul {
margin: 0 -5px;
}
}

.shop-thumb-tab ul li {
margin-bottom: 20px;
}

@media (max-width: 767px) {
.shop-thumb-tab ul li {
width: 33.33%;
float: left;
padding: 0 5px;
}
}

.shop-thumb-tab ul li a {
padding: 0;
}

.product-details-img {
margin-right: 180px;
overflow: hidden;
}

@media (max-width: 767px) {
.product-details-img {
margin-left: 0;
}
}

.product-details-title p {
color: #6a667b;
font-size: 12px;
text-transform: uppercase;
font-weight: 500;
letter-spacing: 1px;
margin-bottom: 10px;
}

.product-details-title h1 {
font-size: 40px;
margin: 0;
line-height: 1.2;
letter-spacing: -2px;
margin-bottom: 15px;
}

@media (max-width: 767px) {
.product-details-title h1 {
font-size: 36px;
}
}

.details-price span {
color: #fd4b38;
font-size: 20px;
font-weight: 400;
margin-left: 0;
margin-right: 10px;
}

.details-price {
border-bottom: 2px solid #eaedff;
}

.product-cat span {
text-transform: uppercase;
font-size: 14px;
font-weight: 500;
color: #100d1c;
}

.product-cat a {
text-transform: uppercase;
font-size: 14px;
font-weight: 500;
letter-spacing: 2px;
}

.product-cat a:hover {
color: #8fb569;
}

.product-social a {
margin-right: 10px;
background: #f5f5ff;
height: 50px;
width: 50px;
line-height: 48px;
border-radius: 30px;
color: #6f7172;
display: inline-block;
text-align: center;
font-size: 14px;
}

@media (max-width: 767px) {
.product-social a {
margin-bottom: 10px;
}
}

.product-social a:hover {
background: #8fb569;
color: #ffffff;
}

.plus-minus {
display: inline-block;
}

@media (max-width: 767px) {
.plus-minus {
display: block;
margin-bottom: 15px;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.plus-minus {
display: inline-block;
margin-bottom: 0;
}
}

.action-btn {
background: #8fb569;
padding: 20px 25px;
border: none;
margin-left: 15px;
color: #ffffff;
display: inline-block;
}

.action-btn:hover {
background: #fd4b38;
color: #ffffff;
}

.product-action-list {
overflow: hidden;
}

.product-action-list a {
float: left;
}

@media (max-width: 767px) {
.product-action-list a.btn {
padding: 23px 30px;
margin-bottom: 7px;
}
}

@media (max-width: 767px) {
.product-action-list a.action-btn {
margin-left: 5px;
margin-bottom: 7px;
}
}

.cart-plus-minus input {
height: 60px;
width: 100px;
border: 0;
border: 2px solid #eaedff;
text-align: center;
-moz-appearance: none;
appearance: none;
}

.cart-plus-minus {
display: inline-block;
position: relative;
margin-right: 15px;
}

.cart-plus-minus .qtybutton {
position: absolute;
top: 15px;
left: 17px;
font-size: 20px;
color: #c4bedd;
cursor: pointer;
}

.cart-plus-minus .inc {
left: auto;
right: 17px;
}

.additional-info .table td, .additional-info .table th {
padding: .75rem 0;
vertical-align: top;
border-top: 1px solid #e4e4e4;
font-weight: 400;
}

.shop-cat a {
padding: 45px 30px;
border: 2px solid #eaedff;
display: block;
}

.shop-cat a i {
font-size: 100px;
color: #8fb569;
margin-bottom: 30px;
transition: .3s;
}

.shop-cat a h4 {
text-transform: uppercase;
font-size: 16px;
font-weight: 600;
font-family: "Poppins", sans-serif;
transition: .3s;
letter-spacing: 1px;
}

.shop-cat a:hover {
background: #8fb569;
border-color: #8fb569;
}

.shop-cat a:hover i {
color: #ffffff;
}

.shop-cat a:hover h4 {
color: #ffffff;
}

.product-list-content .price span:first-child {
margin-left: 0;
}

.bakix-details-tab ul {
border-bottom: 2px solid #e1e1e1;
}

.bakix-details-tab ul li a {
font-size: 16px;
font-weight: 500;
color: #00173c;
letter-spacing: 2px;
padding: 0;
text-transform: capitalize;
position: relative;
padding: 0 25px;
}

@media (max-width: 767px) {
.bakix-details-tab ul li a {
padding: 0 10px;
}
}

.bakix-details-tab ul li a.active {
color: #fd4b38;
}

.bakix-details-tab ul li a.active:before {
position: absolute;
bottom: -32px;
left: 0;
height: 2px;
width: 100%;
content: "";
background: #fd4b38;
transition: .3s;
}

@media (max-width: 767px) {
.bakix-details-tab ul li a.active:before {
display: none;
}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
.bakix-details-tab ul li a.active:before {
display: block;
}
}

/* Cart */
.table-content table {
background: #ffffff;
border-color: #eaedff;
border-radius: 0;
border-style: solid;
border-width: 1px 0 0 1px;
text-align: center;
width: 100%;
margin-bottom: 0;
}

.table-content table td.product-name {
font-size: 16px;
font-weight: 400;
text-transform: capitalize;
}

.table-content table td.product-name a:hover {
color: #fd4b38;
}

.table-content table td {
border-top: medium none;
padding: 20px 10px;
vertical-align: middle;
font-size: 16px;
}

.table-content table th, .table-content table td {
border-bottom: 1px solid #eaedff;
border-right: 1px solid #eaedff;
}

.product-quantity input {
border: none;
color: #6f7172;
font-size: 14px;
font-weight: normal;
border: 0;
}

.table td, .table th {
border-top: 1px solid #eaedff;
}

.product-quantity > input {
width: 80px;
border-radius: 3px;
}

.table-content table td.product-subtotal {
font-size: 16px;
}

.table-content table td .cart-plus-minus {
float: none;
margin: 0 auto;
}

.coupon-all {
margin-top: 50px;
}

.coupon {
float: left;
}

@media (max-width: 767px) {
.coupon {
float: none;
}
}

#coupon_code {
height: 62px;
border: 2px solid #eaedff;
padding: 0 15px;
margin-right: 10px;
}

@media (max-width: 767px) {
#coupon_code {
margin-bottom: 15px;
}
}

.coupon2 {
float: right;
}

@media (max-width: 767px) {
.coupon2 {
float: none;
margin-top: 15px;
}
}

.cart-page-total {
padding-top: 50px;
}

.cart-page-total > h2 {
font-size: 25px;
margin-bottom: 20px;
text-transform: capitalize;
}

.cart-page-total > ul {
border: 1px solid #eaedff;
}

.cart-page-total > ul > li {
list-style: none;
font-size: 15px;
color: #6f7172;
padding: 10px 30px;
border-bottom: 1px solid #eaedff;
font-weight: 400;
}

.cart-page-total ul > li > span {
float: right;
}

.cart-page-total li:last-child {
border-bottom: 0;
}

td.product-thumbnail img {
width: 125px;
}

/*Checkout */
.coupon-accordion h3 {
background-color: #fff1f0;
border-top: 3px solid #fd4b38;
font-size: 14px;
font-weight: 400;
margin: 0 0 25px;
padding: 1em 2em 1em 3.5em;
position: relative;
width: auto;
}

.coupon-accordion h3::before {
content: "\f07b";
left: 15px;
top: 13px;
position: absolute;
color: #6f7172;
font-family: "Font Awesome 5 Free";
font-weight: 600;
}

.coupon-accordion span {
color: #6f7172;
cursor: pointer;
transition: .3s;
}

.coupon-accordion span:hover, p.lost-password a:hover {
color: #fd4b38;
}

.coupon-content {
border: 1px solid #eaedff;
display: none;
margin-bottom: 20px;
padding: 30px;
}

.coupon-info p.coupon-text {
margin-bottom: 15px;
}

.coupon-info p {
margin-bottom: 0;
}

.coupon-info p.form-row-first label, .coupon-info p.form-row-last label {
display: block;
color: #6f7172;
}

.coupon-info p.form-row-first label span.required, .coupon-info p.form-row-last label span.required {
color: red;
font-weight: 600;
}

.coupon-info p.form-row-first input, .coupon-info p.form-row-last input {
border: 1px solid #eaedff;
height: 45px;
margin: 0 0 14px;
max-width: 100%;
padding: 0 0 0 10px;
width: 100%;
}

.coupon-info p.form-row input[type="submit"]:hover, p.checkout-coupon input[type="submit"]:hover {
background: #fd4b38none repeat scroll 0 0;
}

.coupon-info p.form-row input[type="checkbox"] {
position: relative;
top: 2px;
}

.form-row > label {
margin-top: 15px;
margin-left: 15px;
color: #6f7172;
}

.buttons-cart input, .coupon input[type="submit"], .buttons-cart a, .coupon-info p.form-row input[type="submit"] {
background: #00173c none repeat scroll 0 0;
border: medium none;
color: #fff;
display: inline-block;
float: left;
font-size: 12px;
font-weight: 600;
height: 40px;
line-height: 40px;
margin-right: 15px;
padding: 0 15px;
text-transform: uppercase;
transition: all 0.3s ease 0s;
}

p.lost-password {
margin-top: 15px;
}

p.lost-password a {
color: #6f6f6f;
}

p.checkout-coupon input[type="text"] {
height: 45px;
padding: 0 15px;
width: 100%;
border: 1px solid #eaedff;
margin-bottom: 15px;
}

.coupon-checkout-content {
display: none;
}

.checkbox-form h3 {
border-bottom: 1px solid #eaedff;
font-size: 26px;
margin: 0 0 20px;
padding-bottom: 10px;
width: 100%;
}

.country-select {
margin-bottom: 30px;
position: relative;
}

.country-select label, .checkout-form-list label {
color: #6f7172;
display: block;
margin: 0 0 5px;
}

.country-select label span.required, .checkout-form-list label span.required {
color: red;
}

.country-select select {
-moz-appearance: none;
border: 1px solid #eaedff;
height: 45px;
padding-left: 10px;
width: 100%;
color: #6f7172;
}

.country-select::before {
content: "\f107";
right: 15px;
top: 38px;
position: absolute;
color: #6f7172;
font-family: "Font Awesome 5 Free";
font-weight: 600;
}

.checkout-form-list {
margin-bottom: 30px;
}

.checkout-form-list label {
color: #6f7172;
}

.checkout-form-list input[type="text"], .checkout-form-list input[type="password"], .checkout-form-list input[type="email"] {
background: #ffffff;
border: 1px solid #eaedff;
border-radius: 0;
height: 45px;
padding: 0 0 0 10px;
width: 100%;
}

.checkout-form-list input[type="text"]::-moz-placeholder, .checkout-form-list input[type="password"]::-moz-placeholder, .checkout-form-list input[type="email"]::-moz-placeholder {
color: #6f7172;
opacity: 1;
}

.checkout-form-list input[type="text"]::placeholder, .checkout-form-list input[type="password"]::placeholder, .checkout-form-list input[type="email"]::placeholder {
color: #6f7172;
opacity: 1;
}

.checkout-form-list input[type="checkbox"] {
display: inline-block;
margin-right: 10px;
position: relative;
top: 1px;
}

.create-acc label {
color: #6f7172;
display: inline-block;
}

.create-account {
display: none;
}

.ship-different-title h3 label {
display: inline-block;
margin-right: 20px;
color: #6f7172;
}

.order-notes textarea {
border: 1px solid #eaedff;
height: 90px;
padding: 15px;
width: 100%;
}

.order-notes textarea::-moz-placeholder {
color: #6f7172;
opacity: 1;
}

.order-notes textarea::placeholder {
color: #6f7172;
opacity: 1;
}

#ship-box-info {
display: none;
}

.panel-group .panel {
border-radius: 0;
}

.panel-default > .panel-heading {
border-radius: 0;
}

.your-order {
padding: 30px 40px 45px;
border: 3px solid #eaedff;
}

@media (max-width: 767px) {
.your-order {
padding: 15px;
}
}

.your-order h3 {
border-bottom: 1px solid #eaedff;
font-size: 30px;
margin: 0 0 20px;
padding-bottom: 10px;
width: 100%;
}

.your-order-table table {
background: none;
border: 0;
width: 100%;
}

.your-order-table table th, .your-order-table table td {
border-bottom: 1px solid #eaedff;
border-right: medium none;
color: #6f7172;
font-size: 14px;
padding: 15px 0;
text-align: left;
}

@media (max-width: 767px) {
.your-order-table table th, .your-order-table table td {
padding-right: 10px;
}
}

.your-order-table table th {
border-top: medium none;
color: #6f7172;
font-weight: normal;
text-align: left;
vertical-align: middle;
white-space: nowrap;
width: 250px;
}

.panel-body > p {
color: #222;
}

.your-order-table table .shipping ul li input {
position: relative;
top: 2px;
}

.your-order-table table .shipping ul li label {
color: #6f7172;
}

.your-order-table table .shipping th {
vertical-align: top;
}

.your-order-table table .order-total th {
border-bottom: 0;
font-size: 14px;
}

.your-order-table table .order-total td {
border-bottom: medium none;
}

.your-order-table table tr.cart_item:hover {
background: #F9F9F9;
}

.your-order-table table tr.order-total td span {
color: #fd4b38;
font-size: 18px;
font-weight: 500;
}

.payment-method {
margin-top: 40px;
}

.panel-title > a {
display: block;
}

.order-button-payment input {
background: #232323 none repeat scroll 0 0;
border: medium none;
color: #fff;
font-size: 15px;
font-weight: 600;
height: 40px;
margin: 0px 0 0;
padding: 0;
text-transform: uppercase;
transition: all 0.3s ease 0s;
width: 100%;
}

.order-button-payment input:hover {
background: #FE4536 none repeat scroll 0 0;
}

.payment-method .btn-link {
-moz-user-select: none;
background: no-repeat;
border: medium none;
border-radius: 0;
color: #444;
cursor: pointer;
display: inline-block;
font-size: 14px;
font-weight: 500;
letter-spacing: 1px;
line-height: 1;
margin-bottom: 0;
padding: 3px 10px;
text-align: center;
text-transform: uppercase;
transition: all 0.3s ease 0s;
vertical-align: middle;
white-space: nowrap;
text-decoration: none;
}

.payment-method .card {
background-color: #ffffff;
border: 1px solid #eaedff;
border-radius: 0;
margin-bottom: 10px;
}

.payment-method .accordion .card:first-of-type {
border: 1px solid #eaedff;
}

.card-header:first-child {
border-radius: 0;
}

.payment-method .card-header {
background-color: #ffffff;
border-bottom: 1px solid #eaedff;
}

.order-button-payment button {
width: 100%;
}

.country-select .nice-select {
-webkit-tap-highlight-color: transparent;
background-color: #fff;
border-radius: 0;
border: solid 1px #eaedff;
box-sizing: border-box;
clear: both;
cursor: pointer;
display: block;
float: left;
font-family: inherit;
font-size: 14px;
font-weight: normal;
height: 45px;
line-height: 45px;
outline: none;
padding-left: 18px;
padding-right: 30px;
position: relative;
text-align: left !important;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
white-space: nowrap;
width: 100%;
margin-bottom: 19px;
}

/* 24. Login */
.zcube-login {
padding: 90px;
border: 2px solid #eaedff;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
.zcube-login {
padding: 50px;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
.zcube-login {
padding: 40px;
}
}

@media (max-width: 767px) {
.zcube-login {
padding: 30px;
}
}

.zcube-login h3 {
font-size: 30px;
}

.zcube-login input {
width: 100%;
height: 60px;
border: 2px solid #eaedff;
color: #6f7172;
padding: 0 20px;
margin-bottom: 20px;
}

.zcube-login label {
color: #222;
display: block;
}

.zcube-login label span {
color: #fe4536;
}

.login-action input {
width: inherit;
height: auto;
}

.login-action label {
display: inline-block;
margin-left: 5px;
}

.or-divide {
border-top: 2px solid #eaedff;
margin: 40px 0;
text-align: center;
position: relative;
}

.or-divide span {
position: absolute;
left: 0;
right: 0;
top: -9px;
background: #ffffff;
display: inline-block;
width: 40px;
margin: auto;
line-height: 1;
font-weight: 500;
}

@media (max-width: 767px) {
.forgot-login {
float: none;
}
}

.forgot-login a {
color: #fe4536;
}

.forgot-login a:hover {
color: #84b77c;
}

@media (max-width: 767px) {
.log-rem {
float: none;
margin-bottom: 10px;
display: block;
}
}

/*Services Category*/
.services-sidebar .sidebar-widget {
background: #f3f4f8;
padding: 40px;
margin-bottom: 30px;
}

.services-categories {
position: relative;
}

.services-categories li {
position: relative;
border: 1px solid #e7e7e7;
margin-bottom: 15px;
z-index: 1;
}

.services-categories li:last-child {
border-bottom: 1px solid #e7e7e7;
}

.services-categories li:before {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 4px;
background-color: #30313d;
content: "";
opacity: 0;
visibility: hidden;
}

.services-categories li.active:before, .services-categories li:hover:before {
opacity: 1;
visibility: visible;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}

.services-categories li a {
font-size: 16px;
font-weight: 700;
color: #222222;
line-height: 30px;
padding: 10px 25px;
display: block;
overflow: hidden;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
background: #fff;
}

.services-categories li a:hover {
background: #fd4b38;
}

.services-categories li.active a, .services-categories li:hover a {
color: #ffffff;
background: #fd4b38;
}

.services-categories li a:before {
position: absolute;
right: 0;
top: 0;
font-size: 12px;
line-height: 30px;
color: #222222;
font-weight: 700;
content: "\f061";
font-family: "Font Awesome 5 pro";
transition: all 300ms ease;
width: 50px;
height: 50px;
background: #E8EAEC;
text-align: center;
line-height: 50px;
}

.services-categories li.active a:before, .services-categories li:hover a:before {
color: #ffffff;
}

.services-categories li:hover a::before,.services-categories li.active a::before {
background: #0c2957;
}

/*=== Services Contact Box ===*/
.service-detail-contact h3 {
position: relative;
padding-bottom: 15px;
margin-bottom: 30px;
}

.service-detail-contact {
background-color: #f3f4f8;
padding: 40px;
text-align: center;
margin-top: 50px;
margin-bottom: 50px;
}

.service-detail-contact h3::before {
content: "";
position: absolute;
width: 30px;
height: 6px;
background-color: #fd4b38;
border-radius: 10px;
left: 50%;
bottom: 0;
transform: translate(-50%);
}

.service-detail-contact a {
color: #fd4b38;
font-size: 25px;
font-weight: 900;
transition: 0.3s;
}

.service-details-three h2 {
color: #fff;
}

/*=== Brochures Box ===*/
.brochures-box .box {
display: flex;
flex-wrap: wrap;
align-items: center;
background: #fff;
transition: 0.3s;
}

.brochures-box .box:hover {
background-color: #1A1E5D;
color: #fff;
}

.brochures-box .box:hover h4,.brochures-box .box:hover i {
color: #fff;
}

.brochures-box .icon {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
flex: 0 0 60px;
-ms-flex: 0 0 60px;
max-width: 60px;
justify-content: center;
align-items: center;
min-height: 60px;
background: #ff4328;
}

.brochures-box .icon i {
font-size: 25px;
color: #fff;
transition: .3s;
}

.brochures-box .content {
padding-left: 20px;
}

/*Help Box*/
.help-box {
position: relative;
background-size: cover;
padding: 30px 25px;
}

.help-box:before {
position: absolute;
content: '';
left: 0px;
top: 0px;
width: 100%;
height: 100%;
display: block;
background-color: rgba(54,54,54,0.90);
}

.help-box > span {
position: relative;
display: block;
font-size: 14px;
line-height: 20px;
color: #ffffff;
margin-bottom: 10px;
}

.help-box h4 {
position: relative;
color: #ffffff;
font-size: 21px;
font-weight: 700;
line-height: 1.2em;
margin-bottom: 15px;
}

.help-box p {
position: relative;
color: #ffffff;
font-size: 14px;
line-height: 24px;
margin-bottom: 20px;
}

.help-box .theme-btn {
padding: 8px 30px;
font-size: 14px;
font-weight: 600;
}

/*** 

====================================================================
		Service Detail
====================================================================

***/
.service-detail {
position: relative;
padding-left: 20px;
}

.service-detail .images-box {
position: relative;
margin: 0 -5px;
}

.service-detail .images-box .column {
padding: 0 5px;
}

.service-detail .images-box .image {
position: relative;
margin-bottom: 10px;
}

.service-detail .images-box .image img {
display: block;
width: 100%;
height: auto;
}

.service-detail .content-box {
position: relative;
padding: 0px 0 0;
}

.service-detail .content-box h2 {
position: relative;
display: block;
font-size: 32px;
line-height: 1.2em;
color: #00173c;
margin-bottom: 20px;
}

.service-detail .content-box h3 {
position: relative;
display: block;
font-size: 24px;
line-height: 1.2em;
color: #00173c;
margin-bottom: 20px;
}

.service-detail .content-box p {
position: relative;
display: block;
margin-bottom: 25px;
}

.service-detail .two-column {
position: relative;
}

.service-detail .two-column .title {
margin-bottom: 40px;
}

.service-detail .two-column p {
margin-bottom: 25px;
}

.service-detail .two-column .image-column {
position: relative;
margin-bottom: 26px;
}

.service-detail .two-column .image-column .image {
margin-bottom: 0;
}

.service-detail .two-column .text-column {
position: relative;
}

.service-detail .prod-tabs {
position: relative;
}

.service-detail .prod-tabs .tab-btns {
position: relative;
z-index: 1;
border-bottom: 1px solid #dddddd;
}

.service-detail .prod-tabs .tab-btns .tab-btn {
position: relative;
top: 1px;
display: block;
float: left;
margin-right: 5px;
font-size: 16px;
color: #333333;
background: #ffffff;
text-transform: capitalize;
font-weight: 400;
line-height: 23px;
cursor: pointer;
border: 1px solid #e5e5e5;
border-bottom: 0;
padding: 10px 25px;
transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}

.service-detail .prod-tabs .tab-btns .tab-btn:before {
position: absolute;
content: '';
top: 0;
left: 50%;
width: 0%;
height: 3px;
background-color: #fd4b38;
transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}

.service-detail .prod-tabs .tab-btns .tab-btn:hover:before, .service-detail .prod-tabs .tab-btns .tab-btn.active-btn:before {
width: 100%;
left: 0;
}

.service-detail .prod-tabs .tab-btns .tab-btn:hover:after, .service-detail .prod-tabs .tab-btns .tab-btn.active-btn:after {
position: absolute;
content: '';
left: 0px;
bottom: -3px;
width: 100%;
height: 5px;
background-color: #ffffff;
transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
}

.service-detail .prod-tabs .tab-btns .tab-btn:hover, .service-detail .prod-tabs .tab-btns .tab-btn.active-btn {
color: #fd4b38;
background: #ffffff;
}

.service-detail .prod-tabs .tabs-content {
position: relative;
padding: 25px 30px 45px;
border: 1px solid #dddddd;
}

.service-detail .prod-tabs .tabs-content .tab {
position: relative;
display: none;
border-top: 0px;
}

.service-detail .prod-tabs .tabs-content .tab.active-tab {
display: block;
}

.service-detail .prod-tabs .tabs-content .tab .content {
position: relative;
}

.service-detail .prod-tabs .tabs-content .tab .content p {
position: relative;
font-size: 16px;
line-height: 26px;
color: #666666;
margin-bottom: 0px;
}

.list-style-one {
position: relative;
display: block;
margin-bottom: 30px;
}

.list-style-one li {
position: relative;
padding-left: 25px;
margin-bottom: 10px;
}

.list-style-one li::before {
position: absolute;
left: 0;
top: 0;
font-size: 14px;
line-height: 25px;
color: #fd4b38;
content: "\f101";
font-weight: 700;
font-family: "Font Awesome 5 Pro";
}

/*** 

====================================================================
		Project Detail
====================================================================

***/
.project-detail {
position: relative;
padding: 100px 0 85px;
}

.project-detail .upper-box {
position: relative;
margin-bottom: 40px;
}

.project-detail .upper-box .image {
position: relative;
margin-bottom: 0;
}

.project-detail .upper-box .image img {
display: block;
width: 100%;
height: auto;
}

.project-detail .single-item-carousel .owl-nav {
position: absolute;
left: 0;
top: 50%;
width: 100%;
margin-top: -50px;
}

.project-detail .single-item-carousel .owl-next, .project-detail .single-item-carousel .owl-prev {
position: absolute;
left: 0;
height: 100px;
width: 30px;
background-color: rgba(0,0,0,0.5);
text-align: center;
font-size: 18px;
line-height: 100px;
color: #ffffff;
font-weight: 400;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}

.project-detail .single-item-carousel .owl-next {
left: auto;
right: 0px;
}

.project-detail .single-item-carousel .owl-next:hover, .project-detail .single-item-carousel .owl-prev:hover {
background-color: rgba(255,255,255,.5);
color: #000000;
}

.project-detail .text-column {
position: relative;
}

.project-detail .text-column .inner-column {
position: relative;
padding-right: 30px;
}

.project-detail .text-column .inner-column .dropcap {
float: left;
background: #fd4b38;
border-radius: 20px;
padding: 30px;
color: #FFFFFF;
font-size: 48px;
font-weight: 600;
margin-right: 20px;
}

.project-detail .text-column .inner-column p strong {
color: #00173c;
}

.project-detail .pr-ul {
margin-top: 10px;
float: left;
margin-bottom: 0px;
}

.project-detail .pr-ul li {
display: flex;
margin-bottom: 15px;
float: left;
width: 50%;
}

.project-detail .pr-ul .icon i {
width: 40px;
height: 40px;
background: #FFFFFF 0% 0% no-repeat padding-box;
border: 2px solid #EEEEEE;
border-radius: 50%;
text-align: center;
line-height: 40px;
margin-right: 20px;
color: #fd4b38;
}

/* Lower Content */
.project-detail .lower-content {
position: relative;
}

.project-detail .lower-content h2 {
position: relative;
display: block;
margin-bottom: 20px;
}

.project-detail .lower-content h3 {
position: relative;
display: block;
font-size: 26px;
font-weight: 700;
margin-bottom: 20px;
}

.project-detail .lower-content h4 {
position: relative;
display: block;
font-size: 22px;
margin-bottom: 20px;
}

.project-detail .lower-content p {
position: relative;
display: block;
margin-bottom: 30px;
}

.project-detail .info-column {
position: relative;
}

.project-detail .info-column .inner-column {
position: relative;
padding: 30px;
background: #fff;
border: 2px solid #f5f5f5 !important;
}

.project-detail .project-info {
position: relative;
}

.project-detail .project-info li {
position: relative;
margin-bottom: 15px;
float: left;
width: 100%;
border-bottom: 1px solid #f5f5f5;
padding-bottom: 15px;
}

.project-detail .project-info h5 {
float: left;
}

.project-detail .project-info span {
float: right;
}

.project-detail .project-info li:last-child {
padding-bottom: 0;
border-bottom: none;
margin-bottom: 0;
}

.project-detail .project-info li .icon {
position: absolute;
left: 0;
top: 0;
font-size: 18px;
line-height: 28px;
color: #fd4b38;
}

.project-detail .project-info li strong {
color: #00173c;
font-size: 20px;
line-height: 24px;
display: inline-block;
font-weight: 600;
}

.project-detail .project-info li p {
font-size: 15px;
line-height: 24px;
font-weight: 400;
margin-bottom: 0;
}

.project-detail .project-info li p a {
display: inline-block;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}

.project-detail .project-info li p a:hover {
color: #fd4b38;
}

.project-detail .lower-content th {
background: #fd4b38;
color: #fff;
}

/* Load More Option */
.load-more-option {
position: relative;
display: block;
width: 100%;
text-align: center;
margin-top: 70px;
}

.load-more-option li.prev a, .load-more-option li.next a {
position: relative;
display: block;
font-size: 18px;
line-height: 20px;
width: 80px;
padding: 10px 10px;
text-align: center;
color: #ffffff;
background-color: #fd4b38;
border-radius: 10px;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}

.load-more-option li.prev a:hover, .load-more-option li.next a:hover {
box-shadow: 0 10px 10px rgba(0,0,0,0.05);
}

.load-more-option .load-more {
position: relative;
display: inline-block;
font-size: 30px;
}

.load-more-option .load-more a {
position: relative;
display: inline-block;
font-size: 30px;
line-height: 42px;
color: #fd4b38;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}

.load-more-option .load-more a:hover {
color: #000000;
}

.pull-right {
float: right;
}

.pull-left {
float: left;
}

.video2 {
height: auto;
min-height: 100%;
min-width: 100%;
position: absolute;
top: -250px;
width: auto;
z-index: 0;
}

/* 8. newslater-area */
.newslater-area h2 {
color: #fff;
font-size: 50px;
text-align: center;
}

.newslater-area .container {
border-radius: 10px;
background-color: rgb(33, 88, 232);
box-shadow: 1px 1.732px 60px 0px rgba(33, 88, 232, 0.3);
padding: 75px 0 0;
z-index: 1;
position: relative;
}

.newslater-area p {
color: #fff;
}

.newslater .input-bg {
background: #3A3D3E;
border-radius: 30px !important;
float: left;
padding-right: 5px;
position: relative;
z-index: 3;
width: 40%;
}

.newslater .input-bg2 {
background: #3A3D3E;
border-radius: 30px !important;
float: left;
padding-right: 5px;
position: relative;
z-index: 2;
margin-left: -35px;
width: 40%;
}

.newslater input {
background: #2a436c !important;
border: 1px solid #2a436c !important;
box-shadow: none !important;
padding: 9px 20px !important;
color: #030c26 !important;
height: calc(1.5em + .75rem + 20px);
width: 100% !important;
position: relative;
z-index: 1;
margin-right: 7px;
border-radius: 0;
}

.newslater .form-group {
margin-bottom: 0;
}

.newslater button:hover {
background: #ff3494;
color: #fff;
}

.newslater *::-moz-placeholder {
color: #939393;
font-size: 14px;
opacity: 0.8;
opacity: 1;
}

.newslater *::placeholder {
color: #939393;
opacity: 0.8;
font-size: 14px;
opacity: 1;
}

.newslater-area #contact-form4 {
width: 100%;
margin-top: 0;
display: inline-block;
}

.newslater-area #contact-form4 button {
background: #fd4b38;
color: #fff;
height: 56px;
z-index: 1;
text-align: center;
font-size: 15px;
position: absolute;
right: 0;
top: 0;
border: none;
padding: 10px 20px;
text-transform: uppercase;
}

.slick-slide {
outline: none;
}

.features-area h5 {
margin-bottom: 15px;
}

.features-area ul {
margin-top: 30px;
color: #fff;
display: inherit;
}

.features-area li {
display: flex;
margin-bottom: 15px;
}

.features-area li .icon {
margin-right: 20px;
color: #84DAA9;
}

.features-area .nav-pills .nav-link {
width: 100%;
font-size: 24px;
font-family: 'Jost', sans-serif;
font-weight: 600;
}

.features-area .nav-pills .nav-link img {
margin-right: 15px;
}

.features-area .nav-pills .nav-link.active, .features-area .nav-pills .show > .nav-link {
border-radius: 10px;
background-color: #fff;
box-shadow: 1px 1.732px 60px 0px rgba(0, 0, 0, 0.1);
color: #00173c;
}

.feature-text h3 {
font-size: 48px;
}

.fe-img {
margin: 0 -40px;
}

/* 8. search-popup */
.search-popup {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: medium none;
box-shadow: 0 0 0;
margin-top: 200px;
text-transform: uppercase;
}

.search-bg {
background: #f5f5f5;
opacity: 1;
}

.close2 {
color: #fd4b38;
cursor: pointer;
font-size: 14px;
}

.search-bg a i {
color: #fd4b38;
font-size: 18px;
}

.search-outer {
border-bottom: 1px solid #00173c;
float: left;
margin-top: 100px;
padding-bottom: 16px;
width: 100%;
}

.search-outer input {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border: medium none;
color: #000;
font-size: 14px;
width: 100%;
}

.case-study-content {
padding: 30px;
background: #FFF5F4 0% 0% no-repeat padding-box;
box-shadow: 0px 16px 32px #FFF5F4;
}

.case-study-content span {
margin-bottom: 10px;
display: inline-block;
}

.case-study-content02 {
padding: 30px 30px;
background: #FFFFFF 0% 0% no-repeat padding-box;
box-shadow: 0px 16px 32px #00173c0A;
}

.case-study-content02 span {
margin-bottom: 10px;
display: inline-block;
color: #fd4b38;
}

.case-study-content02 .ss-btn {
display: none;
transition: all 0.5s ease 0s;
}

.case-study-box:hover .case-study-content02 .ss-btn {
display: inline-block;
}

.case-study-box .case-study-content02 {
transition: all 0.5s ease 0s;
}

.case-study-box:hover .case-study-content02 {
transform: translate(0,-62px);
}

/* 24. process-area */
.process-area h2 {
color: #fff;
}

.process-area .section-title h5 {
color: #fd4b38;
}

.process-area .col-lg-3.col-md-12:nth-child(2),.process-area .col-lg-3.col-md-12:nth-child(4) {
margin-top: 50px;
}

.process-area .col-lg-3.col-md-12:nth-child(2) .process-icon,.process-area .col-lg-3.col-md-12:nth-child(2) .no {
background: #fd4b380% 0% no-repeat padding-box;
}

.process-area .col-lg-3.col-md-12:nth-child(3) .process-icon,.process-area .col-lg-3.col-md-12:nth-child(3) .no {
background: #27ae61 0% 0% no-repeat padding-box;
}

.process-area .col-lg-3.col-md-12:nth-child(4) .process-icon,.process-area .col-lg-3.col-md-12:nth-child(4) .no {
background: #8145DA 0% 0% no-repeat padding-box;
}

.process-area h5 {
color: #fff;
}

.process-icon {
width: 180px;
height: 180px;
line-height: 180px;
background: #4CC3C1 0% 0% no-repeat padding-box;
text-align: center;
border-radius: 50%;
margin-bottom: 30px;
position: relative;
display: inline-block;
}

.process-area .no {
position: absolute;
top: 0;
line-height: 40px;
right: 0;
width: 50px;
height: 50px;
text-align: center;
background: #4CC3C1 0% 0% no-repeat padding-box;
border: 4px solid #00173c;
border-radius: 50%;
color: #FFFFFF;
font-weight: 600;
}

/* 24. skills-area */
.team-area-content .skill-name {
color: #00173c;
}

.skills {
width: 100%;
padding: 0 20px 0 0;
}

.skills-img {
margin-right: -322px;
}

.skills-content p {
color: #fff;
}

.skill-name {
font-size: 18px;
font-weight: 600;
margin: 0px 0 15px;
color: #fff;
font-family: 'Jost', sans-serif;
}

.skill-bar {
height: 10px;
background: #e0e0e0;
border-radius: 0;
}

.skill-per {
height: 10px;
background-color: #fd4b38;
border-radius: 0;
width: 0;
position: relative;
transition: 1s linear;
}

.skill-per::before {
content: attr(id);
position: absolute;
padding: 4px 6px;
background-color: #fd4b38;
color: #fff;
font-size: 12px;
border-radius: 4px;
top: -43px;
right: 0;
transform: translateX(50%);
}

.skill-per::after {
content: "";
position: absolute;
width: 10px;
height: 10px;
background-color: #fd4b38;
top: -16px;
right: 0;
transform: translateX(50%) rotate(45deg);
border-radius: 2px;
}

.skills-title h5 {
color: #fd4b38;
font-size: 18px;
text-transform: uppercase;
margin-bottom: 10px;
}

.skills-title h2 {
color: #fff;
font-size: 70px;
}

.progress-outer li {
padding-left: 100px;
}

.progress-outer li:first-child {
text-align: right;
padding-right: 50px;
margin-bottom: -50px;
}

.progress-outer li:last-child {
text-align: right;
padding-right: 50px;
margin-top: -50px;
}

.progress-box {
display: inline-block;
}

.progress {
width: 235px;
height: 235px;
line-height: 235px;
background: none;
box-shadow: none;
position: relative;
}

.progress:after {
content: "";
width: 100%;
height: 100%;
border-radius: 50%;
border: 4px solid #e1e1e1;
position: absolute;
top: 0;
left: 0;
}

.progress > span {
width: 50%;
height: 100%;
overflow: hidden;
position: absolute;
top: 0;
z-index: 1;
}

.progress .progress-left {
left: 0;
}

.progress .progress-bar {
width: 100%;
height: 100%;
background: none;
border-width: 12px;
border-style: solid;
position: absolute;
top: 0;
}

.progress .progress-left .progress-bar {
left: 101%;
border-top-right-radius: 130px;
border-bottom-right-radius: 130px;
border-left: 0;
-webkit-transform-origin: center left;
transform-origin: center left;
}

.progress .progress-right {
right: 0;
}

.progress .progress-right .progress-bar {
left: -101%;
border-top-left-radius: 130px;
border-bottom-left-radius: 130px;
border-right: 0;
-webkit-transform-origin: center right;
transform-origin: center right;
animation: loading-1 1.8s linear forwards;
}

.progress .progress-value {
width: 90%;
height: 90%;
border-radius: 50%;
background: none;
font-size: 48px;
font-weight: 800;
color: #fd4b38;
line-height: 135px;
text-align: center;
position: absolute;
top: 15%;
left: 5%;
}

.progress .progress-value sub {
font-size: 20px;
color: #fd4b38;
margin-left: 5px;
font-weight: 400;
}

.progress p {
font-size: 16px;
line-height: inherit;
color: #777777;
font-weight: inherit;
width: 100%;
text-align: center;
margin-top: 25px;
}

.progress.blue .progress-bar {
border-color: #fd4b38;
}

.progress.blue .progress-left .progress-bar {
animation: loading-2 1.5s linear forwards 1.8s;
}

.progress.yellow .progress-bar {
border-color: #fdba04;
}

.progress.yellow .progress-left .progress-bar {
animation: loading-3 1s linear forwards 1.8s;
}

.progress.pink .progress-bar {
border-color: #ed687c;
}

.progress.pink .progress-left .progress-bar {
animation: loading-4 0.4s linear forwards 1.8s;
}

.progress.green .progress-bar {
border-color: #1abc9c;
}

.progress.green .progress-left .progress-bar {
animation: loading-5 1.2s linear forwards 1.8s;
}

@keyframes loading-1 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}

100% {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
}

@keyframes loading-2 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}

100% {
-webkit-transform: rotate(144deg);
transform: rotate(144deg);
}
}

@keyframes loading-3 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}

100% {
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
}

@keyframes loading-4 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}

100% {
-webkit-transform: rotate(36deg);
transform: rotate(36deg);
}
}

@keyframes loading-5 {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}

100% {
-webkit-transform: rotate(126deg);
transform: rotate(126deg);
}
}

@media only screen and (max-width: 990px) {
.progress {
margin-bottom: 20px;
}
}

.conunter-img {
margin-left: -400px;
}

/* 27. map-area */
.map-img li {
position: absolute;
display: inline-block;
z-index: 999;
top: 93px;
left: 0;
}

.map-img li:nth-child(2) {
position: absolute;
top: 50%;
left: 45%;
}

.map-img li:nth-child(2) .map-text-hover {
left: -520px;
}

.map-img li:nth-child(3) {
position: absolute;
top: 100px;
left: 85%;
}

.map-img li:nth-child(3) .map-text-hover {
left: -520px;
}

.map-img li:nth-child(4) {
position: absolute;
top: 40%;
left: 15%;
}

.map-img li:nth-child(4) .map-text-hover {
left: 50px;
}

.map-img li:nth-child(5) {
position: absolute;
top: 43%;
left: 70%;
}

.map-img li:nth-child(5) .map-text-hover {
left: -520px;
}

.map-text-hover {
background-color: rgb(255, 255, 255);
box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.15);
position: absolute;
; width: 510px;
height: 133px;
z-index: 138;
top: 0;
left: 50px;
padding: 30px;
display: none;
}

.map-img li:hover .map-text-hover {
display: block;
}

.map-content {
border-radius: 3px;
background-color: rgb(255, 255, 255);
box-shadow: 0px 30px 60px 0px rgba(40, 40, 40, 0.04);
margin-top: -150px;
position: relative;
}

.map-text-user {
display: flex;
}

.map-text-user .text {
padding: 30px 30px 0px 30px;
}

.map-text-user .img img {
max-width: initial;
height: 152px;
}

.map-line {
height: 100%;
width: 5px;
background: #27ac60;
position: absolute;
left: 50%;
}

.map-cirl {
border-radius: 50%;
background-color: rgb(255, 255, 255);
position: absolute;
width: 60px;
height: 60px;
z-index: 146;
border: 5px solid #27ac60;
text-align: center;
line-height: 50px;
color: #27ac60;
left: 47.4%;
top: 43px;
}

.contact-area .container {
position: relative;
z-index: 1;
}

.contact-bg02 .slider-btn {
width: 100%;
}

.contact-bg02 .slider-btn .btn {
width: 100%;
}

.contact-bg02 .btn.ss-btn.active {
background: #fd4b38;
border: 2px solid #fd4b38;
color: #fff;
}

.contact-field select {
width: 100%;
border: none;
background-color: rgb(255, 255, 255);
transition: .3s;
border-radius: 0;
border: 1px solid rgb(183, 183, 183);
height: calc(2.5em + .75rem + 2px);
}

.contact-field .form-control:focus {
color: #495057;
background-color: #fff;
border-color: #fff;
outline: 0;
box-shadow: 0 0 0 .2rem rgb(225, 225, 225);
}

.contact-field .form-control {
color: #9e9e9e;
}

.contact-bg-an-01 {
position: absolute;
left: 9.8%;
top: 25%;
animation: alltuchtopdown 3s infinite;
-webkit-animation: alltuchtopdown 3s infinite;
animation-delay: 0s;
-webkit-animation-delay: 1s;
}

.contact-bg-an-02 {
position: absolute;
right: 3%;
bottom: 7%;
animation: alltuchtopdown 5s infinite;
-webkit-animation: alltuchtopdown 5s infinite;
animation-delay: 0s;
-webkit-animation-delay: 3s;
}

@keyframes alltuchtopdown {
0% {
-webkit-transform: rotateX(0deg) translateY(0px);
-moz-transform: rotateX(0deg) translateY(0px);
-ms-transform: rotateX(0deg) translateY(0px);
-o-transform: rotateX(0deg) translateY(0px);
transform: rotateX(0deg) translateY(0px);
}

50% {
-webkit-transform: rotateX(0deg) translateY(-20px);
-moz-transform: rotateX(0deg) translateY(-20px);
-ms-transform: rotateX(0deg) translateY(-20px);
-o-transform: rotateX(0deg) translateY(-20px);
transform: rotateX(0deg) translateY(-20px);
}

100% {
-webkit-transform: rotateX(0deg) translateY(0px);
-moz-transform: rotateX(0deg) translateY(0px);
-ms-transform: rotateX(0deg) translateY(0px);
-o-transform: rotateX(0deg) translateY(0px);
transform: rotateX(0deg) translateY(0px);
}
}

@-webkit-keyframes alltuchtopdown {
0% {
-webkit-transform: rotateX(0deg) translateY(0px);
-moz-transform: rotateX(0deg) translateY(0px);
-ms-transform: rotateX(0deg) translateY(0px);
-o-transform: rotateX(0deg) translateY(0px);
transform: rotateX(0deg) translateY(0px);
}

50% {
-webkit-transform: rotateX(0deg) translateY(-20px);
-moz-transform: rotateX(0deg) translateY(-20px);
-ms-transform: rotateX(0deg) translateY(-20px);
-o-transform: rotateX(0deg) translateY(-20px);
transform: rotateX(0deg) translateY(-20px);
}

100% {
-webkit-transform: rotateX(0deg) translateY(0px);
-moz-transform: rotateX(0deg) translateY(0px);
-ms-transform: rotateX(0deg) translateY(0px);
-o-transform: rotateX(0deg) translateY(0px);
transform: rotateX(0deg) translateY(0px);
}
}

/* Here's the new blog dtl to add... */
.quote-post {
background-position: center;
background-repeat: no-repeat;
}

.quote-post .quote-icon {
float: left;
margin-right: 30px;
display: block;
margin-top: 20px;
}

.quote-post h2 {
overflow: hidden;
margin-bottom: 0;
}

.blog-deatails-box.single .bsingle__post {
margin-bottom: 0;
}

.sidebar-widget .widget table {
width: 100%;
padding: 10px;
background: #f5f5f5;
}

.sidebar-widget .widget th,.footer-widget .widget th {
background: #fd4b38;
padding: 10px 5px;
text-align: center;
color: #fff;
}

.sidebar-widget .widget td {
padding: 5px;
text-align: center;
}

.sidebar-widget .widget {
padding: 40px;
overflow: hidden;
margin-bottom: 40px;
border: 2px solid #f5f5f5 !important;
background: #fff;
}

.sidebar-widget .widget li {
padding-bottom: 5px;
border-bottom: 1px solid #e4e4e4;
padding-top: 5px;
float: left;
width: 100%;
}

.widget-title {
margin-bottom: 40px;
}

.sidebar-widget .widgettitle, .sidebar-widget .widget-title, .wp-block-group__inner-container h2 {
font-size: 20px;
margin-bottom: 0;
line-height: 1;
text-align: left;
font-weight: 700;
margin-bottom: 30px;
border-left: 4px solid #fd4b38;
padding-left: 15px;
}

.sidebar-widget .widget .gallery-icon a:hover {
padding-left: 0;
}

.tags {
border-bottom: 1px solid #eaeaea;
/*float:left;*/
width: 100%;
display: inline-block;
}

.wp-block-search .wp-block-search__label {
display: none;
}

.search-form, .wp-block-search__button-outside.wp-block-search__text-button.wp-block-search {
position: relative;
}

.search-form label {
width: 100%;
}

.search-form input, .wp-block-search .wp-block-search__input {
background: #f5f5f5;
border: none;
width: 100%;
padding: 18px 30px;
}

.search-form input::placeholder {
font-size: 12px;
color: #b0b0b0;
}

.search-form .search-submit, .wp-block-search .wp-block-search__button {
position: absolute;
right: 0;
top: 0;
border: none;
background: #fd4b38;
padding: 18px 23px;
color: #ffffff;
font-size: 14px;
cursor: pointer;
min-height: 88%;
width: 106px;
}

.sidebar-widget .widget .widget_archive,.widget_categories,.sidebar-widget .widget_archive {
text-align: right;
}

.sidebar-widget .widget .widget_archive,.sidebar-widget .widget_categories a,.sidebar-widget .widget_archive a {
float: left;
height: 30px;
}

.widget-insta-post li {
display: inline-block;
margin: 5px 3px;
}

.widget-insta-post li:hover a::before {
opacity: .7;
}

.widget-insta-post li a {
position: relative;
display: block;
}

.widget-insta-post li a::before {
content: "";
position: absolute;
height: 100%;
width: 100%;
left: 0;
top: 0;
background: #fd4b38;
opacity: 0;
-webkit-transition: all 0.3s ease-out 0s;
-moz-transition: all 0.3s ease-out 0s;
-ms-transition: all 0.3s ease-out 0s;
-o-transition: all 0.3s ease-out 0s;
transition: all 0.3s ease-out 0s;
}

.widget-social a {
height: 40px;
width: 40px !important;
line-height: 40px !important;
border-radius: 50%;
display: inline-block;
background: transparent;
border: 1px solid #e4e4e4;
color: #6e6e6e;
margin: 0 3px;
text-align: center !important;
}

.widget-social a:hover {
background: #fd4b38;
color: #ffffff !important;
border-color: #fd4b38;
padding: 0 !important;
box-shadow: 0px 10px 19px 0px #fd4b3866 !important;
}

.rpwwt-widget a {
padding-left: 0 !important;
}

.rpwwt-widget li {
line-height: 23px !important;
}

.cat__list li {
padding-bottom: 10px;
border-bottom: 1px solid #e4e4e4;
margin-bottom: 10px;
}

.cat__list li:last-child {
margin-bottom: 0;
padding-bottom: 0;
border: none;
}

.cat__list li:hover a {
color: #fd4b38;
}

.cat__list li a {
font-size: 14px;
color: #777777;
}

.cat__list li a span {
float: right;
display: block;
}

.widget__post ul li {
margin-bottom: 20px;
overflow: hidden;
}

.widget__post ul li:last-child {
margin-bottom: 0;
}

.widget__post-thumb {
float: left;
display: block;
margin-right: 20px;
}

.widget__post-content {
overflow: hidden;
display: block;
}

.widget__post-content h6 {
font-size: 16px;
margin-bottom: 1px;
padding-right: 15px;
}

.widget__post-content h6:hover a {
color: #fd4b38;
}

.widget__post-content span {
font-size: 14px;
}

.widget__post-content span i {
margin-right: 8px;
}

.widget__tag ul li {
display: inline-block;
margin: 5px 3px;
}

.widget__tag ul li:hover a {
background: #fd4b38;
border-color: #fd4b38;
color: #ffffff;
}

.widget__tag ul li a {
display: block;
border: 1px solid #d8d8d8;
font-size: 14px;
color: #8f8bb8;
padding: 9px 20px;
}

.widget.widget__banner {
border: none;
padding: 0;
position: relative;
}

.widget__banner-thumb img {
width: 100%;
}

.widget__banner-overly {
position: absolute;
top: 50px;
left: 0;
right: 0;
text-align: center;
}

.widget__banner-overly > span {
font-size: 14px;
text-transform: uppercase;
color: #ffffff;
letter-spacing: 2px;
display: block;
margin-bottom: 160px;
}

.widget__banner-overly h3 {
color: #ffffff;
font-size: 40px;
margin-bottom: 129px;
}

.widget__banner-overly h3 span {
display: block;
font-family: 'Roboto', sans-serif;
font-size: 30px;
font-weight: 300;
}

.widget__banner-overly .btn {
border-radius: unset;
background: #fff;
border: 2px solid #fff;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 2px;
padding: 17px 35px;
color: #fd4b38;
}

.widget__banner-overly .btn:hover {
background: transparent;
color: #fff;
}

.meta__info ul {
margin-bottom: 7px;
}

.meta__info ul li {
display: inline-block;
font-size: 14px;
margin-right: 30px;
}

.meta__info ul li a {
color: #777777;
text-transform: capitalize;
}

.meta__info ul li a i {
margin-right: 5px;
}

.meta__info ul li a:hover {
color: #fd4b38;
}

.meta__info ul li i {
margin-right: 5px;
}

.details__content h2 {
font-size: 32px;
line-height: 1.3;
margin-bottom: 20px;
padding-right: 0;
}

.details__content p {
margin-bottom: 18px;
}

blockquote,.pages-content blockquote,.comment-list blockquote {
background: #00173c;
border-radius: 10px;
padding: 50px 45px 57px !important;
position: relative;
z-index: 5;
text-align: center;
margin-top: 30px;
margin-bottom: 30px;
display: inline-block;
width: 100%;
font-size: 18px;
}

.single-content {
padding-right: 25px;
}

.single-content .cloud-content-image {
width: 100%;
display: inline-block;
float: left;
text-align: center;
margin-bottom: 25px;
}

.single-content .cloud-content-image img {
width: auto;
max-width: 100%;
height: 500px;
max-height: 500px;
min-height: 350px;
}

.single-content .cloud-content {
}

.single-content .cloud-content p {
font-size: 1.2rem;
line-height: 1.5;
margin-bottom: 20px;
color: #000;
font-weight: 300;
}

.single-content .cloud-content a {
}

.single-content .cloud-content h3 {
}

.single-content .cloud-content h4 {
}

.single-content .cloud-content h5 {
}

.single-content .cloud-content blockquot {
}

.product-by-single {
display: inline-block;
width: 100%;
clear: both;
float: left;
}

.product-by-single ul {
display: inline-block;
width: 100%;
clear: both;
float: left;
}

.product-by-single ul li {
border-bottom: none !important;
}

.product-by-single ul li .box {
width: 100%;
height: 100%;
position: relative;
display: inline-block;
margin-bottom: 25px;
background: #f8f8f8;
padding: 20px;
box-shadow: 0 0 3px #ccc;
border-radius: 8px;
}

.product-by-single ul li a {
display: block;
position: relative;
}

.product-by-single li img {
width: 100%;
height: auto;
border-radius: 10px;
}

.product-by-single li h3 {
text-align: center;
margin: 15px 0 20px 0;
font-size: 1.5rem;
color: orangered;
font-weight: 600;
}

.comment-list blockquote a:hover {
color: #fff;
}

.news-text blockquote h3 {
color: #fff;
}

.news-text blockquote i {
font-size: 190px;
color: #e4e9ff;
z-index: -1;
position: absolute;
bottom: 15px;
right: 30px;
}

blockquote p {
color: #fff;
}

.news-text blockquote footer {
color: #FF8000 !important;
font-weight: 600;
margin-bottom: 15px;
}

.news-text figure img {
display: inline-block;
margin-right: 30px;
margin-bottom: 15px;
}

.news-text ul li {
line-height: 30px;
list-style: none ;
}

.news-text ul li i,.quote-post ul li i {
color: #F15B26;
padding-right: 5px;
}

.news-text blockquote p,.pages-content blockquote p,.comment-list blockquote p {
color: #fff;
line-height: 28px;
}

.news-text blockquote footer,.pages-content blockquote footer {
font-size: 14px;
margin-top: 15px;
color: #fff;
font-weight: 600;
}

.wp-block-media-text .wp-block-media-text__content {
width: 100%;
}

.wp-block-pullquote cite {
color: #bacdff!important;
}

cite {
margin-top: 15px;
color: #fd4b38;
font-weight: 600;
}

.post-categories li {
display: none !important;
}

.post-categories li:first-child {
display: block !important;
}

.details__content-img {
margin: 45px 0;
}

.details__content-img img {
width: 100%;
height: auto;
}

.details__content figure {
margin-top: 45px;
margin-bottom: 60px;
}

.details__content figure img {
float: left;
width: 255px;
margin-right: 30px;
}

.tags.pb-50 {
padding-bottom: 20px;
}

.post__tag h5 {
font-size: 20px;
margin-bottom: 20px;
font-weight: 600;
padding-top: 30px;
border-top: 2px solid #f5f5f5;
margin-top: 25px;
}

.post__tag ul li {
display: inline-block;
margin-right: 10px;
}

.post__tag ul li a {
font-size: 12px;
text-transform: uppercase;
border: 2px solid #e5e5e5;
padding: 7px 10px;
display: inline-block;
border-radius: 3px;
color: #9d9d9d;
margin-bottom: 10px;
}

.post__tag ul li a:hover {
border-color: #fd4b38;
background: #fd4b38;
color: #ffffff;
}

.post__share h5 {
font-size: 18px;
margin-bottom: 30px;
}

.post__share ul li {
margin-left: 20px;
display: inline-block;
}

.post__share ul li a {
font-size: 18px;
display: inline-block;
color: #b5becc;
}

.post__share ul li a:hover {
color: #fd4b38;
}

.posts_navigation {
border-top: 1px solid #eaeaea;
border-bottom: 1px solid #eaeaea;
}

.posts_navigation .prev-link span {
font-size: 12px;
text-transform: uppercase;
display: block;
letter-spacing: 2px;
margin-bottom: 15px;
}

.posts_navigation .prev-link h4 {
font-size: 20px;
margin-bottom: 0;
text-transform: capitalize;
height: 30px;
overflow: hidden;
}

.navigation.posts-navigation {
display: none;
}

.avatar {
border-radius: 50% !important;
}

.wpding .footer-widget .widget_recent_comments ul li,.wpding .footer-widget .widget_rss ul li,.wpding .footer-widget .widget_meta ul li {
padding-bottom: 0px;
border-bottom: 1px solid #e4e4e4;
padding-top: 0px;
width: 100%;
text-align: right;
color: #62605c;
min-height: 42px;
line-height: 28px;
}

.wpding .footer-widget .widget_pages li .children li {
min-height: 42px;
}

.comment-list .pingback, .comment-list .trackback {
border-top: 1px solid #d1d1d1;
border-top-color: rgb(209, 209, 209);
border-top-color: rgb(209, 209, 209);
padding: 1.75em 0;
margin-bottom: 0;
}

.avatar_post img {
border-radius: 50%;
box-shadow: 1px 5px 6px #8a8a8a33;
}

.posts_navigation .prev-link h4:hover a {
color: #fd4b38;
}

.posts_navigation .next-link span {
font-size: 12px;
margin-bottom: 15px;
display: block;
text-transform: uppercase;
letter-spacing: 2px;
}

.posts_navigation .next-link h4 {
font-size: 20px;
margin-bottom: 0;
height: 30px;
overflow: hidden;
}

.posts_navigation .next-link h4:hover a {
color: #fd4b38;
}

.related__post .post-title {
margin-bottom: 35px;
}

.related__post .post-title h4 {
font-size: 26px;
margin-bottom: 0;
}

.related-post-wrap .post-thumb img {
width: 100%;
}

.related-post-wrap .rp__content {
padding: 30px;
border: 2px solid #f4f3fb;
border-top: none;
}

.related-post-wrap .rp__content h3 {
font-size: 24px;
margin-bottom: 20px;
line-height: 1.4;
}

.related-post-wrap .rp__content h3:hover a {
color: #fd4b38;
}

.related-post-wrap .rp__content p {
margin-bottom: 0;
font-size: 14px;
}

.avatar__wrap {
background: #f9f9f9;
padding: 50px 80px;
float: left;
width: 100%;
}

.avatar__wrap .avatar-img {
margin-top: -115px;
margin-bottom: 35px;
}

.avatar__wrap-content p {
font-size: 14px;
margin-bottom: 0;
}

.avatar__info h5 {
font-size: 26px;
margin-bottom: 10px;
}

.avatar__info-social {
margin-bottom: 20px;
}

.avatar__info-social a {
font-size: 12px;
color: #fd4b38;
display: inline-block;
margin: 0 5px;
}

.avatar__info-social a:hover {
color: #fd4b38;
}

code {
font-size: 15px;
display: inline-block;
font-family: 'Jost', sans-serif;
margin-top: 10px;
}

figcaption {
font-weight: 600;
color: #202020;
}

.comment-form-comment label {
display: none;
}

.form-submit {
margin-bottom: 0;
}

.comment__wrap {
border-bottom: 1px solid #eaeaea;
}

.comment__wrap-title {
margin-bottom: 35px;
}

.comment__wrap-title h5 {
font-size: 26px;
margin-bottom: 0;
}

.single__comment .comments-avatar {
float: left;
width: 100px;
margin-right: 30px;
}

.single__comment.children {
margin-left: 130px;
}

.single__comment.children .avatar-name h6 i {
font-size: 12px;
color: #cacfef;
margin-left: 20px;
}

.comment-text {
overflow: hidden;
}

.comment-text .avatar-name {
overflow: hidden;
}

.comment-text .avatar-name h6 {
font-size: 16px;
margin-bottom: 7px;
}

.comment-text .avatar-name h6 i {
display: none;
}

.comment-author-admin .avatar-name h6 i {
font-size: 12px;
display: inline-block;
color: #cacfef;
margin-left: 20px;
}

.comment-text .avatar-name span {
font-size: 12px;
text-transform: uppercase;
letter-spacing: 2px;
color: #fd4b38;
}

.comment-text .comment-reply {
display: inline-block;
border: 2px solid #f5f5f5;
padding: 8px 18px;
border-radius: 5px;
font-size: 14px;
position: relative;
width: 100px;
}

.comment-text .comment-reply a {
color: #777777;
width: 100%;
position: absolute;
left: 0;
display: inline-block;
top: -2px;
padding: 10px 0 10px 41px;
}

.comment-text .comment-reply:hover a {
color: #fff;
}

.comment-list {
padding: 0;
border-bottom: 1px solid #eaeaea;
margin-top: 45px;
margin-bottom: 45px;
padding-bottom: 45px;
}

.comments-title {
font-size: 22px;
margin-bottom: 0;
}

.comment-reply-title {
font-size: 20px;
margin-bottom: 20px;
}

.comment-author-admin {
margin-left: 130px;
}

.comment-text .comment-reply:hover {
border-color: #fd4b38;
background: #fd4b38;
color: #ffffff;
}

.comment-text .comment-reply i {
margin-right: 5px;
}

.comment-text p {
font-size: 16px;
margin-bottom: 0;
}

.screen-reader-text {
display: none;
}

.comment-form {
padding: 50px;
background: #f5f5f5;
border-radius: 5px;
}

.comment-form .comment-field {
position: relative;
}

.comment-form .comment-field.text-area i {
top: 25px;
transform: unset;
}

.comment-form i {
position: absolute;
right: 30px;
top: 50%;
transform: translateY(-50%);
color: #fd4b38;
font-size: 14px;
}

.comment-form textarea {
height: 150px;
width: 100%;
padding: 20px;
padding-right: 50px;
background: #ffffff;
border: none;
}

.comment-form textarea::placeholder {
font-size: 14px;
color: #a7a7c1;
}

.comment-form textarea:focus {
outline: 1px solid#fd4b38;
}

.comment-form input {
width: 100%;
padding: 20px;
padding-right: 50px;
background: #ffffff;
border: none;
}

.comment-form input::placeholder {
font-size: 14px;
color: #b0b0b0;
}

.comment-form input:focus {
outline: 1px solid#fd4b38;
}

.comment-form .submit {
background: #fd4b38;
border: none;
font-size: 14px;
text-transform: uppercase;
color: #fff;
border-radius: 0px;
padding: 12px 45px;
margin-top: 20px;
border-radius: 5px;
width: auto;
}

.comment-form .submit::before {
content: none;
}

.comment-form .submit:hover {
color: #fff;
background: #fd4b38;
}

.page .comments-area ol .comment-respond {
margin-bottom: 30px;
margin-top: -26px;
}

.comments-area ol > .comment-respond {
margin-bottom: 30px;
margin-top: -30px;
}

.comments-area ol > li > ol .comment-respond {
margin-left: -32px;
margin-top: -35px;
}

.comments-area ol > li > ol > li > ol > .comment-respond {
margin-left: -42px;
margin-top: -30px;
}

.comments-area ol > li > ol > li > ol > li > ol > .comment-respond {
margin-left: -62px;
margin-top: -35px;
}

.comment-reply-title small {
margin-left: 15px;
}

.blist li {
list-style: none !important;
}

.wp-block-gallery.columns-3.is-cropped {
margin-top: 30px;
}

.single-post .footer-widget {
}

figure.aligncenter img {
margin-bottom: 15px;
}

.wp-image-907 {
width: 100% !important;
height: auto;
margin-bottom: 15px;
}

figure img {
display: inline-block;
margin-bottom: 15px;
}

.tag-markup-2 ol li:last-child, .tag-markup-2 ul li:last-child {
margin-bottom: 20px;
}

.bsingle__content table th,.pages-content table th,.comment-text table th {
color: #00173c;
}

.bsingle__content table a, .pages-content table a,.comment-text table a {
color: #76BC02;
outline: medium none;
}

.footer-widget select {
width: 100%;
padding: 3px 0;
border: 2px solid #e4e4e4;
}

.footer-widget .tag-cloud-link {
color: #020202;
}

.footer-widget .textwidget,.footer-widget .recentcomments a,.footer-widget a,.footer-widget .widget_categories a {
color: #99A3AC;
}

.footer-widget .recentcomments a:hover,.footer-widget a:hover,.footer-widget .widget_categories a:hover {
}

.footer-widget .tag-cloud-link:hover {
color: #fff;
}

.single-post .bsingle__content .admin {
display: none;
}

.single-post .blog-deatails-box.single p {
margin-bottom: 25px;
}

.single-post .blog-deatails-box.single {
padding: 40px;
border-style: solid;
border-width: 2px;
border-color: rgb(243, 243, 243);
float: left;
width: 100%;
}

.single-post .blog-deatails-box.single p.form-submit {
margin-bottom: 0;
}

.blog-deatails-box.single .bsingle__content {
padding: 0;
border: none;
}

.single-post .bsingle__post-thumb img {
margin-bottom: 50px;
}

blockquote h3 {
color: #fff;
}

blockquote footer {
color: #fd4b38;
margin-bottom: 30px;
}

.blist li i {
color: #F15B26;
padding-right: 5px;
}

.blist li {
line-height: 30px;
list-style: none;
}

.comment-form-cookies-consent input {
width: auto;
margin-top: 7px;
margin-right: 10px;
}

.comment-text ul, .comment-text ol {
margin-bottom: 15px;
padding-left: 20px;
}

/* 16. pagination */
.pagination {
display: -webkit-box;
display: -ms-flexbox;
display: block;
padding-left: 0;
list-style: none;
border-radius: 0;
}

.pagination .page-item {
display: inline-block;
margin: 0 5px;
}

.pagination .page-item a.page-link {
border-radius: 50%;
padding: 0;
height: 70px;
width: 70px;
line-height: 70px;
background: #f8f8f8;
color: #9fa7c5;
font-size: 14px;
border: none;
font-weight: 500;
}

.pagination .page-item:hover a.page-link {
box-shadow: 0px 16px 32px 0px rgba(255, 74, 87, 0.2);
background: #ff4a57;
color: #fff;
}

.pagination .page-item.active a.page-link {
box-shadow: 0px 16px 32px 0px rgba(255, 74, 87, 0.2);
background: #ff4a57;
color: #fff;
}

.pagination-wrap .pagination {
display: block;
border-radius: unset;
}

.pagination-wrap .pagination li {
display: inline-block;
margin-right: 6px;
margin-left: 0;
margin-bottom: 15px;
}

.pagination-wrap .pagination li.active a {
background: #252525;
color: #ffffff;
box-shadow: 0px 8px 16px 0px rgba(26, 35, 126, 0.32);
}

.pagination-wrap .pagination li a {
border: none;
height: 50px;
width: 50px;
display: block;
line-height: 50px;
background: #fd4b38;
border-radius: 50%;
color: #fff;
font-size: 14px;
text-align: center;
}

.pagination-wrap .pagination li a:hover {
color: #ffffff;
background: #fd4b38;
}

/* 17. f-cta */
.f-cta-area {
background: #fff;
margin-left: 260px;
margin-right: 260px;
position: relative;
top: -70px;
margin-bottom: 30px;
box-shadow: 0 -3px 65px 0 rgba(0,0,0,.09);
}

.f-cta-icon i {
display: inline-block;
height: 80px;
width: 80px;
text-align: center;
line-height: 78px;
background: #fd4b38;
border-radius: 50%;
color: #fff;
font-size: 28px;
}

.contact-info .single-cta {
float: left;
}

.contact-info p {
}

.contact-info h5 {
color: #00173c;
}

.single-cta {
border-bottom: 1px solid #ccc;
float: left;
width: 100%;
}

div.single-cta:last-child {
border: 0;
}

.single-cta h5 {
font-size: 20px;
margin-bottom: 15px !important;
}

.single-cta p {
margin-bottom: 0;
}

.single-cta p a {
color: #777;
}

.s-cta-btn .btn {
background: #0c2957;
color: #fff;
margin-top: 10px;
}

.widget.widget_media_image {
margin: 25px 0 0;
}

.award-box .date {
font-weight: 700;
font-size: 24px;
color: #00173c;
font-family: 'Jost', sans-serif;
}

.aw-line {
position: relative;
}

.aw-line::before {
content: "";
position: absolute;
height: 1px;
left: 9%;
border-bottom: 1px dashed;
top: 32%;
width: 81%;
margin: auto;
}

/* --- blog new css ----*/
.bsingle__content .meta-info ul {
padding-bottom: 0;
border-bottom: none;
display: inline-block;
width: 100%;
padding-left: 0;
margin-bottom: 20px;
}

.blog-deatails-box02 .meta-info ul {
margin-top: 0;
padding-left: 0;
padding-top: 0px;
}

.single-post .blog-deatails-box.single p {
margin-bottom: 25px;
}

.sticky .bsingle__content .meta-info ul {
padding-top: 0;
border-top: none;
display: inline-block;
width: 100%;
padding-left: 0;
}

.single-post .blog-deatails-box.single p.form-submit {
margin-bottom: 0;
}

.blog-deatails-box.single .bsingle__content {
padding: 0;
border: none;
}

.sidebar-widget .widget li {
padding-bottom: 5px;
border-bottom: 1px solid #e4e4e4;
padding-top: 5px;
float: left;
width: 100%;
min-height: 42px;
}

.sidebar-widget .widget a {
width: 100%;
text-align: left;
line-height: 28px;
margin-bottom: -26px;
position: relative;
z-index: 2;
}

.wp-block-cover-text {
color: #fff !important;
padding: 30px;
}

.inner-linke-page a,.post-page-numbers {
border: none;
height: 32px;
width: 32px;
display: inline-block;
line-height: 32px;
background: #fd4b38;
border-radius: 50%;
color: #fff;
font-weight: 400;
font-size: 14px;
text-align: center;
}

.inner-linke-page a:hover,.post-page-numbers:hover {
color: #ffffff;
background: #010f2e;
}

.inner-linke-page > span,.post-page-numbers.current {
border: none;
height: 32px;
width: 32px;
display: inline-block;
line-height: 32px;
font-weight: 400;
border-radius: 50%;
font-size: 14px;
text-align: center;
background: #010f2e;
color: #ffffff;
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.32);
}

.wp-block-media-text__media img {
width: 100%;
height: auto;
}

.wp-block-button__link {
border: none;
font-weight: 700;
padding: .76rem 1rem;
outline: none;
outline: none;
display: inline-block;
background: #00173c;
color: #fff !important;
width: auto;
border-radius: 5px;
margin-bottom: 15px;
text-align: center;
}

.tag-markup-2 ol li:last-child, .tag-markup-2 ul li:last-child {
margin-bottom: 20px;
}

.bsingle__content table th,.pages-content table th,.comment-text table th {
color: #00173c;
}

.bsingle__content table a, .pages-content table a,.comment-text table a {
color: #fd4b38;
outline: medium none;
}

.sidebar-widget .widget_nav_menu .sub-menu {
display: block;
position: relative;
margin-top: 5px !important;
border: none;
border-top-color: currentcolor;
border-top-style: none;
border-top-width: medium;
border-top: 1px solid #ddd;
}

.with-avatar .avatar {
border-radius: 50% !important;
display: none !important;
}

.ab-submenu .ab-item img {
display: none !important;
}

.avatar {
border-radius: 50% !important;
}

.wpding .footer-widget .widget_recent_comments ul li,.wpding .footer-widget .widget_rss ul li,.wpding .footer-widget .widget_meta ul li {
padding-bottom: 0px;
border-bottom: 1px solid #e4e4e4;
padding-top: 0px;
width: 100%;
text-align: right;
color: #62605c;
min-height: 42px;
line-height: 28px;
}

.comment-list .pingback, .comment-list .trackback {
border-top: 1px solid #d1d1d1;
border-top-color: rgb(209, 209, 209);
border-top-color: rgb(209, 209, 209);
padding: 1.75em 0;
margin-bottom: 0;
}

.wpding .footer-widget .widget ul li,.wpding .footer-widget .widget ul li a,.wpding .footer-widget p {
color: #62605c;
}

.wpding .footer-widget .widget ul li:hover,.wpding .footer-widget .widget ul li a:hover {
color: #fd4b38;
}

.wpding .footer-widget .widget_recent_comments ul li, .wpding .footer-widget .widget_rss ul li, .wpding .footer-widget .widget_meta ul li {
padding-bottom: 10px;
border-bottom: 1px solid #e4e4e4;
padding-top: 0px;
width: 100%;
text-align: left;
color: #62605c;
margin-bottom: 10px;
}

.wpding .footer-widget .widgettitle {
text-align: left;
color: #0d0d0d;
width: 100%;
display: inline-block;
}

.sidebar-widget .widget .children, .footer-bg .widget .children {
padding-left: 15px;
}

.sidebar-widget .widget_nav_menu .sub-menu {
display: block;
position: relative;
margin-top: 5px !important;
border: none;
border-top-color: currentcolor;
border-top-style: none;
border-top-width: medium;
border-top: 1px solid #ddd;
}

.footer-top.wpding .menu .sub-menu {
display: block;
position: relative;
margin-top: 0;
border: none;
border-top-color: currentcolor;
border-top-style: none;
border-top-width: medium;
border-top-color: currentcolor;
border-top-style: none;
border-top-width: medium;
border-top-color: currentcolor;
border-top-style: none;
border-top-width: medium;
border-top: 1px solid #ddd;
box-shadow: none;
padding-left: 10px;
float: left;
line-height: 28px;
min-width: 100%;
}

.footer-top.wpding .menu .sub-menu li {
float: none;
line-height: 40px;
}

.footer-widget .menu-item-has-children {
border-bottom: 1px solid #ddd;
line-height: 40px;
}

.footer-bg .wpding .widget {
margin-bottom: 30px;
}

.blog-deatails-box.single .single {
display: none;
}

.footer-widget .tag-cloud-link ,.footer-widget p {
color: #b2c0d8;
}

.wpding .footer-widget .tag-cloud-link {
color: #62605c;
}

.calendar_wrap {
color: #777;
}

.logo {
width: 220px;
}

.logo a {
color: #fff;
}

blockquote a ,blockquote cite {
color: #bacdff;
}

.booking-area .contact-form {
background: #fff;
padding: 50px 50px 30px 50px;
border-radius: 4px;
background-image: -moz-linear-gradient( 0deg, rgb(9,152,230) 0%, rgb(54,96,217) 100%);
background-image: -webkit-linear-gradient( 0deg, rgb(9,152,230) 0%, rgb(54,96,217) 100%);
background-image: -ms-linear-gradient( 0deg, rgb(9,152,230) 0%, rgb(54,96,217) 100%);
box-shadow: 0px 20px 60px 0px rgba(54, 96, 217, 0.3);
position: relative;
z-index: 1;
}

.booking-area ul {
display: flex;
}

.booking-area ul li {
margin-right: 18px;
}

.booking-area input {
width: 322px;
border: none;
background: #fff;
padding: 10px 20px;
transition: .3s;
border-radius: 4px;
}

.booking-area .custom-select {
display: inline-block;
width: 322px;
padding: .375rem 1.75rem .375rem .75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
vertical-align: middle;
background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
border: none;
border-radius: 4px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
height: calc(3.0em + 0.55rem + 2px);
}

.booking-area .bk-btn {
border-radius: 4px;
background-color: rgb(14, 38, 79);
box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.4);
padding: 17px 30px;
width: 176px;
float: left;
color: #fff;
position: relative;
border: none;
text-align: center;
text-transform: uppercase;
font-weight: 500;
}

.booking-area .contact-field i {
position: absolute;
right: 10px;
top: 22px;
background: #fff;
padding: 0 5px;
}

.booking-area h2 {
color: #fff;
}

.booking-area h5 {
color: #fff;
text-transform: uppercase;
}

.booking-area p {
color: #fff;
}

.booking-content-box a {
color: #fff;
border-bottom: 5px solid #fff;
margin-top: 15px;
display: inline-block;
padding-bottom: 5px;
}

.booking-contact-box {
background: #fff;
padding: 60px;
}

.booking-contact-box .nav.nav-tabs li {
width: 50%;
text-align: center;
font-weight: 700;
font-size: 20px;
}

.booking-contact-box .nav.nav-tabs li a {
color: #777777;
font-size: 20px;
border: none;
text-align: center;
font-weight: 700;
padding: 14px;
display: inline-block;
width: 100%;
}

.booking-contact-box .nav.nav-tabs li.active a,.booking-contact-box .nav.nav-tabs li a.active {
border: none;
border-bottom-color: currentcolor;
border-bottom-style: none;
border-bottom-width: medium;
border-bottom: 2px solid #fd4b38;
color: #000;
}

.wpding .footer-widget {
}

.wpding .footer-widget .widget_categories ul li a,.wpding .footer-widget .widget_archive ul li a {
width: 100%;
text-align: left;
line-height: 28px;
margin-bottom: -26px;
position: relative;
z-index: 2;
float: left;
color: #62605c;
}

.wpding .footer-widget li:hover {
color: #faa292;
}

.wpding .footer-widget ul li:last-child,.wpding .footer-widget .children li:last-child {
border-bottom: none;
}

.wpding .footer-widget .widget_categories .children li:last-child,.wpding .footer-widget .widget_archive .children li:last-child {
padding-bottom: 0;
margin-bottom: -8px;
}

.wpding .footer-widget .widget_categories ul li:last-child,.wpding .footer-widget .widget_archive ul li:last-child {
margin-bottom: 30px;
}

.wpding .footer-widget .widget_pages ul li {
padding-bottom: 0px;
border-bottom: 1px solid #ffffff4d;
padding-top: 0px;
width: 100%;
text-align: right;
color: #62605c;
min-height: 42px;
}

.wpding .footer-widget .widget_pages li .children {
border-top: 1px solid #ffffff4d;
margin-top: 0;
padding-bottom: 0px;
display: inline-block;
width: 100%;
}

.wpding .footer-widget .widget_pages ul li a {
width: 100%;
text-align: left;
margin-bottom: 0;
position: relative;
z-index: 2;
display: inline-block;
color: #62605c;
line-height: 40px;
min-height: 40px;
}

.wpding .footer-widget .tag-cloud-link {
color: #fff;
border: 2px solid #ffffff4d;
}

.wpding .footer-widget .widget ul li,.wpding .footer-widget .widget ul li a,.wpding .footer-widget p {
color: #fff;
}

.wpding .footer-widget .widget ul li:hover,.wpding .footer-widget .widget ul li a:hover {
color: #bacdff;
}

.wpding .footer-widget .widgettitle {
text-align: left;
color: #fff;
width: 100%;
display: inline-block;
}

.wpding .footer-widget .widget_recent_comments ul li,.wpding .footer-widget .widget_rss ul li,.wpding .footer-widget .widget_meta ul li {
padding-bottom: 0px;
border-bottom: 1px solid #ffffff4d;
padding-top: 0px;
width: 100%;
text-align: right;
color: #fff;
min-height: 42px;
line-height: 28px;
}

.comment-list .pingback, .comment-list .trackback {
border-top: 1px solid #d1d1d1;
border-top-color: rgb(209, 209, 209);
border-top-color: rgb(209, 209, 209);
padding: 1.75em 0;
margin-bottom: 0;
}

.wpding .footer-widget .widget_recent_comments ul li, .wpding .footer-widget .widget_rss ul li, .wpding .footer-widget .widget_meta ul li {
padding-bottom: 10px;
border-bottom: 1px solid #ffffff4d;
padding-top: 0px;
width: 100%;
text-align: left;
color: #fff;
margin-bottom: 10px;
}

.footer-bg .wpding .footer-widget .widget_archive:nth-child(1) {
margin-top: 100px;
}

.footer-bg .wpding .widget_nav_menu {
margin-bottom: 100px !important;
}

.footer-top.wpding .menu .sub-menu {
display: block;
position: relative;
margin-top: 0;
border: none;
border-top-color: currentcolor;
border-top-style: none;
border-top-width: medium;
border-top-color: currentcolor;
border-top-style: none;
border-top-width: medium;
border-top-color: currentcolor;
border-top-style: none;
border-top-width: medium;
border-top: 1px solid #ffffff4d;
box-shadow: none;
padding-left: 10px;
float: left;
line-height: 28px;
min-width: 100%;
background: none;
}

.footer-top.wpding .menu .sub-menu li {
float: none;
line-height: 40px;
border-bottom: 1px solid #ffffff4d;
display: inherit;
}

.footer-top.wpding .menu .sub-menu li:last-child {
border: none;
}

.footer-widget .menu-item-has-children {
border-bottom: 1px solid #ffffff4d;
line-height: 40px;
display: inline-block;
width: 100%;
}

.footer-bg .wpding .widget {
margin-bottom: 30px;
}

.wpding .footer-widget .widget_categories ul li,.wpding .footer-widget .widget_archive ul li {
padding-bottom: 5px;
border-bottom: 1px solid #ffffff4d;
padding-top: 5px;
float: left;
width: 100%;
text-align: right;
color: #fff;
}

.wpding .footer-widget .widget li .children {
border-top: 1px solid #ffffff4d;
margin-top: 10px;
padding-bottom: 0px;
display: inline-block;
width: 100%;
}

.sidebar-widget .widget li:last-child, .sidebar-widget .widget .children li:last-child, .sidebar-widget .widget .children .children li:last-child {
border-bottom: none;
padding-bottom: 0;
margin-bottom: -8px;
}

.sidebar-widget .widget_nav_menu .sub-menu li:last-child {
border-bottom: none;
padding-bottom: 0;
margin-bottom: 0;
}

.footer-top.wpding {
background: #010c26;
}
