* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}
html {
    scroll-behavior: smooth
}
body {
    font-family: 'Jost', sans-serif;
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #000;
    overflow-x: hidden;
    font-weight: 400
}

@media (min-width: 1200px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1250px
}
}
textarea, p, input, div, span, li, button {
    font-family: 'Jost', sans-serif
}
@font-face {
    font-family: 'Day Roman';
    src: url('DayRoman.woff2') format('woff2'),
        url('DayRoman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Day Roman - Expert';
    src: url('DayRoman-Expert.woff2') format('woff2'),
        url('DayRoman-Expert.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'HelveticaNeue MediumExt';
    src: url('HelveticaNeue-MediumExt.woff2') format('woff2'),
        url('HelveticaNeue-MediumExt.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Helvetica Neue';
    src: url('HelveticaNeue-BlackCond.woff2') format('woff2'),
        url('HelveticaNeue-BlackCond.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Helvetica';
    src: url('Helvetica-Bold.woff2') format('woff2'),
        url('Helvetica-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Helvetica';
    src: url('Helvetica-Bold.woff2') format('woff2'),
        url('Helvetica-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('Helvetica-Compressed.woff2') format('woff2'),
        url('Helvetica-Compressed.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('Helvetica-Oblique.woff2') format('woff2'),
        url('Helvetica-Oblique.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('Helvetica-Bold.woff2') format('woff2'),
        url('Helvetica-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('HelveticaRounded-Bold.woff2') format('woff2'),
        url('HelveticaRounded-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('Helvetica.woff2') format('woff2'),
        url('Helvetica.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('Helvetica-BoldOblique.woff2') format('woff2'),
        url('Helvetica-BoldOblique.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('Helvetica-Light.woff2') format('woff2'),
        url('Helvetica-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

ul {
    margin: 0;
    padding: 0
}
li {
    list-style: none
}
p {
    line-height: 26px;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin-bottom: 15px
}
img {
    max-width: 100%;
    border: 0
}
.clear {
    clear: both;
    float: none;
    width: 100%
}
.clearfix::after {
    display: block;
    content: "";
    clear: both
}
a {
    text-decoration: none!important;
    transition: all .2s ease-in;
    color: #1f1f1f
}
a:hover {
    color: #000
}
a, span {
    display: inline-block
}
:focus {
    box-shadow: none!important;
    outline: none!important
}
.form-control {
    display: block;
    width: 100%;
    height: 44px;
    padding: .375rem .75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    box-sizing: border-box
}
.dropdown-item {
    text-transform: uppercase!important
}
.navbar-light .navbar-nav .nav-link {
    color: #000;
	font-family: 'HelveticaNeue MediumExt';
}
.app-link {
    text-align: center;
    margin: 50px 0px;
}
.app-link a{
    font-weight:bold;
	font-size: 24px;
}
.app-link a:hover{
   color: #fee72f;
}
.navbar-nav .nav-link {
    color: #000;
    padding: 0 25px;
    font-family: roboto;
    font-size: 16px
}
.navbar-nav .nav-item {
    padding: 0 0px
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #fee72f
}
.dropdown:hover>.dropdown-menu {
    display: block
}
.dropdown>.dropdown-toggle:active {
    pointer-events: none
}
.navbar {
    padding: 0
}
.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: flex;
    width: 100%;
    justify-content: end
}
.darkHeader {
    position: fixed;
    top: 0;
    width: 100%;
    animation: smoothScroll .1s forwards;
    box-shadow: #000 0 2px 6px 0
}
.darkHeader, .search-wrap {
    z-index: 999;
    background: #fff;
    color: #000
}
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #fee633!important;
    padding-left: 22px
}
.darkHeader .navbar-light .navbar-nav .nav-link {
    color: #000;
    transition: all .5s ease-in
}
.darkHeader .navbar-light .navbar-nav .nav-link:hover {
    color: #fee72f
}
.darkHeader .navbar-light .navbar-brand {
    color: rgba(0,0,0,.9);
    width: 180px
}
.banner {
    margin-top: 40px
}
.inner-banner-adult img {
    width: 100%
}
.banner-bg::after {
    content: '';
    position: absolute;
    background-image: url(../images/banner_02.png);
    background-repeat: no-repeat;
    background-size: cover;
    top: -45%;
    right: 0;
    width: 62%;
    height: 709px;
    z-index: -1
}
.main-text{     font-family: jost; font-size: 20px; padding: 10px 0px;}
.coloring-app {
    padding-top: 15px
}
.coloring-app p {
    font-family: jost;
    font-size: 20px;
    padding: 10px 0 5px
}
.coloring-channel {
    border: 8px solid#fff;
    box-shadow: 0 0 20px #474747
}
.coloring-channel iframe {
    width: 100%
}
.anti-coloring {
    margin-top: 210px;
    padding-bottom: 70px
}
.anti-coloring-bg::before {
    content: '';
    position: absolute;
    width: 620px;
    height: 665px;
    background-color: #fee52b;
    top: -45px;
    left: -10%;
    border-radius: 50%;
    transition: all .5s ease-in
}
.anti-coloring-box {
    padding-top: 40px
}
.anti-coloring-content .title-info {
    font-size: 55px;
    font-weight: 700;
    text-transform: uppercase
}
.anti-coloring-content p {
    font-family: jost;
    font-size: 20px
}
.anti-coloring-video:hover .anti-coloring-bg {
    background-color: #000
}
.anti-coloring-video {
    border: 8px solid#fff;
    box-shadow: 0 0 20px #474747
}
.anti-coloring-video iframe {
    width: 100%
}
.about-sue {
    margin-top: 30px;
    padding: 50px;
    background-color: #f5f7fa
}
.about-content .about-title {
    font-size: 36px;
    padding-top: 40px
}
.about-content .about-subtitle {
    font-size: 21px
}
.about-content p {
    font-size: 18px
}
.about-btn a {
    background-color: #fee633;
    color: #000;
    padding: 10px 25px;
    text-align: center;
    transition: all .5s ease-in;
    border-radius: 5px;
    margin-top: 5px
}
.main-heading {
    text-align: center;
    width: 100%;
    padding: 130px 0px 50px;
}
.main-heading-img {
    margin-bottom: 70px;
}
.social_media{
	width:100%;
}
.social_media .media-contact-box{
	box-shadow: 0 0 15px#ccc;
	width:100%;
	padding: 35px 15px;
	margin-top: 30px;
	text-align:center;
}
.social_media .media-contact-box h4 a{
	color:#17e1ff;
}
.media-icon {
	margin:0px;
	padding:20px 0px;
}
.media-icon img {
    width: 80px !important;
}
.media-icon li{
	display:inline-block;
	padding-right:10px;
}
.inner-touch h2 {
    text-align: center;
    font-size: 45px;
    padding: 0px 0px 30px;
}
.main-heading-img img {
    width: 600px;
    margin: auto;
    display: block;
}
.main-heading h2{
    font-size:50px;
	font-weight:bold;
}
.about-btn a:hover {
    background-color: #000;
    color: #fff
}
.services-img {
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
    position: relative;
	text-align: center;
/* 	margin-top: 100px; */
}
.services-img img {
    border-radius: 8px;
    transition: .5s all ease-in-out;
    cursor: pointer
}
.services-img img:hover {
    border-radius: 5px;
    transform: scale(1.3)
}
.flok-art-img{
	 overflow: hidden;
}
.flok-art-img img{
	 transition: .5s all ease-in-out;
}
.flok-art-img img:hover{
	 transform: scale(1.3)
}
.flok-art-img1{
	 overflow: hidden;
}
.flok-art-img1 img{
	 transition: .5s all ease-in-out;
	width:100%;
}
.flok-art-img1 img:hover{
	 transform: scale(1.3)
}
.workshop-teacher-image {
    margin-left: 7%;
    padding: 0;
    height: 100%
}
.workshop-teacher {
    padding: 80px 0
}
.workshop-teacher-content {
    background-image: url(../images/workshop-bg_03.jpg);
    height: 100%;
    background-repeat: repeat;
    margin-left: -20px
}
.workshop-content-box {
    background-image: url(../images/t-content.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 500px
}
.workshop-content-text {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    text-align: center
}
.workshop-teacher-content .penta-heading {
    font-size: 30px;
    padding: 0 0 5px
}
.workshop-teacher-content .workshop-para {
    padding: 0 20%;
    text-align: center;
    font-size: 18px
}
.teacher-workshop-btn a {
    background-color: #000;
    color: #fff;
    font-size: 17px;
    padding: 10px 20px;
    text-align: center;
    border-radius: 5px;
    transition: all .5s ease-in
}
.teacher-workshop-btn a:hover {
    background-color: #fff;
    color: #000
}
.workshop-children-image {
    padding-right: 5%
}
.workshop-children-image img {
    margin-right: -7%;
    margin-right: 20%
}
.workshop-children {
    padding: 0 0 80px
}
.workshop-children-content {
    background-image: url(../images/workshop-bg_03.jpg);
    height: 100%;
    background-repeat: repeat;
    margin-right: -27px
}
.workshop-content-box {
    background-image: url(../images/t-content.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 500px;
    position: relative
}
.image-secbar{
	margin:0px;
	display: flex;
}
.image-secbar .img-sec-bar {
    display: flex;
    width: 25%;
    align-items: center;
    /* justify-content: center; */
    /* text-align: center; */
    margin: 5px;
}
.workshop-content-text {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    text-align: center
}
.workshop-children-content .penta-heading {
    font-size: 30px;
    padding: 0 0 5px
}
.workshop-children-content .workshop-para {
    padding: 0 20%;
    text-align: center;
    font-size: 18px
}
.children-workshop-btn a {
    background-color: #000;
    color: #fff;
    font-size: 17px;
    padding: 10px 20px;
    text-align: center;
    border-radius: 5px;
    transition: all .5s ease-in
}
.children-workshop-btn a:hover {
    background-color: #fff;
    color: #000
}
.young-art {
    background-color: #fee72f;
    padding: 80px 0;
    margin-right: 25px;
    width: 100%
}
.young-art-content {
    width: 525px;
    height: 525px;
    background-color: #000;
    border-radius: 50%;
    position: relative;
    color: #fff;
    z-index: 1;
    transition: all .5s ease-in
}
.young-art-content:hover {
    border-radius: 30%;
    color: #000
}
.young-art-text {
    position: absolute;
    color: #fff;
    top: 22%;
    z-index: 22;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center
}
.young-art-text p {
    color: #fff;
    padding: 5px 30px
}
.young-art-text h4 {
    font-size: 41px
}
.young-art-btn a {
    background-color: #fee529;
    color: #000;
    padding: 10px 20px;
    border-radius: 5px;
    transition: all .5s ease-in;
    font-size: 17px
}
.young-art-btn a:hover {
    background-color: #fff;
    color: #000
}
.pragraf-text {
    font-size: 15px
}
.book {
    padding: 70px 0 50px
}
.book-title {
    background-image: url(../images/heading-bg_03.png);
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    font-size: 36px;
    padding: 10px 0 30px;
    margin-bottom: 40px
}
.book-image {
    box-shadow: 0 0 15px #ccc;
    margin: 20px 0
}
.book-name {
    text-align: center;
    font-size: 18px;
    padding: 5px 0
}
#offerSlider.owl-prev span {
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #000;
    font-size: 24px;
    text-align: center
}
#offerSlider.owl-next span {
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #000;
    font-size: 24px;
    text-align: center
}
#offerSlider .owl-next {
    position: absolute;
    display: none;
    top: 50%;
    left: 20px
}
#offerSlider .owl-nav {
    display: none
}
#offerSlider .owl-dot span {
    background-color: #fff;
    width: 30px;
    height: 4px;
    margin: 2px;
    border-radius: 2px
}
#offerSlider .owl-dot.active span {
    background-color: #000;
    width: 10px;
    height: 10px;
    border-radius: 100%
}
#offerSlider .owl-dot span {
    background-color: #ccc;
    width: 10px;
    height: 10px;
    border-radius: 100%
}
#offerSlider .owl-dots {
    display: flex;
    z-index: 20;
    position: relative;
    bottom: -25px;
    justify-content: center
}
.review-image::before {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    left: -60px;
    background-color: #000;
    border-radius: 100%;
    z-index: -1;
    top: 20px;
}
/* .review-image::after {
    position: absolute;
    content: '';
    background-image: url(../images/strip_03.png);
    right: -62px;
    top: 67px;
    width: 246px;
    height: 132px
} */
.review {
    margin-bottom: 170px
}
.review-image img {
    margin-top: 98px;
    border-radius: 5px;
    position: relative;
    z-index: 333
}
.review-content {
    margin-right: 5%;
    padding: 80px 0 20px 10px;
    text-align: center;
    padding-left: 5%
}
.review-title {
    background-image: url(../images/heading-bg_03.png);
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    font-size: 36px;
    padding: 10px 0;
    margin-bottom: 40px
}
.review-content::before {
    content: '';
    width: 4px;
    background-color: #000;
    height: 60%;
    top: 20%;
    left: 4%;
    position: absolute;
    border-radius: 5px;
    transition: all .5s ease-in;
    overflow: hidden
}
footer {
    padding: 50px 0;
    background-color: #241c21;
    margin-top:20px;
    color: #fff;
    font-weight: 400
}
.footer-box ul li a {
    color: #fff;
    font-size: 15px;
    transition: all .5s ease-in
}
.footer-box ul li a:hover {
    color: #fee72f
}
.footer-box h6 {
    font-size: 21px;
    color: #fee72f;
    padding: 5px 0;
    font-family: jost;
    text-transform: uppercase;
    font-weight: 400
}
.footer-box i {
    padding-right: 7px;
    font-size: 17px
}
.footer-email input {
    width: 100%;
    padding: 7px 10px;
    background-color: #3a3338;
    color: #fff!important;
    margin: 5px 0 10px;
    border: 1px solid transparent
}
.footer-email input:placeholder {
color:#fff!important
}
.footer-bottom {
    padding: 50px 0 0
}
.footer-bottom .footer-content a {
    color: #fff
}
.footer-bottom .footer-content a:hover {
    color: #f4dd2e
}
p.newcolor {
    color: #fff;
    margin: 0px;
}
.footer-subscribe a {
    background-color: #f4dd2e;
    color: #000;
    text-transform: uppercase;
    transition: all .5s ease-in;
    border: 1px solid transparent;
    width: 70%;
    padding: 10px;
    text-align: center;
    margin: 8px 0;
    border-radius: 5px
}
.footer-subscribe a:hover {
    background-color: #fff
}
.contant_address{
	text-align:center;
}
.contant_address .workshop-page {
    text-align: center;
    border: 1px solid #ccc;
    width: 600px;
    margin: auto;
    padding: 30px;
    margin-top:20px;
}
.contant_address .workshop-page a {
    font-size:30px;
}
.review-box-new {
    margin-top: 110px;
    text-align: center;
}
.new-box-review{
    text-align: center;
    margin-bottom: 20px;
}
.new-box-review p{
    font-size: 16px;
    margin: 0px;
}
.new-box-review h5{
    font-size: 16px;
}
.new-box-review h4{
    font-size: 20px;
}
.view-more{
    background:#fee72f;
    padding: 7px 15px;
    color: #000;
    margin: auto;
    border-radius: 5px;
    border: 1px solid #fee72f;
}
.view-more:hover{
    background:#fff;
    border: 1px solid #000;
    color: #000;
}
.inner-about-heading {
    position: absolute;
    font-size: 36px;
    top: 45%;
    left: 5%
}
.common-sec {
    margin-top: 70px;
    margin-bottom: 40px;
	 padding-top: 30px;
}
.common-sec32 {
    margin-top: 45px;
    margin-bottom: 0;
    padding-top: 80px;
}
.gallery-link{
	text-align:center;
}
.gallery-link h3{
	font-size:36px;
	margin-bottom: 30px;
}
.common-sec .about-s {
    text-align: center;
    font-size: 50px;
    margin-bottom: 50px;
	font-weight:bold;
}
.about-detail .about-s {
    text-align: center;
    font-size: 30px;
    margin-bottom:0px;
	font-weight:bold;
	width: 100%;
}
.itlacik{
	font-family:italic;
}
.about-detail .about-s2 {
    text-align: center;
    font-size: 20px;
    margin-top: 10px;
	font-weight:600;
	width: 100%;
	padding: 0px 110px;
}
.inner-anti-coloring {
    padding: 70px 0 30px
}
.about-content-text h6 {
    font-size: 21px;
    padding: 5px 0;
	text-align: center;
	font-weight:bold;
}
.about-content-text P {
    font-size: 18px;
    padding: 5px 0;
	text-align: justify;
}
.about-inner-content::before {
    content: '';
    width: 335px;
    height: 335px;
    position: absolute;
    background-color: #fceeee;
    bottom: 0px;
    left: -5%;
    border-radius: 50%
}
.about-inner-content .about-content-btn a {
    background-color: #fee529;
    padding: 10px 30px;
    text-align: center;
    border-radius: 5px;
    color: #000;
    transition: all .5s ease-in
}
.about-inner-content .about-content-btn a:hover {
    background-color: #000;
    color: #fff
}
.about-detail {
    background-color: #fee52b;
    padding: 40px 0 80px
}
.about-detail-image {
    transition: .9s all ease-in-out;
    text-align: center;
	margin:70px 0px
}
.about-detail-image img {
    position: relative;
    z-index: 2
}
.about-detail-image::before {
    content: '';
    position: absolute;
    background-image: url(../images/about-detail1.png);
    top: -38px;
    left:340px;
    width: 196px;
    height: 214px;
    z-index: 1
}
.about-detail-image::after {
    content: '';
    position: absolute;
    background-image: url(../images/about-detail2.png);
    bottom: -43px;
    left:340px;
    width: 242px;
    height: 127px;
    z-index: 1;
    background-repeat: no-repeat
}
.oppose-sec {
    margin-bottom: -50px
}
.about-contact-detail {
    max-width: 910px;
    padding: 60px 0;
    background-color: #242001;
    margin: auto;
    display: block;
    position: relative;
    margin-top: 70px;
    left: 0;
    right: 0;
    border-radius: 5px;
    text-align: center;
    transition: all .5s ease-in;
    margin-bottom: 140px
}
.about-contact-detail:hover {
    background-color: rgba(37,37,32,0.8);
    color: #fff
}
.about-contact-detail h6 {
    font-size: 30px;
    color: #fee72f
}
.about-contact-detail .about-contact-btn a {
    background-color: #fee72f;
    color: #242001;
    border-radius: 5px;
    padding: 9px 30px;
    text-align: center;
    margin-top: 10px;
    transition: all .5s ease-in
}
.about-contact-detail .about-contact-btn a:hover {
    background-color: #fff;
    color: #242001
}
.about-sub-heading span {
    font-size: 21px
}
.about-sub-heading p, .about-detail-content p {
    font-size: 18px;
	text-align: justify;
}
.about-sub-heading h6 {
    font-size: 22px
}
.inner-bg::after {
    content: '';
    position: absolute;
    background-image: url(../images/inner-bg_02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    top: -45%;
    right: 0;
    width: 62%;
    height: 380px;
    z-index: -1
}
.about-contact-detail::before {
    content: '';
    position: absolute;
    top: -19px;
    left: -23px;
    width: 155px;
    height: 115px;
    background-color: #fee52b;
    z-index: -1;
    border-radius: 5px
}
.about-contact-detail::after {
    content: '';
    position: absolute;
    bottom: -19px;
    right: -23px;
    width: 155px;
    height: 115px;
    background-color: #fee52b;
    z-index: -1;
    border-radius: 5px
}
.inner-adult-heading {
    position: absolute;
    font-size: 36px;
    top: 45%;
    left: 5%
}
.about-book::before {
    content: '';
    width: 335px;
    height: 335px;
    position: absolute;
    background-color: #fceeee;
    top: 10%;
    left: -2%;
    border-radius: 50%
}
.about-book {
    margin: 70px 0;
    padding: 0
}
.about-book-content .penta-heading {
    font-size: 45px;
    padding: 10px 0 5px
}
.about-book-content {
    padding-top: 60px
}
.about-book-content .hexa-heading {
    font-size: 36px
}
.about-book-content p {
    font-size: 18px;
    padding: 10px 0
}
.about-book-link a {
    font-size: 18px
}
.about-book-link a:hover {
    color: #1b5ae2
}
.adult-young {
    background-color: #fee52b;
    padding: 60px 0
}
.adult-young-content h5 {
    font-size: 41px
}
.adult-young-content p {
    font-size: 18px
}
.adult-young-content h6 {
    font-size: 18px
}
.adult-anti-content {
    padding-top: 40px;
    padding-right: 10px
}
.adult-anti-content h5 {
    font-size: 41px
}
.adult-anti-content p {
    font-size: 18px
}
.inner-alphabet-heading {
    position: absolute;
    font-size: 36px;
    top: 45%;
    left: 5%;
    text-align: center
}
.banner-cl {
    width: 100%;
    position: absolute;
    /* border-radius: 50%; */
    background-color: rgb(0 0 0 / 90%);
    height: 120px;
    top: -80px;
    display: flex;
    padding: 0 30px;
    text-align: center;
    line-height: 50px;
    left: 0;
    font-size: 30px;
    color: #000;
    align-items: center;
    justify-content: center;
    background-image: url(../images/heading-bg_04.png);
    background-repeat: no-repeat;
    background-position: center;
    margin: auto;
    left: 0px;
    right: 0px;
}
.banner-cl br { display: none}



/*.book-title {
    
    text-align: center;
    font-size: 36px;
    padding: 10px 0 30px;
    margin-bottom: 40px;
}*/




.about-content-text.position-relative p a {
    text-decoration: underline !important;
}





.alphabet-content-image::after {
    content: " ";
    position: absolute;
    background-color: #fee52a;
    width: 65%;
    height: 72%;
    left: -28px;
    bottom: -23px;
    z-index: -1
}
.alphabet-content-text {
    padding: 90px 0
}
.alphabet-content-title {
    font-size: 36px;
    font-family: 'Lexend', sans-serif;
    font-weight: 500
}
.alphabet-content-text p {
    font-family: 'Lexend', sans-serif;
    font-size: 17px;
    font-weight: 300
}
.alphabet-content-text ul li {
    font-size: 20px;
    padding: 14px 0
}
.alphabet-text-btn a {
    background-color: #fee52a;
    color: #000;
    font-size: 20px;
    padding: 10px 0;
    text-align: center;
    width: 100%;
    font-weight: 400;
    font-family: 'Lexend', sans-serif;
    transition: all .5s ease-in;
    border-radius: 5px
}
.alphabet-text-btn a:hover {
    background-color: #000;
    color: #fff
}
.alphabet-text-btn22 a {
    background-color: #fee52a;
    color: #000;
    font-size: 20px;
    padding: 10px 0;
    text-align: center;
    width: 20%;
    font-weight: 400;
    font-family: 'Lexend', sans-serif;
    transition: all .5s ease-in;
    border-radius: 5px;
}
.alphabet-text-email a {
    text-align: left;
    color: #000;
    font-size: 20px;
    padding: 12px 0;
    text-align: center;
    font-weight: 300;
    font-family: 'Lexend', sans-serif
}
.alphabet-text-email a:hover {
    transition: all .5s ease-in;
    color: #fee52a
}
.inner-blog-heading {
    position: absolute;
    font-size: 36px;
    top: 45%;
    left: 5%
}
.sue-blog-box-content {
    text-align: center;
    padding-bottom: 10px
}
.sue-blog-box-content .blog-content-hexa {
    font-size: 25px;
    font-family: Lexend;
    padding: 15px 0 10px;
    margin: 0;
    text-align: center
}
.sue-blog-box-content p {
    font-size: 15px;
    text-align: center;
    line-height: 24px;
    padding: 0;
    font-family: Lexend
}
.sue-blog-box-content .blog-left-btn a {
    background-color: #000;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 14px 23px;
    margin-bottom: 20px;
    border-radius: 5px;
    transition: all .5s ease-in
}
.sue-blog-box-content .blog-left-btn a:hover {
    background-color: #fee52a;
    color: #000
}
.blog-right-box .sue-recent-box-content {
    padding-top: 50px
}
.sue-recent-box-content .sue-recent-blog-heading {
    font-size: 25px
}
.recent-box-content .recent-blog-heading {
    font-size: 28px;
    margin-top: 20px
}
.blog-right-box ul li {
    border-bottom: 1px solid#ccc
}
.blog-right-box ul li a {
    padding: 10px 0;
    font-size: 17px
}
.sue-blog-box-content {
    padding-bottom: 20px
}
.sue-blog-content {
    margin-bottom: 0;
    margin-top: 70px;
    padding-top: 30px;
}
.inner-blog-heading-childen {
    position: absolute;
    font-size: 36px;
    top: 39%;
    left: 2%
}
.sue-blog-box-children {
    padding: 40px 0 0
}
.sue-blog-box-children h2 {
    padding: 20px 0;
    text-align: center;
    font-size: 42px;
    color: #e05d59;
    font-weight: 700
}
.sue-blog-box-children .sue-text-children {
    padding: 0 85px 50px 0
}
.sue-blog-box-children .sue-text-children_2 {
    padding: 20px 0 0
}
.sue-blog-box-children .sue-text-children_2 p {
    margin-bottom: 0!important
}
.sue-blog-box-children .sue-text-children p {
    font-size: 18px;
    color: #6a6c6e;
    margin-bottom: 30px
}
.sue-blog-box-children .sue-text-children p span {
    font-size: 18px;
    color: #6a6c6e;
    font-weight: 700
}
.inner-blog-detail-heading {
    position: absolute;
    font-size: 36px;
    top: 43%;
    left: 7%
}
.blog-right-box .sue-recent-box-content {
    padding-top: 50px
}
.sue-recent-box-content .sue-recent-blog-heading {
    font-size: 25px
}
.recent-box-detail .detail-blog-heading {
    font-size: 28px;
    font-family: 'Jost', sans-serif
}
.recent-box-detail ul li, .detail-recent-box-content ul li {
    border-bottom: 1px solid#ccc;
    padding: 5px 0
}
.blog-right-box ul li a {
    padding: 10px 0;
    font-size: 17px
}
.blog-right-box ul li a:hover {
    color: #f4dd2e
}
.detail-recent-blog-heading {
    font-size: 25px;
    font-family: 'Jost', sans-serif;
    padding: 15px 0 10px
}
.sue-blog-box-content {
    padding-bottom: 20px
}
.sue-blog-detail-content {
    margin-bottom: 0;
	margin-top: 70px;
    padding-top: 30px;
}
.comment-penta {
    color: #c4b12c;
    font-family: Lexend;
    font-size: 25px
}
.blog-detail-hexa {
    font-size: 25px;
    font-family: Lexend;
    color: #c4b12c;
    padding: 10px 0
}
.blog-detail-box-content p {
    font-size: 15px
}
.blog-detail-box-content {
    border-bottom: 1px solid#ccc
}
.blog-comment {
    background-color: #dadada;
    padding: 30px 20px;
    border-radius: 5px;
    margin: 40px 0
}
.blog-comment textarea {
    resize: none;
    margin: 5px 0
}
.post-btn {
    background-color: #241c21;
    color: #fff;
    border: none;
    padding: 10px 30px;
    text-align: center;
    border-radius: 5px;
    font-size: 14px;
    margin: 10px 0;
    text-transform: uppercase;
    transition: all .5s ease-in
}
.recent-box-detail ul li a:hover, .detail-recent-box-content ul li a:hover {
    color: #f4dd2e
}
.post-btn:hover {
    background-color: #c4b12c;
    color: #000
}
.inner-folk {
    padding-top: 0px;
    margin-bottom: 0
}
/* .flok-art-img::after {
    content: " ";
    position: absolute;
    background-color: #fee52a;
    width: 65%;
    height: 72%;
    right: 10px;
    bottom: -28px;
    z-index: -1;
    transition: all .5s ease-in
} */
.alphabet-content-text {
    padding: 90px 0
}
.folk-content-title {
    font-size: 36px;
    font-family: 'Lexend', sans-serif;
    font-weight: 500
}
.flok-art-content, .flok-art-content1 {
    transition: all .5s ease-in;
    padding: 30px
}
.flok-art-content:hover, .flok-art-content1:hover {
    background-color: #fee52a;
    border-radius: 5px
}
.flok-art-content p {
    font-family: 'Lexend', sans-serif;
    font-size: 17px;
    font-weight: 300
}
.flok-art-content ul li {
    font-size: 20px;
    padding: 14px 0
}
.folk-text-btn a {
    background-color: #fee52a;
    color: #000;
    font-size: 20px;
    padding: 10px 0;
    text-align: center;
    width: 100%;
    font-weight: 400;
    font-family: 'Lexend', sans-serif;
    transition: all .5s ease-in;
    border-radius: 5px
}
.folk-text-btn a:hover {
    background-color: #000;
    color: #fff
}
.folk-text-email a {
    text-align: left;
    color: #000;
    font-size: 20px;
    padding: 12px 0;
    text-align: center;
    font-weight: 300;
    font-family: 'Lexend', sans-serif
}
.folk-text-email a:hover {
    transition: all .5s ease-in;
    color: #fff
}
/* .flok-art-img1::after {
    content: " ";
    position: absolute;
    background-color: #000;
    width: 75%;
    height: 82%;
    left: -27px;
    bottom: -28px;
    z-index: -1;
    transition: all .5s ease-in
} */
.flok-art-content1 p {
    font-family: 'Lexend', sans-serif;
    font-size: 17px;
    font-weight: 300;
    transition: all .5s ease-in
}
.common-inner {
    padding: 60px 0 60px;
}
.inner-anti-book {
    margin-bottom: 0
}
.inner-anti-coloring {
    padding: 60px 0 30px;
    position: relative;
    margin-top: 50px;
}
.anti-book-detail {
    width: 100%;
    background-color: #FFF;
    box-shadow: 0 0 15px #ccc;
    height: 100%;
    margin: 3px 0;
    border-radius: 5px;
    overflow: hidden;
    transition: all .5s ease-in
}
.book-img {
    overflow: hidden
}
.anti-book-detail img {
    transition: all .5s ease-in
}
.anti-book-detail .book-img img:hover {
    transform: scale(1.2)
}
.anti-book-detail p {
    padding: 2px 10px 5px;
    font-family: Lexend;
    font-size: 17px;
    font-weight: 400
}
.anti-book-detail:hover {
    background-color: rgba(249,225,55,0.5)
}
.inner-book-heading {
    text-align: center;
    font-family: Lexend;
    font-size: 23px;
    padding: 15px 0 30px;
    transition: all .5s ease-in
}
.inner-anticoloring-content ul {
    padding-left: 0;
    margin-left: 20px
}
.inner-anticoloring-content h6 {
    font-size: 36px;
    text-align: center;
}
.inner-anticoloring-content ul li {
    font-size: 15px;
    font-weight: 400;
    list-style: disc;
    padding: 2px 0
}
.alphabet-content-image2.position-relative img {
    margin-top: 25px;
}
.inner-anticoloring-content ul li span {
    font-weight: 600
}
.inner-anticoloring-content p {
    font-family: 'Lexend', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    padding: 5px 0
}
.inner-anticoloring-content {
    padding-left: 30px
}
.inner-anticoloring-content2 {
    padding-left: 0px;
}
.inner-anti-video {
    border: 7px solid #fff
}
.app3_1{
	text-align:center;
	width:100%;
	padding:50px 0px;
}
.read-link{
	color:#f00;
	font-size:18px;
	font-weight:bold;
}
.teachers-sec{
	margin-top:70px;
	padding-top:50px
}
.teachers-sec2 {
    margin-top: 0px;
    padding-top: 50px;
    text-align: center;
}
.teachers-sec-text p{
	font-size: 18px;
}
.teachers-sec p{
	font-size: 18px;
}
.teachers-sec2 p{
    margin:0px;
	font-size: 18px;
}

.teachers-sec2 .strong{
    margin-bottom:50px;
}


.teachers-sec-text{
	text-align:center;
	margin-bottom:0px
}

.anti-img-content22 {
    background-color: #fff;
    border: 1px solid transparent;
    box-shadow: 0 0 20px #ccc;
    border-radius: 5px;
    padding: 25px 100px 25px 100px;
    transition: all .5s ease-in;
    text-align: center;
}
.anckar {
    text-align: center;
    width: 100%;
    margin: 30px 0px 50px;
}

.inner-work-review2 p {
    font-size: 22px;
    margin-bottom: 30px;
    line-height: 30px;
}
.inner-work-review2 p::before {
    display:none;
}
.anckar a{
	font-size:22px;
}
.anti-books-btn a {
    width: 150px;
    padding-left: 10px
}
.books-name {
    align-items: center;
    font-family: 'Lexend', sans-serif;
    font-size: 20px;
    text-align: center;
    padding: 20px 0 3px;
    font-weight: 400;
    margin: 0
}
.inner-anti-app {
    margin:0px 0 0;
    position: relative;
	padding-top: 0px;
}
.app-img{ text-align:center; width:100%;}
.ianti-app-box {
    padding: 40px 0px 0px;
}
.anti-app-img {
    overflow: hidden;
    transition: all .5s ease-in;
    text-align: center;
    margin-bottom: 30px;
}
.anti_new6{
	text-align:center;
}
.anti_new2 h1{
	text-transform:uppercase;
}
.anti-app-img img {
    border: 5px solid #000
}
/* .anti-app-img:hover {
    transform: scale(1.1)
} */
.ianti-img-content h6 {
    font-size: 21px;
    font-family: 'Lexend', sans-serif
}
.anti-img-content p {
    font-family: 'Lexend', sans-serif;
    font-size: 17px;
    font-weight: 300
}
.anti-img-content {
    background-color: #fff;
    border: 1px solid transparent;
    box-shadow: 0 0 20px #ccc;
    border-radius: 5px;
    padding: 25px 20px 25px 20px;
    transition: all .5s ease-in
}
.anti_new2 a{
	text-align:center;
	width:100%;
	font-size:20px;
	font-weight:bold;
}
.ian-text{
	width:100%;
    text-align:center;
}
.ian-text p {
    width: 100%;
    text-align: center;
    font-size: 20px;
    padding-top: 20px;
}
.anti-img-content:hover {
    background-color: #fee52a
}
#offerSlider.owl-prev span {
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #000;
    font-size: 24px;
    text-align: center
}
#offerSlider1.owl-next span {
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #000;
    font-size: 24px;
    text-align: center
}
#offerSlider1 .owl-next {
    position: absolute;
    display: none;
    top: 50%;
    left: 20px
}
#offerSlider .owl-nav {
    display: none
}
#offerSlider1 .owl-dot span {
    background-color: #fff;
    width: 30px;
    height: 4px;
    margin: 2px;
    border-radius: 2px
}
#offerSlider1 .owl-dot.active span {
    background-color: #fee52a;
    width: 15px;
    height: 15px;
    border-radius: 100%
}
#offerSlider1 .owl-dot span {
    background-color: #919090;
    width: 15px;
    height: 15px;
    border-radius: 100%
}
#offerSlider1 .owl-dots {
    display: flex;
    z-index: 20;
    position: relative;
    bottom: -3px;
    justify-content: center
}
.app-slider {
    max-width: 350px;
    margin: auto;
    text-align: center;
    margin-top: 90px;
    border: 2px solid #000;
    border-radius: 5px
}
.anti-app-btn a {
    width: 150px
}
.inner-review {
    padding: 60px 0 30px;
    position: relative;
    margin-top: 40px;
}
.inner-review-title {
    font-family: 'Lexend', sans-serif;
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    margin: 15px 0
}
.inner-review-content, .inner-review-apps {
    height: 100%;
    transition: all .5s ease-in;
    margin: 25px 0 0;
    transition: all .5s ease-in;
    padding: 10px
}
.inner-review-apps:hover {
    background-color: #fee52a;
    box-shadow: 0 0 15px #ececec
}
.inner-review-content:hover {
    background-color: #fff;
    box-shadow: 0 0 15px #ccc;
    border-radius: 5px
}
.inner-review-content ul, .inner-review-apps ul {
    padding-left: 20px;
	text-align:center;
}
.inner-review-content11 ul{
    padding-left: 20px;
    text-align:left;
}
.reviews-text{
	padding:50px 0px;
}
.services-img_new {
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
    position: relative;
    text-align: center;
    margin-top: 0px;
}
.reviews-text p {
    font-size: 24px;
    color: #6a6c6e;
    line-height: 35px;
}
.bold-sec{
	font-size:34px;
	color:#000;
}
.newsweek p{
	font-size:18px;
	color: #6a6c6e;
}
.inner-banner {
    position: relative;
	top: 40px;
}
.class1 {
    padding-top: 70px;
    margin-top: 50px;
    text-align: center;
}
.class-text{ text-align:center; padding:50px 0px}
.class-text p{
	font-size:26px;
	line-height: 30px;
}
.class-text h3 {
    font-size: 34px;
    background: #fee52a;
    padding: 50px 180px;
    color: #000;
    border-radius: 20px;
	margin-top: 50px;
}

