/*
Theme Name: PATUGAS
Theme URI: http://soulcode.pt
Author: Sérgio Ferreira
Author URI: Http://soulcode.pt
Description: Pagina para o patugas
Version: 1.0.0
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

$white: #fff;
$black: #000;

$primary: #4361ee;
$info: #2196f3;
$success: #00ab55;
$warning: #e2a03f;
$danger: #e7515a;
$secondary: #805dca;
$dark: #3b3f5c;

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 { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: #f1e0b7; }
body { line-height: 1;background-color: #f1e0b7!important }
small{font-size: 9px!important; font-weight:600;}
ol, ul { list-style: none; }
blockquote, q {	quotes: none; }
blockquote:before, blockquote:after,q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }
footer{background-color:#fbf7ee;display: flex;flex-wrap: wrap;align-content: center;justify-content: center;align-items: stretch; min-height: 200px}
footer h3{color: #333; font-weight: 600}
footer a{text-transform: uppercase;color: #333!important;font-size: 12px;}
footer a i{font-size: 28px;color: #333!important;}
footer p{margin-bottom: 0px;padding-bottom: 2px; color: #333;margin-left: 1em}
footer img{margin-bottom: 0px;padding-bottom: 2px; color: #333;margin-left: 10px}
footer ul {margin-left: 10px;justify-content: center}
footer ul.nav {flex-wrap: nowrap;align-items: center;}
footer ul li{display: inline-block;margin: 5px}
footer ul li:hover{background-color: #00000003}	
.w-100{
	width: 100%!important;
}

.w-75{
	width: 75%!important;
}
.w-50{
	width: 50%!important;
}
.w-25{
	width: 25%!important;
}
.w-15{
	width: 15%!important;
}

.float-left{float: left;}
.float-right{float: right;}
.block-cat a {color: white!important;font-size: 12px;font-weight: 200}

.lg-hidden{
	display: none;
}


.top-nav-block{
	display: flex;
    width: 100%;
    position: sticky;
    z-index: 99999;
    top: 0px;
    background: #f1e0b7;
}
.left-nav-block{

	max-width: 20%;
	width: 100%;
	display: inline-block;
}


.left-nav-block img{

	
	width: 160px;
	display: inline-block;
}

.left-nav-block ul{

	
	
}

.left-nav-block ul li{
	float: right;
	text-align: end;
}

.right-nav-block{
	max-width: 80%;
	width: 100%;
	/*display: flex;*/

}


.right-nav-block ul.search-ul{
	    min-width: 200px;
    width: 50%;
    display: flex
;
    margin: 0em;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
}


}


.right-nav-block ul.social-ul{
	min-width: 200px;
	width: 50%;
	display: flex;
	margin: 0em;

}


.right-nav-block ul li{
	margin: 1em;
	font-size: 14px;

}

.right-nav-block ul li a{
	
	font-size: 24px;
	text-decoration: none;
	color: #705447;

}

.right-nav-block .right-nav-top{
	align-items: center;
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    align-content: center;
    justify-content: flex-start;
    max-height: 60px;
    padding-right: 3%;
    margin-left: 2%;

}


.right-nav-block .right-nav-bottom{
	align-items: end;
	width: 100%;
	display: block;
	border-bottom: 3px solid #705447;
	max-height: 65px;
	padding-right: 3%;
	margin-left: 2%;

}

.right-nav-block .right-nav-bottom ul{
	display: flex;
    justify-content: flex-end;
    align-content: flex-start;
    flex-direction: row;
    align-items: flex-start;
  	
  	margin-bottom: 0px;

}

.right-nav-block .right-nav-bottom ul li{
	margin: 1em;
}

.right-nav-block .right-nav-bottom ul li a{
	font-size: 24px;
	text-decoration: none;
	color: #705447;
}


/*------------------------------------------------*/
/*------------------[Mobile menu]-----------------*/
/*------------------------------------------------*/

.features {
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
}
.features li {
  width: 100%;
  text-align: center;
  padding: 0.25em;
}

