/*!Style Css  by @Sahil */
@import url(bootstrap.css);
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;900&display=swap');



:root {
  font-size:62.5%;
}


html,
body {
    font-size: 100%;
    overflow-x: hidden;
    font-family: 'Outfit', sans-serif;
}

body a {
    transition: 0.6s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    text-decoration: none;
    color:#000000;
    font-size:1.6rem;
}
body img {
    transition: 1s all ease !important;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    text-decoration: none;
}
a:not([href]):not([tabindex]){
    color:#fff;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus{
    color:#fff;
    cursor:pointer;
    user-select:none;
}


input[type="submit"]:hover{
	cursor:pointer !important;
}


.container-fluid{
    padding: 0px 36px;
}




h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'Outfit', sans-serif;
    color:#000000;
    transition: 0.6s all ease;
}


/* title */
h1{
    font-weight:700;
    font-size:4rem;
    line-height:4rem;
}
h2{
    font-weight:700;
    font-size:4rem;
    line-height:4rem;
}
h3{
    font-weight:700;
    font-size:3rem;
    line-height:3.5rem;
}
h4{
    font-weight:600;
    font-size:2.4rem;
    line-height:2.2rem;
}
h5,h6{
    font-weight:600;
    font-size:1.8rem;
    line-height:2rem;
}
p,
.table th, 
.table td {
    line-height: 2.6rem;
    font-size: 1.6rem;
    color:#000;
    margin: 0;
    transition: 0.6s all ease;
}

p,li,a {
    line-height: 2.6rem;
    font-size: 1.6rem;
    color: #585e61;
    margin: 0;
    transition: 0.6s all ease;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
    color:#585e61;
}

body a:hover {
    text-decoration: none;
}


/* color FCMO */
.bg-grey {
    background: #faf5f2;
}
 
 
 /* green-btn */
.red-btn {
    border-radius: 3rem;
    padding: 1rem 2.2rem;
    font-size: 1.6rem;
    font-weight: 600;
    background: #eb212e;
    color: #fff;
    border: none;
    min-width: 164px;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    border: 1px solid #eb212e;
}
.red-btn:hover,
.red-btn:hover:focus,
.red-btn:active {
    background-color:#d31824;
    color:#fff;
    border-color:#d31824;
    box-shadow: 0 0 0 10px transparent;
}




/* border button */
.btn-border {
    border-radius: 3rem;
    padding: 1rem 2.6rem;
    font-size: 1.5rem;
    font-weight: 500;
    background: transparent;
    color: #fff;
    border: none;
    letter-spacing: 1px;
    border: 1px solid #fff;
    min-width: 164px;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    
}
.btn-border:hover,
.btn-border:focus,
.btn-border:active {
    background-color:#eb212e;
    color:#fff;
    box-shadow: 0 0 0 10px transparent;
    border-color:#eb212e;
} 



/* section padding */
.space{
    padding:7rem 0rem;
}

.pb-120{
    padding-bottom:120px !important;
}
/* section heading */
.heading-pnel {
    margin-bottom: 4rem;
}
.heading-pnel h2{
    font-weight: 700;
    font-size: 4rem;
    line-height: 3.5rem;
}
.heading-pnel p{
    line-height: 2.6rem;
    font-size: 1.6rem;
    color:#000;
    margin: 0;
    transition: 0.6s all ease;
    margin-top:1rem;
}
/* white heading */
.heading-pnel.fff h2{
    color:#fff;
}
.heading-pnel.fff p{
    color:#fff;
}
.view-all{
    margin-top:4rem;
}






/* header */
header {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0;
    right: 0;
    z-index:999;
    background: #fff;
}
header.header.js-header.darkHeader {
    width: 100%;
    top: -100px;
    z-index: 999;
    height: 0;
    overflow: hidden;
}
header.header.js-header.darkHeader.darkHeader-2 {
    top: 0;
    transition: all 0.6s;
    overflow: visible;
    height: auto;
    box-shadow: 0px 0px 33px #cdcdcd;
    position:fixed;
    background:#fff;
}
header .navbar.navbar-light {
    padding: 1.6rem 0rem;
    position:relative;
}
.navbar-light .navbar-brand {
    margin:0;
}
.logo-box {
    height: 100px;
    overflow: hidden;
}

