/*  
Theme Name: khaledbinalwaleed Theme 2024
Theme URI: https://techcarrot.ae/
Description: A WordPress theme frame work
Version: 1.0
Author: Manaf
*/
 
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}
body {
    background: none repeat scroll 0 0 #fff;
    margin: 0;
    padding: 0;
}
html, body {
    overflow-x: hidden;
    width: 100%;
    scroll-behavior: smooth;
    position: relative;
}
.clear, .cb{
    clear:both;
}

*{
    box-sizing: border-box;
}

blockquote{
     margin-left:36px;
     margin-right:36px;
}
a {
    color: #707070;
    text-decoration: none;
}
a:hover{
    border:none;
}
h1 a, h2 a, h3 a{
    border:none;
    color:#000;
    text-decoration:none;
}
h1 a:hover, h2 a:hover, h3 a:hover{
    background:none;
    color:#E0446A;
}
img,iframe{
    max-width: 100%;
}

.site-wrapper {
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
    height: 100%;
    overflow: hidden;
    padding-top: 160px;
}
body.home .site-wrapper {
    padding-top: 0;
}
section {
    width: 100%;
    float: left;
    position: relative;
}
.container {
    width: 1640px;
    margin: 0 auto;
    max-width: 90%;
}
.container-md {
    width: 1364px;
    margin: 0 auto;
    max-width: 90%;
}
.container-mx {
    width: 1920px;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    height: 100%;
}
.text-center{
    text-align: center;
}


/*Drop Menu start*/

#header {
    width: 100%;
    padding: 35px 0;
    z-index: 10;
    position: fixed;
    left: 0;
    bottom: auto;
    top: 0;
    text-align: center;
    background-color: #fff;
    transition: all 0.3s ease;
}
body.home #header {
    bottom: 0;
    top: auto;
    background: none;
}
body.home #header.header-scrolled {
    top: 0;
    bottom: auto;
    transition: all 0.3s ease;
    background-color: #fff;
}
body.home #header a.khaledbinalwaleed-brand{
    margin-bottom: 30px;
}
#header a.khaledbinalwaleed-brand {
    padding: 0;
    display: inline-block;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}
body.home #header.header-scrolled a.khaledbinalwaleed-brand {
    margin-bottom: 10px;
}
#header.header-scrolled {
    position: fixed;
    padding: 20px 0;
}
#header.header-scrolled .menu-top-navigation a {
    font-size: 18px;
}
#header.header-scrolled a.khaledbinalwaleed-brand {
    margin-bottom: 10px;
}


