strong, b {
font-weight: bold;
}
.is-wrapper p,.is-wrapper li,.is-wrapper input,.is-wrapper span {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-family: 'Roboto', sans-serif;
font-weight: normal;
}
.is-wrapper h1,.is-wrapper h2,.is-wrapper h3,.is-wrapper h4,.is-wrapper h5,.is-wrapper h6 {
font-family: 'Poppins', sans-serif;
font-variant-ligatures: common-ligatures;
}
.is-dark-text, .is-dark-text h1, .is-dark-text h2, .is-dark-text h3, .is-dark-text h4, .is-dark-text h5, .is-dark-text h6, .is-dark-text p, .is-dark-text li {
    color: #414042;
}
.is-wrapper .is-dark-text h2[class*="is-title"],
.is-wrapper .is-light-text h2[class*="is-title"]{
font-size: 3em;
}
.is-wrapper .is-dark-text h3[class*="is-title"],
.is-wrapper .is-light-text h3[class*="is-title"]{
font-size: 1.800em;
}
.is-wrapper .is-dark-text h4[class*="is-title"],
.is-wrapper .is-light-text h4[class*="is-title"]{
font-size: 1.600em;
}
.is-wrapper .is-sloped-bottom-light:after,
.is-wrapper .is-sloped-top-light:before,
.is-wrapper .is-sloped-bottom-gray:after,
.is-wrapper .is-sloped-top-gray:before,
.is-wrapper .is-sloped-bottom-color:after,
.is-wrapper .is-sloped-top-color:before {
content: "";
position: absolute;
border: 0 solid transparent;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
transform: rotate(360deg);
z-index: 1;
right: 0;
border-right-color: #fff;
border-right-width: 100vw;
pointer-events: none;
background-repeat: no-repeat;
}
.is-wrapper .is-sloped-bottom-light:after,
.is-wrapper .is-sloped-bottom-gray:after,
.is-wrapper .is-sloped-bottom-color:after{
right: 0;
bottom: -5rem;
border-bottom-width: 5rem;
}
.is-wrapper .is-sloped-top-light:before,
.is-wrapper .is-sloped-top-gray:before,
.is-wrapper .is-sloped-top-color:before{
right: 0;
top: -5rem;
border-top-width: 5rem;
}
.is-wrapper .is-sloped-top-gray:before,
.is-wrapper .is-sloped-bottom-gray:after {
border-right-color: #eeeff0 !important;
}
.is-wrapper .is-sloped-top-color:before,
.is-wrapper .is-sloped-top-color:after {
border-right-color: #f3728a !important;
}
.is-wrapper a.is-btn-ghost1, .is-wrapper a.is-btn-ghost2, 
.is-wrapper button.is-btn-ghost1, .is-wrapper button.is-btn-ghost2 {
font-size: 0.75em;
letter-spacing: 0.100em;
line-height: 1.5;    
font-family: 'Montserrat', sans-serif;
padding: 0.800em 3.200em;
}
.is-wrapper a.is-btn-ghost1.is-btn-large, .is-wrapper a.is-btn-ghost2.is-btn-large, 
.is-wrapper button.is-btn-ghost1.is-btn-large, .is-wrapper button.is-btn-ghost2.is-btn-large {
padding: 1.5em 5.000em;
font-size: 1em;
}
.is-wrapper a.is-btn-ghost1.is-btn-small, .is-wrapper a.is-btn-ghost2.is-btn-small, 
.is-wrapper button.is-btn-ghost1.is-btn-small, .is-wrapper button.is-btn-ghost2.is-btn-small {
padding: 0.5em 1.00em;
font-size: .80em;
}
/* ghost1 dark-text */
.is-dark-text .is-btn-ghost1,
.is-light-text .is-dark-text .is-btn-ghost1 {
color:rgb(24 40 54);
border: 2px solid rgb(24 40 54);
background: transparent;
}
.is-dark-text .is-btn-ghost1:hover, .is-dark-text .is-btn-ghost1:active, .is-dark-text .is-btn-ghost1:focus,
.is-light-text .is-dark-text .is-btn-ghost1:hover, .is-light-text .is-dark-text .is-btn-ghost1:active, .is-light-text .is-dark-text .is-btn-ghost1:focus {
color: #fff;
background-color: rgb(24 40 54);
border: 2px solid rgb(24 40 54);
}
/* ghost1 light-text */
.is-light-text .is-btn-ghost1,
.is-dark-text .is-light-text .is-btn-ghost1 {
color: #fff;
background-color: transparent;
border: 2px solid #fff;
}
.is-light-text .is-btn-ghost1:hover, .is-light-text .is-btn-ghost1:active, .is-light-text .is-btn-ghost1:focus,
.is-dark-text .is-light-text .is-btn-ghost1:hover, .is-dark-text .is-light-text .is-btn-ghost1:active, .is-dark-text .is-light-text .is-btn-ghost1:focus {
color: rgb(24 40 54);
border: 2px solid rgb(24 40 54);
background-color: rgb(243, 114, 139);
}
/* ghost2 dark-text */
.is-dark-text .is-btn-ghost2,
.is-light-text .is-dark-text .is-btn-ghost2 {
color: #fff;
border: 2px solid rgb(243, 114, 139);
background-color: rgb(243, 114, 139);
}
.is-dark-text .is-btn-ghost2:hover, .is-dark-text .is-btn-ghost2:active, .is-dark-text .is-btn-ghost2:focus,
.is-light-text .is-dark-text .is-btn-ghost2:hover, .is-light-text .is-dark-text .is-btn-ghost2:active, .is-light-text .is-dark-text .is-btn-ghost2:focus {
color:rgb(243, 114, 139);
border: 2px solid rgb(243, 114, 139);
background: transparent;
}
/* ghost2 light-text */
.is-light-text .is-btn-ghost2,
.is-dark-text .is-light-text .is-btn-ghost2 {
color: #fff;
border: 2px solid rgb(243, 114, 139);
background-color: rgb(243, 114, 139);
}
.is-light-text .is-btn-ghost2:hover, .is-light-text .is-btn-ghost2:active, .is-light-text .is-btn-ghost2:focus,
.is-dark-text .is-light-text .is-btn-ghost2:hover, .is-dark-text .is-light-text .is-btn-ghost2:active, .is-dark-text .is-light-text .is-btn-ghost2:focus {
color: rgb(243, 114, 139);
background-color: #fff;
border: 2px solid rgb(243, 114, 139);
}