header.header.js-header.darkHeader.darkHeader-2 .logo-box {
    height: 6rem;
    overflow: hidden;
}

.logo-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin-left: 0;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    padding: 0;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    padding: 0rem 1.2rem;
    line-height: 16px;
}

.navbar-light .navbar-nav .nav-link:before{
    content: "";
    display: block;
    background: #eb212e;
    transition: all 0.5s;
    top: 50%;
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    left: 0;
    right: 0;
    margin: auto;
    transform: translatey(-50%);
    opacity: 0;
}

.navbar-light .navbar-nav .nav-link:after {
    display:none;
}
.navbar-light .navbar-nav .nav-link:hover:before{
    opacity:0.2;
}
.navbar-light .navbar-nav li.current_page_item .nav-link:before {
    opacity: 0.2;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
 color: #000;
}
.navbar {
    padding: 0.5rem 0rem;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    font-size: 14px;
    top: 100%;
    border: none;
    min-width: 270px;
    padding: 15px 26px;
    box-shadow: 6px 6px 14px #ededed7d;
    padding-bottom: 0;
}
.dropdown-menu a {
    line-height: 30px;
    color: #000;
    padding: 0;
    position: relative;
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0.6rem 0rem;
    border-bottom: 1px solid #ddd;
}
.dropdown-menu .dropdown-item:hover{
    color:#d357f7;
    background:transparent;
}
.dropdown-menu a:last-child {
    border:none;
}

.contact-btn {
    margin-left: 15px;
}

.Contctno p {
    font-weight: 800;
    color: #000;
    line-height: 18px;
}
.Contctno p a:hover{
    color:#eb212e;
}
.Contctno p span {
    font-weight: 500;
}
.Contctno {
    padding-left: 20px;
    margin-left: 4px;
    border-left: 3px solid #f8e9df;
}






/*-- //header --*/






/* banner */
.banner-text span {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
    color: #eb212e;
}
.slider-section {
    padding-top: 14rem;
    background: #e7e7e7;
    position:relative;
}
.slider-section.innerpage-banner:before, .slider-section.innerpage-banner:after {
    content: none;
}
.slider-section:after {
    content: "";
    display: block;
    width: 340px;
    height: 420px;
    background-image: url(../images/kid.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    bottom: -30px;
    left: 3%;
    z-index: 9;
    animation-name: move;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}
.slider-section:before {
    content: "";
    display: block;
    width: 160px;
    height: 170px;
    background-image: url(../images/toy.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    bottom: -30px;
    right: 8%;
    z-index: 9;
    animation-name:move;
    animation-duration:6s;
    animation-iteration-count:infinite;
}


@keyframes move {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(20px);
    }
    100% {
        transform: translatey(0px);
    }
}





.banner-text h1 {
    color: #fff;
    text-transform: uppercase;
}
.banner-text h3 {
    margin: 0;
    font-weight: 500;
    animation-duration: 1.6s;
    color: #fff;
}
.banner-text p {
    margin: 24px 0px;
    animation-duration: 2s;
    margin-top: 10px;
    color:#fff;
}
.banner-btn{
    animation-duration:1.8s;
}
.banner-text {
    position: relative;
    text-align:center;
	text-transform: inherit !important;
}

.banner-text .mrkt{
    font-size:1.8rem
}
.bnr-thmbnail {
    position: relative;
    width: 100%;
    height: 538px;
    overflow: hidden;
}
.bnr-thmbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-item {
  height: 85vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.carousel-caption {
    width: 100%;
    top: 50%;
    transform: translatey(-50%);
    left: auto;
    right: auto;
    height: 100%;
    background: #000000ab;
    display: flex !important;
    align-items: center;
    justify-content: center;
}


.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-image: url(../images/left.png);
    opacity: 9;
    height: 66px;
    background-color: #000;
    padding: 20px;
    background-size: 13px;
}
.carousel-control-next-icon{
    background-image: url(../images/right.png);
}
.carousel-control-prev, .carousel-control-next{
    width:3%;
}
.carousel-indicators li{
    width:50px;
}
.carousel-indicators .active{
    background:#eb212e;
}
.banner-btn .red-btn {
    min-width:200px;
}
.banner-btn .btn-border {
    margin-right: 10px;
    min-width:200px;
}









/* services */
.services {
    background-image: url(../images/services-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    padding: 30px 0px;
}
.circle-img {
    overflow:hidden;
}
.circle-img:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.Img_Outer:hover .circle-img img{ 
    transform:scale(1.1);
}



.prod-inner figure{
    overflow:hidden;
}


@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}





















/* about us  */
.home-about .about-sectiom{
    text-align: left;
    padding-top:1.4rem;
    padding-bottom:2rem;
}

.home-about .about-sectiom h3 {}
.home-about .about-sectiom h4 {}
.home-about .about-sectiom p {}

.about_img {
    overflow: hidden;
    position: absolute;
    height: 100%;
    width: 97%;
    z-index:2;
}
.about_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.Img_Outer {
    position: relative;
}
.home-about .about-sectiom h2,.home-about .about-sectiom p {
    margin-bottom: 2rem;
}
.Schedulecall-Pnel {
    padding-top: 2.4rem;
    border-top: 1px solid #ddd;
    margin-top: 0.8rem;
    display: inline-block;
}
.Schedulecall-Pnel .green-btn {
    margin-top: 30px;
}


/* full width secrion */
.bigImg-sec {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/bg-pattern.png);
    background-size: cover;
}
.BigImg-content figure {
    position: relative;
    margin:0;
}