.drawer-list {
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  width: 80vw;
  transform: translate(100vw, 0);
  /* ie workaround */
  -ms-transform: translatex(-100vw);
  box-sizing: border-box;
  pointer-events: none;
  padding-top: 125px;
  transition: width 475ms ease-out, transform 450ms ease, border-radius 0.8s 0.1s ease;
  border-bottom-left-radius: 100vw;
  background-color: rgb(241 224 183);
}
@media (min-width: 768px) {
  .drawer-list {
    width: 40vw;
  }
}
.drawer-list ul {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  overflow-x: hidden;
  pointer-events: auto;
}
.drawer-list li {
  list-style: none;
  text-transform: uppercase;
  pointer-events: auto;
  white-space: nowrap;
  box-sizing: border-box;
  transform: translatex(100vw);
  /* ie workaround */
  -ms-transform: translatex(-100vw);
}
.drawer-list li:last-child {
  margin-bottom: 2em;
}
.drawer-list li a {
  text-decoration: none;
  color: #fefefe;
  text-align: center;
  display: block;
  padding: 1rem;
  font-size: calc(24px - 0.5vw);
}
@media (min-width: 768px) {
  .drawer-list li a {
    text-align: right;
    padding: 0.5rem;
  }
}
.drawer-list li a:hover {
  cursor: pointer;
  background-color: #88c2f8;
  background-color: rgba(17, 132, 240, 0.5);
}