.inner-review-content ul li, .inner-review-apps ul li {
    font-size: 24px;
    padding: 5px 10px 5px 0;
    border: 1px solid transparent
}
.inner-review-content1 {
    border-right: 1px solid #eee
}
.inner-review-content2 {
    border-right: 1px solid #eee;
}
.inner-review-content ul li span, .inner-review-apps ul li span {
    font-weight: 500
}
.inner-review-app {
    background-color: #f4dd2e;
    padding: 50px 0;
    margin-top: 80px
}
.inner-review-work2 {
    text-align: center;
    position: relative;
    padding-top: 70px;
    margin-top: 130px;
    border-right: 0px solid #f00 !important;
}
.inner-review-work {
    padding-top: 40px;
    margin-bottom: 0
}
.inner-work-review {
    height: 100%;
    transition: all .5s ease-in;
    margin-top: 25px;
    transition: all .5s ease-in;
    padding: 10px 20px
}
.inner-work-review:hover {
    background-color: #fff;
    box-shadow: 0 0 15px #ccc;
    border-radius: 5px
}
.inner-work-review p {
    font-size: 17px;
    font-family: 'Lexend', sans-serif;
    font-weight: 300;
    padding: 15px 2px 0;
    position: relative
}
.inner-work-review p::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 100%;
    top: 23px;
    left: -10px;
    position: absolute;
    background-color: #000
}
.blog-left-img, .blog-detail-img {
    overflow: hidden
}
.blog-left-img img, .blog-detail-img img, .about-detail-image img, .alphabet-content-image img {
    transition: all .5s ease-in
}
.blog-left-img img:hover, .blog-detail-img img:hover, .alphabet-content-image img:hover {
    transform: scale(1.2)
}
.about-detail-image img:hover, .alphabet-content-image img:hover {
    transform: translateY(-20px)
}
.adult-buy-btn a, .about-buy-btn a {
    background-color: #000;
    color: #fff;
    font-size: 20px;
    padding: 10px 0;
    text-align: center;
    width: 200px;
    font-weight: 400;
    font-family: 'Lexend', sans-serif;
    transition: all .5s ease-in;
    border-radius: 5px;
    margin-top: 15px
}
.adult-buy-btn a:hover, .about-buy-btn a:hover {
    background-color: #fff;
    color: #000
}
.adult-buy-book-btn a {
    background-color: #f4dd2e;
    color: #000;
    font-size: 20px;
    padding: 10px 0;
    text-align: center;
    width: 200px;
    font-weight: 400;
    font-family: 'Lexend', sans-serif;
    transition: all .5s ease-in;
    border-radius: 5px;
    margin-top: 15px
}
.adult-buy-book-btn a:hover {
    background-color: #000;
    color: #fff
}
.singhficance {
    margin: 0;
    padding: 0
}
.singhficance li {
    display: inline-block;
    font-size: 18px;
    padding-right: 10px;
    margin-bottom: 20px;
    color: #ff2600;
    font-weight: 700
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    background-color: #f7dd2c;
    cursor: pointer;
    background-color: #f4dd2e;
    padding: 11px 16px 11px 20px;
    width: 30%;
    border-color: #f7dd2c;
    border-radius: 5px
}
.inner-contact-box {
    background-color: #fff;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 0 15px#ccc;
    position: relative;
    top: -5%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 35px 0;
    transition: all .5s ease-in
}
.inner-contact-box:hover {
    background-color: #f4dd2e;
    transform: scale(1.1)
}
.inner-fax img {
    width: 40px;
    height: 40px
}
.inner-social-title {
    font-size: 22px;
    color: #000;
    padding: 5px 0;
    transition: all .5s ease-in;
    font-weight: 700
}
.inner-contact-box p {
    font-size: 17px;
    transition: all .5s ease-in
}
.inner-fax {
    height: 50px
}
.inner-fax i {
    font-size: 30px
}
.inner-touch {
    margin: 20px 0 0
}
.inner-touch-content {
    background-color: rgba(249,225,55,0.9);
    margin-top: 73px;
    padding: 40px 20px 8px;
    margin-left: -80px;
    position: relative
}
.inner-touch-content::after {
    content: '';
    position: absolute;
    width: 93%;
    right: 0;
    height: 15px;
    top: -13px;
    background-color: #000
}
.inner-touch-content input {
    width: 100%;
    margin: 0 0 20px;
    padding: 10px;
    border-radius: 5px;
    font-size: 17px;
    border: 1px solid #ccc;
    font-weight: 500
}
.inner-touch-content textarea {
    width: 100%;
    font-size: 17px;
    margin: 0 0 15px;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-weight: 500;
    resize: none
}
.inner-touch-btn a {
    background-color: #fff;
    color: #000;
    font-size: 18px;
    padding: 10px 32px;
    text-align: center;
    border-radius: 5px;
    transition: all .5s ease-in
}
.inner-touch-btn a:hover {
    background-color: #000;
    color: #fff
}
.inner-touch-content .touch-title {
    font-size: 31px;
    font-weight: 700;
    color: #000;
    padding: 10px 0
}
.inner-testimonial-img {
    overflow: hidden
}
.inner-touch {
    padding: 50px 0 0;
	position: relative;
    margin-top: 45px;
}
.inner-testimonial-img {
    overflow: hidden;
	margin-top: 50px;
}
.inner-testimonial-img img {
    transition: all .5s ease-in
}
.inner-testimonial-img img:hover {
    transform: scale(1.2)
}
.cercel-404 {
    width: 800px;
    padding: 30px 0;
    border-radius: 5%;
    margin: auto auto 80px
}
.cercel-404-box {
    background-color: #fff;
    width: 540px;
    padding: 30px;
    border-radius: 5px;
    margin: auto;
    box-shadow: 0 0 0 #e9ecf4
}
.image404 {
    text-align: center
}
.Page-not {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    padding-bottom: 10px
}
.go-back {
    background-color: ##fee726;
    padding: 8px 20px;
    border-radius: 5px;
    border: 0;
    font-size: 17px;
    color: #000
}
.go-back:hover {
    background-color: #000;
    color: #fff
}
.arow-text {
    font-size: 22px;
    padding-right: 5px
}
.image404 img {
    text-align: center;
    display: block;
    margin: auto
}

