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

/*PUC-remove header*/

.site-header{
	display:none!important;
}
.headerspace2{
	display:none!important;
}
.headerspace{
	display:none!important;
}

.site-footer{
	background-color: rgb(0 0 0)!important;
}
/* Fonts-import */

.circle2 {
  margin-bottom: 1em;
  float: left;
  width: 256px;
  height: 256px;
  border: 3px dashed #a293c1;
  border-radius: 128px;
}
.circle2:first-of-type {
  margin-right: 32px;
}
.circle2 span {
  display: block;
  margin: -27px 0 9px;
}

.triangle2 {
  -webkit-animation: spin 8s linear infinite;
  -moz-animation: spin 8s linear infinite;
  animation: spin 8s linear infinite;
	

}
.triangle2:hover {
  background: rgba(0, 0, 0, 0.2);
}

.naive {
  margin-left: 17.14874px;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 0 110.85126px 192.00001px;
  border-color: transparent transparent rgba(255, 255, 255, 0.2);
}

.centred {
  position: relative;
  height: 256px;
  width: 256px;
}
.centred:after {
  content: "";
  position: absolute;
  top: 0;
  left: 17.14874px;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 0 110.85126px 192.00001px;
  border-color: transparent transparent #0773D0 transparent;
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  to {
    -moz-transform: rotate(360deg);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}



@font-face {
  font-family: Averta-CY;
  src: url(fonts/AvertaDemoPE-Regular.woff);
}


/*
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;
}
*/

h1, h2, h3{
	
	font-family: 'Averta-CY' !important;
}
h4{
	font-family: 'Averta-CY' !important;
	font-size: 18px!important;
	    line-height: 30px;
}



p{
	/*font-family: 'Roboto', sans-serif !important;*/
	    font-family: "Averta-CY",sans-serif;
	   color: #6f6f6f;
    font-size: 1.16667vw;
    letter-spacing: .04375em;
    line-height: 156%;
}


/*--nav--*/


.nav{
	
	float: right;
}

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

	
	}


.nav li {
  float: left;
	margin-right:30px;
}

.nav li a{
  display: inline-block;
  color: rgb(24, 163, 153);
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
	font-size:16px;
}
/*
.nav li a:hover, .menu-item-has-children:hover .menu-item-has-children::after {
      border-bottom: 2px solid #ea8844;
 
}
*/
.nav li:hover:after {
 content: '';
    border-bottom: 2px solid #06A399;
    width: 50px;
    display: block;
    margin: auto;
}
.current-menu-item::after{
	 content: '';
    border-bottom: 2px solid #06A399;
    width: 50px;
    display: block;
    margin: auto;
} 
.current-menu-parent::after
{
 content: '';
    border-bottom: 2px solid #f2b145;
    width: 50px;
    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: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
	
	    width: 280px;
}

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


.sub-menu li:hover {
  float: left;
	width: 100%;
	background-color: #E4E4E4;
}



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

.sub-menu li a{
	text-align: left;
	
}

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

.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: #1da399;
    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);
}
/*---header-screen--*/

.brand-left{
	top:-180px;
	left: 7%;
}

@media (min-width: 769px) and (max-width: 802px) {
	.nammatile{
	font-size: 75px!important;
	}
}
@media only screen and (max-width: 768px) {
.fl-node-626264fb1aff3.fl-module-heading .fl-heading{
	font-size: 62px;
 text-align: left;
}
	
	.nammatile{
	text-align:right!important;
	font-size: 27px!important;
}
	.scroller  {
		    height: 47px!important;
    line-height: 44px!important;

	}
	
	.scroller span {
font-size: 32px!important;

}
	
}

	
		.nammatile{
	text-align:right!important;
	
}

/*footer*/

@media only screen and (max-width: 768px) {
	.site-footer{
		height: 100%;
		padding:0px;
		
	}
	
.site-footer-left{
	position: relative;
      top: 20px;
}

.site-footer-right{
	position: relative;
     
	left: 20px;
	}
	
	.site-footer-bottom{
	top: 20px;
	}
	
	
}

.site-footer{
	height: 100%;
	padding: 0px 100px 0px 100px;
	list-style-type: none;
  margin: 0;
 
  overflow: hidden;

}


.site-footer p{
color:#FFFFFF;
	padding-left: 15px;
	
	font-size:14px!important;
	
}

#footer-sidebar1{
position: relative;
   
	
}
.site-footer-left{
	position: relative;
     
}

.site-footer-right{
	position: relative;
    
}


.iconspace{
	float: left;
    padding-right: 20px;
	color:#fff;
	font-size:20px;
}

aside{
	margin-bottom: 36px;
}



/* animation-home-text-screens*/

* {
  box-sizing: border-box;
}


h1 {
  color: #333;
  font-family: "Averta CY",sans-serif;
  font-size: 10rem;
  font-weight: 900;
  line-height: 1.5;
  /*text-transform: uppercase;*/
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  width: 500px;
}

h1 span {
  font-size: 40px;
  margin-left: 40px;
}

/* Scroller styling */

.scroller {
  height: 1.2em;
  line-height: 100px;
  position: relative;
  overflow: hidden;
  
}

.scroller > span {
  position: absolute;
  top: 0;
  animation: slide 5s infinite;
  font-weight: bold;
  
}
@keyframes slide {
  0% {
    top: 0;
  }
  20% {
    top: -1.2em;
  }
   50% {
    top: -1.2em;
  }
}


/*screen animation */

/** Wizard CSS & Animations */


/** 10s animation - 10% = 1s */

