body{
	/* background-color:#f8f9fa !important; */
}

.carousel{
	clip-path: ellipse(90% 54% at 50% 44%);
}

.carousel .item{
	position: relative;
}

.carousel .fill-color{
	position: absolute;
	top:0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.carousel-inner{
	background-image: linear-gradient(218deg, #6dddeb, #009cee 28%);
}

.navbar-nav{
	float: none;
	text-align: center;
	width: 76%;
	display: inline-block;
}

.navbar-nav>li{
	float: none;
	display: inline-block;
}

.navbar-inverse{
	background-color:transparent;
	border-bottom:1px solid white;
	height: 90px;
	padding-top: 17px;
	position: absolute;
}

.navbar-brand{
	font-family: Roboto;
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.21;
	letter-spacing: normal;
	text-align: left;
	color: #ffffff !important;
}

.navbar-nav a{
	font-family: Roboto;
	font-size: 16px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.19;
	letter-spacing: normal;
	text-align: left;
	color: #ffffff !important;
	padding-top: 22px !important;
}

.contact-button{
	padding: 9px 35.5px 12px;
	border: solid 1px #ffffff;
	width: 125px;
	height: 40px;
	font-family: Roboto;
	font-size: 16px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.19;
	letter-spacing: normal;
	text-align: left;
	color: #ffffff;
	border-radius:20px;
	float:right;
	display: inline-block;
	margin-top: 10px;
}

.homeslider-content{
	position: absolute;
	width: 100%;
	height: 100%;
	top:0px;
	left: 0px;
}

.homeslider-content span{
	position:relative;
}

.homeslider-content span:before{
	content:"";
	width: 300px;
	height: 70px;
	background-image: url('../img/underline.svg');
	bottom: -51px;
	left: 0px;
	position: absolute;
	background-repeat: no-repeat;
}

.wrapper{
	position: relative;
	width: 100%;
	height: 100%;
}

.homeslider-content .wrapper{
	display:flex;
	flex-direction:column; 
	justify-content: center;
	padding-left: 20%;
}

.homeslider-content h1{
	font-family: Roboto;
	font-size: 70px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: normal;
	text-align: left;
	color: #ffffff;
}

.homeslider-content p{
	font-family: Roboto;
	font-size: 20px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.21;
	letter-spacing: normal;
	text-align: left;
	color: #ffffff;
}

.vise-button{
	display:inline-block;
	margin-top: 80px;
}

.vise-button a{
	float:left;
	display:inline-block;
}

.vise-button img{
	width:70px;
	display:inline-block;
	float:left;
}

.vise-button p{
	float:left;
	display:inline-block;
	margin:0px;
	padding-top:23px;
	padding-left:10px;
}

.carousel-control{
	/* display:none; */
}

.paginations{
	position:absolute;
	top:0px;
	right:0px;
	width:100%;
	height:100%;
}

.paginations .wrapper{
	display:flex;
	flex-direction:column; 
	justify-content: center;
	padding-left: 20%;
}

.carousel-indicators{
	left: -100px;
	width: 50px;
	margin: 0px;
	top: -800%;
	bottom: initial;
}

.carousel-indicators li{
	display:block;
	margin: 0px;
	border-radius: 0px;
	width: 1px;
	background-color:#cbcbcb !important;
	border:none;
	height:130px;
}

.carousel-indicators li.active{
	width:2px;
	border:none;
	background-color:white !important;
	height:130px;
	margin-right:2px;
	position:relative;
	left:-1%;
}

.container{
	position:relative;
	/* width: 920px; */
	z-index: 9;
}

.left.carousel-control, .right.carousel-control{
	height:20px;
	background-image: none;
	width: 0px;
	z-index:99999;
}

.left.carousel-control{
	left:-100px;
	top: -200px;
}

.right.carousel-control{
	left:-100px;
	top: 100px;
}

.paket{
	width: 330px;
	height:430px;
	background-color:white;
	display: inline-block;
	padding: 30px;
	position:relative;
	border-radius: 8px;
	margin-left: 10px;
	margin-right: 10px;
}

.paket .top{
	overflow:hidden;
}

.paket .top img{
	width:40px;
	display:inline-block;
	float:left;
}

.paket .top p{
	float:left;
	display:inline-block;
	margin:0px;
	font-family: Roboto;
	font-size: 16px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: left;
	color: #828294;
	padding-top:10px;
	padding-left:10px;
}

.paket .paket-content h1{
	font-family: Roboto;
	font-size: 40px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.21;
	letter-spacing: normal;
	text-align: left;
	color: #000000;
}

.paket .paket-content p{
	font-family: Roboto;
	font-size: 16px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: left;
	color: #828294;
}

.paket .bottom{
	position:absolute;
	bottom: 30px;
	width: 100%;
	left: 0px;
	padding-left:30px;
	padding-right:30px;
}

.paket .bottom .vise-button{
	margin:0px;
	display:inline-block;
	float:left;
}

.paket .bottom .vise-button p{
	font-family: Roboto;
	font-size: 16px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.19;
	letter-spacing: normal;
	text-align: left;
	color: #828294;
	padding-top: 18px;
}

.paket .bottom .vise-button img{
	width:55px;
}

.paket .bottom .cijena{
	box-shadow: 8px 12px 16px 0 rgba(215, 222, 227, 0.4);
	border: solid 1px #45b4ee;
	background-color: #ffffff;
	display:inline-block;
	float:right;
	padding: 10px 15px 9px 16px;
	border-radius:20px;
	font-family: Roboto;
	font-size: 16px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.19;
	letter-spacing: normal;
	text-align: center;
	color: #828294;
	margin-top:10px;
}

.paket .bottom .cijena span{
	font-weight:bold;
}

.paket-content{
	margin-top:50px;
}

.paketi{
	text-align: center;
	margin-top: -100px;
	padding-bottom: 150px;
}

.big-blocks{
	padding-bottom:150px;
}

.big-block{
	width:100%;
	height: 550px;
	background-color:white;
	border-radius: 20px;
	margin-bottom:100px;
}

.big-block.second-block{
	margin-bottom:0px;
}

.big-block .content{
	width:50%;
	float:left;
	display:inline-block;
	height: 100%;
	padding-left:100px;
	padding-right:100px;
}

.big-block .content .wrapper{
	display:flex;
	flex-direction:column;
	justify-content:center;
}

.big-block .content h1{
	font-family: Roboto;
	font-size: 48px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: normal;
	text-align: left;
	color: #272738;
}

.big-block .content p{
	font-family: Roboto;
	font-size: 18px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: normal;
	text-align: left;
	color: #828294;
	margin-top:20px;
}

.big-block .image{
	width:50%;
	height: 100%;
	float:left;
	background-position: center;
	background-size: cover;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	-webkit-clip-path: ellipse(69% 100% at 70% 50%);
	clip-path: ellipse(69% 100% at 70% 50%);
}

.second-block .image{
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	-webkit-clip-path: ellipse(69% 100% at 70% 50%);
	clip-path: ellipse(100% 110% at 0% 50%);
}


.big-block .vise-button{
	margin-top:20px;
}

.big-block .vise-button p{
	padding-top:5px;
}

.projekti{
	padding-bottom:150px;
	position: relative;
}

.fade-right{
	background-image: linear-gradient(to bottom, #f8f9fa, rgba(248, 249, 250, 0.77) 46%, rgba(248, 249, 250, 0));
	position:absolute;
	height: 620px;
	right:0px;
	width: 110px;
	z-index: 999;
	background-position: right;
	background-size: cover;
}

.fade-left{
	background-image: linear-gradient(to top, #f8f9fa, rgba(248, 249, 250, 0.77) 54%, rgba(248, 249, 250, 0));
	position:absolute;
	height: 620px;
	left:0px;
	width: 110px;
	z-index: 999;
	background-position: right;
	background-size: cover;
}

.projekti .projekt{
	background-color:white;
	height:430px;
	width:330px;
	padding:30px;
	border-radius: 8px;
}

.projekti .projekt .top{
	display:block;
	float:left;
	clear:both;
	width:100%;
	margin-bottom: 20px;
}

.projekti .projekt .top .logo{
	border-radius: 8px;
	border: solid 1px #d8d8d8;
	background-color: #ffffff;
	width: 120px;
	height:130px;
	background-position:center;
	background-size: 70%;
	background-repeat: no-repeat;
	float: right;
	margin-top: -70px;
}

.projekti .projekt h1{
	position:relative;
	font-size: 42px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.21;
	letter-spacing: normal;
	text-align: left;
	color: #000000;
	height: 100px;
	margin-bottom: 90px;
}

.projekti .projekt h1:after{
	content:"";
	position:absolute;
	left: -30px;
	top: 65px;
	border-radius: 5px;
	height:100px;
	width:6px;
	background-color: #45b4ee;
}

.projekti .projekt p{
	font-family: Roboto;
	font-size: 16px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: left;
	color: #828294;
}

.projekti .vise-button{
	margin-top:50px;
}

/* the slides */
.projekti  .slick-slide {
	margin: 0 27px;
}
/* the parent */
.projekti  .slick-list {
	margin: 0 -27px;
	overflow:visible;
}

.team-holder{
	width: 70%;
	height: 300px;
	background-color: red; 
}

.team{
	width:100%;
	padding-bottom: 100px;
	position: relative;
}

.team:after{
	content:"";
	background-image: linear-gradient(to bottom, #f8f9fa, rgba(248, 249, 250, 0.77) -14%, rgba(248, 249, 250, 0));
	position: absolute;
	height: 620px;
	right: 0px;
	width: 110px;
	z-index: 999;
	background-position: right;
	background-size: cover;
	top: 0px;
}

.team .intro{
	width: 23%;
	float:left;
	display:inline-block;
	background-color: #f8f9fa !important;
	position: relative;
	z-index: 99999;
	height: 470px;
	padding-left: 40px;
	margin-right: 30px;
	padding-right: 30px;
}

.team .intro:before{
	position:absolute;
	content:"";
	height: 500px;
	width: 170%;
	left: -439px;
	background-color: #f8f9fa !important;
}

.team .team-slider{
	width:70%;
	float:left;
	display:inline-block;
}

.team-single{
	width:280px;
	height: 500px;
}

.team-single .image{
	width:100%;
	height:300px;
	background-size:cover;
	border-radius: 8px;
	background-position: center;
}

.team-single .content{
	position:relative;
	width: 90%;
	height: 220px;
	background-color:white;
	border-radius: 8px;
	margin:0 auto;
	margin-top: -70px;
	padding:30px;
}

.content .bottom{
	position:absolute;
	bottom:0px;
	width:100%;
	height:50px;
	text-align:center;
	left: 0px;
	padding-top: 15px;
	border-top: 1px solid lightgray;
}

.content .bottom a{
	display:inline-block;
	padding-left: 30px;
	padding-right: 30px;
}

.team-single h1{
	font-family: Roboto;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.21;
	letter-spacing: normal;
	text-align: left;
	color: #262626;
	margin: 0px;
	position:relative;
	margin-bottom:10px;
}

.team-single h1:before{
	content:"";
	position:absolute;
	height:35px;
	width:6px;
	left:-30px;
	background-color: #45b4ee;
	border-radius:6px;
}

.team-single p{
	font-family: Roboto;
	font-size: 14px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.71;
	letter-spacing: normal;
	text-align: left;
	color: #828294;
}

.team .intro h1{
	font-family: Roboto;
	font-size: 42px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: normal;
	text-align: left;
	color: #272738;
}

.team .intro p{
	font-family: Roboto;
	font-size: 18px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: normal;
	text-align: left;
	color: #828294;
}

/* the slides */
.team  .slick-slide {
	margin: 0 7px;
}
/* the parent */
.team  .slick-list {
	margin: 0 -27px;
	overflow:visible;
}

.team  .slick-prev{
	left: -250px !important;
	z-index:99999;
}

.team  .slick-next{
	left: -200px !important;
	z-index:99999;
}

.partneri{width:100%;padding-bottom: 150px;}

.partneri .container{
	background-color:white;
	padding-top:50px;
	padding-bottom:50px;
	padding-left:100px;
	border-radius: 8px;
}

.partneri .intro{
	display: inline-block;
	width:20%;
	float: left;
	margin-right: 20px;
}

.partneri .partneri-slider{
	width:70%;
	float:left;
	display:inline-block;
	padding-top: 20px;
}

.partneri .partner{
	width:90px;
	height:60px;
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat;
}

.partneri h1{
	font-family: Roboto;
	font-size: 40px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.21;
	letter-spacing: normal;
	text-align: left;
	color: #000000;
}

.slick-prev:before, .slick-next:before{
	color:black;
}

.partneri .slick-prev{
	left:-50px;
}

.drugi{
	padding-bottom: 140px;
}

.drugi .drugi-single{
	width:500px;
	height:280px;
	background-color:white;
	border-radius: 8px;
	text-align:center;
	position:relative;
	padding-top: 65px;
	margin-top: 30px;
}

.drugi .line{
	width:100%;
	height:1px;
	position:absolute;
	left:0px;
	top:50%;
}

.drugi p{
	position:absolute;
	bottom: 25px;
	font-family: Roboto;
	font-size: 18px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: normal;
	text-align: center;
	color: #828294;
	padding-left:35px;
	padding-right:35px;
}

.drugi h1{
	font-family: Roboto;
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: center;
	color: #262626;
	margin:0px;
}

.drugi span{
	font-family: Roboto;
	font-size: 14px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.71;
	letter-spacing: normal;
	text-align: center;
	color: #828294;
}

.drugi .circle-image{
	width: 110px;
	height: 110px;
	position: absolute;
	margin: 0 auto;
	left: 0px;
	right: 0px;
	top: -50px;
	border: solid 1px #d8d8d8;
	border-radius: 100%;
}

.drugi .circle-image .image{
	border-radius:100%;
	background-position:center;
	height: 88px;
	width: 88px;
	background-size: cover;
	position: absolute;
	margin: 0 auto;
	left: 0px;
	right: 0px;
	top: 10px;
}

/* the slides */
.drugi  .slick-slide {
	margin: 0 27px;
}
/* the parent */
.drugi  .slick-list {
	margin: 0 33px;
}

.subscribe{
	position:relative;
	padding-bottom: 150px;
}

.subscribe .container{
	background-color:white;
	border-radius:8px;
	padding-top:70px;
	padding-bottom:70px;
}

.subscribe .intro{
	width:50%;
	float:left;
	display:inline-block;
	padding-left:100px;
}

.subscribe h1{
	font-family: Roboto;
	font-size: 36px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: normal;
	text-align: left;
	color: #272738;
}

.subscribe .sub-form{
	width:50%;
	float:left;
	display:inline-block;
	padding-left:50px;
	padding-top: 10px;
}

.subscribe form{
	border-radius: 35px;
	border: solid 1px #707070;
	display:inline-block;
	padding:10px;
	width:400px;
}

.subscribe input{
	border:none;
	width:70%;
}

.subscribe input::placeholder{
	font-family: Roboto;
	font-size: 16px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: left;
	color: #828294;
}

.subscribe .submit-subscribe{
	border-radius: 20px;
	box-shadow: 8px 12px 16px 0 rgba(215, 222, 227, 0.4);
	background-color: #45b4ee;
	font-family: Roboto;
	font-size: 16px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.19;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	padding: 10px 15px;
	width:initial;
}

footer{
	margin:0px;
	background-color:white;
	padding-bottom:40px;
	overflow: hidden;
	padding-top: 150px;
	clip-path: ellipse(67% 54% at 50% 64%);
}

footer .container{
	padding-left: 115px;
	padding-right: 115px;
}

footer .copyright{
	float:left;
	font-weight:300;
}

footer p{
	font-family: Roboto;
	font-size: 16px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.19;
	letter-spacing: normal;
	text-align: left;
	color: #828294;
	float:right;
}

footer ul{
	margin:0px;
	padding:0px;
	list-style:none;
}

footer ul li{
	display:inline-block;
}

footer .line{
	height:1px;
	width:100%;
	background-color: #ebedf2;
	margin-bottom:40px;
	margin-top:40px;
}

footer .logo{
	float:left;
	display:inline-block;
	font-family: Roboto;
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.21;
	letter-spacing: normal;
	text-align: left;
	color: #828294;
	margin:0px;
	margin-top: 7px;
}

footer .social{
	float:right;
	display:inline-block;
}

footer .social a{
	padding-left:10px;
}

footer ul{
	display:inline-block;
	margin: 0 auto;
	width: 63%;
	float: none;
	text-align: center;
	margin-top: 13px;
}

footer ul a{
	font-family: Roboto;
	font-size: 16px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.19;
	letter-spacing: normal;
	text-align: left;
	color: #828294;
	padding:10px;
	padding-top: 10px;
}

.quote{
	width:100%;
	padding-bottom: 170px;
}

.quote p{
	font-family: Roboto;
	font-size: 40px;
	font-weight: 100;
	font-stretch: normal;
	font-style: italic;
	line-height: 1.25;
	letter-spacing: normal;
	text-align: left;
	color: #272738;
	padding-left:100px;
}

.page-header{
	height:700px;
	background-image: linear-gradient(
		218deg
		, #6dddeb, #009cee 28%);
	margin: 0px;
	padding: 0px;
	border: none;
	clip-path: ellipse(90% 54% at 50% 44%);
	position: relative;
}

.page-header .header-fill{
	position:absolute;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
}

.page-header .wrapper{
	display:flex;
	flex-direction:column;
	justify-content:center;
}

.page-header h1{
	font-family: Roboto;
	font-size: 80px;
	font-weight: 100;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: normal;
	text-align: left;
	color: #ffffff;
	margin:0px;
}

.page-header p{
	font-family: Roboto;
	font-size: 24px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.21;
	letter-spacing: normal;
	text-align: left;
	color: #ffffff;
	margin-top:20px;
}

.page-header .container{
	padding-left:200px;
}

.kontakt-info{
	padding-bottom:100px;
}

.kontakt-info .intro{
	width:30%;
	float:left;
	display:inline-block;
}

.kontakt-info .container{
	background-color:white;
	width: 950px;
	border-radius: 8px;
	padding-left: 60px;
	padding-top: 40px;
	padding-bottom: 20px;
}

.kontakt-info .intro h1{
	font-family: Roboto;
	font-size: 36px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: normal;
	text-align: left;
	color: #272738;
}

.kontakt-info .details{
	width:70%;
	float:left;
	display:inline-block;
}

.kontakt-info .details img{
	width:40px;
	display:inline-block;
	float:left;
}

.kontakt-info .details .block{
	width: 50%;
	float:left;
}

.kontakt-info .info-line{
	overflow:hidden;
	text-align:center;
	border-radius: 28px;
	border: solid 1px #ebedf2;
	background-color: #ffffff;
	width: 90%;
	padding: 5px;
	margin-bottom: 20px;
}

.kontakt-info p{
	font-family: Roboto;
	font-size: 18px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: normal;
	text-align: center;
	color: #828294;
	margin:0px;
	margin-top: 9px;
	padding-left: 0px;
}

.social-info{
	border:none !important;
	text-align: left !important;
}

.social-info a{
	padding-right:10px !important;
	display: inline-block;
}

.nf-field-label{
	display:none;
}

.kontakt-forma{
	margin-top:-100px;
	width:100%;
	padding-bottom:150px;
}

.kontakt-forma .container{
	background-color:white;
	width: 950px;
	border-radius: 8px;
	padding:0px;
}

.nf-cell, .nf-form-content{
	padding: 0px !important;
}

.nf-form-content input{
	background-color:transparent !important;
	border: solid 1px #ebedf2 !important;
	border-left: none !important;
	padding-left:40px !important;
	padding-top:30px !important;
	padding-bottom:30px !important;
}

.nf-form-content input::placeholder{
	font-family: Roboto;
	font-size: 18px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: normal;
	text-align: left;
	color: #828294
}

#nf-field-6{
	/* border-right:none !important; */
	background: transparent;
}

#ninja_forms_required_items, .nf-field-container{
	margin:0px !important; 
}

.nf-form-content textarea.ninja-forms-field{
	/* border:none !important; */
	/* background-color:transparent !important; */
	resize: none;
	padding-left:40px;
	padding-top:30px;
}

textarea.ninja-forms-field::placeholder{
	font-family: Roboto;
	font-size: 18px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: normal;
	text-align: left;
	color: #828294
}

.nf-form-title{
	padding-left:40px !important;
	display:block;
}

.nf-form-title h3{
	font-family: Roboto;
	font-size: 36px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: normal;
	text-align: left;
	color: #272738;
	margin-top: 30px;
	margin-bottom: 30px;
}

.submit-wrap{
	text-align:right;
	opacity: 1 !important;
	padding-right: 40px;
	padding-bottom: 40px;
}

.submit-wrap input{
	text-shadow:none !important;
	box-shadow:none !important;
	opacity: 1 !important;
	border-radius: 20px;
	box-shadow: 8px 12px 16px 0 rgb(215 222 227 / 40%) !important;
	background-color: #45B4ED !important;
	padding: 0 !important;
	font-family: Roboto;
	font-size: 16px !important;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.19;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	padding-left: 40px !important;
	padding-right: 40px !important;
}

.nf-pass.field-wrap .nf-field-element:after{
	display:none
}

.nf-pass .ninja-forms-field{
	border-color:initial !important;
}

.nf-response-msg{
	/* height:300px; */
	padding-top:40px;
	padding-left:40px;
	font-family: Roboto;
	font-size: 26px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.33;
	letter-spacing: normal;
	text-align: left;
	color: #272738;
}