/* --------------------contact-us---------------------- */
.contact-form{
	padding:0px 0px;
}
.contact-form2{
	padding-top:60px;
	margin-top:70px
}
.contact-form p{
	color:#fff;
	font-size: 18px;
	margin-top:20px;
	
}
.contact-form h3 {
    text-align: center;
    font-size: 36px;
    color: #fff;
}
.transformations{
	text-align:center;
	width:100%;
	margin-top: 120px;
}
.transformations h3{
	margin-bottom:0px;
	font-size: 60px;
    margin-bottom: 10px;
}
.bottom-bottom{
	margin:30px 0px 50px;
}
.contact-form-box{
	text-align:center
}
.contact-text-box{
	text-align:center;
	border:5px solid #a1d582;
	padding:30px 0px;
	margin: 20px 0px;
}
.contact-text-box2 {
    text-align: center;
    border: 5px solid #a1d582;
    padding: 20px 20px;
    margin: 20px 0px;
}
.contact-text-box2 p{
    font-size:20px !important;
	margin: 0px;
    margin-bottom: 10px;
}
.contact-text-box h5{
	color:#fa4e4e;
	font-size: 32px;
}
.contact-text-box h6{
	color:#686b36;
	font-size: 24px;
}
.contact-text-box a{
	color:#a2dec5;
	font-size: 24px;
	margin-bottom: 10px;
}
.contact-text-box p{
	color:#fff;
	font-size: 24px;
}
.contact-form-box {
    max-width: 750px;
    margin: auto;
    display: block;
    transition: all 0.5s ease-in;
    padding: 40px;
	border: 5px solid #f39557;
	background:#161616;
	margin-bottom: 50px;
}
.contact-form .form-control {
    margin: 5px 0px 10px;
    padding: 0px 15px;
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #ccc;
	font-size: 18px;
}