.banner-slidetext-01{
margin-top: 15%;
}
.banner-slidetext-01 h1{
font-size: 48px;
font-weight: 600;
line-height: 1;
text-shadow: 1px 1px 5px #0a0a0c;
}
.banner-slidetext-01 .banner-slidetext-p{
font-size: 24px;
font-weight: normal;
line-height: 1.7;
text-shadow: 1px 1px 5px #0a0a0c;
}
.banner-cards-01{
margin-top: -7%;
padding: 0;
outline: none!important;
}
.banner-cards-01 .card{   
margin: 0;
border: none;
border-radius: 0;
box-shadow: 0px 0px 25px rgb(0 0 0 / 12%);
}
.banner-cards-01 .card:nth-child(even) {
background: rgb(243, 114, 139)!important;
}
.second-sec-cards .card .card-title{
font-size: 1.1em;
line-height: 1;
font-weight: 600;
margin-top: 0;
}
.second-sec-cards .card .card-body p{
font-size: 0.8em;
line-height: 1.7;
margin-bottom: 0;
}
.second-sec-cards .card .card-subtitle{
font-size: 1.200em;
line-height: 1.4;
font-weight: 500;
margin-bottom: 8px; 
}
.second-sec-cards .card .card-foot{
padding: 0 1.500em 1.000em 1.500em;
}
.testimonial-sec .testimonial-text {
text-align: left;
position: relative;
}
.testimonial-sec .testimonial-text:before {
content: "\00201c";
font-family: "Ionicons";
color: rgba(243,114,139,0.1);
font-size: 15em;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
text-rendering: auto;
line-height: 1;
position: absolute;
top: 15px;
left: 0;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.testimonial-sec .list-unstyled a:last-child i{
margin-right: 0;
}
.is-wrapper .form-group label {
display: none;
}
.is-wrapper .form-control {
background: transparent;
border: 2px solid transparent;
border-radius: 0;
border-bottom-color:  #f3728a;
}
@media(min-width:769px){
body{
font-size: 18px;
line-height: 1.2;
}
.is-wrapper .is-btn-group .is-btn + .is-btn{
margin-left: 0.5em; 
}
}
@media(max-width:768px){
.is-wrapper .is-reverse{
flex-flow: column-reverse;
}
.slider-on-box .slider-content{
padding: 65px 0 0 !important;
}
.is-wrapper .is-btn-group .is-btn + .is-btn{
margin-top: 0.5em; 
}
.banner-slidetext-01 h1{
font-size: 32px;
line-height: 1.2;
}
.banner-slidetext-01 .banner-slidetext-p{
font-size: 16px;
line-height: 1.4;
}
.banner-cards-01{
margin-top: inherit;
padding: 15px;
}
.testimonial-sec .testimonial-text {
text-align: center;
}
}
.indexcontactform{
position: relative;
margin: 1.2em 0;
border-radius: 4px;
    overflow: hidden;
    background: rgba(255,255,255,0.1);
}
.indexcontactform:before {
content:"";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: url("//knorish-cdn.azureedge.net/public/48917216-8a88-4b3c-8850-2bfff56a66e4/builder/10082020/1evw0.jpg");
background-position: left center;
background-repeat: no-repeat;
background-size: cover;
filter: blur(25px);
-webkit-filter: blur(25px); 
}
