h1, h2, h3, h4, h5, h6, p {
	color: #454545
}
a, a:hover {
	text-decoration: none!important
}
:focus, a:active, a:focus, a:hover {
	outline: 0!important
}
.banner, .contact, .inter-course-lft h1, .owl-pride, .parent-sec .owl-recent, body {
	position: relative
}
.about_us h2, .about_us p, .services ul li, .welcome p {
	text-transform: capitalize
}
.bnft, body {
	overflow-x: hidden
}
.banner-image img, .footer_Background_2, .navbar-brand img {
	max-height: 100%;
	max-width: 100%
}
.preder-flag, .prider-img, .service2, footer {
	overflow: hidden
}
*, h1, h2, h3, h4, h5, h6, ul li {
	padding: 0;
	margin: 0
}
html{
    width:100%;
    overflow-x:hidden;
}
body {
	background-color: #fafafa;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	overflow-x:hidden !important;
}
.clear {
	padding: 0;
	margin: 0;
	clear: both
}
a img {
	border: none
}
h1 {
	font-size: 25px
}
.banner-btn, h2 {
	font-size: 22px
}
h3 {
	font-size: 20px
}
h4 {
	font-size: 18px
}
h5 {
	font-size: 15px
}
h6 {
	font-size: 14px
}
p {
	font-family: Mulish, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0
}
a {
	padding: 0;
	margin: 0;
	outline: 0;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transition: .3s
}
ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
ul li {
	padding: 0px;
	margin: 0px;
}
h1, h2, h3, h4, h5, h6 {
	padding: 0px;
	margin: 0px;
}
label {
	list-style: none;
	padding: 0;
	margin: 0
}
input[type=text]::-webkit-placeholder {
opacity:1
}
input[type=text]::-moz-placeholder {
opacity:1
}
input[type=password]::-webkit-placeholder {
opacity:1
}
input[type=password]::-moz-placeholder {
opacity:1
}
input[type=search]::-webkit-placeholder {
opacity:1
}
input[type=search]::-moz-placeholder {
opacity:1
}
input[type=email]::-webkit-placeholder {
opacity:1
}
input[type=email]::-moz-placeholder {
opacity:1
}
input[type=tel]::-webkit-placeholder {
opacity:1
}
input[type=tel]::-moz-placeholder {
opacity:1
}
textarea::-moz-placeholder {
opacity:1
}
textarea::-webkit-placeholder {
opacity:1
}
a:active, a:hover {
	text-decoration: none
}
img {
	vertical-align: middle;
	border-style: none
}
.btn.focus, .btn:focus {
	outline: 0;
	box-shadow: none
}
.dropdown .dropdown-menu, .welcome button {
	box-shadow: 0 8px 24px rgba(0,0,0,.2)
}
.navbar-brand {
	width: 70px;
	height: 80px;
	margin-right: 102px;
	/*padding: 0;*/
	    /*padding: 12px 5px;*/
	display: flex;
	justify-content: center;
	align-items: center
}
.navbar-brand img {
	display: block;
	width: 100%;
	height: 100%
}
.dropdown:hover .dropdown-menu {
	display: block;
	cursor: pointer
}
.dropdown .dropdown-menu {
	background-color: #fff;
	border: none
}
.blue-box-btn a:hover, .commonButtonClass:hover, .nav-contact:hover {
	background: #344cb7;
	cursor: pointer
}
.banner-btn, .nav-contact {
	border-radius: 20px;
	background: #eda233
}
.dropdown .dropdown-menu .dropdown-item:hover {
	color: #eda233;
	cursor: pointer;
	background-color: #fff
}
.dropdown-toggle::after {
	display: none!important;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent
}
.nav-contact {
	line-height: 18px
}
.banner-btn, .nav-contact {
	font-weight: 600;
	line-height: normal
}
.banner-btn {
	color: #fff;
	font-family: Poppins;
	font-style: normal;
	letter-spacing: -.3px;
	box-shadow: 0 8px 24px 0 rgba(0,0,0,.2)
}
.nav-contact, .navbar .navbar-nav .nav-item .nav-link {
	font-size: 15px;
	letter-spacing: -.4px;
	font-style: normal
}
.nav-contact {
	padding: 10px 28px 10px 28px !important;
	color: #fff!important;
	font-family: Inter;
	margin-left: -6px
}

.nav-contact.nav-class{
    border:1px solid #eda233;
    color:#eda233 !important;
    background:transparent;
}
.nav-contact.nav-class:hover{
    background:#344cb7;
    border:1px solid #344cb7;
    color:white !important;
}

