/*
Theme Name: Restro
Theme URI: https://restro.themechampion.com
Author: ThemeChampion
Author URI: www.themechampion.com
Description: restro
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: restro
Tags:two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
*/
/****************************************************************************************
|||||||||||||     TABLE OF CONTENT STYLESHEET   ||||||||||||||||||||||
****************************************************************************************
*1 - Common css
*2 - Default css
*3 - Header1
*4 - Footer
*5 - Start Scroll to top
*6 - Inner Header Banner 
*7 - blog
    *7.1 -  Recent Posts
    *7.2 - Blog Grid
*8 - Home1 Page
*9 - Team Page
*10 - History Page
*11 - 404 Page
*12 - Coming Soon
*13 - Team Details Page
*14 - Header Search
*15 - portfol Grid
*16 - Related Portfolio
*17 - Menu One Page
*****************************/
/*
*1 - Common css
*/
@font-face {
    font-family: 'FunctionTwoLight';
    src: url('assets/fonts/functiotwolight/functiontwolight-regularitalic-webfont.eot');
    src: url('assets/fonts/functiotwolight/functiontwolight-regularitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/functiotwolight/functiontwolight-regularitalic-webfont.woff2') format('woff2'),
         url('assets/fonts/functiotwolight/functiontwolight-regularitalic-webfont.woff') format('woff'),
         url('assets/fonts/functiotwolight/functiontwolight-regularitalic-webfont.svg#functiontwolightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Gabriola';
    src: url('assets/fonts/gabriola/Gabriola.eot');
    src: url('assets/fonts/gabriola/Gabriola.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/gabriola/Gabriola.woff2') format('woff2'),
         url('assets/fonts/gabriola/Gabriola.woff') format('woff'),
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Kaibon';
    src: url('assets/fonts/Kaibon (DEMO).woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
::-moz-selection { /* Code for Firefox */
    background: #cfa86e;
    color: #fff;
}

::selection {
    background: #cfa86e;
    color: #fff;
}
.elementor-element.elementor-widget-image{
    overflow: hidden;
}
.elementor-element.elementor-widget-image img{
    transition: all 500ms ease;
}
.elementor-element.elementor-widget-image:hover img {
    transform: scale(1.05);
}
body {
    font-weight: 400;
    font-size: 18px;
    background: #030e16!important;
    margin: 0;
    font-family: "PT Sans", sans-serif;
    color: #cbcccc;
    line-height: 1.5;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'FunctionTwoLight';
    font-weight: 800;
}
h1,h2,h3,h4,h5,h6{
    color: #f3f3f3;
    margin: 0;
    padding: 0;
    line-height: 1.2em;
}
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
a{
	color: #f3f3f3;
    transition: 0.3s;
    font-family: 'FunctionTwoLight';
}
a:active,a:hover,a:focus {
    text-decoration: none;
    color: #cfa86e;
}
h1 { 
   font-size: 48px;
} 
p {
    font-size: 18px;
    font-family: "PT Sans", sans-serif;
    line-height: 1.5em;
    font-weight: 400;
    color: #cbcccc;
}
span.font-awe {
    font-family: 'FontAwesome';
    padding: 0 10px!important;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: .01em;
    font-weight: bold;
}
i{
    font-family: 'FontAwesome';
    font-style: normal;
}
.globle_sub_heading h5{
    font-family: 'Gabriola';
    color: #CFA86E;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2em;
    letter-spacing: 0.5px;
}
.container {
    padding: 0 15px;
}
ul {
    list-style: disc;
}
li > ul, li > ol{
    padding-bottom: 0!important;
    margin-bottom: 0px!important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: 0;
    border-bottom: 1px solid #dee2e680;
    -webkit-text-fill-color: #CBCCCC;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    transition: background-color 5000s ease-in-out 0s;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}
.elementor-widget:not(:last-child){
    margin-bottom: 0!important;
}
.elementor-element.dropcaps .elementor-widget-container::first-letter,
.elementor-element.dropcaps_right .elementor-widget-container::first-letter {
  float: left;
  line-height: 1;
  font-size: 42px;
  font-family: "Roboto", sans-serif;
  color: #cfa86e;
  border: solid #cfa86e;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 5px;
  padding-left: 5px;
  margin-right: 5px;
  margin-bottom: -5px;
}
.elementor-element.dropcaps_right .elementor-widget-container::first-letter{
    color: #f3f3f3;
    border: solid #f3f3f3;
}
.elementor-element.element_accord_height{
    height: 300px;
}
.restro_button a::before,.restro_button.dark_button a::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    background-color: #cfa86e;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5);
    border-radius: 50px;
}
.restro_button.dark_button a::before{
    background-color: #1C5E5D;
}
.restro_button a:hover::before,.restro_button.dark_button a:hover::before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.elementor-lightbox .elementor-lightbox-image, .elementor-lightbox .elementor-video-container{
    box-shadow: unset!important;
}
.elementor-fit-aspect-ratio iframe{
    background-color: transparent!important;
}
/*
*2 - Default css 
*/
/**/
.bypostauthor
/**/
.site-footer .widget_archive ul li,
.site-footer .widget p.widget_title,
.site-footer .widget.widget_archive li a,
.site-footer .widget_pages li a,
.site-footer .widget_meta li a,
.site-footer .widget_recent_comments li a,
.site-footer .widget_recent_entries li a,
.site-footer .widget_nav_menu li a,
.site-footer .widget_rss li a,
.site-footer .widget_meta ul li,
.site-footer .widget_recent_comments ul li,
.site-footer .widget_recent_entries ul li,
.site-footer .widget_pages ul li,
.site-footer .widget_rss ul li,
.site-footer .widget_title a,
.site-footer p,
.site-footer table>thead>tr>th,
.site-footer table>tbody>tr>td,
.site-footer span,
.site-footer a,
.site-footer caption {
    color: #cbcccc;
}
textarea,textarea.form-control{
	height: 165px!important;
}
.site-footer .widget.widget_categories p.widget_title {
    color: #041b26;
}
footer .widget p.widget_title,footer.site-footer .widget p.widget_title,footer.site-footer .widget.widget_categories p.widget_title {
    font-size: 22px;
    text-transform: none;
    font-weight: 800;
    font-family: 'FunctionTwoLight';
    line-height: 1.2;
    color: #cfa86e;
}
.rotated {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    display: inline-block;
}
.block-title {
    margin-bottom: 60px;
}
.block-title__tag-line {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    color: #a2a0a0;
    display: block;
    letter-spacing: .3em;
    line-height: 1em;
}
.block-title h3 {
    margin: 0;
    color: #041b26;
    font-size: 36px;
    font-weight: bold;
}
.block-title__tag-line+h3 {
    margin-top: 15px;
}
.block-title__line {
    display: block;
    background-color: #cfa86e;
    width: 123px;
    height: 3px;
}
h3+.block-title__line {
    margin-top: 20px;
}
.block-title.text-center .block-title__line {
    margin-left: auto;
    margin-right: auto;
}
.block-title p {
    margin: 0;
    color: #45484a;
    font-size: 16px;
    line-height: 24px;
}
.block-title__line+p {
    margin-top: 35px;
}
.home.blog .topbar-one__info-icon-inner i,
.home.blog .topbar-one__info-content h4,
.home.blog .topbar-one__info-content p,
.home.blog .topbar-one__social a {
    color: #032548;
}
.icofont-ui-call:before {
    content: "\f095" !important;
}
i.icofont-ui-call,
i.icofont-envelope-open {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icofont-envelope-open:before {
    content: "\f0e0" !important;
}
.wp-block-group {
    padding: 15px;
    margin: 15px 0;
}
.widget .wp-block-group {
    padding: 0;
    margin: 0;
}
.wp-block-latest-posts.wp-block-latest-posts__list li,
ol.wp-block-latest-comments li{
    padding: 0 0 20px;
    margin-bottom: 0;
    line-height: 25px;
}
.wp-block-button,
.has-large-font-size,
:root .has-very-light-gray-color {
    margin: 15px 0;
}
.wp-block-calendar table th {
    font-weight: 400;
    background: #cfa86e;
    padding: 10px;
}
.wp-block-calendar tbody td, .wp-block-calendar th {
    padding: 10px;
    border: 1px solid #cbcccc;
}
.wp-block-calendar table caption, .wp-block-calendar table tbody{
    color: #cbcccc;
}
blockquote {
    border-left: 5px solid #cfa86e;
    padding: 20px 25px;
    margin: 20px 0!important;
    font-size: 18px;
    line-height: 32px;
    font-style: italic;
    position: relative;
	background-color: #f3f3f3;
    font-weight: 600;
    box-shadow: 0 0 10px #f3f3f3;
    text-align: left;
}
blockquote a{
color:#030e16;
}

blockquote p {
    margin-bottom: 0;
    color: #030e16;
}
.blog-list__content blockquote p,.blog-list__content blockquote p a {
    margin-top: 0;
	color: #030e16;
}
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    padding: 40px 40px 40px 116px;
}
blockquote cite,.wp-block-pullquote cite {
    margin-top: 10px;
    display: block;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
	color: #030e16;
}
.has-large-font-size {
    font-size: 2.25em!important;
}
.posts_list div.blog-list-cl>ul {
    padding-left: 20px;
}
.posts_list .blog-list-cl ul li a {
    color: #0D102E;
}
.blog-list-cl ul li a:hover {
    color: #fB642d;
}
code {
    font-size: 87.5%;
    color: #cfa86e;
    word-break: break-word;
}
pre {
    background: #eee;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}
a:hover code {
    color: #c7254e;
}
.blocks-gallery-grid .blocks-gallery-image, 
.blocks-gallery-grid .blocks-gallery-item, 
.wp-block-gallery .blocks-gallery-image, 
.wp-block-gallery .blocks-gallery-item{
    margin: 1em 1em 0 0;
}
.blog-list__content .wp-block-calendar {
    padding-top: 20px;
}
.posts_list .blog-list-cl h1,
.posts_list .blog-list-cl h2,
.posts_list .blog-list-cl h3,
.posts_list .blog-list-cl h4,
.posts_list .blog-list-cl h5,
.posts_list .blog-list-cl h6 {
    margin-top: 20px;
    margin-bottom: 10px;
    text-transform: none;
    font-weight: 500;
    font-family: 'FunctionTwoLight';
}
.posts_list .blog-list-cl h1 {
    font-size: 36px;
}
.posts_list .blog-list-cl h2 {
    font-size: 30px;
}
.right-column .posts_list .blog-list-cl h3 {
    font-size: 24px;
    font-weight: 500;
    font-family: 'FunctionTwoLight';
    margin-bottom: 10px;
    text-transform: none;
}
.posts_list .blog-list-cl h4 {
    font-size: 18px;
}
.pull-right {
    float: right !important;
}
.left-column {
    float: left;
}
.left-column.right-left-column {
    float: right;
}
.row.blog {
    display: inline-block;
    width: 100%;
    margin: 0;
}
.bottom_space .row.blog {
    margin-bottom: -35px;
}
table>thead>tr>th,
table>tbody>tr>th,
table>tfoot>tr>th,
table>thead>tr>td,
table>tbody>tr>td,
table>tfoot>tr>td {
    line-height: 1.42857;
    padding: 5px;
    font-size: 15px;
    text-align: center;
    border: 1px solid #ccc;
    color: #cbcccc;
}
table>thead>tr>th a, table>tbody>tr>th a, table>tfoot>tr>th a, 
table>thead>tr>td a, table>tbody>tr>td a, table>tfoot>tr>td a{
    color: #f3f3f3;
}
.site-footer table>thead>tr>th,table>thead>tr>th, table>tfoot>tr>th, table>thead>tr>td{
    background: #cfa86e;
    color: #fff;
}
a {
    color: #cbcccc;
}
a:focus,
a:hover {
    color: #cfa86e;
}
.textwidget select {
    margin-bottom: 20px;
}
.posts_list .blog-list-cl ul li span {
    font-size: 14px !important;
}
.posts_list ul.page-numbers li {
    list-style: none;
    float: left;
    font-size: 14px;
    background: #efefee;
    font-family: 'FunctionTwoLight';
    font-weight: 600;
    margin-right: 5px;
    width: 40px;
    display: inherit;
}
.posts_list .page-numbers li a {
    color: #929292;
    text-decoration: none;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: block;
}
.posts_list input[type=submit] {
    padding: 3px 20px;
    color: #fff;
    background: #383838;
    border: 0;
}
.widget {
    margin-bottom: 40px;
}
.widget:last-child {
    margin-bottom: 0;
}
#tmc_footer_socials-4 .footer-widget__social {
    margin-top: 15px;
}
#tmc_footer_socials-4.widget_tmc_footer_socials .footer-widget__social a {
    padding: 0;
}
#tmc_footer_socials-4.widget_tmc_footer_socials .footer-widget__social a i {
    background: #000;
    color: #fff;
    border-radius: 50px;
    padding: 12px 14px;
}
#tmc_footer_socials-4.widget_tmc_footer_socials .footer-widget__social a i.fa.fa-facebook {
    padding: 12px 18px;
    background-color: #2b4170;
    background: -moz-linear-gradient(top, #3b5998, #2b4170);
    background: -ms-linear-gradient(top, #3b5998, #2b4170);
    background: -webkit-linear-gradient(top, #3b5998, #2b4170);
}
#tmc_footer_socials-4.widget_tmc_footer_socials .footer-widget__social a i.fa.fa-twitter {
    background: rgba(29, 161, 242, 1);
}
#tmc_footer_socials-4.widget_tmc_footer_socials .footer-widget__social a i.fa.fa-linkedin {
    background: #0072b1;
}
#tmc_footer_socials-4.widget_tmc_footer_socials .footer-widget__social a i.fa.fa-instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
.footer-widget__social a i .footer-widget .widget {
    margin-bottom: 0px;
}
.widget .recentTitle h5 {
    margin: 0;
    color: #041b26;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.widget_categories ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.widget_categories ul li,.widget_archive ul li {
    font-size: 18px;
    font-weight: 500;
    color: #cfa86e;
    margin: 20px 0;
}
.widget h4,
.widget h3,
.widget.widget_block h2 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 25px;
    font-family: 'FunctionTwoLight';
    letter-spacing: 1px;
    color: #cfa86e;
}
footer .widget h4,
footer .widget h3,
footer .widget.widget_block h2 {
    color: #fff;
    font-weight: 500;
    font-size: 26px;

}
.widget_categories ul li a,
.widget_recent_entries li a,
.widget_recent_comments li a,.widget_recent_comments li,
.widget_archive ul li a,
.wp-block-latest-posts.wp-block-latest-posts__list li a,
ol.wp-block-latest-comments footer.wp-block-latest-comments__comment-meta,
ol.wp-block-latest-comments footer.wp-block-latest-comments__comment-meta a,
ul.wp-block-categories-list.wp-block-categories li a {
    color: #cbcccc;
    font-size: 18px;
    padding: 0;
    position: relative;
    font-weight: 500;
    letter-spacing: 0.5px;
    width: 85%;
    font-family: "PT Sans", sans-serif;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper{
    padding: 0;
    border: 0;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button{
    padding: 14px 12px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.left-column.right-left-column .widget_block.widget_search .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button{
    position: absolute;
    right: 0;
    top: 0;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input{
    padding: 0 15px;
}
.left-column.right-left-column .widget_block.widget_search .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input{
    width: 100%;
}
ol.wp-block-latest-comments footer.wp-block-latest-comments__comment-meta a,.widget_recent_comments li a{
    padding-left: 0;
    width: auto;
}
ol.wp-block-latest-comments {
    margin-left: 0;
    padding-inline-start: 0;
}
.widget_recent_comments li{
    padding-bottom: 20px;
    margin-bottom: 0;
}
.widget_recent_entries li{
    padding: 10px 0;
    margin-bottom: 0;
}
.recentcomments .comment-author-link a {
    color: #cfa86e;
}
.blog-category-cl li:last-child,
.widget_recent_comments li:last-child,
.widget_categories ul li:last-child,
.widget_recent_entries li:last-child,
.widget_archive ul li:last-child
 {
    margin-bottom: 0px;
    padding-bottom: 0px;
}


.widget_categories ul li a:hover,
.widget_recent_entries li a:hover,
.widget_recent_comments li a:hover,
.widget_archive ul li a:hover {
    font-weight: 500;
}
.widget_categories ul li a:before,.widget_recent_entries li a:before,
.wp-block-latest-posts.wp-block-latest-posts__list li a:before,
ol.wp-block-latest-comments footer.wp-block-latest-comments__comment-meta:before,
ul.wp-block-categories-list.wp-block-categories li a:before {
	content: "";
    background: #cfa86e;
    height: 2px;
    width: 10px;
    margin: 10px 10px 0 0;
    float: left;
}
.blog-list__content ol.wp-block-latest-comments footer.wp-block-latest-comments__comment-meta:before{
    display: none;
}
.widget_search input[type=submit]:hover {
    padding: 3px 20px;
    color: #fff;
    background: #fB642d;
    border: 0;
}
.widget_archive ul {
    margin: 0px;
    padding: 0px;
}
.widget_archive ul li a {
    text-decoration: none;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.widget_archive select,
.widget_categories select,
.widget_text select {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
}
.column_sidebar .widget_archive select,
.column_sidebar .widget_categories select,
.column_sidebar .widget_text select{
    -webkit-appearance: none;
    -moz-appearance: none;
}
select {
    margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
    width:100%;
    background-image:
    linear-gradient(45deg, transparent 50%, #141516 50%),
    linear-gradient(135deg, #141516 50%, transparent 50%),
    linear-gradient(to right, transparent, transparent);
    background-position:
    calc(100% - 17px) calc(1.5em + -3px),
    calc(100% - 12px) calc(1.5em + -3px),
    calc(100% - 2.5em) 0.5em;
    background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
    background-repeat: no-repeat;
    padding: 10px;
}
span.font-awe {
    font-family: 'FontAwesome';
    padding: 0 10px!important;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: .01em;
    font-weight: bold;
}
.widget_search.footerBlock.normall .search form{
    box-shadow: 0 0 10px 0 #111d1e;
}
.widget_search.footerBlock.normall .search form button{
    padding: 14px 19px;
}
.widget_categories ul li ul {
    padding-left: 15px;
}

.widget ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
}
.widget_categories .children,
.widget_pages .children {
    margin-top: 12px;
}
.widget_pages ul li:first-child,
.widget_meta ul li:first-child,
.widget_nav_menu li:first-child {
    border-top: 0px;
	padding-top:0px;
}
.widget_meta ul li,
.widget_pages ul li,
.widget_rss ul li {
    font-size: 16px;
    padding: 10px 0;
    margin-bottom: 0;
}
.widget_recent_entries ul li:first-child {
    padding-top: 0;
}
.widget_pages ul li ul li {
    padding-left: 15px;
}
.widget_pages .children {
    margin-top: 0.7667em;
}
.widget_search .search form,.wp-block-search {
    padding-right: 50px;
    color: #c2c2c2;
    width: 100%;
    background-color: #fff;
    border-radius: 3px;
    position: relative;
}
.wp-block-search{
    padding-right: 0;
}
.wp-block-search .wp-block-search__label{
    display: none;
}
.widget_search .search form button,.search_layout .search form button,
.wp-block-search .wp-block-search__button {
    background-color: #cfa86e;
    border: none;
    outline: none;
    position: absolute;
    cursor: pointer;
    color: #fff;
    font-weight: 700;
    padding: 14px 18px;
    max-height: 49px;
    font-size: 15px;
    right: 0;
}
.wp-block-search .wp-block-search__button svg{
    color: #fff;
    fill: #fff;
}
.widget_search input.search_main,
.widget_search .search form input,.search_layout input.search_main,
.wp-block-search .wp-block-search__input {
    height: 49px;
    padding: 0 15px;
    font-size: 16px;
    border: none;
    background: #041b26;
    outline: none;
    color: #cbcccc;
    width: 100%;
}
.blog-list__content .widget_search input.search_main,
.blog-list__content .widget_search .search form input,.blog-list__content .search_layout input.search_main,
.blog-list__content .wp-block-search .wp-block-search__input{
    color: #030e16;
    background: #ffff;
}
.blog-list__content .wp-block-search__inside-wrapper,.blog-list__content select{
    margin-bottom: 20px;
}
.widget_search input.search_main {
    width: 100%;
}
.search_layout input.search_main{
    max-width: 85%;
}
.search_layout .form-group {
    margin-bottom: 100px;
}
.widget_search .search form .form-group {
    height: 100%;
    margin: 0px;
}
.search-results .header1 .search-btn i,
.search-results .header2 .search-btn i,
.search-results .header3 .search-btn i,
.search-results .header1 .group-icon-btn.window_open i,
.search-results .menu-minicart-area i {
    font-family: 'FontAwesome';
}
.search-form .input-group-addon {
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear;
    border: 0;
    border-radius: 0;
    padding: 0;
}
.search-form .input-group {
    display: unset;
}
.cd-search {
    display: none;
    margin-bottom: 10px;
}
.cd-search input {
    height: 50px;
    border-radius: 0;
    border: none;
    font: 18px/1em "PT Sans", sans-serif;
    padding: 0 18px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    z-index: 0;
    background: transparent;
    padding-left: 30px;
    width: 100%;
    border: 1px solid #ccc;
}
.cd-search input::placeholder {
    color: #f2f2f2;
}
.widget_search .icon-Search:before {
    color: #fff;
}
.posts_list .search form {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 85%;
}
.search_layout .posts_list .search form input.search_main{
    max-width: 100%;
}
.widget_nav_menu li {
    padding: 10px 0;
    font-size: 16px;
    margin: 0;
}
.widget_nav_menu li:last-child {
    padding-bottom: 0px;
}
.widget_nav_menu .sub-menu {
    margin-top: 20px;
    overflow: hidden;
}
.widget_nav_menu ul li ul {
    position: relative;
    padding-left: 20px;
    box-shadow: none;
    border: 0;
    background: 0;
    width: 100%;
    margin: 0;
}
.widget.widget_archive li a,
.blog-category-cl .cat-item a,
.widget_pages li a,
.widget_meta li a,
.widget_nav_menu li a,
ul.wp-block-archives-list.wp-block-archives li a,
ul.wp-block-categories-list.wp-block-categories li a {
    color: #cbcccc;
    font-family: "PT Sans", sans-serif;
}
footer.site-footer .blog-category-cl .cat-item a{
    color: #cacaca;
}
footer .widget_nav_menu ul li a,
footer .widget_archive ul li a{
    position: relative;
}
.widget_nav_menu ul li a:before,
.widget_archive ul li a:before
{
	position: relative;
    content: "";
    background: #cfa86e;
    height: 2px;
    width: 10px;
    left: 0;
    margin-right: 10px;
    margin-top: 11px;
    float: left;	
}
.widget_rss li a {
    color: #cfa86e;
}
cite {
    color: #030e16;
}
.widget_pages li a:hover,
.widget_meta li a:hover,
.widget_recent_comments li a:hover,
.widget.widget_archive li a:hover,
.widget_nav_menu li a:hover,
.widget_rss li a:hover {
    color: #cfa86e;
}
.widget_restro_posts .widget_recent_entries li {
    margin-bottom: 15px;
    padding-left: 90px;
}
.widget_recent_entries li span.post-date {
    font-weight: 400;
    color: #cfa86e;
    font-size: 15px;
}
.widget_recent_entries ul img {
    display: inline-block;
    width: 75px;
    height: 75px;
    margin-right: 5px;
    position: absolute;
    left: 45px;
    margin-top: 0;
}
.case_sidebar .widget_recent_entries ul img{
    left: 30px;
}
.widget_pages ul li:last-child,
.widget_meta ul li:last-child
{
    border-bottom: 0;
    padding-bottom: 0;
}
ul.blog-category-cl li.cat-item a:before {
    color: #757575;
}
footer.site-footer .widget_tag_cloud .tagcloud a{
    border-color: #cacaca;
    background: #cacaca;
    color: #041b26;
}
.widget_categories,
.widget_tag_cloud,
.widget_recent_entries,
.widget_nav_menu,
.widget_pages,
.widget_recent_comments,
.widget_archive,
.widget_meta,
.widget_block {
    overflow: hidden;
    background: #041b26;
    padding: 25px; 
}
footer.site-footer .widget_categories,
footer.site-footer .widget_tag_cloud,
footer.site-footer .widget_recent_entries,
footer.site-footer .widget_nav_menu,
footer.site-footer .widget_pages,
footer.site-footer .widget_recent_comments,
footer.site-footer .widget_archive,
footer.site-footer .widget_meta,
footer.site-footer .widget_block {
    padding: 0;
}
.widget_block.widget_search{
    background: transparent;
    padding: 0;
    position: relative;
}
.widget_tag_cloud {
    padding-bottom: 25px;
}
.text_block>h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-size: 40px;
    font-family: inherit;
    font-weight: 700;
}
.text_block>h1,
.text_block>h2,
.text_block>h3,
.text_block>h4,
.text_block>h5,
.text_block>h6 {
    text-transform: initial;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 15px;
    font-family: 'FunctionTwoLight';
}
.text_block>h1 {
    font-size: 48px;
    font-weight: bold;
}
.text_block>h3 {
    font-size: 24px;
}
.tt-featured-title {
    color: #0D102E;
    font-size: 18px;
    font-family: 'FunctionTwoLight';
    font-weight: 700;
}
.emptySpace50 {
    height: 50px;
}
.emptySpace60 {
    height: 60px;
}
.emptySpace40 {
    height: 40px;
}
.emptySpace20 {
    height: 20px;
}
.commentsWrapper .form-field input[type=submit] {
    padding: 13px 30px;
}
.posts_list .blog-list-cl h6.main_t {
    margin-top: 0px;
}
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
    clear: left;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
    clear: right;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.cat-list {
    clear: both;
}
blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
    margin: 0.4em 1.6em 1.6em 0;
}
blockquote.alignright,
.wp-caption.alignright,
img.alignright {
    margin: 0.4em 0 1.6em 1.6em;
}
blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
    clear: both;
    margin-top: 0.4em;
    margin-bottom: 1.6em;
}
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
    margin-bottom: 1.2em;
}
.wp-caption {
    max-width: 100%;
}
.wp-caption-text {
    padding: 0.5em 0;
    color: #cbcccc;
}
ul.page-numbers {
    padding: 0;
    list-style: none;
}
.page-numbers li {
    display: -webkit-inline-box;
}
.page-numbers li span {
    color: #929292;
    text-decoration: none;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: block;
}
.page-numbers li span.current,
.page-numbers li a:hover {
    background: #383838;
    color: #fff;
}
.page-numbers li a {
    color: #929292;
    text-decoration: none;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: block;
}
.gallery {
    margin-bottom: 1.6em;
}
.gallery-item {
    display: inline-block;
    padding: 1.79104477%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-icon img {
    margin: 0 auto;
}
.gallery-caption {
    color: #707070;
    color: #cbcccc;
    display: block;
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0.5em 0;
    word-break: break-all;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}
.page-links {
    position: relative;
    padding: 10px 0;
    color: #f3f3f3;
    font-weight: 700;
    margin-top: 50px;
    text-align: left;
}
.page-links label {
    margin-right: 10px;
}
iframe {
    max-width: 100%;
    vertical-align: middle;
}
.genericon-pinned::before {
    content: "\f08d";
    font-family: FontAwesome;
    font-size: 20px;
    float: left;
    margin-right: 15px;
    line-height: 40px;
    color: #fff;
}
.wp-block-cover,
.wp-block-cover-image {
    margin-bottom: 50px;
}
table {
    width: 100%;
    margin: 0 0 1.5em;
}
dd {
    margin: 0 1.5em 1.5em;
}
p.has-text-color strong {
    color: #cbcccc;
}
h4#reply-title {
    color: #0D102E;
    font-size: 20px;
    font-family: 'FunctionTwoLight';
    font-weight: 600;
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 25px;
}
.pull-right .mainBlogContent {
    margin: 0px 0px 30px 30px;
    float: left;
    width: 100%;
    height: auto;
}
.row.blog .pull-right {
    float: right;
}
.row.blog .sidebar-left.pull-left {
    float: left;
}
.blog-img-hov {
    bottom: 30px;
    left: 30px;
}
img {
    border: 0;
    height: auto;
    max-width: 100%;
}
.commentsWrapper{
    margin-top: 50px;
    color: #cbcccc;
    box-shadow: unset;
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
}
.commentsWrapper ol.commentlist {
    padding-left: 0;
    padding-right: 0;
}
.commentsWrapper h3 {
    margin: 0;
    font-size: 24px;
    color: #f3f3f3;
    font-weight: 500;
    margin-bottom: 0;
    font-family: 'FunctionTwoLight';
    padding: 0 15px;
    margin-bottom: 25px;
}
.commentsWrapper .comment-content h3{
    padding-left: 0;
}
.commentsWrapper h3.comment-reply-title{
    margin-bottom: 25px;
    margin-left: 15px;
    padding-left: 0;
    padding-right: 0;
}
.commentsWrapper img {
    margin-bottom: 5px;
}
.comment-respond .form-group {
    margin: 0;
}
.comment-respond .logged-in-as a{
	color: #cfa86e;
}
.comment-respond .logged-in-as a:hover{
    color: #cbcccc;
    background: transparent;
}
.form-control {
    height: unset;
    line-height: unset;
}
.comment-respond .col-md-6 {
    float: left;
}
.commentlist {
    margin-bottom: 0;
    list-style: none;
    padding: 0;
    position: relative;
    margin-top: 0;
}
.commentlist li {
    position: relative;
    margin-bottom: 0;
    color: #cbcccc;
}
.commentlist li > ul,.commentlist li > ol{
    margin-top: 0;
}
.commentlist li.depth-2,
.commentlist li.depth-3{
    padding: 0 0 0 27px;
}

.commentsWrapper .commentlist li.comment
{
	list-style: none;
}


.commentlist .pingback, .commentlist .trackback {
    padding: 25px;
    margin-bottom: 25px;
    border-radius: 5px;
    background: #f2f2f2;
}
.comment_img {
    float: left;
    margin-right: 25px;
}
.comment_img img {
    max-width: 70px;
    display: table-cell;
    vertical-align: top;
}
.comment_text h6,
.comment_text h6 a {
    font-size: 18px;
    font-weight: 600;
    color: #041b26;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.comment_text span,
.comment_text time {
    color: #cfa86e;
    font-size: 18px;
    font-weight: 500;
    line-height: 1em;
    margin-top: 15px;
    margin-bottom: 25px;
    font-family: "PT Sans", sans-serif;
}
.comment_text span a,
.comment_text time a {
    color: #041b26;
}
.comment_text .edit-link a,.commentlist .pingback .comment_text .edit-link a, .commentlist .trackback .comment_text .edit-link a,
.edit-link a,.commentlist .pingback .edit-link a, .commentlist .trackback .edit-link a {
    color: #cfa86e;
    transition: 0.3s;
    font-family: "PT Sans", sans-serif;
}
.edit-link a:before {
    content: "|";
    margin: 5px;
}
.commentsWrapper .commentlist li.comment span.says {
    display: none;
}
.commentsWrapper .commentlist li.comment .comment-author.vcard {
    margin-bottom: 5px;
    margin-right: 90px;
}
.commentsWrapper .commentlist li.comment .comment-body .comment-metadata {
    margin-bottom: 10px;
    font-weight: 500;
}
.commentsWrapper .commentlist li.comment .comment-body .comment-metadata a{
    color: #cfa86e;
    font-family: "PT Sans", sans-serif;
    font-size: 18px;
}
.commentsWrapper .commentlist li.comment .comment-body .reply {
    position: absolute;
    top: 35px;
    right: 0;
}
.commentsWrapper .commentlist li.comment .comment-body .comment-content p{
    margin: 0;
    color: #CBCCCC;
    font-size: 18px;
    font-family: "PT Sans", sans-serif;
    line-height: 1.7em;
    font-weight: 400;
}
.commentsWrapper .commentlist li.comment .comment-body .comment-content blockquote p,
.commentsWrapper .commentlist li.comment .comment-body .comment-content blockquote a,
.commentsWrapper .commentlist li.comment .comment-body .comment-content blockquote p a,
.commentlist .pingback, .commentlist .trackback,.commentlist .pingback a, .commentlist .trackback a{
    color: #030e16;
}
.comment_text .edit-link a:hover,
.edit-link a:hover {
    text-decoration: underline;
}
.comment_text a.comment-reply-link,
.comment-reply-link {
    background: #cfa86e;
    padding: 6px 20px;
    color: #fff;
    font-size: 14px;
    border-radius: 0;
    font-weight: 400;
    transition: 0.3s;
    position: absolute;
    right: 6%;
    top: 24%;
    font-family: "Open Sans", Sans-serif;
    line-height: normal;
}
.comment-reply-link:hover,.comment_text a.comment-reply-link:hover {
    color: #fff;
}
.commentsWrapper .comment-respond {
    margin: -1px 0 0;
    background: #041b26;
    position: relative;
    z-index: 1;
    padding: 35px 25px 10px;
}
.commentsWrapper input {
    height: 50px;
    border-radius: 0;
    font-weight: 400;
    border: 0;
    margin-bottom: 25px;
    padding: 12px;
    border: 0;
    background: #030e16;
}
.commentsWrapper input:focus{
    background: #030e16;
    color: #f3f3f3;
}
.commentsWrapper .commentlist li.comment .comment-body {
    position: relative;
    margin-top: 0;
    background: transparent;
    padding-left: 98px;
    padding-bottom: 35px;
    padding-top: 35px;
    border-bottom: 1px solid #cccccc38;
    margin-bottom: 0;
}
.commentsWrapper .commentlist li.comment .comment-author img {
    float: left;
    border-radius: 0;
    position: absolute;
    left: 0;
    max-width: 60px;
}
.commentsWrapper .commentlist li.comment .comment-author.vcard a,
.commentsWrapper .commentlist li .comment-content a{
    color: #f3f3f3;
    font-family: 'FunctionTwoLight';
    font-size: 24px;
    letter-spacing: 1px;
    font-weight: 500;
}
dl,dt,dd{
    color: #cbcccc;
}
dl a,dt a,dd a{
    color: #fff;
}
label a,
.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label label,
.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label a,
table td label,table td label a {
    color: #f3f3f3;
}
.wp-block-latest-comments__comment-excerpt p{
    word-break: break-all;
}
a#cancel-comment-reply-link {
    color: #cfa86e;
    padding-left: 10px;
}
.commentsWrapper textarea {
    height: 165px;
    border-radius: 0;
    border: 0;
    font-weight: 400;
    margin-bottom: 30px;
    padding: 12px;
    border: 0;
    background: #030e16;
    outline: none;
    color: #f3f3f3;
}
.commentsWrapper textarea:focus{
    background: #030e16;
    color: #f3f3f3;
}
.commentsWrapper input::placeholder,.commentsWrapper textarea::placeholder{
    color: #bbbbbb;
}
.comment_text p {
    color: #45484a;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 10px;
}
.comment-form .form-field {
    display: inline-block;
}
.srchexcerpt {
    padding-bottom: 0px;
}
.comment-form p {
    margin: 0 15px;
}
p.logged-in-as {
    margin-bottom: 15px;
}
.commentsWrapper .comment-form .form-field input[type=submit] {
    padding: 13px 30px;
}
.comment-form p.form-submit input[type=submit] {
    font-size: 18px;
    font-weight: 500;
    color: #CFA86E;
    background: #041B26;
    border: 2px solid #CFA86E;
    padding: 14px 35px;
    border-radius: 0px;
    text-transform: capitalize;
    height: auto;
    transition: 0.5s;
    line-height: 1;
}
.comment-form p.form-submit input[type=submit]{
    margin: 0;
    margin-bottom: 30px;
}
.comment-form p.form-submit input[type=submit]:hover {
    background: #CFA86E;
    color: #fff;
}
.post-password-form input[type=password] {
    font-size: 16px;
    font-weight: 600;
    color: #041b26;
    background: #f2f2f2;
    border: 0;
    padding: 5px 25px;
    border-radius: 0;
    text-transform: capitalize;
    height: auto;
    margin-right: -6px;
    outline: none;
    margin-left: 10px;
}
.post-password-form input[type=submit] {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: #cfa86e;
    border: 0;
    padding: 5px 25px;
    border-radius: 0;
    text-transform: capitalize;
    height: auto;
    outline: none;
}
.blog-comment__btn .thm-btn {
    position: relative;
    overflow: hidden;
    z-index: 9;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: transform;
    transition-property: transform;
    cursor: pointer;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.blog-comment__btn .thm-btn:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
ul {
    margin: 0;
}
ol li,ul li {
    line-height: 25px;
    margin-bottom: 10px;
    color: #cbcccc;
}
ul li > ul, ol li > ol{
    margin-top: 10px;
}
.container-main .blog,
.container-main .shop_detail {
    display: flow-root;
}
.container.container-main.main-container {
    padding-top: 100px;
    padding-bottom: 100px;
}
.commantblock {
    padding: 25px 0;
}
.comment_text {
    padding: 25px 30px;
    margin-left: 85px;
    margin-bottom: 0;
    border: 1px solid #cecece;
    border-radius: 4px;
}
.comment_text::after {
    content: '';
    position: absolute;
    border-style: solid;
    width: 0;
    height: 0;
    top: 44px;
    left: 87px;
    border-width: 10px 15px 10px 0;
    border-color: transparent #cecece transparent transparent;
}
.comment-content h2, .comment-content h2, .comment-content h3, .comment-content h4, .comment-content h5, .comment-content h6,
.comment-content h1 {
    margin-bottom: 25px;
}
.woocommerce .products ul,
.woocommerce ul.products {
    margin: 0;
}
.tags-info {
    margin-top: 25px;
    clear: both;
    display: inline-block;
    width: 100%;
}
.tags-title {
    margin-right: 20px;
    margin-bottom: 10px;
}
.tags-info .tags a,a.tag-cloud-link,.wp-block-tag-cloud a,.widget_tag_cloud .tagcloud a {
    text-align: center;
    margin-left: 3px;
    margin-right: 3px;
    line-height: 20px;
    text-transform: capitalize;
    border: 0;
    border-radius: 4px;
    padding: 6px 20px 6px;
    float: left;
    text-decoration: none;
    color: #cbcccc;
    font-size: 16px!important;
    font-weight: 500;
    display: block;
    transition: all .3s ease;
    background: #030e16;
    margin-bottom: 4px;
    margin-top: 4px;
    font-family: "PT Sans", sans-serif;
    letter-spacing: 0.5px;
    transition: 0.5s;
}
.wp-block-gallery figcaption {
    padding-bottom: 20px;
}
.blog-list__single_detail h1,
.comment_text h1 {
    margin: 0.5em 0;
}
.comment_text h2 {
    font-size: 40px;
}
.comment_text h3 {
    font-weight: bold;
}
.blog-list__single_detail h2,
.blog-list__single_detail h4,
.blog-list__single_detail h5,
.blog-list__single_detail h6,
.comment_text h2,
.comment_text h3,
.comment_text h4,
.comment_text h5 {
    margin: 0 0 20px;
}
.wp-block-pullquote {
    padding: 3em 0;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
}
ol,ol ol,ol ul,ul ol {
    margin: 0 0 1.5em 0;
}
.wp-block-image {
    display: inline-block;
    width: 100%;
}
.blog-list__content .has-background p{
    color: #030e16;
}
.has-background .wp-block-button__link{
    border-color: #030e16;
}
.has-background .wp-block-button__link:hover{
    border-color: #cfa86e;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) td{
    color: #030e16;
}
/*End Default*/
/* 
*3 - Header1
*/

.header-navigation ul > li.logomenu{
    display: none!important;
}
.header1 .logo-box .navbar-brand,.header1 .logo-box h3 .navbar-brand {
    width: 100%;
    float: left;
    display: block;
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    line-height: 1;
    padding: 0px;
    text-transform: capitalize;
}
.header1 .logo-box h3 .navbar-brand {
    padding-top: 10px;
}
.header1 .container {
    padding-left: 80px;
    padding-right: 80px;
    width: 100%;
     max-width: 100%; 
}
.site-header__wrapper.header1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    right: 0;
    margin: auto;
    z-index: 999;
}
.header1 .header-top-search input[type=search] {
    background: transparent;
    border: 1px solid #f2f2f2;
    padding-left: 10px;
    color: #f2f2f2;
}
.header1 .header-top-search input[type=search]::placeholder {
    color: #f2f2f2;
}
.header1 .header-navigation {
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0;
  border-bottom: 1px solid #cfa86e;
  background: #030e166b;
}
.header1 .header-navigation .container {
  background: transparent;
  position: relative;
  display: block;
}
.header1 .header-navigation .container .col-lg-3.col-md-3.col-xs-12,
.header1 .header-navigation .container .col-lg-9.col-md-9.col-xs-12{
    padding: 0;
}
.header1 .site-header__header-one .logo-box {
    width: 100%;
    float: left;
    display: block;
    padding: 0px;
}
.header1 .site-header__header-one .navbar-brand {
  height: auto;
  margin: 0;
  line-height: 1;
}
.header1 .site-header__header-one .navbar-brand img{
    width: auto;
    height: auto;
    max-width: 200px;
    max-height: 90px;
}
.header1 .header-navigation .right-side-box {
    width:auto;
    float:right;
    display: inline-flex;
    align-items: center;
}
.header1 .header-navigation .main-nav {
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
}
.header1 .header-navigation .navbar-nav{
    flex-direction: unset;
    width:100%;
}
ul.nav.navbar-nav {
    padding-left: 50px;
}
.header1 ul#Primary {
    display: inline-block;
    padding: 0 5px 0 5px;
    width: auto;
    max-width: 100%;
   text-align: right;
}
.header1 ul#Primary li {
    display: inline;
}
.header1 .stricked-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: transparent;
  opacity: 0;
  -webkit-transform: translateY(-110%);
          transform: translateY(-110%);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.header1 .stricked-menu .logo-box .navbar-brand {
  display: none;
}
.header1 .stricked-menu .main-nav {
  text-align: left;
}
.header1 .stricked-menu.stricky-fixed {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.header1 .site-header {
  position: relative;
}
.header1 .topbar-one {
    float: right;
    padding-top: 10px;
}
.header1 .search-btn {
    width: 20px;
    height: 35px;
    background: transparent!important;
    border: 0px;
    float: left;
    padding: 0;
    outline: none;
    text-align: left;
    margin-right: 0;
}
.header1 .search-btn i{
    font-size: 18px;
    padding-bottom: 0;
    color: #f3f3f3;
    transition: 0.3s;
    padding-top: 5px;
}
.header1 .search-btn i:hover{
    color: #cfa86e;
}
.header1 .searchh {
    position: absolute;
    right: 0;
    top: 64px;
    opacity: 0;
    visibility: hidden;
    transition: 0.6s;
    border-radius: 0;
}
.header1 .searchh input,.header1 .mobileSearchForm input{
    height: 40px;
    border: 0;
    padding: 20px;
    border-radius: 0;
    border: 1px solid #FBF2F5;
    outline: none;
}
.header1 .mobileSearchForm input{
    width: 100%;
}
.header1 .ccfdf .srch {
    position: absolute;
    right: 0;
    height: 100%;
    color: #fff;
    background: #de2068;
    border: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 50px;
    padding-top: 9px;
    text-align: center;
}
.header1 .searchh.activee {
    opacity: 1;
    visibility: visible;
    right: 1%;
    border-radius: 0;
    box-shadow: 0px 5px 7px 0px rgb(0 0 0 / 25%);
}
.header1 .searchh .sbtn {
    position: absolute;
    background: none;
    border: 0;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    right: 0px;
    width: 55px;
    height: 42px;
    background-color: #cfa86e;
    border-radius: 0;
    bottom: 0;
    outline: none;
}
.header1 .mobileSearchForm .search .form-group {
    margin-bottom: 1rem;
    display: inline-flex;
    align-items: center;
    margin: 0;
    width: 100%;
}
.header1 .mobileSearchForm .search_blog {
    border: 0;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    right: 0px;
    width: 55px;
    height: 42px;
    background-color: #cfa86e;
    border-radius: 0;
    outline: none;
}
.header1 .right-side-box .cart {
    width: auto;
    float: left;
    position: relative;
}
.header1 .right-side-box .cart i {
    font-size: 18px;
    color: #f3f3f3;
    padding: 0 0;
    float: left;
    padding-left: 35px;
    transition: 0.3s;
    cursor: pointer;
}
.header1 .cart span.cartNum {
    position: absolute;
    top: -18px;
    right: -15px;
    color: #fff;
    background: red;
    border-radius: 50%;
    padding: 3px 7px;
    font-size: 12px;
    margin-left: 13px;
    line-height: normal;
}
.header1 .quotbtn {
    width: auto;
    float: left;
    display: block;
    height: auto;
    overflow: hidden;
    padding: 0;
    text-align: center;
    margin-left: 5px;
}
.header1 a.header_btn,button.form_button {
  color:#cfa86e;
  text-decoration:none;
  -webkit-transition:0.3s all ease;
  transition:0.3s ease all;
  background: transparent;
  z-index: 1;
}
.group-icon-btn {
    cursor: pointer;
    float: right;
}
/*Header Cart Popup*/
.group-icon-btn.closeButtonStructure {
    width: 100%;
    text-align: right;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.menu-minicart-area {
    position: fixed;
    z-index: 99999;
    width: 100%;
    right: 5px;
    top: 10px;
    min-height: 20%;
    max-height: calc(100% - 30px);
    background: #030e16;
    padding: 40px 30px 40px 40px;
    font-size: 1.15em;
    -webkit-transform: translate3d(520px, 0, 0);
    transform: translate3d(520px, 0, 0);
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    max-width: 390px;
    overflow-x: hidden;
    overflow-y: hidden;
    box-shadow: 0px 5px 14px 0px rgb(0 0 0);
    border: 1px solid #cfa86e;
}
.menu-minicart-area.show_side {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.menu-minicart-area.off-open {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition-timing-function: ease;
    -webkit-transition-timing-function: cubic-bezier(0.9, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.9, 0, 0.3, 1);
}
.menu-minicart-area ul.woocommerce-mini-cart.cart_list.product_list_widget{
    padding: 0;
    margin: 0 -20px auto 0;
    max-height: 324px;
    overflow-x: hidden;
    overflow-y: auto;
    border-top: 1px solid #2b3f4a;
}
.menu-minicart-area ul.woocommerce-mini-cart.cart_list.product_list_widget::-webkit-scrollbar {
    width: 6px;
}
.menu-minicart-area ul.woocommerce-mini-cart.cart_list.product_list_widget::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 0;
    background: #fff;
}

.menu-minicart-area ul.woocommerce-mini-cart.cart_list.product_list_widget::-webkit-scrollbar-thumb {
    border-radius: 0;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
.menu-minicart-area .cart_head_icon{
    cursor: pointer;
}
.menu-minicart-area p.woocommerce-mini-cart__total.total{
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    flex-wrap: wrap;
    margin-top: 22px;
    margin-bottom: 28px;
    border: unset;
    padding-top: 19px;
    padding-bottom: 0;
    line-height: 30px;
    text-align: left;
}
.menu-minicart-area p.woocommerce-mini-cart__total.total .woocommerce-Price-amount.amount bdi{
    font-size: 22px;
}
.menu-minicart-area p.woocommerce-mini-cart__total.total strong {
    margin-right: 10px;
    font-size: 26px;
    font-weight: 500;
}
.menu-minicart-area li.wgl_mini-cart_flex.woocommerce-mini-cart-item.mini_cart_item {
    margin-top: 30px;
    padding: 0;
    position: relative;
    display: flex;
    align-items: center;
}
.menu-minicart-area a.remove.remove_from_cart_button {
    position: absolute;
    z-index: 2;
    top: 0;
    left: auto;
    right: 16px;
    margin: 0;
    padding-right: 0;
    font-size: 30px;
    color: #cc1818;
    font-weight: bold;
}
.menu-minicart-area .wgl_mini-cart_image {
    align-self: flex-start;
    width: 75px;
    min-width: 75px;
    height: 75px;
    margin: 0 20px 0 0;
    transition: opacity .3s;
}
.menu-minicart-area .wgl_mini-cart_image img{
    height: 75px!important;
    width: auto;
    border-radius: 50%;
}
.menu-minicart-area ul.product_list_widget li{
    border: 0;
}
.menu-minicart-area .cart_head_icon i {
    color: #cfa86e;
    padding: 0 0px;
    line-height: 15px;
    width: auto;
    font-size: 30px;
    margin-right: 0;
}
.menu-minicart-area .woocommerce-mini-cart__buttons.buttons a.button {
    font-size: 14px;
    font-weight: 500;
    font-family: "PT Sans", sans-serif;
    letter-spacing: 0.5px;
    line-height: normal;
    text-transform: capitalize;
    display: inline-block;
    text-align: center;
    padding: 10px 22px;
    border: 2px solid #cfa86e;
    border-radius: 0;
    position: relative;
    box-shadow: 0 2px 10px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 10%);
    outline: none;
    color: #cfa86e;
    text-decoration: none;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s ease all;
    background: transparent;
    z-index: 1;
    margin-bottom: 0;
}
.menu-minicart-area p.woocommerce-mini-cart__buttons.buttons{
    margin-bottom: 0;
}
.menu-minicart-area .woocommerce-mini-cart__buttons.buttons a.checkout-button.button{
    margin-left: 5px;
    background: #cfa86e;
    color: #fff;
}
.menu-minicart-area .woocommerce-mini-cart__buttons.buttons a.button:before{
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    content: '';
    background-color: #cfa86e;
    z-index: -2;
    margin-top: -3px;
}
.menu-minicart-area .woocommerce-mini-cart__buttons.buttons a.checkout-button.button:before{
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    content: '';
    background: #030e16;
    z-index: -2;
    margin-top: 0;
}
.menu-minicart-area .woocommerce-mini-cart__buttons.buttons a.button:hover{
    color: #FFF;
    background: transparent;
}
.menu-minicart-area .woocommerce-mini-cart__buttons.buttons a.checkout-button.button:hover{
    color: #cfa86e;
    background: transparent;
}

.menu-minicart-area .woocommerce-mini-cart__buttons.buttons a.button:hover:before,
.menu-minicart-area .woocommerce-mini-cart__buttons.buttons a.checkout-button.button:hover:before{
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1;
}
.menu-minicart-area .wgl_mini-cart_contents {
    overflow-wrap: break-word;
    margin-right: 40px;
}
.menu-minicart-area .wgl_mini-cart_contents a {
    font-size: 20px!important;
    color: #f3f3f3;
    font-weight: 500!important;
    font-family: 'FunctionTwoLight';
}
.menu-minicart-area .wgl_mini-cart_contents p {
    margin-bottom: 0;
}
/*End Header Cart Popup*/
button.form_button{
    border: 0;
    background: transparent;
    padding: 0;
    border: 0;
}
.header_btn,.elementor-element.restro_btn .elementor-button,button.form_button .btn_title,
.thm-btn,.wp-block-button__link {
  font-size: 18px;
  font-weight: 500;
  font-family: "PT Sans", sans-serif;
  letter-spacing:0.5px;
  line-height: normal;
  text-transform: capitalize;
  display:inline-block;
  text-align:center;
  padding:10px 35px;
  border:2px solid #cfa86e;
  border-radius:0;
  position:relative;
  box-shadow: 0 2px 10px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.1);
  outline: none;
  z-index: 1;
}
button.form_button .btn_title,.thm-btn,.wp-block-button__link{
    z-index: 1;
    background-color: #041b25;
}
rs-layer.restro_slider_btn.rev-btn{
    position: relative;
}
.header1 a.header_btn:hover,.header1 a.header_btn:focus,button.form_button:hover,button.form_button:focus,a.wp-block-button__link:hover {
  color:#FFF;
  background: transparent;
}
.header_btn:before,.elementor-element.restro_btn .elementor-button:before,button.form_button .btn_title:before,
rs-layer.restro_slider_btn.rev-btn:before,.thm-btn:before,.wp-block-button__link:before{
  -webkit-transition:0.5s all ease;
  transition:0.5s all ease;
  position:absolute;
  top:0;
  left:50%;
  right:50%;
  bottom:0;
  opacity:0;
  content:'';
  background-color:#cfa86e;
  z-index:-2;
}
.thm-btn:before,.wp-block-button__link:before{
    border-radius: 50px;
}
.is-style-squared .wp-block-button__link:before{
    border-radius: 0;
}
.elementor-element.restro_btn .elementor-button:before{
    top: -1px;
}
button.form_button .btn_title:before{
    margin-bottom: -1px;
    margin-right: -1px;
}
rs-layer.restro_slider_btn.rev-btn:hover{
    background: transparent;
    box-shadow: unset;
}
.header_btn:hover:before,.header_btn:focus:before,.elementor-element.restro_btn .elementor-button:hover:before,
.elementor-element.restro_btn .elementor-button:focus:before,button.form_button:hover .btn_title:before,button.form_button:focus .btn_title:before,
rs-layer.restro_slider_btn.rev-btn:hover:before,.thm-btn:hover:before,.wp-block-button__link:hover:before {
    -webkit-transition:0.5s all ease;
    transition:0.5s all ease;
    left:0;
    right:0;
    opacity:1;
}
.header1 .header-navigation ul > li {
    position: relative;
    padding: 19px 0 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 35px;
    transition: 0.3s;
}
.header1 .header-navigation ul > li > a{
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    position: relative;
    color: #fff;
    font-family: "PT Sans", sans-serif;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 55px;
}
.header1 .header-navigation ul > li > .sub-menu > li > a {
    color: #fff;
    text-transform: capitalize;
    font-size: 18px;
    padding: 16px 18px;
    display: block;
    font-weight: 500;
    white-space: nowrap;
    position: relative;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    font-family: "PT Sans", sans-serif;
    text-shadow: none;
}
.header1 .header-navigation ul > li > .sub-menu > li > a:hover {
    color: #fff;
     text-shadow: none;
     padding-left: 32px !important;
     padding-right: 18px;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
.header1 .header-navigation ul > li > .sub-menu > li > a::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 16px;
    opacity: 0;
    position: absolute;
    top: 24px;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    width: 10px;
}
.header1 .header-navigation ul > li > .sub-menu > li > a:hover::before {
    opacity: 1;
}
.header1 .header-navigation ul > li > .sub-menu > li > i:hover {
    color: #ff5797;
    font-weight: 600;
}
.header1 .header-navigation ul > li > .sub-menu > li:hover >i{
    color: #ff5797;
    font-weight: 600;
}
.header1 .header-navigation ul > li:hover > a,.header1 .header-navigation ul > li:hover > i {
    color: #cfa86e;
    text-shadow: unset;
}
.header1 #main-navigation-wrapper .nav .current-menu-item >a,
.header1 #main-navigation-wrapper .nav .current-menu-item >i{
    color: #cfa86e;
 }
