/*
Theme Name: Understrap Child
Theme URI: https://understrap.com
Template: understrap
Author: Howard Development &amp; Consulting
Author URI: https://howarddc.com
Description: The renowned WordPress starter theme framework that combined Underscores and Bootstrap. Trusted by more than 100,000 developers for building handcrafted, custom WordPress sites.
Tags: one-column,two-columns,three-columns,left-sidebar,right-sidebar,custom-background,custom-logo,custom-menu,featured-images,footer-widgets,full-width-template,theme-options,translation-ready,block-styles,wide-blocks,editor-style,threaded-comments,accessibility-ready
Version: 1.2.4.1753257032
Updated: 2025-07-23 07:50:32

*/



@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Kalnia:wght@100..700&display=swap');


@import url("style-2.css");


@font-face {
    font-family: 'Proxima Nova Bl';
    src: url('fonts/ProximaNova-BlackIt.woff2') format('woff2'),
        url('fonts/ProximaNova-BlackIt.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Bl';
    src: url('fonts/ProximaNova-Black.woff2') format('woff2'),
        url('fonts/ProximaNova-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Bl';
    src: url('fonts/ProximaNova-Black.woff2') format('woff2'),
        url('fonts/ProximaNova-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('fonts/ProximaNova-Bold.woff2') format('woff2'),
        url('fonts/ProximaNova-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('fonts/ProximaNova-ExtraBold.woff2') format('woff2'),
        url('fonts/ProximaNova-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Lt';
    src: url('fonts/ProximaNova-Light.woff2') format('woff2'),
        url('fonts/ProximaNova-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('fonts/ProximaNova-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('fonts/ProximaNova-BoldIt.woff2') format('woff2'),
        url('fonts/ProximaNova-BoldIt.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}






body{
	background-color: #ffff;
	 font-family: 'Proxima Nova Rg';
}

body p{
		 font-family: 'Proxima Nova Rg';
		 font-size: 16px;
		 line-height: 28px;
		 color: #222222;
		 font-weight: 400;
}

body a{
	text-decoration:none !important;
}

h1,h2,h3,h4,h5,h6 {
   font-family: 'Proxima Nova Rg';
	font-weight: 400;
}

.mobshow{
	display:none !important;
}


/**************** Tab responsive Start *********************/
@media only screen and (min-width: 767px) and (max-width: 1023px){
.ipad{width:100%!important;}
.deskshow {display:none!important ;}
.mobshow {display:block!important;}
.vegacontainer {width:100%!important; margin:0 auto!important;}

	.ipad-50 {
    width: 50% !important;
    margin-bottom: 30px;
}
	/************** header responsive start	 *************/
	
.navbar-brand img {
    max-width: 185px !important;
    margin-left: 0px;
}

#mega-menu-wrap-primary .mega-menu-toggle {
    position: absolute;
    right: -12px;
    top: -43px;
}

#mega-menu-wrap-primary .mega-menu-toggle {
    z-index: 1;
    cursor: pointer;
    background: #00000000;
    border-radius: 35px;
    line-height: 40px;
    height: 40px;
    text-align: -webkit-right;
    user-select: none;
    -webkit-tap-highlight-color: #0000;
    outline: none;
    white-space: nowrap;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner{
		width: 33px;
		height: 2px;
		background-color: #fff;
		border-radius: 4px;
		position: absolute;
		transition-property: transform;
		transition-duration: 0.15s;
		transition-timing-function: ease;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before{
			width: 33px;
			height: 2px;
			background-color: #fff;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after{
			width: 33px;
			height: 2px;
			background-color: #fff;
}
	
#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
        display: block;
        position: absolute;
        width: 100%;
        background: #f7b170;
        box-shadow: 0 2px 5px 1px rgba(64, 60, 67, .16);
        top: 9px;
}
	
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
    background-color: transparent;
    font-weight: 500;
    color: #ffffff !important;
}
	
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
        display: list-item;
        margin: 0;
        clear: both;
        border: 0;
        border-bottom: 1px solid #ffffff6e;
        padding: 7px 0;
    }
	
#mega-menu-wrap-primary #megaa-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-size: 14px;
    color: #222 !important;
    font-weight: 400;
   font-family: 'Proxima Nova Rg';
}
	
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    z-index: 999;
    position: relative !important;
    width: 100% !important;
    max-width: none;
    padding: 0px 0;
    border: 0;
    background: #38266b;
    border-radius: 0;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover::before{
		display:none !important;
}
	
.home #content.site-content {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link::before {
    transform-origin: 0% 0% !important;
    transform: scale3d(0,0,0) !important;
}

	
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column {
    width: 100% !important;
    clear: both;
}

	
/************** header responsive End	 *************/	
	
body	header#wrapper-navbar {
    margin-bottom: 0;
    background-color: #21409a !important;
    box-shadow: none;
    padding: 9px 0px;
    position: relative;
    z-index: 99;
    box-shadow: 0 0.5rem 1rem rgb(2 2 14 / 12%), inset 0 0px 0 rgb(48 48 48 / 83%);
}
	
body.home div#content {
    margin-top: 0px !important;
    overflow: hidden;
    position: relative;
}
	
.home .entry-content{
	margin:0;
}
	
nav.navbar.navbar-expand-xl.p-0 {
    display: block;
}

	body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
   font-family: 'Proxima Nova Rg';
    margin-left: 0px;
    height: auto;
    line-height: normal;
    padding-right: 18px;
}
	
body	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus {
    background: transparent;
    font-weight: 400;
   font-family: 'Proxima Nova Rg';
    text-decoration: none;
    border-color: #000000;
    color: #fff;
}
	
/* Home Page start */

body .menu-row {
    display: block;
    padding: 0 !important;
}
	
	
body .navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
    display: block;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
    margin-left: 15px;
    margin-right: 15px;
}
	

	
	body .row{
		margin:0 !important;
		=:
		hidden !important;
	}
	

