/*
Theme Name: mykalari
Author: Rajendran Sivasankaran
Author URI: https://mindzen.com/
Version: 1.0
 */




/* roboto-regular - latin */



/*
h1{
	font-family: 'Roboto' !important;
    font-size: 45px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.21;
    letter-spacing: 7px;
   
    color: #f1a830;
}

h2{
	font-family: 'Roboto';
    color: #f2b145;
    letter-spacing: 1vw;
    font-weight: 800;
    margin-left: 29px;
    margin-top: 25px;
    font-size: 36px;
}

h3{
	font-family: 'Roboto', sans-serif !important;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #f1a830;
    margin-top: 25px;
    margin-bottom: 15px;
}
*/

@import url('https://fonts.googleapis.com/css2?family=Shadows+Into+Light&display=swap');




.fl-post-slider-title a{
	color: #ffffff!important;
}


.bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager{
	bottom: 70px!important;

}
.bx-wrapper .bx-pager.bx-default-pager a.active{
	background-color:#fff;
}

.site-header img{
	    width: 70%!important;
    background-color: #ff0000;
    /*padding: 10px;*/
    height: 190px;
    position: absolute;
    top: -20px;
}

.bx-wrapper .bx-pager.bx-default-pager a{
	background: #f00;
}
body{
	/*background-color:#f4f4f4;*/
	background-color:#000;
}
.about-button .fl-button{
	background: none!important;
}

.about-button .fl-button i{
	font-size: 0.5em;
}
h1{
	
	font-family: "Shadows Into Light", cursive;
	font-size: 48px!important;
	font-weight: 300;
}
h2{
	
	font-family: "Shadows Into Light", cursive;
	font-size: 38px!important;
	font-weight: 300;
}
h3{
	
	font-family: "Shadows Into Light", cursive;
	font-size: 28px!important;
	font-weight: 300;
}
h4{
	font-family: "Shadows Into Light", cursive;
	font-size: 18px!important;
	    line-height: 30px;
	font-weight: 300;
}

i{
	margin-right: 10px;
	width: 20px;
}
.brandso .fa-brands{
	font-size: 32px;
	    width: 40px;
	color:#fff;
}

.contactinfo{
	    background-color: #F8F8F8;
	    margin-right: 20px;
    margin-bottom: 20px;
}
.contactform{
	    background-color: #F8F8F8;
}
.contactmap{
	border: 1px solid #DCDCDC;
	background-color: #F8F8F8;
	    margin-right: 20px;
    
}

/*--screen text animation ---*/
.title-word{
	text-align:center;
}

.title-word .fl-module-content .fl-rich-text, .fl-builder-content .fl-node-6388acdc34509 .fl-module-content .fl-rich-text *{

   /*text-transform: uppercase;*/
 background-image: linear-gradient( -225deg, #E8441E 0%, #E8441E 20%, #000 40%, #fff 50% , #fff 100% );
	 
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 15s linear infinite;
  display: inline-block;
      font-size: 100px;
	line-height:100px;
	    
	   
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}
/*--end--*/

p{
	font-family: 'Roboto', sans-serif !important;
	font-size: 16px!important;
}


#html5lightbox-watermark{
	display:none!important;
}

.wonderplugin-gridgallery-item:nth-child(n) {
 
    /*display:none!important;*/
}

.wonderplugin-gridgallery-item:nth-child(-n+1) {
    
   /* display:block!important;*/
}

.classy{
	display:none!important;
}

.about-gallery{
	    background-color: #eaeaea;
    padding: 20px 70px 20px 20px;
}

.wonderplugin-gridgallery-item-text{
	background: #ea57359e!important;
	height: 40px;
	color:#fff!important;
	

}
.imagehover{
width: 50%;	
}

.wonderplugin-gridgallery-item-title{
		margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
	width: 100%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.wpcf7-form-control{
	height: 40px!important;
    width: 100%!important;
}
.wpcf7-submit{
	height: 50px!important;
    width: 100px!important;
}
.wpcf7-textarea{
	height: 200px!important;
    width: 100%!important;
}

/*--nav--*/

.nav{
	
	float: right;
}

.nav ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;

	
	}


.nav li {
  float: left;
	
}

.nav li a{
  display: inline-block;
  color: #fff;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
	font-size:1.5em;
	font-family: 'Shadows Into Light', cursive;
}

.nav li a:hover{
	color: #e8441e;
}
.nav li a:active{
	color: #fff!important;
}

.current-menu-item a:hover{
	
	color: #fff!important;
}
/*
.nav li a:hover, .menu-item-has-children:hover .menu-item-has-children::after {
      border-bottom: 2px solid #ea8844;
 
}
*/
.nav li:hover {
 content: '';
   
    display: block;
    margin: auto;
}
.current-menu-item{
	 content: '';
   
    display: block;
    margin: auto;
	background-color: #ff0000;
} 
.current-menu-parent
{
 content: '';
   border: 1px solid #ccc;
    display: block;
    margin: auto;
}
.sub-menu li::after{
	  border-bottom: 0px!important;
	   width: 100%;
}


.nav li.menu-item-has-children {
  display: inline-block;
}

.sub-menu {
  display: none;
	 list-style-type: none;
  position: absolute;
  background-color: #ff0000;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
	
	    width: 280px;
	top: 50px;
    border-radius: 5px;
}

.sub-menu li {
  float: left;
	width: 100%;
	/*border-bottom: 1px solid #ccc;*/
}


.sub-menu li:hover {
  float: left;
	width: 100%;
	
}

.sub-menu li a:hover {
	color:#000!important;
}

.sub-menu a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.sub-menu li a{
	text-align: left;
	line-height: 20px;
}

.sub-menu .current-menu-item{
	background-color:  #ff0000;
}

.menu-item-has-children a:hover {
	
	
}

.menu-item-has-children:hover .sub-menu {
  display: block;
	
}


/*hamburger menu***/


.hamburgermenu {
  display: none;
  cursor: pointer;
}

.bar1, .bar2, .bar3 {
  width: 35px;
    height: 3px;
    background-color: #fff;
    margin: 8px 0;
    transition: 0.4s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}

/*responsive mobile menu**/
@media (min-width: 320px) and (max-width: 435px) {


.pro1{
		
    position: absolute;
    left: 40px;
    top: 110px;
		bottom: 0px;
	}
	
	.pro2{
	
    position: absolute;
    right: 40px;
    top: 110px;
		bottom: 0px;
		
	}
	
	.pro3{
		
    position: absolute;
    left: 40px;
    top: 260px;
		bottom: 0px;
	}
	
	.pro4{
	
    position: absolute;
   right: 30px;
    top: 252px;
		bottom: 0px;
	}
	
	.pro5{
		
    position: absolute;
    left: 30px;
    top: 400px;
		bottom: 0px;
	}
	
	.pro1 .fl-button, .pro2 .fl-button, .pro3 .fl-button, .pro4 .fl-button, .pro5 .fl-button{
		width: 120px;
    height: 120px;    
    display: flex;
    justify-content: center;
    align-items: center;
		    word-break: break-word;
	}
	
	
	
	
}