.header1 .cmn-toggle-switch:focus {
    outline: none;
}
.header1 .cmn-toggle-switch {
    display: none;
    position: relative;
    float: right;
    margin-top: 18px;
    padding: 0;
    width: 25px;
    height: 35px;
    cursor: pointer;
    z-index: 101;
    margin-right: 5px;
}
.header1 .cmn-toggle-switch span {
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
    right: 0;
    height: 3px;
    background: #fff;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.header1 .cmn-toggle-switch::before, 
.header1 .cmn-toggle-switch::after {
    content: "";
    position: absolute;
    display: block;
    top: 7px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #fff;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.header1 .cmn-toggle-switch::before {
    margin-top: -9px;
}
.header1 .cmn-toggle-switch::after {
    margin-top: 9px;
}
.header1 .cmn-toggle-switch.active::before {
    -webkit-transform: translateY(2px) rotate(45deg);
    -moz-transform: translateY(2px) rotate(45deg);
    -ms-transform: translateY(2px) rotate(45deg);
    transform: translateY(2px) rotate(45deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}
.header1 .cmn-toggle-switch.active::after {
    -webkit-transform: translateY(-15px) rotate(-45deg);
    -moz-transform: translateY(-15px) rotate(-45deg);
    -ms-transform: translateY(-15px) rotate(-45deg);
    transform: translateY(-15px) rotate(-45deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}
.header1 .cmn-toggle-switch.active span {
    opacity: 0;
}
.header1 #main-navigation-wrapper .main-nav > ul > li ul > li ul {
    position: absolute;
    top: 0;
    left: 100%;
    padding-left: 0;
}
.header1 .header-navigation:before
{
    width: 10000px;
}
.header1 nav ul li i{
    display: none;
    color: #fff;
}
.header1 nav ul li ul li i{
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    color: #fff;
    font-weight: 600;
}
.header1 nav ul li.menu-item-has-children ul.sub-menu i::before{
    right: 5px;
}
.header1 nav ul li ul.sub-menu > li.menu-item-has-children > i {
    display: inline-block!important;
    font-size: 13px;
}
.header1 nav ul li.menu-item-has-children ul.sub-menu li i{
    display: none;
}
.header1 #main-navigation-wrapper li ul.sub-menu{
    min-width: 250px;
    margin: 0;
    list-style: none !important;
    padding: 0;
    background: #cfa86e;
    position: absolute;
    top: 100%;
    left: 0;
    text-align: left;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    box-shadow: 0px 3px 15px 0px rgba(0,0,0,.3);
}
.header1 ul.sub-menu li {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    color: #03283d;
}
.header1 ul.sub-menu li a{
    display: block;
    clear: both;
    line-height: 1;
    white-space: nowrap;
    padding: 14px 25px;
    font-size: 14px; 
    color: #2b3036;
    text-transform: capitalize;
    letter-spacing: 0.50px;
    text-decoration: none;
    font-family: 'FunctionTwoLight';
    font-weight: 500;
}
.header1 .sub-menu li a:hover{
    color: #fff;
}
/***End Header1***/
/* 
*4 - Header2
*/
.header2 .logo-box .navbar-brand,.header2 .logo-box h3 .navbar-brand {
    width: 100%;
    float: left;
    display: block;
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    line-height: 1;
    padding: 0px;
    text-transform: capitalize;
}
.header2 .logo-box h3 .navbar-brand {
    padding-top: 10px;
}
.header2 .container {
    padding-left: 80px;
    padding-right: 80px;
    width: 100%;
     max-width: 100%; 
}
.site-header__wrapper.header2 {
    width: 100%;
    margin: auto;
    z-index: 999;
    background: #041b26;
}
.header2 .header-top-search input[type=search] {
    background: transparent;
    border: 1px solid #f2f2f2;
    padding-left: 10px;
    color: #f2f2f2;
}
.header2 .header-top-search input[type=search]::placeholder {
    color: #f2f2f2;
}
.header2 .header-navigation {
  padding-top: 15px;
  padding-bottom: 15px;
  margin: 0;
  background: #041b26;
}
.header2 .header-navigation .container {
  background: transparent;
  position: relative;
  display: block;
}
.header2 .header-navigation .container .col-lg-3.col-md-3.col-xs-12,
.header2 .header-navigation .container .col-lg-9.col-md-9.col-xs-12{
    padding: 0;
}
.header2 .site-header__header-one .logo-box {
    width: 100%;
    float: left;
    display: block;
    padding: 15px 0px;
}
.header2 .site-header__header-one .navbar-brand {
  height: auto;
  margin: 0;
  line-height: 1;
}
.header2 .site-header__header-one .navbar-brand img{
    width: auto;
    height: auto;
    max-width: 200px;
    max-height: 90px;
}
.header2 .header-navigation .right-side-box {
    width:auto;
    float:right;
    display: inline-flex;
    align-items: center;
}
.header2 .header-navigation .main-nav {
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
}
.header2 .header-navigation .navbar-nav{
    flex-direction: unset;
    width:100%;
}
.header2 ul.nav.navbar-nav {
    padding-left: 50px;
}
.header2 ul#Primary {
    display: inline-block;
    padding: 0 5px 0 5px;
    width: auto;
    max-width: 100%;
   text-align: right;
}
.header2 ul#Primary li {
    display: inline;
}
.header2 .stricked-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: transparent;
  opacity: 0;
  -webkit-transform: translateY(-110%);
          transform: translateY(-110%);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.header2 .stricked-menu .logo-box .navbar-brand {
  display: none;
}
.header2 .stricked-menu .main-nav {
  text-align: left;
}
.header2 .stricked-menu.stricky-fixed {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.header2 .site-header {
  position: relative;
}
.header2 .topbar-one {
    float: right;
    padding-top: 10px;
}
.header2 .search-btn {
    width: 20px;
    height: 35px;
    background: transparent!important;
    border: 0px;
    float: left;
    padding: 0;
    outline: none;
    text-align: left;
    margin-right: 0;
}
.header2 .search-btn i{
    font-size: 18px;
    padding-bottom: 0;
    color: #f3f3f3;
    transition: 0.3s;
}
.header2 .search-btn i:hover{
    color: #cfa86e;
}
.header2 .searchh {
    position: absolute;
    right: 0;
    top: 64px;
    opacity: 0;
    visibility: hidden;
    transition: 0.6s;
    border-radius: 0;
}
.header2 .searchh input,.header2 .mobileSearchForm input{
    height: 40px;
    border: 0;
    padding: 20px;
    border-radius: 0;
    border: 1px solid #FBF2F5;
    outline: none;
}
.header2 .mobileSearchForm input{
    width: 100%;
}
.header2 .ccfdf .srch {
    position: absolute;
    right: 0;
    height: 100%;
    color: #fff;
    background: #de2068;
    border: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 50px;
    padding-top: 9px;
    text-align: center;
}
.header2 .searchh.activee {
    opacity: 1;
    visibility: visible;
    right: 1%;
    border-radius: 0;
    box-shadow: 0px 5px 7px 0px rgb(0 0 0 / 25%);
}
.header2 .searchh .sbtn {
    position: absolute;
    background: none;
    border: 0;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    right: 0px;
    width: 55px;
    height: 42px;
    background-color: #cfa86e;
    border-radius: 0;
    bottom: 0;
    outline: none;
}
.header2 .mobileSearchForm .search .form-group {
    margin-bottom: 1rem;
    display: inline-flex;
    align-items: center;
    margin: 0;
    width: 100%;
}
.header2 .mobileSearchForm .search_blog {
    border: 0;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    right: 0px;
    width: 55px;
    height: 42px;
    background-color: #cfa86e;
    border-radius: 0;
    outline: none;
}
.header2 .right-side-box .cart {
    width: auto;
    float: left;
    position: relative;
}
.header2 .right-side-box .cart i {
    font-size: 18px;
    color: #f3f3f3;
    padding: 0 0;
    float: left;
    padding-left: 35px;
    transition: 0.3s;
    padding-top: 5px;
    cursor: pointer;
}
.header2 .cart span.cartNum {
    position: absolute;
    top: -18px;
    right: -15px;
    color: #fff;
    background: red;
    border-radius: 50%;
    padding: 3px 7px;
    font-size: 12px;
    margin-left: 13px;
    line-height: normal;
}
.header2 .quotbtn {
    width: auto;
    float: left;
    display: block;
    height: auto;
    overflow: hidden;
    padding: 0;
    text-align: center;
    margin-left: 5px;
}
.header2 a.header_btn {
  color:#cfa86e;
  text-decoration:none;
  -webkit-transition:0.3s all ease;
  transition:0.3s ease all;
  background: transparent;
  z-index: 1;
}
.header2 a.header_btn:hover,.header2 a.header_btn:focus {
  color:#FFF;
  background: transparent;
}
.header2 .header-navigation ul > li {
    position: relative;
    padding: 19px 0 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 35px;
    transition: 0.3s;
}
.header2 .header-navigation ul > li > a{
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    position: relative;
    color: #fff;
    font-family: "PT Sans", sans-serif;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 55px;
}
.header2 .header-navigation ul > li > .sub-menu > li > a {
    color: #fff;
    text-transform: capitalize;
    font-size: 18px;
    padding: 12px 20px;
    display: block;
    font-weight: 500;
    white-space: nowrap;
    position: relative;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    font-family: "PT Sans", sans-serif;
    text-shadow: none;
}
.header2 .header-navigation ul > li > .sub-menu > li > a:hover {
    color: #fff;
     text-shadow: none;
     padding-left: 35px !important;
     padding-right: 0;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
.header2 .header-navigation ul > li > .sub-menu > li > a::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 18px;
    opacity: 0;
    position: absolute;
    top: 22px;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    width: 10px;
}
.header2 .header-navigation ul > li > .sub-menu > li > a:hover::before {
    opacity: 1;
}
.header2 .header-navigation ul > li > .sub-menu > li > i:hover {
    color: #ff5797;
    font-weight: 600;
}
.header2 .header-navigation ul > li > .sub-menu > li:hover >i{
    color: #ff5797;
    font-weight: 600;
}
.header2 .header-navigation ul > li:hover > a,.header2 .header-navigation ul > li:hover > i {
    color: #cfa86e;
    text-shadow: unset;
}
.header2 #main-navigation-wrapper .nav .current-menu-item >a,
.header2 #main-navigation-wrapper .nav .current-menu-item >i{
    color: #cfa86e;
 }