.BigImg-content figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.BigImg-content {
    position: relative;
    overflow: hidden;
}
.BigImg-content:hover img {
    transform: scale(1.1);
}





.p-color{
    color:#eb212e;
}

/* circle section */

.circle-content h2,
.circle-content p{
    color: #000;
}
.circle-content p b{
    font-weight:600;
}
.circle-img {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100%;
    border-radius: 50%;
    width: 445px;
    height: 445px;
}

.circle-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.circle-sec {
    background-repeat: no-repeat;
    background-position: -10px 35px;
    background-image: url(../images/bg-pattern.png);
    background-size: cover;
    padding: 9rem 0rem;
}
.circle-content {
    position: relative;
    padding-right: 30px;
}
.circle-content h2 {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    font-weight: 700;
    line-height: 1.1;
}
.circle-content p {
    margin-bottom: 16px;
    line-height: 26px;
}
.Img_Outer:before {
 position: absolute;
    bottom: 80px;
    z-index: 2;
    display: block;
    content: '';
    width: 100px;
    height: 100px;
    background: #f79d4a;
    border-radius: 50%;
    left: -18px;
}
.owl-carousel.owl-drag .owl-item{

}
.owl-nav button.owl-next, 
.owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    height: 60px;
    width: 40px;
    outline: none;
}
.owl-nav button.owl-next:after, 
.owl-nav button.owl-prev:after {
    content: "";
    display: block;
    width: 35px;
    height: 35px;
    background-size: contain;
    background-position: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    background-repeat: no-repeat;
}
.owl-carousel .owl-nav button.owl-prev{
    left:-50px;
}
.owl-carousel .owl-nav button.owl-next {
    right: -50px;
}
.owl-carousel .owl-nav button.owl-next:after{
    background-image: url(../images/arrow-2.png);
}
.owl-carousel .owl-nav button.owl-prev:after{
    background-image: url(../images/arrow-1.png);
}











/* product */
.prod-sec {position: relative;}

.prod-sec:after {
    content: "";
    display: block;
    /* background: #ddd; */
    width: 100%;
    height: 80px;
    position: absolute;
    top: -80px;
    background-image: url(../images/wave.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}






.prod-box{
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    transition: 0.6s;
}
.prod-box:hover {
    box-shadow: 0px 0px 30px #e3e3e3;
}

.prod-box figure {
    height: 190px;
    position: relative;
    width: 100%;
    margin: 0;
    overflow: hidden;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.prod-box figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform:0.6s;
}
.prod-box:hover img{
    transform:scale(1.1);
}
.prod-box figcaption {
    position: relative;
    z-index: 1;
    padding: 30px 20px;
}

.prod-box figcaption p {
    margin-top: 7px;
    font-size: 1.6rem;
    opacity: 0.6;
    line-height: 2.2rem;
	  overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 3; /* number of lines to show */
           line-clamp: 3; 
   -webkit-box-orient: vertical;
}
.prod-box a:hover h4{
    color:#eb212e;
}
.prod-box figcaption h4 {
    font-weight: 700;
    margin-bottom: 8px;
}







/* gallery */
#Galleryslide figure {
    margin: 0;
    height: 270px;
    overflow: hidden;
    border-radius: 12px;
}