/*responsive mobile menu**/
@media only screen and (max-width: 768px) {
  /* For mobile phones: */

		
.single .content-area{
	    width: 100%!important;
   margin-left: 0%!important;
    padding: 15px;
    float: left;
    margin-bottom: 10px!important;
}

.archive .site-content{
	    width: 100%!important;
   margin-left: 0%!important;
    padding: 15px;
    float: left;
    margin-bottom: 10px!important;

}

#secondary{
	
    width: 100%!important;
   float: right;
    margin-bottom: 10px!important;
    padding: 15px;
}
	
	.blogbox{
	    width: 100%!important;
    float: left;
    padding: 20px;
}
	
	
	
.hamburgermenu {
      display: inline-block;
    cursor: pointer;
    z-index: 10;
    position: absolute;
    right: 25px;
    top: 10px;
}
	
	
	.rlogo{
		width:80%;
			float:left;
	}
	
	.rmenu{
		width:20%;
			float:right;
	}
	.nav ul{
		margin-top: 50px;
	}
	.nav li{
		width: 100%;
	}
	
	.testimonial-bg{
		width: 100%;
	}
	.nav{
		height: 100%;
    width: 0%;
    position: fixed;
    z-index: 1;
    top:0px;
    right: 0;
    background-color: #000;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}
	
	.menuactive{
		width: 100%;
	}
	
	
.sub-menu {
  display: none;
	 list-style-type: none;
  position: relative;
  /*background-color: #FFFFFF;*/
  min-width: 160px;
  box-shadow: none;
  z-index: 1;
	    top: -50px;
    left: 30px;
	
	    width: 100%;
	
	transition: 0.4s;
}
	
	
	.nav li:hover:after{
		 content: none;
    
	}
	
	.current-menu-item::after{
		content: none;
	}
	
	.current-menu-parent::after{
		content: none;
	}
	
	.bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager{
	    bottom: -100px!important;
}
	
	
	.fl-testimonial{
	width: 290px!important;
}

.testimonial-bg{
	
	padding-left: 0px!important;
	}
	
	/*--footer--*/
	
	.signupemail{
		width: 222px;
	}
	
	.signupsubmit{
		width: 222px;
    margin-top: 15px;
		padding-left: 20px!important;
	}
	.signup-padding .recaptcha{
		top: -20px!important;
	}
	
	.menu-item-type-post_type:active .nav{
		width:0%;
		
		
	}
	
	.signupform{
		    bottom: 160px!important;
	}
	
	.signupform h1, h3, h4{
		margin-left: 0px!important;
    font-size: 24px;
	}
	
	

	.fl-testimonials-wrap{
		background-image:none!important;
		    padding-left: 10%!important;
    	width:100%!important;
	}
	
	iframe.rc-anchor-normal .rc-anchor-pt{
		position: absolute;
    right: 0;
    text-align: center;
    width: 140px!important;
	}
	iframe.rc-anchor-normal .rc-anchor-checkbox-label{
		width: 82px!important;
	}
	iframe.rc-anchor-normal .rc-anchor-content{
		width: 146px!important;
	}
	iframe.rc-anchor-normal .rc-anchor-pt{
		    position: absolute;
    left: 146px!important;
   
	}
	
	iframe.rc-anchor-normal{
		height: 74px!important;
    width: 230px!important;
	}
	
	
	
	
}





/*---body--*/

.fl-module-content ul a{
	display:list-item!important;
	list-style-position: outside!important;
	
}


.calltoaction{

    position: absolute;
    bottom: -140px
}

.sow-tabs-tab-container{
	background-color:none!important;
}
.bgdelete{
	background-color:none!important!important;
}
.so-widget-sow-tabs-default-40c552adcd75 .sow-tabs .sow-tabs-tab-container{
	background-color:none!important;
}
.so-widget-sow-tabs-default-40c552adcd75 .sow-tabs .sow-tabs-tab-container{
	text-align: center!important;
    margin: auto;
    bottom: 0;
	display:block!important;
}

.tetxo{
	    font-size: 16px;
    color: #545454;
    font-weight: 100!important;
	
    background-color: white !important;
    width: 100% !important;
    height: 40px !important;
    border-color: #bbbbbb !important;
    border-style: solid !important;
    border-radius: 3.5px !important;
	padding-left: 10px;
    padding-right: 10px;
}
.tetxo1{
	color: #545454;
	font-size: 16px;
	font-weight: 100!important;
	  width: 100% !important;
	 border-color: #bbbbbb !important;
    border-style: solid !important;
    border-radius: 3.5px !important;
    
	background-color: white !important;
	padding-left: 10px;
    padding-right: 10px;
}

.tetxo2{
border-radius: 6px;
    color: #fff;
    padding: 10px;
    font-size: 20px;
    width: 200px;
    border: 0;
    background-color: #ffb610;
}


#wpcf7-f635-p632-o1 .tetxo2{
	border-radius: 6px;
    color: #fff;
    padding: 10px;
    font-size: 20px;
    width: 163px;
	
    border: 0;
    background-color: #ffb610;
	
}

/*header-menu*/

.site-header{
	/*background-color: rgb(255 255 255 / 90%);*/
    position: fixed;
    z-index: 60;
    width: 100%;
    height: 66px;
	
}

.site-header.active {
        background: #f00;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
	
	 height: 100px;
}

.site-header.active img{
	width: 70%!important;
    background-color: #ff0000;
    padding: 10px;
    height: 100px;
    position: absolute;
    top: -20px;
}

.site-header.active .nav li a:hover {
	 color:#000;
	
}


p{
	
	text-align: justify;
}

.headerspace{
		
	height: 100px;
  
}

.headerspace2{
		
	height: 100px;
    /*background-color: #000;*/
    z-index: 12;
    position: fixed;
    width: 100%;
}

.headercenter{
	position: relative;
   top: 20px;
	padding-left: 60px!important;
    padding-right: 60px!important;
	
}



/*hamburger menu-toggle*/




/*
 * Just a quick hamburger
 */

.ow-button-base span{
	background:none!important;
	width: 100%!important;
	height: 12px!important;
}


/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */


/*
 * Make this absolute positioned
 * at the top left of the screen
 */

/*mobile responsive*/






/*--------------------------------------------------------------
 
Mobile navigation
--------------------------------------------------------------*/










/*hamburger -footermenu*/

.menu-widget{
	position: absolute;
    bottom: 0;
	
}