.header2 .cmn-toggle-switch:focus {
    outline: none;
}
.header2 .cmn-toggle-switch {
    display: none;
    position: relative;
    float: right;
    margin-top: 18px;
    padding: 0;
    width: 25px;
    height: 35px;
    cursor: pointer;
    z-index: 101;
    margin-right: 5px;
}
.header2 .cmn-toggle-switch span {
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
    right: 0;
    height: 3px;
    background: #fff;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.header2 .cmn-toggle-switch::before, 
.header2 .cmn-toggle-switch::after {
    content: "";
    position: absolute;
    display: block;
    top: 7px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #fff;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.header2 .cmn-toggle-switch::before {
    margin-top: -9px;
}
.header2 .cmn-toggle-switch::after {
    margin-top: 9px;
}
.header2 .cmn-toggle-switch.active::before {
    -webkit-transform: translateY(2px) rotate(45deg);
    -moz-transform: translateY(2px) rotate(45deg);
    -ms-transform: translateY(2px) rotate(45deg);
    transform: translateY(2px) rotate(45deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}
.header2 .cmn-toggle-switch.active::after {
    -webkit-transform: translateY(-15px) rotate(-45deg);
    -moz-transform: translateY(-15px) rotate(-45deg);
    -ms-transform: translateY(-15px) rotate(-45deg);
    transform: translateY(-15px) rotate(-45deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}
.header2 .cmn-toggle-switch.active span {
    opacity: 0;
}
.header2 #main-navigation-wrapper .main-nav > ul > li ul > li ul {
    position: absolute;
    top: 0;
    left: 100%;
    padding-left: 0;
}
.header2 .header-navigation:before
{
    width: 10000px;
}
.header2 nav ul li i{
    display: none;
    color: #fff;
}
.header2 nav ul li ul li i{
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    color: #fff;
    font-weight: 600;
}
.header2 nav ul li.menu-item-has-children ul.sub-menu i::before{
    right: 5px;
}
.header2 nav ul li ul.sub-menu > li.menu-item-has-children > i {
    display: inline-block!important;
    font-size: 13px;
}
.header2 nav ul li.menu-item-has-children ul.sub-menu li i{
    display: none;
}
.header2 #main-navigation-wrapper li ul.sub-menu{
    min-width: 250px;
    margin: 0;
    list-style: none !important;
    padding: 0;
    background: #cfa86e;
    position: absolute;
    top: 100%;
    left: 0;
    text-align: left;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    box-shadow: 0px 3px 15px 0px rgba(0,0,0,.3);
}
.header2 ul.sub-menu li {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    color: #03283d;
}
.header2 ul.sub-menu li a{
    display: block;
    clear: both;
    line-height: 1.42857143;
    white-space: nowrap;
    padding: 14px 25px;
    font-size: 14px; 
    color: #2b3036;
    text-transform: capitalize;
    letter-spacing: 0.50px;
    text-decoration: none;
    font-family: 'FunctionTwoLight';
    font-weight: 500;
}
.header2 .sub-menu li a:hover{
    color: #fff;
}
.header2 .header-navigation ul > li.logomenu {
    margin: 0 65px 0 150px;
    display: inline-block!important;
}
.header2 .site-header__header-one .logo_mobile_column .logo-box,.header2 .header-navigation ul > li.logomenu > a{
    display: none;
}
.header2 .header2_togg_center{
    position: relative;
}
.header2 .topbar_call img.call-logo {
    max-width: 20px;
}
.header2 .desktop_logo {
    position: absolute;
    left: 44%;
}
.header2 .header-navigation{
    padding-top: 25px;
    padding-bottom: 25px;
}
.header2 .logo_mobile_column {
    display: flex;
    align-items: center;
}
.header2 .topbar_call a {
    color: #cfa86e;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 1px;
    font-family: "PT Sans", sans-serif;
}
.header2 .topbar_call a i {
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    margin-right: 7px;
    color: #cfa86e;
}
.header2 .logo_mobile_column{
    -ms-flex: 0 0 13.333333%;
    flex: 0 0 13.333333%;
    max-width: 13.333333%;
    padding: 0;
}
.header2 .header2_togg_right{
    -ms-flex: 0 0 11.666667%;
    flex: 0 0 11.666667%;
    max-width: 11.666667%;
    padding: 0;
}
/***End header2***/
/* 
*3 - Header3
*/
.header3 .logo-box .navbar-brand,.header3 .logo-box h3 .navbar-brand {
    width: 100%;
    float: left;
    display: block;
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    line-height: 1;
    padding: 0px;
    text-transform: capitalize;
}
.header3 .logo-box h3 .navbar-brand {
    padding-top: 10px;
}
.header3 .container {
    padding-left: 80px;
    padding-right: 80px;
    width: 100%;
     max-width: 100%; 
}
.site-header__wrapper.header3 {
    position: relative;
    width: 100%;
    margin: auto;
    z-index: 999;
}
.header3 .header-top-search input[type=search] {
    background: transparent;
    border: 1px solid #f2f2f2;
    padding-left: 10px;
    color: #f2f2f2;
}
.header3 .header-top-search input[type=search]::placeholder {
    color: #f2f2f2;
}
.header3 .header-navigation {
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0;
  border-bottom: 1px solid #cfa86e;
  background: #030e166b;
}
.header3 .header-navigation .container {
  background: transparent;
  position: relative;
  display: block;
}
.header3 .header-navigation .container .col-lg-3.col-md-3.col-xs-12,
.header3 .header-navigation .container .col-lg-9.col-md-9.col-xs-12{
    padding: 0;
}
.header3 .site-header__header-one .logo-box {
    width: 100%;
    float: left;
    display: block;
    padding: 0px;
}
.header3 .site-header__header-one .navbar-brand {
  height: auto;
  margin: 0;
  line-height: 1;
}
.header3 .site-header__header-one .navbar-brand img{
    width: auto;
    height: auto;
    max-width: 200px;
    max-height: 90px;
}
.header3 .header-navigation .right-side-box {
    width:auto;
    float:right;
    display: inline-flex;
    align-items: center;
}
.header3 .header-navigation .main-nav {
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
}
.header3 .header-navigation .navbar-nav{
    flex-direction: unset;
    width:100%;
}
.header3 ul#Primary {
    display: inline-block;
    padding: 0 5px 0 5px;
    width: auto;
    max-width: 100%;
   text-align: right;
}
.header3 ul#Primary li {
    display: inline;
}
.header3 .stricked-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: transparent;
  opacity: 0;
  -webkit-transform: translateY(-110%);
          transform: translateY(-110%);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.header3 .stricked-menu .logo-box .navbar-brand {
  display: none;
}
.header3 .stricked-menu .main-nav {
  text-align: left;
}
.header3 .stricked-menu.stricky-fixed {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.header3 .site-header {
  position: relative;
}
.header3 .topbar-one {
    float: right;
    padding-top: 10px;
}
.header3 .search-btn {
    width: 20px;
    height: 35px;
    background: transparent!important;
    border: 0px;
    float: left;
    padding: 0;
    outline: none;
    text-align: left;
    margin-right: 0;
}
.header3 .search-btn i{
    font-size: 18px;
    padding-bottom: 0;
    color: #f3f3f3;
    transition: 0.3s;
}
.header3 .search-btn i:hover{
    color: #cfa86e;
}
.header3 .searchh {
    position: absolute;
    right: 0;
    top: 64px;
    opacity: 0;
    visibility: hidden;
    transition: 0.6s;
    border-radius: 0;
}
.header3 .searchh input,.header3 .mobileSearchForm input{
    height: 40px;
    border: 0;
    padding: 20px;
    border-radius: 0;
    border: 1px solid #FBF2F5;
    outline: none;
}
.header3 .mobileSearchForm input{
    width: 100%;
}
.header3 .ccfdf .srch {
    position: absolute;
    right: 0;
    height: 100%;
    color: #fff;
    background: #de2068;
    border: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 50px;
    padding-top: 9px;
    text-align: center;
}
.header3 .searchh.activee {
    opacity: 1;
    visibility: visible;
    right: 1%;
    border-radius: 0;
    box-shadow: 0px 5px 7px 0px rgb(0 0 0 / 25%);
}
.header3 .searchh .sbtn {
    position: absolute;
    background: none;
    border: 0;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    right: 0px;
    width: 55px;
    height: 42px;
    background-color: #cfa86e;
    border-radius: 0;
    bottom: 0;
    outline: none;
}
.header3 .mobileSearchForm .search .form-group {
    margin-bottom: 1rem;
    display: inline-flex;
    align-items: center;
    margin: 0;
    width: 100%;
}
.header3 .mobileSearchForm .search_blog {
    border: 0;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    right: 0px;
    width: 55px;
    height: 42px;
    background-color: #cfa86e;
    border-radius: 0;
    outline: none;
}
.header3 .right-side-box .cart {
    width: auto;
    float: left;
    position: relative;
}
.header3 .right-side-box .cart i {
    font-size: 18px;
    color: #f3f3f3;
    padding: 0 0;
    float: left;
    padding-left: 35px;
    transition: 0.3s;
    padding-top: 5px;
    cursor: pointer;
}
.header3 .cart span.cartNum {
    position: absolute;
    top: -18px;
    right: -15px;
    color: #fff;
    background: red;
    border-radius: 50%;
    padding: 3px 7px;
    font-size: 12px;
    margin-left: 13px;
    line-height: normal;
}
.header3 .quotbtn {
    width: auto;
    float: left;
    display: block;
    height: auto;
    overflow: hidden;
    padding: 0;
    text-align: center;
    margin-left: 5px;
}
.header3 a.header_btn,button.form_button {
  color:#cfa86e;
  text-decoration:none;
  -webkit-transition:0.3s all ease;
  transition:0.3s ease all;
  background: transparent;
  z-index: 1;
  outline: none;
}
.header3 a.header_btn:hover,.header3 a.header_btn:focus {
  color:#FFF;
  background: transparent;
}
.header3 .header-navigation ul > li {
    position: relative;
    padding: 19px 0 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 35px;
    transition: 0.3s;
}
.header3 .header-navigation ul > li > a{
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    position: relative;
    color: #fff;
    font-family: "PT Sans", sans-serif;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 55px;
}
.header3 .header-navigation ul > li > .sub-menu > li > a {
    color: #fff;
    text-transform: capitalize;
    font-size: 18px;
    padding: 12px 20px;
    display: block;
    font-weight: 500;
    white-space: nowrap;
    position: relative;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    font-family: "PT Sans", sans-serif;
    text-shadow: none;
}
.header3 .header-navigation ul > li > .sub-menu > li > a:hover {
    color: #fff;
     text-shadow: none;
     padding-left: 35px !important;
     padding-right: 0;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
.header3 .header-navigation ul > li > .sub-menu > li > a::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 18px;
    opacity: 0;
    position: absolute;
    top: 22px;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    width: 10px;
}
.header3 .header-navigation ul > li > .sub-menu > li > a:hover::before {
    opacity: 1;
}
.header3 .header-navigation ul > li > .sub-menu > li > i:hover {
    color: #ff5797;
    font-weight: 600;
}
.header3 .header-navigation ul > li > .sub-menu > li:hover >i{
    color: #ff5797;
    font-weight: 600;
}
.header3 .header-navigation ul > li:hover > a,.header3 .header-navigation ul > li:hover > i {
    color: #cfa86e;
    text-shadow: unset;
}
.header3 #main-navigation-wrapper .nav .current-menu-item >a,
.header3 #main-navigation-wrapper .nav .current-menu-item >i{
    color: #cfa86e;
 }
