/*--

version: 1.0

[Table of contents]

    1. Reset
    2. Preloader
    3. Margin and Padding
    4. Header
    5. Button
    6. Welcome Area Style
    7. Welcome Hero
    8. Services
    9. Counter
    10. Portfolio
    11. Fun Fact
    12. Team Member
    13. Feature
    14. Partners
    15. Price
    16. Blog and News
    17. Contact Form
    18. Widget
    19. Footer

-------------------*/

/* reset */

* {
    margin: 0;
    padding: 0;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
}
::selection {
    background: #80bd50;
    text-shadow: none;
    color: #fff;
}
*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
body {
    position: relative;
    min-height: 100%;
    background-color: #fcfcfc;
    background-size: 3.5rem;
    background-image: url(../images/pattern-diamond.svg);
}
.table {
    display: table;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.table-cell {
    display: table-cell;
    vertical-align: middle;
}
img {
    max-width: 100%;
    height: auto;
}
.page-content ol {
    margin-left: 15px;
}
.page-content ul {
    margin-left: 20px;
}
.page-content ol li,
.page-content ul li {
    margin-bottom: 10px;
}
/*WP Core Style*/
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.bypostauthor {
    margin: auto;
}
.reverse-row {
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}
/*Preloader Style*/
#preloader {
    width: 100%;
    height: 100%;
    background-color: #222;
    position: fixed;
    z-index: 1000;
}
#preloader .spinner {
    width: 160px;
    text-align: center;
    position: fixed;
    content: "";
    top: 50%;
    left: 50%;
    margin-left: -80px;
    margin-top: -25px;
}
#preloader .spinner > div {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
#preloader .spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
    background-color: #990000;
}
#preloader .spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
    background-color: #990000;
}
#preloader .spinner .bounce3 {
    background-color: #990000;
}
@-webkit-keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}
@keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}
body,
a,
input,
button {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 1px;
    color: #333;
    margin: 0;
    font-weight: 400;
    word-wrap: break-word;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}