.menu-widget .social-icon{
	background:none!important;
}

/*body fonts and size*/

body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #545454;
	margin: 0;
  padding: 0;
	overflow-x:hidden;
		
}

#main{
	
   position:relative;
}

.has-medium-font-size{
	font-family: 'Roboto', sans-serif !important;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #f1a830;
    margin-top: 25px;
    margin-bottom: 15px;
	
}
.has-huge-font-size, .has-larger-font-size{
font-family: "Roboto" !important;
	font-size: 32px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.21;
    letter-spacing: 1vw;
    /* text-align: center; */
    color: #f1a830!important;
    
	}





a:link, a:visited {
    color: #4285f4;
}

p {
    line-height: 1.7em;
	font-family: 'Roboto', sans-serif;
	font-size:15px;
}

div.container {
    max-width: 1100px;
    margin: 0 auto;
}

article.post {
    border-bottom: 4px dashed #ecf0f1;
}

article.post:last-of-type {
    border-bottom: none;
}



.site-footer {
    border-top: 3px solid #000;
	bottom: 0;
    width: 100%;
    position: relative;
    background-color: #000;
    line-height: 5vh;
   position:relative;
    opacity: 0.9 !important;
	padding: 20px;
}
/*
.sow-features-feature{
	background-color: white;
    border-color: #ececec;
    border-style: solid;
    border-width: 0.5px;
    border-radius: 1%;
    display: inline-block;
    float: left;
    padding: 20px!important;
        margin-left: 10px;
    margin-right: 10px;
    width: 31%!important;
}
*/
.sow-features-feature h3{
	text-align:center;
}
.sow-features-feature .sow-more-text{
	padding: 15px;
    background: #f1a830;
    width: 190px;
    border-radius: 5px;
    font-size: 18px;
    color: #fff;
	margin: auto;
}

.trialform1{
	 outline: none;
    font-weight: 100;
    font-size: 16px;
    font-family: 'Roboto';
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    background-color: #edecea !important;
    border-bottom-color: #949090 !important;
    padding: 17px 0px 0px 3px!important;
    border-width: 1px !important;
    margin-left: 10px;
    width: 94%;
}




#wpcf7-f635-p632-o1 p:last-child{
	text-align: center;
    width: 700px;
	 background: #ff0000;
    margin-top: 20px;
}
/*---mobile responsive css---8----*/
.jobc1{
width: 450px;
    margin-bottom: 15px;
    height: 39px !important;

    padding-left: 10px;
    padding-right: 10px;
    height: 39px !important;
}

.jobc2{
	width: 450px;
    padding: 10px;
	margin-bottom: 15px;
}

#wow-modal-close-1.mw-close-btn.image:before{
	background:none!important;
	color:#aea3a3!important;
}


#wow-modal-overlay-2{
	z-index:5!important;
}



@media only screen and (max-width: 720px) {
	
	
	#wow-modal-window-1{
		height: auto;
    top: 10%;
    left: 0%;
    right: 0%;
    padding: 0px!important;
    border-width: 10px!important;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    position: absolute!important;
    border-radius: 5px;
		
	}
	.jobc1 {
    width: 245px;
		margin-bottom: 5px;
		}
	.jobc2{
	width: 245px;
    padding: 10px;
	margin-bottom: 15px;
}
	.site-header img{
		width: 33%!important;
	}
	#menuToggle span{
		    width: 46px;
    /* height: 0px; */
    margin-bottom: 9px;
	}
	#menuToggle{
		top: -50px;
	}
	#menuToggle input:checked ~ ul{
	    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    overflow-x: hidden;
    padding: 50px;
    padding-top: 25px;
	}
	#menu{
		margin: -60px 0 0 -280px;
	}
	#menu li a{
		font-size: 18px;
    font-weight: 100;
    line-height: 0px;
	}
	.menu-widget{
		    bottom: 40px;
	}
	.menu-widget p{
		font-size:18px;
	}
	
	/*
	.fl-heading{
		font-family: Code-light;
    color: #f2b145;
    letter-spacing: 1vw;
    font-weight: 800;
    margin-left: 29px;
    margin-top: 25px;
    font-size: 36px;
	}
	*/
	.headercenter{
		    padding-left: 20px;
    padding-right: 20px;
	}
	
	.headercenter{
		top: 0px;
	}
	
	.site-header{
		height: 50px;
	}
	.menu-widget{
		position: relative;
		bottom:0px;
	}
	.headerspace{
		    height: 100px;
	}
	
	.wpsisac-slick-slider.design-4 .wpsisac-image-slide .wpsisac-slide-wrap .wpsisac-content-left{
		padding: 20px 0px;
	}
	

	
	.trialform1{
		width: 86%!important;
	}
	
	#wpcf7-f635-p632-o1 form p{
	width:290px!important;
	float:left;
	}
	
	.headerspace2{
		height: 100px;
	}
	.fl-node-60be26deaac2b .fl-col-small{
		width: 150px!important;
		word-wrap: break-word;
		float: left;
		clear: none!important
	}
	
	.fl-node-60be26deaac2b{
		    display: block!important;
		margin: auto;
    width: 90%;
	}
	.fl-builder-content .fl-node-60be2877f23d2 a.fl-button{
		width:100%;
	}
	
	
	.fl-node-60be26deaac2b .fl-button{
		height: 100px;
	}
	
	.fl-node-60be26deaac2b .fl-button-text{
		font-size: 16px;
	}
	
	.fl-builder-content .fl-button i{
		font-size: 1.5em!important;
   
    width: 100%!important;
	}
	
	.dashicons, .dashicons-before:before{
		font-size: 1.1em!important
	}
	
	.fl-col-small{
		width: 100%!important;
		word-wrap: break-word;
		float: left;
		clear: none!important
	}
	.fl-testimonial p{
		
		width:80%;
	}
	.homeimage{
		position: absolute!important;
    top: -11%!important;
    width: 83%!important;
    left: 9%!important;
	}

	.reg-fixed{
		    position: fixed;
    width: 100%;
    top: 70px!important;
    z-index: 59;
	}
	
	.fl-builder-content .fl-node-61289aa55f969 a.fl-button, .fl-builder-content .fl-node-61289aa55f969 a.fl-button:visited{
		  font-size: 14px;
		
	}
	
	.fl-builder-content .fl-node-60c0e21c0a51f a.fl-button, .fl-builder-content .fl-node-60c0e21c0a51f a.fl-button:visited{
		    font-size: 14px;
	}
	.fl-builder-content .fl-node-60bf495aab4b0 a.fl-button, .fl-builder-content .fl-node-60bf495aab4b0 a.fl-button:visited{
		font-size: 14px;
	}
	.fl-builder-content .fl-node-60c3888a10784 a.fl-button, .fl-builder-content .fl-node-60c3888a10784 a.fl-button:visited{
		font-size: 14px;
	}
	.fl-builder-content .fl-node-60c38936160ea a.fl-button, .fl-builder-content .fl-node-60c38936160ea a.fl-button:visited{
		font-size: 14px;
	}
	.fl-builder-content .fl-node-60c38994b0497 a.fl-button, .fl-builder-content .fl-node-60c38994b0497 a.fl-button:visited{
		font-size: 14px;
	}
	
	.fl-builder-content .fl-node-61289aa55f969 a.fl-button{
		
			padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
	}
	.fl-builder-content .fl-node-60c0e21c0a51f a.fl-button{
		padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
	}
	.fl-builder-content .fl-node-60bf495aab4b0 a.fl-button{
		padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
	}
	.fl-builder-content .fl-node-60c3888a10784 a.fl-button{
		padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
	}
	.fl-builder-content .fl-node-60c38936160ea a.fl-button{
		padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
	}
	.fl-builder-content .fl-node-60c38994b0497 a.fl-button{
		padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
	}
	
	.modal-window-content h2{
		font-size: 24px;
	}
	.signup-padding{
		padding-left: 27px!important;
	}
	
	.so-widget-sow-features-default-73e6adee2546 .sow-features-list.sow-features-responsive .sow-features-feature{
		height:650px!important;
		
		margin: 0px 0px 20px 0px!important;
	}

	.so-widget-sow-features-default-73e6adee2546 .sow-features-list .sow-features-feature .textwidget > p.sow-more-text{
		text-align: center;
		
    left: 18%!important;
    bottom: 20px!important;
	}
	.so-widget-sow-features-default-73e6adee2546 .sow-features-list.sow-features-responsive .sow-features-feature:nth-child(2){
		height:700px!important;
	}
	
	.runman{
		width: 33%!important;
    float: left;
    margin-right: 0px!important;
    padding: 12px;
    object-fit: contain;
	}
	.signupform h1, h3, h4{
		font-size: 17px;
	}
	.signupform h3 a{
	text-align: center!important;
	}
	
	.site-footer p{
	
    padding-left: 10px!important;
   
	}
	
	
	
	#commonvideo2{
		width:100%;
		height:100%;
	}
	
	.wpcf7-form span{
		font-size: 15px!important;
	}
	.signup-padding .recaptcha .wpcf7-not-valid-tip{
		margin-top: 10px!important;
	}
	#wpcf7-f635-p632-o1 .wow-col{
		display: block!important;
    flex-wrap: wrap;
	}
	
	#contact-form-1223 .wpcf7-list-item{
	width: 100%!important;
	}
		
	#contact-form-1224 .wpcf7-list-item{
	width: 100%!important;
	}
	#contact-form-1225 .wpcf7-list-item{
	width: 100%!important;
	}
	#contact-form-1226 .wpcf7-list-item{
	width: 100%!important;
	}
	#contact-form-1227 .wpcf7-list-item{
	width: 100%!important;
	}
	   
	#contact-form-1223 {
		margin-top: 40px!important;
	}
		#contact-form-1224 {
		margin-top: 40px!important;
	}
	#contact-form-1225 {
		margin-top: 40px!important;
	}
	#contact-form-1226 {
		margin-top: 40px!important;
	}
	#contact-form-1227 {
		margin-top: 40px!important;
	}
	
	#wow-modal-window-6{
		top: 10%important;
	}
		#wow-modal-window-7{
		top: 10%important;
	}
	#wow-modal-window-8{
		top: 10%important;
	}
	#wow-modal-window-9{
		top: 10%important;
	}
	#wow-modal-window-10{
		top: 10%important;
	}
}