.accordion-button::after, .accordion-button:not(.collapsed)::after {
	background-image: url(../images/faq-aftr.png);
	background-size: 26px;
}
.navbar {
	height: 73px;
}
.navbar .navbar-nav .nav-item .nav-link {
	font-family: Poppins;
	font-weight: 600;
	line-height: 22px;
	color: #000;
	padding: 25px 0px;
	position:relative;
}
.nav-link{position:relative !important;}
.nav-link::before{
    content:'';
    position:absolute;
    width:0%;
    height:0px;
    border-radius:0px;
    background-color:#eda233;
    transform:translateX(-50%);
    left:50%;
    transition:all 0.3s ease-in-out;
    opacity:0;
    bottom: 8px;
}
.navbar .navbar-nav .nav-item .nav-link.active{
    color:#eda233;
}
.nav-link.active::before{
    width:100%;
    height:2px;
    opacity:1;
}
.navbar .navbar-nav .nav-item {
	margin: 0 12px
}
.nav-item .icon {
  margin-left: 16px;
  margin-top: -4px;
}
.footer_Background_2 h6:hover, .footer_title span:hover, .navbar .navbar-nav .nav-item .nav-link:hover, .social_icon i:hover {
	color: #eda233;
	cursor: pointer
}
.navbar .navbar-nav .nav-item:hover svg path {
	stroke: #eda233!important;
	cursor: pointer
}
.navbar-toggler {
	border: 2px solid #000
}
.navbar-nav {
	justify-content: space-between;
	width: 100%;
	align-items: center
}
.contact-part .input-group, .navbar-nav .d-flex {
	align-items: center
}
.welcome {
  padding-top: 65px;
  padding-bottom: 105px;
}
.HappyParents p span, .banner-image {
	background-position: center center;
	position: absolute;
	background-repeat: no-repeat;
	background-size: 100% 100%
}
.banner-image {
	width:529px;
	max-width: 100%;
	/*height: calc(100% - 43px);*/
	right: 144px;
	top: 32px;
	/*background-image: url(../Images/npc.png);*/
	display: flex;
	justify-content: center;
	align-items: center
}
.FQ_icon1, .FQ_icon2 {
	width: 125px;
	padding-left: 0;
	padding-right: 0
}
.banner-image img {
	width: 100%;
	height: auto;
	display: block
}
.welcome h1 {
  color: #000;
  font-family: Lilita One;
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.cont-det-item a:hover, .cont-det-item p:hover, .footer_Background a:hover, .footer_Background p:hover, .footer_title a:hover, .title, .welcome h1 span {
	color: #eda233
}
.HappyParents p span {
	color: #eda233;
	font-size: 35px;
	display: inline-block;
	width: 17px;
	height: 13px;
	background-image: url(../images/happy-parents-quote.png)
}
.quote1 {
	top: -1px;
	left: -21px;
	transform: rotateY(180deg)
}
.FQ_icon2, .back_img_1 {
	left: 0;
	position: absolute
}
.blue-box-btn, .line, .trophy {
	transform: translateX(-50%)
}
.quote2 {
	bottom: 0;
	right: 0
}
.welcome p {
	color: #000;
font-family: Lora;
font-size: 43px;
font-style: normal;
font-weight: 600;
line-height: normal;
text-transform:none !important;
}



.slidingVertical{
    display:block;
	color:#eda233;
	font-family: Lora;
	font-size: 50px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform:none !important;
	width:258px;
}
.slidingVertical strong{
	animation: topToBottom 4.2s linear infinite 0s;
	-ms-animation: topToBottom 4.2s linear infinite 0s;
	-webkit-animation: topToBottom 4.2s linear infinite 0s;
	color:#eda233;
	opacity: 0;
	overflow: hidden;
	position: absolute;
}
.slidingVertical strong:nth-child(2){
	animation-delay: 1.4s;
	-ms-animation-delay: 1.4s;
	-webkit-animation-delay: 1.4s;
}
.slidingVertical strong:nth-child(3){
	animation-delay: 2.8s;
	-ms-animation-delay: 2.8s;
	-webkit-animation-delay: 2.8s;
}


@-moz-keyframes topToBottom{
	0% { opacity: 0; }
	5% { opacity: 0.5; -moz-transform: translateY(-10px); }
	10% { opacity: 1; -moz-transform: translateY(0px); }
	25% { opacity: 1; -moz-transform: translateY(0px); }
	30% { opacity: 0; -moz-transform: translateY(10px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
@-webkit-keyframes topToBottom{
	0% { opacity: 0; }
	5% { opacity: 0.5; -webkit-transform: translateY(-10px); }
	10% { opacity: 1; -webkit-transform: translateY(0px); }
	25% { opacity: 1; -webkit-transform: translateY(0px); }
	30% { opacity: 0; -webkit-transform: translateY(10px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
@-ms-keyframes topToBottom{
	0% { opacity: 0; }
	5% { opacity: 0.5; -ms-transform: translateY(-10px); }
	10% { opacity: 1; -ms-transform: translateY(0px); }
	25% { opacity: 1; -ms-transform: translateY(0px); }
	30% { opacity: 0; -ms-transform: translateY(10px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
.about_us h2, .welcome .sub_image p {
	text-align: center;
	font-family: Poppins;
	line-height: normal
}
.about_us p, .welcome .sub_image p {
	font-style: normal;
	letter-spacing: -.4px
}
.welcome .sub_image p {
	color: #000;
	font-size: 19px;
	font-weight: 500;
	margin-top: 18px;
}
.FQ_icon1 {
	position: absolute;
	top: 740px;
	right: 0
}
.FQ_icon2 {
	top: 360px;
}
.back_img_1 {
	top: -70px
}
.back_img {
	position: absolute;
	right: 410px;
	top: -90px
}
.back_img1 {
	position: absolute;
	left: -20px;
	top: 350px
}
.back_img_2 {
	position: absolute;
	left: 0;
	bottom: 80px
}
.back_img_3 {
	position: absolute;
	top: -50px;
	right: 10px
}
.back_img_4 {
	position: absolute;
	right: -90px;
	bottom: -100px
}
.about_us {
	background-image: url("../images/about-us-bg.png");
	background-repeat: no-repeat;
	background-position: right top 78px
}
.background_border {
  border-radius: 210px 150px 150px 150px;
  border: 10px solid #eda233;
  background-color: #fff;
  height: auto;
  margin-top: 100px !important;
}
.background_border1 {
	border-radius: 200px;
	border: 10px solid #eda233;
	background-color: #fff;
	height: auto !important;
	margin-top: 200px!important
}
.bbclo{
	border: 10px solid #cf7b01;
}
.Courses_main, .Gallery_background, .OurPride_bgImage, .founder_image, .founder_image1, .services {
	height: auto;
	width: 100%
}
.founder_image {
	background-image: url("./images/image\ 46.png");
	background-repeat: no-repeat;
	background-position: 100% 40%
}
.founder_image1 {
	background-image: url("./images/image\ 47.png");
	background-repeat: no-repeat;
	background-position: 25% 40%
}
.OurPride_bgImage {
	background-image: url("./images/image\ 43.png");
	background-repeat: no-repeat;
	background-position: 0 37%
}
.card-sec {
	background-image: url("./images/image\ 60.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 100%
}
.Courses_main {
	background-image: url("./images/image\ 59.png");
	background-repeat: no-repeat;
	background-position: 0 -30%;
	padding-top: 6rem;
	margin-top: 3rem
}
.Gallery_background {
	background-image: url("./images/Ellipse\ 133.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-top: 6rem
}
.card1 {
	height: 500px;
	width: 100%;
	background-image: url("../images/our-pr1.png"), url("../images/star.png");
	background-repeat: no-repeat, no-repeat;
	background-position: 88% -15%, 100%
}
.beginner_background {
	background-image: url("./images/Mask\ group\ \(49\).png");
	background-repeat: no-repeat;
	background-position: right
}
.beginner_background_two {
	background-image: url("./images/Mask\ group\ \(48\).png"), url("./images/Mask\ group\ \(50\).png");
	background-repeat: no-repeat, no-repeat;
	background-position: left 0, right 105%
}
.about_us h2 {
	color: #070707;
	font-size: 45px;
	font-style: normal;
	font-weight: 700
}
.about_us p {
	font-family: Nunito;
	font-weight: 800;
	font-size: 20px;
	line-height: 30px;
	color: #000
}
.services h1, .services h2 {
	text-align: center;
	font-weight: 600;
	font-style: normal
}
.about_us p span, .gallery-inr a.more:hover, .member-cont h5 span {
	color: #344cb7
}
.services {
	margin-top: 66px
}
.services h1 {
	color: #000;
	font-family: Poppins;
	font-size: 30px;
	line-height: normal;
	letter-spacing: 2.6px
}
.services h2 {
	color: #344cb7;
	font-size: 35px;
	font-family: 'Open Sans';
	line-height: .8;
	letter-spacing: 1px
}
.services p, .services ul li {
	margin: auto;
	letter-spacing: -.4px;
	color: #000;
	font-weight: 400
}
.services p {
	width: 80%;
	font-family: Nunito;
	font-style: normal;
	font-size: 18px;
	line-height: 27px;
	text-transform: lowercase
}
.HappyParents h1, .OurPride h1, .Why h1, .Why h2, .new-box-blue1 h1 {
	font-family: Nunito;
	font-weight: 900;
	font-style: normal;
	text-align: center
}
.OurPride_sub .card1 h3, .Why h2 {
	font-size: 30px;
	letter-spacing: 1px
}
.services ul li {
	width: 65%;
	font-family: Nunito;
	font-style: normal;
	font-size: 15px;
	line-height: 22px;
	padding: 3px
}
.HappyParents h1, .OurPride h1, .Why h1, .new-box-blue1 h1 {
	font-size: 30px;
	line-height: 45px;
	letter-spacing: 2.6px;
	color: #000
}
.Why h2 {
	line-height: 48px;
	color: #344cb7
}
.Why p {
	font-family: Poppins;
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 33px;
	text-align: center;
	color: #fff
}
.accordion-button::after {
	flex-shrink: 0;
	width: 26px;
height: 26px;
	margin-left: auto;
	content: ""
}
.blue-box-btn, .icons i {
	justify-content: center
}
.new-box-blue::after {
	position: absolute;
	bottom: -20px;
	width: 100%;
	left: 0;
	right: 0;
	height: 94px;
	background-image: url(../images/card1-bg.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center bottom;
	display: block
}
.accordion-button:focus, .owl-pride .owl-nav button:focus, .owl-pride .owl-nav button:hover {
	background: 0 0!important
}
.Courses_main h2 {
	color: #344cb7;
	text-align: center;
	font-family: 'Open Sans';
	font-size: 35px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 1px;
	margin-bottom: 7px
}
.new-box-blue1 p, .new-box-blue1 ul li {
	color: #000;
	line-height: normal;
	text-transform: capitalize
}
.OurPride_sub .card1 h3, .new-box-blue1 p, .new-box-blue1 ul li {
	font-family: Poppins;
	font-style: normal
}
.new-box-blue1 p {
	font-size: 13px;
	font-weight: 500;
	min-height: 124px;
	margin-bottom: 78px
}
.HappyParents h2, .OurPride h2 {
	color: #344cb7;
	font-family: 'Open Sans';
	font-size: 35px;
	text-align: center
}
.FQuestions ul{
	list-style-type:  disc !important;
	list-style-position: inside;
}/* 29v3 */
.new-box-blue1 ul li {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 14px
}
.FQuestions ul, .new-box-blue1 ul li:last-child {
	margin-bottom: 0
}
.OurPride_sub .card1 h3 {
	position: absolute;
	top: 10%;
	right: 25%;
	font-weight: 600;
	line-height: 45px;
	text-transform: uppercase;
	color: #fff
}
.OurPride_sub .card1 h5, .OurPride_sub .card1 p {
	font-weight: 500;
	text-transform: capitalize;
	color: #fff;
	font-family: Poppins;
	font-style: normal;
	letter-spacing: 1px;
	position: absolute
}
.OurPride_sub .card1 p {
	top: 29%;
	right: -5%;
	font-size: 25px;
	line-height: 38px
}
.OurPride_sub .card1 h5 {
	top: 54%;
	right: 8%;
	text-align: left;
	font-size: 20px;
	line-height: 30px
}
.pride-name {
	margin-left: 203px;
	width: 179px
}
.OurPride_sub1 .card1 h3 {
	font-family: Poppins;
	font-style: normal;
	font-weight: 600;
	font-size: 30px;
	line-height: 45px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff
}
.OurPride_sub1 .card1 h5, .OurPride_sub1 .card1 p {
	text-transform: capitalize;
	color: #fff;
	letter-spacing: 1px;
	font-style: normal;
	font-family: Poppins;
	font-weight: 500
}
.OurPride_sub1 .card1 p {
	font-size: 25px;
	line-height: 38px;
	margin: 0
}
.OurPride_sub1 .card1 h5 {
	position: absolute;
	top: 54%;
	right: 13%;
	text-align: left;
	font-size: 20px;
	line-height: 30px
}
.slick-next:before, .slick-prev:before {
	color: transparent!important
}
.OurPride h2 {
	font-style: normal;
	font-weight: 800;
	line-height: .9;
	letter-spacing: 1px;
	margin-bottom: 17px
}
.OurPride_box {
	border-radius: 20px;
	background: #fff;
	box-shadow: 0 8px 24px 0 rgb(0 0 0 / 4%);
	position: relative;
	padding: 35px 106.5px 50px;
	width: 100%
}
.social_icon {
  margin-top: 6px;
}
.slick-next {
	right: 8px
}
.pride_flag {
	position: absolute;
	right: -90px;
	bottom: 0
}
.HappyParents h2 {
	line-height: 48px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	letter-spacing: 1px;
	margin-bottom: 18px
}
.HappyParents h5, .HappyParents p, .HappyParents ul li {
	font-weight: 400;
	letter-spacing: -.4px
}
.HappyParents p {
  margin: 29px 25px 22px 28px;
  font-family: Nunito;
  font-style: normal;
  font-size: 17px;
  line-height: 26px;
  color: #070707;
  position: relative;
  width: calc(100% - 56px);
  /*min-height: 189px;*/
  font-family: Poppins;
  text-align: center;
}
.HappyParents p > img{
	float:left;
	margin-right: 5px;
}
.quoterr{
	float:right !important;
	margin: 17px 0 0 5px !important;
}
.HappyParents ul li, .background_border h2, .background_border1 h2, .description {
	font-style: normal;
	text-transform: capitalize
}
.HappyParents ul li {
	width: 65%;
	margin: auto;
	font-family: Nunito;
	font-size: 15px;
	line-height: 22px;
	color: #000
}
.pride_image img {
	width: 50%;
	border-bottom: 3px solid #fff;
	border-right: 3px solid #fff;
	border-radius: 19px
}
.HappyParents h5 {
  font-family: Inter;
  font-style: normal;
  font-size: 19px;
  line-height: 23px;
  text-align: center;
  color: #070707;
  font-weight: 600;
}
.flag_image {
	width: 40%;
	margin-top: -38px;
	margin-right: -12px
}
.pride_image {
	position: absolute;
	top: -25px;
	left: 8px
}
.card_main2 {
    border-radius: 2%;
    background: #fff;
    display: inline-block;
    box-shadow: 0px 8px 24px 0.5px rgba(164, 164, 164, 0.1);
    background-image: repeating-linear-gradient(-14deg, #eda233, #eda233 17px, transparent 17px, transparent 29px, #eda233 29px), repeating-linear-gradient(76deg, #eda233, #eda233 17px, transparent 17px, transparent 29px, #eda233 29px), repeating-linear-gradient(166deg, #eda233, #eda233 17px, transparent 17px, transparent 29px, #eda233 29px), repeating-linear-gradient(256deg, #eda233, #eda233 17px, transparent 17px, transparent 29px, #eda233 29px);
    background-size: 2px calc(100% + 29.89px), calc(100% + 29.89px) 2px, 2px calc(100% + 29.89px) , calc(100% + 29.89px) 2px;
    background-position: 0 0, 0 0, 100% 0, 0 100%;
    background-repeat: no-repeat;
    animation: borderAnimation 1s infinite linear;
    min-height: 487px;
    margin-right: 30px;
}
@keyframes borderAnimation { 
from { background-position: 0 0, -29.89px 0, 100% -29.89px, 0 100%; } to { background-position: 0 -29.89px, 0 0, 100% 0, -29.89px 100%; }
} 

.border_one, .border_two {
	margin: auto;
	border: 2px solid #344cb7
}
.border_one {
	width: 206px
}
.border_two {
	width: 118px
}
.card_main {
	border-radius: 5%;
	background: #fff;
	box-shadow: 0 16px 24px rgba(52,76,183,.25)
}
.new-box-blue, .new-box-blue1 {
	box-shadow: 0 5px 24px rgba(52,76,183,.25);
	position: relative;
	z-index: 2
}
.card_button {
	margin-bottom: -100px
}
.new-box-blue1 {
	background: #fff;
	border-radius: 30px 30px 0 0;
	padding: 23px 24px 0
}
.new-box-blue1 ul {
	list-style: none;
	color: #000
}
.new-box-blue1 ul li::before {
	color: #eda233;
	font-weight: 700;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
	margin-top: 4px;
	list-style-type: square;
	content: "▪"
}
.slick-dots .slick-active button:before, .slick-dots li button:before {
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: "•";
	opacity: .25
}
.description {
	font-family: Poppins;
	font-weight: 500;
	font-size: 13px;
	line-height: 20px;
	color: #000
}
.background_border h1, .background_border1 h1 {
	/*font-family: Nunito;*/
	font-family: Inter;
	font-style: normal;
	font-weight: 700;
	font-size: 50px;
	line-height: 61px;
	letter-spacing: 1px;
	text-transform: capitalize;
	color: #000
}
.background_border h2, .background_border1 h2 {
	font-family: Nunito;
	font-weight: 500;
	font-size: 45px;
	line-height: 54px;
	letter-spacing: 1px;
	color: #000
}
.background_border p, .background_border1 p {
	font-family: Nunito;
	font-style: normal;
	text-transform: capitalize;
	color: #484848;
	font-size: 20px;
	line-height: 30px;
	font-weight: 400
}
.background_border p {
	padding-right: 59px
}
.FQuestions h2, .FQuestions p, .new-box-blue h3 {
	font-family: Poppins;
	font-style: normal;
	color: #000;
	text-align: center
}
.Images {
	margin-top: -106px;
	padding-right: 0;
	padding-left: 0;
	position: relative;
}
.Why {
	height: 770px;
	width: 100%;
	background-image: url("../images/new_pic_add10.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center
}
.FQuestions h2 {
	font-weight: 700;
	font-size: 40px;
	line-height: 60px
}
.FQuestions p, .new-box-blue h3 {
	font-weight: 500;
	font-size: 25px;
	line-height: 38px
}
.Blog h1, .FQuestions ul li {
	font-family: Poppins;
	font-weight: 600;
	font-style: normal
}
.accordion-item {
	border: none;
	margin: 10px
}
.accordion-button {
	height: 75px!important;
	border: 3px solid #344cb7;
	border-radius: 10px!important;
	background: #fff
}
.accordion-button:focus {
	border: 3px solid #344cb7!important;
	box-shadow: none!important
}
.FQuestions ul li {
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	color: #344cb7
}
.Blog h1 {
	font-size: 30px;
	line-height: 45px;
	letter-spacing: -.4px;
	text-transform: uppercase;
	color: #000
}
.Blog p, .Blog ul li, .footer_Background h2 {
	font-family: Poppins;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: -0.1px !important;
	font-size: 15px
}
.Blog p, .Blog ul li {
	font-style: normal;
	letter-spacing: 1px;
	text-transform: capitalize;
	color: #000
}
.footer_Background h2, .footer_Background h3 {
	font-style: normal;
	text-transform: uppercase;
	color: #fff
}
.Blog .sub_image {
	padding-left: 119px;
	padding-right: 0
}
.Blog .sub_image1 {
	margin-top: -100px;
	margin-left: -12px
}
.Blog .sub_image2 {
	margin-left: -12px;
	padding-right: 0
}
.Blog .sub_image3 {
	margin-top: 15px;
	margin-left: -12px
}
.footer_Background {
	height: 500px;
	width: 100%;
	background-image: url("../images/footer-bg.png");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 0
}
.footer_Background_2 {
	height: 491px;
	width: 100%;
	/*background-image: url(../images/footer-img-bg-new.png);*/
	/*background-repeat: no-repeat;*/
	/*background-position: left bottom;*/
	/*background-size: 900px 100%*/
}
.slider_image {
	margin-top: -50px
}
.slick-dots .slick-active button:before {
	font-size: 13px;
	text-align: center;
	color: #000
}
.slick-dots li button:before {
	font-size: 10px;
	text-align: center;
	color: #767676
}
.courses_third ul li::before, .serv-1-left h1::after, .serv-1-left h1::before {
	content: "";
	position: absolute;
	display: block
}
.footer_Background h2 {
	letter-spacing: 1px
}
.footer_Background h3 {
	font-family: Inter;
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: -.4px
}
.footer_Background a, .footer_Background h4, .footer_Background p {
	font-family: Poppins;
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 20px;
	text-align: left;
	letter-spacing: -.4px;
	text-transform: uppercase;
	color: #fff;
	word-break: break-all
}
.footer_Background h5 {
	font-family: Inter;
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: -.4px;
	text-transform: uppercase;
	color: #fff;
	opacity: .6;
	text-align: left
}
.footer_Background h6, .footer_title {
	font-family: Poppins;
	font-style: normal;
	font-weight: 500;
	letter-spacing: -.4px;
	text-transform: uppercase;
	color: #fff
}
.footer_Background h6 {
	font-size: 13px;
	line-height: 30px
}
.footer_title {
	font-size: 12px;
	line-height: 18px;
padding:.5rem!important
}
.footer_title a {
	color: inherit
}
.icons i {
	width: 30px;
	height: 30px;
	font-weight: 400;
	font-size: 23px;
	align-items: center;
	display: flex;
	background: #f0f0f0;
	border-radius: 10px;
	color: #344cb7;
	margin-right: 15px
}
.new-box-blue p, .new-box-blue ul li {
	font-weight: 400;
	color: #000;
	font-family: Poppins;
	font-style: normal;
	letter-spacing: -.4px
}
.card-sec {
	margin-top: 67px
}
.footer_icon {
	justify-content: flex-end
}
.card-cont {
	display: flex;
	justify-content: space-evenly
}
.new-box-blue img {
	display: block;
	width: 80px;
	height: 80px;
	margin-bottom: 30px
}
.new-box-blue {
	background: #fff;
	border-radius: 30px;
	padding: 24px 31px;
	max-width: 442px;
	margin: 0 auto
}
.blue-box-btn, .new-box-blue span {
	background-position: center;
	background-repeat: no-repeat;
	display: flex
}
.new-box-blue p {
	font-size: 18px;
	line-height: 27px;
	text-transform: lowercase;
	width: 99%
}
.blue-box-btn a, .bnft ul li h3 {
	font-size: 17px;
	line-height: 26px
}
.blue-box-btn a, .courses-1-left a, .courses-1-right a, .courses-1-right p, .new-box-blue ul li, .subTitle_course h3, .subTitle_course p, .sub_title {
	text-transform: capitalize
}
.new-box-blue ul {
	list-style: disc!important;
	min-height: 108px;
	margin-bottom: 29px!important
}
.new-box-blue ul li {
	font-size: 15px;
	line-height: 30px;
	width: 89%
}
.new-box-blue span {
	width: 24px;
	height: 24px;
	background-image: url(../images/chess-arrow.png);
	background-size: 24px;
	margin-left: -44px;
	animation: 1s infinite alternate mover
}
@keyframes mover {
0% {
transform:translateY(0)
}
100% {
transform:translateY(-10px)
}
}
.blue-box-btn {
	width: 119.3%;
	height: 70px;
	align-items: flex-start;
	background-image: url(../images/card1-bg.png);
	background-size: 100%;
	position: absolute;
	left: 49.8%;
	bottom: -39px;
	z-index: 2
}
.blue-box-btn2 {
	height: 95px;
	bottom: -71px
}
.blue-box-btn a {
	width: 160px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #eda233;
	border-radius: 30px;
	font-family: Poppins;
	font-style: normal;
	font-weight: 600;
	letter-spacing: -.4px;
	text-decoration: none;
	color: #fff!important;
	transform: translateX(-4px) translateY(-1px)
}
.bnft ul li h3, .chess-rt {
	display: flex;
	flex-direction: column
}
.blue-box-btn a:hover {
	color: #fff!important
}
.courses-1-left p, .serv-1-left p {
	font-family: Poppins;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -.4px;
	color: #000;
	position: relative
}
.Gallery_title, .courses-1-left h1, .courses-1-left h3, .serv-1-left h1, .courses-1-left a {
	font-family: Poppins;
	font-style: normal;
	font-weight: 600;
	color: #000
}
.courses-1-left h1, .serv-1-left h1 {
	font-size: 28px;
	line-height: 45px;
	position: relative;
	margin-top: 10px
}
.courses-1-left h1::before, .courses_third h1::before, .heading_course h1::before {
	content: "";
	display: block;
	top: 17px;
	left: -19px;
	position: absolute;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #eda233
}
.courses-1-left h3 {
	font-size: 25px;
	line-height: 38px;
	opacity: .5
}
.SubTitle_icon {
	width: 40px
}
.Gallery_title {
	font-size: 60px;
	line-height: 90px;
	margin-top: 2rem
}
.Gallery_title span {
	color: #fff
}
.courses-1-left h2, .serv-1-left h2, .sub_title, .serv-1-left a.serv-toggle, .courses-1-left a.serv-toggle {
    font-weight: 500;
    color: #000;
    font-family: Poppins;
    font-style: normal;
}
.sub_title {
	font-size: 40px;
	line-height: 60px;
	text-align: center
}
.courses-1-left a {
	background: #eda233;
	border-radius: 30px;
	padding: 10px 90px;
	font-family: Poppins;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: -.4px;
	color: #fff;
	border: none
}
.courses-1-left h2, .serv-1-left h2, .serv-1-left a.serv-toggle, .courses-1-left a.serv-toggle {
    font-size: 20px;
    line-height: 30px;
    opacity: .5;
    margin-top: 10px;
    margin-bottom: 22px;
    background: transparent;
    padding: 0px 0px !important;
    text-align: left !important;
}


.cont-butt .btn:hover, .courses-1-left a:hover, .courses-1-right a:hover, .serv-1-left a:hover {
	background: #344cb7
}
.courses-1-left a.serv-toggle{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;
     font-size: 20px;
    line-height: 30px;
    opacity: .5;
    margin-top: 10px;
    margin-bottom: 22px;
    background: transparent;
    padding: 0px 0px !important;
    text-align: left !important;
}
.serv-1-left a.serv-toggle:hover, .courses-1-left a.serv-toggle:hover{
    background:transparent;
    color:#344cb7;opacity:1;
}
.courses-1-right {
	background: #fff;
	box-shadow: 0 6px 24px rgba(52,76,183,.3);
	border-radius: 30px;
	padding: 18px 25px 19px 25px;
	margin-top: 20px;
	margin-left: 35px;
	max-width: 304px
}
.courses-1-right p {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 21px;
  line-height: 32px;
  letter-spacing: -.4px;
  color: #000;
  text-align: center;
  margin-bottom: 12px;
}
.courses-1-right a {
  background: #eda233;
  border-radius: 30px;
  padding: 6px 32px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -.4px;
  color: #fff;
  border: none;
  display: block;
  margin: 0 auto;
  width: fit-content;
  text-align: center;
}
.courses_third h2, .heading_course h2 {
	font-family: Poppins;
	font-style: normal;
	font-weight: 600;
	font-size: 30px;
	line-height: 45px;
	position: relative;
	color: #000
}
.courses_third h6, .heading_course p, .subTitle_course h3 {
	font-size: 18px;
	color: #000;
	font-family: Poppins;
	font-style: normal
}
.heading_course p {
	font-weight: 500;
	line-height: 27px;
	margin-top: 20px
}
.subTitle_course h3 {
	font-weight: 500;
	line-height: normal
}
.subTitle_course p {
	line-height: 20px
}
.courses_third {
	background: linear-gradient(180deg, #fafafa 0, #fff 100%);
	opacity: .8;
	box-shadow: 0 18px 24px rgba(0,0,0,.1);
	border-radius: 20px
}
.courses_third ul {
	list-style: none;
	margin-top: 0
}
.courses_third ul li {
	position: relative;
	color: #000;
	font-family: Poppins;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom: 34px;
	margin-top: 12px;
}
.courses_third h6 {
	font-weight: 600;
	line-height: 27px
}
.courses_third ul li::before {
	top: -9px;
	left: -20px;
	width: 9.66px;
	height: 9.66px;
	margin-top: 20px;
	background-color: #344CB7;
	transform: rotate(45deg)
}
.line {
	height: 52%
}
.trophy {
	margin-top: 10px;
	margin-left: -23px
}
.service1 {
	padding-top: 152px;
	background-color: #fafafa
}
.serv-1-left h1::before {
	top: 17px;
	left: -19px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #344cb7
}
.serv-1-left h1::after {
	bottom: 0;
	left: 3px;
	width: 216px;
	height: 3px;
	background: #344cb7
}
.bnft ul li ::before, .serv2-para h3::before {
	content: "";
	display: block;
	width: 9.9px;
	height: 9.9px;
	transform: rotate(45deg)
}
.how-it-help p, .serv-1-right p, .serv2-top p, .serv2-top-bott ul li {
	font-family: Poppins;
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 22px;
	color: #000
}
.how-it-help h3, .why-rt h2 {
	font-family: Poppins;
	font-style: normal;
	font-weight: 600;
	line-height: 45px;
	color: #000
}
.bnft {
	position: relative
}
.bnft-img {
	/*position: absolute;*/
	/*right: 0;*/
	/*top: 15px;*/
	float:right;
	width: 410px;
	height: 216px;
	animation:smallbig 8s infinite ease-in-out;
}
.bnft ul li, .con-head, .cont-side-img, .serv2-para, .serv2-para h3, .serv2-top-bott, .service2 {
	position: relative
}
.bnft-img img, .team-top-img img, .why-part-img img {
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%
}
.bnft ul {
	list-style: none;
	padding-left: 0
}
.bnft ul li {
	padding-left: 21px
}
.bnft ul li ::before {
	position: absolute;
	top: 8px;
	left: 1px;
	background-color: #344cb7
}
.bnft ul li h3 {
	font-family: Poppins;
	font-style: normal;
	font-weight: 500;
	color: #000;
	justify-content: flex-start;
	align-items: flex-start
}
.bnft ul li h3 p,
.bnft ul li p{
	font-family: Poppins;
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 22px;
	margin-top: 8px;
	color: #000
}
.why-part {
	padding-top: 98px
}
.why-rt h2 {
	font-size: 29px;
	margin-bottom: 26px;
	padding-top: 0!important;
	margin-left: -37px
}
.how-it-help ul li, .why-rt ul li {
	position: relative;
	font-family: Poppins;
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 22px;
	color: #000
}
.how-it-help ul li::before, .why-rt ul li::before {
	content: "";
	display: block;
	position: absolute;
	top: 8px;
	left: 0;
	width: 5.66px;
	height: 5.66px;
	background-color: #344cb7;
	transform: rotate(45deg)
}
.how-it-help {
	padding-top: 126px;
	padding-bottom: 60px
}
.how-it-help h3 {
	font-size: 30px;
	margin-bottom: 17px
}
.how-it-help ul {
	margin-top: 0
}
.com-chess::before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 300px;
	background: #344cb7;
	left: 0;
	top: 48px
}
.chess-lt {
	width: 45%;
	z-index: 1
}
.chess-lt img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%
}
.preder-flag img, .prider-img img {
	max-width: 100%!important;
	max-height: 100%
}
.chess-rt {
	width: 50%;
	z-index: 1;
	margin-left: 34px;
	justify-content: center;
	align-items: flex-start
}
.chess-rt h2 {
	font-family: Poppins!important;
	font-style: normal!important;
	font-weight: 600!important;
	font-size: 30px!important;
	line-height: 45px!important;
	letter-spacing: -.4px!important;
	text-transform: uppercase!important;
	color: #fff!important
}
.chess-rt a, .chess-rt p {
	font-family: Poppins!important;
	font-style: normal!important;
	font-weight: 500!important;
	font-size: 15px!important;
	line-height: 22px!important;
	letter-spacing: -.4px!important;
	text-transform: uppercase!important;
	color: #fff!important
}
.chess-rt p {
	margin-top: 20px!important;
	margin-bottom: 35px!important
}
.chess-rt a {
	border: 2px solid #fff!important;
	border-radius: 20px!important;
	padding: 14px 58px!important
}
.chess-rt a:hover {
	background: #fff!important;
	color: #344cb7!important
}
.foun_info {
  padding: 50px 0 0 0;
}
.foun_social_media {
  margin-top: 25px;
  margin-bottom: 25px;
}
.icons_1 i {
	font-weight: 400;
	font-size: 35px;
	padding: 7px 32px 7px 0;
	border-radius: 10px;
	color: #344cb7
}
.serv2-para h3, .serv2-top-bott h3 {
	font-weight: 600;
	font-size: 29px;
	line-height: 45px
}
.serv2-para h3, .serv2-para p, .serv2-top-bott h3 {
	color: #000;
	font-family: Poppins;
	font-style: normal
}
.navbar-collapse {
	background-color: #fff
}
.section_why {
	padding: 0 80px!important
}

.faq_bg .accordion-body {
	background-color: #fff;
	box-shadow: 0 0 1px 0 rgba(0,0,0,.1)
}
.navbar-light .navbar-toggler {
	border: none!important
}
.form-control:focus, .form-select:focus, .navbar-toggler:focus {
	box-shadow: none
}
.service2 .chess-bott-serv2 {
	position: absolute;
	width: 172px;
	height: 172px;
	bottom: 20%;
	right: 0
}
.service2 .top-serv2 {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 411px;
	height: 218px;
	animation:smallbig 8s infinite ease-in-out;
}
.service2::after {
	content: "";
	display: block;
	position: absolute;
	width: 134px;
	height: 134px;
	right: -40px;
	top: 50%;
	background: #eda233;
	transform: rotate(-45deg);
	    animation: fa-spin 9s infinite linear;
}
.serv2-top-bott {
	margin-top: 5px;
	z-index: 1
}
.serv2-top-bott h3 {
	padding-top: 17px
}
.serv2-top-bott ul {
	padding-top: 15px;
	margin-bottom: 23px
}
.serv2-para {
	margin-top: 30px;
	z-index: 1
}
.serv2-ex-m {
	margin-bottom: 38px;
	width: 100%;
	max-width: 505px
}
.serv2-para h3::before {
	position: absolute;
	top: 17px;
	left: -29.9px;
	background-color: #344cb7
}
.team-member h1::after, .team-member h1::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	top: 22px;
	transform: rotate(-180deg)
}
.serv2-para p {
	font-weight: 500;
	font-size: 15px;
	line-height: 22px;
	margin-top: 12px;
}
.contact-container {
	padding-left: 16px;
	padding-right: 16px
}
.contact::before {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 392px;
	background-image: url(../images/cont-top.png);
	background-size: 100% 392px;
	background-repeat: no-repeat;
	background-position: center top
}
.con-head {
	z-index: 1;
	padding-top: 156px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center
}
.con-head h2 {
	font-family: Poppins;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	text-transform: capitalize;
	color: #fff
}
.con-head h1 {
	font-family: Poppins;
	font-style: normal;
	font-weight: 600;
	font-size: 45px;
	line-height: 68px;
	color: #fff
}
.cont-det-item a, .cont-det-item h4, .cont-det-item p {
	line-height: 22px;
	font-style: normal;
	font-size: 15px;
	font-family: Poppins
}
.contact-cont {
	margin-top: 10px
}
.cont-side-img {
	/*background-image: url("../images/cont-phone.png");*/
	/*background-size: cover;*/
	/*background-position: center;*/
	/*background-repeat: no-repeat;*/
	width: 445px;
	height: 835px;
	z-index: 2;
	padding: 0 74px
}
span.cont-side-bg{
    display:block;
    position:absolute;
    width:100%;
    height:100%;
    	background-image: url("../images/cont-phone.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index:-1;
	top:0px;
	left:0px;
	 
}
span.cont-side-bg:hover{
    animation: shakephone 2s linear infinite;
	 transform-origin: 50% 50%;
}
@keyframes shakephone {
   /* 0%{transform:rotate(0deg);}*/
   /* 25%{transform:rotate(-1.2deg);}*/
   /* 50%{transform:rotate(0deg);}*/
   /*75%{transform:rotate(1.2deg);}*/
   /*100%{transform:rotate(0deg);}*/
   
    0%, 7% {
    transform: rotateZ(0);
  }
  15% {
    transform: rotateZ(-3deg);
  }
  20% {
    transform: rotateZ(0deg);
  }
  25% {
    transform: rotateZ(3deg);
  }
  30% {
    transform: rotateZ(-4deg);
  }
  35% {
    transform: rotateZ(2deg);
  }
  40%, 100% {
    transform: rotateZ(0);
  }
}
.cont-side-img::before{
    position:absolute;
    content:'';
    width:106px;
    height:109px;
    display:block;
    background-image:url(../images/cp-wp-img.png);
    background-size:100% 100%;
    background-repeat:no-repeat;
    background-position:center center;
    right:-14px;
    top:182px;
    animation:pulse 3s infinite ease-in-out;
}
@keyframes pulse {
	0%{transform:scale(-2);}
	50%{transform:scale(1.2);}
	75%{transform:scale(1);}
	100%{transform:scale(0);}
}
.cont-side-img::after{
    position:absolute;
    content:'';
     width:68px;
    height:68px;
    display:block;
    background-image:url(../images/cp-phone-img.png);
    background-size:100% 100%;
    background-repeat:no-repeat;
    background-position:center center;
    left:0px;
    top:340px;
    animation:pulse2 4s infinite ease-in-out;
}
@keyframes pulse2 {
	0%{transform:scale(0.9);}
	50%{transform:scale(1.4);}
	50%{transform:scale(1);}
	100%{transform:scale(0.9);}
}
.cont-det {
	position: absolute;
	bottom: 120px;
	left: 85px
}
.cont-det-item {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-top: 35px
}
.cont-det-item img {
	width: 50px;
	height: 50px;
	margin-right: 20px
}
.cont-det-item h4 {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	font-weight: 500;
	color: #000
}
.cont-det-item a, .cont-det-item p {
	font-weight: 600;
	color: #344cb7
}
.contact-part {
	padding: 125px 23px 57px;
	background: #fff;
	box-shadow: 0 6px 24px rgba(52,76,183,.2);
	border-radius: 20px;
	margin-top: 78px
}
.contact .form-control, .contact .form-select, .contact-part .form-control2 {
	border: 1px solid #000;
	border-radius: 20px;
	height: 49px
}
.contact .form-control::placeholder, .contact .form-select::placeholder, .contact-part .form-control2::placeholder {
font-family:Poppins;
font-style:normal;
font-weight:400;
font-size:15px;
line-height:22px;
color:#000
}
select.form-control{
    appearance:none;
        background-image: url(/public/frontend/images/select-icon.png) !important;
    background-size: 12px 8px;
    background-position: right 12px top 21px;
    background-repeat: no-repeat;
    color:#000;
}
select.form-control:required:invalid{
	color: #000 !important;
}
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
	margin-left: 15px!important;
	border-top-left-radius: 20px!important;
	border-bottom-left-radius: 20px!important
}
.input-group-addon img {
	width: 30px;
	height: 30px
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
-webkit-appearance:none;
-moz-appearance:none;
appearance:none;
margin:0
}
.contact .form-group {
	margin-bottom: 34px
}
.contact .react-tel-input .form-control {
	margin-left: 0!important;
	height: 49px!important;
	padding-left: 57px!important;
	width: 113px!important;
	border: 1px solid #000!important;
	border-radius: 20px!important;
	pointer-events: none!important
}
.react-tel-input .selected-flag {
	padding: 0!important;
	border-radius: 0!important
}
.contact .react-tel-input .flag-dropdown {
	background-color: #fff;
	height: 49px!important;
	width: 50px!important;
	border: 1px solid #000!important;
border-radius:20px 0px 0px 20px !important;/* 29v3 */
	border-right-color: transparent!important;
	padding: 15px 16px!important
}
.react-tel-input .selected-flag:focus, .react-tel-input .selected-flag:hover {
	background-color: transparent!important
}
.react-tel-input .flag-dropdown.open .selected-flag {
	background: 0 0!important;
	border-radius: none!important
}
.form-select {
	background-image: url(../images/select-icon.png) !important;
	text-align: center;
	background-size: 13px!important
}
.contact-part h5 {
	font-family: Poppins;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 27px;
	color: #000;
	margin-bottom: 30px
}
.cont-butt .btn, .team-member h1 {
	font-style: normal;
	font-weight: 600
}
.cont-butt .btn {
	background: #eda233;
	border-radius: 20px;
	padding: 13px 64px;
	font-family: Inter;
	font-size: 15px;
	line-height: 18px;
	letter-spacing: -.4px;
	color: #fff
}
.cont-butt {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 45px
}
.contact-part .form-control2 {
	width: 226px;
	padding: 13px 20px
}
.cont-map {
	margin-top: 31px;
	margin-bottom: -30px
}
.error {
	color: red!important;

	margin-top: 2px;
	font-size: 15px;
	line-height: 20px
}
.error-ex-m {
	margin-left: 40px
}
.team-member {
	padding: 20px 0 61px;
	position: relative
}
.team-member h1 {
	font-family: Poppins;
	font-size: 55px;
	line-height: 82px;
	color: #000;
	text-align: center;
	position: relative;
	margin-bottom: 20px;
}
.bottom-head p, .team-member h2 {
	font-weight: 500;
	font-family: Poppins;
	font-style: normal
}
.team-member h1::before {
	position: absolute;
	border: 23px solid transparent;
	border-top: 0;
	border-bottom: 40px solid #344cb7;
	left: 35%;
}
.team-member h1::after {
	position: absolute;
	border: 23px solid transparent;
	border-top: 0;
	border-bottom: 40px solid #344cb7;
	right: 35%
}
.team-member h2 {
	font-size: 23px;
	line-height: 34px;
	color: #000;
	padding-top: 56px
}
.team-top-img {
	width: 368px;
	height: 450px
}
.bottom-head p {
	font-size: 15px;
	line-height: 22px;
	color: #344cb7
}
.bottom-head h3 {
	font-family: Poppins;
	font-style: normal;
	font-weight: 600;
	font-size: 45px;
	line-height: 68px;
	color: #000
}
.member-card h4, .member-card p {
	font-size: 17px;
	line-height: 26px;
	color: #000;
	font-family: Poppins;
	font-style: normal
}
.bottom-head img {
	position: absolute;
	top: -5px;
	left: 377px;
	width: 195px;
	height: 110px;
	animation:leftright 3s infinite ease-in-out;
}
@keyframes leftright{
    0%{transform:translateX(0px)}
    25%{transform:translateX(10px)}
    50%{transform:translateX(20px)}
    75%{transform:translateX(10px)}
    100%{transform:translateX(0px)}
}
.abt_txt, .bnft h2, .bnft h4, .com-chess, .gallery-hd h1, .member-cont {
	position: relative
}
.member-cont .left-shape {
	position: absolute;
	left: 0;
	top: 0;
	width: 71px;
}
.mem-cont-inr::after, .mem-cont-inr::before {
	content: "";
	width: 100%;
	height: 161px;
	opacity: .2;
	background: #344cb7;
	z-index: -1;
	position: absolute
}
.member-cont {
	margin-bottom: 65px;
	margin-top: 145px
}
.member-card {
	box-shadow: 0 16px 24px rgba(52,76,183,.25);
	background: #fff;
	border-radius: 15px;
	padding: 12px 19px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 74px;
	height: calc(100% - 74px)
}
.mem-img {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-color:#eef0f9;
}
.mem-img img{
    width:auto;
    height:auto;
    display:block;
    max-width:100%;
}
.member-card h4 {
	margin-top: 20px;
	font-weight: 600
}
.member-card p {
	font-weight: 400;
	text-align: center
}
.member-card .team-social {
	display: flex;
	margin-top: 6px
}
.member-card .team-social img {
  width: 15px;
  height: 15px;
  margin-left: 14px;
  border-radius: 0%;
}
.member-card .team-social img:first-child {
	margin-left: 0
}
.gx-7 {
--bs-gutter-x:5rem
}
.member-cont h5 {
	font-family: Poppins;
	font-style: normal;
	font-weight: 500;
	font-size: 40px;
	line-height: 60px;
	color: #000;
	text-align: center;
	margin-top: 7px
}
.mem-cont-inr {
	margin-top: 68px
}
.mem-cont-inr::before {
	display: block;
	top: 60px
}
.mem-cont-inr::after {
	display: block;
	bottom: 147px
}
.banner-pad {
	height: 73px;
	display: block
}
.mt-126 {
	margin-top: 98px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: stretch;
	margin-left: -16px;
}
.sub_image {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: fit-content;
	padding: 0 16px;
}
.sub_image img{
    display:block;
    width:50px;
    height:50px;
}

.sub_image img.star-banner{
    width:113px !important;
    height:auto !important;
    margin:14.5px 0px !important;
}
.banner-btn {
	margin-top: 36px
}
.about_us {
	margin-top: 157px;
	padding-bottom: 60px
}
.abt_txt {
	padding: 80px 0 48px
}
.abt_txt::before {
	content: '';
	height: 100%;
	width: 12px;
	background-image: url(../images/Line\ 36.png);
	background-size: 100% 292px;
	background-position: center top 89px;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	left: -39px;
	top: 0
}
.services-sec {
	background-image: url(../images/services-sec-bg.png);
	background-size: 100% 2765px;
	background-repeat: no-repeat;
	background-position: center center
}

.parent-sec {
  margin-top: 69px;
}
.hap-bg {
	width: 273px;
	height: 193px;
	background-image: url(../images/hap-bg.png);
	background-size: 273px 193px;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 10px 53px 21px 54px;
	margin: -81px auto 0;
}
.owl-pride .owl-nav button span, .parent-sec .owl-recent .owl-nav button span, .preder-box {
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center
}
.hap-bg img {
	display: block;
	width: 166px!important;
	height: 166px;
	border-radius: 50%;
	overflow: hidden;
}
.abt-box img, .owl-pride .owl-nav button span, .preder-flag img, .prider-img img {
	height: 100%;
	display: block
}
.owl-pride .owl-nav, .parent-sec .owl-recent .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% + 60px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    left: -30px;
}
.parent-sec .owl-recent .owl-nav button {
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	padding: 0
}
.parent-sec .owl-recent .owl-nav button:focus, .parent-sec .owl-recent .owl-nav button:hover {
	background-color: transparent
}
.parent-sec .owl-recent .owl-nav button.owl-prev {
	margin-left: -62px
}
.parent-sec .owl-recent .owl-nav button.owl-next {
	margin-right: -62px
}
.parent-sec .owl-recent .owl-nav button span {
	position: static;
	padding: 20px;
	display: block;
	width: 100%;
	height: 100%;
	font-size: 0px
}
.parent-sec .owl-recent .owl-nav button.owl-prev span {
	background-image: url(../images/haap-left.png)
}
.parent-sec .owl-recent .owl-nav button.owl-next span {
	background-image: url(../images/haap-right.png)
}
.owl-pride .owl-nav button:focus span, .owl-pride .owl-nav button:hover span, .parent-sec .owl-recent .owl-nav button:focus span, .parent-sec .owl-recent .owl-nav button:hover span {
	filter: invert(24%) sepia(69%) saturate(1345%) hue-rotate(206deg) brightness(104%) contrast(94%)
}
.mt-67 {
	margin-top:41px
}
.parent-sec .owl-recent .owl-dots button span {
	background: #767676;
	margin: 5px 18px
}
.parent-sec .owl-recent .owl-dots .owl-dot.active span, .parent-sec .owl-recent .owl-dots .owl-dot:hover span {
	background: #000;
	width: 15px;
	height: 15px;
	margin: 2px 18px
}
.pride-hdr {
	margin-top: 150px
}
.our-pride .container-fluid {
	padding: 0 57px
}
.our-pride .item {
	padding: 25px 12px 0 22px
}
.preder-box {
	background-image: url(../images/our-pr1.png);
	padding: 41px 34px 133px 52px;
	border-radius: 0 0 20px;
	width: 428px;
	max-width: 100%;
	margin: auto
}
.prider-img {
  width: 190px;
  height: 258px;
  border-radius: 20px;
  border-bottom: 2px solid #fff;
  left: -22px;
  top: -26px;
  border-right: 4px solid #fff;
}
.prider-img img {
	width: 100%!important
}
.preder-txt {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-end
}
.com-chess, .select2-results ul li div {
	justify-content: flex-start;
	display: flex
}
.preder-name {
	width: calc(100% - 140px);
	margin-bottom: 75px
}
.preder-name h3 {
	color: #fff;
	font-family: Poppins;
	font-size: 30px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 8px
}
.preder-name h5, .preder-txt p {
	color: #fff;
	font-family: Poppins;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 1px;
	text-transform: capitalize
}
.preder-name h5 {
	font-size: 25px
}
.preder-txt p {
	width: 100%;
	font-size: 20px;
	min-height: 120px
}
.preder-txt p b,
.preder-txt p strong{
	font-weight: 700;
	color: #eda233
}
.abt-txt h3, .abt-txt li h5, .abt-txt li h6, .abt-txt p {
	color: #000;
	font-family: Poppins;
	font-style: normal;
	line-height: normal
}
.owl-pride .owl-nav button {
	margin: 0!important;
	padding: 0!important;
	width: 22px;
	height: 22px
}
.owl-pride .owl-nav button span {
	width: 100%;
	padding: 11px;
	font-size: 0px
}
.owl-pride .owl-nav button.owl-prev span {
	background-image: url(../images/pride-left.png)
}
.owl-pride .owl-nav button.owl-next span {
	background-image: url(../images/pride-right.png)
}
.our-pride .owl-dots {
	margin-top: 56px
}
.owl-pride .owl-dots button span {
	background: #767676!important;
	margin: 5px 18px!important
}
.owl-pride .owl-dots .owl-dot.active span, .owl-pride .owl-dots .owl-dot:hover span {
	background: #000!important;
	width: 15px;
	height: 15px;
	margin: 2px 18px!important
}
.preder-flag {
	width: 121.5px;
	height: 77px;
	border-radius: 50px;
	bottom: 30px;
	right: -10px
}
.preder-flag img {
	width: 100%!important
}
.about-area {
	padding: 91px 0 62px;
	margin: 134px 0 94px
}
.about-area .container-fluid {
	padding: 0 30.5px
}
.abt-txt h3 {
	font-size: 30px;
	font-weight: 600;
	letter-spacing: -.4px;
	text-transform: uppercase;
	margin-bottom: 40px
}
.gallery-inr a.more, .lb-data .lb-caption, .serv-1-left a, .subTitle_course p {
	text-transform: capitalize
}
.abt-txt li h5, .abt-txt li h6, .abt-txt p {
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: capitalize
}
.bnft h2, .serv-1-left a {
	font-weight: 600;
	font-family: Poppins;
	font-style: normal
}
.abt1-img {
	width: 387px;
	height: 657px;
	top: -91px;
	right: -30.5px
}
.abt-sec1 {
	margin-bottom: 205px
}
.abt-txt li {
	margin-top: 29px
}
.abt-sec2 .abt-txt {
	margin-left: -30px
}
.abt2-img {
	width: 410px;
	height: 473px;
	top: -29px;
	left: -30.5px
}
.abt-sec2 {
	margin-bottom: 193px
}
.abt-sec3 {
	margin-bottom: 217px
}
.abt3-img {
	width: 598px;
	height: 440px;
	top: -62px;
	right: -30.5px
}
.abt-sec4 .abt-txt li {
	margin-top: 9px
}
.abt-sec4 .abt-txt p {
	margin-top: 22px
}
.abt4-img {
	width: 594px;
	top: -71px;
	left: -30.5px
}
.abt-box img {
	width: 100%;
	max-width: 100%;
	max-height: 100%
}

img.sir-img {
  display: block;
  width: 542px;
  position: absolute;
  z-index: 8;
  right: 0 !important;
}
.sir-img2 {
	float: right
}
.service1-page {
	padding: 60px 0 75px
}
.com-chess {
	padding-left: 26px;
	padding-right: 26px
}
.serv-1-right {
	margin-left: 48px
}
.serv-1-left {
	margin: 0 -6px 0 22px
}
.serv-1-left a {
	background: #eda233;
	border-radius: 30px;
	padding: 10px 90px;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: -.4px;
	color: #fff;
	border: none;
	display: block
}
.bnft h2 {
	font-size: 30px;
	line-height: 45px;
	color: #000;
	z-index: 1
}
.bnft h4, .gallery-inr a.more, .subTitle_course p {
	font-weight: 500;
	color: #000
}
.bnft h4 {
	font-family: Poppins;
	font-style: normal;
	font-size: 15px;
	line-height: 22px;
	margin-top: 15px;
	z-index: 1
}
.gallery-hd h1, .gallery-inr a.more, .select2-results ul li div p, .subTitle_course p, span.select2-selection__rendered div p {
	font-family: Poppins;
	font-style: normal;
	line-height: normal
}
.btnf-top-txt {
	padding-top: 80px;
	width: 65%;
	margin-bottom: 18px
}
.why-part-img {
	margin-right: 35px;
	height: 176px;
	animation:smallbig 8s infinite ease-in-out;
}
.service2-page {
	padding: 60px 0 42px
}
.serv2-cont {
	margin-bottom: 41px
}
.serv2-top {
	padding-left: 52px
}
.begginer-page {
	padding: 42px 0 47px;
	/*background-image: url(../images/beginner-pg-bg.png);*/
	background-repeat: no-repeat;
	background-position: top 18px center;
	background-size: 100% auto
}
.begginer-page .com-chess {
	margin-top: 36px
}
.subTitle_course {
	margin-top: 86px
}
.subTitle_course p {
	font-size: 15px;
	margin-top: 11px
}
.subTitle_course h3 {
	margin-bottom: 30px
}
.hd-crs {
	width: 278px;
	height: 263px;
	display: block;
	margin: 0 auto;
	animation:smallbig 8s infinite ease-in-out;
}
.courses_third {
	margin-top: 63px
}
.line {
	height: calc(100% - 109px);
	top: 40px;
	left: 0
}
.trophy {
	width: 55px;
	height: 55px;
	bottom: 0;
	left: 24px
}
.month-div ul {
	padding-left: 39px;
	padding-bottom: 71px
}
.wid-adj {
	margin-left: 6px
}
.inter-course-lft h1::after {
	content: '';
	position: absolute;
	width: 305px;
	height: 3px;
	background: #344cb7;
	max-width: 100%;
	left: 0;
	bottom: 4px;
	top: auto
}
.gallery-page {
	padding: 47px 0 118px
}
.gallery-hd {
	margin-bottom: 43px
}
.gallery-hd h1 {
	color: #fff;
	font-size: 60px;
	font-weight: 600;
	padding: 77px 0 120px;
	z-index: 2
}
.gallery-hd h1 span {
	color: #000
}
.gallery-hd h1::before {
	content: '';
	position: absolute;
	width: 587px;
	height: 287px;
	background-image: url(../images/gal-hd.png);
	background-position: left top;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	display: block;
	z-index: -1;
	top: 0;
	left: -195px
}
.lb-data .lb-number {
	display: none!important
}
.lb-data .lb-caption {
	font-size: 26px!important;
	font-weight: 500!important;
	line-height: 1.1!important;
	font-family: Poppins!important;
	font-style: normal;
	line-height: normal
}
.gallery-inr img.example-image {
	width: 252px;
height: 252px;
	display: block;
	border-radius: 20px;
	box-shadow: 0 16px 24px 0 rgba(52,76,183,.2);
	margin: 0 0 63px 0;
}
.gallery-inr a.more {
	font-size: 40px;
	text-align: center;
	display: block;
	width: 100%
}
.select2-container {
	width: 118px!important;
	display: block;
	height: 49px;
	border-radius: 20px;
	border: 1px solid #000
}
select#id_select2_example {
	display: none
}
.select2-results ul {
	padding: 10px!important;
	list-style: none!important;
	margin-bottom: 0;
	background-color: #fff!important
}
.select2-results ul li div {
	align-items: center;
	margin-bottom: 13px;
	cursor: pointer
}
.select2-results ul li div img {
	width: 27px!important;
	height: 19px!important
}
.select2-results ul li div p {
	font-size: 14px!important;
	font-weight: 400!important;
	margin-left: 12px
}
span.select2-search {
	width: 100%;
	display: block
}
span.select2-search input {
	width: 100%
}
span.select2-dropdown {
	display: block;
	box-shadow: 3px 8px 17px 0 #00000024
}
span.select2-selection__rendered div {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 11px!important
}
span.select2-selection__rendered div img {
	width: 27px!important;
	height: 19px;
	display: block
}
/*span.select2-selection__arrow {
	position: absolute;
	right: -58px;
	display: block;
	width: 9px;
	height: 7px;
	background-image: url(../images/select2-arw.png);
	background-size: 9px 7px;
	background-repeat: no-repeat;
	background-position: center center;
	top: 38px;
	z-index:9999999999999;
}*/
span.select2-selection__arrow b {
	width: 12px;
	height: 22px;
	display: inline-block;
}
.langg_aroww{
	background-image: url(../images/select2-arw.png);
	background-size: 9px 7px;
	background-repeat: no-repeat;
	background-position: 46px 22px;
}


.select2-selection {
	position: relative;
	cursor: pointer
}
span.select2-selection__rendered div p {
	color: #000;
	font-size: 18px!important;
	font-weight: 400!important;
	margin-left:20px
}
.box-bl-line {
	margin: 40px 0
}
.nnjj {
  position: relative;
  padding-bottom: 45px;
}
.nnjk {
	position: absolute;
	z-index: 99;
	bottom: -91px;
}
.book_a_demoo {
	position: fixed;
	top: 210px;
	right: 0px;
	padding: 0px;
	z-index: 9999;
	background: #eda233;
	border-radius: 16px 0 0 16px;
	height: 146px;
	overflow: hidden;
	width: 50px;
}
.book_a_demoo a {
	font-family: Poppins;
	font-style: normal;
	font-weight: 600;
	font-size: 17px;
	line-height: 21px;
	white-space: nowrap;
	text-align: center;
	letter-spacing: 0.08em;
	color: #fff;
	transform: rotate(-90deg) translateX(-20px);
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 78px;
	position: relative;
	margin: 0;
	height: 171px;
	width: 50px;
	text-transform: uppercase;
}
/*.book_a_demoo:hover {
	background: #344cb7;
}*/




.HappyParents .flag_image {
    width: 27%;
    margin-right: -12px;
    position: absolute;
    bottom: 17px;
    right: 11px;
}
.mr-00{
	margin-right: 0 !important;
}
.py-002 {
	height: 60px;
	padding-top: 12px !important;
	padding-bottom: 12px !important;
}
.ftta{
	padding-left:0 !important;
}
.new_heading_ww{
	display:block;
	overflow:hidden;
	width:80%;
}

.bbclo img.sir-img{
	left:0;
}
.rmnn01 .owl-stage-outer {
  padding: 53px 0 48px 0;
}
.rmnn01 .owl-stage-outer {
  margin: 0 -10px 0 0;
}
.accordion-button {
  padding: 20px 30px 20px 40px;
}
.abt-txt li h5{
  font-size: 18px;
  font-weight: 600;
}
.mrnn00 {
  margin: 0;
  padding: 0 0 0 8px;
}
.mrnn0022{
  margin: 0;
  padding: 0 0 0 19px;
}
.fsz{
	font-size:45px !important;
	margin: 26px 0 18px 0 !important;
}
.mmhy{
	margin-top: 75px !important;
}


/* 28-07-2023 */

.introduce-kid {
  margin-top: 195px;
  margin-bottom: 69px;
  z-index: 2;
  padding-bottom: 138px;
}
.intro-bg-kid{
	top: 111px;
	right: 0px;
	display: block;
	width: 214px;
	height: 377px;
	z-index: -1;
}
.introduce-kid h2{
	width: 82.28%;
	margin: 0 auto 88px auto;
	color: #070707;
text-align: center;
font-family: 'Poppins';
font-size: 45px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-transform: capitalize;
}
.intro-kid-grp{
	position: absolute;
	top: 144px;
	left: 0px;
	display: block;
	width: 537px;
height: 420px;
}
.introduce-txt{
	padding: 11px 0px 31px 25px;
}
.introduce-txt::before {
    content: '';
    position: absolute;
    width: 101.597px;
    height: 101.597px;
    transform: rotate(30deg);
    opacity: 0.15000000596046448;
    background: #344CB7;
    top: -129px;
    right: 255.47px;
    z-index: -1;
}
.introduce-txt::after {
    content: '';
    position: absolute;
    width: 57.3px;
    height: 57.3px;
    transform: rotate(-30deg);
    opacity: 0.20000000298023224;
    background: #344CB7;
    bottom: -97px;
    right: 711px;
    z-index: -1;
	animation: fa-spin 12s infinite linear;
}
.intro-txt-arw{
	height: 100%;
	top: 0px;
	left: -4px;
	width: 12px;
	display: block;
}
.introduce-txt ul li{
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 50px;
}
.introduce-txt ul li:last-child{
	margin-bottom: 0px;
}
.introduce-txt ul li img{
	display: block;
	width: 50px;
	height: 50px;
	margin-right: 11px;
}
.introduce-txt ul li h5{
	color: #000;
font-family: 'Poppins';
font-size: 19px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: -0.4px;
text-transform: capitalize;
}
.introduce-txt ul li h5 span{
	color: #344CB7;
}




.services-new{
	padding-bottom: 150px;
	z-index: 2;
}
.nsrvc-chess-pc {
    bottom:0px;
    right: 0px;
    z-index: -1;
    width: 242px;
    height: 517px;
	opacity: 70%;
}
.services-new h2{
	color: #000;
text-align: center;
font-family: Poppins;
font-size: 30px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 2.6px;
margin-bottom: 40px;
}
h3.hdr-dline{
	color: #344CB7;
text-align: center;
font-family: 'Open Sans';
font-size: 35px;
font-style: normal;
font-weight: 800;
line-height: normal;
letter-spacing: 1px;
position: relative;
}
h3.hdr-dline span.ln1,
h3.hdr-dline span.ln2{
	display: block;
	margin: 10px auto 0px auto;
	width: 96px;
height: 3px;
background: #344CB7;
}
h3.hdr-dline span.ln2{
	width: 56px;
}
.serv-new-inr {
    width: 1070px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    max-width: 100%;
	margin:50px auto 0px auto;
}
.nsrvc-box {
    width: 442px;
    z-index: 2;
    padding: 24px 31px 55px 31px;
    background: #FFF;
    box-shadow: 0px 6px 24px 0px rgba(52, 76, 183, 0.25);
    border-radius: 30px 3px 0 0;
}
.nsrvc-box img{
	width: 80px;
	height: 80px;
	margin: 0px auto 30px auto;
}
.nsrvc-box h3{
	color: #000;
text-align: center;
font-family: 'Poppins';
font-size: 25px;
font-style: normal;
font-weight: 500;
line-height: normal;
margin-bottom: 17px;
}
.nsrvc-box p{
	color: #000;
font-family: 'Poppins';
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: -0.4px;
text-transform: lowercase;
margin-bottom: 27px;
}
.nsrvc-box ul{
	width:290px;
	max-width: 100%;
	margin: 0 auto !important;
	list-style-type:  disc !important;
}
.nsrvc-box:last-child ul{
	width: 242px;
}
.nsrvc-box ul li{
	color: #000;
font-family: 'Poppins';
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: -0.4px;
text-transform: capitalize;
margin-bottom: 6px;
}
.nsrvc-box span{
	position: absolute;
	display: block;
	width: 32px;
height: 33px;
left: calc(50% - 16px);
bottom: 2px;
animation: bounce 2s infinite;
}
.nsrvc-box span img{
	width: 32px;
	height: 33px;
	display: block;
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-20px);}
	60% {transform: translateY(-15px);}
}
.nsrvc-btn {
    bottom: 2px;
    transform: translateY(100%) translateX(-50%);
    background-image: url(../images/card1-bg.png);
    background-size: 100% 100%;
    width: calc(120% - 2px);
    background-position: top center;
    background-repeat: no-repeat;
    padding: 59px 0px 0px 0px;
    left: 49.8%;
}
.nsrvc-btn a {
    display: block;
    margin: 0 auto;
    border-radius: 30px;
    background: #EDA233;
    width: fit-content;
    padding: 11px 28px;
    color: #FFF;
    font-family: 'Poppins';
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.4px;
    text-transform: capitalize;
    transform: translateY(-45px) translateX(-6px);
}
.nsrvc-btn a:hover{
	background:#344CB7;
}
.course-wheads{
	z-index: 2;
}
.courses-new{
	padding-top:29px;
}
.crs-chspc{
	z-index: -1;
	width: 364px;
	height: 494px;
	top: -35px;
	left: 0px;
}

.crs-inner{
	width: 1292px;
	max-width: 100%;
	margin:50px auto 107px auto;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.crs-box {
    width: 394px;
    max-width: 100%;
    background: #FFF;
    box-shadow: 0px 8px 24px 0px rgba(52, 76, 183, 0.25);
    border-radius: 30px 30px 0px 0px;
    padding: 23px 24px 28px 25px;
}
.crs-boxpc{
	width: 140px;
	height: 85px;
	margin: 0 auto 18px auto;
}
.crs-box h3{
	color: #000;
text-align: center;
font-family: 'Poppins';
font-size: 25px;
font-style: normal;
font-weight: 500;
line-height: normal;
margin-bottom: 42px;
}
.crs-box ul{
	width: 298px;
	max-width: 100%;
	margin: 0 auto !important;
}
.crs-box ul li{
	padding-left: 15px;
	position: relative;
	color: #000;
font-family: 'Poppins';
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: capitalize;
margin-bottom: 15px;
}
.crs-box ul li::before{
	content: '';
	position: absolute;
	width: 5px;
	height: 6px;
	background-color: #EDA233;
	left: 0px;
	top: 9px;
}
.crs-box p{
	padding-top: 42px;
	margin-top: 34px;
	border-top: 1px solid #C4C4C4;
	color: #000;
font-family: 'Poppins';
font-size: 13px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-transform: capitalize;
}
.crs-box .nsrvc-btn a {
    transform: translateY(-50px) translateX(-6px);
}
.founder{
	padding-top:20px;
	padding-bottom: 84px;
	margin-bottom: 10px;
}
.fnd-chspc{
	width: 340px;
height: 527px;
right: 0px;
top: -196px;
z-index: -1;
}
.fnd-coach-bordr{
	width: 100%;
	height: auto;
	background: linear-gradient(#EDA233, #CE7B00);
	border-radius:192px;
	padding: 8px;
}
.fnd-coach-innr{
	border-radius: 0 83px 192px 192px;
background: #FFF;
height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.home_changes7 .sir1-img {
  width: 436px !important;
  height: auto !important;
  left: -10px;
  top: -7%;
  transform: translateY(-50%);
}
.fndr-txt-inr {
    padding: 64px 0px 22px 52px;
}
.fndr-txt-inr h2{
	color: #000;
font-family: 'Inter';
font-size: 50px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 1px;
text-transform: capitalize;
margin-bottom:9px;
}
.fndr-txt-inr h3{
	color: #000;
font-family: 'Inter';
font-size: 41px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 1px;
text-transform: capitalize;
margin-bottom: 30px;
}
.fndr-txt-inr p{
	color: #484848;
font-family: 'Inter';
font-size: 22px;
font-style: normal;
font-weight: 400;
line-height: 30px;
/*text-transform: capitalize;*/
margin-bottom: 23px;
}
.fndr-txt-inr ul li {
  margin-right: 25px;
}
.fndr-txt-inr ul li a{
	font-size: 30px;
	color: #344CB7;
	display: block;
	line-height: 0.8;
}
.fndr-txt-inr ul li a:hover{
	transform: translateY(-3px);
}

.home_changes6 .sir2-img {
    width: 448px !important;
    height: auto !important;
    right: -10px;
   top: -8%;
    transform: translateY(-50%);
}
.head-coach{
	padding-top: 115px;
	padding-bottom: 84px;
}
.coach-chspc{
	width: 466px;
height: 537px;
left: 228px;
top: -128px;
z-index: -1;
}
.head-ch-txt-inr{
	padding: 36px 43px 35px 113px;
}

.abt-txt ul{
	list-style-type: disc !important;

}
/* 28-07-2023 */



.team_pn p {
  font-size: 23px;
  line-height: 34px;
  color: #000;
  padding-top: 30px;
  font-weight: 500;
  font-family: Poppins;
  font-style: normal;
}
.pp0{
	padding-top: 0px !important;
}
.nnpmg{
	width: auto !important;
	max-width: 100% !important ;
	height:auto !important;
	margin-left: 29px;
}
.nnpmg img{
	height:auto !important;
	max-height: inherit !important;
	margin: 10px 0 0 0;
	width: auto !important;
	max-width: 100% !important;
	animation:smallbig 8s infinite ease-in-out;
}
.higher_11 li{
  margin-bottom: 22px;
}
.debit-inpt{
	position: relative;
}
.nhjj a {
  padding: 10px 0px !important;
  text-align: center !important;
}
.prnno{
	padding-right:0 !important;
}
.llstta ul li{
	list-style-type: disc !important;
}
.llstta ul{
	padding-left: 15px !important;
}
.begginer-page .col-xl-3{
	margin-left: 27px;
}
.dropdown .dropdown-menu a{
	text-transform: capitalize;
}
.ccdrtt {
  padding: 40px 0px 46px 0;
  border-top: 1px solid #000;
}

/*BLOG PAGE START*/
.for_blog_header .navbar-brand {
	width: 257px;
	height: auto !important;
	justify-content: start;
}


.for_blog_header .navbar-nav .blogg_lc .nav-item .nav-link {
  font-size:17px !important;
  color: #2B2B2B !important;
  font-weight: 500 !important;
}
.for_blog_header .navbar-nav .blogg_lc .nav-item .nav-link:hover{
  color: #eda233 !important;
}
.for_blog_header .navbar-nav .nav-item {
  margin: 0 18px;
}
.for_blog_header .nav-item .icon {
  margin-left: 8px;
}
.blgrn{
	margin-right: 0 !important;
	margin-left: 10px !important;
}
.nav-contact, .navbar .navbar-nav .blogg_022 .nav-item .nav-link {
  font-size:15px !important;
  color: #2B2B2B;
}
.for_blog_header .nav-contact {
  padding: 7px 28px 7px 28px !important;
  color: #fff !important;
}


.blog_tags_area{
	width: 100%;
	height: 58px;
	display:block;
	/*overflow:hidden;*/
	background: #344CB7;
	padding: 13px 0 0 0;
}
.blog_tags_area h2{
	color: #fff;
	font-family: Poppins;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	float: left;
	width: auto;
	padding: 2px 0 0 0;
	margin-left: 12px;
}
.blog_tags_area h2 strong {
	border-radius: 10px;
	background: #FFF;
	font-weight: 500;
	text-align: center;
	color: #000 !important;
	padding: 2px 17px 4px 17px;
	margin: 0 5px 0 0;
	float: left;
}
.blog_tags_area ul {
	margin: 0;
	width: auto;
	float: left;
	padding: 1px 0 0 0;
}
.blog_tags_area ul li{
	float:left;
	margin: 0 0 0 9px;
	padding: 1px 0 0 0;
}
.blog_tags_area ul li a{
	color: #727272; 
	font-family: Poppins;
	font-size: 15px;
	text-align: center;
	border-radius: 10px;
	display:inline-block;
	float:left;
	font-weight: 400; 
	background: #FFF;
	padding: 2px 16px 3px 16px;
}
.blog_tags_area ul li a:hover{
	color: #fff; 
	background: #eda233;
}
.blog_search_area {
	float: right;
	width: auto;
	margin-left: auto;
}
.blog_search_area input[type="text"]{
	height: 32px;
	border-radius: 10px;
	color: #000;
	font-family: Poppins;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	border: none;
	padding: 1px 12px 2px 35px;
	width: 240px;
	background: #fff url("../images/blog_search.png");
	background-repeat: no-repeat;
	background-position: 12px center;
}
.mtags{
	position:relative;
}
.open_more_tags{
	display:none;
	width: 175px !important;
	position: absolute;
	left: 0;
	top: 44px;
	padding: 2px 10px 5px 10px !important;
	z-index:99;
	background:#fff;
	box-shadow: 0 8px 24px rgba(0,0,0,.2);
	border-radius: 0 0 10px 10px;
}
.open_more_tags li {
	float: none !important;
	margin: 0 !important;
	padding: 1px 0 0 0 !important;
	width: 100%;
	display: block;
	overflow: hidden;
	text-align: left;
}
.open_more_tags li a {
	text-align: left !important;
	padding: 2px 0 !important;
	width: 100%;
	background: transparent !important;
}
.open_more_tags li a:hover{
	color:#eda233 !important;
}



.blog_main_area{
	display:block;
	width:100%;
	padding: 36px 0 0 0;
}
.blog_top_01 {
	display: block;
	width: 100%;
	border-bottom: 1px solid #000;
	float: left;
	margin-bottom:50px;
}
.blog_top_01 h1{
	color: #000;
	font-family: Poppins;
	font-size: 60px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	float:left;
	margin: 61px 0 0 75px;
}
.blog_top_01 img {
	max-width: 410px;
	height: auto;
	float: right;
	width: auto;
	position: relative;
	top: 1px;
	z-index: 9;
}





.blog_left_01 {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin:16px 0px 66px 0px;
}
.blog_left_01 h3{
	color: #000;
	font-family: Poppins;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: capitalize;
}
.blog_left_01 h3 img{
	float:left;
	margin: 0 12px 0 0;
}
.blog_left_01 p {
  color: #706f6e;
  font-family: Poppins;
  font-size: 13px;
  font-style: normal;
  display: block;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  padding: 8px 0 0 33px;
}
.blog_left_01 a {
  color: #706f6e;
  font-family: Poppins;
  font-size: 13px;
  display: block;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  padding: 8px 0 0 48px;
  background-image: url(../images/Rectangle190.png);
  background-repeat: no-repeat;
  background-position: 32px 15px;
}
.blog_left_01 a:hover{
  color: #000;
  font-weight: 700;
   background-image: url(../images/Rectangle19.png);
  background-repeat: no-repeat;
  background-position: 32px 15px;
}
.blog_activee{
  color: #000 !important;
  font-weight: 700 !important;
  background-image: url(../images/Rectangle19.png) !important;
  background-repeat: no-repeat !important;
  background-position: 32px 15px !important;
}
.blog_left_01 h4{
	color: #706f6e;
	font-family: Poppins;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: capitalize;
	padding: 8px 0 0 33px;
	margin: 12px 0 0 0;
}

.blog_right_area {
    width: 1066px;
    max-width: 90%;
    margin: 0 auto 018px auto;
}
.blog_main_hori {
  display: block;
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #000;
  padding-bottom: 42px;
  margin-bottom: 50px;
}
.blog_pictt{
	float:left;
	display: block;
	width: 360px;
	overflow:hidden;
	background: #f2f2f2;
	height: 215px;
}

.blog_pictt > img{
	width:100%;
	-moz-transition:-moz-transform 0.5s ease-in; 
	-webkit-transition:-webkit-transform 0.5s ease-in; 
	-o-transition:-o-transform 0.5s ease-in;
	transition: 0.5s ease;
}
.blog_pictt:hover > img{
	-moz-transform:scale(1.3); 
	-webkit-transform:scale(1.3);
	-o-transform:scale(1.3);
	transform: scale(1.2);
}
.blog_information{
	float: right;
	width: calc(100% - 395px);
	position:relative;
}
.blog_information > a{
	color: #000;
	font-family: Poppins;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	width: 92%;
	display:block;
	line-height:28px;
	text-transform: capitalize;
}
.blog_information > a:hover{
	color: #EDA233;
}
.blog_information p{
	color: #706f6e;
	font-family: Poppins;
	font-size: 17px;
	font-style: normal;
	margin: 12px 0 10px 0 !important;
	font-weight: 300;
	line-height: 26px;
	text-transform: capitalize;
}
.blog_information > span{
	position:absolute;
	z-index:9;
	top:0;
	right:0;
}
.bol_redmore{
	color: #FFF !important;
	font-size: 15px !important;
	font-weight: 400 !important;
	width: 105px !important;
	height: 39px;
	border-radius: 10px;
	background: #EDA233;
	text-align: center;
	padding: 5px 0 0 0;
}
.bol_redmore:hover{
	color: #FFF !important;
	background: #344cb7;
}
.blog_view_area{
	display: block;
	width: 100%;
	overflow:hidden;
	margin: 16px 0 0 0;
}
.blog_posted{
	float:left;
}
.blog_posted span {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #000;
  overflow: hidden;
  float: left;
  display: block;
  margin: 4px 12px 0 0;
}
.blog_posted span img{
	width: 100%;
}
.blog_view_comment {
  float: right;
  margin: 13px 0 0 0;
}
.blog_view_comment span {
  float: left;
  margin: 0 0 0 30px;
  color: #000;
	font-family: Poppins;
	font-size: 10px;
	font-weight: 300;
	text-transform: capitalize;
}
.blog_view_comment span img {
  float: left;
  margin: -3px 10px 0 0;
}
.bl_ur{
	float:left;
}
.bl_ur p{
	color: #000;
	font-family: Poppins;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	margin:0 !important;
	line-height: 18px;
}
.bl_ur h5 {
  color: #706f6e;
  font-family: Poppins;
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
  margin: 0 !important;
  padding: 0;
}



.for_boxx_blogg {
  display: flex;
  justify-content: space-between;
    position:relative;
	flex-wrap: wrap;
}
.blog_box_m2 {
  float: left;
  width: 44%;
  margin-bottom: 52px;
}
.blog_box_picc{
	display: block;
	width: 100%;
	margin-bottom: 14px;
	overflow:hidden;
	background: #f2f2f2;
	height: 246px;
}

.blog_box_picc img{
	width:100%;
	-moz-transition:-moz-transform 0.5s ease-in; 
	-webkit-transition:-webkit-transform 0.5s ease-in; 
	-o-transition:-o-transform 0.5s ease-in;
	transition: 0.5s ease;
}
.blog_box_picc:hover > img{
	-moz-transform:scale(1.3); 
	-webkit-transform:scale(1.3);
	-o-transform:scale(1.3);
	transform: scale(1.2);
}



.blog_box_m2 .blog_information{
	float: left;
	width: 100%;
}
.blog_box_m2 .blog_information > a {
  width: 100%;
}
.linee::after{
	content: "";
	position: absolute;
	background: #000;
	height: 100%;
	width: 1px;
	z-index: 99;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: calc(100% - 48px);
}
.borderr_blobb {
  border-top: 1px solid #000;
  padding: 50px 0 0 0;
  margin-bottom: 50px;
  display: block;
  width: 100%;
}
.mbgg-0{
	margin-bottom:0 !important;
}
.llst_blogg{
	border:none !important;
	margin:0 !important;
}
.blog_big_btnn{
	display:block;
	overflow:hidden;
	width:100%;
	text-align: center;
	margin:0px 0px 60px 0px;
}
.blog_big_btnn a{
	width: 300px;
	height: 50px;
	border-radius: 10px;
	background: #EDA233;
	color: #FFF;
	font-family: Poppins;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-align: center;
	display: block;
	padding: 10px 0 0 0;
	margin: 0 auto;
}
.blog_big_btnn a:hover{
	background: #344cb7;
	color: #FFF;
}
.follow_btnn{
	display:block;
	overflow:hidden;
	width:306px;
	margin-right:50px;
}
.follow_btnn a {
  width:100%;
  height: 50px;
  border-radius: 10px;
  background: #EDA233;
  color: #FFF;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
  display: block;
  padding: 10px 0 0 0;
  float: left;
}
.follow_btnn a:hover{
	background: #344cb7;
	color: #FFF;
}
.blogg_msol {
  display: flex;
  overflow: hidden;
  width:fit-content;
  /*flex-wrap: wrap;*/
  margin: 0px 0 0 0;
  justify-content:flex-start;
  padding-right: 26px;
}
.blogg_msol a {
  margin: 0 50px 0px 0;
  padding: 0;
  width: 40px;
  text-align: center;
  background: transparent !important;
  opacity:1;
}
.blogg_msol a:hover{
  opacity:0.7;
  background: transparent !important;
}





.blog_footer_main {
  background: #344cb7;
  padding: 50px 0 22px 0;
}
.blog_footer_main .coppy{
	display:block;
	width:100%;
	text-align:center;
	position: relative;
}
.blog_footer_main .coppy h2{
	color: #FFF;
	font-family: Poppins;
	font-size: 10px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	margin: 66px 0 0 0;
	position: relative;
}
.blog_footer_main .coppy h2 a{
	color: #FFF;
	font-family: Poppins;
	font-size: 10px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.blog_footer_main .coppy > a {
  color: #FFF;
  font-family: Poppins;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  width: 124px;
  height: 28px;
  border-radius: 10px;
  background: #EDA233;
  display: block;
  padding-top: 7px;
  position: absolute;
  right: 0;
  bottom: -3px;
}
.blog_footer_main .coppy > a:hover{
  color: #FFF !important;
  background: #000;
}
.blog_footer_main .coppy a:hover{
	color: #eda233;
}
.blog_footer_logo{
	float:left;
	width: 26%;
	padding-right:0;
}
.blog_footer_random{
	float:left;
	padding: 0;
	width: 30%;
}
.blog_footer_subscribe {
  float: left;
  width: 44%;
  padding-right: 0;
  padding-left: 50px;
}
.blog_footer_logo a{
	display:block;
}
.blog_footer_logo a img{
	float:left;
	max-width:100%;
}
.blog_footer_random h3{
	color: #FFF;
	font-family: Poppins;
	font-size: 20px;
	font-style: normal;
	margin: 0 0 14px 0;
	font-weight: 600;
	line-height: normal;
}
.blog_footer_random .d-flex p{
	color: #FFF;
	font-family: Poppins;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: capitalize;
}
.blog_footer_random .d-flex a {
	display:block;
}
.blog_footer_random .d-flex a img {
  float: left;
  width: 105px;
  margin: 0 22px 0 0;
}
.blog_footer_random .d-flex {
  float: left;
  margin: 0 0 13px 0;
}
.blog_footer_subscribe h3{
	color: #FFF;
	font-family: Poppins;
	font-size: 20px;
	font-style: normal;
	margin: 0 0 14px 0;
	font-weight: 600;
	line-height: normal;
}
.blog_footer_socill{
	display:block;
	overflow:hidden;
	width:100%;
}
.blog_footer_socill a {
  float: left;
  margin: 0 29px 0 0;
  opacity:1;
}
.blog_footer_socill a img{
	width:auto;
}
.blog_footer_socill a:hover{
  opacity:0.8;
}
.blog_subscribe_area {
  display: block;
  width: 100%;
  position: relative;
  margin: 68px 0 48px 0;
}
.blog_subscribe_area input[type="text"] {
  width: 100%;
  height: 45px;
  border-radius: 10px;
  background: #FFF;
  color: #888484;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  border: none;
  line-height: normal;
  text-transform: capitalize;
  padding: 0 200px 0 38px;
  margin: 5px 0 0 0;
  position:relative;
}
.blog_subscribe_area input[type="button"] {
	width: 189px;
	height: 55px;
	border-radius: 10px;
	color: #FFF;
	font-family: Poppins;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: capitalize;
	background: #EDA233;
	border:none;
	position:absolute;
	z-index:9;
	right:0;
	top: 0;
}
.blog_subscribe_area input[type="button"]:hover{
	color: #FFF;
	background: #000;
}
.blo_view_all{
  float: left;
  display: block;
  overflow: hidden;
  width: 100%;
  margin: 0 0 35px 0;
}
.blo_view_all a{
  color: #000;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  float: right;
}
.blo_view_all a:hover{
  color: #344cb7;
}
.blo_view_all a img{
  margin: 0 0 0 10px;
}
.mbcc{
	margin-bottom:0px;
}
.nnhkk655{
	height: 74px;
}


.service_mainn66{
	display:block;
}
.service_nn2 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: stretch;
}
.for_mobile_onlyy001{
	display:none;
}




ul.list-unstyled {
	columns: 2;
}
li.move-to-column {
	break-before: column;
}
.move-to-column{
	break-inside: avoid-column;
	padding-top: 30px;
}
/*.list-unstyled li{
	padding:0 22px;
}*/


.privacy_policy_main{
	display: block;
	width: 100%;
	overflow:hidden;
	margin: 0 0 29px 0;
}
.privacy_policy_sec{
	display: block;
	width: 100%;
	/* overflow:hidden; */
	margin: 0 0 36px 0;
}
.privacy_policy_sec h1{
	color: #000;
	font-family: Poppins;
	font-size: 25px;
	font-weight: 600;
	margin: 0px 0 14px 0;
	line-height: 24px;
	position:relative;
	padding: 0 0 0 18px;
}
.privacy_policy_sec h1::before {
	position: absolute;
	top: 8px;
	left: 0;
	background-color: #344cb7;
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	transform: rotate(0deg);
}
.privacy_policy_sec p {
	color: #000;
	font-family: Poppins;
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
	margin: 0 0 20px 0;
}
.privacy_policy_sec ul li {
	position: relative;
	padding: 0 0 0 15px;
}
.privacy_policy_sec ul li::before {
	position: absolute;
	top: 8px;
	left: 1px;
	background-color: #344cb7;
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	transform: rotate(45deg);
}
.privacy_policy_sec ul li p{
	margin: 0 0 5px 0 !important;
}
.privacy_policy_sec ul li ul{
	margin-bottom:12px;
}
.privacy_policy_sec ul li ul li::before {
	display:none;
}

.mmprv {
  padding-top: 28px !important;
}
.privacy_top_sec{
	display: block;
	width: 100%;
	overflow:hidden;
	margin: 0 0 29px 0;
	position:relative;
}
.privacy_top_sec h2{
	color: #000;
	font-family: Poppins;
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: 42px;
}
.privacy_top_sec span {
  width: 210px;
  height: 2px;
  background: #344CB7;
  display: block;
  margin: 10px 0 6px 0;
}
.privacy_top_sec p{
	color: #000;
	font-family: Poppins;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	margin: 0 0 12px 0;
}
.mmprv::after {
  display:none !important;
}
.student_registration_areaa {
  display: block;
  overflow: hidden;
  width: 100%;
  margin: 215px 0 68px 0;
  text-align: center;
}
.student_registration_areaa h1 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 40px;
  color: #000;
}
.registration_comm {
  display: block;
  overflow: hidden;
  width: 100%;
  margin: 25px 0 0 0;
  border: 1px solid #dadce0;
  border-radius: 8px;
  padding: 40px 15px;
  border-top: 12px solid #eda338;
}
.registration_comm h2 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 38px;
  line-height: 40px;
  color: #000;
}
.registration_comm p {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 19px;
  line-height: 26px;
  color: #000;
  margin: 13px 0 0 0;
}

.faq_bg .accordion-body p{
     text-align:left;
    font-size: 16px;
    font-weight: 400;
    line-height :24px;
}

.flag_image img{
 width: auto;
    height: auto;
    display: block;
    max-width:122px !important;
    max-height: 100%;
}

.term_tc p{
    margin-bottom:22px;
}
.privacy_top_sec.term_tc {
    margin: 0 0 9px 0;
}
.blog-hdr-srch {
    right: 130px;
    top: 53%;
    transform: translateY(-50%);
}
.blog-hdr-srch input {
    width: 240px;
    height: 32px;
    border-radius: 10px;
    border: 1px solid #888;
    background: #F5F5F5;
    padding: 4px 10px 4px 36px;
    color: #000;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    background-image: url(../images/search-icon.png);
    background-position: left 11px center;
    background-repeat: no-repeat;
    background-size: 15px;
    text-overflow:ellipsis;
}
.blog-hdr-srch::placeholder{
    color: #888;
}

.blog-hrd-contact{
    border-radius: 20px;
background: #EDA233;
padding:4px 17px 5px 18px;
color: #FFF;
font-family: Poppins;
font-size: 17px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-transform: capitalize;
}
.blog-hrd-contact:hover{
    background:#344CB7;
    color:white;
}
.blo_view_all {
    display:none;
}


/*16-08*/

.oln-chess-hdr{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin: 48px 0px 25px 0px;
}
.oln-chess-hdr h1{
	color: #000;
text-align: center;
font-family: Poppins;
font-size: 40px;
font-style: normal;
font-weight: 600;
line-height: normal;
margin: 0px 23px;
}
.oln-chess-hdr span{
	width: 250px;
height: 20px;
border-radius: 10px;
background: #344CB7;
display: block;
}


.how-we-trn{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 31px;
}
.how-trn-lft{
	border-radius: 0px 52px 52px 0px;
	border-top: 3px solid #EDA233;
	border-bottom: 3px solid #EDA233;
	padding: 60px 120px 60px calc((100% - 1290px)/2);
	width: calc(100% - 470px ); 
}
.how-trn-r8{
	width: 464px;
height: 509px;
margin-left: -34px;
}
.how-trn-r8 img{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.how-trn-lft h2{
	color: #000;
font-family: Poppins;
font-size: 40px;
font-style: normal;
font-weight: 600;
line-height: normal;
margin-bottom: 34px;
}
.how-trn-lft ul li{
	padding-left: 22px;
	color: #000;
font-family: Poppins;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: normal;
text-transform: capitalize;
margin-bottom: 10px;
position: relative;
}
.how-trn-lft ul li::before{
	content: '';
	position: absolute;
	width: 12px;
height: 12px;
border-radius: 50%;
background-color: #EDA233;
left: 0px;
top: 10px;
}

.trnr-main-inr h6,
.trnr-main-inr p{
	color: #000;
font-family: Poppins;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: normal;
margin-bottom: 25px;
}
.trnr-main-inr p{
	margin-bottom: 15px;
}
.trnr-main-inr h3{
	color: #000;
font-family: Poppins;
font-size: 30px;
font-style: normal;
font-weight: 600;
line-height: normal;
margin-bottom: 15px;
}
.trnr-main-inr ul{
	margin-bottom: 34px !important;
}
.trnr-main-inr ul li{
padding-left: 21px;
position: relative;
margin-bottom: 20px;
}
.trnr-main-inr ul li::before{
	content: '';
	position: absolute;
	width: 10.078px;
height: 10.078px;
transform: rotate(45deg);
flex-shrink: 0;
background: #344CB7;
top:8px;
left: 0px;
}
.trnr-main-inr ul li h4{
	color: #000;
font-family: Poppins;
font-size: 17px;
font-style: normal;
font-weight: 500;
line-height: normal;
margin-bottom: 10px;
}
.trnr-main-inr ul li h6{
	color: #000;
font-family: Poppins;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: normal;
}

.ribbon-img{
	display: block;
	width: 246px;
	height: 270px;
	overflow: hidden;
}
.ribbon-img img{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.train-mn-txt{
	margin-bottom: 94px;
}
.why-online{
	margin-bottom: 130px;
}
.why-online-txt{
	background-color: #F0F1F6;
	border-radius: 0 10px 10px 0px;
	padding: 53px 56px 53px 65px;
z-index: 2;
}
.why-online-txt::before{
	content: '';
	position: absolute;
	z-index: -1;
	width: calc((100vw - 1290px)/2);
	max-width: 100%;
	background-color: #F0F1F6;
	height: 100%;
	top: 0px;
	left: 0;
	transform: translateX(-100%);
}
.why-online-txt h3{
	color: #000;
font-family: Poppins;
font-size: 30px;
font-style: normal;
font-weight: 600;
line-height: normal;
margin-bottom: 30px;
}
.why-online-txt ul{
	list-style-type: disc !important;
	list-style-position: inside;
}
.why-online-txt ul li{
	color: #000;
	font-family: Poppins;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.why-online-txt p{
	margin-top: 30px;
	color: #000;
font-family: Poppins;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.why-online-img {
    display: block;
    width: 441px;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.why-online-img img{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	display: block;
}
.how-onln-txt{
	border-radius: 10px 0px 0px 10px;
}

.why-online-txt.how-onln-txt::before{
left: 100%;
transform: translateX(0%);
}
.mb-95{
	margin-bottom: 95px !important;
}
 /*16-08*/

.team-social a{display:block; margin:0px 3px;}
.team-social a:hover{transform:translateY(-2px);}



/* 22-08 */
.debit-inpt-2 .select2-container{
	border: 0px solid transparent !important;
	background-color: transparent;
	width: 42px !important;
	height: 30px !important;
}
.debit-inpt-2 span.select2-selection__rendered div{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	overflow: hidden;
	padding: 0px 0px !important;
	display: flex;
	justify-content: center;
	align-items: center;
}
.debit-inpt-2 span.select2-selection__rendered div p{
	display: none;
}
.debit-inpt-2 .select2-container--default .select2-selection--single{
	border: none !important;
	background-color: transparent !important;
}
.debit-inpt-2 .select2-container .select2-selection--single .select2-selection__rendered{
	padding: 0px 12px 0px 0px !important;
	background-image: url(../images/down.png);
	background-size: 9px;
	background-repeat: no-repeat;
	background-position: right center;
}
.debit-inpt-2 .select2-container--default .select2-selection--single .select2-selection__arrow{
	display: none;
}
.debit-inpt-2 span.select2-selection__rendered div img{
	width: 30px !important;
	height: 30px !important;
}
/*  */
#id_select3_example span.select2-search{
	display: none !important;
}
#id_select3_example .select2-container--open .select2-dropdown--below{
	width:120px !important;
}
#id_select3_example .select2-results ul {
    padding: 0px!important;
    list-style: none!important;
    margin-bottom: 0;
    background-color: #fff!important;
}
#id_select3_example .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: transparent;
    color: white;
}
#id_select3_example .select2-results ul li div {
    align-items: center;
    margin-bottom: 0px;
    cursor: pointer;
	display: flex;
	justify-content: flex-start;
	align-items: center;
} 
#id_select3_example .select2-results ul li div p{
	font-size: 14px !important;
	font-weight: 600 !important;
}
/*  */
/* 22-08 */


/* director page */
.director-page{
	padding: 38px 0px 43px 0px;
	position: relative;
	z-index: 2;
}
.director-page::after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-image: url(../images/director-bg.png);
	background-position: center top 27px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	z-index: -1;
}
.director-page h1{
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 8px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #000;
font-family: Poppins;
font-size: 40px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
.director-page h1 img{
	display: block;
	width: 50px;
	height: 50px;
	margin-left: 8px;
}
.director-page h1::after{
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 610px;
	height: 2px;
	background-color: #344CB7;
	max-width: 100%;
}
.drc-tbl-row{
	display:flex;
	justify-content: flex-start;
	align-items: stretch;
	width: 100%;
}
.cell1{
	display: table-cell;
}
.tc1{
	width: 16.85%;
	padding: 6px 16px;
}
.tc2{
	width: 41.77%;
	padding: 6px 47px;
}
.tc3{
	padding: 6px 27px 6px 48px;
	width: 41.3%;
}
.drc-tbl-hdr h3{
	color: #000;
font-family: Poppins;
font-size: 25px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.direct-table{
	display: block;
}
.drc-tbl-inr{
	padding-bottom: 8px !important;
	border-bottom: 1px solid #AFAFAF;
	margin-bottom: 8px;
}
.drc-tbl-inr .tc2{
	border-left: 1px solid #afafaf;
	border-right: 1px solid #afafaf;
}
.drc-tbl-inr p{
	padding-left: 13px;
	color: #000;
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
position: relative;
}
.drc-tbl-inr p::after{
content: '';
position: absolute;
left: 0px;
top:calc(50% - 2px);
width: 4px;
height: 4px;
border-radius: 50%;
background-color: #000;
}
.drc-tbl-inr a{
	color: #0500FF;
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-decoration: underline !important;
word-break: break-all;
}
.hide-sm{
	display: none;
}
.drc-tbl-inr h5{
	color: #000;
font-family: Poppins;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
display: flex;
justify-content: space-between;
align-items: center;
width: 164px;
}
.drc-tbl-inr h5 span{
width: 61px;
height: 1px;
background-color: #000;
display: block;
}
/* director page */
/* 22-08 */
.for-blog-navr8{
	display: flex;
	flex-direction: row;
	justify-content:flex-end;
	align-items: center;
}
.for-blog-navr8 .debit-inpt{
	margin-right: 20px;
}
.for_blog_hdr_src .blog-hdr-srch{
	right: 205px;
}
.blog-deetails{
	padding: 53px 0px 88px 0px;
}
.deet-txt-topper{
	width: calc(100% - 254px);
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 32px;
}

.deet-txt-topper .blog_box_m2{
	margin-bottom: 0px ;
	width: 399px;
	margin-right: 23px;
}
.deet-txt-topper .blog_box_picc {
    height: 237px;
	margin-bottom: 0px;
}
.deet-txt-topper .blog_view_area {
    margin: 14px 0 0 0;
}
.deet-txt-topper .blog_view_comment span {
    margin: 0 0 0 20px;
}
.blog_view_comment{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.blog_view_comment svg{
	margin-left: 20px;
	margin-top: -11px;
	fill: none;
}
.deet-tppr-name{
	width: calc(100% - 422px);
}
.deet-tppr-name h1{
	color: #000;
font-family: Poppins;
font-size: 35px;
font-style: normal;
font-weight: 600;
line-height: normal;
text-transform: capitalize;
margin-bottom: 8px;
}
.deet-tppr-name p{
	color: #000;
font-family: Poppins;
font-size: 15px;
font-style: normal;
font-weight: 300;
line-height: normal;
text-transform: capitalize;
}
.deet-txt-inr p{
	margin-bottom: 28px;
	color: #000;
font-family: Poppins;
font-size: 15px;
font-style: normal;
font-weight: 300;
line-height: normal;
text-transform: capitalize;
}
.deet-txt-inr h5{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #000;
font-family: Poppins;
font-size: 15px;
font-style: normal;
font-weight: 700;
line-height: normal;
text-transform: capitalize;
}
.deet-txt-inr h5 span{
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #000;
	display: block;
	margin: 0px 8px 0px 14px;
}
.tag-list{
	margin-bottom: 29px;
}
.tag-list h6{
	color: #344CB7;
font-family: Poppins;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-transform: capitalize;
margin-right:6px ;
}
.tag-list h6 span{
	padding: 3px 17px;
	color: #FFF;
font-family: Poppins;
font-size: 10px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-transform: capitalize;
border-radius: 30px;
background: #344CB7;
display: inline-block;
margin-right: 6px;
}
.tag-list ul li{
	margin-right: 6px;
}
.tag-list ul li a{
	color: #344CB7;
font-family: Poppins;
font-size: 10px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-transform: capitalize;
padding: 3px 12px;
border-radius: 30px;
border: 1px solid #344CB7;
background-color: white;
}
.deet-txt-sos{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 255px;
}
.deet-txt-sos h6{
	width: 100%;
	padding: 10px;
	border-radius: 10px;
	background: #EDA233;
	color: #FFF;
	font-family: Poppins;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-align: center;
	margin-bottom: 20px;
}
.deet-txt-sos ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.deet-txt-sos ul li{
	padding: 20px;
}
.deet-txt-sos ul li a{
	display:flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	overflow: hidden;
}
.deet-txt-sos ul li a img{
	width: 40px;
	height: 40px;
	display: block;
}
.reaction-div h6{
	margin-bottom: 22px;
	color: #000;
font-family: Poppins;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: capitalize;
}
.reaction-div ul{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.reaction-div ul li{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: fit-content;
	margin-right: 25px;
}
.reaction-div ul li img{
	display: block;
	width: 25px;
	height: 25px;
	margin-bottom: 11px;
}
.reaction-div ul li span{
	color: #000;
font-family: Poppins;
font-size: 10px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-transform: capitalize;
position: absolute;
top: -5px;
right: -5px;
}
.reaction-div ul li h5{
	color: #000;
font-family: Poppins;
font-size: 10px;
font-style: normal;
font-weight: 300;
line-height: normal;
text-transform: capitalize;
}

.deeter-react{
	display: flex;
	justify-content: space-between;
	align-items:flex-end;
	padding-bottom: 48px;
	position: relative;
	margin-bottom: 22px;
}
.deeter-react::after{
	position: absolute;
	left: -28px;
	right: -28px;
	width: calc(100% + 36px);
	height: 1px;
	background-color: #000;
	content: '';
	bottom: 0px;
}
.deeter-react a{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 314px;
}
.deeter-react a span{
	color: #000;
font-family: Poppins;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: capitalize;
display: block;
}
.deeter-react a span b{
	color: #000;
font-family: Poppins;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-transform: capitalize;
display: block;
}
.deeter-react a img{
	display: block;
	width: 23px;
	height: 23px;
	margin-right: 16px;
}

.deet-btm-frm h6{
	color: #000;
font-family: Poppins;
font-size: 10px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-transform: capitalize;
margin-bottom: 20px;
}
.deet-frm-box{
	margin-bottom: 25px;
}
.deet-frm-box label{
	color: #000;
font-family: Poppins;
font-size: 10px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-transform: capitalize;
margin-bottom: 7px;
display: block;
width: 100%;
}
.deet-frm-box input,
.deet-frm-box textarea{
	width: 100%;
	border-radius: 5px;
border: 1px solid #8F8F8F;
background: #FAFAFA;
padding: 5px 8px;
color: #000;
font-family: Poppins;
font-size: 10px;
font-style: normal;
font-weight: 300;
line-height: normal;
text-transform: capitalize;
height: 26px;
}
.deet-frm-box textarea{height: 98px;}
.deet-btm-frm button{
	padding: 10px 15px 9px 14px;
	border: none;
	outline: none;
	box-shadow: none;
	border-radius: 5px;
background: #344CB7;
color: #FFF;
font-family: Poppins;
font-size: 10px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-transform: capitalize;
}
.deet-btm-frm button:hover,
.deet-btm-frm button:focus{
	background: #EDA233;
}
.deet-frm-box input:hover,
.deet-frm-box textarea:hover,
.deet-frm-box input:focus,
.deet-frm-box textarea:focus,
.deet-frm-box input:focus-visible,
.deet-frm-box textarea:focus-visible,
.deet-frm-box input:focus-within,
.deet-frm-box textarea:focus-within{
	border: 1px solid #344CB7;
}
.deet-related{
	padding-left: 82px;
}
.deet-related h6{
	color: #000;
font-family: Poppins;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: normal;
margin-bottom: 13px;
}
.drel-box{
	margin-bottom: 51px;
}
.drel-box img{
	margin-right: 22px;
	width: 106px;
	height: 62px;
}
.drel-box h5{
	width: calc(100% - 128px);
	color: #000;
font-family: Poppins;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-transform: capitalize;
}
/* 22-08 */










/**/
.blog-hrd-contact {
  margin-right: 65px;
}
.blog-hdr-srch {
  right: 200px;
  top: 50%;
}


.after_login {
  float: right;
  width: auto;
  position: absolute;
  padding: 0;
  line-height: 38px;
  margin: 0;
  right: 12px;
}
.after_login a b {
	color: #000;
	font-weight: 600;
	display: inline-block;
	margin-right: 8px;
	font-family: Mulish;
	font-size: 16px; 
	letter-spacing: 0.16px;
	text-transform: capitalize; 
}
.after_login a b strong{
    font-weight: 600;
}
.after_login a b:hover {
	color:#7c1c99;
}
.after_login a span {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #ffff;
  overflow: hidden;
  margin: -1px 5px 0 0;
  position: relative;
  display:inline-block;
}
.after_login a{
	display: flex;
}
.user_llk svg{
	margin: 13px 0 0 0;
}
.after_login a b i{
  font-size: 19px;
}
.after_login a span img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
}
.show01 {
  display: none;
  position: absolute;
  z-index: 99;
  background: #fff;
  top: 54px;
  right: 0px;
  width: auto;
  overflow: hidden;
  text-align: left;
  border-radius: 0 0 10px 10px;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.04);
}
.show01 ul {
  padding: 2px 0 7px 0 !important;
  margin: 0 !important;
}
.show01 ul li {
	padding: 0px !important;
	list-style: none;
}
.show01 ul li a {
  padding: 5px 17px;
  display: block;
  line-height: 26px;
  width: 100%;
}
.show01 ul li a img{
  width: 28px;
}
.ressoppo{
	position:relative;
}
.exp_all{
	position:relative;
	right: 0px;
}
/**/

.rp_padding .ressoppo{
  padding-right: 70px;
}


.oln-chs1 .why-online-img{
    display:flex;
    justify-content:flex-end;
    float:right;
}





.ani_rm01 {
	/*border-radius: 4px;*/
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-webkit-transform-origin: center right;
	-ms-transform-origin: center right;
	transform-origin: center right;
	z-index: 9999;
	
	background: -webkit-gradient(linear, right top, left top, from(#fdb54a), to(#f18800));
	
	background: -webkit-linear-gradient(right, #fdb54a, #f18800, #fdb54a, #f18800, #fdb54a, #f18800);
	background: -o-linear-gradient(right, #fdb54a, #f18800, #fdb54a, #f18800, #fdb54a, #f18800);
	background: linear-gradient(right, #fdb54a, #f18800, #fdb54a, #f18800, #fdb54a, #f18800);
	
	background-size: auto;
	background-size: auto auto;
	background-size: auto auto;
	background-size: 1000% 1000%;
	-webkit-animation: btnbganim 10s infinite;
	animation: btnbganim 10s infinite
}
@keyframes btnbganim {
0%, 100% {
background-position:0 50%
}
50% {
background-position:100% 50%
}
}

.ani_rm_01{
	animation: floating 2s infinite ease-in-out;
}
@keyframes floating {
    0% {
        transform: translate(0, 0px);
    }

    50% {
        transform: translate(0, 15px);
    }

    100% {
        transform: translate(0, -0px);
    }
}






.ani_rm02 {
	border-radius: 4px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-webkit-transform-origin: center right;
	-ms-transform-origin: center right;
	transform-origin: center right;
	z-index: 9999;
	border-radius: 90px 0 192px 192px;
	
	background: -webkit-gradient(linear, right top, left top, from(#fdb54a), to(#f18800));
	
	background: -webkit-linear-gradient(right, #fdb54a, #f18800, #fdb54a, #f18800, #fdb54a, #f18800);
	background: -o-linear-gradient(right, #fdb54a, #f18800, #fdb54a, #f18800, #fdb54a, #f18800);
	background: linear-gradient(right, #fdb54a, #f18800, #fdb54a, #f18800, #fdb54a, #f18800);
	
	background-size: auto;
	background-size: auto auto;
	background-size: auto auto;
	background-size: 1000% 1000%;
	-webkit-animation: btnbganim01 10s infinite;
	animation: btnbganim 10s infinite;
	
	background: linear-gradient(180deg, #EDA233 0%, #FFD89F 100%);
}
@keyframes btnbganim01 {
0%, 100% {
background-position:0 50%
}
50% {
background-position:100% 50%
}
}


.ani_rm03 {
	border-radius: 4px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-webkit-transform-origin: center right;
	-ms-transform-origin: center right;
	transform-origin: center right;
	z-index: 9999;
	border-radius: 0 90px 192px 192px;
	
	background: -webkit-gradient(linear, right top, left top, from(#fdb54a), to(#f18800));
	
	background: -webkit-linear-gradient(right, #fdb54a, #f18800, #fdb54a, #f18800, #fdb54a, #f18800);
	background: -o-linear-gradient(right, #fdb54a, #f18800, #fdb54a, #f18800, #fdb54a, #f18800);
	background: linear-gradient(right, #fdb54a, #f18800, #fdb54a, #f18800, #fdb54a, #f18800);
	
	background-size: auto;
	background-size: auto auto;
	background-size: auto auto;
	background-size: 1000% 1000%;
	-webkit-animation: btnbganim03 10s infinite;
	animation: btnbganim 10s infinite;
	
	background: linear-gradient(180deg, #EDA233 0%, #FFD89F 100%);
	
}
@keyframes btnbganim03 {
0%, 100% {
background-position:0 50%
}
50% {
background-position:100% 50%
}
}





.ani_rm_002 {
  animation: ani_rm_002 4s ease-out infinite;
}

@keyframes ani_rm_002 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}


.ani_rm_003 {
  animation: ani_rm_002 2s ease-out infinite;
}

@keyframes ani_rm_002 {
  0% {
    transform: scale(0.8, 0.8);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(0.8, 0.8);
  }
}





.ani_rm_004 {
    animation: 5s ease-in-out 0s infinite alternate none running swing;
    transform-origin: center -20px;
}

@keyframes ani_rm_004 {
  0% {
    transform: rotate(3deg);
}
  100% {
    transform: rotate(-3deg);
}
}

.privacy_policy_sec p.prv-toppr-p{
margin-top: -28px;
color: #000;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
	margin-bottom: 43px;
}

.privacy_policy_sec .trm-toppr-p{
	margin-top: -8px;
	margin-bottom: 32px;
}
.privacy_policy_sec .trm-toppr-p p{
	font-size: 15px;
	line-height: 22px;
}
.title_image{
	display: inline-block;
	width: auto;
	height: auto;
}
.fot-gal-item{
    width:100px;
    height:100px;
    border-radius:6px;
    overflow:hidden;
    margin:0px 12px 12px 0px;
}
.fot-gal-item:hover{
    border:2px solid white;
}






.mb_ddssk{
	margin-bottom:1.5rem !important
}
.HappyParents blockquote::before {
 /* content: open-quote;*/
	content: "";
background-image: url(../images/happy-parents-quote1.png);
background-repeat: no-repeat;
width: 19px;
height: 23px;
margin-right: 4px;
background-size: 16px;
}
.HappyParents blockquote::after {
  /*content: close-quote;*/
  content: "";
background-image: url(../images/happy-parents-quote.png);
background-repeat: no-repeat;
width: 22px;
height: 14px;
margin-left: 8px;
background-size: 16px;
}
.HappyParents blockquote:before,
.HappyParents blockquote:after {
	display: inline-block;
	vertical-align: bottom;
	color: orange;
	font-size: 23px;
	top: 0;
	position: relative;
}

.HappyParents blockquote{
  margin: 29px 25px 22px 28px;
  font-style: normal;
  font-size: 17px;
  line-height: 26px;
  color: #070707;
  position: relative;
  width: calc(100% - 56px);
  font-family: Poppins;
  text-align: center;
}

.antiClockwiseSpin::before {
	animation-duration: 15s;
   animation-iteration-count: infinite;
   animation-name: antiClockwiseSpin;
   animation-timing-function: linear;
}
@keyframes antiClockwiseSpin {
   from  {
     transform: rotate(360deg);
  }
  to {
     transform: rotate(0deg);
   }	
}



.quadrado:hover img{
  animation: crescendo 0.8s alternate infinite ease-in;
}

@keyframes crescendo {
  0%   {transform: scale(1);}
  100% {transform: scale(1.3);}
}




.wwelcome { 
	animation: wwelcome 1s alternate ease-in-out;
}
@-webkit-keyframes wwelcome { 
    0% { 
        -webkit-transform: scale(0.9); 
		 opacity:0;
    } 
    50% { 
        -webkit-transform: scale(1.1); 
    } 
    100% { 
        -webkit-transform: scale(1); 
		 opacity:1;
    } 
} 







.ani_nnbb_05{
	animation: floating 2s infinite ease-in-out;
}

.ani_nnbb_01{
	animation: floating2 8s infinite ease-in-out;
}


@keyframes floating {
    0% {
        transform: translate(0, 0px);
    }

    50% {
        transform: translate(0, 15px);
    }

    100% {
        transform: translate(0, -0px);
    }
}

@keyframes floating2 {
    0% {
        transform: translate(0, 0px);
    }

   25% {
        transform: translate(0, 30px);
    }
    50% {
        transform: translate(0, -0px);
    }
    75% {
        transform: translate(0, 7px);
    }

    100% {
        transform: translate(0, -0px);
    }
}
.squr_right_topp{
	animation-duration: 9s;
   animation-iteration-count: infinite;
   animation-name: antiClockwiseSpin;
   animation-timing-function: linear;
}
@keyframes squr_right_topp {
   from  {
     transform: rotate(360deg);
  }
  to {
     transform: rotate(0deg);
   }	
}

.ani_nnbb_02{
   animation: fa-spin 9s infinite linear;
}




.bannr_ic_area{
	width: 658px;
	max-width: 100%;
	height: calc(100% - 43px);
	position: absolute;
}
.bannr_ic_area_inside{
	position:relative;
	height: 100%;
}



.chess_bann{
	position: absolute;
	top: -12px;
	left: 0;
}
.chess_bann img{
	width: 136px !important;
	height: auto !important;
	max-height: inherit !important;
	max-width: inherit !important;
}



.squr_right_topp {
  position: absolute;
  top: -18px;
  right: 44px;
}
.squr_right_topp img{
	width: 80px !important;
	height: auto !important;
	max-height: inherit !important;
	max-width: inherit !important;
}



.squr_bottom_leftt {
  position: absolute;
  bottom: 206px;
  left: 18px;
}
.squr_bottom_leftt img{
	width: 80px !important;
	height: auto !important;
	max-height: inherit !important;
	max-width: inherit !important;
}


.timer{
	position: absolute;
	bottom: -29px;
	right: -15px;
}
.timer img{
	width: 190px !important;
	height: auto !important;
	max-height: inherit !important;
	max-width: inherit !important;
}

.gal-hd-img{
    animation:smallbig 8s infinite ease-in-out;
}
@keyframes smallbig{
    0%{transform:scale(1);}
    25%{transform:scale(1.1);}
    50%{transform:scale(1.13);}
    75%{transform:scale(0.9);}
    100%{transform:scale(1);}
}

span.big-bg1,
span.big-bg2,
span.big-bg3{
    display:block;
    animation:smallbig 8s infinite ease-in-out;
}
span.big-bg1 {
    width: 148.145px;
    height: 233.312px;
    top: 17px;
    right: 487px;
}
span.big-bg2 {
    width: 98px;
    height: 209px;
    top: 362px;
    left: 0px;
}
span.big-bg3 {
    width: 122px;
    height: 214px;
    top: 707px;
    right: 0px;
}
span.big-bg1 img,
span.big-bg2 img,
span.big-bg3 img{
    display:block;
    width:100%;
    height:100%;
}
.d-flex-991{
    margin-bottom:30px;
}









.thank_you.modal-dialog{
    width:841px;
    max-width:80%;
}
.thank_you .modal-content{
    padding:41px 52px 47px 52px;
    border-radius:50px;
    overflow:hidden;
    filter: drop-shadow(0px 4px 4px #EDA233);
}
.thank_you .modal-content .modal-body{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    padding:0px !important;
}
.thank_you .modal-content em{
    display:flex;
    width:170px;
    height:172px;
    overflow:hidden;
    margin-bottom:32.6px;
}
.thank_you .modal-content em svg{
    display:block;
    width:100%;
    height:100%;
}
.thank_you .modal-content h4{
    color: #000;
font-family: Poppins;
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: normal;
margin-bottom:15px;
}
.thank_you .modal-content h6{
    color: #000;
font-family: Poppins;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin-bottom:33px;
}
.thank_you .modal-content h6 a{
    color:#344CB7;
}
a.thank-home{
    width: 210px;
height: 60px;
border-radius: 25px;
background: #EDA233;
display:flex;
justify-content:center;
align-items:center;
color: #FFF;
font-family: Poppins;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
a.thank-home:hover{
    background:#344CB7;
}
.thank_you {
    backdrop-filter: blur(4px);
    background-color: #00000045;
}




.welcm-desc{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
}

.welcm-desc p{
    display:inline-block;
    width:fit-content !important;
    margin-left:10px;
}
p.first-line{
    width:100% !important;
    margin-left:0px !important;
}




.book-flag-drop input{
	border-radius: 0px !important;
    padding: 10px !important;
    display: block !important;
    margin-bottom: 12px;
    box-shadow: none !important;
    width: 150px !important;
    max-width: 100%;
}



/* 03-11 */
.blog-hdr{
	border-width: 1px 0px;
	border-style: solid;
	border-color: #0000004D;
	padding:13px 0px ;
}

.blog-hdr-lft li a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: fit-content;
	color: #2B2B2B;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
text-transform: capitalize;
margin-right: 40px;
}
.blog-hdr-lft li a img {
    display: block;
    width: 8px;
    height: 8px;
    margin-left: 8px;
    margin-top: 3px;
}
.blog-hdr-lft li a:hover{
	color: #344CB7;
}
.blog-hdr-lft li a:hover img{
	filter: invert(24%) sepia(84%) saturate(1228%) hue-rotate(210deg) brightness(97%) contrast(100%);
}
.blog-hdr-lft li a.dropdown-item{
    margin-right:0px;
    width:100%;
    text-align:left;
    justify-content:flex-start;
}
.blog-hdr-lft .dropdown-item.active, .dropdown-item:active{
    background-color:white;
    color:#344CB7;
}
.blg-r8src{
	margin-right: 20px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.blg-r8src img{
	display: block;
	width: 20px;
	height: 20px;
	margin-right: 10px;
}
.blg-r8src input{
	border-radius: 20px;
background: rgba(217, 217, 217, 0.40);
border: none;
outline: none;
box-shadow: none;
padding: 11px 23px;
color: #000000a2;
leading-trim: both;
text-edge: cap;
font-family: Poppins;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: capitalize;
}
.blg-r8src input::placeholder{
	color: #0000006e;
}
.blg-r8cnt{
	border-radius: 20px;
background: #EDA233;
padding: 7px 17px;
display: block;
color: #FFF;
leading-trim: both;
text-edge: cap;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-transform: capitalize;
}
.blg-r8cnt:hover{
	background: #344CB7;
	color: white;
}
.nw-blg-paper{
	padding: 50px 0px 99px 0px;
}

.blu-bgh2{
	border-radius: 7px;
background: #344CB7;
padding: 9px 16px;
color: #FFF;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-transform: capitalize;
position: absolute;
top: -2px;
left: -3px;
}
.nwblg-tabs{
	justify-content: flex-end;
	border-bottom: 1px solid #344CB7;
}
.nwblg-tabs .nav-link{
	background-color: transparent !important;
	border: 0px solid transparent !important;
	padding: 8px 0px !important;
	color: #000;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: capitalize;
margin-left: 11px;
}
.nwblg-tabs .nav-link.active{
	font-weight: 600;
}
.nwblg-tabs .nav-link.active::before{display: none;}
.nwblg-paper{
	padding-top: 25px;
}
.nw-blg-big em{
	width: 100%;
	height: 238px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
	background-color: #eee;
}
.nw-blg-big em img{
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.nw-blg-big h4{
	color: #000;
font-family: Poppins;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: normal;
text-transform: capitalize;
margin-bottom: 5px;
}
.nw-blg-big:hover h4{
	color: #344CB7;
}
.nblg-info{
margin-bottom: 10px;
display: flex;
justify-content: flex-start;
align-items: center;
}
.nblg-info h5 {
    margin-right: 8px;
    color: #00000077;
    font-family: Poppins;
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.nblg-info h6{
	 display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 10px;
  color: #00000077;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
}
.nblg-info h6 img{
	display: block;
	width: 15px;
	height: 15px;
	margin-right: 8px;
}
.nw-blg-big p{
	color: #00000077;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.nw-blg-big{margin-bottom: 36px;}

.nw-blg-smol{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 20px;
}

.nw-blg-smol em{
	width: 140px;
	height: 98px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 15px;
	background-color: #eee;
}
.nblg-smtxt{
	width: calc(100% - 155px);
}
.nblg-smtxt h4{
	color: #000;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
text-transform: capitalize;
margin-bottom: 8px;
}
.nblg-smtxt h4:hover{
	color: #344CB7;
}
.nblg-smtxt .nblg-info h6 img {
    margin-right: 4px;
}
.nwblg-lft-top{
	margin-bottom: 62px;
}
a.vw-post{
	display: flex;
	width: 100%;
	justify-content: flex-end;
	align-items: center;
	padding-bottom: 8px;
	border-bottom: 1px solid #344CB7;
	color: #371515;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-transform: capitalize;
padding-top: 7px;
margin-bottom: 25px;
}
a.vw-post svg{
	display: block;
	margin-left: 10px;
	width: 10px;
	fill:black;
}
a.vw-post:hover{
	color: #344CB7;
}
a.vw-post:hover svg{
fill: #344CB7;
}
.nw-blg-mid em{
	width: 380px;
	height: 226px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 15px;
	overflow: hidden;
}
.nw-blg-mid em img{
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.nw-blg-mid .row{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
.nwblg-mid-txt{
	width: calc(100% - 395px);
}
.nw-blg-mid h4{
	color: #000;
font-family: Poppins;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: normal;
text-transform: capitalize;
margin-bottom: 10px;
}
.nw-blg-mid:hover h4{
	color: #344CB7;
}
.nw-blg-mid p{
	color: #000;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.nw-blg-mid{margin-bottom: 30px;}
a.load-more{
	width: 100%;
	height: 74px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
background: #344CB7;
color: #FFF;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin-top: 50px;
}
a.load-more:hover{
	background: #EDA233;
}
.nw-blgr8-box h2{
	width: 100%;
	height: 41px;
	padding: 9px 10px;
	color: #FFF;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-transform: capitalize;
border-radius: 7px;
background: #344CB7;
margin-bottom: 25px;
}

.blgrt1-nav{
	justify-content:space-between;
	align-items: flex-end;
}
.blgrt1-nav button{
	background-color: transparent !important;
	border: 0px solid transparent !important;
	padding: 0px 24px 9px 24px !important;
	color: #000;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: capitalize;
}
.blgrt1-nav button.nav-link.active{
	font-weight: 500;
	color: #000;
}
.blgrt1-nav button.nav-link:hover{
	color: #000;
}
.blgrt1-nav button.nav-link::before{
	background: #7F7F7F;
}
.blgrt-pane{
	padding-top:14px;
}
.blgrt-smol{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 30px;
}
.blgrt-smol em{
	width: 140px;
	height: 83px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 15px;
	background-color: #eee;
}
.blgrt-smol em img{
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.blgrt-smol-txt{
	width: calc(100% - 155px);
}
.blgrt-smol-txt h4{
	color: #000;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 1.3;
text-transform: capitalize;
margin-bottom: 4px;
}
.blgrt-smol-txt .nblg-info h6 img {
    display: block;
    width: 15px;
    height: 15px;
    margin-right: 2px;
}
.nw-blgrt1{
	margin-bottom: 45px;
}

.nw-blgrt2 a{
	display: flex;
	width: 100%;
	justify-content: flex-start;
	align-items: center;
	border-radius: 5px;
	padding: 8px 14px;
	color: #FFF;
font-family: Poppins;
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-transform: capitalize;
margin-bottom: 15px;
}
.nw-blgrt2 a i{
	display: block;
	font-size: 20px;
	margin-right: 17px;
}
.blgrt-smol-txt:hover h4{
	color: #344CB7;
}
.nw-blgrt2{
	margin-bottom:62px;
}
.tags-list{
	margin-top: 30px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.tags-list li{
	margin:0px 10px 10px 0px ;
}
.tags-list li a{
	border-radius: 10px;
background: #D9D9D9;
padding: 11px 15px;
color: #00000077;
leading-trim: both;
text-edge: cap;
font-family: Poppins;
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-transform: lowercase;
display: block;
}
/* 03-11 */







/* 06-11 */
.nw-blg-details .breadcrumb .breadcrumb-item a,
.nw-blg-details .breadcrumb .breadcrumb-item.active{
	color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 8px;
}
.nw-blg-details .breadcrumb .breadcrumb-item a:hover{
	color:#344CB7;
}
.nw-blg-details{
	margin: 10px 0px 0px 0px;
}
.blgrt1-nav.blgdt-tab button{
	padding: 0px 7px 9px 7px !important;
	font-size: 14px;
}
.blgdt-pane .blgrt-smol{
	flex-direction: column;
}
.blgdt-pane .blgrt-smol em {
    width: 100%;
	margin-right: 0px;
	margin-bottom: 14px;
    height: 83px;
	justify-content: flex-start;
	background-color: transparent;
}
.blgdt-pane .blgrt-smol-txt {
    width: 100%;
}
.blgdt-taglst.tags-list li a {
    padding: 6px 5px;
    font-size: 11px;
}
.blgdt-taglst.tags-list li{
	margin: 0px 3px 8px 0px;
}

.nw-blgdt-hdr{
	margin-bottom: 20px;
}
.nw-blgdt-hdr h1{
	color: #000;
    font-family: Poppins;
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
	margin-bottom: 12px;
	margin-top: -15px;
}
.nw-blgdt-posted{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	padding-bottom: 14px;
	border-bottom: 1px dashed #d3d3d3;
	margin-bottom: 14px;
}
.pstd-date{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
.pstd-date em {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 14px;
    box-shadow: 1px 1px 6px 0px #0000003b;
    border: 1px solid #949494;
}
.pstd-date em img{
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.pstd-date h4{
	color: #000;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    margin: 0 !important;
    line-height: 18px;
}
.pstd-date h4 span{
	display: block;
	margin-top: 4px;
	color:#878787;
}
.nw-blgdt-views{
	margin: 0 0 0 auto;
}
.nw-blgdt-views h6{
	margin-left: 12px;
}
.nw-blgdt-views h6{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #000;
    font-family: Poppins;
    font-size:16px;
    font-weight: 300;
    text-transform: capitalize;
}
.nw-blgdt-views h6 img{
	display: block;
	width:16px;
	margin-right: 5px;
}
.nw-blgdt-share{
	margin-top: 14px;
}
.nw-blgdt-share h6{
	font-size: 15px;
	color: #000;
    font-family: Poppins;
    font-size:16px;
    font-weight: 500;
    text-transform: capitalize;
	margin-right:4px;
}
.nw-blgdt-share ul li a{
	width:25px;
	height: 25px;
	border-radius: 5px;
	margin-left: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	color: white;
}
.nw-blgdt-share ul li a img {
    width: 13px;
    height: 13px;
    display: block;
    filter: invert(1) brightness(100%);
}
.nw-blgdt-share ul li a:hover{
	transform: translateY(-4px);
}


.nw-blgdt-bg{
	margin-bottom: 20px;
	width: 100%;
	height: 400px;
}
.nw-blgdt-bg img{
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
}
.nw-blgdt-text p{
	margin-bottom: 28px;
    color: #000;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.nw-blgdt-text h3{
    color: #000;
    font-family: Poppins;
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
	margin-bottom:4px;
}
.nw-blgdt-text h4{
	color: #000;
    font-size: 17px;
    font-weight:600;
	margin-bottom:4px;
}
.nw-blgdt-text .tag-list,
.nw-blgdt-text .reaction-div,
.nav-article{
	padding-bottom:12px;
	border-bottom: 1px dashed #d2d2d2;
	margin-bottom:12px;
}
.article-prev {
	display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 314px;
	margin-right: 20px;
}
.article-prev.article-nxt{
	justify-content: flex-end;
	margin-right: 0px;
	margin-left: 20px;
}
.article-prev img{
	display: block;
    width: 23px;
    height: 23px;
    margin-right: 16px;
}
.article-prev span {
    color: #000;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    display: block;
}
.article-prev.article-nxt span{
	text-align: right;
}
.article-prev span b {
    color: #000;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    display: block;
}
.nav-article::after{
	position: absolute;
	content: '';
	height: 100%;
	width: 1px;
	background: #d2d2d2;
	left: 50%;
	top: 0px;
}
.article-prev.article-nxt img{
	transform: rotate(180deg);
	margin-right: 0px;
	margin-left: 16px;
}
.article-prev:hover span{
	color: #344CB7;
}
.nw-blgdt3{
	margin-bottom: 40px;
}

nav div.flex{
    display:none !important;
}
nav p.leading-5{
    display:none !important;
}
nav span.inline-flex{
    display: flex;
    box-shadow: none !important;
    justify-content: center;
    align-items: center;
}
nav span.inline-flex a, nav span.inline-flex span span {
    padding: 0px 0px !important;
    border: 0px solid transparent !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    min-width: 30px;
    font-size: 20px;
    font-weight: 500;
    color: #000;
    font-family: 'Poppins';
}
nav span.inline-flex a svg{
    display:block;
    width:24px;
    height:24px;
}
nav span.inline-flex a:first-child, nav span.inline-flex a:last-child {
    width: 32px !important;
    height: 32px !important;
    border-radius: 5px !important;
    background-color: #344CB7 !important;
    color: white !important;
}
nav span.inline-flex a:hover,
nav span.inline-flex a:focus,
nav span.inline-flex span span{
    color:#344cb7;
    text-decoration:underline !important;
    text-underline-offset:4px;
}
nav span.inline-flex a:first-child:hover, nav span.inline-flex a:last-child:hover {
    background-color: #eda233 !important;
}
/* 06-11 */




/* extra content area */
.big-extra-cont{
	margin: 54px 0px 42px 0px;
}
.int1-extra-cont{
	margin: 70px 0px 20px 0px;
}
.int2-extra-cont{
	margin: 62px 0px 6px 0px;
}
.adv1-extra-cont{
	margin: 62px 0px 3px 0px;
}
.xtr-cnt-box{
	margin-bottom:50px;
	padding-left: 49px;
	position: relative;
	width: fit-content;
	/* padding-right: 62px; */
}
.xtr-cnt-box::after{
	content: '';
	position: absolute;
	left: 0px;
	top: 14px;
	width: 15px;
height: 15px;
background-color: #344CB7;
border-radius: 50%;
display: block;
}
.xtr-cnt-box.no-aftr::after{display: none;}
.xtr-cnt-box h4{
	margin-bottom: 15px;
	color: #000;
font-family: Poppins;
font-size: 30px;
font-style: normal;
font-weight: 600;
line-height: normal;
text-transform: capitalize;
}
.xtr-cnt-box h5{
	color: #000;
font-family: Poppins;
font-size: 20px;
font-style: normal;
font-weight: 600;
line-height: normal;
margin: 15px 0px 10px 0px;
}
.xtr-cnt-box ul{
	list-style: none !important;
}
.xtr-cnt-box ul li {
    padding-left: 24px;
    color: #000;
    font-family: Poppins;
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px;
    position: relative;
}
.xtr-cnt-box ul li::before {
    content: '';
    position: absolute;
    left: 2px;
    top: 14px;
    width: 7px;
    height: 7px;
    transform: rotate(-45deg);
    background: #344CB7;
}
.xtra-img1 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 363px;
    height: 298px;
    float: right;
    margin-right: -16px;
	margin-top: -245px;
}
.xtra-img2 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 424px;
    height: 497px;
    float: right;
    margin-top: -280px;
    transform: translateX(45%);
}
.xtra-img3{
	left: 0px;
	width: 61px;
	height: 167px;
	display: flex;
    justify-content: flex-start;
    align-items: center;
	top: 219px;
}
.xtra-img5 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 333px;
    height: 282px;
    float: right;
    margin-top: 0px;
    transform: translateX(5%);
}
.xtra-img7{
	left: 0px;
	width: 60px;
	height: 186px;
	display: flex;
    justify-content: flex-start;
    align-items: center;
	top: 1325px;
}
.xtra-img10{
	left: 0px;
	width: 67px;
	height: 157px;
	display: flex;
    justify-content: flex-start;
    align-items: center;
	top: 1000px;
}
.xtra-img3 img,
.xtra-img7 img,
.xtra-img10 img{
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	transform-origin: 0% 100%;
	animation: smallbig 8s infinite ease-in-out;
}
.extra-cont-sec em img{
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	transform-origin: 100% 100%;
	animation: smallbig 8s infinite ease-in-out;
}
.xtra-img4 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 264px;
    height:196px;
    float: right;
    margin-top: 0px;
    transform: translateX(5%);
}
.xtra-img6 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width:87px;
    height:292px;
    float: right;
    margin-top: 111px;
    transform: translateX(219%);
}
.xtra-img9 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width:109px;
    height:108px;
    float: right;
    margin-top: -57px;
    transform: translateX(59%);
}
.xtra-img8 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 304px;
    height: 263px;
    float: right;
    margin-top: -246px;
    transform: translateX(12%);
}
.xtra-img11 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 304px;
    height: 263px;
    float: right;
    margin-top: -70px;
    margin-right: -157px;
}
.xtra-img12 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 75px;
    height: 207px;
    float: right;
    margin-top: 225px;
    margin-right: -189px;
}
.xtr-cnt-box p{
	margin-top: 10px;
	color: #000;
font-family: Poppins;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
/* extra content area */

h5.tag-name{
    font-size:30px;
    font-weight:700;
    color:#344CB7;
    margin-bottom:14px;
    padding-bottom:8px;
    border-bottom:1px solid #344cb7;
}

.p_chess > p{
    margin-top: 10px;
    color: #000;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.rat_str{
    display: block;
    width: 100%;
    text-align: center;
}
.rat_str > img {
    float: none !important;
    width: 78px !important;
    height: auto !important;
    margin: 0 auto;
}
.one-osec4{
    margin:74px 0px 65px 0px;
}
.one-osec5{
    margin:0 0 56px 0;
}
.one-osec8{
    margin:0 0 5px 0;
}
.one-osec4 h3{
    color: #000;
font-family: Poppins;
font-size: 30px;
font-style: normal;
font-weight: 600;
line-height: normal;
margin-bottom:16px;
}
.one-osec4 ul li {
    padding-left: 21px;
    color: #000;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 5px;
}
.one-osec4 ul li::before{
        content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
    width: 5.66px;
    height: 5.66px;
    background-color: #344cb7;
    transform: rotate(45deg);
}
.one-osec6{
    margin-bottom:64px;
}
.why-rt.one-osec6 h2 {
    color: #000;
font-family: Poppins;
font-size: 30px;
font-style: normal;
font-weight: 600;
line-height: normal;
margin-bottom:15px;
margin-left:0px;
}
.one-osec6 p{
    color: #000;
font-family: Poppins;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: normal;
margin-bottom:15px;
}
.one-osec6 ul li{
    padding-left:23px;
    margin-bottom:20px;
}
.one-osec6 ul li:last-child{
    margin-bottom:0px;
}
.one-osec6 ul li::before{
        content: "";
    display: block;
    width: 9.9px;
    height: 9.9px;
    transform: rotate(45deg);
    position: absolute;
    top: 8px;
    left: 0px;
    background-color: #344cb7;
}
.one-osec6 ul li h3{
    color: #000;
font-family: Poppins;
font-size: 17px;
font-style: normal;
font-weight: 500;
line-height: normal;
margin-bottom:10px;
}
.one-osec6 ul li p{
    margin-bottom:0px;
}
.one-osec7{
    margin-bottom:59px;
}
.one-osec7-txt h3{
    color: #000;
font-family: Poppins;
font-size: 30px;
font-style: normal;
font-weight: 600;
line-height: normal;
text-transform: capitalize;
margin-bottom:15px;
}
.one-osec7-txt p{
    color: #000;
font-family: Poppins;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: normal;
margin-bottom:22px;
}
.one-osec7-txt p:last-child{
    margin-bottom:0px;
}
.one-osec8 ul{
    margin-bottom:35px !important;
}
.one-osec8 p{
    color: #000;
font-family: Poppins;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: normal;
}

.vid70 {
    margin-top: 70px;
}

.body-whtsap {
	width: 50px;
	height: 50px;
	display: block;
	border-radius: 50%;
	position: fixed;
	z-index: 999;
	background-color: #25D366;
	padding: 12px;
	right:15px;
	bottom:15px;
	box-shadow: 5px 5px 15px 0px #00000045;
}
.body-whtsap svg{
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.month-div.h-100 {
    height: calc(100% - 30px) !important;
    margin-bottom: 30px;
}
































/*========Home page modification 29/04/2025 START=========*/
.home_changes1 .navbar-collapse {
  background-color: transparent !important;
}
.home_changes1 .nav-item .icon {
	display: none !important;
}
.home_changes2{
}
.home_changes3{
    
}

.home_changes5{
	background: linear-gradient(180deg, #344CB7 0%, #536DE1 100%);
	text-align: center;
	padding: 31px 0;
	position: relative;
  z-index: 99;
}
.home_changes5 h3{
	color: #fff;
  font-family: Poppins;
  font-weight: 700;
  font-size: 41px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}
.home_changes2 {
  font-family: Nunito !important;
  font-weight: 900 !important;
  font-size: 64.85px !important;
  line-height: 73.16px !important;
  letter-spacing: 0%;
  color: #101010;
}
.home_changes2 strong {
  color: #EDA233 !important;
  display: block;
}

.home_changes1 .rp_padding .ressoppo {
    padding-right: 70px;
}
/*.home_changes4 .banner-image {*/
/*  width: auto !important;*/
/*  max-width: 100% !important;*/
/*  height: auto !important;*/
/*  right: 222px !important;*/
/*  top: -158px !important;*/
/*}*/

.home_changes4 .banner-image {
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  right: -222px !important;
  top: -158px !important;
}

.btn_bbn{
    border-radius:20px !important;
  background: #344CB7;
  display: flex;
  padding: 0 22px 0 22px !important;
  align-items: center;
  box-shadow: 0px 8px 24px 0px #00000033;
}
.btn_bbn:hover{
  background: linear-gradient(89.61deg, #FDC36E 46.48%, #EDA233 104.45%) !important;
 
}

.home_changes1 {
  padding-right: 0 !important;
  padding-top: 50px;
}

.bg_header{
    background-color: #fff !important;
    position: fixed;
    top:200;
    width: 100%;
    box-shadow: 0 -15px 45px rgba(0,0,0,.1);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    padding-top: 8px !important;
}

.home_changes1 .nav-contact.nav-class {
  border: 1px solid #000 !important;
  color: #2B2B2B !important;
  background: transparent;
}

.home_changes1 .nav-contact.nav-class:hover {
  background: #344cb7;
  border: 1px solid #344cb7;
  color: white !important;
}

.home_changes1 .nav-contact {
  border-radius: 16px !important;
  background: #eda233;
  border: 1px solid #000;
   padding: 9px 22px 9px 22px !important;
   font-weight: 500 !important;
}
.home_changes1 .nav-contact:hover {
  background: #344cb7;
  border: 1px solid #344cb7;
  color: white !important;
}

 .home_changes1 .navbar-nav .nav-item {
  margin: 0 18px;
}


.home_changes1 .navbar-nav .nav-item .nav-link {
  color: #2B2B2B;
}
.home_changes1 .nav-contact, .navbar .navbar-nav .nav-item .nav-link {
  font-size: 17px;
}





 
.new-landing-sec1 {
  padding: 72px 0 90px 0;
}
 
.sec1-text {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
  column-gap: 72px;
  row-gap: 52px;
  position: relative;
}
.sec1-text::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -49%);
  display: block;
  width: 1px;
  height: calc(100% + 51px);
  background-color: rgba(0, 0, 0, 0.1);
}

.sec1-text-box {
  width: 222px;
}
.sec1-text-box em {
  display: flex;
  width: 64.52px;
  height: 64.52px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-bottom: 18px;
}
.sec1-text-box em img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.sec1-text-box text {
  display: block;
}
.sec1-text-box text p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 19.4768px;
  line-height: 29px;
  color: #2e2e2e;
}
.sec1-text-box text p b {
  font-size: 79.1247px;
  line-height: 94.5%;
  color: #373737;
  font-weight: 600;
  display: block;
}
.sec1-main-img {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
}
.sec1-main-img img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
 





.land-vid-innr {
  width: 100%;
  height: 649px;
  border: 11px solid #eda233;
  border-radius: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.land-vid-innr iframe {
  width: 100%;
  height: 100%;
}



.why-brnz-sec {
  padding: 68px 0 0 0;
}
.w-brnz-img {
  width: calc(100% + 30px);
  height: fit-content;
  margin-right: -30px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  z-index: 4;
}
.w-brnz-txt h2 {
  position: relative;
  width: fit-content;
  padding: 6px 31px 6px 43px;
  z-index: 2;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 61px;
  color: #fcfcfc;
  margin-top: 102px;
  margin-bottom: 34px;
}
.w-brnz-txt h2::before {
  position: absolute;
  content: "";
  z-index: -1;
  width: calc(100% + 137px);
  left: -137px;
  border-radius: 20px;
  height: 100%;
  background: linear-gradient(90deg, #ffc56f 0%, #eda233 60.58%);
  top: 0px;
}

.w-brnz-txt p {
  padding-left: 50px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 35px;
  color: #2b2b2b;
}
.w-brnz-txt p br:nth-of-type(even) {
  display: block;
  content: "";
  margin-top: 23px;
}
.roundder{
    border-radius: 84px 0 192px 192px !important;
}
.rightt_ssdd{
    top: 22px;
  position: relative;
}

.aadjstt div:nth-of-type(4) {
  margin-top: 75px !important;
  position: relative;
  top: 73px;
}

.new-landing-sec1 h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 43.27px;
  line-height: 45px;
  letter-spacing: 0%;
  color: #FCFCFC;
  background: linear-gradient(90deg, #FFC56F 0%, #EDA233 60.58%);
  border-radius: 24.72px;
  margin: 0 0 65px 0;
  text-align: center;
  width: fit-content;
  padding: 20px 46px;
}


.home_changes4 .welcome .sub_image p {
font-family: Poppins;
font-weight: 700;
font-size: 19px;
text-align: left;
line-height: 32px;
letter-spacing: 0%;
color: #1F1F1F;
}

.home_changes4 .welcome .sub_image p strong {
  font-family: Poppins;
  font-weight: 700;
  font-size: 44px;
  line-height: 44px;
  letter-spacing: 0%;
  color: #EDA233;
  display: block;
  text-align: left;
}
.home_changes4 .mt-126 {
  margin-top: 18px;
 /*display: block;*/
 display:flex;
  margin-left: 0;
}

.home_changes4 .sub_image {
 
  float: left;
}
.llinee_ass {
  height: 44px;
  display: block;
  background: #363636;
  width: 3px;
  float: right;
  margin: 0 0 0 32px !important;
}
.banner_nncp86{
  position: absolute;
  right: 0;
  bottom: 89px;
}
.banner_nncp86 img{
    max-width: 100%;
}
.ani_rm01 {
	background: #344CB7 !important;
}
.ani_rm01:hover {
	background: #eda233 !important;
}
.bannr_highlightt_capttionn{
    position: absolute;
  bottom: 45px;
  background: #EDA233;
  border-radius: 33px;
  height: auto;
  padding: 15px;
  max-width: 448px;
    
}
.bannr_highlightt_capttionn h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 24px !important;
  line-height: 25px !important;
  letter-spacing: 0%;
  text-align: center;
  color: #2C2C2C;
  margin: 0 0 6px 0;
}
.bannr_highlightt_capttionn p{
    font-family: Poppins;
    font-weight: 600;
    font-size: 16px !important;
    line-height: 18px;
    letter-spacing: 0%;
    text-align: center;
    color: #ECECEC;
}

.home_changes1 .navbar-brand {
  width: auto !important;
  height: 78px;
}
.home_changes6 .fnd-coach-innr {
  height: 510px;
}
.home_changes7 .fnd-coach-innr {
  height: 548px;
}
.home_changes6 {
  padding-top: 0px;
  padding-bottom: 50px;
}
.home_changes8{
    margin: 80px 0 0 0 !important;
  padding: 0 !important;
    
}
.home_changes10 {
  margin-top: 40px !important;
  position: relative;
}
.home_changes9 {
  padding-top: 120px !important;
}
.home_changes11 {
  width: 840px;
  float: right;
  margin: -132px -14px 0 0;
}
.home_changes10 .text-center {
  margin: 44px 0 !important;
}



.for_nshadow_01 {
  position: absolute;
  bottom: 200px;
  right: 14px;
}
.for_nshadow_02 {
  position: absolute;
  top: 107px;
  left: 120px;
}

.home_changes12 {
  position: absolute;
  right: -2px;
  bottom: -33px;
}
.home_changes12 img{
    max-width: 285px;
}
.footer_Background h2 {
  color: #fff;
  font-family: Poppins;
  font-weight: 400;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: -0.4px !important;
  text-align: center !important;
  text-transform: none !important;
  margin: 5px 0 48px 0;
}
.mxtta{
    margin-top: 80px !important;
}
.footer_Background a{
    font-family: Poppins;
    font-weight: 500;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: -0.4px;
    text-align: center;
    text-transform: capitalize !important;
}
.footer_Background a h6{
       text-transform: capitalize !important;
}
.home_changes13{
  margin-top: 0;
}
.home_changes13 h2 {
  padding-top: 5px !important;
}


.home_changes14{
}
.Happening_main_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 70px 0 0 0;
}
.Happening_image_box {
  width: 308px;
  position: relative;
  margin: 0 32px 60px 32px;
}
.Happening_image_box span {
  position: absolute;
  left: -55px;
  top: 10px;
}
.reel_area{
    display: block;
}
.reel_area img{
    width: 100%;
}

.real_number {
  position: absolute;
  width: 181px;
  height: 52px;
  border-radius: 12.73px;
  box-shadow: 0px 3.48px 3.48px 0px #00000040;
  background: #EDA233;
  z-index: 99;
  right: -42px;
  bottom: 30px;
  text-align: center;
  padding: 9px;
  transform: rotate(-8deg);
  border: 2px solid #000;
}
.real_number p{
    font-family: Poppins;
    font-weight: 700;
    font-size: 26.64px;
    line-height: 100%;
    letter-spacing: 0.67px;
    text-transform: capitalize;
    color: #fff;
}
.home_changes13 {
  margin-top: 105px;
}


.free-modal-hdr a{
    position: absolute;
    right: 11px;
    top: 2px;
     color: #000;
}
.free-modal-hdr a:hover{
    color: #eda233;
}


.for_inner_page {
    padding-top: 8px !important;
}
.for_inner_page {
    box-shadow: 0 -15px 45px rgba(0, 0, 0, .1) !important; 
    background: #fff !important; 
}

.animatedd_numbb{
    display:flex;
    font-family: Poppins;
      font-weight: 700;
      font-size: 44px;
      line-height: 44px;
      letter-spacing: 0%;
      color: #EDA233;
      text-align: left;
}
.footer_Background p {
  text-transform: none;
}
.footer_Background p:hover{
  color: #fff;
}
.footer_Background h1 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: -0.2px;
  text-transform: capitalize;
  color: #FFF;
}
.bg-dark {
 
  position: relative;
  z-index: 99;
}
.foter_adss p {
  width: 77%;
  word-wrap: break-word;
  word-break: normal;
  line-height: 22px;
}
.foter_adss{
    align-items: start !important;
}
.nmber_w01{
    min-width: 225px;
}
.nmber_w02{
     min-width: 155px;
}
.nmber_w03{
     min-width: 150px;
}
.fwoo_pccv em {
  width: auto !important;
  height: 140px !important;
  margin-top: 18px !important;
  margin-bottom: 0 !important;
}
.only_vline01 {
  position: absolute;
  content: "";
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  height: 1px;
  width: calc(100% + 10px);
  background-color: rgba(0, 0, 0, 0.1);
}
.only_vline02{
   position: absolute;
  content: "";
  top: 63%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  height: 1px;
  width: calc(100% - 40px);
  background-color: rgba(0, 0, 0, 0.1);
} 
.footer_Background a {
  
  text-transform: inherit !important;
}



.crs-box {
  width: 23% !important;
  margin: 0 9px !important;
}
.crs-inner {
  width: 100% !important;
}


.container.welcome {
    position: relative;
    z-index: 3;
}


.banner-pieces{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 482px;
    /*animation: chesscircle 100s infinite;*/
}
@keyframes chesscircle{
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}

.banner-pieces img{
    display: block;
    position: absolute;
}
.bnr-pc1 {
    width: 123px;
    height: 127px;
    top: 104px;
    left: 38px;
    animation: floating2 8s infinite ease-in-out;
}
.bnr-pc2 {
    width: 107px;
    height: 130px;
    top: 360px;
    left: 28px;
    animation: squeeze 10s infinite ease-in-out;
}
.bnr-pc3 {
    width: 78px;
    height: 77px;
    bottom: -14px;
    right: 84px;
    animation: floating2 8s infinite ease-in-out;
}
.bnr-pc4 {
    width: 90px;
    height: 100px;
    top: 178px;
    right: 27px;
    animation: squeeze 10s infinite ease-in-out;
}
.bnr-pc5 {
    width: 62px;
    height: 73px;
    top: 11px;
    right: 173px;
    animation: floating2 8s infinite ease-in-out;
}
@keyframes squeeze {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.5);
    }

    100% {
        transform: scale(1.2);
    }
}




.associated_logo{
    display: block !important;
}

.promotion_stl_01{
background: transparent !important;
}

.promotion_stl_01 .head-ch-txt-inr {
  padding: 40px 0 46px 0;
  border-top: 1px solid #000;
}

.promotion_courses_slider{
     display: block !important;
}
.promotion_courses_slider .crs-box {
  width: 94% !important;
  margin-left: 3% !important;
}
.promotion_new_boxxes_01{
    max-width: 844px;
    height: auto;
    text-align: center;
    border: 1px solid #000000;
    border-radius: 30px;
    padding: 25px 15px 32px 15px;
    display: block;
    margin: 0 auto;
}
.promotion_new_boxxes_01 h1{
font-family: 'Poppins';
font-style: normal;
font-weight: 700;
font-size: 37.5px;
line-height: 47px;
text-align: center;
letter-spacing: 0.75px;
text-transform: uppercase;
color: #000000;
margin-bottom: 18px;
}
.promotion_new_boxxes_01 a{
width: 256.5px;
height: 54px;
background: #EDA233;
border-radius: 8.25px;

font-family: 'Poppins';
font-style: normal;
font-weight: 700;
font-size: 30px;
line-height: 45px;
text-align: center;
letter-spacing: 0.75px;
text-transform: uppercase;
color: #FFF9F1;

display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;

}
.promotion_new_boxxes_01 a:hover{
    background: #344CB7;
    color: #FFF9F1;
}
.promotion_mr_01 {
  margin-bottom: 80px;
  margin-top: 40px;
}
.promotion_mr_02{
  margin-bottom: 140px;
}

.promotion_courses_slider .owl-item .item {
  padding-bottom: 96px !important;
   padding-top: 15px !important;
}



.promotion_info_01{
    display: block;
}
.promotion_info_01 ul {
  margin: 0 0 26px 0;
  padding: 0;
}
.promotion_info_01 ul li {
  margin: 0 0 18px 0;
  padding: 0 0 0 18px;
  position: relative;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 23px;
  line-height: 30px;
  text-transform: capitalize;
  color: #484848;
}
.promotion_info_01 ul li strong{
    font-weight: 800;
    
}
.promotion_info_01 ul li::before {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  background-color: #4B5563;
  position: absolute;
  top: 12px;
  left: 0;
  border-radius: 50%;
}


.promotion_courses_slider {
  padding: 15px 0 0 0;
}

/*.promotion_courses_slider .owl-nav{*/
/*    display: block !important;*/
/*}*/
.ptoo{
    padding-top: 0 !important;
}
.promotion_courses_slider .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}
.promotion_courses_slider .owl-nav button.owl-prev {
  margin-left: -62px;
}

.promotion_courses_slider .owl-nav button.owl-next {
  margin-right: -62px;
}
.promotion_courses_slider .owl-nav button span {
  position: static;
  padding: 20px;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0px;
}
.promotion_courses_slider .owl-nav button.owl-prev span {
  background-image: url(../images/haap-left.png);
}
.promotion_courses_slider .owl-nav button.owl-next span {
  background-image: url(../images/haap-right.png);
}
.crs-box {
  margin: 0 !important;
}
.promotion_addsr p{
    width: 100% !important;
}






.promotion_header_logoo {
  box-sizing: border-box;
  width: 116px;
  height: 85px;
  border: 1px solid #000000;
  border-radius: 20px;
  text-align: center;
 margin-top: 15px;
  display: inline-block;
  position: relative;
  padding: 6px 5px 5px 5px;
}
.promotion_header_logoo p{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 8.8421px;
    line-height: 13px;
    text-align: center;
    color: #000000;
}
.promotion_header_logoo > img{
    max-height: 50px;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 14px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.rp_padding .ressoppo {
  padding-right: 0;
}



















}