#Galleryslide figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition:0.6s;
}
#Galleryslide figure:hover img{
    transform:scale(1.1);
}
#Galleryslide .owl-dots{
    text-align:center;
    margin-top:20px;
    margin-bottom:30px;
	display:block;
}
#Galleryslide .owl-dot {
    height: 10px;
    width: 10px;
    background: #e8dcd5 !important;
    display: inline-block;
    border-radius: 50%;
    margin-right: 4px;
    border:none;
}

#Galleryslide .owl-dot.active {
    background: #eb212e !important;
    border:none;
}













/* contact us */
.contact-page .Img_Outer:before{
    left: auto;
    right: -50px;
}
.contact-page{
    position:relative;
    background: #eb212e;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/bg-pattern-w.png);
    background-size: cover;
}
.contact-page .heading-pnel{
    margin-bottom:30px;
}
.contact-page .circle-img{
        width: 500px;
    height: 500px;
}
.contact-page .heading-pnel h2{
    font-size:3rem;
}
.contact-page:after {
    content: "";
    display: block;
    /* background: #ddd; */
    width: 100%;
    height: 80px;
    position: absolute;
    top: -80px;
    background-image: url(../images/red-right.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.contact-page:before {
    content: "";
    display: block;
    /* background: #ddd; */
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: -80px;
    background-image: url(../images/red-left.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}   
.theme-form {
    padding: 50px 40px;
    background:#fff;
    border-radius:12px;
    position:relative;
}

.theme-form .form-group {
    margin-bottom: 30px;
    position: relative;
    z-index: 11;
}

.theme-form .form-group .form-control {
    border: none;
    background: transparent;
    font-size: 1.6rem;
    padding: 0px 0px;
    border-bottom: 2px solid #ddd;
    padding-bottom: 8px;
    outline: none;
}
.theme-form .form-group select.form-control {
	height:auto !important;
}
.theme-form .form-group label {
    font-size: 1.6rem;
    font-weight: 600;
	color:#212529;
}

.theme-form .form-group .form-control::placeholder {
    color: #212529;
}

.theme-form .form-group .form-control:focus {
    outline: none;
    box-shadow: none;
    border-bottom-color: #000;
    transition: 0.6s;
}
.theme-form .form-group textarea.form-control {
    height: 45px;
}
.there-field {
    display: flex;
    align-items: center;
}

.there-field label {
    margin-right: 20px;
    margin-bottom: 0;
}

.there-field {
    font-size: 1.6rem;
}

.radio {
    margin-right: 10px;
}

.radio input {
    position: relative;
    top: 2px;
}
.theme-form:after {
    content: "";
    display: block;
    width: 81px;
    height: 180px;
    background-image: url(../images/girl.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    bottom: 20px;
    right: 10px;
    z-index: 9;
    animation-name: move;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}







/* testimonials */
.user {
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.user-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}

.user-info h4 {
    font-size: 1.8rem;
    font-weight: bold;
}

.user-info span {
    font-size: 1.4rem;
    opacity: 0.7;
}
.test-content {
    padding: 30px;
    border-radius: 12px;
    background: #00924a;
    position:relative;
}
.test-content p{
    color:#fff;
    font-size:2rem;
}
.test-content:after {
    content: "";
    display: block;
    height: 35px;
    width: 35px;
    position: absolute;
    bottom: -30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
        left: 14%;
}


/* RED */
.owl-carousel.owl-drag .owl-item:nth-child(3n + 1) .test-content{
	background:#eb212e !important;
}
.owl-carousel.owl-drag .owl-item:nth-child(3n + 1) .test-content:after{
	background-image:url(../images/red-q.png);
}



/* Green */
.owl-carousel.owl-drag .owl-item:nth-child(3n + 2) .test-content{
	background:#00924a !important;
}
.owl-carousel.owl-drag .owl-item:nth-child(3n + 2) .test-content:after{
	background-image:url(../images/green-q.png);
}



/* Yellow */
.owl-carousel.owl-drag .owl-item:nth-child(3n + 3) .test-content{
	background:#efe428 !important;
}
.owl-carousel.owl-drag .owl-item:nth-child(3n + 3) .test-content:after{
	background-image:url(../images/yellow-q.png);
}





/* follow insta */

.insta-box figure {
    width: 100%;
    height: 210px;
    overflow: hidden;
    position:relative;
    margin:0;
}
.insta-icon {
    position: absolute;
    background: #00000073;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity:0;
    transition:0.6s;
}
.insta-box figure > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.insta-box:hover .insta-icon {
    opacity: 9;
}
.insta-icon img {
    width: 40px;
}

.Testimonial.space {
    padding-top: 10rem;
}





/* footer */
.link-list {
    margin-bottom: 20px;
}
footer {
    background-color: #faf5f2;
    position: relative;
    padding-top: 60px;
	border-top: 3px solid #eb212e;
}
footer:after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background: #ddd;
    position: absolute;
    bottom: 70px;
}
footer .link-list ul li a {
    color: #000;
    line-height: 28px;
    font-size:1.6rem;
}
.footer_address p, .footer_address a {
    color: #000;
    font-size: 1.6rem;
    display: block;
}
footer .link-list ul li a:hover {
    opacity: 0.9;
    color:#eb212e;
}
.link-btn.fff:hover{
    opacity:0.7;
}
.footer-title h4 {
    color: #000;
    font-weight: 700;
    font-size: 1.6rem;
    text-transform: uppercase;
}
.footer-title {
    margin-bottom: 6px;
}
.footer_links p{
    color: #000;
}
.foot-logo + h5 {
    font-size: 22px;
    line-height: 26px;
    width: 60%;
}
.Conatct-us-box .text a:hover {
    color: #eb212e;
}
.foot-logo + h5 span {
    font-size: 1.8rem;
}
.footstrip-inner a.link-btn:hover{
    text-decoration:none;
}
.footer_links.store-hours {
    position: relative;
}
.foot-logo {
    width: 120px;
    margin-bottom: 10px;
    margin-left: 20px;
} 
.footer_bottom_icon ul {
     padding: 0;
     margin: 0;
     list-style: none;
     display: flex;
     margin-top:15px;
 }
 footer .col-lg-7 {
    padding-left: 0;
}
.newsletter .footer-title {
    margin-bottom: 15px;
}
.footer_address i {
    margin-right: 8px;
    color: #29ade0;
    width:14px;
}
 .footer_bottom_icon ul li {
     margin: 0px 5px 0px 0px;
 }

 .footer_bottom_icon ul li a {
    width: 38px;
    height: 38px;
    display: block;
    background: #ece8e6;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
 }
 .footer_bottom_icon ul li a i {
     font-size: 20px;   
 }
 .footer_bottom_icon ul li a:hover {
     background: #eb212e;
     color: #fff;
 }
.email i {
    font-size: 14px;
}
.work_hours p {
    line-height: 28px;
}
.close-text {
    color: #eb212e;
    font-weight: 600;
    font-size: 1.7rem;
}
.foot-contact {
    display: flex;
    justify-content: space-between;
}
.footer_address p, .footer_address a {
    line-height: 28px;
}
.footstrip-inner p a {
    text-decoration: underline;
    font-size:1.5rem;
}

.footstrip-inner p a:hover {
    text-decoration: none;
    color:#000;
}

/* newsletter */
.newsletter{
    margin-bottom:40px;
}
.newsletter .form-group {
    position: relative;
}

.newsletter .form-group .form-control {
    border: none;
    border-radius: 30px;
    padding-right: 200px;
    height: 46px;
    padding-left: 20px;
    font-size: 1.6rem;
}
.newsletter .form-group .red-btn {
    position: absolute;
    right: 0;
    top: 0;
    min-width:130px;
    text-transform: capitalize;
}
.contact-info {
    margin-left: 50px;
}


.footer-strip {
    padding: 20px 0px;
    margin-top: 40px;
}
.footstrip-inner p {
    color: #000;
    font-size:1.5rem;
    opacity:9;
    font-weight:500;
}

.slider-section.innerpage-banner .carousel-item {
    height: 200px;
    display: block;
}

.service-block .inner-box {
    position: relative;
    display: block;
    padding: 50px 35px 50px;
    text-align: center;
    background: #ffffff;
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.07);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    border-bottom: solid 1px #eee;
    margin-bottom: 30px;
    min-height: 310px;
}
.circle-content h3 {
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.circle-content ul {
    margin-bottom: 20px;
    list-style: circle;
    padding-left: 40px;
}

.circle-content ul li {
    list-style: circle;
    margin-bottom: 16px;
    line-height: 15px;
    color: #000;
}
.prod-sec.program-page:after {
    content:none;
}

.program-page .prod-box {
    background: #faf5f2;
    border-radius: 12px;
    overflow: hidden;
    transition: 0.6s;
    margin-bottom: 30px;
}
.service-block .icon-outer {
    position: relative;
    display: block;
    width: 120px;
    height: 120px;
    padding: 0;
    margin: auto;
    overflow: hidden;
}

.service-block .icon-outer .icon-box {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
}

.services-section-two.Conatct-us-box .service-block h3 {
    position: relative;
    color: #000;
    text-transform: capitalize;
    margin: 0 0 0px;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
}

.service-block .text {
    position: relative;
    display: block;
    color: #2e2d29;
    font-size: 16px;
    line-height: unset; 
    margin-bottom: 5px;
}

.service-block .icon-outer .icon-box img {
    max-width: 100px;
    max-height: 100px;
}



/*step*/
#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

.form-card {
    text-align: left
}

#msform fieldset:not(:first-of-type) {
    display: none
}
#msform .steps {
    font-size: 20px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right;
}

#msform .action-button {
    /* float: left; */
    display: inline-block;
    width: 150px;
}
 

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    /* float: right; */
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #000000
}