/*-Fullscreen css*/
.wp-block-column p{
	 color: #666666!important;
}
..wpsisac-slide-wrap .wpsisac-readmore a.wpsisac-slider-readmore{
	padding: 10px 10px;
    background: rgb(241 168 48);
    text-decoration: none !important;
    color: #fff;
    border: 1px solid #fff;
}
.wpsisac-bg-overlay{
	width: 31%;
	padding:20px;
	height: 550px;
    background-color: white;
    border-color: #ececec;
    border-style: solid;
    border-width: 0.5px;
    border-radius: 1%;
    display: inline-block;
    float: left;
	margin-right: 15px;
    margin-left: 15px;
}

.wpsisac-readmore{
	    margin-bottom: 20px;
        bottom: 0;
        position: absolute;
        left: 33%;
}

.wpsisac-slide-title2{
	font-family: 'Roboto',sans-serif !important;
    font-size: 20px;
    color: #f1a830!imporant;
	padding:20px;
	text-align: center;
}



.wpsisac-slide-wrap .wpsisac-readmore a.wpsisac-slider-readmore{
	padding: 10px 10px;
    background: rgb(241 168 48);
    text-decoration: none !important;
    color: #fff;
    border: 1px solid #fff;
}
.wpsisac-slick-carousal-wrp .2psisac-slide-title{
	    color: #666666!important;
}
.wpsisac-image-slide{
	width:100%!imporant;
}
.wpsisac-image-slide-wrap{
	100%;
	}

.slick-track{
	width:100%!imporant;
}


	
.wpsisac-slick-carousal-wrp .wpsisac-slider-short-content p{
	 color: #666666!important;
}



.orangebg{
	    background-color: #f1a830;
	padding: 30px;
}
.wp-block-cover__image-background{
	object-fit: contain!important;
}


.facts-section{
	z-index:0;
}
/*footer*/

.signupemail{
	height: 50px;
    border-right: 0px;
    border: 1px solid #dedede;
	    padding-left: 10px;
    padding-right: 10px;
	
}
.signupbottomsubmit{
	    height: 50px;
    background-color: #F2B145;
    border: 0px;
    color: #fff;
    padding-left: 40px;
    padding-right: 40px;
	
}

.signupsubmit{
	    height: 50px;
    background-color: #F2B145;
    border: 0px;
    color: #fff;
    padding-left: 40px;
    padding-right: 40px;
	border-radius: 4px;
}

#wow-modal-window-8 .email-192{
	border-radius: 10px;
}

.signupform a, a:link, a:visited{
	color: #f2b145;
}

.signupform h1, h3, h4{
	margin-left: 20%;
	font-size: 24px;
}

.orangeleft h1, h3, h4{
margin-left: 0px;
	
}
.runman{
	    width: 20%;
    float: left;
    margin-right: 30px;
    padding: 12px;
	object-fit:contain;
}

.signupform{
	position: absolute;
    bottom: 100px;
    width: 80%;
    left: 10%;
    margin: 0 auto;
    background: #fff;
    z-index: 2;
	box-shadow: 0px -2px 5px #e5e4e4;
	
}
.site-footer{
	
	list-style-type: none;
  margin: 0;
  padding: 10px;
  overflow: hidden;

}
.site-footer p{
color:#fff;
	
	
	font-size:14px!important;
	
}