body, html {
    overflow-x: hidden
}

.banner {margin-top: -30px;}
.logo-v video {  object-fit: cover;width: 300px;height: auto;}


.top-menu-bg.darkHeader .logo-v video {
    object-fit: cover;
    width: 290px;
    height: 100px;
}
.adult-buy-book-btn.text-center.newb {
    margin-bottom: 20px;
}

@media all and (max-width: 1024px) {
input.wpcf7-form-control.has-spinner.wpcf7-submit.footer-subscribe {
    width: 100%
}
.navbar-nav .nav-item {
    padding: 0 3px
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size: 14px
}
.anti-coloring-content .title-info {
    font-size: 43px
}
.adult-anti-content h5 {
    font-size: 35px
}
.banner-cl {
    width: 300px;
    height: 300px
}
.blog-right-box ul li a {
    font-size: 16px
}
.navbar-light .navbar-brand {
    width: 180px
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    padding: 11px 6px 10px 10px
}
.coloring-image img {
    width: 330px;
    margin-bottom: 12px
}
.review-image::before {
    content: '';
    position: absolute;
    width: 370px;
    height: 370px;
    top: 0;
    left: -43%;
    background-color: #000;
    border-radius: 100%;
    z-index: -1
}
.review {
    margin-bottom: 0
}
}