ul.list-lower-a>li {
    list-style: lower-alpha;
    margin-bottom: 10px;
}

ul.list-lower-a {
    padding-left: 30px;
    margin-top: 15px;
}

#msform .previous.action-button-previous.red-btn {
    border-radius: 3rem;
    /* float: left; */
}

.susses-icon img {
    width: 100%;
    max-width: 200px;
    margin: auto;
}

.susses-icon {
    text-align: center;
}

.page-links ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.page-links ul li {
    width: 30%;
}

.page-links ul li a {
    display: block;
    padding: 10px;
    border-bottom: solid 1px #eb212e;
    position: relative;
    font-size: 15px;
	padding-right: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.page-links ul li a:hover {
    color: #eb212e;
}

.page-links ul li a:after {
    content: "\f105";
    position: absolute;
    font-family: 'FontAwesome';
    position: absolute;
    right: 0px;
    width: 30px;
    background: #eb212e;
    text-align: center;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #fff;
    bottom: 0;
}

.our-story-bottom h4 {
    margin-bottom: 25px;
}

.our-story-bottom {
    margin-top: 30px;
}

.our-story-bottom ul {
    display: flex;
    flex-wrap: wrap;
}

.our-story-bottom ul li {
    width: 33.3%;
}











.servayForm .form-group label {
    position: relative;
    padding-left: 30px;
    font-size: 18px;
}

.servayForm .form-group label:after {
    content: "Q.";
    display: block;
    height: 20px;
    width: 20px;
    font-weight: 700;
    font-size: 21px;
    position: absolute;
    left: 0;
    top: -2px;
    color: #eb212e;
}
.answr {
    display: inline-block;
    width: 100%;
    padding-left: 30px;
    position: relative;
}
.answr:after {
    content: "A.";
    display: block;
    height: 20px;
    width: 20px;
    font-weight: 700;
    font-size: 21px;
    position: absolute;
    left: 0;
    top: -2px;
    color: #eb212e;
}



.servayForm .form-group textarea.form-control {
    height: 75px;
}

/* tiara 25 may */
.wpcf7-list-item input[type="radio"] {
    position: relative;
    top: 1px;
	margin-right:2px;
}
.wpcf7-list-item {
    display: inline-block;
    margin: 0 !important;
}
/* #cf7mls-next-btn-cf7mls_step-1 { */
    /* border-radius: 3rem; */
    /* padding: 1rem 2.2rem; */
    /* font-size: 1.6rem; */
    /* font-weight: 600; */
    /* background: #eb212e; */
    /* color: #fff; */
    /* border: none; */
    /* min-width: 164px; */
    /* display: inline-block; */
    /* text-align: center; */
    /* overflow: hidden; */
    /* border: 1px solid #eb212e; */
/* } */


#cf7mls-next-btn-cf7mls_step-1 {
    border-radius: 3rem;
    padding: 1rem 2.2rem;
    font-size: 1.6rem;
    font-weight: 600;
    background: #eb212e;
    color: #fff;
    border: none;
    min-width: 164px;
    display: table;
    text-align: center;
    overflow: hidden;
    border: 1px solid #eb212e;
    margin-right: auto;
    margin-left: auto !important;
    float: none;
}