body	header#wrapper-navbar:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 45px;
    background-image: url(https://eurokidspreschoolraghunathpur.com/wp-content/uploads/2025/07/header-bg.png);
    bottom: -40px;
    z-index: 0;
    background-repeat: repeat-x;
    background-size: contain;
}

	
body	.home-about-sec {
    padding-left: 0px;
    padding-bottom: 80px;
    padding-top: 0px;
    position: relative;
}
	
	body h2.main-heading {
    font-size: 25px;
    line-height: 20px;
    color: #21409a;
    font-weight: bold;
    font-family: "Proxima Nova";
    line-height: normal;
}
	
	body .home-about-sec:before {
   display:none;
}
	
	
body	.about-gallery-img ul li {
    max-width: 100% !important;
    position: relative;
}
	
	body .about-gallery-img ul li a img {
    min-width: 770px !important;
    position: relative;
    object-fit: cover;
}
	
	body .why-us-box {
    width: 100%;
    min-height: 144px;
    border-radius: 81px;
    box-shadow: inset 0 0 10px rgba(217, 185, 165, 0.3);
    background-color: #f4eae4;
    border: 1px solid #ffddd2;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    position: relative;
    padding: 15px;
}
	
	
body	a.thm-btn {
    border-radius: 22px;
    background-color: #ea1d46;
    padding: 10px 40px;
    color: #fff;
    position: relative;
    border: 1px solid transparent;
    top: 0px;
    right: 0px;
    transition: 0.6s ease all;
}
	
body	.home-gallery-section {
    padding-right: 0px;
    position: relative;
    padding-top: 40px;
    padding-bottom: 80px;
}
	
 body	.our-gallery-row ul li {
    max-width: 100% !important;
    position: relative;
}
	
    body .our-gallery-row ul li a img {
        min-width: 770px !important;
        position: relative;
        object-fit: cover;
    }
	
	body .home-gallery-section:before {
   display:none;
}
	
	body h4.vc_tta-panel-title.vc_tta-controls-icon-position-left {
    padding: 0 10px;
    border-top: 1px solid #21409a;
}
	
	body .faq-section-home .accordation-for-width h4.vc_tta-panel-title.vc_tta-controls-icon-position-left a {
    border-radius: 0px;
    color: #222;
    padding: 17px 2px;
    padding-left: 30px;
    position: relative;
    margin: 4px 0;
    filter: drop-shadow(0 0 7.5px rgba(252, 225, 213, 0.35));
    background-color: transparent;
    font-family: 'Comfortaa';
    font-size: 12px;
    line-height: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #21409a;
    font-family: 'Proxima Nova Rg';
}
	
body	.faq-section-home .accordation-for-width h4.vc_tta-panel-title.vc_tta-controls-icon-position-left a:before {
    content: '';
    background-image: url(https://eurokidspreschoolraghunathpur.com/wp-content/uploads/2025/07/star-icon.png);
    position: absolute;
    width: 20px;
    left: 1px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 5px;
}
	
body	.faq-section-home .accordation-for-width.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
    border-radius: 15px !important;
    padding: 0px 16px;
    margin: 10px 0;
    margin-top: 0;
    background-color: transparent;
    border: 0;
}
	
	body	.faq-section-home .accordation-for-width.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body  p {
        font-family: 'Proxima Nova Rg';
    font-size: 14px;
    line-height: 22px;
    color: #222222;
    font-weight: 400;
		text-align:justify;
}
	
	
	body .faq-section-home {
    padding-top: 40px;
    padding-bottom: 40px;
}
	
	
	
	body	h2.subtile-heading {
    font-size: 23px;
    line-height: 27px;
    color: #21409a;
    font-weight: bold;
    font-family: "Proxima Nova";
    text-align: center;
}
	
	
 
	
body	.site-info:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 53px;
    background-image: url(https://eurokidspreschoolraghunathpur.com/wp-content/uploads/2025/07/header-bg.png);
    -webkit-transform: scaleX(-1);
    transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: "FlipV";
    background-repeat: no-repeat;
    top: -40px;
}

	.fotoer-address .container {
    padding: 0;
}
	
body	.fotoer-address {
    width: 100%;
    position: relative;
}
	
body	span.wpcf7-spinner {
    position: relative;
}
	
	
body	#pum-158.pum-theme-149 .pum-container, .pum-theme-lightbox .pum-container {
    border: 0;
    background-color: #21409a;
    padding: 40px 20px;
    width: 91% !important;
}
	
	
 body	.service-box .btn {
    opacity: 1;
    transition: 0.6s ease all;
    top: -10px;
}

	
body	    .container, .container-md, .container-sm {
        max-width: 100%;
    }



}
/**************** Tab responsive End *********************/


/**************** Mobile responsive Start *********************/

@media only screen and (min-width: 320px) and (max-width: 767px){
.deskshow {display:none!important;}
.mobshow {display:block!important;}
.vegacontainer {width:100%!important; margin:0 auto!important;}

/************** header responsive start	 *************/
	
.navbar-brand img {
    max-width: 185px !important;
    margin-left: 0px;
}

#mega-menu-wrap-primary .mega-menu-toggle {
    position: absolute;
    right: -12px;
    top: -43px;
}