input.hamburger {
  display: none;
}
input.hamburger:checked ~ .drawer-list {
  transform: translatex(0);
  border-bottom-left-radius: 0;
}
input.hamburger:checked ~ .drawer-list li {
  transform: translatex(0);
}
input.hamburger:checked ~ .drawer-list li:nth-child(1) {
  transition: transform 1s 0.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(2) {
  transition: transform 1s 0.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(3) {
  transition: transform 1s 0.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(4) {
  transition: transform 1s 0.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(5) {
  transition: transform 1s 0.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(6) {
  transition: transform 1s 0.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(7) {
  transition: transform 1s 0.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(8) {
  transition: transform 1s 0.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(9) {
  transition: transform 1s 0.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(10) {
  transition: transform 1s 0.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(11) {
  transition: transform 1s 0.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(12) {
  transition: transform 1s 0.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(13) {
  transition: transform 1s 1.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(14) {
  transition: transform 1s 1.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(15) {
  transition: transform 1s 1.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(16) {
  transition: transform 1s 1.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(17) {
  transition: transform 1s 1.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(18) {
  transition: transform 1s 1.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(19) {
  transition: transform 1s 1.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(20) {
  transition: transform 1s 1.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(21) {
  transition: transform 1s 1.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(22) {
  transition: transform 1s 1.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(23) {
  transition: transform 1s 1.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(24) {
  transition: transform 1s 1.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(25) {
  transition: transform 1s 2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(26) {
  transition: transform 1s 2.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(27) {
  transition: transform 1s 2.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(28) {
  transition: transform 1s 2.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(29) {
  transition: transform 1s 2.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(30) {
  transition: transform 1s 2.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(31) {
  transition: transform 1s 2.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(32) {
  transition: transform 1s 2.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(33) {
  transition: transform 1s 2.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(34) {
  transition: transform 1s 2.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(35) {
  transition: transform 1s 2.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(36) {
  transition: transform 1s 2.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(37) {
  transition: transform 1s 2.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(38) {
  transition: transform 1s 3.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(39) {
  transition: transform 1s 3.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(40) {
  transition: transform 1s 3.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(41) {
  transition: transform 1s 3.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(42) {
  transition: transform 1s 3.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(43) {
  transition: transform 1s 3.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(44) {
  transition: transform 1s 3.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(45) {
  transition: transform 1s 3.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(46) {
  transition: transform 1s 3.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(47) {
  transition: transform 1s 3.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(48) {
  transition: transform 1s 3.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(49) {
  transition: transform 1s 3.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(50) {
  transition: transform 1s 4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li a {
  padding-right: 15px;
}
input.hamburger:checked ~ label > i {
  background-color: transparent;
  transform: rotate(90deg);
}
input.hamburger:checked ~ label > i:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
input.hamburger:checked ~ label > i:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
input.hamburger:checked ~ label close {
  color: #fefefe;
  width: 100%;
}
input.hamburger:checked ~ label open {
  color: rgba(0, 0, 0, 0);
  width: 0;
}

label.hamburger {
  z-index: 9999;
  position: relative;
  display: block;
  height: 50px;
  width: 50px;
}
label.hamburger:hover {
  cursor: pointer;
}
label.hamburger text close,
label.hamburger text open {
  text-transform: uppercase;
  font-size: 0.8em;
  align-text: center;
  position: absolute;
  transform: translateY(50px);
  text-align: center;
  overflow: hidden;
  transition: width 0.25s 0.35s, color 0.45s 0.35s;
}
label.hamburger text close {
  color: rgba(0, 0, 0, 0);
  right: 0;
  width: 0;
}
label.hamburger text open {
  color: #fefefe;
  width: 100%;
}
label.hamburger > i {
  position: absolute;
  width: 80%;
  height: 2px;
  top: 50%;
  background-color: #705447;
  pointer-events: auto;
  transition-duration: 0.35s;
  transition-delay: 0.35s;
}
label.hamburger > i:before, label.hamburger > i:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  left: 50%;
  background-color: #705447;
  content: "";
  transition: transform 0.35s;
  transform-origin: 50% 50%;
}
label.hamburger > i:before {
  transform: translate(-50%, -14px);
  margin-top: 2px;
}
label.hamburger > i:after {
  transform: translate(-50%, 14px);
  margin-top: -3px;
}

label.hamburger {
  position: relative;
  top: 5px;
  right: 0px;
  float: right;
}






/*------------------------------------------------*/
/*------------------[SEARCH FORM]-----------------*/
/*------------------------------------------------*/
	#search { float: right; position:relative;z-index:9999 }
		
/*	#searchform  { float: left; }*/
	
	#search input#search-field{

		background-color: #2f2f2f;
	    border: none;
	    color: rgba(#efefef, 0.5);
	    font-size: 12pt;
	    font-weight: 100;
	    margin-right: 10px;
	    padding: 0.25em 0.75em;
	    float: right;
	    max-width: 130px;
	    text-align: right;
	    -webkit-border-radius: 28px;
	    -moz-border-radius: 28px;
	    border-radius: 28px;
	}
	#search .searchIcon {transition: all 0.6s ease;}
    #search .searchIcon:hover {cursor: pointer;}
	/*#search .searchIcon:hover  input#search-field{width: 184px!important;display: block;}*/

    .search-wrapper {
        margin-top: 3px;
    }
    .search-wrapper.active {}

    .search-wrapper .input-holder {    
       
    }
    .search-wrapper .input-holder {
      background: #f7e9d1;
      border-radius: 25px;
      min-width: 300px;
    }
    .search-wrapper .input-holder .search-input {
        border-radius: 25px;
        border: 0px solid transparent;
        transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
        transition-delay: 0.3s;
    }
    .search-wrapper .input-holder .search-input {
        opacity: 1;
      	background: #f7e9d1;
        height: 28px;
    }
    .search-wrapper .input-holder .search-icon {
        width:25px;
        height:25px;
        border:none;
        border-radius:50%;
        background: #f7e9d1;
        padding:0px;
        margin-left: 10px;

        outline:none;
        position: relative;
        z-index: 2;
        float:right;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
    }
    .search-wrapper.active .input-holder .search-icon {
        width: 50px;
        height:25px;
        margin: 10px;
        border-radius: 30px;
        padding: 5px;
    }
    .search-wrapper .input-holder .search-icon span {
        width:22px;
        height:22px;
        display: inline-block;
        vertical-align: middle;
        position:relative;
        transform: rotate(0deg);
        transition: all .4s cubic-bezier(0.650, -0.600, 0.240, 1.650);
    }
    .search-wrapper.active .input-holder .search-icon span {
        transform: rotate(0deg);
    }
    .search-wrapper .input-holder .search-icon span::before, .search-wrapper .input-holder .search-icon span::after {
        position: absolute; 
        content:'';
    }
    /*.search-wrapper .input-holder .search-icon span::before {
        width: 4px;
        height: 11px;
        left: 9px;
        top: 18px;
        border-radius: 2px;
        background: #FE5F55;
    }
    .search-wrapper .input-holder .search-icon span::after {
        width: 14px;
        height: 14px;
        left: 0px;
        top: 0px;
        border-radius: 16px;
        border: 4px solid #FE5F55;
    }*/
    .search-wrapper .close {
        position: absolute;
        z-index: 1;
        top:-1px;
        right:11px;
        width:25px;
        height:25px;
        cursor: pointer;
        transform: rotate(-180deg);
        transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
        /*transition-delay: 0.2s;*/
    }
    .search-wrapper.active .close {
        right:-35px;
        top:24px;
        transform: rotate(45deg);
        transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
        /*transition-delay: 0.5s;*/
    }
    .search-wrapper .close::before, .search-wrapper .close::after {
        position:absolute;
        content:'';
        background: #FE5F55;
        border-radius: 2px;
    }
    .search-wrapper .close::before {
        width: 5px;
        height: 20px;
        left: 0px;
        top: 0px;
    }
    .search-wrapper .close::after {
        width: 20px;
        height: 5px;
        left: -7px;
        top: 7px;
    }

    footer{
    	align-content: center;
    	background: #fbf7ee;
    	color: #333;
    }

    footer a {
    	
    	color: #333;
    }

.elementor-background-video-container{
	    position: absolute;!important;
    width: 100vw;
    height: 65vh;
    
}


.elementor-background-video-container iframe{
		width: 100vw!important;
		height: 100vh!important;
}

.elementor .elementor-background-overlay {
  inset: 0;
    position: absolute;
    width: 100vw;
    height: 65vh;
    z-index: 0;
}

.class-video-head{
	position: relative;
}

.elementor-section-boxed{
    animation: autoShowAnimation both;
    animation-timeline: view(60% 5%);

}
@keyframes autoShowAnimation{
    from{
        opacity: 0;
        transform: translateY(200px) scale(0.3);
    }to{
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}


.autoBLur{
    animation: autoBLurAnimation linear both;
    animation-timeline: view();
}
@keyframes autoBLurAnimation{
    0%{
        filter: blur(40px);
    }
    45%, 55%{
        filter: blur(0px);
    }
    100%{
        filter: blur(40px);
    }
}


@media screen and (min-width: 1024px){


	.sm-hidden{
		display: inherit!important;
	}

	.lg-hidden{
		display: none;
	}


}


@media screen and (min-width: 768px) and (max-width: 1023px){

	.sm-hidden{
		display: inherit!important;
	}

	.lg-hidden{
		display: none!important;
	}

	
}


@media screen and (min-width: 350px) and (max-width: 767px){
	.elementor-background-video-container{
	    position: absolute;!important;
	    width: 100vw;
	    height: 60vh;
	    
	}


	.elementor-background-video-container iframe{
			width: 300vw!important;
			height: 100vh!important;
	}

	.elementor .elementor-background-overlay {
	  inset: 0;
	    position: absolute;
	    width: 100vw;
	    height: 60vh;
	    z-index: 0;
	}

	.class-video-head{
		position: relative;
	}

	.elementor-section-boxed{
	    animation: autoShowAnimation both;
	    animation-timeline: view(60% 5%);

	}
	.sm-hidden{
		display: none!important;
	}

	.lg-hidden{
		display: block!important;
	}

	.left-nav-block {
	    max-width: 40%;
	    width: 100%;
	    display: inline-block;
	}
	.left-nav-block img {
	    width: 140px;
	    display: inline-block;
	}
	.right-nav-block {
	    max-width: 70%;
	    width: 100%
	}

	.bottom-nav-block{

		width: 100vw;
		background: #f1e0b7;
	}

	.bottom-nav-block ul{
	    display: grid;
	    width: 90vw;
	    justify-content: space-around;
	    align-items: center;
	    justify-items: stretch;
	}

	.bottom-nav-block ul li{
	    width: 80vw;
	    z-index: 999;
	}

	.search-wrapper .input-holder .search-input {
	    opacity: 1;
	    background: #f7e9d1;
	    height: 40px;
	}

	.search-wrapper .input-holder .search-icon{
		margin-top: 5px;
		margin-right: 5px;
	}
	
}


@media screen and (max-width: 349px) {
	.elementor-background-video-container{
	    position: absolute;!important;
	    width: 100vw;
	    height: 60vh;
	    
	}


	.elementor-background-video-container iframe{
			width: 300vw!important;
			height: 100vh!important;
	}

	.elementor .elementor-background-overlay {
	  inset: 0;
	    position: absolute;
	    width: 100vw;
	    height: 60vh;
	    z-index: 0;
	}

	.class-video-head{
		position: relative;
	}

	.elementor-section-boxed{
	    animation: autoShowAnimation both;
	    animation-timeline: view(60% 5%);

	}
	.sm-hidden{
		display: none!important;
	}

	.lg-hidden{
		display: block!important;
	}

	.left-nav-block {
	    max-width: 50%;
	    width: 100%;
	    display: inline-block;
	}
	.left-nav-block img {
	    width: 140px;
	    display: inline-block;
	}
	.right-nav-block {
	    max-width: 50%;
	    width: 100%
	}

	.bottom-nav-block{

		width: 100vw;
		background: #f1e0b7;
	}

	.bottom-nav-block ul{
	    display: grid;
	    width: 90vw;
	    justify-content: space-around;
	    align-items: center;
	    justify-items: stretch;
	}

	.bottom-nav-block ul li{
	    width: 80vw;
	    z-index: 999;
	}

	.search-wrapper .input-holder .search-input {
	    opacity: 1;
	    background: #f7e9d1;
	    height: 40px;
	}

	.search-wrapper .input-holder .search-icon{
		margin-top: 5px;
		margin-right: 5px;
	}
	
}