#wpcf7-f260-o1 .d-flex > p br,
.servayForm .d-flex > p br {
    display: none;
}
#wpcf7-f260-o1 .d-flex > p,
.servayForm .d-flex > p {
    width: 100%;
    display: flex;
	position:relative;
}
#wpcf7-f260-o1 .d-flex > p .red-btn,
.servayForm .d-flex > p .red-btn {
    margin-top: 0 !important;
}
.servayForm .d-flex > p .red-btn {
	margin-left:15px;
}
.wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 0px;
    position: absolute !important;
    left: 44%;
    top: 50%;
    transform: translatey(-50%);
}
.wpcf7 form .wpcf7-response-output{
	font-size:14px;
}
.menu-header-menu-container {
    margin-left: auto;
}
.wpcf7-list-item input[type="radio"] + span {
    font-weight: 400;
}
.seniorhighgrade > span {
    margin-right: 8px !important;
    display: inline-block;
}
.wpcf7-list-item-label {
    font-weight: 400;
}


.wpcf7 form.sent .wpcf7-response-output {
    border: 1px solid #46b450;
    text-align: center;
    padding: 10px 14px;
    background: #dcffdf;
    font-size: 16px;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    border-radius: 6px;
	width:85%;
    font-weight: 500;
}

.wpcf7 form.sent .wpcf7-response-output .download-lnk-pdf {
    background: #46b450;
    padding: 4px 10px;
    margin-top: 0;
    display: inline-block;
    font-weight: 500;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    border-radius: 4px;
	margin-left:10px;
}