#header a.khaledbinalwaleed-brand img {
    max-height: 100%;
    transform-origin: bottom;
}
/* body.home #header a.khaledbinalwaleed-brand {
    display: none;
} */
body.home .hero-outer-overlay .hero-overlay h1{
	display:none;
}
body.home .head-wrap{
    height: 100vh;
    display: flex;
    align-items: end;
}
body.home #header{
    position: relative;
}
body.home #header.header-scrolled{
    position: fixed;
}
#mobile-menu.menu-top-navigation {
    display: none;
}
.menu-top-navigation {
    margin: 0;
    padding: 0;
    position: relative;
    list-style: none;
    display: flex;
    gap: 8px;
    justify-content: center;
}
.menu-top-navigation a {
    color: #414141;
    display: block;
    font-size: 18px;
    text-decoration: none;
    line-height: 27px;
    transition: all 0.3s ease;
    position: relative;
    font-weight: 100;
}
body.home .menu-top-navigation a {
    font-size: 25px;
}
.menu-top-navigation a::after {
    content: "/";
    padding-left: 8px;
    font-weight: 200;
}
.menu-top-navigation li:last-child a::after {
    content: "";
}
.menu-top-navigation#desk-menu a::before {
    content: "";
    position: absolute;
    left: 0;
    margin: 0 auto;
    height: 1px;
    width: 0px;
    background-color: #414141;
    bottom: -5px;
    transition: all 0.3s ease;
}
.menu-top-navigation#desk-menu a:hover::before {
    width: 90%;
}
.menu-top-navigation a.active-menu,
.menu-top-navigation li.current-menu-item a {
    font-weight: 500;
}
.menu-top-navigation li.menu-item.menu-item-has-children {
    background-image: url(assets/images/mobile-menu-arrow-black.svg);
    background-repeat: no-repeat;
    background-position: 90% 12px;
    background-size: 10px;
}
.menu-top-navigation li.menu-item.menu-item-has-children a::after {
    padding-left: 20px;
}
.menu-top-navigation .nav-button > a {
    background-color: #000;
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    padding: 10px 20px;
    white-space: nowrap;
    margin-top: 10px;
}
.menu-top-navigation .nav-button > a:hover {
    background-color: #E0446A;
}
.menu-top-navigation li.search-button::before {
    content: "";
    position: absolute;
    left: -18px;
    top: 20px;
    height: 26px;
    width: 1px;
    background-color: #fff;
}
.menu-top-navigation li.search-button {
    margin-left: 35px;
}
.menu-top-navigation ul a {
    font-weight: normal;
}
.menu-top-navigation li ul {
    position: absolute;
    top: 30px;
    width: 200px;
    background-color: #fff;
    padding: 10px 0;
    display: none;
    border: 1px solid #f1f1f1;
}
.menu-top-navigation li ul li {
    width: 100%;
}
.menu-top-navigation li ul li:hover{
    background-color: #000;
}
.menu-top-navigation li ul li:hover a{
    color: #fff;
}
.menu-top-navigation li ul a {
    height: auto;
    float: left;
    text-align: left;
    margin: 0px;
    width: 100%;
    display: block;
    padding: 5px 15px;
    font-size: 15px;
    line-height: 22px;
}
 .menu-top-navigation ul ul {
    top:auto;
}
.menu-top-navigation li ul ul {
    left: 100%;
}
.menu-top-navigation li:hover ul ul, .menu-top-navigation li:hover ul ul ul, .menu-top-navigation li:hover ul ul ul ul {
    display:none;
}
#desk-menu li:hover ul/* , 
.menu-top-navigation li li:hover ul, 
.menu-top-navigation li li li:hover ul, 
.menu-top-navigation li li li li:hover ul */ {
    display:block;
}


/* mobile menu start*/
.menu-tab-outer {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 70px;
    text-align: center;
    display: none;
    background-color: rgba(255, 255, 255, .9);
}
.menu-tab {
    width: 27px;
    height: 27px;
    z-index: 100;
    top: 0px;
    right: 0px;
    cursor: pointer;
    transition: all 0.3s ease;
    float: right;
    display: none;
    text-align: right;
    margin-top: 25px;
    margin-right: 27px;
}

.menu-tab div {
    height: 3px;
    background-color: #414141;
    display: block;
    margin: 3px 0;
    transition: all 0.3s ease-in-out;
    float: right;
    clear: both;
}

.menu-tab .one, .menu-tab .three, .menu-tab .two {
    width: 27px;
    transition: all 0.3s ease-in-out;
}
.menu-tab:hover .one,
.menu-tab:hover .three {
    width: 27px;
    transition: all 0.3s ease-in-out;
}

.menu-tab:hover .two {
    width: 27px;
    transition: all 0.3s ease-in-out;
}

.menu-tab.active {
    left: 345px;
    transition: all 600ms ease-in-out;
}

.menu-tab.active .one {
    width: 23px;
    -webkit-transform: translateY(9px) rotate(-130deg);
    transform: translateY(9px) rotate(-130deg);
    transition: all 0.6s ease-in-out;
}

.menu-tab.active .two {
    width: 23px;
    opacity: 0;
    transition: 0.4s ease;
}

.menu-tab.active .three {
    width: 23px;
    -webkit-transform: translateY(-9px) rotate(-50deg);
    transform: translateY(-9px) rotate(-50deg);
    transition: all 0.6s ease-in-out;
}

.menu-hide {
    width: 345px;
    right: -345px;
    height: 100vh;
    position: fixed;
    z-index: 10;
    top: 154px;
    transition: all 0.6s ease-in-out;
    background: #ffffff;
    overflow: hidden;
}

.menu-hide.show {
    right: 0px;
    transition: all 0.6s ease-in-out;
    z-index: 9999999;
}
/* mobile menu end*/



section.footer {
    background-color: #080808;
    padding: 150px 0 50px;
}
body.home section.footer {
    padding: 50px 0 50px;
}
.footer-logo {
    width: 100%;
    border-bottom: 1px solid #414141;
    margin-bottom: 30px;
    padding-bottom: 15px;
}
.footer-navigation {
    display: flex;
    gap: 50px;
    justify-content: space-between;
    border-bottom: 1px solid #414141;
    padding-bottom: 30px;
}
/* ul.footer-navigation-one, ul.footer-navigation-two {
    width: 33%;
} */
.footer-navigation a, 
.footer-social h6 {
    font-size: 16px;
    color: #707070;
    font-weight: 300;
}
.footer-navigation a:hover {
    color: #fff;
}
.footer-social h6{
    margin-bottom: 20px;
}