.cnss-social-icon {
	    
    
padding-right: 100px!important;
}



.site-footer ul {
	    width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
 padding: 20px 0px 20px 0px;
	float: left;
}

.site-footer li {
  float: left;
}

.site-footer li a {
  display: block;
  color: #fff;
	line-height:25px;
  text-align: center;
  padding-left: 16px;
	  padding-right: 16px;
	border-right:1px solid #CACAC2;
  text-decoration: none;
	font-size:14px;
}

.site-footer li a:hover {
  
}

.bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager{
	    bottom: -150px;
}

.homeimage{
	animation-duration: 1s;
    position: absolute;
      top: -100px;
    width: 60%;
    left: 20%;
 
	
}

.orangeleft{
	
	background-image: url(https://mindzen.com/wp-content/uploads/2021/08/client-bg.png);
    background-repeat: no-repeat;
    background-color: #e4e8e8;
}

.fl-testimonial{
	width:460px;
}

.fl-testimonials-wrap{
	
background-image: url(https://mindzen.com/wp-content/uploads/2021/06/testimonial-bg.svg);
    background-repeat: no-repeat;
    background-position: top;
    background-position-y: 60px;
    background-position-x: 0px;
  
    padding-left: 60px;
    
   
    width: 560px;
    height: 410px;
  	
}

.circle{
	border-radius: 50%;
}

.fl-rich-text li{
	margin-bottom: 15px;
}

.eb-player a::before{
	content: url(https://mindzen.com/wp-content/uploads/2021/06/Group-1336.svg);
   
    position: absolute;
    width: 100%;
    margin: auto;
    top: 40%;
}

.core-player a::before{
	content: url(https://mindzen.com/wp-content/uploads/2021/06/Group-1336.svg);
   
    position: absolute;
    width: 100%;
    margin: auto;
    top: 40%;
}


.reg-fixed{
	    animation-duration: 1s;
    position: fixed;
    width: 100%;
    top: 100px;
    z-index: 50;
}




.signup-padding{
	padding-left: 40px;
	padding-right:40px;
    padding-top: 10px;
    padding-bottom: 20px;
}

#wow-modal-window-3{
box-shadow: 5px 2px 25px #e5e4e4!important;

}

#wow-modal-close-3.mw-close-btn.image:before{
	width: 54px!important;
    height: 44px!important;
    line-height: 35px!important;
	font-size: 42px!important;
}

#wow-modal-window-4{
	top: 10%!important;
box-shadow: 5px 2px 25px #e5e4e4!important;
	
}

#wow-modal-window-5{
	top: 10%!important;
box-shadow: 5px 2px 25px #e5e4e4!important;
	
}
#wow-modal-window-6{
	top:10%!important;
box-shadow: 5px 2px 25px #e5e4e4!important;
	
}

#wow-modal-window-7{
	top: 10%!important;
box-shadow: 5px 2px 25px #e5e4e4!important;
	
}

#wow-modal-window-8{
	top: 10%!important;
box-shadow: 5px 2px 25px #e5e4e4!important;
	
}
#wow-modal-window-9{
	top: 10%!important;
box-shadow: 5px 2px 25px #e5e4e4!important;
	
}
#wow-modal-window-10{
	top: 10%!important;
box-shadow: 5px 2px 25px #e5e4e4!important;
	
}

#wow-modal-window-4 .signup-padding{
	padding-top: 10px;
}

.careers-section .sow-features-feature{
	width: 30%!important;
   height: 550px;
	
    margin: 20px;
    border: 1px solid #f0f0f0;
    padding: 20px!important;
}

.sp-logo-carousel-section-title{
	display:none;
}

.signup-padding .wpcf7-response-output{
	
 width: 80%;
    bottom: 0px
    border: 3px solid #8AC007;
}
.signup-padding .recaptcha .wpcf7-not-valid-tip{
	margin-top:30px;
}
.signup-padding .recaptcha{
	    top: 0px;
}

.signupemailm1{
	width: 100%!important;
   
	float: left;
    border: 1px solid #ccc;
    border-radius: 4px;
	padding-left: 10px;
    padding-right: 10px;
}



#contact-form-1225.signupw{
	width: 100%;
    margin-top: 65px;
    margin-bottom: 20px;
    position: relative;
    float: left;
}
#contact-form-1225 .signupsubmit{
	margin-top:100px;
}

#contact-form-1225 .p{
font-size: 14px!important;
}
.wpcf7 form .wpcf7-response-output{
	margin:0px!important;
}


.wpcf7 form.sent p{
	display:none;
}

.wpcf7 form.init p{
	display:block;
}

.wpcf7 form .wpcf7-response-output{
	border: 0px!important;
}

.wpcf7 form.sent .wpcf7-response-output{
	border: 0px!important;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output{
	border: 0px!important;
}

.so-widget-sow-features-default-73e6adee2546 .sow-features-list.sow-features-responsive .sow-features-feature{
		
		height: 600px;
		margin: 0px 0px 0px 20px;
	}

	.so-widget-sow-features-default-73e6adee2546 .sow-features-list .sow-features-feature .textwidget > p.sow-more-text{
		text-align: center;
		position: absolute;
    left: 25%; 
		bottom:20px;
	}

.so-widget-sow-features-default-73e6adee2546 .sow-features-list .sow-features-feature .sow-icon-container{
	
	margin-top: 0!important;
}
.so-widget-sow-features-default-73e6adee2546 .sow-features-list .sow-features-feature .textwidget{
	margin: 0!important;
	height: 100%;
}

.rc-anchor{
	width:220px;
}
mycss #rc-anchor-container{
	width:220px!important;
}
.fl-node-60be26deaacf2{
	width:auto;
}
.fl-node-60be26deaacf5{
	width:auto;
}
.fl-node-60be26deaacf8{
	width:auto;
}
.fl-node-60be26deaacf9{
	width:auto;
}
.fl-node-60be26deaacfa{
	width:auto;
}
.fl-node-60be26deaac2b{
	display: flex;
    justify-content: center;
    align-items: center;
}

.more1234{
	margin-top: 10px;
    text-align: right;
    float: left;
    width: 100%;
}


#contact-form-1223 .wpcf7-list-item{
	width: 47%;
	text-align:left;
}


#contact-form-1224 .wpcf7-list-item{
	width: 50%;
}
#contact-form-1225 .wpcf7-list-item{
	width: 50%;
}


#contact-form-1226 .wpcf7-list-item{
	width: 50%;
}
#contact-form-1227 .wpcf7-list-item{
	width: 50%;
}
.wpcf7 p{
	line-height: 2.5em;
}