.wpcf7 form.sent .wpcf7-response-output .download-lnk-pdf:hover {
	background-color:#1d7926;
}


.wpcf7 form.sent .wpcf7-response-output br {
    display: none;
}
.wpcf7 form.invalid .wpcf7-response-output {
    border: 1px solid #ffb900;
    font-size: 12px;
    border-radius: 4px;
	max-width: 70%;
}
.wpcf7-not-valid-tip{
	font-size:13px !important;
}



.wpcf7-form .fieldset-cf7mls .cf7mls-btns {
    min-height: 80px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}



body .cf7mls_back.action-button {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    border-radius: 50px;
    font-size: 1.6rem;
    min-width: 164px;
	padding: 10px 15px !important;
}

body .cf7mls_back.action-button:hover,
body .cf7mls_back.action-button:focus {
	background-color: #000000 !important;
	color:#fff;
	opacity:1;
}

body .cf7mls_next.action-button {
    font-size: 1.6rem;
    font-weight: 600;
    background: #eb212e;
    color: #fff;
    border: none;
    min-width: 150px;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    border: 1px solid #eb212e;
    border-radius: 50px;
    margin-left: 8px !important;
    width: 100px;
    min-width: 164px;
	padding: 10px 15px !important;
}

body .cf7mls_next.action-button:hover,
body .cf7mls_next.action-button:focus {
	background-color: #d31824 !important;
    color: #fff;
    border-color: #d31824;
    box-shadow: 0 0 0 10px transparent;
	opacity:1;
}
.answr br {
    display: none;
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em 0em 0em !important;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
}
.menu-header-menu-container {
    margin-left: auto;
}

form.cf7mls input.wpcf7-form-control.wpcf7-submit {
    padding: 10px 29px !important;
    border-radius: 50px !important;
}