ul.footer-social-links {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    display: inline-block;
}
ul.footer-social-links li {
    float: left;
    margin-right: 15px;
}
ul.footer-social-links li a,
ul.footer-social-links li img {
    float: left;
}
ul.footer-social-links li img {
    max-height: 19px;
    width: auto;
}
ul.footer-social-links li a:hover img{
    filter: brightness(0) invert(1);
}

.footer-copyright {
    text-align: center;
    margin-top: 50px;
}
.footer-copyright p{
    font-size: 15px;
    font-weight: 300;
}
.footer-copyright a:hover{
    color: #fff;
}




.scroll-style::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 10px;
    background-color: none
}
.scroll-style::-webkit-scrollbar {
    width: 5px;
    background-color: none
}
.scroll-style::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: rgba(199, 196, 196,.4);
}


.button-style-1 {
    font-size: 20px;
    background-color: #36B368;
    color: #fff;
    padding: 8px 25px;
    cursor: pointer;
    display: inline-block;
    margin-top: 20px;
    border: none;
    line-height: 1.4em;
}
.button-style-1:hover {
    background-color: #E0446A;
    color: #fff;
}
.button-style-1-black {
    background-color: #000;
    color: #fff;
}

.custom-dots {
    position: static;
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 20px;
}
ul.slick-dots.custom-dots li button {
    font-size: 0;
    padding: 5px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin: 0;
    background: #d1d1d1;
    cursor: pointer;
    border: 1px solid #d1d1d1;
    float: left;
}
ul.slick-dots.custom-dots li.slick-active button {
    opacity: 1;
    background: #fff;
    border: 1px solid #fff;
}

/* website loader start*/
#man-loader {
    position: fixed;
    width: 96px;
    height: 96px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
    border-radius: 16px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
    -o-transition: opacity .2s ease-out, visibility 0s linear .2s;
    transition: opacity .2s ease-out, visibility 0s linear .2s;
    z-index: 1000; 
}
#man-loader img {
    width: 100%;
    float: left;
    height: auto;
}
#man-loader.fullscreen {
    padding: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background-color: #fff;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none; 
}
#man-loader.show {
    -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
    -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
    transition: opacity .4s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1; 
    z-index: 9999999;
}
#man-loader .circular {
    -webkit-animation: loader-rotate 2s linear infinite;
    animation: loader-rotate 2s linear infinite;
    position: absolute;
    left: calc(50% - 24px);
    top: calc(50% - 24px);
    display: block;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); 
}
#man-loader .path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: loader-dash 1.5s ease-in-out infinite;
    animation: loader-dash 1.5s ease-in-out infinite;
    stroke-linecap: round; 
}
@-webkit-keyframes loader-rotate {
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg); } 
}
@keyframes loader-rotate {
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg); } 
}
@-webkit-keyframes loader-dash {
    0% {
      stroke-dasharray: 1, 200;
      stroke-dashoffset: 0; }
    50% {
      stroke-dasharray: 89, 200;
      stroke-dashoffset: -35px; }
    100% {
      stroke-dasharray: 89, 200;
      stroke-dashoffset: -136px; } 
}
  
@keyframes loader-dash {
    0% {
      stroke-dasharray: 1, 200;
      stroke-dashoffset: 0; }
    50% {
      stroke-dasharray: 89, 200;
      stroke-dashoffset: -35px; }
    100% {
      stroke-dasharray: 89, 200;
      stroke-dashoffset: -136px; } 
}
/* website loader end*/