b,
b a,
    {
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    color: #333;
}
.elementor a {
    font-size: unset;
}
.elementor-text-editor a:hover {
    color: #004a7c;
}
a:hover,
a:focus {
    text-decoration: none;
    color: #004a7c;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}
::-webkit-input-placeholder {
    color: #ccc;
}
:-ms-input-placeholder {
    color: #ccc;
}
::-ms-input-placeholder {
    color: #ccc;
}
::-moz-placeholder {
    color: #ccc;
}
::placeholder {
    color: #ccc;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Merriweather', serif;
    letter-spacing: 1px;
    font-weight: 400;
    word-wrap: break-word;
    line-height: 1.6;
    color: #222;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-family: 'Lato', sans-serif;
    line-height: unset;
    font-size: unset;
}
.bg-offwht h1,
.bg-offwht h2,
.bg-offwht h3,
.bg-offwht h4,
.bg-offwht h5,
.bg-offwht h6,
.bg-offwht i,
.bg-offwht body b,
.bg-offwht body b a {
    color: #111;
}
.bg-offwht body,
.bg-offwht p,
.bg-offwht a {
    color: #222;
}
/* Default */
ol,
ul {
    margin-left: 30px;
}
table,
th,
td {
    border: 1px solid #999;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    margin: 20px 0;
    table-layout: fixed;
    /*    border-width: 1px 0 0 1px;*/
}
th,
td {
    padding: 4px;
    /*    border-width: 0 1px 1px 0;*/
}
/* White Font Color*/
.clr-wht,
.clr-wht i,
.clr-wht b,
.clr-wht p,
.clr-wht a {
    color: #fff;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}
.clr-wht h1,
.clr-wht h2,
.clr-wht h3,
.clr-wht h4,
.clr-wht h5,
.clr-wht h6 {
    color: #eee;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}
.clr-wht a:hover {
    color: #80bd50;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}
.widget-area.clr-wht a:hover {
    color: #80bd50;
}
.clr-wht td a:hover {
    color: #000;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}
.clr-grn {
    color: #80bd50;
}
/* Button */
.header-btn {
    background-color: #1b7aaf;
    max-width: 250px;
    font-size: 12px;
    padding: 5px 15px;
    margin: 0;
    display: inline-grid;
    line-height: 1.5;
    text-align: left;
}
.header-btn p, 
.header-btn a {
    color: #b1e286;
}
.header-btn:hover {
    color: #b1e286;
}
.btn-blu {
    background-color: #004a7c;
    color: #fff;
}
.btn-blu:hover {
    background-color: #004a7c;
    color: #fff;
}
.btn {
    text-transform: uppercase;
    border-radius: 0;
    text-transform: uppercase;
    padding: 10px 30px;
    border-radius: 0;
}
.btn-1,
.btn-2,
.btn-ylw {
    color: #222;
    background-color: #ddd;
}
.wp-block-button a.wp-block-button__link {
    display: inline-block;
}
.btn-1:hover {
    background-color: #990000;
    color: #fff;
}
.btn-2 {
    background-color: #222;
    display: inline-block;
    color: #fff;
}
.btn-2:hover {
    background-color: #990000;
    color: #fff;
}
.btn-ylw {
    background-color: #990000;
    display: inline-block;
    color: #fff;
}
.btn-ylw:hover {
    background-color: #111;
    color: #fff;
}
.btn-1:focus,
.btn-2:focus,
.btn-ylw:focus {
    color: #fff;
}
/* margin and padding style */
.no-padding {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}
.padding-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}
.padding-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.padding-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.padding-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.padding-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.padding-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.padding-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.padding-top-70 {
    padding-top: 70px;
}
.padding-top-60 {
    padding-top: 60px;
}
.padding-top-50 {
    padding-top: 50px;
}
.padding-top-40 {
    padding-top: 40px;
}
.padding-top-30 {
    padding-top: 30px;
}
.padding-top-20 {
    padding-top: 20px;
}
.padding-top-10 {
    padding-top: 10px;
}
.padding-bot-70 {
    padding-bottom: 70px;
}
.padding-bot-60 {
    padding-bottom: 60px;
}
.padding-bot-50 {
    padding-bottom: 50px;
}
.padding-bot-40 {
    padding-bottom: 40px;
}
.padding-bot-30 {
    padding-bottom: 30px;
}
.padding-bot-20 {
    padding-bottom: 20px;
}
.padding-bot-10 {
    padding-bottom: 10px;
}
.no-margin {
    margin: 0;
}
.lft-mrgn {
    margin-left: 50px;
}
.rit-mrgn {
    margin-right: 50px;
}
.margin-50 {
    margin: 50px 0;
}
.margin-40 {
    margin: 40px 0;
}
.margin-30 {
    margin: 30px 0;
}
.margin-20 {
    margin: 20px 0;
}
.margin-10 {
    margin: 10px 0;
}
.margin-bot-70 {
    margin-bottom: 70px;
}
.margin-bot-60 {
    margin-bottom: 60px;
}
.margin-bot-50 {
    margin-bottom: 50px;
}
.margin-bot-40 {
    margin-bottom: 40px;
}
.margin-bot-30 {
    margin-bottom: 30px;
}
.margin-bot-20 {
    margin-bottom: 20px;
}
.margin-bot-10 {
    margin-bottom: 10px;
}
.margin-bot-0 {
    margin-bottom: 0;
}
.margin-top-70 {
    margin-top: 70px;
}
.margin-top-60 {
    margin-top: 60px;
}
.margin-top-50 {
    margin-top: 50px;
}
.margin-top-40 {
    margin-top: 40px;
}
.margin-top-30 {
    margin-top: 30px;
}
.margin-top-20 {
    margin-top: 20px;
}
.margin-top-10 {
    margin-top: 10px;
}
.margin-top-0 {
    margin-top: 0;
}
.margin-lr-50 {
    margin-left: 50px;
    margin-right: 50px;
}
.margin-lr-40 {
    margin-left: 40px;
    margin-right: 40px;
}
.margin-lr-30 {
    margin-left: 30px;
    margin-right: 30px;
}
.margin-lr-20 {
    margin-left: 20px;
    margin-right: 20px;
}
.margin-lr-10 {
    margin-left: 10px;
    margin-right: 10px;
}
.margin-l-50 {
    margin-left: 50px;
}
.margin-l-40 {
    margin-left: 40px;
}
.margin-l-30 {
    margin-left: 30px;
}

.margin-l-20 {
    margin-left: 20px;
}

.margin-l-10 {
    margin-left: 10px;
}

.margin-r-50 {
    margin-right: 50px;
}

.margin-r-40 {
    margin-right: 40px;
}

.margin-r-30 {
    margin-right: 30px;
}

.margin-r-20 {
    margin-right: 20px;
}

.margin-r-10 {
    margin-right: 10px;
}

/*Background*/
.bg-blu-l {
    background-color: #004a7c;
}
.bg-blu {
    background-color: #004a7c;
}
.bg-blu-d {
    background-color: #022d56;
}
.bg-wht {
    background-color: #fff;
}

.bg-offwht {
    background-color: #ddd;
}

.bg-red {
    background-color: #990000;
}

.bg-black {
    background-color: #0F0F15;
}

.bg-gray {
    background-color: #25252B;
}

.bg-gray-2 {
    background-color: #19191F;
}

.bg-offwht-first:nth-child(even) {
    background-color: #eee;
}

.bg-offwht-first:nth-child(even) h1,
.bg-offwht-first:nth-child(even) h2,
.bg-offwht-first:nth-child(even) h3,
.bg-offwht-first:nth-child(even) h4,
.bg-offwht-first:nth-child(even) h5,
.bg-offwht-first:nth-child(even) h6,
.bg-offwht-first:nth-child(even) i,
.bg-offwht-first:nth-child(even) body b,
.bg-offwht-first:nth-child(even) body b a {
    color: #111;
}

.bg-offwht-first:nth-child(even) body,
.bg-offwht-first:nth-child(even) p {
    color: #222;
}

/*Background Image*/

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.float-right-imp {
    float: right !important;
}

.float-left-imp {
    float: left !important;
}

.prlx {
    background-attachment: fixed;
}

.bg-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.bg-img:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: black;
    opacity: 0.7;
    z-index: -1;
}

/* Header */

#fixedheader {
    z-index: 990 !important;
}

.navbar-brand img {
    height: 80px;
    width: auto;
    margin: 10px 20px 10px 0;
}

.navbar-brand h2 {
    font-size: 30px;
    line-height: 35px;
    display: inline-block;
    padding: 25px 0;
    margin: 0;
    text-transform: none;
    letter-spacing: 1px;
}
.navbar-dark .navbar-brand h2 {
    color: white;
}
.header {
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    padding: 0;
    margin: 0;
    z-index: 998 !important;
    width: 100%;
}
.bg-black.header {
    border-bottom: none;
}
.navbar-brand {
    padding: 0;
}
@media only screen and (max-width:991px) {
    .navbar-brand {
        margin-left: 20px;
    }
}
@media only screen and (max-width:480px) {
    .navbar-brand img {
        height: 40px;
        margin: 10px 20px 10px 0;
    }
}

/* Nav */
.no-fixed {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    content: "";
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #000;
}
.nav-pills > li > a,
.navbar-nav .nav-link {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    line-height: 21px !important;
    text-transform: uppercase;
}
.navbar-nav .active > .nav-link,
.navbar-nav .dropdown-menu .active,
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff !important;
    background-color: #990000;
    margin: 0;
}
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
    margin: 0;
}
.nav-pills .nav-link {
    border-radius: 0;
}
.navbar-nav .nav-link {
    display: block;
    margin: 0;
}
.navbar-nav .dropdown-menu {
    border-radius: 0;
    background-color: #eee;
}
.dropdown-item.active,
.dropdown-item:active {
    background-color: #990000;
    color: #fff;
}
/*Main Menu*/
#taha-header-nav {
    background: rgb(221,221,221);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(221,221,221,1) 100%);
}
.header .navbar-collapse {
    -ms-flex-positive: 0;
    -webkit-box-flex: 0;
    flex-grow: 0;
}
.nav-search > div,
.search-section {
    display: inline-block;
}
.taha_nav_menu {
    list-style: none;
    margin: 0;
}
.taha_nav_menu ul {
    margin: 0;
}
.taha_nav_menu li {
    list-style: none;
    display: inline-block;
    position: relative;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
}
.taha_nav_menu li a {
    font-family: 'Merriweather', serif;
    text-transform: unset;
    color: #004a7c;
    padding: 7px;
    font-size: 16px;
    display: block;
    text-decoration: none;
    -webkit-text-decoration-color: none;
    text-decoration-color: none;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
    letter-spacing: 1px;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    vertical-align: middle!important;
}
.taha_nav_menu > li > a:hover {
    background-color: #80BD50;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    color: #fff;
}
.taha_nav_menu li.current-item > a,
.taha_nav_menu .active > a {
    background-color: #80bd50!important;
    margin: 0;
    color: #fff;
}
#footer-nav.taha_nav_menu .active > a {
    background-color: unset!important;
}
.taha_nav_menu > .current-menu-ancestor > a:hover {
    background-color: #b1e286;
}
.taha_nav_menu > .current-menu-ancestor > a {
    background-color: #b1e286;
    color: #fff;
}
.taha_nav_menu li a ul {
    display: none;
}
.navbar-dark .taha_nav_menu > li > a {
}
.navbar-dark .taha_nav_menu > li > a:hover {
    color: #fff;
}
.taha_nav_menu li a:hover ul {
    display: block;
}
.taha_nav_menu li > ul {
    position: absolute;
    max-width: 200px;
    right: 0;
    display: none;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}
.taha_nav_menu > li > ul {
    display: none;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}
.bg-black .taha_nav_menu li > ul {
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}
.taha_nav_menu li:hover > ul {
    display: block;
    opacity: 1;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}
.taha_nav_menu ul li {
    display: block;
    background-color: #eee;
}
#footer-nav.taha_nav_menu ul li {
    display: inline-block;
    background-color: unset;
}

#footer-nav.taha_nav_menu {
    margin: 20px 10px;
}
#footer-nav.taha_nav_menu > li > a {
    color: #999;
}
#footer-nav.taha_nav_menu > li > a:hover {
    background-color: unset;
}