.header3 .cmn-toggle-switch:focus {
    outline: none;
}
.header3 .cmn-toggle-switch {
    display: none;
    position: relative;
    float: right;
    margin-top: 18px;
    padding: 0;
    width: 25px;
    height: 35px;
    cursor: pointer;
    z-index: 101;
    margin-right: 5px;
}
.header3 .cmn-toggle-switch span {
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
    right: 0;
    height: 3px;
    background: #fff;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.header3 .cmn-toggle-switch::before, 
.header3 .cmn-toggle-switch::after {
    content: "";
    position: absolute;
    display: block;
    top: 7px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #fff;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.header3 .cmn-toggle-switch::before {
    margin-top: -9px;
}
.header3 .cmn-toggle-switch::after {
    margin-top: 9px;
}
.header3 .cmn-toggle-switch.active::before {
    -webkit-transform: translateY(2px) rotate(45deg);
    -moz-transform: translateY(2px) rotate(45deg);
    -ms-transform: translateY(2px) rotate(45deg);
    transform: translateY(2px) rotate(45deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}
.header3 .cmn-toggle-switch.active::after {
    -webkit-transform: translateY(-15px) rotate(-45deg);
    -moz-transform: translateY(-15px) rotate(-45deg);
    -ms-transform: translateY(-15px) rotate(-45deg);
    transform: translateY(-15px) rotate(-45deg);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}
.header3 .cmn-toggle-switch.active span {
    opacity: 0;
}
.header3 #main-navigation-wrapper .main-nav > ul > li ul > li ul {
    position: absolute;
    top: 0;
    left: 100%;
    padding-left: 0;
}
.header3 .header-navigation:before
{
    width: 10000px;
}
.header3 nav ul li i{
    display: none;
    color: #fff;
}
.header3 nav ul li ul li i{
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    color: #fff;
    font-weight: 600;
}
.header3 nav ul li.menu-item-has-children ul.sub-menu i::before{
    right: 5px;
}
.header3 nav ul li ul.sub-menu > li.menu-item-has-children > i {
    display: inline-block!important;
    font-size: 13px;
}
.header3 nav ul li.menu-item-has-children ul.sub-menu li i{
    display: none;
}
.header3 #main-navigation-wrapper li ul.sub-menu{
    min-width: 250px;
    margin: 0;
    list-style: none !important;
    padding: 0;
    background: #cfa86e;
    position: absolute;
    top: 100%;
    left: 0;
    text-align: left;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    box-shadow: 0px 3px 15px 0px rgba(0,0,0,.3);
}
.header3 ul.sub-menu li {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    color: #03283d;
}
.header3 ul.sub-menu li a{
    display: block;
    clear: both;
    line-height: 1.42857143;
    white-space: nowrap;
    padding: 14px 25px;
    font-size: 14px; 
    color: #2b3036;
    text-transform: capitalize;
    letter-spacing: 0.50px;
    text-decoration: none;
    font-family: 'FunctionTwoLight';
    font-weight: 500;
}
.header3 .sub-menu li a:hover{
    color: #fff;
}
/***End Header3***/