/* Line height */
.line-control{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.single-line{
    -webkit-line-clamp: 1;
    line-clamp: 1;
}
.double-line{
    -webkit-line-clamp: 2;
    line-clamp: 2;
}
.three-line{
    -webkit-line-clamp: 3;
    line-clamp: 3;
}
.four-line{
    -webkit-line-clamp: 4;
    line-clamp: 4;
}
.five-line{
    -webkit-line-clamp: 5;
    line-clamp: 5;
}
/* Line height */

section.wordpress-container {
    padding: 60px 0 60px 0;
    min-height: 800px;
}
section.wordpress-container h1,
section.wordpress-container h2,
section.wordpress-container h3,
section.wordpress-container h4,
section.wordpress-container h5,
section.wordpress-container h6{
    padding: 15px 0;
}
section.wordpress-container p{
    padding-bottom: 15px;
}
section.wordpress-container li{
    padding-bottom: 15px;
}
section.wordpress-container ul {
    list-style: inside;
    margin-bottom: 15px;
}
section.wordpress-container ol {
    list-style: auto;
    list-style-position: inside;
}
/* search start */
.navigation .page-numbers {
    margin-right: 6px;
}
.navigation .page-numbers.current {
    color: #bcbcbc;
}
.each-result {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}
.each-result-image {
    float: left;
    width: 285px;
    height: 210px;
    border: 1px solid #eee;
}
.each-result-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.each-result-content {
    width: calc(97% - 285px);
    float: right;
}
.each-result-content-in {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.each-result-content-in p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    padding: 0 !important;
}

.search-outer {
    display: none;
    position: fixed;
    right: 10%;
    background: rgba(33, 33, 29, .92);
    z-index: 99999;
    width: 80%;
    height: 80%;
    text-align: center;
    top: 55%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.search-active .search-outer {
    display: block;
}
.search-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 25px;
}
.search-form {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.search-form-input {
    width: 600px;
    position: relative;
    max-width: 90%;
    margin: 0 auto;
}
.search-form-input input {
    width: 100%;
    height: 56px;
    padding: 0 56px 0 10px;
    border: 1px solid #737271;
    border-radius: 0;
    background: 0 0;
    color: #fff;
    outline: none;
}
.search-form-input button {
    width: 56px;
    height: 56px;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    background: 0 0;
    border: none;
    cursor: pointer;
}
.search-form-input button img {
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.ltr-text{
    direction: ltr;
}
/* search end */

.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}
.cS-hidden-loading{
    position: relative;
    min-height: 1082px;
}
.cS-hidden-loading *{
    opacity: 0;
}
.cS-hidden-loading::after{
    opacity: 1;
    background-image: url(assets/images/Ellipsis-1s-200px.svg);
    position: absolute;
    top: 46%;
    margin: 0 auto;
    width: 90px;
    height: 60px;
    content: "";
    z-index: 999999999999;
    left: 0;
    right: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


.scroll-to-top {
    height: 60px;
    width: 60px;
    background-color: #EBEBEB;
    position: fixed;
    display: none;
    bottom: 55px;
    right: 5%;
    border-radius: 50%;
    opacity: .8;
    cursor: pointer;
    background-image: url(assets/images/scroll-top-top.svg);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
}
.scroll-to-top.scroll-to-top-active{
    display: block;
}
.scroll-to-top:hover {
    opacity: 1;
}

.remove-top-padding{
    padding-top: 0 !important;
}
.remove-bottom-padding{
    padding-bottom: 0 !important;
}

.section-title h2 {
    color: #000000;
    margin-top: 0;
    margin-bottom: 30px;
    text-transform: uppercase;
}
a.carousel-view-all {
    float: right;
    margin-top: 30px;
    font-size: 23px;
    color: #000000;
    font-weight: 200;
    position: relative;
}
a.carousel-view-all::after {
    position: absolute;
    left: 0;
    width: 0;
    height: 1px;
    content: "";
    background-color: #000000;
    bottom: 0;
    transition: all 0.3s ease;
}
a.carousel-view-all:hover::after {
    width: 100%
}
.light-text-color .section-title h2,
.light-text-color a.carousel-view-all {
    color: #D9D9D9;
}
.light-text-color a.carousel-view-all::after {
    background-color: #D9D9D9;
}

body .has-iframe .fancybox__content {
    max-width: 960px !important;
    max-height: 500px !important;
    padding: 0;
    background: none !important;
}



/* Shine animation */
.effect-shine:hover,
.footer-navigation a:hover,
.footer-copyright a:hover {
    mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);
    -webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);
    mask-size: 200%;
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
}
@keyframes shine {
    from {
        -webkit-mask-position: 150%;
    }
    to {
        -webkit-mask-position: -50%;
    }
}
@-webkit-keyframes shine {
    from {
        -webkit-mask-position: 150%;
    }
    to {
        -webkit-mask-position: -50%;
    }
}






@media (max-width:1566px) {
    
}

@media (max-width:1466px) {
 
}

@media (max-width:1440px) {
    
}

@media (max-width:1380px) {
 
}


@media (max-width:1366px) {
    
}

@media (max-width:1099px) {
    .menu-top-navigation a {
        font-size: 22px;
    }
    
}

@media only screen and ( max-width: 961px) {
    .footer-logo {
        text-align: center;
    }
    .footer-navigation {
        display: block;
        text-align: center;
    }
    ul.footer-navigation-one, ul.footer-navigation-two, ul.footer-navigation-three {
        width: 100%;
        margin-bottom: 30px;
    }
    .footer-logo a.khaledbinalwaleed-brand img {
        max-width: 70%;
    }
    section.footer {
        padding: 50px 0 50px;
    }
}


@media only screen and ( max-width: 768px) 
{
    body.home .hero-outer-overlay .hero-overlay h1{
        display: block;
    }
    body.home #header {
        bottom: auto;
        top: 0;
        background: none;
        box-shadow: none;
        position: absolute;
    }
    body.home #header .khaledbinalwaleed-brand img{
        display: none;
        transform: scale(1) !important;
    }
    body.home #header.header-scrolled .khaledbinalwaleed-brand img {
        display: inline-block;
    }
    .site-wrapper {
        padding-top: 70px;
    }
    section.wordpress-container {
        padding: 40px 0 40px 0;
    }
    #header {
        padding: 10px 0;
        box-shadow: 0px 5px 10px rgba(0, 0, 0, .1);
        height: 70px;
    }
    #header.header-scrolled {
        padding: 10px 0;
    }
    #header a.khaledbinalwaleed-brand {
        max-width: 70%;
        float: left;
        margin: 15px 0;
        height: 20px;
    }
    #mobile-menu.menu-top-navigation {
        display: block;
    }
    #desk-menu.menu-top-navigation {
        display: none;
    }
    .menu-tab-outer {
        display: block;
    }
    .menu-tab {
        display: block;
        margin-top: 20px;
        margin-right: 20px;
    }
    .menu-top-navigation {
        width: 280px;
        max-width: 100%;
        right: -280px;
        height: 100vh;
        position: fixed;
        z-index: 10;
        top: 70px;
        transition: all 0.2s ease-in-out;
        overflow: hidden;
        margin-top: 0;
        margin-right: 0;
        padding-top: 30px;
        background-color: rgba(0, 0, 0, 0.7);
        height: calc(100vh - 80px);
        overflow-y: auto;
        padding-bottom: 10px;
    }
    .menu-top-navigation.show {
        right: 0px;
        transition: all 0.2s ease-in-out;
        z-index: 9999999;
    }
    .menu-top-navigation li {
        width: 100%;
        padding: 0 20px;
        text-align: right;
        float: left;
    }
    .menu-top-navigation li a {
        padding: 12px 0px;
        width: 100%;
        color: #fff;
        position: relative;
        border-bottom: 1px solid rgba(255, 255, 255, .3);
        float: right;
        font-size: 20px;
    }
    #header.header-scrolled .menu-top-navigation a {
        font-size: 20px;
    }
    .menu-top-navigation li.menu-item-has-children > a {
        width: 90%;
    }
    .menu-top-navigation li.menu-item-has-children > a::before {
        height: 1px;
        width: 11%;
        content: "";
        background-color: rgba(255,255,255,.3);
        position: absolute;
        left: -11%;
        bottom: -1px;
    }
    .menu-top-navigation li ul {
        position: static;
        float: left;
        width: 100%;
        background: none;
        padding-top: 0;
        padding-bottom: 0;
        border: none;
    }
    .menu-top-navigation li ul li {
        padding: 0;
    }
    .menu-top-navigation li ul a {
        padding: 12px 0;
        text-align: right;
    }
    .menu-top-navigation li.menu-item.menu-item-has-children {
        background-image: url(assets/images/mobile-menu-arrow.svg);
        background-repeat: no-repeat;
        background-position: 20px 20px;
        background-size: 10px;
    }
    .menu-top-navigation a::after{
        display: none;
    }
    section.footer {
        padding: 50px 0 100px;
    }
    
    
}

@media only screen and ( max-width: 560px) 
{
    
}

@media only screen and ( max-width: 520px) {

}
@media only screen and ( max-width: 380px) {
   
}