.taha_nav_menu li ul li a {
    padding: 10px;
    display: block;
    color: #004a7c;
    width: 200px;
    text-align: center;
    line-height: 2;
    text-transform: capitalize;
    border-bottom: 1px solid #ddd;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.taha_nav_menu li ul li a:hover {
    background-color: #80BD50;
    color: #fff;
}

.taha_nav_menu li ul li:last-child a {
    border-bottom: none;
}
.taha_nav_menu li ul li ul {
    position: absolute;
    top: 0;
    right: 200px;
    display: none;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.taha_nav_menu li ul li:hover > ul {
    top: 0;
    display: block;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.taha_nav_menu > .menu-item-has-children > a::after,
.taha_nav_menu .menu-item-has-children .sub-menu .menu-item-has-children > a::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

/* Mobile Menu */

#taha-mobile-nav {
    position: fixed;
    display: none;
    /* top: 200px; */
    padding: 20px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
	overflow: auto;
    background-color: lightblue;
}
#taha-mobile-nav .taha_nav_menu li {
    display: block;
}

#taha-mobile-nav .taha_nav_menu li a {
    padding: 10px 25px;
}

#taha-mobile-nav .taha_nav_menu li > ul {
    position: unset;
    max-width: unset;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    margin-left: 10px;
}

#taha-mobile-nav .taha_nav_menu ul li:hover,
#taha-mobile-nav .taha_nav_menu ul li {
    background-color: unset;
}

#taha-mobile-nav .taha_nav_menu li ul li a {
    width: unset;
    color: unset;
    text-align: left;
    border: unset;
}

#taha-mobile-nav .taha_nav_menu li ul li a:hover {
    background-color: #fff;
}

#taha-mobile-nav .th-svg-close {
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: block;
    text-align: center;
    float: right;
    background-size: contain;
    background-image: url('../ico/003-cancel.svg');
}
.th-svg-search,
.th-svg-menu {
    margin: 10px;
    width: 30px;
    height: 30px;
    display: inline-block;
    cursor: pointer;
    background-size: contain;
}
.th-svg-search {
    background-image: url('../ico/002-search.svg');
}
.th-svg-menu {
    background-image: url('../ico/001-menu.svg');
    display: none;
}
#taha-mobile-nav .header-btn {
    max-width: 100%;
    display: block;
    padding: 30px;
    font-size: 17px;
    margin: 70px 30px 30px 30px;
}
button:focus {
    outline: none;
}
.dropdown-submenu {
    position: relative;
}

@media only screen and (max-width: 1300px) {
    .taha_nav_menu {
        display: none!important;
    }
    #taha-mobile-nav .taha_nav_menu {
        display: block!important;
    }
    .th-svg-menu {
        display: inline-block;
    }
    
}