/** Objects CSS & Animations */
.objects {
  position: relative;
  width: 100px;
  height: 200px;
}
@media only screen and (max-width: 768px) {
	
	.square {
 
	top: 180px!important;
 	
border-radius: 100%!important;
}
.square::after {
  
  	top: -70px!important;
 
 
}

.circle {
 
		top: 180px!important;;

 

}
.circle::after {
 
		top: -70px!important;;
  bottom: 0px;

}

.triangle {
 
		top: 180px!important;;

  left: 85px;

	
}
.triangle::after {
  
 	top: -70px!important;;
 
}
	
}
.square {
  position: absolute;
	top: 150px;
 	 bottom: 0px;
  left: 100px;
  width: 133px;
  height: 133px;
  border-radius: 50%;
  /** Animation */
  transform: rotate(-360deg);
  -webkit-animation: path_square 10s ease-in-out infinite;
          animation: path_square 10s ease-in-out infinite;
}
.square::after {
  content: "";
  position: absolute;
  	top: -50px;

  left: 0;
  width: 133px;
  height: 133px;
  background: #C8384C;
}

.circle {
  position: absolute;
		top: 150px;
  bottom: 0px;
  left: 75px;
  width: 133px;
  height: 133px;
  border-radius: 50%;
  /** Animation */
  transform: rotate(-360deg);
  -webkit-animation: path_circle 10s ease-in-out infinite;
          animation: path_circle 10s ease-in-out infinite;
}
.circle::after {
  content: "";
  position: absolute;
		top: -50px;
  bottom: 0px;
  left: 25px;
  width: 133px;
  height: 133px;
  border-radius: 50%;
  background: #F8C241;
}

.triangle {
  position: absolute;
		top: 150px;

  left: 20px;
  width: 133px;
  height: 133px;
  
  /** Animation */
  transform: rotate(-360deg);
	
  -webkit-animation: path_triangle 10s ease-in-out infinite;
          animation: path_triangle 10s ease-in-out infinite;
	
	
}
.triangle::after {
  content: "";
  position: absolute;
 	top: -50px;
  border-style: solid;
   border-width: 0px 80px 133.20508076px; 
  border-color: transparent transparent #0773D0 transparent;
}

/** 10s animation - 10% = 1s */
@-webkit-keyframes path_circle {
  0% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(-100px) rotate(-5deg);
  }
  55% {
    transform: translateY(-100px) rotate(-360deg);
  }
  58% {
    transform: translateY(-100px) rotate(-360deg);
  }
  63% {
    transform: rotate(-360deg);
  }
}
@keyframes path_circle {
  0% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(-100px) rotate(-5deg);
  }
  55% {
    transform: translateY(-100px) rotate(-360deg);
  }
  58% {
    transform: translateY(-100px) rotate(-360deg);
  }
  63% {
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes path_square {
  0% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(-155px) translatex(-15px) rotate(10deg);
  }
  55% {
    transform: translateY(-155px) translatex(-15px) rotate(-350deg);
  }
  57% {
    transform: translateY(-155px) translatex(-15px) rotate(-350deg);
  }
  63% {
    transform: rotate(-360deg);
  }
}
@keyframes path_square {
  0% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(-155px) translatex(-15px) rotate(10deg);
  }
  55% {
    transform: translateY(-155px) translatex(-15px) rotate(-350deg);
  }
  57% {
    transform: translateY(-155px) translatex(-15px) rotate(-350deg);
  }
  63% {
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes path_triangle {
  0% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(-172px) translatex(10px) rotate(-10deg);
  }
  55% {
    transform: translateY(-172px) translatex(10px) rotate(-365deg);
  }
  58% {
    transform: translateY(-172px) translatex(10px) rotate(-365deg);
  }
  63% {
    transform: rotate(-360deg);
  }
}
@keyframes path_triangle {
  0% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(-172px) translatex(10px) rotate(-10deg);
  }
  55% {
    transform: translateY(-172px) translatex(10px) rotate(-360deg);
  }
  58% {
    transform: translateY(-172px) translatex(10px) rotate(-360deg); 
	  
	  
  }
  63% {
    transform: rotate(-360deg);
	
  }
}




/*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;
	}
	
	
	
	
}

/*contact form--*/

input{
	height: 45px!important;
}

textarea{
	height: 85px!important;
}


/*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: 0px;
			padding:15px;
}
	
	
	.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: #ffffff;
    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;
	top:-20px;
	
}

p{
	
	text-align: justify;
}

.headerspace{
		
	height: 150px;
  
}

.headerspace2{
		
	height: 90px;
    background-color: #fff;
    z-index: 12;
    position: fixed;
    width: 100%;
	box-shadow: rgb(220, 220, 220) 2px 2px 4px;
}

.headercenter{
	position: relative;
   top: 25px;
	padding-left: 60px;
    padding-right: 60px;
	
}
.site-header img{
	    width: 100px;
    padding: 15px;
	
}


/*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: "Averta-CY",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;
}



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 #ecf0f1;
	bottom: 0;
    width: 100%;
    position: relative;
    background-color: #464646;
    line-height: 5vh;
   background-color: rgb(24, 163, 153);
    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: 768px) {
	
	
	#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: 100px;
    padding: 15px;
	}
	#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: 10px;
	}
	
	.site-header{
		top: 10px!important;
	}
	.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;
	
}



.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: #CACAC2;
	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: 4.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){
	
	.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: 0px;
    padding: 15px 50px;
    background: #06a399;
    color: #fff;
}
.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{
	 text-decoration: none!important;;
}
.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;
	}
	

}