@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600&family=Oswald:wght@600&display=swap');

        body {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Inter', sans-serif;
            background: #F1F1F1!important;
        }

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        img {
            max-width: 100%;
            display: block;
        }

        section {
            max-width: 100%;
        }

        .container {
            max-width: 90%;
            width: 100%;
            margin: 0 auto;
        }

        .d_flex {
            display: flex;
        }

        .flex_wrap {
            flex-wrap: wrap;
        }

        .align_center {
            align-items: center;
        }

        .just_center{
            justify-content: center;
        }

        .flex_10{
            flex-basis: 10%;
        }

        .flex_20 {
            flex-basis: 20%;
        }

        .flex_30 {
            flex-basis: 30%;
        }

        .flex_35 {
            flex-basis: 35%;
        }

        .flex_40 {
            flex-basis: 40%;
        }

        .flex_50 {
            flex-basis: 50%;
        }

        .flex_55 {
            flex-basis: 55%;
        }
		.flex_59 {
            flex-basis: 59%;
        }
        .flex_60 {
            flex-basis: 60%;
        }
		
        .flex_65 {
            flex-basis: 65%;
        }

        .flex_70 {
            flex-basis: 70%;
        }
		.flex_100 {
            flex-basis: 100%;
        }

        .col_gap_65 {
            column-gap: 65px;
        }
		.col_gap_40 {
            column-gap: 40px;
        }
        p {
            font-size: 16px;
            line-height: 22px;
        }

        .about_book {
            padding: 127px 0 0;
            position: relative;
        }

        .about_book h2 {
            color: #000000;
            font-weight: 700;
            font-size: 40px;
            line-height: 59px;
            margin: 0 0 16px;
            font-family: 'Oswald', sans-serif;
        }

        .about_book p {
            color: #000000;
            font-size: 16px;
            line-height: 25px;
            margin: 0 0 16px;
        }

        .bg_book {
            background: url("/wp-content/uploads/2022/12/bg-book.png") no-repeat;
            background-size: cover;
            padding: 40px 0;
            margin: 23px 0 0;
        }

        .bg_book h4 {
            color: #000000;
            font-size: 24px;
            line-height: 38px;
            margin: 0 0 24px;
        }

        .bg_book h3 {
            color: #000000;
            font-size: 32px;
            line-height: 50px;
            font-weight: bold;
            font-family: 'Oswald', sans-serif;
			margin-bottom: 0;
        }

        .book_img {
            position: absolute;
            right: 0;
            top: 50%;
            transform: translate(0, -44%);
            width: 50%;
        }

        .yellow_btn {
            display: inline-block;
            border: none;
            box-shadow: none;
            background: #fad02c;
            padding: 10px 24px;
            color: #000000;
            font-size: 18px;
            line-height: 28px;
            font-weight: 600;
            border-radius: 4px;
            transition: all 0.6s ease-in-out;
        }
		
		.yellow_btn:hover, .yellow_btn:focus { 
            background: #000;
            color:#fad02c;
        }
		.tg-site-footer .tg-site-footer-widgets {
			border-top: none;
		}
		.tg-site-footer .tg-site-footer-bar {
			padding: 0;
		}
		.header-menu .d_flex {
			margin: 0;
		}
		.banner-content {
            padding-top: 10px;
        }
		.banner-content h1 {
			color:#fff;
            margin: 0;
		}
		
		a.yellow_btn {
			text-decoration: none;
		}
		.bg-gray {
            background: #F1F1F1;
        }
		@media(max-width:991px) { 
            .about_book .flex_55 {
                flex-basis: 100%;    
            }
        }

        @media(max-width:767px) {
            .about_book {
                padding: 40px 0 0;
                text-align: center;
            }

            .about_book .flex_50,
            .about_book .flex_55,
            .about_book .flex_40,
            .mob_center h3 {
                flex-basis: 100%;
            }

            .about_book h2 {
                font-size: 28px;
                line-height: 40px;
            }
            .author.pb0 {
                padding: 40px 0;
            }
            .mob_pos {
                position: relative;
                padding: 50px 0;
            }

            .book_img {
                top: 0;
                transform: none;
                width: 100%;
            }

            .book_img img {
                width: 55%;
                margin: 0 auto;
            }

            .bg_book {
                background: url("/wp-content/uploads/2022/12/bg-book-mobile.png") no-repeat;
                background-size: cover;
                padding: 200px 50px 40px;
                margin: 20px 0 0;
            }

            .bg_book h4 {
                font-size: 16px;
                line-height: 25px;
                padding: 0 10px;
                margin: 0 0 16px;
            }

            .bg_book h3 {
                font-size: 24px;
                line-height: 38px;
            }

            .mob_center{
                flex-wrap: wrap;
                justify-content: center;
            }

            .mob_center .yellow_btn{
                margin: 32px 0 0;
            }
			
        }

        @media(max-width:640px) {
            .book_img img {
                width: 60%;
            }
        }

        @media(max-width:550px) {
            .book_img img {
                width: 70%;
            }
        }

        @media(max-width:500px) {
            .book_img img {
                width: 80%;
            }
        }

        @media(max-width:425px) {
            .book_img img {
                width: 100%;
            }

            .bg_book {
                padding: 200px 0 50px;
            }
        }
        
        .author{
            padding: 64px 0 64px;
        }

        .white_bg {
            padding: 64px 0;
            background: #fff;
        }

        .author h2 {
            color: #000;
            font-size: 40px;
            line-height: 59px;
            font-weight: bold;
            font-family: 'Oswald', sans-serif;
            text-align: center;
            margin: 0 0 40px;
        }

        .author h3 {
            color: #000;
            font-size: 32px;
            line-height: 47px;
            font-weight: bold;
            font-family: 'Oswald', sans-serif;
            margin: 0 0 16px;
            padding: 40px 0 0;
        }

        .author.white_bg h3{
            padding: 75px 0 0;
        }

        .author p {
            color: #000000;
            font-size: 16px;
            line-height: 25px;
            margin: 0 0 16px;
        }

        .left-bg-2 {
            background-image: url("/wp-content/uploads/2022/12/left-chat-2.png");
            padding: 0 0 0 3.5%;
        }

        .left-bg-2,
        .right-bg-2 {
            background-size: 100%;
            background-repeat: repeat-y;
        }

        .right-bg-2 {
            background-image: url("/wp-content/uploads/2022/12/right-chat-2.png");
            padding: 0 3.5% 0 0;
        }

        .bg_white {
            background: #fff;
        }

        .bg_grey {
            background: #F1F1F1;
        }

        .bg_white,
        .bg_grey {
            padding: 37px;
            border-radius: 4px;
        }

        .bg_white p,
        .bg_grey p {
            color: #000000;
            font-size: 16px;
            line-height: 25px;
            margin: 0;
        }
        .mobile-view {
            display: none !important;
        }
		.bg_white,.bg_grey {
            padding: 37px 40px;
        }

        @media(max-width:767px) {
            .author{
                text-align: center;
                padding: 0 0 40px;
            }

            .white_bg{
                padding: 40px 0;
            }

            .author h2{
                font-size: 28px;
                line-height: 41px;
                margin: 0 0 16px;
            }

            .desktop-view {
                display: none !important;
            }

            .mobile-view {
                display: block !important;
            }
            
            .left-bg-2 {
                background: url("/wp-content/uploads/2022/12/left-chat-mob-2.png");
                padding: 0 0 0 7%;
            }

            .left-bg-2,
            .right-bg-2 {
                background-size: 100%;
                background-repeat: repeat-y;
            }

            .right-bg-2 {
                background: url("/wp-content/uploads/2022/12/right-chat-mob-2.png");
                background-size: 100%;
                padding: 0 7% 0 0;
            }

            .bg_white,
            .bg_grey {
                padding: 16px;
            }

            .about_author{
                order: 2;
            }

            .mob_wrap{
                flex-wrap: wrap;
            }

            .author .flex_35,
            .author .flex_65,
            .author .flex_70 {
                flex-basis: 100%;
            }

            .author .flex_35{
                padding: 24px 0 0;
            }

            .author h3{
                font-size: 24px;
                line-height: 36px;
                padding: 24px 0 0;
            }

            .author.white_bg h3{
                padding: 24px 0 0;
            }
        }

        .inquries{
            background-image: url("/wp-content/uploads/2022/12/inquries.png");
            background-repeat: no-repeat;
            background-size: cover;
            padding: 64px 0;
            text-align: center;
        }

        .inquries h2{
            color: #000000;
            font-size: 32px;
            font-family: 'Oswald', sans-serif;
            margin: 0 0 24px;
        }
        @media(max-width:767px) {
            .inquries{
                padding: 40px 0;
                background-image: url("/wp-content/uploads/2022/12/inquries-mobile.png");
            }
            
            .inquries h2{
                font-size: 24px;
                padding: 0 15px;
            }
			.inquries .flex_70, .inquries .flex_59 {
                flex-basis: 100%;
            }
        }

        /*** header style starts ***/
        .site-header {
            background: #fff;
            padding: 22px 0;
            font-family: 'Oswald', sans-serif;
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            width: 100%;
            z-index: 10;
            box-shadow: 0 0 10px #F1F1F1;
        }
        .head-wrap {
            align-items: center;
            justify-content: space-between;
        }
        .site-header .logo {
            font-weight: 500;
            font-size: 24px;
            line-height: 36px;
            color: #000;
            text-decoration: none;
        }
        .site-header ul {
            list-style: none;
            position: relative;
        }
        .site-header ul li {
            padding-left: 56px;
            position: relative;
        }
        .site-header ul li:first-child { 
            padding-left: 0;
        }
        .site-header ul li a {
            font-size: 24px; 
            font-weight: 400;
            color: #000;
            text-decoration: none;
            position: relative;
        }
        .site-header ul li a.active {
            color: #00008B;
        }
        .site-header ul li a:hover {
            color: #00008B;
        }
		.site-header ul li a:hover::after {
            background-color: #FAD02C;
        }
        .site-header ul li a:after {
            background-color: transparent;
            bottom: -2px;
            left: 0px;
            content: '';
            position: absolute;
            width: 16px;
            height: 2px;
        }
		
        .site-header ul li a.active::after {
            background-color: #FAD02C;
        }
        .mobile-btn { 
            display: none;
        }   
        
        /*** header style ends ***/

        /*** banner content style starts ***/
        .main-content {
            margin-top: 80px;
        }
        .banner {
            position: relative;
        }
        .banner-content {
            position: absolute;
            top: 0;
            width: 100%;
            height: 100%;
            text-align: center;
            display: flex;
            align-items: center;
            flex-direction: column;
            color: #fff;
            letter-spacing: 2px;
        }
        .banner-content h1 { 
            font-weight: 700;
            font-family: 'Oswald', sans-serif;
        }
        .banner-content p {
            font-size: 24px;
            line-height: 29px;
            letter-spacing: 0.02px;
        }
        .mobiletab-show {
            display: none;
        }        
        /*** banner content style ends ***/

        /*** footer style starts ***/
        .site-footer {
            background-color: #333333;
            padding: 20px 0px;
            color: #FFFFFF;
            text-align: center;
        }
        .site-footer p {
            margin-bottom: 0px;
        }
        /*** footer style ends ***/

        /*** media style starts ***/
        @media (min-width: 1200px) {
            .banner-content h1 { 
                font-size: 80px;
            }
        }
        @media (max-width: 1199px) {
            .banner-content h1 { 
                font-size: 60px;
            }
            .banner-content p {
                font-size: 18px;
            }
        } 
        @media (max-width: 991px) {
            .banner-content h1 { 
                font-size: 40px;
            }
			.about_book {
                padding: 64px 0 0;
            }
        }
        @media (max-width: 767px) {
			.mobiletab-show {
                display: block;
            }
            .mobile-btn {
                background: transparent;
                border: 0;
                outline: 0;
                display: block;
				margin-right:-1rem;
            }
			.mobile-btn:hover, .mobile-btn:focus {
                background: transparent!important;
            }
            .mobile-btn span {
                display: block;
                height: 2px;
                background: #000;
                width: 17px;
                margin-top: 5px;
                position: relative;
                transition: all 0.5s ease-in-out;
            }
			.banner-content {
                padding-top: 40px;
            }
            .mobile-btn span:first-child { 
                margin-top: 0;
            }   
            .page-overlay {
                position: fixed;
                right: 0;
                left: 0;
                top: 0;
                bottom: 0;
                width: 100%;
                height: 100%;  
                background: rgba(0,0,0,32%);            
                visibility: hidden;
                transition: all 0.4s ease-in-out;
                z-index: -1;
            }  
            .menu-open-active .page-overlay { 
                visibility: visible;
                z-index: 10;
            }         
            .header-menu {
                position: fixed;
                right: 0;
                height: 100%;
                top: 80px;
                background: #fff;
                z-index: 99;
                width: 216px;
                overflow-x: hidden;
                overflow-y: auto;
                right: -220px;
                visibility: hidden;
                transition: all 0.4s ease-in-out;
            }
            .header-menu ul {
                flex-direction: column;
                padding: 0 36px;
            }
            .header-menu ul li {
                padding-left: 0;
                padding-top: 40px;
            }
            .menu-open-active .header-menu { 
                right: 0;
                visibility: visible;
            }
            .menu-open-active .mobile-btn span:first-child {
                transform: rotate(45deg);
            }
            .menu-open-active .mobile-btn span:nth-child(2) { 
                display: none;
            }
            .menu-open-active .mobile-btn span:last-child {
                transform: rotate(137deg);
                top: -7px;
            }
			.bg_book br {
                display: none;
            }
        }
        @media (max-width: 550px) {
            .banner-content h1 {
                font-size: 32px;
                line-height: 48px;
            }
            .banner-content p {
                font-size: 16px;
                line-height: 20px;
                margin-top: 8px;
                letter-spacing: 0.4px;
            } 
            .site-footer p {
                font-size: 12px;
            }
        }
        /*** media style ends ***/
        .pb0 {
            padding-bottom: 0 !important;
        }
        .pt0 {
            padding-top: 0 !important;
        }
		.tg-site-footer-bar .tg-container {
            row-gap: 0 !important;
        }
		@media (min-width:1400px) {
            .container {
                max-width: 1320px;
            }
        }
		