#wow-modal-window-6{
	border-radius: 25px!important;
}

#wow-modal-close-6.mw-close-btn.image:before{
	border-radius: 0 25px 0px 0px!important;
	color: #716e6e!important;
	background:none!important;
}
#contact-form-1223 p:nth-child(2) {
	    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}
#contact-form-1223 label{
	font-weight:100!important;
}

.email-192 input{
	width: 65%;
}

#wow-modal-window-6{
	border-radius: 25px!important;
}

#wow-modal-close-7.mw-close-btn.image:before{
	border-radius: 0 25px 0px 0px!important;
	color: #716e6e!important;
	background:none!important;
}
#contact-form-1223 p:nth-child(2) {
	    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}
#contact-form-1223 label{
	font-weight:100!important;
}

#wow-modal-close-9.mw-close-btn.image:before{
	border-radius: 0 25px 0px 0px!important;
	color: #716e6e!important;
	background:none!important;
}
#wow-modal-close-10.mw-close-btn.image:before{
	border-radius: 0 25px 0px 0px!important;
	color: #716e6e!important;
	background:none!important;
}
#wow-modal-close-11.mw-close-btn.image:before{
	border-radius: 0 25px 0px 0px!important;
	color: #716e6e!important;
	background:none!important;
}
#wow-modal-close-12.mw-close-btn.image:before{
	border-radius: 0 25px 0px 0px!important;
	color: #716e6e!important;
	background:none!important;
}
#wow-modal-close-13.mw-close-btn.image:before{
	border-radius: 0 25px 0px 0px!important;
	color: #716e6e!important;
	background:none!important;
}
#wow-modal-close-14.mw-close-btn.image:before{
	border-radius: 0 25px 0px 0px!important;
	color: #716e6e!important;
	background:none!important;
}

#wow-modal-close-15.mw-close-btn.image:before{
	border-radius: 0 25px 0px 0px!important;
	color: #716e6e!important;
	background:none!important;
}

#wow-modal-close-16.mw-close-btn.image:before{
	border-radius: 0 25px 0px 0px!important;
	color: #716e6e!important;
	background:none!important;
}


#wow-modal-close-8.mw-close-btn.image:before{
	border-radius: 0 25px 0px 0px!important;
	color: #716e6e!important;
	background:none!important;
}
#contact-form-1225 p:nth-child(2) {
	    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}
#contact-form-1225 label{
	font-weight:100!important;
	font-size:14px;
}
#contact-form-1225 span{
	font-size:14px;
}

#contact-form-1225 .wpcf7-list-item{
	width: 47%;
    text-align: left;
}

.sproket{
	display:none;
}

#wpfront-scroll-top-container{right: 14px;bottom: 103px;!important}
@media only screen and (max-width: 720px){
	#wpfront-scroll-top-container{right: 14px;bottom: 103px;!important}
}
#wow-modal-window-6{
	 transform: scale(1, 1);
	 animation-name: model6window;
  animation-duration: 1s;
}
@keyframes model6window {
  from {transform: scale(0.5, 0.5);}
  to {transform: scale(1, 1);}
}

.myinput[type="checkbox"]:after {
	border-color: #ccc!important;
  content: "";
 background-color:#ccc!important;
	
}

.exitpopup{
	height: 180px;
    margin: auto;
    width: 50%;
    line-height: 180px;
    text-align: center;
}

.sow-features-feature .textwidget > h5{
	margin:2px 2px 20px 2px!important;
}

#wow-modal-close-13.mw-close-btn.text:before{
	
	color: #878787!important;
	background:none!important;
}


.fl-node-61403a69eee7f .fl-module-content{
	margin: 0px!important;
}

.fl-node-61403a69eee7f .fl-module-content .buttonf{
	    float: right;
}



.single .content-area{
	    width: 60%;
    margin-left: 5%;
    float: left;
    margin-bottom: 100px;
}

.archive .site-content{
	    width: 60%;
    margin-left: 5%;
    float: left;
    margin-bottom: 100px;
}

#secondary{
	
    width: 30%;
    float: right;
    margin-bottom: 100px;
}
#secondary li{
	padding: 20px;
    border-bottom: 2px solid #ccc;
    width: 250px;
}

#secondary a:hover{
	color:#545454;
}

.archive .site-content a:hover{
	color:#545454;
}
.blogbox{
	    width: 50%;
    float: left;
    padding: 20px;
}

.size-single-post-thumbnail{
    object-fit: cover;
    width: 100%;
    height: 180px;
    margin: 0 0 12px;
	
}

.single .content-area .wp-post-image{
object-fit: cover!important;
    width: 100%!important;
    height: 200px!important;
    padding-bottom: 10px;
	
}

.form-submit .submit{
	    color: #ffffff;
    font: caption;
    border: 1px solid #ec9e0f;
    border-radius: 5px;
    padding: 10px;
    background-color: #f2b145;
}

.comment-form-comment textarea{
	    width: 100%;
}
/*---tablet---*/




@media (min-width: 768px)and(max-width: 1024px){
	
	
	
	.so-widget-sow-features-default-e82ba3c763b5 .sow-features-list .sow-features-feature .sow-icon-container [class^="sow-icon-"], .so-widget-sow-features-default-e82ba3c763b5 .sow-features-list .sow-features-feature .sow-icon-container .sow-icon-image{
		background-size: 200px 200px!important;
	}
	
	.fl-testimonial{
		width: 305px!important;
    padding: 20px;
	}
	
	.fl-builder-content .fl-node-60be277922c26 a.fl-button, .fl-builder-content .fl-node-60be277922c26 a.fl-button:visited, .fl-builder-content .fl-node-60be277922c26 a.fl-button *, .fl-builder-content .fl-node-60be277922c26 a.fl-button:visited *{
		width: 100%;
		
	}
	.fl-builder-content .fl-node-60be286b79773 a.fl-button, .fl-builder-content .fl-node-60be286b79773 a.fl-button:visited, .fl-builder-content .fl-node-60be286b79773 a.fl-button *, .fl-builder-content .fl-node-60be286b79773 a.fl-button:visited *{
		width: 100%;
		
	}
	.fl-builder-content .fl-node-60be2877f23d2 a.fl-button, .fl-builder-content .fl-node-60be2877f23d2 a.fl-button:visited, .fl-builder-content .fl-node-60be2877f23d2 a.fl-button *, .fl-builder-content .fl-node-60be2877f23d2 a.fl-button:visited *{
		width: 100%;
		
	}
	.fl-builder-content .fl-node-60be288c39cd4 a.fl-button, .fl-builder-content .fl-node-60be288c39cd4 a.fl-button:visited, .fl-builder-content .fl-node-60be288c39cd4 a.fl-button *, .fl-builder-content .fl-node-60be288c39cd4 a.fl-button:visited *{
		width: 100%;
	
	}
	.fl-builder-content .fl-node-60be289298d57 a.fl-button, .fl-builder-content .fl-node-60be289298d57 a.fl-button:visited, .fl-builder-content .fl-node-60be289298d57 a.fl-button *, .fl-builder-content .fl-node-60be289298d57 a.fl-button:visited *{
		width: 100%;
	
	}
	
	
}