@media all and (max-width:840px) {
.navbar-light .navbar-brand {
    color: rgba(0,0,0,.9);
    width: 180px
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    padding: 5px;
    width: auto
}
.blog-detail-box-content {
    border-bottom: 0 solid#ccc
}
.sue-blog-box-content .blog-left-btn a {
    padding: 10px 15px
}
.sue-blog-box-content .blog-content-hexa {
    font-size: 22px
}
.sue-blog-box-content p {
    font-size: 14px
}
.wp-block-search__input {
    padding: 0
}
.blog-right-box ul li a {
    font-size: 14px
}
.recent-box-content .recent-blog-heading {
    font-size: 22px
}
.blog-right-box .sue-recent-box-content {
    padding-top: 30px
}
.sue-recent-box-content .sue-recent-blog-heading {
    font-size: 22px
}
.anti-coloring-btn {
    position: relative
}
.anti-coloring-btn .new-now {
    display: inline-block;
    position: relative
}
.anti-coloring-btn .new {
    position: absolute;
    left: 120px;
    top: -20px;
    width: 60%!important
}
.review {
    margin-bottom: 40px
}
.about-book::before {
    top: 0
}
.blog-detail-hexa {
    font-size: 22px
}
.mr-auto, .mx-auto {
    background: #000;
    padding: 10px 0
}
.navbar-nav .nav-item {
    padding: 2px 10px
}
.young-art {
    margin-right: 0
}
.about-sue {
    margin: 20px 0 40px;
    padding-bottom: 50px
}
.workshop-teacher {
    margin: 0 0 40px;
    padding: 0
}
.book-name {
    font-size: 16px
}
.book-image {
    margin: 0
}
.review-image::before {
    width: 250px;
    height: 250px;
    top: 20px
}
.review-image img {
    width: 130px!important;
    margin-top: 95px
}
.review-image::after {
    background-size: 175px;
    background-repeat: no-repeat;
    top: 70px
}
.review-content::before {
    height: 85%;
    top: 3%;
    left: -4%
}
footer {
    margin-top: 40px;
    padding: 40px 0 50px
}
.anti-coloring-box {
    padding-top: 10px
}
.common-sec {
    margin-top: 30px;
    margin-bottom: 70px;
    padding: 30px 0 0
}
.darkHeader .navbar-light .navbar-nav .nav-link {
    color: #fff;
    transition: all .5s ease-in
}
.footer-box h6 {
    font-size: 20px
}
input.wpcf7-form-control.has-spinner.wpcf7-submit.footer-subscribe {
    width: 100%
}
.adult-anti-content {
    padding-top: 0
}
.adult-anti-content h5 {
    font-size: 26px
}
.adult-buy-book-btn a {
    font-size: 15px;
    padding: 10px 15px;
    margin-top: 0;
    width: auto
}
.inner-anti-video iframe {
    height: 380px
}
.alphabet-text-btn {
    margin-top: 10px
}
.inner-anticoloring-content h6 {
    font-size: 20px
}
.inner-anticoloring-content p {
    font-size: 14px
}
.books-name {
    font-size: 18px
}
.anti-book-detail p {
    font-size: 14px;
    line-height: 20px
}
.workshop-children {
    margin: 20px 0 40px
}
.workshop-teacher-content .penta-heading {
    font-size: 24px
}
.workshop-teacher-content .workshop-para {
    padding: 0 5%;
    font-size: 16px
}
.teacher-workshop-btn a {
    font-size: 13px;
    padding: 7px 15px
}
.children-workshop-btn a {
    font-size: 13px;
    padding: 6px 15px
}
.workshop-teacher-content {
    padding: 0
}
.workshop-content-box {
    height: 285px
}
.workshop-content-text {
    padding: 0 10px 45px;
    top: 10%
}
.young-art-content {
    width: 400px;
    height: 400px
}
.workshop-children-content .workshop-para {
    padding: 0 5%
}
.young-art-text {
    top: 8%
}
.book-title {
    font-size: 28px
}
.review-title {
    font-size: 28px
}
.workshop-children {
    padding: 0
}
.young-art-text h4 {
    font-size: 30px
}
.coloring-channel p {
    line-height: 0;
    margin: 0
}
.anti-coloring-video p {
    line-height: 0;
    margin: 0
}
.young-art-text p {
    font-size: 16px
}
.anti-coloring-content .title-info {
    font-size: 23px
}
.title-info br {
    display: none
}
.coloring-image {
    margin-bottom: 20px;
    width: 225px
}
.coloring-app .w-100 {
    width: 50%!important
}
.anti-coloring-btn .new-now {
    width: 67%!important;
    top: 20px
}
.about-title {
    font-size: 26px
}
.about-subtitle {
    font-size: 20px
}
.about-img.services-img {
    margin-top: 50px
}
.banner-cl {
    width: 200px;
    height: 200px;
    top: 13%;
    font-size: 25px
}
.about-book-content {
    padding-top: 30px
}
.about-book-content .penta-heading {
    font-size: 28px
}
.about-book-content .hexa-heading {
    font-size: 24px
}
.about-book-content p {
    font-size: 15px;
    padding: 0;
    margin: 0
}
.inner-bg::after {
    width: auto
}
.about-book {
    margin: 20px 0;
    margin-bottom: 70px
}
.inner-anti-coloring {
    padding: 50px 0 0
}
.inner-anti-app {
    margin: 20px 0 -50px
}

.about-contact-detail::after {
    right: -20px
}
.sue-blog-content button {
    width: 45%!important
}
.about-book-link a {
    font-size: 15px;
    padding: 10px 15px;
    height: auto;
    width: auto
}
.adult-young {
    padding: 50px 0
}
.adult-young-content h5 {
    font-size: 28px
}
.adult-young-content p {
    font-size: 14px;
    line-height: 20px
}
.services-img {
    padding-top: 12px!important
}
.adult-buy-btn a, .about-buy-btn a {
    font-size: 15px;
    width: auto;
    padding: 10px 15px
}
.alphabet-text-btn a {
    font-size: 15px
}
.alphabet-text-email a {
    font-size: 14px
}
.alphabet-content-text {
    padding: 0
}
.alphabet-content-title {
    font-size: 24px
}
.alphabet-content-text p {
    margin: 0
}
.inner-anticoloring-content {
    padding-left: 0
}
.anti-book-detail p {
    font-size: 14px
}
.inner-anti-book {
    margin-bottom: 0
}
.books-name {
    text-align: left;
    padding: 20px 0 10px 10px;
    font-size: 18px
}
.inner-book-heading {
    font-size: 17px
}
.folk-text-btn a {
    font-size: 13px
}
.folk-text-email a {
    font-size: 12px
}
.flok-art-img::after {
    right: -15px;
    bottom: -16px
}
.singhficance {
    margin-bottom: 10px
}
.about-contact-detail h6 {
    font-size: 26px;
    color: #fee72f
}
.singhficance li {
    margin-bottom: 3px
}
.folk-content-title {
    font-size: 30px
}
.inner-folk {
    padding-top: 50px
}
.sue-blog-content {
    margin-bottom: 0
}
.sue-blog-box-children h2 {
    font-size: 30px
}
.sue-blog-box-children .sue-text-children {
    padding: 0 0 50px
}
.sue-blog-box-children .sue-text-children_2 p {
    margin-top: 15px!important
}
.about-contact-detail {
    margin-bottom: 100px;
    max-width: 730px
}
.inner-touch {
    margin: 20px 0 0;
    padding: 20px 0
}
.navbar-collapse {
    position: absolute;
    width: 100%;
    top: 101px;
    z-index: 9
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
    padding: 0;
    font-size: 14px
}
.footer-box ul li a {
    font-size: 12px
}
p.newcolor {
    color: #fff;
    font-size: 12px
}
.sue-blog-detail-content {
    margin-bottom: 0
}
.inner-review-work {
    padding-top: 30px;
    margin-bottom: 0
}
.inner-review {
    padding: 20px 0 30px
}
.inner-review-app {
    padding: 20px 0 40px
}
.inner-work-review p {
    font-size: 15px
}
.inner-review-content ul li, .inner-review-apps ul li {
    font-size: 15px
}
.inner-review-content, .inner-review-apps {
    margin: 10px 0 0
}
.inner-work-review {
    margin-top: 10px
}
.anti-coloring-bg::before {
    content: '';
    position: absolute;
    width: 620px;
    height: 615px;
    background-color: #fee52b;
    top: 0;
    left: -10%;
    border-radius: 50%;
    transition: all .5s ease-in
}
.dropdown-item {
    text-transform: uppercase!important;
    font-size: 14px;
    padding: 5px
}
}