/*
*4 - Footer1
*/
footer.site-footer.footer1 {
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #041b26;
    background-position: center center;
}
.footer1 .site-footer__main{
    padding-top: 80px;
}
.footer1 .ftr-link-column h3.footer-widget__title span.title-left-line {
    width: 47%;
}
.footer1 h3.footer-widget__title{
    color: #cfa86e;
    font-family: 'FunctionTwoLight';
    font-size: 22px;
    font-weight: 800;
    line-height: 1.2em;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.footer1 #restro_title-2 h3.footer-widget__title{
    margin-bottom: 10px;
}
.footer1 .footerBlock .textwidget p{
    color: #cacaca;
    margin: 20px 0 35px;
    line-height: 1.7em;
}
.ftr-follow-column.pull-right.ftr-widget.col_width-3 {
    background: #041b26;
    border-radius: 6px;
    max-width: 29%;
    padding: 0 15px;
}
.ftr-widget .widget
{
	background:none;
}
.footer1 .widget.widget_mc4wp_form_widget p.widget_title{
    color: #fff;
    font-family: "PT Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.9em;
    margin-bottom: 27px;
}
.ftr-follow-column.pull-right.ftr-widget.col_width-3 .widget_restro_title {
    padding: 45px 30px 0 30px;
}
.ftr-follow-column.pull-right.ftr-widget.col_width-3  .widget_mc4wp_form_widget {
    padding: 0 30px 45px 30px;
}
.footer1 .footer-widget__social a i{
    background: #cfa86e;
    border-radius: 3px;
    font-size: 15px;
    margin: 0 7px;
    width: 25px;
    height: 25px;
    text-align: center;
    padding-top: 6px;
    transition: 0.3s;
    color: #041b26;
}
.footer1 .widget_tmc_footer_socials {
    margin-top: 21px;
}
.footer1 .footer-widget__social a:hover i{
    background: #fff;
}
.footer1 .col-lg-3.col-md-6.col-xs-12.ftr-link-column.ftr-widget,.footer1 .col-lg-3.col-md-6.col-xs-12.ftr-sol-column {
   flex: 0 0 19.2%;
   max-width: 19.2%;
}
.footer1 .col-lg-3.col-md-6.col-xs-12.ftr-footer-widget{
    flex: 0 0 32.333333%;
    max-width: 32.333333%;
}
.footer1 .col-lg-4.col-md-6.col-xs-12.ftr-link-column.ftr-widget,.footer1 .col-lg-4.col-md-6.col-xs-12.ftr-footer-widget {
   flex: 0 0 23.2%;
   max-width: 23.2%;
   text-align: center;
}
.footer1 .col-lg-4.col-md-6.col-xs-12.ftr-sol-column{
    flex: 0 0 53.333333%;
    max-width: 53.333333%;
    text-align: center;
}
.footer1 .ftr-link-column.ftr-widget .widget_categories,
.footer1 .ftr-sol-column .widget_categories,
.footer1 .ftr-link-column.ftr-widget .widget_tag_cloud,
.footer1 .ftr-sol-column .widget_tag_cloud{
    padding: 0;
}
.footer1 .ftr-link-column.ftr-widget .widget_archive ul li a,
.footer1 .ftr-sol-column .widget_archive ul li a{
    width: 75%;
}
.footer1 .ftr-link-column.ftr-widget .widget_categories ul li a,
.footer1 .ftr-sol-column .widget_categories ul li a,
.footer1 .ftr-link-column.ftr-widget .widget_recent_comments li a,
.footer1 .ftr-sol-column .widget_recent_comments li a,
.footer1 .ftr-link-column.ftr-widget .widget_recent_comments li span a,
.footer1 .ftr-sol-column .widget_recent_comments li span a{
    width: auto;
    font-size: 15px;
}
.footer1 .ftr-sol-column .widget_categories ul.children li a,
.footer1 .ftr-sol-column .widget_categories ul.children li,
.footer1 .ftr-sol-column .widget_pages ul.children li a,
.footer1 .ftr-link-column.ftr-widget .widget_categories ul.children li a,
.footer1 .ftr-link-column.ftr-widget .widget_categories ul.children li,
.footer1 .ftr-link-column.ftr-widget .widget_pages ul.children li a{
    font-size: 14px;
}
.footer1 .ftr-sol-column .widget_categories ul.children li a,
.footer1 .ftr-sol-column .widget_pages ul.children li a,
.footer1 .ftr-link-column.ftr-widget .widget_categories ul.children li a,
.footer1 .ftr-link-column.ftr-widget .widget_pages ul.children li a{
    padding-left: 0;
}
.footer1 .ftr-sol-column .widget_categories ul.children li a::before,
.footer1 .ftr-sol-column .widget_pages ul.children li a::before,
.footer1 .ftr-link-column.ftr-widget .widget_categories ul.children li a::before,
.footer1 .ftr-link-column.ftr-widget .widget_pages ul.children li a::before{
    left: -12px;
}
.footer1 .ftr-sol-column .widget_nav_menu ul li ul,
.footer1 .ftr-link-column.ftr-widget .widget_nav_menu ul li ul{
    padding-left: 12px;
}
.footer1 .ftr-sol-column .widget_categories ul.children li ul.children li,
.footer1 .ftr-sol-column .widget_pages ul.children li ul.children li,
.footer1 .ftr-link-column.ftr-widget .widget_categories ul.children li ul.children li,
.footer1 .ftr-link-column.ftr-widget .widget_pages ul.children li ul.children li{
    padding-bottom: 20px;
}
.footer1 .ftr-sol-column .widget_categories ul.children li ul.children li a,
.footer1 .ftr-sol-column .widget_pages ul.children li ul.children li a,
.footer1 .ftr-link-column.ftr-widget .widget_categories ul.children li ul.children li a,
.footer1 .ftr-link-column.ftr-widget .widget_pages ul.children li ul.children li a{
    display: unset;
}
.footer1 .ftr-sol-column .widget_categories ul.children li ul.children li a::before,
.footer1 .ftr-sol-column .widget_pages ul.children li ul.children li a::before,
.footer1 .ftr-link-column.ftr-widget .widget_categories ul.children li ul.children li a::before,
.footer1 .ftr-link-column.ftr-widget .widget_pages ul.children li ul.children li a::before{
    top: 8px;
}
.footer1 .widget_tmc_footer_services ul li {
    position: relative;
    min-width: 180px;
    margin: 0;
}
.footer1 .widget_tmc_footer_services ul li a {
    font-size: 18px;
    line-height: 35px;
    color: #cacaca;
    display: inline-block;
    text-decoration: none !important;
    transition: 0.3s;
    font-family: "PT Sans", sans-serif;
}
.footer1 .widget_tmc_footer_services ul li a:hover {
    padding-left: 15px;
    color: #cfa86e;
}
.icon-wrap ul li:first-child a {
    padding-left: 0 !important;
}
.footer1 .ftr-footer-widget {
    display: inline-block;
    align-items: center;
}
.footer1 .ftr-footer-widget .widget_media_image,
.footer1 .ftr-footer-widget .widget.widget_text{
    padding-right: 30px;
}
.footer1 .ftr-footer-widget .widget_media_image img {
    max-height: 55px;
    width: auto;
}
.footer1 .widget.widget_restro_title,.footer1 .widget.widget_media_image {
    margin-bottom: 0;
}
.footer1 .widget_mc4wp_form_widget form.wpcf7-form {
    height: 46px;
}
.footer1 .widget_mc4wp_form_widget input#emailid {
    background: #1C5E5D;
    font-size: 14px;
    color: #fff;
    font-family: "PT Sans", sans-serif;
    outline: none;
    box-shadow: none;
    height: 46px;
    width: 100%;
    padding: 10px 15px;
    border: 2px solid #cfa86e;
    border-radius: 50px;
}
.footer1 .widget_mc4wp_form_widget input#emailid::placeholder{
    color: #fff;
}
.footer1 .widget_mc4wp_form_widget input[type=submit] {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    z-index: 9;
    padding: 0;
    line-height: 0;
    height: auto;
    background: transparent;
    border: 0;
}
.footer1 .widget_mc4wp_form_widget input[type=submit] {
    font-size: 15px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: #cfa86e;
    color: #fff;
    float: left;
    outline: none;
    border-radius: 50%;
    right: 6px;
    top: 12%;
}
.ficon {
    font-family: FontAwesome !important;
}
.footer1 .site-footer__bottom {
    padding: 110px 0;
}
.footer1 .site-footer__bottom p,.sitefooter_default p{
    margin-bottom: 0;
    color: #7b8791;
}
.sitefooter_default{
    background: #041b26;
    padding: 45px 0;
}
.footer_top{
    display: flex;
    align-items: end;
    padding: 0px 100px 0;
}
.footer_top.comingpadding{
    padding: 0px 100px 0;
}
.footer_top_left,.footer_top_right{
    width: 100%;
    height: 2px;
    background: #cfa86e;
    margin-bottom: 20px;
}
.footer-navbar-brand {
    width: 100%;
    max-width: 240px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}
.footer1 .ftr-footer-widget .wp-block-group__inner-container p,
.footer1 .ftr-sol-column .wp-block-group__inner-container p,.footer1 .ftr-link-column p {
    margin-bottom: 0;
    font-size: 18px;
}
.footer1 .ftr-sol-column .wp-block-group__inner-container h5{
    color: #cfa86e;
    font-size: 36px;
    font-weight: 500;
    margin-top: 15px;
    letter-spacing: 1.5px;
}
.site-footer__bottom .container p.site-footer__copy {
    text-align: right;
}
ul.list-unstyled{
    margin: 0;
    padding-left: 0;
    list-style: none;
}
ul.footer_copyright_menu {
    display: flex;
    align-items: center;
}
ul.footer_copyright_menu li{
    margin-bottom: 0;
    margin-right: 25px;
}
ul.footer_copyright_menu li a{
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    position: relative;
    color: #7b8791;
    font-family: "PT Sans", sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: normal;
}
footer .widget.widget_archive li a,footer .widget.widget_categories li a,footer .widget.widget_pages li a,
footer .widget.widget_nav_menu li a,footer .widget.widget_meta li a,footer .widget.widget_recent_entries li a,
footer .widget.widget_tag_cloud li a,
.footer1 .ftr-link-column.ftr-widget .widget_archive ul li a, .footer1 .ftr-sol-column .widget_archive ul li a {
    position: relative;
    display: inline-block;
    width: auto;
}
/*End Footer1 */