@media (min-width: 520px) and  (max-width: 1024px){
	
	.fl-post-slider-content{
		    top: -170px;
	}
	
	.so-widget-sow-features-default-e82ba3c763b5 .sow-features-list .sow-features-feature.sow-icon-container-position-top{
		width: 48%!important;
		padding: 20px;
	}
	
	.fl-node-607fa4e18fbf9 > .fl-row-content-wrap{
		min-height:30vh!important;
		
	}
	
	.so-widget-sow-features-default-e82ba3c763b5 .sow-features-list .sow-features-feature:nth-of-type(3n + 1){
		clear: none!important;
	}
	
}

.tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.fl-builder-content .fl-node-60be277922c26 a.fl-button, .fl-builder-content .fl-node-60be277922c26 a.fl-button:hover .fl-button-text.tooltiptext {
  visibility: visible;
  opacity: 1;
}

.fl-testimonial{
	padding-right:35px!important;
}

.wpcf7-form label{
	font-family: Roboto!important;
font-size: 14px!important;
color: #33475b;
	font: caption;
	margin-bottom:0px;
}

.wpcf7-form button, input, select, textarea{
	font-family: Roboto!important;
font-size: 14px!important;
color: #33475b;
	font: caption;
	border: 1px solid #ccc;
    border-radius: 5px;
}

.wpcf7-form .wpcf7-file{
	border:0px;
	padding: 10px
}
.wpcf7-form .wpcf7-submit{
	    margin-top: 20px;
    padding: 15px;
    background: #ff0000;
    color: #fff!important;
	border-radius: unset;
    border: 0px;
	font-size: 18px!important;
}
.jobheader{
font-family: Roboto!important;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 16px;

}

button{
	font: caption!important;
}
.hs-button{
	font: caption!important;
}

.wpcf7 form.sent span{
	display:none;
}

#wow-modal-window-12{
	max-height: 100%!important;
    overflow-y: auto!important;
}


#wow-modal-window-15{
	max-height: 100%!important;
    overflow-y: auto!important;
}



#wow-modal-window-16{
	max-height: 100%!important;
    overflow-y: auto!important;
}


.wpcf7 form.sent h3{
	display:none!important;
}

.sow-more-text{
	    padding: 15px!important;
    background: #f1a830;
    width: 190px;
    border-radius: 5px;
    text-align: center;
    margin: auto;
}

.sow-more-text a{
	    color: #fff;
}

.fl-photo-img-svg{
	width: 300px;
    
}



.hs-input{
	    color: #33475b!important;
}

.uilist{
	height: 400px;
}

.buttonf{
	    padding: 20px;
    font-weight: 500;
    color: #ffffff!important;
    line-height: 18px;
    text-decoration: none!important;;
    font-size: 20px;
    border: 1px solid #e6a539;
    border-top-left-radius: 5px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 0px;
    box-shadow: -2px 3px 4px 0px rgb(0 0 0 / 19%);
    background: #F2B145;
}
.buttonf:hover{
	 text-decoration: none!important;;
}
.buttonf:active{
	 text-decoration: none!important;;
}
.buttonf:visited{
	 text-decoration: none!important;;
}
a, a:link, a:visited{
	 color: #ff0000;
    text-decoration: underline;
	text-underline-offset: 0.15em;
}
.buttonm{
	    padding: 15px;
    font-weight: 500;
    color: #ffffff!important;
    line-height: 18px;
    text-decoration: none!important;;
    font-size: 18px;
    border: 1px solid #e6a539;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: -2px 3px 4px 0px rgb(0 0 0 / 19%);
    background: #F2B145;
}

	.fl-node-607fa4e18fbf9 > .fl-row-content-wrap{
	background-position-y: 220px!important;
}
.fl-builder-content .fl-node-613ef771aa7ec .fl-rich-text, .fl-builder-content .fl-node-613ef771aa7ec .fl-rich-text *{
	text-align: right;
}


}
@media only screen and (max-width: 768px) {
.buttonf{
    padding: 10px;
    font-weight: 500;
    color: #ffffff!important;
    line-height: 18px;
    text-decoration: none!important;
    font-size: 14px;
    border: 1px solid #e6a539;
    border-top-left-radius: 5px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 0px;
    box-shadow: -2px 3px 4px 0px rgb(0 0 0 / 19%);
    background: #F2B145;
}
	.uilist{
	height: 100%;
}
	.fl-node-60be26deaac2b{
		margin-top: -40px;
	}
	
	.fl-node-607fa4e18fbf9 > .fl-row-content-wrap{
	background-position-y: 450px!important;
  }
	
	.fl-node-607fa4e18fbf9 > .fl-row-content-wrap{
		    padding-bottom: 90px;
	}
	
	.fl-photo-content img{
		display: inline!important;
    height: 100vh!important;
    object-fit: cover!important; 
    object-position: 84% 100%!important;
	}
	.fl-post-slider-content{
		top: -180px;
	}

}