@media only screen and (max-width: 767px) {
    .header-btn {
        display: none!important;
    }
    #taha-mobile-nav .header-btn {
        display: block!important;
    }
}
@media only screen and (max-width:540px) {
    .th-svg-search,
    .th-svg-menu {
        margin: 5px;
        margin-right: 0;
        width: 20px;
        height: 20px;
        display: inline-block;
        cursor: pointer;
        background-size: contain;
    }
}
/* Search */
.taha-search-form {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: 9;
    transform: scale(0);
    transition: 0.2s ease;
}
.taha-search-form .search-wrapper {
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}
.taha-search-form .search-wrapper label {
    width: 35%;
}
.taha-search-form .search-wrapper label .search-field {
    width: 100%;
    background-color: unset;
    color: #003845;
}
.taha-search-form .search-field {
    border: unset;
    padding: 11px;
    border-bottom: 2px solid #003845;
}
.taha-search-form .search-field:focus {
    border: unset;
    outline: unset;
    border-bottom: 2px solid #003845;
}
.search-btn.btn {
    text-transform: unset;
    padding: 20px;
    font-size: 18px;
    font-family: 'Libre Baskerville', serif;
}
.mobile-search .search-icon {
    display: none;
}
.navbar-brand {
    position: relative;
}
.search-icon {
    font-size: 14px;
    margin-left: 10px;
    background: none;
    border: none;
    line-height: 3;
}
.navbar-dark .search-icon {
    color: #ccc;
}
.search-section .search-form {
    display: none;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
}
.search-section .search-close {
    display: none;
}
.search-section .search-form .search-close {
    position: absolute;
    border: none;
    font-size: 18px;
    line-height: 50px;
    color: #fff;
    content: "";
    top: 0;
    right: 0;
    text-align: center;
    width: 50px;
    background-color: #990000 !important;
    overflow: hidden;
    z-index: 990;
}
.search-section .search-form label input {
    width: 100%;
    margin-right: -5px;
    letter-spacing: 1px;
    padding: 10px;
    font-size: 24px;
    letter-spacing: 2px;
    text-align: center;
    font-family: 'Playfair Display', serif;
}
.search-section .search-form label input {
    border: 1px solid #000;
    color: #ddd;
    background-color: rgba(0, 0, 0, 0.7);
}
.search-section .search-form label {
    display: block;
}
.search-section .search-form .search-submit {
    height: 50px;
    width: 75px;
    border: none;
    color: #111;
    background-color: #eee;
    padding: 10px;
    display: none;
}
.search-result-box .search-highlight {
    background-color: #ddd;
}
.search-section .screen-reader-text {
    display: none;
}
/* welcome area style */
#welcome {
    width: 100%;
    height: 100%;
}
.welcome {
    width: 100%;
    height: 80vh;
}
.header-image-area {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.welcome-slide {
    width: 100%;
    height: 100%;
}
/* welcome hero */

.single-slide {
    z-index: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 90vh;
}

.bg-overlay,
.bg-overlay-1,
.bg-overlay-2,
.bg-overlay-3,
.bg-overlay-4,
.bg-overlay-5,
.bg-overlay-6,
.bg-overlay-7,
.bg-overlay-8,
.bg-overlay-9 {
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
}

.bg-overlay:after,
.bg-overlay-1:after,
.bg-overlay-2:after,
.bg-overlay-3:after,
.bg-overlay-4:after,
.bg-overlay-5:after,
.bg-overlay-6:after,
.bg-overlay-7:after,
.bg-overlay-8:after,
.bg-overlay-9:after {
    position: absolute;
    background-color: black;
    z-index: -1;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    width: 100%;
}
.bg-overlay:after {}
.bg-overlay-1:after {
    opacity: 0.1;
}
.bg-overlay-2:after {
    opacity: 0.2;
}
.bg-overlay-3:after {
    opacity: 0.3;
}
.bg-overlay-4:after {
    opacity: 0.4;
}
.bg-overlay-5:after {
    opacity: 0.5;
}
.bg-overlay-6:after {
    opacity: 0.6;
}
.bg-overlay-7:after {
    opacity: 0.7;
}
.bg-overlay-8:after {
    opacity: 0.8;
}
.bg-overlay-9:after {
    opacity: 0.9;
}
.ancor-border {
    width: 50px !important;
    height: 50px !important;
    border-right: 5px solid white;
    border-bottom: 5px solid white;
    display: inline-block !important;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
@-webkit-keyframes NAME-YOUR-ANIMATION {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes NAME-YOUR-ANIMATION {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.ancor-ico img {
    width: 50px !important;
    display: inline-block !important;
    opacity: 0.5;
    margin-top: 50px;
}
/* About */
.side-img {
    width: 100%;
    height: 500px;
    background-position: center;
    background-size: cover;
}
.ftr-food {
    width: 100%;
    height: 300px;
    text-align: center;
    color: white;
    overflow: hidden;
}
.ftr-food p {
    font-size: 16px;
}
/* Service Style */
.service-box {
    width: 100%;
    height: auto;
    display: block;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}
.service-box:hover {
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}
.service-box .text {
    padding: 30px 20px 10px 20px;
}
.service-box .icon {
    height: 50px;
    width: 100%;
    display: inline-block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}
.icon-with-title i {
    font-size: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.service-box i {
    font-size: 50px;
    margin-bottom: 30px;
}
.service-box:hover .icon {
    opacity: 1;
}
.service-box img {
    width: 100%;
}
.service-box h4,
.service-box p {
    text-transform: none;
}
/* Feature */
.auto-col-height {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.feature-box {
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 100%;
}
.feature-box i {
    font-size: 48px;
    color: #990000;
}
.feature-box-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 1);
    padding: 30px;
}
.feature-box-overlay p {
    margin-bottom: 0;
}
.feature-box-parent:nth-child(even) .feature-box .feature-box-overlay {
    background-color: #eee;
}
.feature-box-overlay:hover {
    background-color: rgba(0, 0, 0, 0.7) !important;
    color: white;
}
.feature-box-overlay:hover h4,
.feature-box-overlay:hover i {
    color: white;
}
/* Why choose us*/
.ico-box {
    margin-bottom: 30px
}
.ico-box img {
    width: 50px;
    display: inline-block;
    margin-bottom: 20px;
    opacity: 0.7;
}
.ico-box i {
    font-size: 36px;
    margin-bottom: 10px;
    color: #990000;
}
.ico-box p {
    font-size: 16px;
    text-transform: uppercase;
}
/* Project Slide */
.slide-position {
    height: 700px;
}
.slide-position a {
    text-transform: none;
}
.project-slide-wraper {
    color: white;
    width: 500px;
    height: 500px;
    position: absolute;
    display: inline-block;
    bottom: 0;
    right: 0;
    padding: 10px 20px;
    background-color: rgba(0, 0, 0, 0.7);
}
.project-slide-single {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/* Slide */
.dish-slide-single {
    width: 400px;
    height: 400px;
    display: inline-block;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.dish-slide .dish-slide-caption p {
    font-size: 18px;
    line-height: 24px;
    color: #ccc;
}
/* counter */
#fun-fact .counter {
    display: inline-block;
    margin-bottom: 20px;
}
/* Portfolio Isotop Filter */
.g-filter button {
    color: #333;
    background: #eee;
    border: none;
    padding: 10px;
    margin: 5px 3px;
    line-height: 20px;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
    letter-spacing: 1px;
}
.g-filter button:hover {
    background-color: #ddd;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    color: #111;
}
.g-filter button.active {
    background-color: #990000;
    border: none;
    color: #fff;
    border-radius: 0;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.kc-port-area {
    overflow: hidden;
}
/*Masonry 2 Column*/
.masonry-50 {
    width: 50%;
    padding: 0 10px;
    padding-bottom: 20px;
}
/* Portfolio with Title*/
.port-gallery-title a img {
    width: 100%;
    display: inline-block;
}
.port-gallery-title .port-gallery-title-wrap {
    margin: 0;
    position: relative;
    overflow: hidden;
}
.port-gallery-title .port-gallery-title-bg {
    text-transform: none;
    width: 100%;
    padding: 15px;
    z-index: 5;
    letter-spacing: 1px;
    background-color: #eee;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    overflow: hidden;
    color: #111;
}
.port-gallery-title .port-gallery-title-bg:hover {
    background-color: #e0e0e0;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}
.port-gallery-title .port-gallery-title-bg p {
    margin-bottom: 10px;
}
.port-gallery-title .port-gallery-title-bg h4 {
    margin: 10px 0;
}
.port-gallery-title .port-gallery-title-bg p:hover {
    color: none;
}
/* Menu */
.menu-img {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
}
.spicy-menu-item .menu-text h3 span {
    text-align: right;
    float: right;
}
/* Video Player */
.video,
.video iframe {
    width: 100%;
    height: 720px;
    border: none;
    margin: 0;
    padding: 0;
}
/* team member section */
.team-section h4 {
    margin-top: 15px;
}
.team-section h6 {
    margin-top: 0;
}
.team-member-img {
    width: 100%;
    max-width: 350px;
    height: 400px;
    background-size: cover;
    background-position: center;
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}
.team-member-text {
    color: white;
    width: 100%;
    max-height: 300px;
    padding: 10px;
    position: absolute;
    bottom: 0;
    opacity: 0;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}
.team-member-text p {
    color: white !important;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}
.team-member-img:hover .team-member-text {
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    max-height: 300px;
    padding: 10px;
    position: absolute;
    bottom: 0;
    opacity: 1;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}
.team-member-text i {
    color: #fff !important;
    font-size: 20px;
    line-height: 20px;
    margin: 10px 5px;
    display: inline-block;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}
.team-member-text i:hover {
    color: #990000 !important;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.team-member-text fa- {
    display: none;
}
/* Review area */
.reviewer-img {
    width: 100px;
    height: 100px;
    background-size: cover;
    border-radius: 50px;
    display: inline-block;
    margin-bottom: 30px;
}
#review-area .owl-page {
    background-color: white;
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    margin: 0 3px;
    width: 10px;
    opacity: 0.3;
}
.review-single-slide {
    padding: 0 30px;
    outline: none;
}
#review-area h4 {
    color: #990000;
}
/* Partenr */
.partner {
    width: 200px;
    height: 150px;
    float: left;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.5;
}
.partner:hover {
    opacity: 1;
}
/* Email */
.spicy-contact-form label {
    margin: 10px 0 0 0;
}

div.wpcf7 {
    width: 100% !important;
}
.wpcf7 label {
    width: 100% !important;
}
div.wpcf7 {
    margin: 0;
    padding: 0;
}
.wpcf7-form {
    margin-bottom: 30px;
}
.comment-form-author input,
.comment-form-email input,
.comment-form-url input,
.comment-form textarea,
.wpcf7-form-control-wrap input,
.clr-wht .wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea,
.clr-wht .wpcf7-form-control-wrap textarea {
    display: inline-block;
    height: 40px;
    border: 1px solid #999;
    margin-top: 10px;
    padding: 10px;
    color: #555;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    text-align: left;
    letter-spacing: 1px;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 input[type="number"],
.wpcf7 input[type="date"],
.wpcf7 textarea {
    width: 100%;
}
.wpcf7-response-output {
    border: none !important;
}
.comment-form textarea,
.wpcf7-form-control-wrap textarea,
.clr-wht .wpcf7-form-control-wrap textarea {
    height: 100px;
}
.clr-wht .wpcf7-form-control-wrap textarea,
.clr-wht .wpcf7-form-control-wrap input {
    background-color: rgba(0, 0, 0, 0.2);
    border: 2px solid #777;
    color: #fff;
}
.clr-wht .wpcf7-form-control-wrap textarea:focus,
.clr-wht .wpcf7-form-control-wrap input:focus {
    border: 2px solid #990000 !important;
    border-radius: 0;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
}
.gform_page_footer .button,
.wpcf7-submit,
.form-submit .submit {
    display: inline-block;
    padding: 15px 30px;
	background-color: #80bd50;
    font-size: 16px;
    color: #fff;
    border: none;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.gform_page_footer .button:hover,
.wpcf7-submit:hover,
.form-submit .submit:hover {
    background-color: #002c36;
	color: #fff;
}
#contactForm .success {
    color: #fff;
}
#contactForm .error {
    color: #990000;
}
input[type="text"],
input[type="email"],
textarea {
    background-color: #fff;
    color: #000;
    width: 100% !important;
}
.clr-wht input[type="text"],
.clr-wht input[type="email"],
.clr-wht textarea {
    background-color: #555;
    color: #eee;
    width: 100% !important;
    border-color: #000;
}
/*Contact Info*/
.contact-info a,
.contact-info p {
    font-size: 18px;
    line-height: 36px;
    display: block;
    text-transform: none;
    margin-bottom: 10px;
}
.contact-info br {
  content: "";
  margin: 16px;
  display: block;
  font-size: 24%;
}
.contact-info p.preline {
    white-space: pre;
}
.contact-info h3 {
    margin-top: 0;
}
.contact-info i {
    font-size: 24px;
}

/* Map */

.google-map-iframe iframe {
    width: 100vh;
}

/* Widget Style */

.blog-widget-area .email-subscriber-form .btn-red {
    background-color: #eee;
    color: #333;
    font-size: 14px;
}

.widget-area .email-subscriber-form .btn-red {
    font-size: 14px;
}

.blog-widget-area .email-subscriber-form .btn-red:hover {
    background-color: #eee;
    color: #333;
}

.blog-widget-area div:last-child {
    margin-bottom: 0;
}

.email-subscriber-form label,
.blog-widget-area .search-form label,
.blog-widget-area input.search-submit {
    display: block !important;
}
.blog-widget-area .widget.margin-bottom:last-child {
    margin-bottom: 0;
}

ul:has(<li.page_item) {
    margin-left: 0 !important;
}
/* calendar widget */
.widget_calendar {
    float: left;
}
#wp-calendar {
    width: 100%;
    border: none;
}
#wp-calendar caption {
    display: none;
}
#wp-calendar thead {
    font-size: 10px;
}
#wp-calendar thead th {
    padding-bottom: 10px;
    text-align: center;
}
#wp-calendar tbody {
    border: none;
}
#wp-calendar tbody td {
    background: #eee;
    text-align: center;
    padding: 8px;
    border: none;
}
#wp-calendar thead th,
#wp-calendar tfoot td {
    border: none;
}
.blog-widget-area .calendar_wrap thead th,
.blog-widget-area .calendar_wrap tfoot td,
.blog-widget-area .calendar_wrap tbody td {
    border: none;
}
.blog-widget-area h4:first-child {
    margin-top: 0;
}
#wp-calendar tbody td:hover {
    background: #fff;
}
.widget-area #wp-calendar tbody td {
    background: #004a7c;
    border: 1px solid #00314c!important;
}
.widget-area #wp-calendar tbody td.pad {
    border: unset!important;
}
.widget-area #wp-calendar tbody tr .pad,
.widget-area #wp-calendar tbody tr .pad:hover {
    background: none;
}
.widget-area #wp-calendar tbody td:hover {
    background: #00314c;
}
.widget-area li,
.blog-widget-area li {
    margin-bottom: 5px;
}
#wp-calendar tbody .pad {
    background: none;
}
#wp-calendar tfoot #next {
    font-size: 10px;
    text-transform: uppercase;
    text-align: right;
}
#wp-calendar tfoot #prev {
    font-size: 10px;
    text-transform: uppercase;
    padding-top: 10px;
}
.rpwwt-widget ul li:hover {
    padding-left: 0;
}
.calendar_wrap table {
    border-collapse: separate;
    border-spacing: 0;
    margin: 10px 0;
    table-layout: inherit;
    width: 100%;
    border-width: none;
}