/*
*05 - Start Scroll to top
*/
.scroll-to-top h4#scrolltop{
    position: relative;
}
.scroll-to-top h4#scrolltop:before{
    content: '';
    position: absolute;
    left: calc(50% - 1px);
    bottom: 30px;
    transform: scaleY(1);
    width: 1px;
    height: 42px;
    background-color: #cfa86e;
    opacity: 1;
    transition: 0.5s;
    pointer-events: none;
}
.scroll-to-top:hover h4#scrolltop:before{
        bottom: 35px;
}
.scroll-to-top h4{
    font-family: 'FunctionTwoLight';
    color: #cfa86e;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
}
.scroll-to-top {
    display: inline-block;
    cursor: pointer;
    position: fixed;
    bottom: 40px;
    z-index: 99;
    text-align: center;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    border-radius: 50%;
    transition: all .4s ease;
}
.scroll-to-top.btt_icon_type{
    width: 45px;
    height: 45px;
    background: #cfa86e;
}
.scroll-to-top i {
    color: #ffffff;
    font-size: 18px;
    line-height: 45px;
    cursor: pointer;
}
.scroll-to-top.btt_icon_type:hover {
    background-color: #041b26;
}
.scroll-to-top:hover i {
    color: #fff;
}
.mobileBtt.right .scroll-to-top,.desktopBtt.right .scroll-to-top,.scroll-to-top.right
{
    right: 40px;
}
.mobileBtt.left .scroll-to-top,.desktopBtt.left .scroll-to-top,.scroll-to-top.left
{
    left: 40px;
}
.mobileBtt{ 
    display: none; 
}
/* End Scroll to top */
/*
*6 - Inner Header Banner 
*/
.breadcrumb_section .breadcrumbs,.breadcrumb_section .breadcrumbs a {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    font-family: "PT Sans", sans-serif;
    text-align: center;
}
.breadcrumb_section .breadcrumbs span.current-item{
    color: #fff;
}
.inner-banner {
  background-color: #041b26;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 255px;
  padding-bottom: 150px;
  margin-top: 0;
}
.default-inner-banner {
  background-color: #041b26;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 180px;
  padding-bottom: 110px;
  margin-top: 0;
}
.container.container-main.main-container {
    padding-bottom: 150px;
    padding-top: 150px;
}
.inner-banner__content {
    width: 100%;
    text-align: center;
}
.inner-banner__content-large {
    max-width: 700px;
}
.inner-banner__content h5 span {
    padding: 0 5px;
}
.inner-banner__content h5 span a span,.inner-banner__content h5 span span{
    padding: 0;
}
.inner-banner__content h1 {
    font-size: 60px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 0;
    margin-bottom: 10px;
    word-break: break-word;
    padding-left: 10px;
    padding-right: 10px;
}
.inner-banner__content h5{
    color: #fff;
    font-weight: 600;
    display: flex;
    align-items: center;
    padding-top: 10px;
    font-size: 18px;
    letter-spacing: 1px;
    font-family: 'FunctionTwoLight';
    justify-content: center;
}
.inner-banner__content h5 span span{
    font-size: 20px;
    margin: 0;
    font-family: 'FunctionTwoLight';
    line-height: 1.2;
    padding-right: 0;
    color: #fff;
    word-break: break-word;
}
.inner-banner__content span.post.post-page.current-item,
.inner-banner__content span span.post.post-post.current-item,
.inner-banner__content span span.post.post-projects.current-item,
.inner-banner__content span span.post.post-product.current-item,
.inner-banner__content span span.post.post-portfolio.current-item,
.inner-banner__content span span.post.post-team.current-item  {
    color: #cfa86e;
    font-size: 20px;
    margin: 0;
    font-family: 'FunctionTwoLight';
    line-height: 1.2;
    padding-left: 0;
}
.inner-banner__content h4{
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    margin: 0;
}
.inner-banner__content h4 span a {
    color: #fff;
    font-family: 'FunctionTwoLight';
    font-weight: 500;
}
.inner-banner__content h4 span a:hover {
    color: #025ce5;
}
span.brdarw {
    padding: 0 10px!important;
    text-transform: uppercase;
    letter-spacing: .01em;
    content: '/';
    color: #fff;
    font-size: 16px;
}
/*End Inner Header Banner */
/*
*7 - blog
*/
.blog_add{
    background: #cfa86e;
    text-align: center;
    color: #fff;
    padding: 6px 25px;
    border-radius: 50px;
    position: absolute;
    margin-top: -55px;
    left: 30px;
}
.blog_add p{
    margin-bottom: 0;
    font-size: 14px;
}
.blog-grid {
    padding-top: 100px;
    padding-bottom: 95px;
}
.blog-grid__single {
    margin-bottom: 45px;
}
.blog-list__image:hover a>img,
.blog-grid__image:hover a>img,
.blog-list__image:hover a>img,
.blog-grid__image:hover a>img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.blog-list__image:hover>a,
.blog-grid__image:hover>a,
.blog-list__image:hover>a,
.blog-grid__image:hover>a {
    opacity: 1;
}
.blog-list__image,
.blog-grid__image {
    position: relative;
    overflow: hidden;
}
.blog-list__image a>img,
.blog-grid__image a>img {
    opacity: 1;
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity .4s ease, -webkit-transform .4s ease;
    transition: opacity .4s ease, -webkit-transform .4s ease;
    transition: opacity .4s ease, transform .4s ease;
    transition: opacity .4s ease, transform .4s ease, -webkit-transform .4s ease;
    max-height: 530px;
    height: 100%;
}
.blog-list__image>a,
.blog-grid__image>a {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.blog-list__content h3,.blog-list__content h3 a {
    color: #F3F3F3;
    text-transform: capitalize;
    word-break: break-word;
    margin: 0;
    font-weight: 500;
    font-size: 26px;
    line-height: 1.5;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}
.blog-list__content h3 a {
    color: inherit;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    word-wrap: break-word;
}
.blog-list__content h3 a:hover {
    color: #cfa86e;
}
.blog-list__content p {
    color: #cbcccc;
    font-size: 18px;
    line-height: 1.5em;
    margin-top: 0;
    display: inline-block;
    width: 100%;
}
p.has-large-font-size {
    line-height: 1.2em;
}
.blog-list__content p:last-child {
    margin-top: 0;
}
.blog_icon_list .elementor-icon-list-icon i {
    padding-bottom: 15px;
}
p.wp-block-cover-text,
.wp-block-cover p:not(.has-text-color) {
    color: #fff;
}
.blog-list__meta,
.blog-grid__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    margin-top: 25px;
    margin-bottom: 15px;
}
.blog-list__meta li,.blog-list__meta li a,
.blog-grid__meta li,.blog-grid__meta li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    color: #cfa86e;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    padding-left: 0px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: "PT Sans", sans-serif;
}
.blog-list__meta li i,
.blog-grid__meta li i {
    font-size: 16px;
    color: #cfa86e;
    margin-right: 10px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    line-height: 22px;
}
.blog-list__meta li a:hover,
.blog-grid__meta li a:hover,
.blog-list__meta li i:hover,
.blog-grid__meta li i:hover {
    color: #cbcccc;
}
.blog-list {
    padding-top: 120px;
    padding-bottom: 120px;
}
.blog-list__single {
    margin-bottom: 50px;
    text-align: left;
    margin-top: 20px;
}
.blog-list__single_detail,
.blog-list__single {
    box-shadow: 0px 0px 17px 1px rgb(51 51 51 / 18%);
}
.blog-list__single:last-child {
    margin-bottom: 0;
}
.blog-list__single:first-child {
    margin-top: 0;
}
.blog-list__single:hover .blog-list__image>img,
.blog-list__single_detail:hover .blog-list__image>img {
    opacity: .5;
}
.blog-list__content ul {
    margin-bottom: 15px;
}
.blog-list__content ul li,.blog-list__content ol li{
    margin-bottom: 10px;
}
.blog-list__content ul li > ul,.blog-list__content ol li > ol,
.blog-list__content ol li > ul,.blog-list__content ul li > ol{
    margin-top: 10px;
}
.blog-list__content ul li:last-child,.has-avatars .wp-block-latest-comments__comment{
    margin-bottom: 0;
}
.blog-list__content ul.blog-list__meta {
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
    padding-left: 0;
    margin-bottom: 15px;
    color: #cfa86e;
}
.blog-list__meta li {
    display: inline-flex;
    margin-right: 20px;
    margin-bottom: 0;
}
.blog-list__content ul.blog-list__meta li{
    margin-bottom: 0;
}
.blog-list__meta li:last-child {
    margin-right: 0;
    padding-left: 20px;
}
.blog-list__meta li.admin_slash {
    margin: 0;
}
.blog_button {
    width: 100%;
    margin-top: 11px;
    line-height: 15px;
}
.blog_button .blog-list__meta {
    width: 60%;
    margin-bottom: 0;
    border: none;
    padding-top: 0;
    margin-top: 0;
}
.blog_button a.blog-list__btn,a.blog-list__btn {
	color: #cfa86e;
    font-weight: 400;
    transition: .3s;
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
}
.blog_button a.blog-list__btn:hover,a.blog-list__btn:hover{
    color: #cfa86e;
}
.blog_button a.blog-list__btn span {
    transition: 0.3s;
}
.blog_button .blog-list__meta img {
    margin-right: 15px;
}
.blog_button .blog-list__meta img:last-child {
    margin-right: 0;
}
.blog_button a.blog-list__btn i {
    margin-left: 8px;
}
.wp-block-gallery.is-cropped .blocks-gallery-item img {
    object-fit: fill;
    height: auto;
}
.blog_button a.blog-list__btn span:hover {
    color: #041b26;
}
.blog-list__content {
    padding: 0;
    background-color: #041b26;
    padding: 35px;
    display: inline-block;
    width: 100%;
    border-top: 4px solid #cfa86e;
}
.wp-block-button__link {
    border-radius: 50px;
}
.is-style-squared .wp-block-button__link {
    border-radius: 0;
}
a:not([href]):not([tabindex]) {
    color: #fff;
}
.is-style-outline .wp-block-button__link {
    color: #f3f3f3!important;
    margin: 10px 0;
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: #fff;
}
a.page-numbers,
.page-links a {
    margin-right: 4px;
    margin-left: 4px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    width: auto;
    position: relative;
    padding: 10px 15px;
    line-height: 1;
    text-decoration: none;
    background-color: #041b26;
    border: 1px solid #041b26;
    text-decoration: none;
    border-radius: 0;
    font-family: "PT Sans", sans-serif;
}
.blog-list__content a.page-numbers,.blog-list__content .page-links a{
    background-color: #030e16;
    border-color: #030e16;
}
a.next.page-numbers i{
    font-size: 20px;
}
a.next.page-numbers {
    background: #cfa86e;
    border: 1px solid #cfa86e;
}
a.page-numbers:hover {
    background: #cfa86e;
	border: 1px solid #cfa86e;
}
span.page-numbers.current,
span.post-page-numbers.current {
    margin-right: 4px;
    margin-left: 4px;
    font-size: 18px;
    font-weight: 500;
    width: auto;
    position: relative;
    padding: 10px 15px;
    line-height: 1.42857143;
    text-decoration: none;
    z-index: 3;
    color: #fff;
    cursor: default;
    border-radius: 0;
    font-family: "PT Sans", sans-serif;
}
span.page-numbers.current,
span.post-page-numbers.current {
    background: #cfa86e;
    border: 1px solid #cfa86e;
}
.paginationWrapper {
    width: 100%;
}
.paginationWrapper.outerpaging{
    display: inline-block;
    margin-top: 30px;
}
#primary .paginationWrapper {
    margin-bottom: 3%;
}
.portfolios .paginationWrapper.outerpaging.cutompaging {
    position: absolute;
    bottom: -75px;
    left: 10px;
}
.news_style1 .paginationWrapper.outerpaging.cutompaging{
    margin: 50px 0 0 10px;
}
.news_style1 {
    padding-bottom: 9px;
}
.sidebar__post-single {
    border-bottom: 1px solid #C9CAC7;
    padding: 15px 0;
}
.sidebar__post-single h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}
.sidebar__post-single h3 a {
    color: inherit;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.sidebar__post-single h3 a:hover {
    color: #cfa86e;
}
.sidebar__post-single span {
    font-size: 16px;
    font-weight: 500;
    line-height: 1em;
    color: #041b26;
}
.sidebar__post-single span i {
    color: #cfa86e;
    font-size: 16px;
}
.leave-reply-column {
    width: 100%;
    float: left;
}
.leave-reply-column a:hover {
    color: #041b26;
}
/*
*7.1 -  Recent Posts
*/
.recent_news_single {
    margin-bottom: 30px;
    border-radius: 0;
}
.recent_news_text_box {
    padding: 30px 0 0;
}
.recent_news_text_box h4,.recent_news_text_box h4 a {
    word-break: break-word;
    margin: 0;
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 25px;
    font-family: 'FunctionTwoLight';
    letter-spacing: 1px;
}
.recent_news_line_author{
    margin-bottom: 15px;
    width: 100%;
    color: #cfa86e;
    font-weight: 500;
}
.recent_news_line_author a,.recent_news_text_box h4,.recent_news_text_box h4 a{
    color: #f3f3f3;
    letter-spacing: 1px;
}
.recent_news_img{
    overflow: hidden;
    position: relative;
    border-radius: 0;
}
.recent_news_single .recent_news_img img{
    width: 100%;
    margin-top: -3px;
}
.recent_news_line_author a{
    color: #cfa86e;
    padding-right: 20px;
    font-size: 16px;
    text-transform: capitalize;
    font-family: "PT Sans", sans-serif;
    font-weight: 500;
    letter-spacing: 0;
}
.recent_news_line_author span{
    padding-left: 20px;
    font-size: 15px;
}
.widget .recent_posts h4::after, .widget .recent_posts h3::after{
    display: none;
}
.recent_posts button.owl-dot {
    background: #cbcccc;
    padding: 2px 17px!important;
    border: 0;
    border-radius: 3px;
    margin-right: 5px;
    transition: 0.7s;
    outline: none;
}
.recent_posts.owl-carousel button.owl-dot.active{
    background: #cfa86e;
    transition: 0.7s;
}
.recent_posts .owl-dots {
    line-height: 0;
    text-align: center;
    margin-top: -17px;
}
.recent_posts .owl-nav i{
    color: #cfa86e;
    font-size: 24px;
    font-weight: 900;
    line-height: 15px;
    outline: none;
}
.recent_posts .owl-nav button{
    outline: none;
}
.recent_posts .owl-nav button.owl-next {
    float: right;
}
/*End Recent Posts*/
/*
*7.2 - Blog Grid
*/
.news1_single {
    margin-top: 30px;
}
.news1_text_box {
    background-color: #041b26;
    padding: 30px;
    display: inline-block;
    width: 100%;
    border-top: 4px solid #cfa86e;
}
.news1_text_box h4,.news1_text_box h4 a{
    color: #F3F3F3;
    text-transform: capitalize;
    word-break: break-word;
    margin: 0;
    font-weight: 500;
    font-size: 26px;
    line-height: 1.5;
    margin-bottom: 0;
    letter-spacing: 2px;
    font-family: 'FunctionTwoLight';
}
.news1_text_box h4 a:hover{
    color: #F3F3F3;
}
.news1_text_box ul.blog-list__meta.list-unstyled{
    margin-bottom: 15px;
}
.news1_text_box p{
    margin-top: 20px;
    margin-bottom: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news1_single .blog-list__meta li{
    margin-right: 10px;
    font-size: 15px;
}
.news1_single .blog-list__meta li:last-child{
    padding-left: 0;
}
.news1_single .news1_img{
    position: relative;
    overflow: hidden;
}
.news1_single .news1_img img{
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: 0.5s;
}
.news1_single:hover .news1_img img{
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.ShareColumn a i {
    color: #f3f3f3;
    margin: 12px;
    font-size: 18px;
    transition: 0.5s;
}
.protfolio_detail_share .ShareColumn a i {
    margin: 12px 16px 12px 0;
    font-size: 16px;
}
.ShareColumn a i:hover {
    color: #cfa86e;
}
.sharebox .ShareColumn a i{
    color: #cfa86e;
}
.sharebox .ShareColumn a i:hover{
    color: #f3f3f3;
}
.sharebox{
    margin-top: 40px;
}
.ShareColumn {
    display: flex;
    align-items: center;
    justify-content: start;
}
/*End Blog Grid*/
/*End Blog */

/*
*8 - Home1 Page
*/
.slider_sticker img{
    animation-name: rotate;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    border-radius: 50%;
}

@keyframes rotate{
    from{ transform: rotate(-360deg); }
    to{ transform: rotate(360deg); }
}
.hm1_welcom_right svg g{
    fill: #cfa86e;
    transition: 0.5s;
}
.elementor-element.offer_box .elementor-widget-wrap.elementor-element-populated {
    height: 200px;
}
.elementor-element.offer_single_box {
    min-height: 445px;
}
.testimonial1_quote_text {
    padding-right: 0;
}
.testimonial1_title {
  margin-bottom: 0;
  display: inline-block;
  vertical-align: middle;
}
.testimonial1_single {
    width: 100%;
}
.testimonial1_single p {
  margin: 0;
}
.testimonial1_quote_text p{
    margin: 35px 0 15px;
    font-weight: 500;
    color: #f3f3f3;
    font-size: 40px;
    letter-spacing: 0.5px;
    font-family: 'Gabriola';
    line-height: 1.1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.testimonial1_title p{
    font-weight: 400;
    color: #cfa86e;
    font-size: 25px;
    font-family: 'Gabriola';
    line-height: 15px;
    margin-top: 15px;
}
.testimonial1_single i {
    font-size: 80px;
    color: #cfa86e;
}
.testimonial1{
    position: relative;
}
.testimonial1 ul.slick-dots {
    padding-inline-start: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    width: auto;
    position: absolute;
    right: 0;
    bottom: 0;
}
.testimonial1 ul.slick-dots li{
    margin-bottom: 0;
    border-radius: 50%;
    background: transparent;
    border: 2px solid transparent;
    transition: 0.5s;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.testimonial1 ul.slick-dots li button{
    background: #f3f3f3;
    border: 0;
    border-radius: 50%;
    outline: none;
    position: relative;
    transition: 0.5s;
    font-size: 0;
    width: 15px;
    height: 15px;
}
.testimonial1 ul.slick-dots li.slick-active button{
    background: #f3f3f3;
}
.testimonial1 ul.slick-dots li.slick-active{
    border: 2px solid #cfa86e;
}

.testimonial_two {
    position: relative;
}
.testimonial_two i {
    line-height: 1;
    font-size: 45px;
    margin-right: 25px;
    position: relative;
    color: #cfa86e;
}
.testimonial_two .testimonial2_quote_text p {
    margin: 0px 0 15px;
    font-weight: 500;
    color: #f3f3f3;
    font-size: 40px;
    letter-spacing: 0.5px;
    font-family: 'Gabriola';
    line-height: 1.1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.testimonial2_title {
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
}
.testimonial2_title h5 {
    font-weight: 500;
    color: #cfa86e;
    font-size: 30px;
    font-family: 'Gabriola';
    line-height: 15px;
    margin-top: 30px;
}
.testimonial2_quote_text {
    padding-right: 0;
    display: flex;
    flex-wrap: nowrap;
}
.testimonial_two .slick-slider .slick-list {
    margin-right: 120px;
}
.testimonial_two .slick-dots {
    margin: 0;
    position: absolute;
    bottom: 22px;
    right: 0;
}
.testimonial_two .slick-dots li {
    width: auto!important;
    transform: translate(0)!important;
    padding: 0!important;
    display: flex;
    align-items: center;
}
.testimonial_two .slick-dots li button {
    width: 70px;
    height: 18px;
    position: relative;
    cursor: pointer;
    -webkit-transition: .3s cubic-bezier(.24,.74,.58,1);
    -khtml-transition: .3s cubic-bezier(.24,.74,.58,1);
    -moz-transition: .3s cubic-bezier(.24,.74,.58,1);
    -ms-transition: .3s cubic-bezier(.24,.74,.58,1);
    -o-transition: .3s cubic-bezier(.24,.74,.58,1);
    transition: .3s cubic-bezier(.24,.74,.58,1);
    margin: 7px;
    background: 0;
    border: 0;
    outline: none;
}
.testimonial_two .slick-dots li button:before{
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    background-color: #cfa86e;
    -webkit-transform: translate(-50%,-50%);
    -khtml-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border: 2px solid #cfa86e;
}
.testimonial_two .slick-dots li.slick-active button:before {
    width: 100%;
    height: 100%;
    background-color: initial;
}
.testimonial_two .slick-dots li button img{
      width: 52px;
    height: 52px;
    min-width: 52px;
    min-height: 52px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)scale(0);
    -webkit-transition: .3s cubic-bezier(.24,.74,.58,1);
    -khtml-transition: .3s cubic-bezier(.24,.74,.58,1);
    -moz-transition: .3s cubic-bezier(.24,.74,.58,1);
    -ms-transition: .3s cubic-bezier(.24,.74,.58,1);
    -o-transition: .3s cubic-bezier(.24,.74,.58,1);
    transition: .3s cubic-bezier(.24,.74,.58,1);
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}
.testimonial_two .slick-dots li.slick-active button img {
    transform: translate(-50%,-50%)scale(1);
}
.testimonial_two .slick-dots li.slick-active button {
    height: 70px;
}

.elementor-element.about_testimonial {
    max-width: 90%;
}
.menu_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.menu_item h4 {
    color: #f3f3f3;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 1px;
}
.menu_item h4.menu_item_title {
    width: 100%;
}
.menu_item p {
    padding: 0 10px;
    color: #cfa86e;
    margin-bottom: 0;
}
.tab_dot {
    padding: 7px 20px;
    min-width: 260px;
    margin: 0 10px;
    max-width: 100%;
    border-bottom: 2px dotted;
    color: #f3f3f3;
}
.menu_page_item .tab_dot,.menu_item.menu_item_dark .tab_dot{
    min-width: 150px;
}
p.menu_item_desc{
    color: #cfa86e;
    margin-bottom: 0;
    line-height: 1.5;
}
.single_menu_item {
    margin: 50px 0 0;
}
.elementor-tabs-content-wrapper .elementor-tab-content{
    padding: 0!important;
}
.elementor-tabs-wrapper {
    border-bottom: 2px solid #cfa86e;
    margin-bottom: 30px;
}
.elementor-widget-tabs .elementor-tabs-wrapper .elementor-tab-title{
    font-family: 'FunctionTwoLight';
    text-align: center;
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 40px;
}
.elementor-widget-tabs .elementor-tabs-wrapper .elementor-tab-title svg {
    width: 100%;
    margin-bottom: 15px;
}
.elementor-tabs-content-wrapper .elementor-tab-content .align_right {
    display: flex;
    justify-content: flex-start;
    padding-left: 30px;
}
.single_featured_project {
    display: block;
    position: relative;
    margin-bottom: -6px;
}
.featured_img_box{
    position: relative;
}
.featured_project_content {
    width: 92%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0;
    transition: 0.5s;
    background: transparent;
    padding: 0 20px 0;
    bottom: 3%;
    left: 4%;
}
.single_featured_project .featured_project_text {
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
    text-align: center;
}
.featured_project_text h5, .featured_project_text h5 a {
    font-size: 24px;
    font-weight: 500;
    color: #f3f3f3;
    font-family: 'FunctionTwoLight';
    letter-spacing: 1px;
}
.featured_project_text p {
    color: #cfa86e;
    font-family: 'Gabriola';
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
}
.single_featured_project:hover .featured_project_content {
    transition: 0.5s;
    background: #041b26;
    opacity: 0.8;
    height: 94%;
    max-width: 404px;
}
.single_featured_project:hover .featured_project_text {
    visibility: visible;
    opacity: 1;
    transition: 0.5s;
    margin-bottom: 0;
    padding: 20px 10px;
}
.single_featured_project.grid_project {
    margin-top: 30px;
}
.slick-slide {
    margin: 0 5px;
}
.featured_project .slick-slide {
    margin: 0 10px;
}
.slick-slide img{
    margin: 0 auto;
}
.slick-list {
    margin: 0 -10px;
}
.featured_project{
    overflow: hidden;
}
.elementor-element.menu_tab .elementor-tab-title.elementor-active .menutab_title{
    position: relative;
}
.elementor-element.menu_tab .elementor-tab-title.elementor-active .menutab_title:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 3px;
    background: #cfa86e;
    border: 0;
    left: 0;
    bottom: -10px;
}
/*End Home1 Page*/

/*
*9 - Team Page
*/
.team1_single {
    width: 100%;
    float: left;
    display: block;
    padding-top: 0;
    background: #030e16;
    margin: 30px 0 0;
}
.team1_content_box {
    width: 100%;
    float: left;
    display: block;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
    text-align: center;
}
.team1_single h3 {
    padding-bottom: 10px;
    text-align: center;
    display: inline-block;
    width: 100%;
}
.team1_single h3,.team1_single h3 a{
    color: #f3f3f3;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.5px;

}
.team1_single h6 {
    color: #cfa86e!important;
    text-align: center;
    font-size: 24px;
    font-weight:500;
    font-family: 'Gabriola';
}
.team1_content_box .team1_social {
    width: 100%;
    height: 50%;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, #030e16);
    top: 100%;
    transition: all 0.5s;
    opacity: 0.8;
}
.team1_content_box .team1_social ul {
    margin: 0;
    padding: 0;
    width: 100%;
}
.team1_content_box .team1_social ul li {
    display: inline-block;
    list-style: none;
    margin: 0 5px;
}
.team1_content_box .team1_social ul li a i {
    font-size: 20px;
    color: #cfa86e;
    font-weight: 400;
    border: 1px solid #cfa86e;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.team1_single:hover .team1_social {
    top: 50%;
    padding-top: 150px;
}
.team1_single:hover a{
    z-index: 999;
}
.elementor-element.team_owner {
    max-width: 90%;
}
.elementor-element.teampage_team {
    max-width: 95%;
}
.elementor-element.team_owner_section .elementor-widget-wrap.elementor-element-populated {
    justify-content: end;
}
.elementor-element.teampage_team_sec .elementor-widget-wrap.elementor-element-populated{
    justify-content: center;
}
.client_box.elementor-widget{
    text-align: center;
}
.client_images{
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 100%;
    line-height: 0;
    -webkit-transition: opacity .15s ease-out;
    -moz-transition: opacity .15s ease-out;
    transition: opacity .15s ease-out;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.client_images .mainImg {
    position: relative;
    display: block;
}
.elementor .client_images img {
    max-height: 106px;
    width: auto;
}
.client_images .mainImg img{
    opacity: 0.6;
    transition: 0.5s;
}
.client_images .hoverImg {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    text-align: center;
}
.client_images .hoverImg img{
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 0;
    transition: 0.5s;
}
.client_images .hoverImg,.client_images .mainImg {
    -webkit-transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
}
.client_images .hoverImg {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
}
.client_images:hover .hoverImg img{
    opacity: 1;
}
.client_images:hover .hoverImg{
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform .6s cubic-bezier(.19, .65, .02, .93);
    transition: transform .6s cubic-bezier(.19, .65, .02, .93);
}
.client_images:hover .mainImg {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform .6s cubic-bezier(.19, .65, .02, .93);
    transition: transform .6s cubic-bezier(.19, .65, .02, .93);
}
/*End Team Page*/
/*
*10 - History Page
*/
.elementor-element.history_row::before {
    content: '';
    background: #cfa86e;
    width: 2px;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}
.elementor-element.history_box_left .elementor-container.elementor-column-gap-default {
    margin-left: 0;
}
.elementor-element.history_box_right .elementor-container.elementor-column-gap-default {
    margin-right: 0;
}
.elementor-element.history_box_row .elementor-widget-wrap.elementor-element-populated:before {
    content: '';
    position: absolute;
    border-style: solid;
    width: 0!important;
    height: 0!important;
    border-width: 13px 0 14px 24px!important;
    border-color: transparent transparent transparent #cfa86e;
    top: 20%;
}
.elementor-element.history_box_left .history_box_row .elementor-widget-wrap.elementor-element-populated:before {
    right: -5.5%;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.elementor-element.history_box_right .history_box_row .elementor-widget-wrap.elementor-element-populated:before {
    left: -5.5%;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.elementor-element.history_box_left:after{
    content: '';
    position: absolute;
    border-style: solid;
    width: 20px!important;
    height: 20px!important;
    background: #cfa86e;
    border-radius: 50%;
    top: 22%;
    border: 0;
    right: 49.1%;
}
.elementor-element.history_box_right:after{
    content: '';
    position: absolute;
    border-style: solid;
    width: 20px!important;
    height: 20px!important;
    background: #cfa86e;
    border-radius: 50%;
    top: 22%;
    border: 0;
    left: 49.1%;
}
.elementor-element.history_box_right .history_box_row .elementor-widget-image {
    display: inline-block;
    width: auto;
    position: absolute;
    right: 15px;
    top: -35%;
    max-width: 130px;
}
.elementor-element.history_box_left.history_box_left_img:after{
    top: 56%;
}
.elementor-element.history_pattern_left {
    position: absolute;
    top: 10%;
    z-index: -1;
    left: 0;
}
.elementor-element.history_pattern_right {
    position: absolute;
    top: 25%;
    z-index: -1;
    right: 0;
}
/*End History Page*/
/*
*11 - 404 Page
*/
.opps-containt button.sbtn {
    border-radius: 0;
    margin-left: -5px;
    height: 45px;
    width: 50px;
    color: #f3f3f3;
    border: unset;
    background: #cfa86e;
    vertical-align: middle;
    margin-top: -4px;
    outline: none;
    border: 0;
}
.error {
    font-weight: 500!important;
}
.wpcf7-not-valid
{
    border: 1px solid #ff0000!important;
}
.wpcf7-not-valid-tip
{
    display:none!important;
}
.wpcf7-not-valid-tip {
    color: #ff0000;
    font-size: 14px;
    font-weight: 500!important;
}
a.button_404
{
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    line-height: 1.2em;
    color: #cfa86e;
    background-color: #041b26;
    border: 2px solid #cfa86e;
    padding: 14px 35px 14px 35px;
    border-radius: 0px;
    -webkit-transition-duration: 0.5s;
    transition: all 0.4s;
    display: inline-block;

}
a.button_404:hover{
    background: #cfa86e;
    color: #f3f3f3;
}
.opps-containt img {
    margin-bottom: 40px;
}
.opps-area {
    text-align: center;
    background-size: cover;
    background-position: center;
    padding-top: 200px;
    padding-bottom: 150px;
    background: #030e16;
    min-height: 900px;
}
.opps-containt h3 {
    color: #cfa86e;
    font-size: 400px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 0;
    padding: 0;
    font-family: "PT Sans", sans-serif;
    letter-spacing: 45px;
}
.opps-containt h3.error_default{
    margin-top: 50px;
}
.opps-containt h4 {
    color: #f3f3f3;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2em;
    margin-bottom: 25px;
    letter-spacing: 1px;
}
.opps-containt p {
    color: #cfa86e;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    margin-bottom: 0;
}
.opps-containt .searchh {
    padding: 30px 0 0;
}
.error_bitton {
    margin-top: 40px;
}
.elementor-element.error_single_img {
    position: absolute;
    z-index: 1;
    left: -15px;
    top: 31px;
}
.elementor-element.error_heading h1.elementor-heading-title {
    letter-spacing: 52px!important;
}
/*End 404 Page*/
/*
*12 - Coming Soon
*/
.comingsoon_form .wpcf7-form-control-wrap{
    width: 100%;
}
.comingsoon_form input[type="email"] {
    background: #041b26;
    height: 55px;
    border: 2px solid #cfa86e;
    border-radius: 0px;
    padding: 15px 30px;
}
.comingsoon_form input[type=submit] {
    width: auto;
    height: auto;
    font-size: 16px;
    background: #cfa86e;
    color: #fff;
    border: unset;
    outline: none;
    border-radius: 0px;
    position: absolute;
    right: 0;
    padding: 15px 25px;
    top: 0;
}
.comingsoon_form .input-group,
.comingsoon_form input[type=submit] {
    box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 25%);
    border-radius: 0px;
}
.timerWrapper .timerBlock {
    display: inline-block;
    position: relative;
    border: 0;
    border-radius: 0;
    padding: 30px 0;
    width: 23%;
    margin: 0;
    text-align: center;
    border-right: 1px solid #fff;
}
.timerWrapper .timerBlock:last-child {
    border-right: 0;
}
.timerWrapper .timer {
    display: inline-block;
    font-size: 80px;
    line-height: 80px;
    color: #fff;
    font-style: normal;
    text-align: center;
    position: relative;
    top: -21px;
    left: -4px;
    font-family: 'FunctionTwoLight';
    font-weight: bold;
    margin-bottom: 15px;
    letter-spacing: 1px;
}
.timerWrapper .timerBlock span {
    color: #cfa86e;
    font-size: 20px;
    line-height: normal;
    text-transform: capitalize;
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-family: 'FunctionTwoLight';
    font-weight: 600;
    letter-spacing: 1px;
}
.commingWrapper p {
    font-family: "PT Sans", sans-serif;
    color: #fff;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
    padding-bottom: 30px;
    width: 750px;
    line-height: 26px;
    margin: 0 auto;
}
.comingsoon_form .wpcf7-spinner{
    height:0px;
}
.commingWrapper {
    background-size: cover;
    position: relative;
}
.commingWrapper:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    content: '';
    background: rgba(0, 0, 0, 0.6);
    right: 0;
}
.comming_shadow {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 70px;
    text-align: center;
}
.wpcf7 form.sent .wpcf7-response-output {
    color: #46b450;
    margin: 2em 0 1em;
}
.elementor-element.coming_soon_row::before {
    content: '';
    width: 100%;
    height: 50px;
    background: linear-gradient(transparent, #030e16);
    bottom: 0;
    left: 0;
    position: absolute;
}
/*End Coming Soon*/
/*
*13 - Team Details Page
*/
.team_progress .elementor-progress-percentage{
    margin-top: -20px;
    font-family: 'FunctionTwoLight';
}
.elementor-element.team_progress .elementor-progress-wrapper{
    overflow: visible!important;
    margin-top: 8px;
}
.elementor-element.team_progress span.elementor-title{
    font-family: 'FunctionTwoLight';
}
.elementor-element.team_progress .elementor-progress-bar {
    transition: width 3s ease-in-out!important;
}
.team_detail_sub_title h5.elementor-heading-title:after, .team_detail_sub_title h5.elementor-heading-title:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 74%;
    background: #2b3f4a;
    right: 0;
    top: 10px;
}
.bookon_table_form input,.bookon_table_form select,.contact_us_form input,.contact_us_form textarea{
    background-color: transparent;
    height: 55px;
    padding: 15px 10px;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #dee2e680;
    color: #CBCCCC;
    margin-top: 25px;
    outline: none;
    outline: none;
}
.contact_us_form textarea:focus{
    background-color: transparent;
}
.contact_us_form input,.contact_us_form textarea{
    margin-top: 30px;
    padding: 15px 0px;
}
.contact_us_form textarea{
    height: 120px!important;
}
.bookon_table_form input::placeholder,.contact_us_form input::placeholder,.contact_us_form textarea::placeholder{
    color: #CBCCCC;
}
.bookon_table_form select{
    background-image: linear-gradient(45deg, transparent 50%, #CBCCCC 50%), 
    linear-gradient(135deg, #CBCCCC 50%, transparent 50%), 
    linear-gradient(to right, transparent, transparent);
    background-position: calc(100% - 17px) calc(1.5em + -3px), calc(100% - 13px) calc(1.5em + -3px), calc(100% - 2.5em) 0.5em;
}
.bookon_table_form select option{
background-color: #041b26;
}
.bookon_table_form button.form_button{
    margin-top: 40px;
}
.bookon_table_form input[type="date"]::-webkit-calendar-picker-indicator{
    filter: invert(0.8);
}
.time_period_box {
    display: flex;
    align-items: center;
    margin-top: 25px;
    height: 55px;
    padding: 15px 10px 0 0;
    border-bottom: 1px solid #dee2e680;
}
.bookon_table_form .time_period_box select {
    background: unset;
    margin-top: 0;
    height: unset;
    padding: 0 4px 0 7px;
    border: 0;
}
.bookon_table_form select*::-webkit-scrollbar {
    width: 4px;
}
.bookon_table_form select*::-webkit-scrollbar-thumb {
    background: #ccc;  
    -webkit-box-shadow: inset 0 0 6px #232937;
}
.bookon_table_form select*::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #232937; 
}
.bookon_table_form .time_period_box .hour select {
    padding: 0 10px;
    
}
.bookon_table_form .time_period_box .minute select {
    padding: 0 5px;
    width: 51px;
}
.bookon_table_form .time_period_box .period select {
    padding: 0 10px 0 2px;
}

/*End Team Details Page*/
/*
*14 - Header Search
*/
.wpcf7 form>div, .wpcf7 form>p{
    margin-bottom: 0;
}
.search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
    -webkit-transition: -webkit-transform .7s ease;
    transition: -webkit-transform .7s ease;
    transition: transform .7s ease;
    transition: transform .7s ease, -webkit-transform .7s ease;
}
.search-popup.active {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.search-popup__overlay {
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    opacity: .7;
    cursor: none;
}
.search-popup__inner {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.search-popup__form {
    position: relative;
    z-index: 9991;
    width: 100%;
    padding: 15px;
    max-width: 600px;
    position: relative;
}
.search-popup__form input {
    background-color: transparent;
    border: none;
    outline: none;
    width: 100%;
    height: 60px;
    color: #f3f3f3;
    font-size: 18px;
    background-color: #041b26;
    padding-left: 30px;
    border: 2px solid #cfa86e;
}
.search-popup__form button[type=submit] {
    border: none;
    outline: none;
    width: 60px;
    height: 60px;
    color: #fff;
    background-color: #1548C8;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.header1 .search-popup__form button[type=submit] {
    background-color: #cfa86e;
}
.cursor {
    position: absolute;
    background-color: #fff;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    z-index: 1;
    -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.cursor-follower {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.3);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    z-index: 1;
    -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    visibility: visible;
}
.cursor-follower.close-cursor:before {
    position: absolute;
    content: '';
    height: 25px;
    width: 2px;
    background: #fff;
    left: 48%;
    top: 12px;
    -webkit-transform: rotate(
-45deg);
    transform: rotate(
-45deg);
    display: inline-block;
}
.cursor-follower.close-cursor:after {
    position: absolute;
    content: '';
    height: 25px;
    width: 2px;
    background: #fff;
    right: 48%;
    top: 12px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*End Header Search*/
/*
*15 - portfol Grid 
*/
section#portfolio .portfolios {
    margin-bottom: 85px;
}
section#portfolio {
    height: 100%;
    width: 100%;
    display: block;
    float: left;
    position: relative;
}
.single_portfol_study {
    width: 100%;
    display: block;
    float: left;
    position: relative;
    overflow: hidden;
}
.portfolio-controllers-container {
    text-align: center;
     margin-bottom: 10px;
}
.portfolio-controllers {
    padding: 0px 0 0 15px;
    height: 100%;
    display: inline-block;
    width: 100%;
    text-align: center;
}
.portfolio-controllers .filter-btn {
    float: unset;
    padding: 0;
    border: unset;
    outline: 0px;
    margin: 0px 25px 0px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    font-family: 'FunctionTwoLight';
    font-weight: 500;
    font-size: 24px;
    color: #CBCCCC;
    background: none;
}
.portfolio-controllers .filter-btn:hover,
.portfolio-controllers .filter-btn.active {
    transition: all 0.3s ease;
    color: #cfa86e;
    position: relative;
}
.portfolio-controllers .filter-btn.active:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 3px;
    background: #cfa86e;
    border: none;
    border-left: 0;
    border-right: 0;
    left: 0;
    bottom: -3px;
}
.more-container {
    margin-top: 40px;
}
.portfolio {
    padding: 0 15px;
    margin-top: 30px!important;
}
.portfolio_image {
    overflow: hidden;
    position: relative;
}
.elementor .portfolio_image img {
    width: 100%;
    height: 100%;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.single_portfol_study:hover .elementor .portfolio_image img {
    cursor: pointer;
    -moz-transform: scale(1.2) rotate(2deg);
    -webkit-transform: scale(1.2) rotate(2deg);
    -o-transform: scale(1.2) rotate(2deg);
    -ms-transform: scale(1.2) rotate(2deg);
    transform: scale(1.2) rotate(2deg);
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease
}
.portfolio_image {
    height: 500px;
}
.portfolio_image.column_two {
    height: 500x;
}
.portfolio_image.column_four {
    height: 500px;
}
.single_portfol_study .portfolio_social_div {
    visibility: hidden;
    height: 0px;
    opacity: 0;
    transition: 0.5s;
    text-align: center;
}
.portfolio_content_div {
    width: 100%;
    position: absolute;
    display: block;
    float: left;
    height: auto;
    transition: 0.3s;
    background: transparent;
    padding: 0 25px 0;
    bottom: 0;
}
.portfol_paging {
    float: left;
    margin-top: 7px;
}
.single_portfol_study:hover .portfolio_content_div {
    bottom: 0;
    transition: 0.5s;
    background: #041b26;
}
.single_portfol_study:hover .portfolio_social_div {
    visibility: visible;
    height: 100px;
    opacity: 1;
    transition: 0.5s;
    margin-bottom: 0;
    padding: 22px 10px 20px;
}
.single_portfol_study .portfolio_image {
    overflow: hidden;
    border-radius: 0;
}
.single_portfol_study .portfolio_image img {
    -webkit-transition: opacity .4s ease, -webkit-transform .4s ease;
    transition: opacity .4s ease, -webkit-transform .4s ease;
    transition: opacity .4s ease, transform .4s ease;
    transition: opacity .4s ease, transform .4s ease, -webkit-transform .4s ease;
    width: 100%;
}
section.elementor-section.elementor-element.portfolio_four_section {
    max-width: 85%;
    margin: 0 auto;
}
.portfolio_social_div h5,.portfolio_social_div h5 a{
    font-size: 20px;
    font-weight: 500;
    color: #f3f3f3;
    font-family: 'FunctionTwoLight';
    letter-spacing: 0.5px;
}
.portfolio_social_div p{
    color: #cfa86e;
    font-family: 'Gabriola';
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 10px;
}
/***End portfol Grid Page***/
/*
*16 - Related Portfolio
*/
.happy-single-slider {
  background: #fff;
  padding: 0;
  overflow: hidden;
}
.happy-slider-title {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.happy-single-slider {
    padding: 0;
    width: auto;
}
.happy-slider-title img {
  margin-right: 15px;
 
  border-radius: 0;
}

.happy-slider-title img {
    width: 100% !important;
    height:500px!important;
}
.happy-slider-title{
    overflow: hidden;
}
.happy-slider.owl-carousel .owl-item{
    min-width: 342px!important;
}
.happy-slider.owl-carousel{
    max-height: 500px;
}
.related_portfolio_title h4 {
    font-family: 'FunctionTwoLight';
    font-weight: 500;
    letter-spacing: 0.5px;
    font-size: 30px;
}
.related_portfolio_title{
    margin-bottom: 40px;
}
.related_portfolio_title {
    margin-bottom: 40px;
    padding-top: 40px;
    border-top: 1px solid #cbcccc;
    margin-top: 70px;
}
.portfolio_detail_img{
    overflow: hidden;
    position: relative;
}
.portfolio_detail_img img{
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity .4s ease, -webkit-transform .4s ease;
    transition: opacity .4s ease, -webkit-transform .4s ease;
    transition: opacity .4s ease, transform .4s ease;
    transition: opacity .4s ease, transform .4s ease, -webkit-transform .4s ease;
}
.portfolio_detail_img:hover img{
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.happy-single-slider .portfolio_content_div{
    width: 100%;
}
.happy-single-slider .portfolio_social_div {
    visibility: hidden;
    height: 0px;
    opacity: 0;
    transition: 0.5s;
    text-align: center;
}
.happy-single-slider:hover .portfolio_content_div {
    bottom: 0;
    transition: 0.5s;
    background: #041b26;
}
.happy-single-slider:hover .portfolio_social_div {
    visibility: visible;
    height: 90px;
    opacity: 1;
    transition: 0.5s;
    margin-bottom: 0;
    padding: 20px 10px;
}
/*End Related Portfolio*/
/*
*17 - Menu One Page
*/
.menu_page_item h4 {
    color: #030e16;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: 'FunctionTwoLight';
}
.menu_page_item .tab_dot{
    border-bottom-color: #030e16;
}
.menu_page_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.menu_page_item p {
    padding: 0 10px;
    color: #030e16;
    margin-bottom: 0;
}
p.menu_page_item_desc {
    color: #041b26;
    margin-bottom: 0;
    line-height: 1.5;
    font-weight: 500;
    opacity: 0.8;
}
.elementor-element.menu_title_img img {
    max-height: 632px;
}
.elementor-element.menu_page_box_right {
    margin-top: 100px;
    margin-left: -100px;
    z-index: 1;
}
.elementor-element.menu_page_box_left {
    margin-top: 100px;
    margin-right: -100px;
    z-index: 1;
}
.menu_item.menu_item_dark{
    justify-content: space-between;
}
/****End Menu One Page****/
/*Home SeaFood*/
.elementor-element.hm2_founder_quote_sec .elementor-widget-text-editor,.elementor-element.hm2_founder_quote_sec p{
    font-family: 'Gabriola';
}
.elementor-element.hm2_founder_sec .elementor-container.elementor-column-gap-default {
    max-width: 1920px;
}
.elementor-element.hm2_project_box .elementor-widget-wrap.elementor-element-populated {
    position: relative;
    overflow: hidden;
}
.elementor-element.hm2_project_text {
    position: absolute;
    height: 0%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.7s;
}
.elementor-element.hm2_project_text .elementor-container.elementor-column-gap-default{
    width: 100%;
    height: 100%;
    transition: 0.5s;
}
.elementor-element.hm2_project_box:hover .elementor-element.hm2_project_text{
    height: 100%;
}
.elementor-element.hm2_offer_box {
    width: 130px!important;
}
.element_page_sale .elementor-element.hm2_offer_box{
    margin-left: auto;
    margin-right: auto;
}
.elementor-element.hm2_offer_box .elementor-counter-number-suffix{
    font-size: 25px!important;
    padding-top: 4px;
}
.elementor-element.hm2_offer_leftbox h5.elementor-heading-title{
    font-family: 'Gabriola';
}
.news2_text_box ul.blog-list__meta.list-unstyled {
    margin-bottom: 15px;
}
.news2_text_box h4, .news2_text_box h4 a {
    color: #F3F3F3;
    text-transform: capitalize;
    word-break: break-word;
    margin: 0;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 15px;
    letter-spacing: 2px;
    font-family: 'FunctionTwoLight';
}
.news2_text_box p {
    margin-top: 20px;
    margin-bottom: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.news2_reardmore a{
    font-size: 18px;
    color: #cfa86e;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    padding-left: 0px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: "PT Sans", sans-serif;
}
.news2_reardmore {
    margin-top: 25px;
}
.news2_single {
    padding: 0 10px 0 30px;
    margin-top: 30px;
}
.news2_text_box{
    position: relative;
}
.news2_text_box:before{
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    left: -30px;
    background: #cfa86e;
}
.story_subscription {
    overflow: hidden;
}
.story_subscription input#emailid {
    font-size: 18px;
    color: #fff;
    padding-left: 24px;
    height: 60px;
    border: none;
    background-color: #041b26;
}
.story_subscription input.ficon{
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    font-size: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 62px;
    height: 60px;
    background: 0 0;
    z-index: 99;
    overflow: hidden;
}
.story_subscription:before, .story_subscription:after {
    content: '';
    height: 60px;
    width: 62px;
    font-size: 18px;
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    text-align: center;
    line-height: 60px;
}
.story_subscription:before {
    background-color: #cfa86e;
}
.story_subscription:after {
    content: '\f1d8';
    font-weight: 400;
    font-family: "font awesome 5 free";
    transition: 0.5s;
}
.story_subscription:hover:after{
    transform: scale(1.5);
}
.story_subscription input.ficon {
    border: 0;
}
.menu_page_item.seafood_menu .tab_dot {
    min-width: 229px;
}
/*End Home Seafood*/
/*Portfolio Carousel Page*/
.portfolio_carousel_sec .owl-dots{
    text-align: center;
    margin-top: 30px;
}
.portfolio_carousel_sec .owl-carousel button.owl-dot{
    background: #fff;
    padding: 9px!important;
    border: 0;
    border-radius: 50%;
    margin-right: 10px;
    transition: 0.7s;
    outline: none;
}
.portfolio_carousel_sec .owl-carousel button.owl-dot.active{
    background: #cfa86e;
}
.portfolio_carousel_sec .owl-carousel .owl-nav button.owl-next, 
.portfolio_carousel_sec .owl-carousel .owl-nav button.owl-prev{
    background: #d9b04c;
    color: #fff;
    border: none;
    padding: 10px 20px!important;
    outline: none;
    height: 50px;
}
.portfolio_carousel_sec .owl-carousel .owl-nav button span{
    line-height: 20px;
    font-size: 50px;
    vertical-align: baseline;
}
.portfolio_carousel_sec .owl-carousel{
    position: relative;
}
.portfolio_carousel_sec .owl-carousel .owl-nav {
    position: absolute;
    right: 30px;
    top: -70px;
}
.portfolio_carousel_sec .owl-carousel .owl-nav button.owl-prev {
    margin-right: 10px;
}
/*End Portfolio Carousel Page*/
/*Project Masonry Page*/
.elementor-element .eael-filter-gallery-wrapper {
    background-color: transparent!important;
}
.eael-gallery-grid-item h4.fg-item-title{
    color: #cfa86e;
    font-family: 'Gabriola';
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 8px;
    margin-top: 5px;
}
.eael-gallery-grid-item .fg-item-content p{
    font-size: 20px;
    font-weight: 500;
    color: #f3f3f3;
    font-family: 'FunctionTwoLight';
    letter-spacing: 0.5px;
    margin-bottom: 0;
}
.gallery-item-caption-wrap.caption-style-hoverer{
    align-items: end;
}
.eael-filter-gallery-control{
    justify-content: center;
    padding-left: 15px;
}
.eael-gallery-grid-item a.eael-magnific-link.active {
    display: none;
}
.eael-gallery-grid-item .gallery-item-buttons {
    position: absolute;
    bottom: 18px;
    right: 0;
}
.elementor-element .gallery-item-caption-wrap .gallery-item-buttons > a span{
    background: transparent!important;
    color: #fff;
    height: 18px!important;
    line-height: 18px!important;
    width: 18px!important;
}
.eael-gallery-grid-item .gallery-item-caption-over{
    background: #041b26;
    padding: 25px 15px;
}
.elementor-element .eael-filter-gallery-control ul li.control{
    outline: 0px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    font-family: 'FunctionTwoLight';
    font-weight: 500;
    font-size: 24px;
    color: #CBCCCC;
    background: none;
    position: relative;
}
.elementor-element .eael-filter-gallery-control ul li.control.active:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 3px;
    background: #cfa86e;
    border: 0;
    left: 0;
    bottom: -22px;
}
/*End Project Masonry Page*/
/*Portfolio No Gap Style*/
.no_gap_portfolio .portfolio {
    padding: 0;
    margin-top: 0!important;
}
section#portfolio.no_gap_portfolio .portfolios{
    margin: 0 15px;
}
.no_gap_portfolio .portfolios .paginationWrapper.outerpaging.cutompaging{
    left: -3px;
}
.no_gap_portfolio .portfolio-controllers-container{
    margin-bottom: 40px;
}
/*End Portfolio No Gap Style*/
/*Bar Page*/
.single_product_study .product_image {
    text-align: center;
    padding: 0;
    margin-bottom: 20px;
}
.product_content_div {
    background: #030e16;
    text-align: center;
}
.product_content_div .product_review i {
    color: #ffc107;
    font-size: 12px;
    margin-right: 3px;
}
.product_list .single_product_study{
    position: relative;
}
.product_desc_div h4,.product_desc_div h4 a {
    color: #f3f3f3;
    font-family: 'FunctionTwoLight';
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2em;
    letter-spacing: 1px;
}
.product_column_box .product_list_cart a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
.product_column_box .product_list_cart a.added_to_cart.wc-forward{
    top: 34%;
    left: 30%;
}
.product_list_cart a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
.product_list_cart a.added_to_cart.wc-forward{
    color: #FFFFFF;
    background: #041b26;
    margin: 0;
    padding: 11px 35px;
    font-weight: 500;
    transition: 0.5s;
    z-index: 9;
    overflow: hidden;
    display: block;
    outline: none;
    position: absolute;
    top: 29%;
    left: 20%;
    width: auto;
    border: 2px solid #cfa86e;
    border-radius: 0;
    font-family: "PT Sans", sans-serif;
    font-size: 18px;
    line-height: 1.2;
}
.product_list_cart a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart{
    visibility: hidden;
    opacity: 0;
}
.product_list_cart a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:before,
.product_column_box .product_list_cart a.added_to_cart.wc-forward:before{
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    content: '';
    background-color: #cfa86e;
    z-index: -2;
    margin-bottom: -1px;
}
.single_product_study:hover .product_list_cart a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    opacity: 1;
    visibility: visible;
}
.product_list_cart a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover,
.product_column_box .product_list_cart a.added_to_cart.wc-forward:hover{
    background-color: transparent;
    color: #fff;
}
.product_list_cart a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover:before,
.product_column_box .product_list_cart a.added_to_cart.wc-forward:hover:before{
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1;
}
.single_product_study .product_image img {
    max-height: 333px;
    transition: 0.5s;
}
.single_product_study:hover .product_image img{
    opacity: 0.6;
}
.product_list button.slick-arrow {
    font-size: 0;
    border: 0;
    background: 0;
    position: absolute;
    top: -26%;
    right: 0;
    outline: none;
}
.product_list .slick-slide{
    margin: 0 15px;
}
.product_list button.slick-prev.slick-arrow {
    right: 65px;
}
.product_list .slick-prev:before {
      content: "\f104";
      font-family: 'FontAwesome';
}
.product_list .slick-next:before {
    content: "\f105";
    font-family: 'FontAwesome';
}
.product_list .slick-prev:before,.product_list .slick-next:before{
    background: #cfa86e;
    color: #fff;
    border: none;
    font-size: 35px;
    padding: 5px 17px!important;
    outline: none;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.elementor-element.bar_hm_video .elementor-container.elementor-column-gap-default{
    margin: 0 auto;
}
.bar_hm_video i.eicon-play {
    border: none;
    border-radius: 50%;
    cursor: pointer;
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    font-size: 40px;
    background: #fff;
    opacity: 1;
    width: 100px;
    color: #cfa86e;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: unset;
}
.bar_hm_video i.eicon-play:before {
    content: '\f04b';
    margin-left: 8px;
}

.bar_hm_video .elementor-custom-embed-play:before,
.bar_hm_video .elementor-custom-embed-play:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #fff;
    border-radius: 50%;
    animation: animate 2s linear infinite;
}
.bar_hm_video .elementor-custom-embed-play:after {
    animation-delay: 1s;
}
@keyframes animate {
    100% {
        transform: scale(2.0);
    }
    0% {
        transform: scale(0.7);
    }
}
.elementor-fit-aspect-ratio iframe{
    background-color: transparent!important;
}
.elementor-lightbox .elementor-video-container{
    box-shadow: unset!important;
}
@keyframes animate {
    100% {
        transform: scale(2.0);
    }
    0% {
        transform: scale(0.7);
    }
}
.menu_item.menu_item_bar{
    justify-content: start;
}
.menu_item_bar .tab_dot{
    min-width: unset;
    width: 100%;
    min-width: 55px;
    max-width: 100%;
}
/*End Bar Page*/
.eael-advance-tabs .eael-tabs-nav {
    padding: 0 100px;
}
.elementor-element.hm2_project_box .elementor-element.elementor-widget-image:hover img {
    transform: unset;
}

.accoredianBox .elementor-accordion .elementor-accordion-item {
    margin-bottom: 20px;
    box-shadow: 2px 2px 18px 4px #030e16;
    padding: 15px 0;
    background: #030e16;
}
.accoredianBox .elementor-accordion .elementor-accordion-item .elementor-tab-content {
    padding-bottom: 10px;
    width: 100%;
}
.accoredianBox .elementor-accordion .elementor-accordion-item span.elementor-accordion-icon.elementor-accordion-icon-right {
    background: #041b26;
    padding: 3px 6px 3px 4px;
}
.accoredianBox .elementor-accordion .elementor-tab-title.elementor-active span.elementor-accordion-icon.elementor-accordion-icon-right {
    background: #cfa86e;
    padding: 3px 7px 2px 6px;
}
.accoredianBox .elementor-accordion .elementor-accordion-item span.elementor-accordion-icon.elementor-accordion-icon-right i {
    font-size: 14px;
}
.faq_accordian_box {
    min-height: 600px;
}
.eael-adv-accordion .eael-accordion-list .eael-accordion-header.active .fa-toggle{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.elementor-element.hm1_welcom_right .elementor-icon-box-icon {
    margin-right: 20px;
}