/*animation-poster

.fl-slide-text{
	padding-top: 60%;
}

.fl-slide-0 .slide-title{
  
    
    top: 0px;
    bottom: 140px;
    left: 0;
    right: 0;
    margin: auto!important;
   height:0px;
	font-size: 34px;
    font-family: 'Shadows Into Light', cursive;

	 	  animation-name: fl-post-slider-title-example1;
    -webkit-animation-name: fl-post-slider-title-example1;

    animation-duration: 2s;
    -webkit-animation-duration: 2s;
	
	  animation-delay: 2s;
    -webkit-animation-delay: 2s;

    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;

     animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
	
}

.fl-slide-1 .slide-title{

  top:-1000px;

	  animation-name: fl-post-slider-title-example2;
    -webkit-animation-name: fl-post-slider-title-example2;

    animation-duration: 2s;
    -webkit-animation-duration: 2s;
	
	  animation-delay: 1s;
    -webkit-animation-delay: 1s;

    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;

     animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
	
}

.fl-slide-0 .textmk{

	    
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto!important;
    height: 120px;


	
	  animation-name: fl-post-slider-feed-content-example;
    -webkit-animation-name: fl-post-slider-feed-content-example;

    animation-duration: 2s;
    -webkit-animation-duration: 2s;
	
	  animation-delay: 2s;
    -webkit-animation-delay: 2s;

    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;

     animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
	
}

.fl-slide-1 .textmk{

	text-align:left;
  bottom: -1000px;

	
	  animation-name: fl-post-slider-feed-content-example2;
    -webkit-animation-name: fl-post-slider-feed-content-example2;

    animation-duration: 2s;
    -webkit-animation-duration: 2s;
	
	  animation-delay: 2s;
    -webkit-animation-delay: 2s;

    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;

     animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
	
}
.buttonmk{




    top: 140px;
    bottom: 0;
    left: 0px;
    right: 80%;
    margin: auto!important;
    height: 40px;
    width: 100px;

	
	  animation-name: fl-post-slider-button-example;
    -webkit-animation-name: fl-post-slider-button-example;

    animation-duration: 2s;
    -webkit-animation-duration: 2s;
	
	  animation-delay: 3s;
    -webkit-animation-delay: 3s;

    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;

     animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
	
	
}

@keyframes fl-post-slider-title-example1{
	0%  {top: -1000px;}
	100%  {top: -70px; }
	
}

@keyframes fl-post-slider-title-example2{
	0%  {top: -1000px;}
	100%  {top: 10px; }
}
@keyframes fl-post-slider-feed-content-example {
	0%  { bottom: -1000px; }
   100%  {   bottom: -100px; }
}
@keyframes fl-post-slider-feed-content-example2 {
	0%  { bottom: -1000px; }
	100%  {   bottom: -130px;}
}
@keyframes fl-post-slider-button-example {
	0%  { left:-800px;}
   100%  {   left:0px; }
}
*/

.fl-slide-foreground{
	width: 100%;
    height: 100vh;
    vertical-align: middle;
    position: absolute;
    top: 30%;
    margin: 5%!important;
}

.fl-button{
	background: #ff0000!important;
   border:0px!important;
	border-radius: 0px!important;
	color: #fff!important;
}

.fl-button a{
	
    color: #fff!important;
   
}
.fl-button a:visited{
	
    color: #fff!important;
   
}

.fl-slide-text p{
	text-align:left;
}


.wonderplugin-gridgallery-item-container{
	border: 10px solid #fff;
}
@media only screen and (max-width: 768px){
	
	.hamburgermenu .change .bar1{
		background-color: #000;
	}
	
	.about-gallery{
		padding:0px;
	}
	
	.site-header.active img{
		    top: -20px!important;
		    width: 40%!important;
	}
	
	.pbWrapper{
		width:100%;
	}
	.fl-photo-content img{
		
    max-width: 100%;
    object-fit: contain;
	}
	.fl-post-slider-content{
		top: -450px;
    left: 10px;
    width: 80%;
    height: 160px;
	}
	.fl-post-slider-content p{
	text-align: left;
	}
	.fl-post-slider-content a{
		pointer-events: none;
	}
	
	.fl-photo-content a{
		pointer-events: none;
	}
	
	
	.bx-viewport{
		height:100vh!important;
		top:-100px;
	}
	
	.fl-slide-content{
		left: 30px;
    width: 70%!important;
    
		z-index: 2;
    position: absolute;
		background-color: none!important;
	}
	
	.buttonmk{
	top: 200px;
	}
	
	
	.fl-slide-bg-photo{
		width: 100%;
    height: 100vh;
	}
	
	.headercenter{
	position: relative;
   top: 20px;
	padding-left: 15px!important;
    padding-right: 15px!important;
	
}

	
}


.videobutton{
	    position: absolute;
   top: -60px;
    left: 0px;
    width: 330px;
    height: 100%;
    background: url(https://navarasa.org/wp-content/plugins/new-album-gallery/assets/img/playvideo-64-64-0.png) no-repeat center center;
}

.stack:before, .stack:after{
	    width: 260px!important;
}

.wp-block-columns{
	margin-bottom:0px !important;
}
.albumtitle{
	    width: 100%!important;
	font-size: 18px!important;
}

.group{
	/*width: 260px;*/
	text-align: center;
}

.stack{
	
    width: 100%!important;
    padding: 0px!important;
    margin: 0px!important;

}
.stack:before, .stack:after{
	left: 40px!important;
}
#album_gallery_339{
	    width: 100%;
    /* float: left; */
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
	
}


.col33{
	    width: 33%;
    float: left;
}

#album_gallery_339 .hide{
	display:block!important;
}

.perf .stack:before, .stack:after{
	    left: 10px!important;
}

.perf .stack:before, .stack:after{
	    width: 130px!important;
}

.fl-slide-bg-link{
	display:none;
}
.on #pbCloseBtn{
	    top: 28px!important;
    right: -2px!important;
}
.fl-slide-title{
	text-align:left;
}


/*timetable shedule*/

.mptt-shortcode-row-13, .mptt-shortcode-row-14, .mptt-shortcode-row-15 {
	display:none;
}


/*class-box-left and right*/

.left-color {
    background-color: #f5f5f5;
    border-radius: 24px;
    box-shadow: 0px 2px 10px #e1e1e1;
    margin-right: 20px;
    margin-bottom: 20px;
}

.right-color {
    background-color: #f5f5f5;
    border-radius: 24px;
    box-shadow: 0px 2px 10px #e1e1e1;
    margin-right: 20px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
    .left-color, .right-color {
        margin: 10px;
    }

	.mptt-column:nth-child(1) .mptt-events-list .timeslot .timeslot-start {
		display:none;
	}
	.mptt-column:nth-child(4) .mptt-events-list .timeslot .timeslot-start {
		display:none;
	}
	.mptt-column:nth-child(5) .mptt-events-list .timeslot .timeslot-start {
		display:none;
	}
}

/*time-table*/

thead th:nth-child(1) {
 display:none;
}
.mptt-shortcode-table{
	width: 100%;
}
.mptt-shortcode-wrapper .mptt-shortcode-table tbody td.mptt-shortcode-hours{
 display:none;
}
.timeslot-delimiter, .timeslot-end{
 display:none;	
}


table, th, td, thead, tbody {
  border: 0.5px solid #e8e8e8 !important;
}

.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container{
outline :none !important;
}

.timeslot{
    text-align: left;
}

.mptt-inner-event-content b, strong{
color: unset;
}


.entry-content a{
color: #8b4271;
    text-decoration: underline;
  font-weight: bold;
  font-family: inherit;
}

.mptt-inner-event-content{
    text-align: left;

}

td{
height: 160px !important ;/* Ensures cells expand with content */
            word-wrap: break-word; /* Forces long text to wrap */
            white-space: normal; /
}

 .timeslot{

display:none;
}

.addressheight p{
line-height: 40px;
}

.mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container .event-description{
font-size: 0.95em;
}

thead th:nth-child(3) {
width: 60px !important;
}

thead th:nth-child(7) {
width: 60px !important;
}

.mptt-inner-event-content{
padding: 0px 10px;
}