@media all and (max-width: 767px) {
.navbar-light .navbar-brand {
    width: 130px!important
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    background-color: #f7dd2c;
    cursor: pointer;
    background-color: ##f4dd2e;
    padding: 5px 10px;
    width: auto;
    border-color: #f7dd2c;
    border-radius: 5px
}
.sue-blog-detail-content {
    margin-bottom: 0
}
.blog-detail-box-content {
    border-bottom: 0 solid#ccc
}
.navbar-collapse {
    top: 83px
}
.inner-anti-video iframe {
    height: 190px
}
.anti-coloring-bg::before {
    display: none
}
.mt-5, .my-5 {
    margin-top: 0!important
}
.young-art-content {
    width: 100%;
    height: 530px
}
.review-image::after {
    right: 0;
    top: 22px
}
.services-img {
    padding-top: 20px!important;
    padding-right: 0
}
.about-book-link {
    padding-top: 0!important;
    padding-right: 0
}
.anti-img-content p {
    font-size: 15px
}
.anti-app-img {
    margin-top: 0
}
.book-image {
    padding-top: 0!important;
    padding-right: 0
}
.workshop-children-image {
    padding-top: 0!important;
    padding-right: 0
}
.young-art-text h4 {
    font-size: 24px
}
.young-art-btn a {
    padding: 5px 10px
}
.footer-box ul li a {
    font-size: 15px
}
.workshop-teacher-image {
    margin-left: 0;
    margin-bottom: 0
}
.custom_sss {
    display: flex;
    flex-direction: column-reverse
}
.about-sue {
    padding: 0;
    padding-bottom: 40px;
    padding-top: 20px;
    margin-bottom: 0;
    margin-top: 50px
}
.workshop-children-content .penta-heading {
    font-size: 24px;
    padding: 0 0 5px
}
.coloring-image {
    width: 148px;
    margin-bottom: 0px;
}
.anti-coloring-content p {
    font-size: 15px
}
.anti-coloring-content .title-info {
    font-size: 18px;
    margin-top: 20px
}
.common-sec {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 20px
}
.alphabet-content-title {
    font-size: 20px;
    margin-top: 40px;
    margin-bottom: 0
}
.alphabet-content-text p {
    font-size: 15px;
    margin: 0px 0 15px;
}
.inner-anti-coloring {
    padding: 20px 0 30px
}
.inner-anticoloring-content h6 {
    font-size: 19px
}
.inner-anticoloring-content p {
    font-size: 15px
}
.anti-book-detail p {
    font-size: 15px
}
.inner-anticoloring-content ul li {
    padding: 2px 0 0 18px;
        font-size: 16px;
}
.inner-anti-coloring {
    padding: 20px 0 0
}
.inner-book-heading {
    font-size: 15px;
    padding: 0 0 30px
}
footer {
    margin-top: 0;
    padding: 0 0 10px
}
p.newcolor {
    color: #fff;
    margin: 0;
    font-size: 15px
}
.footer-email input {
    margin: 5px 0 20px
}
.dropdown-item {
    padding: 2px 5px
}
.navbar-light .navbar-nav .nav-link {
    padding: 5px 0 0
}
.flok-art-img::after {
    right: 0;
    bottom: -7px
}
.sue-blog-box-children .sue-text-children p {
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 15px;
}
.sue-blog-box-children .sue-text-children {
    padding: 0
}
.flok-art-content {
    transition: all .5s ease-in;
    padding: 0
}
.folk-content-title {
    font-size: 19px
}
.sue-blog-box-children .sue-text-children_2 p {
    font-size: 15px;
    margin-bottom: 20px!important
}
.blog-left-img, .blog-detail-img {
    overflow: hidden;
    margin-top: 20px
}
.sue-blog-box-children {
    padding: 0
}
.sue-blog-box-children h2 {
    font-size: 20px;
    padding: 20px 0 0
}
.about-contact-detail h6 {
    font-size: 18px;
    color: #fee72f
}
.about-contact-detail::after {
    right: 0
}
.about-content-text h6 {
    font-size: 18px
}
.about-sub-heading p, .about-detail-content p {
    font-size: 15px;
}
.about-sub-heading h6 {
    font-size: 18px
}
.navbar-nav .nav-link {
    padding: 0 5px;
    font-size: 15px
}
.sue-blog-content button {
    width: 25%!important
}
.sue-blog-box-content .blog-left-btn a {
    font-size: 13px;
    padding: 8px 15px;
    margin-bottom: 0px;
}
.inner-contact-box {
    margin-bottom: 20px;
    top: 10%;
    height: auto
}
.inner-touch {
    padding: 20px 0 40px
}
.inner-touch-content {
    margin-left: 0;
    padding: 20px 0
}
.inner-touch-content::after {
    top: -15px
}
.inner-touch-content .touch-title {
    font-size: 24px
}
.inner-touch-content input {
    font-size: 15px
}
.inner-anti-app {
    margin: 0 0 -50px
}
.anti-img-content {
    padding: 15px
}
.anti_new2 {
    margin-top: 30px
}
.anti_new2 h6{
    font-size: 19px;
}
.anti_new6 {
    margin-top: 30px
}
.anti_new4 p {
    margin: 0
}
.ianti-app-box {
    padding: 40px 0 0
}
.app-slider {
    margin-bottom: 30px
}
.about-detail {
    padding: 50px 0 30px
}
.footer-box h6 {
    font-size: 17px;
    margin: 0;
    margin-top: 20px;
    padding: 5px 0 0
}
.review {
    padding-bottom: 50px;
    margin-bottom: 0
}
.services-img img {
    margin-top: 0;
    border-radius: 0px;
}
.about-detail-content {
    margin-top: 50px
}
.flok-art-content1 {
    transition: all .5s ease-in;
    padding: 40px 0 0
}
.common-inner {
    padding: 60px 15px 20px;
    padding: 0 15px 20px 15px
}
.about-content .about-title {
    font-size: 24px;
    padding-top: 0
}
.about-content .about-subtitle {
    font-size: 15px
}
.young-art-image {
    margin-top: 30px
}
.book {
    padding: 30px 0 0
}
.book-title {
    font-size: 24px;
    padding: 20px 0;
    margin-bottom: 15px;
    margin-top: 30px
}
.review-title {
    font-size: 24px
}
.book-name {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 40px
}
.review-image::before {
    width: 300px;
    height: 300px;
    top: 0;
    left: 0;
    margin: auto;
    right: 0
}
.inner-bg::after {
    top: 0;
    width: 0
}
.banner-cl {
    width: 100px;
    height: 100px;
    top: 13%;
    font-size: 18px;
    line-height: 20px
}
.about-book {
    margin: 0;
    padding: 10px 0
}
.about-book-content {
    padding-top: 10px;
    margin-bottom: 20px
}
.adult-young {
    padding: 0
}
.adult-young-content h5 {
    margin-top: 22px;
    font-size: 20px
}
.adult-anti-content h5 {
    font-size: 20px
}
.about-book::before {
    top: 3%;
    left: 12%;
    width: 275px;
    height: 275px
}
.about-book-content .penta-heading {
    font-size: 22px;
    margin: 0
}
.review-content {
    margin-top: 0;
    padding: 90px 0 20px 10px
}
.review-content::before {
    height: 79%;
    top: 14%;
    left: -2%;
    display: none
}
.pl-5, .px-5 {
    padding-left: 1rem!important
}
.footer-box {
    padding-left: 0!important
}
.footer-bottom {
    padding: 0
}
.text-right {
    text-align: left!important
}
.review-image img {
    width: 185px!important;
    margin-top: 65px;
    margin-left: 80px
}
.young-art {
    padding: 30px 0;
    margin-right: 0
}
.about-content p {
    font-size: 15px;
}
.about-btn a {
    padding: 5px 10px
}
.about-img.services-img {
    margin-top: 0
}
.workshop-content-box {
    height: 285px;
    width: 100%
}
.workshop-teacher-content {
    padding: 0
}
.workshop-children-content {
    margin-right: 0
}
.coloring-app {
    margin-bottom: 30px;
    padding-top: 15px;
    margin-bottom: 30px
}
.coloring-app p {
    margin: 0;
    font-size: 15px
}
.banner {
    margin-top: 10px
}
.anti-coloring-btn {
    padding-top: 20px
}
.anti-coloring-btn .new {
    position: absolute;
    left: 190px;
    top: -15px;
    width: 40%!important
}
.new {
    height: auto;
    margin-left: 0;
    margin-top: 20px
}
.book-image.services-img a {
    display: block
}
.about-book-link a {
    font-size: 15px;
    padding: 10px 15px;
    width: auto
}
.about-book-content .hexa-heading {
    font-size: 22px
}
.adult-buy-book-btn a {
    font-size: 15px;
    padding: 10px 15px;
    width: auto
}
.adult-buy-btn a, .about-buy-btn a {
    font-size: 15px;
    width: auto;
    padding: 10px 15px
}
.adult-young {
    padding: 0 0 40px
}
.alphabet-content-image::after {
    bottom: -15px
}
.inner-anti-video {
    border: 0 solid #fff
}
.inner-anti-book {
    margin-bottom: 40px
}
.mb-5, .my-5 {
    margin-bottom: 0!important
}
.anti-book-detail {
    height: auto;
    margin: 3px 0 30px
}
.adult-buy-book-btn.text-center a {
    margin-top: 0
}
.flok-art-img1::after {
    bottom: -17px
}
.children-workshop-btn a {
    margin-bottom: 30px;
    font-size: 14px;
}
.flok-art-content p {
    margin: 0;
    font-size: 15px;
}
.inner-folk {
    padding-top: 40px;
    margin-bottom: 20px
}
.newssection {
    font-size: 15px
}
.singhficance {
    margin-bottom: 10px
}
.singhficance li {
    font-size: 18px;
    padding-right: 10px;
    margin-bottom: 4px
}
.about-content-text P {
    font-size: 15px;
    line-height: 20px
}
.about-contact-detail .about-contact-btn a {
    padding: 8px 10px
}
.sue-blog-box-content .blog-content-hexa {
    font-size: 20px
}
.sue-blog-box-content p {
    font-size: 15px
}
.recent-box-content .recent-blog-heading {
    font-size: 24px;
    margin-top: 20px
}
.sue-recent-box-content .sue-recent-blog-heading {
    font-size: 24px
}
.blog-right-box .sue-recent-box-content {
    padding-top: 40px;
    padding-bottom: 50px
}
.workshop-teacher-content {
    background: #fee72f;
    margin-right: 0;
    margin-left: 0
}
.workshop-children-content {
    background: #fee72f
}
.young-art-text {
    top: 15%
}
.inner-work-review p {
    font-size: 15px;
    padding: 10px 2px 0
}
.inner-review {
    padding: 20px 0 20px
}
.inner-review-title {
    font-size: 22px;
    margin-bottom: 5px;
    margin-top: 0px;
}
.inner-review-content, .inner-review-apps {
    margin: 0;
    padding: 0
}
.inner-review-content ul li, .inner-review-apps ul li {
    font-size: 15px;
    padding: 0 10px 5px 0;
    border: 0 solid transparent
}
.inner-review-app {
    background-color: #f4dd2e;
    padding: 15px 0 22px;
    margin-top: 20px
}
.inner-review-content1 {
    border-right: 0 solid #eee
}
.inner-review-work {
    padding-top: 20px;
    margin-bottom: 0
}
.inner-work-review {
    margin-top: 0;
    padding: 0px 10px
}
.footer-box ul {
    padding-top: 10px
}
.about-contact-detail {
    margin-top: 55px
}
    
.navbar-light .navbar-nav .nav-link {
    padding: 20px 0 0;
}   
.logo-v video {
    object-fit: cover;
    width: 180px;
    height: auto;
}
.top-menu-bg.darkHeader .logo-v video {  object-fit: cover;width: 150px!important;height: auto;}    

.banner-bg::after {
    width: 44%!important;
   
}       
.main-text {  font-size: 15px;} 
.anti-coloring-content p{ margin: 0px; }    
.workshop-children-content .workshop-para { padding: 0 5%; font-size: 15px;}    
.workshop-teacher-content .workshop-para { padding: 0 5%; font-size: 15px;} 
.services-img { border-radius: 0px; }    
.adult-young-content p { font-size: 15px; line-height: 26px;}  
.about-book-content p {  font-size: 15px;  padding: 0; margin-bottom: 15px;}
.adult-anti-content p { font-size: 15px;}
.books-name { padding: 20px 0px 3px 10px; font-size: 22px;}
.flok-art-content1 p { font-size: 15px;}
.flok-art-content ul li { font-size: 19px;}














}