#mega-menu-wrap-primary .mega-menu-toggle {
    z-index: 1;
    cursor: pointer;
    background: #00000000;
    border-radius: 35px;
    line-height: 40px;
    height: 40px;
    text-align: -webkit-right;
    user-select: none;
    -webkit-tap-highlight-color: #0000;
    outline: none;
    white-space: nowrap;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner{
		width: 33px;
		height: 2px;
		background-color: #fff;
		border-radius: 4px;
		position: absolute;
		transition-property: transform;
		transition-duration: 0.15s;
		transition-timing-function: ease;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before{
			width: 33px;
			height: 2px;
			background-color: #fff;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after{
			width: 33px;
			height: 2px;
			background-color: #fff;
}
	
#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
        display: block;
        position: absolute;
        width: 100%;
        background: #f7b170;
        box-shadow: 0 2px 5px 1px rgba(64, 60, 67, .16);
        top: 9px;
}
	
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
    background-color: transparent;
    font-weight: 500;
    color: #ffffff !important;
}
	
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
        display: list-item;
        margin: 0;
        clear: both;
        border: 0;
        border-bottom: 1px solid #ffffff6e;
        padding: 7px 0;
    }
	
#mega-menu-wrap-primary #megaa-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-size: 14px;
    color: #222 !important;
    font-weight: 400;
   font-family: 'Proxima Nova Rg';
}
	
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    z-index: 999;
    position: relative !important;
    width: 100% !important;
    max-width: none;
    padding: 0px 0;
    border: 0;
    background: #38266b;
    border-radius: 0;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover::before{
		display:none !important;
}
	
.home #content.site-content {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link::before {
    transform-origin: 0% 0% !important;
    transform: scale3d(0,0,0) !important;
}

	
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column {
    width: 100% !important;
    clear: both;
}

	
/************** header responsive End	 *************/	
	
body	header#wrapper-navbar {
    margin-bottom: 0;
    background-color: #21409a !important;
    box-shadow: none;
    padding: 9px 0px;
    position: relative;
    z-index: 99;
    box-shadow: 0 0.5rem 1rem rgb(2 2 14 / 12%), inset 0 0px 0 rgb(48 48 48 / 83%);
}
	
body.home div#content {
    margin-top: 0px !important;
    overflow: hidden;
    position: relative;
}
	
.home .entry-content{
	margin:0;
}
	
nav.navbar.navbar-expand-xl.p-0 {
    display: block;
}

	body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
   font-family: 'Proxima Nova Rg';
    margin-left: 0px;
    height: auto;
    line-height: normal;
    padding-right: 18px;
}
	
body	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus {
    background: transparent;
    font-weight: 400;
   font-family: 'Proxima Nova Rg';
    text-decoration: none;
    border-color: #000000;
    color: #fff;
}
	
/* Home Page start */

body .menu-row {
    display: block;
    padding: 0 !important;
}
	
	
body .navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
    display: block;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
    margin-left: 15px;
    margin-right: 15px;
}
	

	
	body .row{
		margin:0 !important;
		=:
		hidden !important;
	}
	

body	header#wrapper-navbar:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 45px;
    background-image: url(https://eurokidspreschoolraghunathpur.com/wp-content/uploads/2025/07/header-bg.png);
    bottom: -40px;
    z-index: 0;
    background-repeat: repeat-x;
    background-size: contain;
}

	
body	.home-about-sec {
    padding-left: 0px;
    padding-bottom: 80px;
    padding-top: 0px;
    position: relative;
}
	
	body h2.main-heading {
    font-size: 25px;
    line-height: 20px;
    color: #21409a;
    font-weight: bold;
    font-family: "Proxima Nova";
    line-height: normal;
}
	
	body .home-about-sec:before {
   display:none;
}
	
	
body	.about-gallery-img ul li {
    max-width: 100% !important;
    position: relative;
}
	
	body .about-gallery-img ul li a img {
    min-width: 100% !important;
    position: relative;
    object-fit: cover;
}
	
	body .why-us-box {
    width: 100%;
    min-height: 144px;
    border-radius: 81px;
    box-shadow: inset 0 0 10px rgba(217, 185, 165, 0.3);
    background-color: #f4eae4;
    border: 1px solid #ffddd2;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    position: relative;
    padding: 15px;
}
	
	
body	a.thm-btn {
    border-radius: 22px;
    background-color: #ea1d46;
    padding: 10px 40px;
    color: #fff;
    position: relative;
    border: 1px solid transparent;
    top: 0px;
    right: 0px;
    transition: 0.6s ease all;
}
	
body	.home-gallery-section {
    padding-right: 0px;
    position: relative;
    padding-top: 40px;
    padding-bottom: 80px;
}
	
 body	.our-gallery-row ul li {
    max-width: 100% !important;
    position: relative;
}
	
	body .our-gallery-row ul li a img
 {
    min-width: 100% !important;
    position: relative;
    object-fit: cover;
}
	
	body .home-gallery-section:before {
   display:none;
}
	
	body h4.vc_tta-panel-title.vc_tta-controls-icon-position-left {
    padding: 0 10px;
    border-top: 1px solid #21409a;
}
	
	body .faq-section-home .accordation-for-width h4.vc_tta-panel-title.vc_tta-controls-icon-position-left a {
    border-radius: 0px;
    color: #222;
    padding: 17px 2px;
    padding-left: 30px;
    position: relative;
    margin: 4px 0;
    filter: drop-shadow(0 0 7.5px rgba(252, 225, 213, 0.35));
    background-color: transparent;
    font-family: 'Comfortaa';
    font-size: 12px;
    line-height: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #21409a;
    font-family: 'Proxima Nova Rg';
}
	