form.cf7mls input.wpcf7-form-control.wpcf7-submit:hover {
	opacity:1 !important;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors svg {
    display: none !important;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    border: 1px solid #ffb900;
    font-size: 12px;
    border-radius: 4px;
    border-color: #ffb900;
    padding: 0.2em 1em;
    color: #000;
}
span.wpcf7-form-control.wpcf7-radio.seniorhighgrade .wpcf7-list-item {
    width: auto;
}



.thank-you-page {
    padding-top: 220px;
}

.thank-you-page .theme-form {
    max-width: 780px;
    margin: 0 auto;
}

.thank-you-page h3 {
    margin-bottom: 10px;
    margin-top: 10px;
}
.thank-you-page p{
   width: 86%;
    margin: 0 auto;
}




span.wpcf7-form-control-wrap[data-name="convictedof-a-crime-601"] .wpcf7-list-item {
    margin-right: 16px !important;
    display: inline-block;
}
.theme-form p {
    position: relative;
}

.wpcf7-number::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
body .cf7mls_back.action-button + br {
    display: none;
}
.parents-center-step6-frm p{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
	flex-direction:row;
}
.servayForm .d-flex.align-items-center {
    width: 100%;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors{
		width: 90%;
}

.wpcf7-form .fieldset-cf7mls .cf7mls-btns:empty {
    display: none;
}
.parents-center-step6-frm .wpcf7-spinner{
	display:none !important;
}

.footer_address a:hover, .footer_address a:hover i {
    color: #eb212e;
}


/* modal */
.comom-dialouge{
	padding-right:0 !important; 
}
.comom-dialouge .modal-header {
    padding: 0;
    border: 0;
    margin-bottom: 15px;
}

.comom-dialouge .modal-header h5 {
    font-size: 30px;
}

.comom-dialouge .modal-body {
    padding: 0;
}

.comom-dialouge .modal-content {
    padding: 60px;
    border: navajowhite;
    border-radius: 10px;
	text-align:left !important;
}

.comom-dialouge .modal-body p {
    margin-bottom: 15px;
}

.comom-dialouge .close {
    font-size: 50px;
    font-weight: 200;
    padding: 0 !important;
}
.comom-dialouge .modal-dialog{
	max-width: 700px;
}
.modal-open {
    padding-right: 0 !important;
}







@media screen and (min-width:767px) and (max-width:991px) {
	.wpcf7-spinner{
		left:55%;
	}
}



@media screen and (max-width: 991px){
	footer .col-lg-7 {
		padding-left: 15px !important;
	}
	#program-dialouge-box .modal-content {
		padding: 30px;
	}
}

@media (max-width:767px){
	#program-dialouge-box .modal-content {
		padding: 20px;
	}
	.prod-box{
		margin-bottom:20px;
	}
	.footer_address i{
		    margin-right: 2px;
			text-indent: 0px;
	}
	.footer_address p {
		text-indent: -16px;
		padding-left: 16px;
	}
	.wpcf7 form.sent .wpcf7-response-output{
		flex-direction:column;
		    line-height: 14px;
			font-size:12px;
			text-align:center;
	}
	.wpcf7 form.sent .wpcf7-response-output .download-lnk-pdf{
		    margin-top: 7px;
			font-size:12px;
	}
	div#wpcf7-f260-o1 .d-flex > p,
	.servayForm .d-flex > p{
		flex-direction:column;
		
	}
	
	#wpcf7-f259-o2 .d-flex > p {
		padding-left:15px;
		padding-right:15px;
	}
	
	#wpcf7-f260-o1 .d-flex > p .red-btn,
	.servayForm .d-flex > p .red-btn {
		margin-top: 0 !important;
		margin-left: 0 !important;
		margin-bottom: 10px;
	}
	.parents-center-step6-frm p{
		display: flex;
		flex-direction:column;
		align-items:center;
		justify-content:center;
	}
	.wpcf7-spinner{
		top: 23px;
		right: 7px;
		left: auto;
	}
	.thank-you-page {
		padding-top: 150px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.thank-you-page p{
		width:100%;
	}
	body .cf7mls_back.action-button{
		min-width: 164px !important;
		margin:0 !important;
		height: 48px !important;
	}
	form.cf7mls input.wpcf7-form-control.wpcf7-submit{
		max-width: 164px !important;
	}
	.Testimonial.space {
		padding-bottom:25px;
	}

}



@media (max-width:574px){
	.wpcf7 form.sent .wpcf7-response-output{
		width:100%;
	}
}


@media only screen and (min-device-width: 500px) 
                   and (max-device-width: 1000px) 
                   and (orientation: landscape) {

.carousel-item {
    height: 80vh !important;
}
}