.calendar_wrap table {
    border: none !important;
    border-color: none;
}

.calendar_wrap tbody a {
    position: relative;
    z-index: 1;
}
.calendar_wrap tbody tr td > a:hover {
    color: #fff;
}

.calendar_wrap tbody a::after {
    background-color: #990000;
    width: 100px;
    height: 100px;
    top: -50px;
    left: -50px;
    position: absolute;
    content: "";
    z-index: -1;
}

.calendar_wrap tbody td {
    overflow: hidden;
}

/* List Style */
.widget-area ul,
.blog-widget-area ul {
    list-style: none;
    margin-left: 0px;
}
.widget h3,
.widget .screen-reader-text {
    display: none;
}
.widget ul li.cat-item::before,
.widget ul li.page_item::before {
    font-family: FontAwesome;
    font-size: 14px;
    content: "\f111";
    color: #80bd50;
    display: inline-block;
    width: 25px;
}
.widget ul.menu li.page_item::before {
    display: none;
}
.widget-area .rpwwt-widget ul li::before {
    display: none;
}
.widget a {
    text-transform: none;
}
.widget li.cat-item {
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.widget li.cat-item:hover {
    padding-left: 3px;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.wp_calendar > caption {
    display: none;
}
.widget-area select {
    background-color: #004a7c;
    color: #ddd;
    padding: 10px;
    border-color: #00314c;
}
.clr-wht .rpwwt-post-title {
    color: #ddd;
}
.clr-wht .rpwwt-post-excerpt {
    font-size: 13px;
    letter-spacing: 1px;
    color: #777;
}
#gallery-1 img {
    border: none;
}
#gallery-1 img,
#gallery-2 img,
#gallery-3 img,
#gallery-4 img,
#gallery-5 img,
#gallery-6 img {
    border: none !important;
}
/* footer */
.footer-area {
    color: #999;
    padding: 20px 0;
    clear: both;
}
.footer-area .footer-text p {
    margin: 0;
    padding: 0;
}
.footer-area .footer-text a,
.footer-area .footer-text a:hover {
    text-transform: none;
    color: #fff;
}
.footer-brand img {
    margin: 10px;
    height: 40px;
    width: auto;
}
.footer-brand h2 {
    margin-top: 10px;
    margin-bottom: 30px;
    color: #ddd;
}
.btm-social-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}
.btm-social-nav li {
    display: inline;
}
.btm-social-nav i {
    color: #ccc;
}
.btm-social-nav i:hover {
    color: #990000;
}
.btm-social-nav i {
    font-size: 18px;
    line-height: 20px;
    padding: 0px 5px;
}
.footer-text {
    text-align: left;
}
.widget #menu-social li {
    display: inline;
    padding-right: 10px;
}
.menu-social-container {
    padding: 30px;
}
/* Tag */
.blog-tag-list a {
    border: 1px solid;
    font-size: 12px;
    padding: 0 5px;
    margin-bottom: 5px;
    display: inline-block;
    color: #999;
}
.blog-tag-list a:hover {
    color: #111;
    border-color: #111;
}
/* Blog Pagination */
.blog-area {
    overflow-y: hidden;
}
.blog-post-pagination {
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    clear: both;
    border-right: 0;
}
.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li {
    border: unset;
}
.comments-pagination .nav-links span,
.comments-pagination .nav-links a,
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a,
.blog-post-pagination a,
.blog-post-pagination .dots,
.blog-post-pagination span {
    padding: 10px 15px!important;
    margin: 5px;
    float: left;
    overflow: hidden;
    line-height: 1.6;
    color: #fff;
    border: unset;
    background-color: #002c36;
}
.comments-pagination .nav-links span,
.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.blog-post-pagination a:hover,
.blog-post-pagination span.current {
    color: #000;
    background-color: #80bd50;
}
.blog-title {
    margin-bottom: 20px;
}
.blog-title img {
    display: block;
}
.blog-title .port-gallery-title-wrap {
    margin: 0;
    overflow: hidden;
}
.blog-title .port-gallery-title-bg {
    text-transform: none;
    width: 100%;
    padding: 20px;
    z-index: 5;
    letter-spacing: 1px;
    background-color: #eee;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    overflow: hidden;
}
.blog-title .port-gallery-title-bg p {
    margin-bottom: 10px;
}
.blog-title .port-gallery-title-bg p:hover {
    color: none;
}
.releated-blog-post .blog-title {
    float: left;
}
/* Link and Quote Blog */
.blog-format-quote .blog-format-quote-thumb {
    color: #444;
}
.blog-format-link .blog-format-link-thumb::before {
    content: "\f0c1";
}
.blog-format-link .blog-format-link-thumb::before {
    color: #999;
    font-family: FontAwesome;
    font-size: 40px;
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.blog-format-gallery .gallery-thumb,
.blog-format-video .video-thumb,
.blog-format-audio .audio-thumb {
    position: relative;
}
.blog-format-gallery .gallery-thumb::after,
.blog-format-video .video-thumb::after,
.blog-format-audio .audio-thumb::after {
    color: rgba(0, 0, 0, 0.7);
    content: "\f04b";
    font-family: FontAwesome;
    font-size: 60px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -54px;
    margin-left: -24px;
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
    z-index: 1;
}
.blog-format-gallery .gallery-thumb::after {
    margin-left: -39px;
}
.blog-format-gallery .audio-thumb::after {
    margin-left: -26px;
}
.blog-format-gallery .gallery-thumb::after {
    content: "\f248";
}
.blog-format-video .video-thumb::after {
    content: "\f04b";
}
.blog-format-audio .audio-thumb::after {
    content: "\f001";
}
.blog-format-gallery .gallery-thumb:hover::after,
.blog-format-video .video-thumb:hover::after,
.blog-format-audio .audio-thumb:hover::after {
    color: rgba(0, 0, 0, 0.9);
    -webkit-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}
/* Single Post View*/
.post iframe {
    display: inline-block;
    width: 100% !important;
    height: 70vh;
}
.blog-category-list p,
.blog-category-list ul,
.blog-category-list ul li {
    list-style: none;
    display: inline-block;
    margin: 0;
}
.product-categories .children {
    margin-left: 20px;
}
.blog-category-list ul li a {
    margin-left: 5px;
}
/* Comments style */
.comments .avatar {
    width: 60px !important;
    height: 60px !important;
    margin-right: 10px;
}
.comment-author {
    margin-bottom: 10px;
}
.comment ul.children {
    margin: 0;
}
.comment-body {
    margin-bottom: 20px;
}

.comment ul.children li {
    padding-left: 20px;
}

.comment-content p {
    font-size: 16px;
    margin: 5px 0;
}

.comment-form-comment label {
    display: block;
}

.comment-reply-title,
.comment-notes,
.logged-in-as {
    margin-bottom: 20px;
}

/*according*/

.accordion-section {
    display: inline-block;
    cursor: pointer;
    width: 100%;
    border: none;
    outline: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    margin-bottom: 10px;
}

.accordion-section.active {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.accordion-section.active .title {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.accordion-section .title {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.accordion-panel {
    padding: 18px;
    overflow: hidden;
    font-size: 16px;
    margin-bottom: 10px;
}

.accordion-section h1 {
    margin: 25px 0;
}

.accordion-section h2 {
    margin: 20px 0;

}

.accordion-section h3 {
    margin: 17px 0;
}

.accordion-section h4 {
    margin: 15px 0;
}

.accordion-section h5 {
    margin: 12px 0;
}

.accordion-section h6 {
    margin: 10px 0;
}

/* blog styles*/

.s-content--narrow .s-content__header {
    padding: 0 8rem;
}

.s-content--narrow h3.remove-top-margin {
    margin-top: 0;
}

.s-content--narrow h3.quarter-top-margin {
    margin-top: 1.5rem;
}

.s-content--narrow h3.half-top-margin {
    margin-top: 3rem;
}

.s-content__header-title {
    font-size: 4.2rem;
    line-height: 1.214;
    margin-bottom: .9rem;
}

.s-content__header-meta {
    list-style: none;
    margin-left: 0;
    margin-bottom: 1.2rem;
    font-size: 1.5rem;
    line-height: 1.8;
    position: relative;
}

.s-content__header-meta li {
    display: inline-block;
    padding-left: 0;
    margin: 0 1rem;
}

.s-content__header-meta span,
.s-content__header-meta a {
    color: #000000;
}

.s-content__header-meta .cat a::after {
    content: ",";
}

.s-content__header-meta .cat a:last-child::after {
    content: none;
}

/* content main*/

.s-content__main {
    margin-top: 6rem;
    padding-left: 6rem;
    padding-right: 6rem;
}

.s-content__main img {
    max-width: 960px;
    margin: 3rem 0 3rem -6rem;
}

/* content media*/

.s-content__media {
    padding: 0;
    margin-top: 4.8rem;
}

.s-content__media img {
    vertical-align: bottom;
}

.s-content__media,
.s-content__post-thumb {
    position: relative;
}

/* post tags*/

.s-content__tags {
    margin-top: 6rem;
}

.s-content__tags span {
    color: #151515;
    position: relative;
    padding-right: 55px;
    margin-right: 1.5rem;
    margin-top: 1.2rem;
}

.s-content__tags span::after {
    display: inline-block;
    content: "";
    height: 1px;
    width: 40px;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 50%;
    right: 0;
}

.s-content__tags .s-content__tag-list {
    display: inline-block;
    padding-right: 0;
    margin-right: 0;
}

.s-content__tags .s-content__tag-list::after {
    display: none;
}

.s-content__tags .s-content__tag-list a {
    display: inline-block;
    font-size: 1.3rem;
    line-height: inherit;
    color: #7f7f7f;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    margin-right: 6px;
    margin-bottom: 6px;
    padding: 0 10px;
}

.s-content__tags .s-content__tag-list a:hover,
.s-content__tags .s-content__tag-list a:focus {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
}

.s-content__tags .s-content__tag-list a:last-child {
    margin-right: 0;
}

/* author profile*/

.author-info,
.search-result-box {
    position: relative;
    padding-left: 180px;
    min-height: 170px;
    text-align: left;
}

.spicy-menu-item h3 span,
.author-info h5 {
    font-family: 'Open Sans', sans-serif;
}

.author-img,
.search-img {
    width: 150px;
    height: 150px;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
}

.s-content__author {
    margin-top: 10.2rem;
    padding-left: 9rem;
    position: relative;
}

.s-content__author img {
    margin: 0 !important;
    width: 6.6rem;
    height: 6.6rem;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}

.s-content__author p {
    margin-bottom: 1.2rem;
}

.s-content__author-name {
    margin-top: 0;
}

.s-content__author-name a {
    color: #151515;
}

.s-content__author-social {
    list-style: none;
    margin-left: 0;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.s-content__author-social li {
    display: inline-block;
    margin-right: 1rem;
    padding-left: 0;
}

.s-content__author-social a {
    color: #151515;
}

/* blog single page navigation*/

.s-content__pagenav {
    margin-top: 10.2rem;
    padding-top: 1.8rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
}

.s-content__nav:after {
    content: "";
    display: table;
    clear: both;
}

.s-content__nav span {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    color: #7f7f7f;
    margin-bottom: 1.2rem;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.s-content__nav a {
    font-size: 2.2rem;
    line-height: 1.5;
    color: #19191b;
}

.s-content__nav a:hover span,
.s-content__nav a:focus span {
    color: #19191b;
}

.s-content__prev,
.s-content__next {
    width: 50%;
    float: left;
    padding-right: 2rem;
}

/* format gallery*/

.format-gallery .entry__thumb {
    overflow: hidden;
}

.format-gallery .slider {
    overflow: hidden;
}

.format-gallery .slick-dots {
    text-align: left;
    margin: 0;
    padding: 0 2rem 0 2.4rem;
    position: absolute;
    top: auto;
    bottom: 2.4rem;
    left: 0;
}

.format-gallery .slider__slides {
    cursor: pointer;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
}

.format-gallery .slider__slides.slick-initialized {
    opacity: 1;
    visibility: visible;
}

/* format video*/

.format-video .video-container {
    margin-bottom: 0;
}

/* format audio*/

.format-audio .audio-wrap {
    position: absolute !important;
    bottom: 0;
    left: 0;
    width: 100%;
}

/* comments */

.comments-wrap {
    background-color: #e5e5e5;
    padding: 8.4rem 0 9rem;
    margin-top: 10.2rem;
}

#comments h3 {
    margin-top: 0;
    margin-bottom: 1.5rem;
}

.comments ol,
.comments ul,
.comments li {
    list-style: none;
}

.commentlist {
    margin: 6rem 0 5.4rem;
    padding: 0;
}

.commentlist > .comment {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 1.8rem 0;
    padding-left: 14%;
}

.comment__avatar {
    position: absolute;
    left: 0;
    display: block;
    height: 6rem;
    width: 6rem;
}

.comment__avatar img {
    margin-top: 0.6rem;
    height: 6rem;
    width: 6rem;
    border-radius: 100%;
}

.comment__info cite {
    font-size: 1.9rem;
    line-height: 1.263;
    font-style: normal;
    color: #151515;
}

.comment__meta {
    font-size: 1.45rem;
    line-height: 3rem;
    font-style: normal;
    display: block;
    color: rgba(0, 0, 0, 0.7);
}

.comment__meta time {
    margin-right: 12px;
}

.comment__meta .reply {}

.comment__text {
    clear: both;
    margin: 1.8rem 0 0 0;
    padding: 0;
}

/* comments form*/

#comments .respond {
    padding-top: 4.2rem;
}

#comments form {
    padding-top: 3rem;
}

#comments form .form-field {
    margin-bottom: 3.9rem;
}

/* New Toggle */

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

/* Price */

.price-white-space {
    white-space: pre-line;
    text-align: center;
}

.price-box {
    text-align: center;
}

.price-box p {
    margin-bottom: 0;
}

.price-title-lit {
    padding: 20px;
    display: inline-block;
}

.price-title-lit h3,
.price-title-lit h4 {
    margin: 0;
}

.price-title-lit h2 {
    margin: 10px 0;
}

/*Audio*/

.mejs-container {
    margin-bottom: 20px !important;
}

/* Password Form */

.post-password-form {
    text-align: center
}

.post-password-form p {
    margin-bottom: 30px;
}

.clr-wht .post-password-form label input,
.post-password-form label input {
    width: 250px;
    height: 50px;
    margin-right: -5px;
    border: 1px solid #000;
    color: #ddd;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
}

.post-password-form label input {
    border: 1px solid #555;
    color: #333;
    background-color: rgba(0, 0, 0, 0.1);
}

.post-password-form p > input {
    height: 50px;
    width: 100px;
    border: none;
    text-align: center;
    color: #fff !important;
    padding: 10px;
    display: inline-block;
    background-color: #004a7c;
    border: 1px solid #004a7c;
    font-size: 16px;
    color: #111;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.post-password-form p > input:hover {
    background-color: #222;
    border: 1px solid #222;
    color: #fff;
}

ul.tr-breadcrumb {
    margin: 0;
}
ul.tr-breadcrumb li {
    display: inline-block;
}
ul.tr-breadcrumb li,
ul.tr-breadcrumb li a {
    font-size: 18px;
}
.spicy-breadcrumbs {
    color: #777;
    padding: 10px 0;
}

.spicy-breadcrumbs a > span:hover {
    color: #990000;
}

.page-template-why-choose-us .spicy-breadcrumbs .col-12,
.page-template-why-choose-us .spicy-breadcrumbs span {
    color: #ccc;
}

.page-template-why-choose-us .spicy-breadcrumbs a > span:hover {
    color: #990000;
}

/* Woocommerce */

.woocommerce .products .star-rating {
    display: inline-block;
}

.up-sells > h2,
#tab-description > h2,
.related > h2 {
    margin-bottom: 30px;
}

.single-product section.padding-70 {
    padding-bottom: 0;
}

.woocommerce span.onsale {
    padding: 0.299em;
    color: #fff;
    min-height: unset;
    min-width: 3.236em;
    padding: .202em;
    font-size: 1em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 1;
    top: -.5em;
    left: -.5em;
    margin: 0;
    border-radius: 0;
    background-color: #77a464;
    color: #fff;
    font-size: .857em;
    z-index: 9;
}

.woocommerce ul.products li.product .price {
    color: #111;
}

.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #111;
}

.woocommerce .woocommerce-loop-product__title,
.woocommerce .button {
    text-align: center;
}

.woocommerce ul.products {
    text-align: center;
}

.woocommerce .woocommerce-loop-product__title {
    font-size: 24px !important;
    margin: 10px 0 !important;
}

.woocommerce .woocommerce-Price-amount,
.woocommerce .price .woocommerce-Price-amount.amount,
.woocommerce .woocommerce-Price-amount .price {
    font-size: 20px;
}

.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
    text-decoration: none;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce a.added_to_cart,
.woocommerce input.button {
    margin: 0;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    font-size: 14px;
    padding: 10px 15px;
    line-height: 1.8;
    border-radius: 0px !important;
    left: auto;
    text-transform: uppercase;
    color: #222;
    background-color: #eee;
    border: 0;
    display: inline-block;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
}

.woocommerce a.added_to_cart {
    padding: 10px 15px;
    margin-top: 16px;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background-color: #ddd !important;
    color: #000;
}

.woocommerce a.added {
    display: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-weight: 400;
}

.woocommerce .quantity .input-text {
    line-height: 2.9;
}

.woocommerce .woocommerce-product-gallery .price span,
.woocommerce .woocommerce-product-gallery .woocommerce-Price-amount {
    font-size: 18px !important;
}

.woocommerce .price ins {
    text-decoration: none;
}

.woocommerce table,
.woocommerce th,
.woocommerce td {
    border: unset;
    border-bottom: 1px solid #ccc;
}

.woocommerce table.shop_table th,
.woocommerce table td a {
    line-height: 2.5;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: #80bd50;
    color: #000;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: #111 !important;
    color: #fff;
}

.shop_table.shop_table_responsive.cart,
woocommerce-cart-form__contents {
    text-align: center
}

.shop_table th {
    line-height: 3;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background-color: #eee;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    background-color: #ddd;
}

.woocommerce span.woocommerce-input-wrapper {
    width: 100%;
}

.woocommerce .quantity .qty {
    width: 70px;
}

.woocommerce .input-text {
    display: inline-block;
    height: 40px;
    border: 1px solid #999;
    padding: 22px 10px;
    margin-right: 10px;
    color: #555;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    text-align: left;
    letter-spacing: 1px;
}

.select2-container .select2-selection--single {
    height: 35px;
}

.woocommerce form .form-row textarea {
    height: 235px;
}

.select2-container--default .select2-selection--single {
    border-radius: 0;
}
.woocommerce ul.order_details li {
    line-height: 3;
    font-size: 14px;
}
.woocommerce ul.order_details li strong {
    font-size: 18px;
}
.woocommerce table {
    border-style: none !important;
    border: none !important;
    border-bottom: 1px solid;
}
.woocommerce .cart-empty,
.woocommerce .return-to-shop {
    text-align: center;
}
.woocommerce .cart-empty {
    font-size: 18px;
    margin-bottom: 30px;
}
.woocommerce .form-row {
    display: block;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    margin-top: 8px;
}
.woocommerce-info::before {
    color: #aaa;
}
.woocommerce-info {
    border-top-color: #aaa;
}
.woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin-left: 0;
    margin-right: 20px;
}
.woocommerce-MyAccount-navigation ul li a {
    margin-bottom: 5px;
    background-color: #eee;
    padding: 10px;
    display: block;
    color: #222;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
    background-color: #990000;
    color: #fff;
}
.woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 150px;
}
/* Woocommerce Widget */
.price_slider_wrapper .ui-widget-content {
    border-radius: 1em;
    background-color: #666;
    border: 0;
}
.ui-slider-horizontal {
    height: .5em;
}
.ui-slider {
    position: relative;
    text-align: left;
    margin-left: .5em;
    margin-right: .5em;
}
.price_slider {
    margin-bottom: 1em;
}
.price_slider_wrapper .ui-widget-content {
    border-radius: 1em;
    background-color: #ddd;
    border: 0;
    margin-bottom: 30px;
}
.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    border-radius: 1em;
    background-color: #777;
}
.ui-slider-horizontal {
    height: .5em;
}
.ui-slider {
    position: relative;
    text-align: left;
    margin-left: .5em;
    margin-right: .5em;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1em;
    height: 1em;
    background-color: #80bd50;
    border-radius: 1em;
    cursor: ew-resize;
    outline: 0;
    top: -.3em;
    margin-left: -.5em;
}
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
    display: block;
    font-weight: 700;
}
.widget_shopping_cart_content a.remove {
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: red !important;
    text-decoration: none;
    font-weight: 700;
    border: 0;
    background-color: #ddd;
}
.woocommerce-mini-cart__buttons .checkout {
    margin-left: 10px !important;
}
.widget .search-form .search-close {
    display: none;
}
.email-subscriber-form input,
.widget .search-field,
.woocommerce-product-search .search-field {
    border: 1px solid #999;
    color: #333;
    width: 100%;
    margin-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.05);
    padding: 10px;
    text-align: center;
}
.woocommerce-product-search button,
.widget .email-submit,
.widget .search-submit {
    height: 50px;
    border: none;
    color: #111;
    background-color: #eee;
    padding: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 100%;
}
.widget .email-submit:hover,
.woocommerce-product-search button:hover,
.widget .search-submit:hover {
    background-color: #ddd;
}
.price_slider_amount .button {
    margin-bottom: 10px !important;
}
.email-subscriber-form .email-submit
.widget-area .email-submit,
.widget-area .search-submit {
    background-color: #990000;
    display: inline-block;
    color: #fff;
}
.widget-area .search-submit:hover {
    background-color: #111;
    color: #fff;
}
.widget-area .email-submit:focus,
.widget-area .search-submit:focus {
    color: #fff;
}
ul.spicy-latest-post li {
    margin: 15px 0;
}
.spicy-footer ul.spicy-latest-post,
.spicy-footer ul.spicy-latest-post li:last-child {
    margin-bottom: 0;
}
ul.spicy-latest-post a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}
ul.spicy-latest-post img {
    width: 80px;
    height: 80px;
    margin-right: 15px;
}
/* GT */
ul.wp-block-gallery {
    margin-left: 0;
}
pre.wp-block-code {
    overflow-x: none;
}
.wp-block-table.is-style-stripes {
    border-bottom: none;
}
.wp-block-table,
.has-fixed-layout,
.is-style-stripes {
    border-width: 1px;
}
 .alignfull {
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    width: 100vw !important;
    max-width: 100vw !important;
    clear: both;
}
.alignwide {
    margin-left: calc(-90vw / 2 + 100% / 2);
    margin-right: calc(-90vw / 2 + 100% / 2);
    width: 90vw !important;
    max-width: 90vw !important;
    clear: both;
}
.alignfull {
    overflow: hidden;
}
.overfollow-none {
    overflow: hidden;
}
@media only screen and ( min-width: 950px) {

    .alignwide {
        margin-left: -125px;
        margin-right: -125px;
        max-width: 950px;
    }
}
.has-strong-magenta-background-color {
    background-color: rgb(161, 86, 180);
}
.has-strong-magenta-color {
    color: rgb(161, 86, 180);
}
.has-light-grayish-magenta-background-color {
    background-color: rgb(208, 165, 219);
}
.has-light-grayish-magenta-color {
    color: rgb(208, 165, 219);
}
.clr-wht .wpcf7-list-item input,
.wpcf7-list-item input {
    display: inline;
    width: auto;
    height: auto;
    margin: 10px 0;
}
/* Slick */
ul.slick-dots {
    list-style: none;
    text-align: center;
    margin: 0;
}
ul.slick-dots li {
    display: inline-block;
}
ul.slick-dots li {
    display: inline-block;
}
ul.slick-dots li button {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: #666;
    border: none;
    border-radius: 100%;
    opacity: 0.5;
    cursor: pointer;
    color: transparent;
}
.welcome-slick-slide ul.slick-dots {
    position: absolute;
    width: 100%;
    bottom: 0;
}
.welcome-slick-slide ul.slick-dots li button {
    width: 15px;
    height: 15px;
    background-color: #fff;
}
ul.slick-dots li.slick-active button {
    background-color: #990000;
}
ul.slick-dots li:only-child {
        display: none;
}
.slick-slide {
    outline: none;
}