body	.faq-section-home .accordation-for-width h4.vc_tta-panel-title.vc_tta-controls-icon-position-left a:before {
    content: '';
    background-image: url(https://eurokidspreschoolraghunathpur.com/wp-content/uploads/2025/07/star-icon.png);
    position: absolute;
    width: 20px;
    left: 1px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 5px;
}
	
body	.faq-section-home .accordation-for-width.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
    border-radius: 15px !important;
    padding: 0px 16px;
    margin: 10px 0;
    margin-top: 0;
    background-color: transparent;
    border: 0;
}
	
	body	.faq-section-home .accordation-for-width.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body  p {
        font-family: 'Proxima Nova Rg';
    font-size: 14px;
    line-height: 22px;
    color: #222222;
    font-weight: 400;
		text-align:justify;
}
	
	
	body .faq-section-home {
    padding-top: 40px;
    padding-bottom: 40px;
}
	
	
	
	body	h2.subtile-heading {
    font-size: 23px;
    line-height: 27px;
    color: #21409a;
    font-weight: bold;
    font-family: "Proxima Nova";
    text-align: center;
}
	
	
 
	
body	.site-info:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 53px;
    background-image: url(https://eurokidspreschoolraghunathpur.com/wp-content/uploads/2025/07/header-bg.png);
    -webkit-transform: scaleX(-1);
    transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: "FlipV";
    background-repeat: no-repeat;
    top: -40px;
}

	.fotoer-address .container {
    padding: 0;
}
	
body	.fotoer-address {
    width: 100%;
    position: relative;
}
	
body	span.wpcf7-spinner {
    position: relative;
}
	
	
body	#pum-158.pum-theme-149 .pum-container, .pum-theme-lightbox .pum-container {
    border: 0;
    background-color: #21409a;
    padding: 40px 20px;
    width: 91% !important;
}
	
	
 body	.service-box .btn {
    opacity: 1;
    transition: 0.6s ease all;
    top: -10px;
}

body .site-info {
    padding-bottom: 70px;
}
	body .icon-bar1{
		margin-bottom:20px;
	}
	
}
/**************** Mobile responsive End *********************/






/**************** Start Header menu  ********************/

header#wrapper-navbar {
    margin-bottom: 0;
    background-color: #ffffff24;
    box-shadow: none;
    padding: 0px 0px;
    position: relative;
    z-index: 99;
    box-shadow: 0 -0.5rem 1rem rgb(0 0 0 / 12%), inset 0 -1px 0 rgba(0, 0, 0, .1);
}

header#masthead.sticky {
    background-color: #ffffff;
}


.navbar-brand img {
    max-width: 100%;
}

.navbar-brand {
    margin: 0;
    padding: 0;
    padding-bottom: 0px;
    padding-top: 0px;
}


div#mega-menu-wrap-primary {
    background-color: transparent;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-size: 16px;
    color: #ffff;
    font-weight: 400;
    font-family: 'Proxima Nova Rg';
    margin: 0 27px;
    height: auto;
    line-height: normal;
    padding-right: 17px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
    background-color: transparent;
    font-weight: 400;
    color: #ffff;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover{
	background-color: transparent;
	color: #221845;
	font-weight: 500;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
        background: transparent !important;
        color: #ffffff;
   font-family: 'Proxima Nova Rg';
        font-weight: 400;
        text-decoration: none;
        border-color: #fff;
    }

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus {
        background: transparent;
        font-weight: 400;
     font-family: 'Proxima Nova Rg';
        text-decoration: none;
        border-color: #000000;
        color: #fff;
    }

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link {
    background-color: transparent;
    color: #222;
}


#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    z-index: 999;
    position: absolute;
    width: 286px;
    max-width: none;
    padding: 0px 0;
    border: 0;
    background: #f79009;
    border-radius: 0;
    top: 34px;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 5px;
    width: 100%;
    border-bottom: 1px solid #eeee;
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 25px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    color: #fff;
   font-family: 'Proxima Nova Rg';
    font-size: 16px;
    text-transform: capitalize;
    text-decoration: none;
    font-weight: 400;
    text-align: left;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    vertical-align:top;
    display: block;
    border: 0;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    z-index: 999;
    border-radius: 0;
    background: #87477a;
    border: 0;
    position: absolute;
    min-width: 735px;
    padding: 15px;
    left: 0px;
    box-shadow: 0 0px 5px 2px rgba(64, 60, 67, .16);
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    display: block;
    background: transparent;
    color: #fff;
 font-family: 'Proxima Nova Rg';
    font-size: 14px;
    font-weight: 400;
    padding: 0px 10px 0px 10px;
    line-height: 35px;
    text-decoration: none;
    text-transform: none;
    vertical-align: baseline;
    transition: 0.6s ease all;
    border-bottom: 1px solid #ffffff;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child a.mega-menu-link {
    border: 0;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link::before {
      transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
}
	
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-6-of-12 {
        width: 49%;
        margin-left: 5px;
    }

    
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu:hover li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item:hover > a.mega-menu-link {
	color: #fff;
	font-weight: 400;
/* 	background-color:#190f17; */
  font-family: 'Proxima Nova Rg';
	transition: all .5s ease-in-out;
	
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover{
    background: #e03525;
    font-weight: normal;
    text-decoration: none;
    color: #ffffff;
}
a {
    color: #ff1276;
}


/*************** End Header menu  ************/


/* sticky header css start */

.sticky {
  position: sticky!important;
  top: 0;
  width: 100%;
  z-index: 129!important;
  transition:all 0.6s ease-in-out;
  animation:smothScroll 1s forwards;
}
@keyframes smothScroll{
	0%{
		transform:translateY(-40px);
	}
	100%{
		transform:translateY(0px);
	}
}
.sticky + .site-content {
  padding-top: 102px;
}

/* sticky header css End */


/* 	Main Header start */
	
.navbar-brand img {
    max-width: 267px;
}

	
/* mian header end */	

header#wrapper-navbar {
    margin-bottom: 0;
    background-color: #21409a;
    box-shadow: none;
    padding: 22px 0px;
    position: relative;
    z-index: 99;
    /* box-shadow: 0 -0.5rem 1rem rgb(0 0 0 / 12%), inset 0 -1px 0 rgba(0, 0, 0, .1); */
    overflow: visible;
    padding-bottom: 10px;
}





	
.menu-row {
    display: flex;
    justify-content: space-between;
    gap: 0px;
    align-items: center;
    padding-top: 10px;
    flex-direction: row-reverse;
}
	
/* Top Header Start */
section.top-header {
    padding: 0px 0;
    background-image: linear-gradient(250deg, #eee 0%, #eee 100%);
}

.mob-number a {
    font-size: 29px;
    color: #272643;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.mob-number img {
    max-width: 38px;
    margin-right: 10px;
}

#content.site-content {
    padding-bottom: 10px;
    padding-top: 10px;
}


a.link-img
 {
    position: absolute;
    top: 22px;
    left: 101px;
}


#mega-menu-wrap-primary #mega-menu-primary > li.menu-btn > a.mega-menu-link {
    border-radius: 21px;
    background-color: #f7af6f;
    padding: 0px 30px;
    font-size: 14px;
    line-height: 40px;
    color: #272643;
    font-weight: 400;
   font-family: 'Proxima Nova Rg';
    text-align: center;
    margin: 0 0 0 81px;
}


.mob-number {display: flex;justify-content: center;}

/* Top Header End */


.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
    display: block;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}


nav#main-nav {
    padding: 0;
}


.wrapper {
    padding: 0rem 0;
}



#mega-menu-wrap-primary #mega-menu-primary > li.menu-btn > a.mega-menu-link:hover {
    background-color: #ffff;
    color: #272643;
}

header#wrapper-navbar:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 45px;
    background-image: url(https://eurokidspreschoolraghunathpur.com/wp-content/uploads/2025/07/header-bg.png);
    background-repeat: repeat-x;
    bottom: -20px;
    z-index: 0;
}


.header-box {
    display: flex;
    gap: 9px;
    align-items: center;
    justify-content: flex-end;
}

.header-icon {
    min-width: 82px;
}

.header-box-content p {
    color: #ffff;
    margin: 0;
    line-height: normal;
}

.header-box-content a {
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
   font-family: 'Proxima Nova Rg';
}

span.number {
    color: #fff;
}


/* ++++++++++
===================== 
Home page Start 
===================== 
++++++++++++  */


/* About Us Section  Start */

h2.main-heading {
    font-size: 44px;
    line-height: 20px;
    color: #21409a;
    font-weight: bold;
    font-family: "Proxima Nova";
    line-height: normal;
}

.about-gallery-img ul li {
    max-width: 265px !important;
    position: relative;
}


.about-gallery-img ul li a img {
    min-width: 279px !important;
    position: relative;
    object-fit: cover;
}

.about-gallery-img {
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.home-about-sec {
    padding-left: 50px;
    padding-bottom: 80px;
    padding-top: 80px;
    position: relative;
}

.home-about-sec:before {
    position: absolute;
    content: '';
    width: 140px;
    height: 422px;
    background-image: url(https://eurokidspreschoolraghunathpur.com/wp-content/uploads/2025/07/about-bg-img.jpg);
    left: -90px;
    background-repeat: no-repeat;
    bottom: 120px;
}

/* About Us Section  End */


/* Faq Section */
.faq-section {
    padding-top: 50px;
    padding-bottom: 30px;
}
	
	.faq-section-home .accordation-for-width h4.vc_tta-panel-title.vc_tta-controls-icon-position-left a{border-radius: 0px;color: #222;padding: 17px 51px;position: relative;margin: 4px 0;filter: drop-shadow(0 0 7.5px rgba(252,225,213,0.35));background-color: transparent;font-family: 'Comfortaa';font-size: 12px;line-height: normal;font-weight: 600;font-size: 20px;line-height: 20px;color: #21409a;font-family: 'Proxima Nova Rg';}

.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a {
	color: #21409a !important;
}

.faq-section-home  .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading{
	    border-color: transparent !important;
    background-color: transparent !important;
}


.faq-section-home .accordation-for-width i.vc_tta-controls-icon.vc_tta-controls-icon-plus {
    right: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
}
.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus:before{
    border-color: #f7f9ff !important;
}
.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus:after{
    border-color: #f7f9ff !important;
}

.faq-section-home .accordation-for-width h4.vc_tta-panel-title.vc_tta-controls-icon-position-left a:before{
    content: '';
    background-image: url(https://eurokidspreschoolraghunathpur.com/wp-content/uploads/2025/07/star-icon.png);
    position: absolute;
    width: 30px;
    left: 11px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top:-5px;
}


.faq-section-home .accordation-for-width.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body{border-radius: 15px !important;padding: 0px 37px;margin: 10px 0;margin-top: 0;background-color: transparent;border: 0;}







img.firt-chakra-2 {
    position: relative;
    animation: rotation 10s infinite linear;
}


	
p.faq-pehra {
    font-size: 12px;
    line-height: 26px;
    color: #222222;
}	

.accordation-for-width {
    border-radius: 30px;
    background-color: #f7f9ff;
    border: 1px solid #ffffff;
    padding: 10px 0;
    padding-bottom: 0;
}

h4.vc_tta-panel-title.vc_tta-controls-icon-position-left {
    padding: 0 30px;
    border-top: 1px solid #21409a;
}

.border-zero h4.vc_tta-panel-title.vc_tta-controls-icon-position-left {
border:0 !important;
}


/* faq Section End */
	
/*  testimonial Section Start*/
.testimonial-section {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #fbf5f3;
}

.faq-section-home {
    padding-top: 80px;
    padding-bottom:40px;
}

a.thm-btn {
    border-radius: 22px;
    background-color: #ea1d46;
    padding: 8px 40px;
    color: #fff;
    position: absolute;
    border: 1px solid transparent;
    top: 10px;
    right: 60px;
    transition: 0.6s ease all;
}

a.thm-btn:hover {
    background-color: #21409f;
    border: 1px solid #fff;
    transition: 0.6s ease all;
}

/*  Testimonial Section End */

/* Services Section end  */


.br-blue {
    border: 1px solid #21409a;
}

.services-img {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
}

.btn a {
    color: #fff;
    display: block;
    padding: 10px 40px;
    text-align: center;
    margin: 0 auto;
    position: relative;
}

.bg-blue {
    background-color: #21409a;
}

.service-box .btn {
    padding: 0;
    border-radius: 30px;
    opacity: 0;
    position: relative;
    margin-top: -20px;
    margin-bottom: 0px;
    transition: 0.6s ease all;
    top: 0px;
}

.service-box {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.services-content.bg-pink {
    background-color: #ea1d46;
}

.services-content {
    height: 261px;
    border-radius: 30px;
    padding: 30px;
    position: relative;
}

.services-content img {
    position: absolute;
    right: 20px;
    bottom: 27px;
}

.services-content p {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    font-family: 'Proxima Nova Rg';
}

.services-content h4 {
    font-size: 24px;
    letter-spacing: 3px;
    line-height: 28px;
    text-transform: uppercase;
    color: #ffffff;
    font-family: 'Proxima Nova Rg';
}

.services-content p.age-box {
    max-width: 216px;
    border-radius: 0px 22px 22px 22px;
    background-color: #ffffff45;
    padding: 10px 30px;
    font-size: 14px;
    line-height: 28px;
    color: #ffffff !important;
    font-family: 'Proxima Nova Rg';
    vertical-align: middle;
    margin-bottom: 10px;
}

.services-content a {
    border-radius: 20px;
    background-color: #ffffff;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 24px;
    color: #222222;
    font-weight: 400;
    font-family: 'Proxima Nova Rg';
    text-align: center;
}

.service-box:hover .btn {
    opacity: 1;
    transition: 0.6s ease all;
    top: -10px;
}

.service-box .btn:hover {
    background-color: #000;
}

.services-img.br-pink {
    border: 1px solid #ea1d46;
}

 .bg-pink {
    background-color: #ea1d46;
}
 
/* Services section End */


/* home gallery Section Start */


.our-gallery-row {
	border-radius:30px;
	position:relative;
	overflow:hidden;
}

.home-gallery-section {
    padding-right: 85px;
    position:relative;
    padding-top: 80px;
    padding-bottom: 80px;
}

.our-gallery-row ul li {
    max-width: 252px !important;
    position: relative;
}

.our-gallery-row ul li a img {
    min-width: 279px !important;
    position: relative;
    object-fit: cover;
}

.home-gallery-section:before {
    position: absolute;
    content: '';
    width: 179px;
    height: 450px;
    background-image: url(https://eurokidspreschoolraghunathpur.com/wp-content/uploads/2025/07/gallery-bunny-img.jpg);
    right: -90px;
    background-repeat: no-repeat;
    bottom: 110px;
}


/* Home Page Gallery Section End */


/* Home Why choose Us Section start */
.why-choose-us-section {
    padding-top: 80px;
    padding-bottom: 40px;
    background-color: #fbf5f3;
}

li.why-icon {
    min-width: 82px;
    min-height: 82px;
    border-radius: 41px;
    background-color: #ea1d46;
    display: flex;
    justify-content: center;
    align-items: center;
}

.why-us-box ul {
    display: flex;
    padding: 0;
    gap: 10px;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.why-us-box {
    width: 100%;
    min-height: 144px;
    border-radius: 81px;
    box-shadow: inset 0 0 10px rgba(217,185,165,0.3);
    background-color: #f4eae4;
    border: 1px solid #ffddd2;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

.hover-content {
    position: absolute;
    opacity: 0;
    text-align: center;
    top: 180px;
    transition: 0.6s ease all;
    display: flex;
    justify-content: center;
    align-items: center;
}

li.why-content p {
    font-size: 16px;
    line-height: 28px;
    color: #222222;
    font-weight: bold;
    font-family: "Proxima Nova";
    text-align: justify;
}


.why-us-box:hover .hover-content {
    opacity: 1;
    background-color: #f4eae4f2;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    transition: 0.6s ease all;
}


a.show-btn {
    border-radius: 25px;
    background-color: #ffffff;
    font-size: 16px;
    line-height: 28px;
    color: #ea1d46;
    font-family: 'Proxima Nova Rg';
    text-align: center;
    padding: 10px 29px;
    transition: 0.6s ease all;
}

a.show-btn:hover {
    background-color: #ea1d46;
    transition: 0.6s ease all;
    color: #fff;
}

.bunny {
    position: absolute;
    width: 100%;
    top: -190px;
    z-index: 1;
}


/* Home Why choose Us Section End */

/* Footer Section Start */

.footer-form-section {
    text-align: center;
    padding: 50px 30px 45px;
    background-color: #21409a;
    position: relative;
    z-index: 5;
}

.site-info {
    background-color: #21409a;
    padding: 24px 0;
    margin-top: -10px;
    position: relative;
    margin: 0;
}

.site-info p {
    color: #fff;
    font-size: 12px;
    line-height: 28px;
    color: #ffffff;
   font-family: 'Proxima Nova Rg';
    text-align: center;
	margin-bottom:0px;
}

.site-info:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 48px;
    background-image: url(https://eurokidspreschoolraghunathpur.com/wp-content/uploads/2025/07/header-bg.png);
    -webkit-transform: scaleX(-1);
    transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: "FlipV";
    background-repeat: no-repeat;
    top: -24px;
    z-index: 99;
}


.fotoer-address {
    width: 100%;
    position: absolute;
}

.form-headig h4 {
    font-size: 22px;
    color: #ffffff;
    font-weight: bold;
    font-family: "Proxima Nova";
    text-align: center;
    margin: 0;
}

.form-headig p {
    font-size: 14px;
    line-height: normal;
    color: #ffffff;
}

.footer-form-section p {
    font-size: 14px;
    line-height: 28px;
    color: #ffffff;
    nter;
}

.home-form input.home-input {
    height: 46px;
    border-radius: 23px;
    background-color: #ffffff;
    border-radius: 40px;
    font-size: 14px;
    line-height: 60px;
    padding-right: 51px;
    color: #222222;
}

.home-form input.home-input::placeholder{
	color: #222222;
}

.home-form  input.wpcf7-form-control.home-submit-btn {
    width: 100%;
    height: 46px;
    border-radius: 23px;
    background-color: #ea1d46;
    font-size: 12px;
    text-transform: uppercase;
    color: #ffffff;
}

span.wpcf7-spinner {
    position: absolute;
}

.footer-form-section:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 19px;
    background-image: url(https://eurokidspreschoolraghunathpur.com/wp-content/uploads/2025/07/form-top-bg.png);
    background-repeat: no-repeat;
    left: 0;
    top: -17px;
    background-size: cover;
}

.home-form {
    padding-top: 40px;
}

.username {
    position: relative;
}

.username:before {
    position: absolute;
    content: '';
    width: 38px;
    height: 38px;
    background-image: url(https://eurokidspreschoolraghunathpur.com/wp-content/uploads/2025/07/footer-form-icon-1.png);
    z-index: 1;
    background-repeat: no-repeat;
    right: 6px;
    top: 4px;
}



.usermail {
    position: relative;
}

.usermail:before {
    position: absolute;
    content: '';
    width: 38px;
    height: 38px;
    background-image: url(https://eurokidspreschoolraghunathpur.com/wp-content/uploads/2025/07/footer-form-icon-3.png);
    z-index: 1;
    background-repeat: no-repeat;
    right: 6px;
    top: 4px;
}

.userphone {
    position: relative;
}

.userphone:before {
    position: absolute;
    content: '';
    width: 38px;
    height: 38px;
    background-image: url(https://eurokidspreschoolraghunathpur.com/wp-content/uploads/2025/07/footer-form-icon-2.png);
    z-index: 1;
    background-repeat: no-repeat;
    right: 6px;
    top: 4px;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: #46b450;
}


/* Footer Section End */


/* Facilitie Section Start */

h2.subtile-heading {
    font-size: 29px;
    line-height: 20px;
    color: #21409a;
    font-weight: bold;
    font-family: "Proxima Nova";
    text-align: center;
}

.facilities-section {
    padding: 40px 23px;
    border-radius: 30px;
    border: 1px solid #fbf5f3;
    margin-bottom: 80px;
    padding-bottom: 0;
}

.facilities-box {
    display: flex;
    align-items: center;
    gap: 15px;
}

.facilities-box p {
    font-size: 14px;
    line-height: 18px;
    color: #222222;
    font-family: 'Proxima Nova';
    margin: 0;
    text-transform: capitalize;
}


.bunny-img {
    margin-top: -73px;
}

.facili-icon {
    min-width: 88px;
}




/* popup Form Design */

#pum-158.pum-theme-149 .pum-container, .pum-theme-lightbox .pum-container {
    border: 0;
    background-color: #21409a;
    padding: 40px 20px;
    width: 45% !important;
}

.admintion-form {
    text-align: center;
}

.admintion-heading h3 {
    color: #fff;
}

.admintion-heading p {
    color: #fff;
}

.admintion-heading {
    padding-bottom: 20px;
}

.admintion-form input.pop-input {
    width: 100%;
    height: 46px;
    border-radius: 23px;
    filter: none;
    background-color: #ffffff;
    font-size: 14px;
    color: #222;
}

.admintion-form select.pop-input {
    width: 100%;
    height: 46px;
    border-radius: 23px;
    filter: none;
    background-color: #ffffff;
    font-size: 14px;
    color: #222;
}

.admintion-form input.pop-input::placeholder{
    color:#222;
}

.admintion-form select.pop-input::placeholder{
    color:#222;
}

input.has-spinner.pop-submit {
    border-radius: 23px;
    background-color: #ea1d46;
    height: 46px;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #fff;
    font-size: 16px;
}


.admintion-form textarea.pop-input {
    height: 120px;
    border-radius: 20px;
    padding: 14px;
    font-size: 14px;
    color: #222222;
}


.admintion-form textarea.pop-input::placeholder {
    color: #222222;
}



#pum-158.pum-theme-149 .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close {
    position: absolute;
    height: 46px;
    width: 46px;
    left: auto;
    right: -13px;
    bottom: auto;
    top: -13px;
    padding: 0px;
    color: #ffffff;
    font-family: Arial;
    font-weight: 100;
    font-size: 32px;
    line-height: 24px;
    border: 1px solid #ffffff;
    border-radius: 26px;
    box-shadow: 0px 0px 15px 1px rgba(2, 2, 2, 0.75);
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.23);
    background-color: rgb(255 0 0);
}


/* popup Form Design End  */

a.banner img
 {
    width: 100% !important;
}


.contact_icons{position: fixed;left: 50px;bottom: 19px;z-index: 999;width: 50px;text-align: center;}
.contact_icons a{width: 66px;height: 66px;border-radius: 100%;text-align: center;line-height: 43px;font-size: 24px;color: #fff;background: #edac15;box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);clear: both;margin-bottom: 0px;display: inline-block;}
.contact_icons a.whatsapp-icon{background: #2DC100;font-size: 47px;overflow: hidden;animation-duration: 1s;animation-timing-function: ease;animation-delay: 0s;animation-iteration-count: infinite;animation-direction: normal;animation-fill-mode: none;animation-play-state: running;animation-name: pulse2;color: #fff;}
a.whatsapp-icon i {
    margin-top: 10px;
}

@-webkit-keyframes pulse2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 #2DC100;
            box-shadow: 0 0 0 0 #2DC100; }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(21, 101, 192, 0);
            box-shadow: 0 0 0 20px rgba(21, 101, 192, 0); } }

@keyframes pulse2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 #2DC100;
            box-shadow: 0 0 0 0 #2DC100; }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(21, 101, 192, 0);
            box-shadow: 0 0 0 20px rgba(21, 101, 192, 0); } 
} 


.contact_mobile{position: fixed;right: 58px;bottom: 19px;z-index: 999;width: 49px;text-align: center;}
.contact_mobile a{width: 65px;height: 65px;border-radius: 100%;text-align: center;line-height: 51px;font-size: 24px;color: #fff !important;background: #edac15;box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16), 0px 3px 10px rgba(0, 0, 0, 0.16);clear: both;margin-bottom: 0px;display: inline-block;}
.contact_mobile a.phone-icon{background: #ea1d46;font-size: 33px;overflow: hidden;animation-duration: 1s;animation-timing-function: ease;animation-delay: 0s;animation-iteration-count: infinite;animation-direction: normal;animation-fill-mode: none;animation-play-state: running;animation-name: pulse3;color: #fff;padding-top: 8px;}
a.phone-icon i {
    /* margin-top: 16px; */
    /* transform: rotate(100deg); */
}

@-webkit-keyframes pulse3 {
  0% {
    -webkit-box-shadow: 0 0 0 0 #ea1d46;
            box-shadow: 0 0 0 0 #ea1d46; }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(21, 101, 192, 0);
            box-shadow: 0 0 0 20px rgba(21, 101, 192, 0); } }

@keyframes pulse3 {
  0% {
    -webkit-box-shadow: 0 0 0 0 #ea1d46;
    box-shadow: 0 0 0 0 #ea1d46;
    }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(21, 101, 192, 0);
            box-shadow: 0 0 0 20px rgba(21, 101, 192, 0); } 
} 


.icon-bar1 {display: flex;align-items: center;justify-content: center;column-gap: 20px;position: relative;z-index: 2;}

.icon-bar1 a {
  display: block;
  text-align: center;
  transition: all 0.3s ease;
  color: white;
  font-size: 22px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
}

.icon-bar1 a:hover {color: #fff !important;}

.fbbtn {
  background: #4267B2;
  color: white;
}
.wtbtn {
  background: #2DC100;
  color: white;
}
.youtubebtn {
    background: #F30000;
    color: white;
}
.clbtn{
  background: #0077B7;
  color: white;
}

.inbtn{
  background: #AC34B0;
  color: white;
}
.twbtn{
  background: #1CA1F3;
  color: white;
}

/* =============  title area ============ */

.home section.main-tittle {
    display: none;
}

section.main-tittle {
    background-color: #ea1d46;
    padding: 30px 0px 10px;
	margin-bottom:50px;
}

section.main-tittle h1 {
    color: #fff;
    font-size: 40px;
	    font-weight: bold;
    font-family: "Proxima Nova";
}



/***************Privacy Policy*******************/

.disc-pg-div {padding:30px 0;}
.disc-pg-div p {font-size:15px; line-height:28px;}
.disc-pg-div h4 {
    margin: 0;
    font-size: 34px;
    font-weight: 400;
    color: #21409a;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    font-family: "Proxima Nova";
    line-height: normal;
}
.disc-pg-div h5 {
    margin: 0;
    font-size: 25px;
    font-weight: bold;
    color: #3e0001;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.disc-pg-div h6 {
    text-transform: capitalize;
   margin: 0;
    font-size: 25px;
    font-weight: bold;
    color: #3e0001;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}
/***************Privacy Policy End*******************/

.site-info a {
    color: #fff;
}
 

/* ============ Changes Css ============ */

span.number a {
    font-size: 20px;
    line-height: normal;
}

/* 	Sticky Icon */
	
	
.foot-sell {
  bottom: 0;
  color: #fff;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 999999999;
}

.foot-call.foot-whtsapp {
  background-color: #138400;
  border-right: 0 none;
  min-height: 62px;
  padding: 16px 0;
}

.foot-call {
  background-color: #ea1d46;
  border-right: 1px solid #7f7f7f;
  box-sizing: border-box;
  color: #fff;
  float: left;
  font-size: 17px;
  min-height: 62px;
  padding: 17px;
  text-align: center;
  text-decoration: none;
  width: 50%;
}

.foot-call .fa.fa-whatsapp {
  background-color: rgb(19, 132, 0);
  border-radius: 50%;
  font-size: 20px;
  height: 50px;
  left: 26%;
  padding: 15px;
  position: absolute;
  top: -34px;
  transform: translate(-50%);
  width: 50px;
}

.foot-call .fa.fa-phone {
  background-color: #ea1d46;
  border-radius: 50%;
  font-size: 20px;
  height: 50px;
  padding: 15px;
  position: absolute;
  right: 12%;
  top: -34px;
  transform: translate(-50%);
  width: 50px;
}

.foot-call.foot-whtsapp:hover {
  color: #fff;
}

.foot-call:hover {
  color: #fff;
}

/* end */

.col-lg-3.blank-div {
    position: relative;
    z-index: -9;
}

iframe.footer-map {
    position: relative;
    z-index: 4;
}