@import url("https://site-assets.fontawesome.com/releases/v6.0.0/css/all.css");
@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
    border-radius: 0px;
}

::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background: #EE3074;
}

body {
    background: #fff;
    font-size: 16px;
    color: #000;
    overflow-x: hidden;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
span,
strong {
    font-family: "PT Sans", sans-serif;
}

/* headings */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p {
    margin: 0;
    padding: 0;
}

p {
    line-height: normal;
    padding: 0;
    margin: 0px;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
    color: unset;
}

a:focus {
    outline: none;
    text-decoration: none;
}

figure {
    margin-bottom: 0
}

img {
    border: 0px;
    outline: none;
    max-width: 100%
}

ul {
    padding: 0px;
    margin: 0px
}

ul,
li {
    list-style-type: none;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.sec-pad {
    padding: 50px 0;
}

/* Btn Sizes and styles */
.mainbtn {}

.mainbtn ul {
    margin-top: 35px;
}

.mainbtn ul li {
    display: inline-block;
    margin: 0 8px;
}

.mainbtn ul li a {
    background-color: #ff9800;
    padding: 13px 40px;
    transition: .3s ease-in-out;
    text-decoration: none !important;
    font-size: 16px;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
    border: 1px solid #ff9800;
}

.mainbtn ul li a:hover {
    background-color: #232f3e;
    color: #ff9800;
    transform: scale(1.1);
    border: 1px solid #ff9800;
}

.mainbtn ul li:nth-child(2) a {
    background-color: #232f3e00;
    color: #ffffff;
    border: 1px solid #ff9800;
}

.mainbtn ul li:nth-child(2) a:hover {
    background-color: #ff9800;
    color: #fff;
}

.mainbtn ul li {
    display: inline-block;
}

.mainbtn ul li:nth-child(2) a.dark {
    color: #000;
}

.mainbtn ul li:nth-child(2) a.dark:hover {
    color: #fff;
}

.btn-size {
    padding: 8px 18px;
    transition: all 0.5s ease;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    color: #fff;
    border-radius: 16px 0px;
    display: block;
}

.btn-size:hover {
    color: #fff;
    transform: translateY(-10px);
    border-radius: 0px 16px;
}

.btn-white {
    background-color: #fff;
    color: #e23057;
}

.btn-white:hover {
    color: #e23057;
}

.btn-pink {
    background: -webkit-linear-gradient(180deg, rgb(238, 55, 95) 0%, rgb(204, 35, 72) 100%);
}

.btn-pink:hover {}

.btn-purple {
    background-color: #00aeef;
    color: #fff
}

.btn-purple:hover {}

.bullets {
    text-align: center;
}

.bullets li {
    display: block;
    position: relative;
    font-size: 20px;
    line-height: 30px;
    width: max-content;
    margin: auto;
    padding-left: 40px;
}

.bullets li:before {
    content: "\f058";
    position: absolute;
    font-family: 'Font Awesome 5';
    left: 0;
    color: #00912e;
}

.c-white {
    color: #fff !important
}

.c-dark {
    color: #3C3C3C !important
}

.c-red {
    color: #f82d58 !important;
}

.main-heading {
    font-size: 40px;
    font-weight: 600;
    color: #3f3d52;
    line-height: normal;
    letter-spacing: 0.8px;
    text-transform: capitalize;
}

.main-heading span {
    color: #ff9800;
    font-weight: 700;
}

.main-pera {
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    color: #8f8e93;
    padding-top: 1rem !important;
    margin-bottom: 1rem;
}

.main-pera span {
    color: #ff9800;
}

.small-heading {
    font-weight: 600;
    font-size: 16px;
    color: #00aeef;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
}

.my-tabs {
    display: none;
}

.my-tabs.current {
    display: block;
}

.main-privacy {
    padding: 160px 0 60px;
}

.main-privacy .privacy {}

.main-privacy .privacy h3 {
    font-size: 35px;
    line-height: 45px;
}

.main-privacy .privacy p {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #575757;
    padding: 20px 0;
}

.thankyou-sec {
    text-align: center;
    height: 100vh;
    display: flex;
    background: #EDEDED;
}

.thankyou-sec .container {
    align-self: center;
}

.thankyou-sec a img {
    max-width: 100%;
    margin-bottom: 50px;
}

.thankyou-sec h1 {
    font-size: 62px;
    line-height: 70px;
    position: relative;
    color: #ff9800;
    font-weight: 700;
}

.thankyou-sec p {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #ffffff;
    width: 60%;
    margin: auto;
    padding: 25px 0;
}

.thankyou-sec ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.thankyou-sec ul li {
    margin: 0 15px;
}

.thankyou-pg footer {
    display: none
}

/*----------------------------------------------------------------------------------------*/
header a.logo-img img {
    width: 100%;
}

.submenu_sec .navbar-nav {
    flex-direction: initial;
    justify-content: center;
    align-items: center;
}

.navbar-expand-lg .navbar-collapse,
.submenu_sec .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

header .dropdown-toggle::after {
    display: none;
}

header img.logo {
    width: 170px;
}

.submenu_sec {
    padding: 0 4rem;
}

.main_header .submenu_sec .nav-item {
    padding-right: 0;
    position: relative;
}

.submenu_sec .navbar-nav .nav-link {
    text-align: center;
    font-weight: 600;
    text-transform: initial;
    line-height: 40px;
    padding: 0;
    padding: 20px 33px !important;
    display: block;
}

.navbar-expand-lg .navbar-toggler,
.submenu_sec .navbar-toggler {
    display: none;
}

.main_header .nav-link {
    font-size: 16px;
}

.submenu_sec .navbar-nav .nav-link span {
    font-weight: 300;
}

.submenu_sec .navbar-nav .nav-link strong {
    border-top: 1px solid #000;
}

.submenu_sec .navbar-nav .nav-link strong {
    display: block;
    text-transform: uppercase;
}

.main_header .nav-link {
    font-size: 16px;
    color: #222 !important;
}

.main_header .submenu_sec .navbar-nav .dropdown-menu {
    position: absolute;
    top: 100%;
    pointer-events: none;
    z-index: 999;
    right: 0;
}

.main_header .submenu_sec .dropdown-menu {
    display: block;
    opacity: 0;
}

.main_header .submenu_sec .dropdown-menu {
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    position: absolute;
    top: 60px;
}

.main_header .navbar-brand {
    width: 250px;
    padding: 0;
}

.main_header {
    /* position: absolute; */
    top: 0;
    z-index: 1;
    width: 100%;
    left: 0;
}

.top-logo {
    display: none;
}

.menu-Bar {
    width: 30px;
    height: 20px;
    cursor: pointer;
    position: relative;
    right: 15px;
    top: 0px;
    bottom: 0px;
    z-index: 22;
    display: none;
}

.menu-Bar span:nth-child(1) {
    top: 0px;
}

.menu-Bar span {
    display: block;
    height: 4px;
    width: 100%;
    background: #000;
    position: absolute;
    transition: all 0.6s ease 0s;
    border-radius: 100px;
    left: 0;
}

.menu-Bar span:nth-child(2) {
    top: 8px;
    transform-origin: left center;
}

.menu-Bar span:nth-child(3) {
    top: 16px;
}

.submenu_sec .navbar-nav {
    flex-direction: initial;
    justify-content: center;
    align-items: center;
}

.main_header .dropdown-menu {
    background: #000;
}

.main_header .dropdown-item:first-child {
    border-top: 1px solid #b5b5b5;
}

.main_header .dropdown-item {
    padding: 10px 65px 10px 15px;
    font-weight: 500;
    color: #fff;
    border-bottom: 1px solid #434343;
    line-height: 20px;
    font-size: 15px;
    text-transform: capitalize;
}

.submenu_sec .navbar-nav .nav-link:hover {
    background: #353348;
    color: #fff !important;
}

.submenu_sec .navbar-nav .nav-link.is-active {
    background: #353348;
}

.submenu_sec .navbar-nav .nav-link.is-active {
    background: #353348;
}

.navbar-nav .dropdown-menu.is-active {
    display: block;
    opacity: 1;
    pointer-events: all !important;
}

.main_header .dropdown-item:hover {
    color: #fff;
    background-image: -moz-linear-gradient(90deg, #ff9800 0, #ff980094 100%);
    background-image: -webkit-linear-gradient(90deg, #ff9800 0, #ff980094 100%);
    background-image: -ms-linear-gradient(90deg, #ff9800 0, #ff980094 100%);
}

/*----------------------------------------------------------------------------------------*/
.about-bnr {
    background: url(../images/amznbgbner.png) center / cover no-repeat;
}

.about-bnr {
    padding: 55px;
}

.banner-sec {
    /* margin-top: 170px; */
    overflow: hidden;
}

.banner-sec .imgwrp {
    position: relative;
}

.homepg .banner-sec .imgwrp:before {
    content: '';
    background-image: url(../images/crcle.png);
    position: absolute;
    font-weight: 600;
    left: 30px;
    top: -90px;
    background-repeat: no-repeat;
    z-index: 0;
    width: 600px;
    background-position: center;
    height: 600px;
    background-size: contain;
    animation: rotate 3s normal linear infinite;
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }

    25% {
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
    }

    50% {
        -webkit-transform: rotate3d(0, 0, 1, 180deg);
        transform: rotate3d(0, 0, 1, 180deg);
    }

    75% {
        -webkit-transform: rotate3d(0, 0, 1, 270deg);
        transform: rotate3d(0, 0, 1, 270deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg);
        transform: rotate3d(0, 0, 1, 360deg);
    }
}

.banner-sec .imgwrp img {
    animation: bnrimg 2.5s;
    position: relative;
    z-index: 0;
}

/*@keyframes bnrimg{
        0%{transform:rotate(2deg)}
        5%{transform:rotate(4deg)}
        10%{transform:rotate(6deg)}
        15%{transform:rotate(8deg)}
        20%{transform:rotate(10deg)}
        25%{transform:rotate(8deg)}
        30%{transform:rotate(6deg)}
        35%{transform:rotate(4deg)}
        40%{transform:rotate(2deg)}
        45%{transform:rotate(0deg)}
        50%{transform:rotate(-2deg)}
        55%{transform:rotate(-4deg)}
        60%{transform:rotate(-6deg)}
        65%{transform:rotate(-8deg)}
        70%{transform:rotate(-10deg)}
        75%{transform:rotate(-8deg)}
        80%{transform:rotate(-6deg)}
        85%{transform:rotate(-4deg)}
        90%{transform:rotate(-2deg)}
        100%{transform:rotate(0deg)}
    }*/
.bnr-lft-col h1 {
    margin: 0px;
    color: #fff;
    font-weight: bold;
}

.bnr-lft-col h1 span {
    color: #ff9800;
}

.bnr-lft-col p {
    padding-bottom: 12px;
    color: #fff;
}

.bnr-lft-col ul {
    display: inline-block;
    padding: 0;
}

.bnr-lft-col ul.bnrcnt li {
    display: block;
    font-size: 14px;
    list-style: none;
    color: #ffffff;
    padding: 10px 0 0 20px;
    padding-top: 15px;
    position: relative;
}

.bnr-lft-col ul.bnrcnt li:nth-child(1):before {
    display: none;
}

.bnr-lft-col ul.bnrcnt li:nth-child(1) {
    padding: 10px 0 0 0;
}

.bnr-lft-col ul.bnrcnt li:before {
    content: '';
    position: absolute;
    left: 5px;
    background-color: #fff;
    border-radius: 50%;
    top: 22px;
    width: 5px;
    height: 5px;
}

.bnr-lft-col ul.bnrcnt li span {
    padding-left: 8px;
}

.banner-form {
    padding: 20px 0;
}

.banner-form p {
    font-size: 22px;
    color: #8f8e93;
    text-align: center;
    margin-bottom: 15px;
}

.banner-form p span {
    color: #ff9800;
    font-weight: 600;
}

.slider-form {
    height: auto;
    padding: 22px;
    text-align: center;
    z-index: 2;
    background: #232f3e;
    border-radius: 90px;
    margin-bottom: 30px;
}

.offr-frm button {
    width: 100%;
    background-color: #ff9800;
    border: 0;
    border-radius: 50px;
    outline: 0;
    color: #fff;
    font-size: 20px;
    padding: 10px 20px;
    position: relative;
    left: 0;
    display: block;
    width: 100%;
    border: 0;
    font-weight: 600;
}

.pinkbtn:hover {
    background: #232f3e;
    color: #ff9800;
}

.slider-form .form-group .icon-bg {
    position: absolute;
    margin-top: 0;
    left: 1.25rem;
    background-color: transparent;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    text-align: center;
    line-height: 48px;
    border-right: 0;
    z-index: 0;
    top: 50%;
    transform: translateY(-50%);
}

.slider-form .form-group .icon-bg i {
    color: #ff9800;
}

.slider-form .form-group {
    position: relative;
    margin-bottom: 0;
}

.slider-form .form-control {
    border: 0;
    background-color: #fff;
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    color: rgba(0, 0, 0, .5);
    height: 46px;
    outline: 0;
    border-radius: 50px;
    padding-left: 47px;
    border: 1px solid transparent;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.socialleads_bann ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}

.socialleads_bann ul li {
    margin-right: 2rem;
}

.ratsite {
    min-height: 45px;
    display: flex;
    align-items: center;
}

.ratings_cont {
    display: flex;
    align-items: center;
    margin-top: 8px;
}

.ratings_cont h3 {
    font-size: 28px;
    font-weight: 700;
    color: #000;
    margin-right: 10px;
}

.ratings_rate {
    display: block;
    line-height: 15px;
}

.ratings_cont p {
    font-size: 10px;
    color: #000;
    margin-bottom: 0;
    font-weight: 600;
    text-align: center;
}

.main_about h4 {
    color: #3f3d52;
    font-size: 22px;
    margin-bottom: 10px;
}

.main_about .imgbx {}

.main_about .imgbx img {
    /*    position:absolute;left: 0; width: 50%; top: 20px;*/
}

.main_about {
    position: relative;
}

.our-range-grid {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.our-range-gsingle {
    text-align: center;
    width: 100%;
    border: 1px solid #5a5a5a;
    padding: 60px 0 60px 0px;
    position: relative;
    background: #ffffff00;
}

.our-range-gsingle:before {
    content: '';
    color: #146eb41f;
    font-size: 130px;
    position: absolute;
    font-family: "PT Sans", sans-serif;
    font-weight: 600;
    left: 0;
    right: 0;
    top: 0;
    z-index: -9;
}

.our-range-gsingle.gs1 {
    border-right: 0;
    position: relative;
    z-index: 9;
}

.our-range-gsingle.gs2 {
    border-right: 0;
    position: relative;
    z-index: 9;
}

.our-range-gsingle.gs3 {
    position: relative;
    z-index: 9;
}

.our-range-gsingle.gs1:before {
    content: "10+";
}

.our-range-gsingle.gs2:before {
    content: "700+";
}

.our-range-gsingle.gs3:before {
    content: "250+";
}

.our-range-gsingle p {
    font-size: 20px;
    color: #3f3d52;
    margin-top: 10px;
}

.bookSec .box {
    text-align: center;
    border-bottom: 5px solid #c5c5c5;
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    z-index: 9;
}

.bookSec .mainwrp img {
    display: block;
    text-align: center;
    margin: auto;
    transition: all .5s ease-in-out;
}

.bookSec .box h4 {
    color: #111;
    font-size: 23px;
    line-height: 1.2;
    font-weight: 700;
    padding: 20px 0 15px;
    position: relative;
    letter-spacing: -1px;
}

.bookSec .mainwrp:hover .homepage-programs--entry {
    transform: translateY(0%);
}

.bookSec .mainwrp:hover .box img {
    transform: scale(1.1);
}

.bookSec .box p {
    font-size: 16px;
    margin-bottom: 1rem;
}

.bookSec .box:after {
    border: 15px solid transparent;
    border-top-color: #c5c5c5;
    bottom: -32px;
    content: "";
    left: 46%;
    position: absolute;
}

.homepage-programs--entry {
    -ms-flex: 0 1 23%;
    padding-top: 15px;
    transform: translateY(-100%);
    transition: all .5s ease-in-out;
}

.homepage-programs--entry .program-info {
    text-align: center;
}

.homepage-programs--entry .program-icon {
    height: 35px;
    margin-bottom: 15px;
}

.homepage-programs--entry .program-icon img {
    width: 100%;
    height: 35px;
    margin: 0 auto;
}

.bookSec .mainwrp img {
    display: block;
    text-align: center;
    margin: auto;
    transition: all .5s ease-in-out;
}

.bookSec .mainwrp {
    padding: 0 30px;
}

.homepage-programs--entry .program-title {
    font-size: 17px;
    line-height: 17px;
    font-weight: 500;
}

.homepage-programs--entry .program-title a {
    color: #091e42;
}

.homepage-programs--entry .program-title span {
    display: block;
    font-size: 20px;
    line-height: 35px;
    font-weight: 700;
}

section.cta-book-writting {
    background: #232f3e;
    text-align: center;
    padding: 70px 0;
    color: #fff !important;
    position: relative;
}

section.cta-book-writting .cta-heading {
    width: 80%;
    margin: 0 auto;
}

section.cta-book-writting h2 {
    color: #fff;
}

section.cta-book-writting p {
    color: #fff;
}

section.cta-book-writting:before {
    content: "";
    background: url(../images/cta-left-image.png) no-repeat;
    position: absolute;
    width: 460px;
    height: 460px;
    left: 0;
    top: -88px;
}

section.cta-book-writting:after {
    content: "";
    background: url(../images/cta-right-image.png) no-repeat;
    position: absolute;
    width: 340px;
    height: 410px;
    right: 0;
    top: 0;
}

.books-dif {}

.books-dif h2 {
    margin-bottom: 50px;
    text-align: center;
}

.books-dif .crclwrp {
    margin-bottom: 20px !important;
}

.books-dif .crclwrp a.icon-circle {
    color: #6c663b;
    width: 225px;
    height: 225px;
    margin: auto;
    padding: 2em;
    background: #f2f0e557;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.books-dif .crclwrp a.icon-circle:hover {
    color: #ff9800;
    background: #232f3e;
}

.books-dif .crclwrp a.icon-circle img {
    transition: transform .2s;
    margin-bottom: 10px;
}

.books-dif .crclwrp a.icon-circle img:hover {
    transform: scale(1.2);
}

.books-dif .crclwrp a.icon-circle p {}

.book-bstsllr {
    background: #232f3e;
}

.book-bstsllr h3 {
    margin: 0 0 40px 0;
    color: #fff;
}

.book-bstsllr ul.listtabs {}

.book-bstsllr ul.listtabs li {
    display: block;
}

.book-bstsllr ul.listtabs li a {
    cursor: pointer;
    color: #ffffff;
    font-size: 20px;
    margin: 10px 10px;
    display: inline-block;
    width: auto;
    padding: 0 30px 0 20px;
}

.book-bstsllr ul.listtabs li.current a {
    background: #ff9800;
    color: #fff;
}

.book-bstsllr .padwrp {
    padding-right: 15px;
    padding-left: 15px;
}

.book-bstsllr .slick-dots {
    text-align: center;
}

.book-bstsllr .slick-dots li button {
    background-color: #ccc;
}

.book-bstsllr .slick-dots li.slick-active button {
    background: #ff9800;
}

.books_slides .items {
    margin-bottom: 80px;
    padding-top: 35px;
}

.books_slides .books-boxes {
    background: #ffffff;
    width: 100%;
    height: 310px;
    border-radius: 10px;
    position: relative;
    text-align: center;
    filter: drop-shadow(1px 1px 4px #66666642);
    -webkit-filter: drop-shadow(1px 1px 4px #66666642);
    transition: all 0.3s ease-out;
}

.booksdv img {
    margin-top: 0;
    margin-bottom: 15px;
    border-radius: 4px;
    filter: drop-shadow(1px 1px 4px #66666642);
    -webkit-filter: drop-shadow(1px 1px 4px #66666642);
    transform: translateY(-30px);
    margin: auto;
}

.ratings {
    color: #000000;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.books_slides .books-boxes:hover {
    background: #ffffffc4;
    filter: drop-shadow(1px 1px 8px #66666642);
    -webkit-filter: drop-shadow(1px 1px 8px #66666642);
}

.sellbok {
    background-color: #edf1f0;
}

.sellbok ul {}

.sellbok ul:before {
    content: '';
    position: absolute;
    background: linear-gradient(90deg, rgb(147 147 147 / 32%) 0%, rgba(237, 241, 240, 1) 100%);
    width: 5%;
    height: 189px;
    left: -84px;
    top: -71px;
}

.sellbok ul li {}

.sellbok ul li img {}

.whychos {}

.whychos h3 {
    margin: 0 0 40px 0;
}

.left-whychoose .why-choose-single {
    padding-left: 0;
    padding-right: 40px;
}

.why-choose-single {
    margin-bottom: 100px;
    padding-left: 40px;
}

.why-choose-single.four-whychoose:before {
    content: "4";
    font-size: 30px;
    font-weight: 400;
    background: #146eb4;
    height: 50px;
    width: 50px;
    position: absolute;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    border-radius: 30px;
    z-index: 9;
    right: -40px;
}

.why-choose-single.four-whychoose h4 {
    position: relative;
}

.why-choose-single.four-whychoose h4:after {
    content: "4";
    color: #f6f6f9;
    font-size: 200px;
    position: absolute;
    top: -60px;
    left: 11px;
    z-index: -9;
    font-weight: 500;
}

.whychos .para {
    color: #8f8e93;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 1rem;
}

.why-choose-single.five-whychoose:before {
    content: "5";
    font-size: 30px;
    font-weight: 400;
    background: #146eb4;
    height: 50px;
    width: 50px;
    position: absolute;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    border-radius: 30px;
    z-index: 9;
    right: -40px;
}

.why-choose-single.six-whychoose:before {
    content: "6";
    font-size: 30px;
    font-weight: 400;
    background: #146eb4;
    height: 50px;
    width: 50px;
    position: absolute;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    border-radius: 30px;
    z-index: 9;
    right: -40px;
}

.why-choose-single.five-whychoose h4:after {
    content: "5";
    color: #f6f6f9;
    font-size: 200px;
    position: absolute;
    top: -60px;
    left: 11px;
    z-index: -9;
    font-weight: 500;
}

.why-choose-single.six-whychoose h4:after {
    content: "6";
    color: #f6f6f9;
    font-size: 200px;
    position: absolute;
    top: -60px;
    left: 11px;
    z-index: -9;
    font-weight: 500;
}

.why-choose-single.one-whychoose:before {
    content: "1";
    font-size: 30px;
    font-weight: 400;
    background: #146eb4;
    height: 50px;
    width: 50px;
    position: absolute;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    left: -40px;
    top: 0;
    border-radius: 30px;
    z-index: 9;
}

.why-choose-single.one-whychoose h4 {
    position: relative;
}

.why-choose-single.one-whychoose h4 {
    margin-top: 0;
}

.why-choose-single h4 {
    font-size: 30px;
    color: #000000;
    margin-bottom: 10px;
    margin-top: 60px;
}

.why-choose-single.one-whychoose h4:after {
    content: "1";
    color: #f6f6f9;
    font-size: 200px;
    position: absolute;
    top: -60px;
    left: 11px;
    z-index: -9;
    font-weight: 500;
}

.why-choose-single.two-whychoose:before {
    content: "2";
    font-size: 30px;
    font-weight: 400;
    background: #146eb4;
    height: 50px;
    width: 50px;
    position: absolute;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    left: -40px;
    top: 0;
    border-radius: 30px;
    z-index: 9;
}

.why-choose-single.two-whychoose h4:after {
    content: "2";
    color: #f6f6f9;
    font-size: 200px;
    position: absolute;
    top: -60px;
    left: 11px;
    z-index: -9;
    font-weight: 500;
}

.why-choose-single.three-whychoose:before {
    content: "3";
    font-size: 30px;
    font-weight: 400;
    background: #146eb4;
    height: 50px;
    width: 50px;
    position: absolute;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    left: -40px;
    top: 0;
    border-radius: 30px;
    z-index: 9;
}

.why-choose-single.three-whychoose h4:after {
    content: "3";
    color: #f6f6f9;
    font-size: 200px;
    position: absolute;
    top: -60px;
    left: 11px;
    z-index: -9;
    font-weight: 500;
}

.right-whychoose img {
    margin-top: 50px;
}

section.whychos .row:after {
    content: "";
    background: #146eb4;
    width: 2px;
    height: 1200px;
    position: absolute;
    left: 50%;
    right: 0;
    z-index: -1;
    transform: translateX(-50%);
}

.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
}

.usp-bg {
    background: url(../images/usp.webp) center / cover no-repeat;
    min-height: 488px;
    background: #ff9800;
}

.usp-bg-text {
    padding-left: unset;
    padding-top: 42px;
    text-align: center;
}

.mountain-item h4,
.usp-bg h5 {
    font-size: 30px;
}

.fourth-wrapper-bg h3,
.usp-bg h5 {
    font-weight: 700;
    color: #fff;
}

.fw-400,
.usp-bg h5 span {
    font-weight: 400;
}

.usp-vector-padding-top-3 {
    padding-top: 117px;
}

.sixth-wrapper video.lozad {
    padding: 30px 0 0 0;
}

.sixth-wrapper h3 {
    margin: 0 0 40px 0;
}

section.cta-hire {
    padding: 70px 0;
    background: #232f3e;
    color: #fff;
    text-align: center;
    position: relative;
}

section.cta-hire h3 {
    color: #fff;
}

section.cta-hire p {
    color: #fff;
}

section.cta-hire:before {
    content: "";
    background: url(../images/hireleft-img.png) no-repeat;
    position: absolute;
    width: 400px;
    height: 489px;
    left: 0;
    top: -88px;
}

section.cta-hire:after {
    content: "";
    background: url(../images/hireright-img.png) no-repeat;
    position: absolute;
    width: 373px;
    height: 470px;
    right: 0;
    top: -90px;
}

.testimonial-second {
    /* background:#2f3291; */
    overflow: hidden;
}

.testimonial-single {
    background: transparent;
    font-family: "PT Sans";
    padding: 20px 20px;
    border-radius: 13px;
    margin-right: 15px;
    margin-left: 15px;
    border: 1px solid #d3d3d3;
}

.testimonial-single:hover {
    -webkit-box-shadow: 1px 1px 40px 1px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 1px 1px 40px 1px rgba(0, 0, 0, 0.28);
    box-shadow: 1px 1px 40px 1px rgba(0, 0, 0, 0.28);
}

.testimonial-second button.slick-prev.slick-arrow {
    position: absolute;
    z-index: 9999;
}

.testimonial-second .slick-prev:before {
    content: "\f053";
    font-family: "Font Awesome 6 Pro" !important;
    font-weight: 900;
    font-size: 25px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    bottom: 50%;
    background: #fffefa;
    height: 40px;
    width: 40px;
    color: #ed0742;
    line-height: 40px;
    border-radius: 30px;
    left: -30px;
}

.testimonial-second button.slick-next.slick-arrow {
    position: absolute;
}

.testimonial-second .slick-next:before {
    content: "\f054";
    font-family: "Font Awesome 6 Pro" !important;
    font-weight: 900;
    font-size: 25px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    bottom: 50%;
    background: #fffefa;
    height: 40px;
    width: 40px;
    color: #ed0742;
    line-height: 40px;
    border-radius: 30px;
    right: -50px;
}

.testimonial-head {
    display: flex;
    align-items: center;
}

.testimonial-head-cont {
    padding-left: 10px;
    line-height: 21px;
}

.testimonial-head-cont h4 {
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

.testimonial-single p:last-child {
    color: #000000;
    font-size: 14px;
    margin-top: 10px;
    min-height: 215px;
    line-height: 1.5;
}

.testimonial-second .slick-slide {
    opacity: 0.2;
}

.testimonial-second .slick-slide {
    height: auto;
}

.testimonial-second .slick-active {
    opacity: 1;
}

.testimonial-second .slick-list {
    overflow: initial !important;
}

.more-question {
    background: url(../images/question-bg.webp) no-repeat;
    background-size: cover;
}

.accordion {}

.accordion .accordion-item {
    margin-top: 20px;
    border: none;
}

.accordion .accordion-item h2.accordion-header {}

.accordion .accordion-item h2.accordion-header button.accordion-button {
    box-shadow: none;
    background: #fff;
    color: #000;
    font-weight: 600;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.accordion .accordion-item .accordion-collapse {}

.accordion .accordion-item .accordion-collapse .accordion-body {
    color: #8f8e93;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 1rem;
}

.more-question .accordion-button:not(.collapsed)::after {}

.main-single-footer {
    display: flex;
    justify-content: space-between;
}

.top-footer {
    color: #fff !important;
    padding: 70px 0;
    background: #232f3e;
}

.single-top-footer {
    display: flex;
    justify-content: center;
    align-items: center;
}

.single-top-footer img {
    margin-right: 10px;
    width: 35px;
}

.footer-right p {
    font-size: 15px;
}

.footer-right strong,
.footer-right a {
    display: block;
    font-weight: 600;
    color: #fff;
}

footer {
    background-size: cover;
    padding-top: 40px;
}

.socail-links-ft {
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.socail-links-single a {
    color: #000;
}

.footer-list {
    margin-top: 26px;
    border-top: 1px solid #cdcdcf8f;
    padding-top: 40px;
    display: flex;
    align-items: flex-start;
}

.footer-list ul {
    padding: 0 10px;
    max-width: 185px;
}

.footer-list h4 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin-bottom: 15px;
}

.footer-list ul li {
    margin-bottom: 0px;
}

.footer-list li a,
footer .nav-link {
    color: #8f8e93;
    font-size: 15px;
    text-transform: capitalize;
}

.right-footer {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.phone {
    margin-top: 0px;
}

.avail {
    text-align: center;
}

.avail h2 {
    color: #146eb4;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 40px;
}

.avail a {
    background: #ff9800;
    color: #fff;
    padding: 15px 60px;
    border-radius: 10px;
    font-weight: 600;
    text-transform: uppercase;
}

.dmca {
    margin-top: 50px;
}

.payment-footer {
    margin-top: 30px;
}

.payment-footer h4 {
    font-size: 18px;
    color: #146eb4;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 600;
}

.payment-footer h4 span {
    color: #ff9800;
}

footer .navbar-expand-lg .navbar-collapse {
    justify-content: center;
}

.footer-awards {
    margin-top: 30px;
    width: 100%;
    text-align: center;
}

.footer-awards ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    border-top: 1px solid #ccc;
}

.footer-awards ul li {
    margin: 0 1%;
}

.footer-awards ul li a {
    display: inline-block;
}

.copyrights {
    background: #232f3e;
    color: #fff !important;
    padding: 20px 0;
    margin-top: 30px;
}

.copyr-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copyr-content p {
    line-height: 25px;
}

/*------------------------------------------------------------------------------------*/
.ghstwrtng {}

.ghstwrtng .about-bnr {}

.ghstwrtng .about-bnr .imgwrp {
    position: relative;
}

.inrsrvs .about-bnr .imgwrp img {
    position: absolute;
    top: -140px;
}

.inertab img {
    margin-top: 35px;
    border-radius: 40px;
}

.inertab ul.tabslst {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    padding: 40px 0;
}

.inertab ul.tabslst li {
    text-transform: capitalize;
    font-size: 20px;
    cursor: pointer;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
}

.inertab ul.tabslst li.current {
    background: #ff9800;
    color: #fff;
    text-align: center;
}

.inertab .con {
    background: #fff;
    padding: 40px;
    margin-left: -90px;
    width: 586px;
    box-shadow: 2px 2px 12px -8px #000;
}

.indstres {
    background-color: #f2f2eb;
}

.indstres .boxwrp {
    background-color: #fff;
    padding: 50px 15px;
    border-radius: 5px;
    text-align: center;
}

.indstres .boxwrp:hover img {
    transform: scale(1.1);
}

.indstres .boxwrp img {
    transition: 500ms all;
    max-height: 75px;
}

.indstres .boxwrp h6 {
    color: #0e2f3b;
    font-size: 16px;
}

.inrsrvs .banner-sec {
    height: 600px;
}

.inrsrvs .banner-sec .bnr-lft-col {
    padding-top: 140px;
}

/*------------------------------------------------------------------------------------*/
.homepg .banner-sec {
    height: 600px;
}

.about .banner-sec .imgwrp:before {
    display: none;
}

.about .banner-sec .bnr-lft-col {
    padding-top: 140px;
}

.homepg .banner-sec .imgwrp img {
    position: absolute;
}

.homepg .banner-sec .imgwrp img.on {
    z-index: 99;
}

.homepg .banner-sec .imgwrp img.tw {
    z-index: 9;
    right: 50px;
    top: 40px;
}

.homepg .banner-sec .imgwrp img.th {
    right: -60px;
    top: 65px;
}

/*------------------------------------------------------------------------------------*/
.menuWrap {
    display: none;
    vertical-align: middle;
    margin-right: 15px;
    padding: 16px 15px 16px 0px;
    border-right: 1px solid rgb(34, 34, 34);
}

.menu {
    font-size: 0px;
    display: inline-block;
    vertical-align: middle;
}

.menu li {
    display: inline-block;
    vertical-align: middle;
    padding-left: 22px;
}

.menu li a {
    display: block;
    font-size: 14px;
    color: rgb(238, 238, 238);
    font-weight: 400;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.dropdown-menu {
    background: #3f3d52;
}

.menu-Bar.open span:nth-child(1) {
    transform: rotate(45deg);
    top: 12px;
}

.menu-Bar.open span {
    background: rgb(255, 255, 255);
}

.menu-Bar.open span:nth-child(2) {
    width: 0px;
    opacity: 0;
}

.menu-Bar.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 12px;
}

/*------------------------------------------------------------------------------------*/
.cntctbner {
    background-color: #F8FAFD;
}

.cntct {}

.cntct-sec ul {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 0;
}

.cntct-sec ul li {
    width: 33%;
}

.cntct-sec ul li .mainwrp {
    box-shadow: 0px 0px 28px -6px rgba(0, 0, 0, 0.17);
    padding: 20px 20px 20px 20px;
    margin: 30px 30px 30px 30px;
    text-align: center;
    background: #fff;
}

.cntct-sec ul li .mainwrp i {
    color: #023866;
    font-size: 45px;
    margin-bottom: 20px;
}

.cntct-sec ul li .mainwrp h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}

.cntct-sec ul li .mainwrp p {
    font-size: 16px;
    font-weight: 400;
}

.cntct-sec .formwrp {
    background-color: #F8FAFD;
    padding: 127px 60px 50px 60px;
    position: relative;
}

.cntct-sec .formwrp h3 {
    margin-bottom: 30px;
}

.cntct-sec .formwrp form {}

.cntct-sec .formwrp form .inptwrp {}

.cntct-sec .formwrp form .inptwrp input {
    margin-bottom: 1.6em;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #003964;
    border-radius: 10px;
    height: 40px;
    padding: 0 10px;
}

.cntct-sec .formwrp form .inptwrp textarea {
    width: 100%;
    border: 1px solid #003964;
    border-radius: 10px;
    height: 100px;
    resize: none;
    padding: 10px;
}

.cntct-sec .formwrp form .inptwrp button {
    background: #f58b01;
    color: #ffffff;
    font-weight: 600;
    border-radius: 10px;
    border: none;
    padding: 10px 0;
    width: 24%;
    margin: 30px 0 0 0;
}

.cntct-sec .formwrp form .inptwrp button:hover {
    background: #232f3e;
    color: #ff9800;
}


/*------------------------------------------------------------------------------------*/



.privacy {}

.privacy ul {}

.privacy ul li {
    list-style: disc;
}

/*------------------------------------------------------------------------------------*/
.bokprmtn .about-bnr .imgwrp img {
    top: 0;
}

.bokprmtn {}

/*------------------------------------------------------------------------------------*/
.bokfrmtng .about-bnr .imgwrp img {
    top: 0;
}



.bookSec .alislider .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 10px;
}

.bookSec .alislider .slick-dots li button {
    background-color: #ccc;
}

.bookSec .alislider .slick-dots li.slick-active button {
    background: #ff9800;
}


.books-dif .mblsrvs .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: -10px;
}

.books-dif .mblsrvs .slick-dots li button {
    background-color: #ccc;
}

.books-dif .mblsrvs .slick-dots li.slick-active button {
    background: #ff9800;
}

.balti_popup {
    width: 650px;
    border-radius: 11px;
    padding: 20px 40px;
    overflow: visible;
    background-image: url(../images/popupbg.png);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.modal {
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
}

.balti_popup h2 {
    font-size: 47px;
    color: #fff;
    font-weight: 600;
    margin: 0 0 15px;
    line-height: 35px;
    background: #ff9900;
    padding: 16px 0;
    width: 70%;
    margin: 10px auto;
}

.balti_popup h3 {
    font-family: "Cinzel Decorative", serif;
    color: #fff;
    font-size: 60px;
    font-weight: bold;
}

label {
    color: #cfd3d7;
    padding: 0 0 0 10px;
    display: none;
}

.balti_popup h3 span {
    font-family: "Cinzel Decorative", serif;
    display: block;
    font-size: 35px;
}

.balti_popup p {
    color: #fff;
    padding: 20px 0;
}

.balti_popup p span {
    color: #ff9900;
}

.balti_popup h3 span b {
    font-family: "Cinzel", serif;
    color: #ff9900;
}

.balti_popup img {
    width: 50%;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
    filter: brightness(0) invert(1);
}

.balti_popup ul {
    margin: 0;
    padding: 0;
}

.balti_popup ul li {
    text-align: left;
    position: relative;
    width: 100%;
    margin: 8px 0px;
    display: inline-block;
}

.balti_popup ul li i {
    position: absolute;
    top: 15px;
    left: 14px;
    color: #ee3074;
}

.balti_popup ul li input[type="text"],
.balti_popup ul li input[type="email"],
.balti_popup ul li input[type="number"],
.balti_popup ul li textarea {
    background: #ffffff;
    border: #dedede 2px solid;
    padding: 10px;
    width: 100%;
    border-radius: 6px;
    font-size: 14px;
    color: #000;
    box-shadow: none !important;
    outline: none 0px !important;
}

.balti_popup ul li textarea {
    height: 100px;
    resize: none;
}

.balti_popup ul li input[type="text"]:focus,
.balti_popup ul li input[type="email"]:focus,
.balti_popup ul li textarea:focus {
    border: 2px solid #ee3074;
}

.balti_popup .pd-right-0 {
    padding-right: 0px !important;
}

.balti_popup ul li input[type="submit"] {
    background: #ff9900;
    color: #fff;
    font-size: 18px;
    border: 2px solid;
    text-transform: uppercase;
    font-weight: 600;
    padding: 9px 10px;
    letter-spacing: 1px;
    outline: 0px none;
    border-radius: 50px;
    width: 195px;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
    display: block;
    width: 100%;
    transition: .1s linear;
}

.balti_popup ul li input[type="submit"]:hover {
    background: #000;
}

.balti_popup .fancybox-close-small {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    outline: none;
    background: transparent;
    z-index: 10;
    outline: none;
    cursor: pointer;
}

.balti_popup .fancybox-close-small {
    border: #ee307400 3px solid;
    background: #fff;
    border-radius: 72px;
    text-align: center;
    box-shadow: #000 0 0 10px;
    right: -14px;
    top: -13px;
    overflow: visible;
    outline: none !important;
}

.balti_popup .fancybox-close-small:hover {
    z-index: 11;
}

.balti_popup .fancybox-close-small:after {
    position: absolute;
    top: 2px;
    right: 5px;
    width: 30px;
    height: 30px;
    font: 20px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #888;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    transition: background .2s;
    box-sizing: border-box;
    z-index: 2;
    content: "x";
    color: #4a171e;
    font-size: 25px;
    right: 4px;
    transition: .1s linear;
}

.balti_popup .fancybox-close-small:hover:after {
    color: white !important;
}

.balti_popup button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

@media screen and (max-width:1400px) {
    .balti_popup {
        padding: 15px;
    }

    .balti_popup h2 {
        font-size: 35px;
        padding: 10px 0;
        width: 60%;
        margin: 3px auto;
    }

    .balti_popup h3 {
        font-size: 50px;
    }

    .balti_popup p {
        padding: 10px 0;
    }
}

@media screen and (max-width:768px) {
    .balti_popup {
        padding: 20px;
    }

    .balti_popup .pd-right-0 {
        padding-right: 15px !important;
    }

    .balti_popup ul li textarea {
        height: 85px;
    }

    .balti_popup h3 {
        font-size: 50px;
    }

    .balti_popup h3 span {
        font-size: 25px;
    }

    .balti_popup h2 {
        font-size: 36px;
        width: 50%;
        padding: 10px 0;
    }
}

@media screen and (max-width:490px) {
    .balti_popup {
        width: 80%;
    }

    .balti_popup h2 {
        font-size: 25px;
        width: 80%;
    }

    .balti_popup h3 {
        font-size: 35px;
    }

    .balti_popup p {
        padding: 10px 0;
    }
}

.modal-backdrop {
    display: none !important;
}

.balti_popup ::placeholder {
    color: #000;
    opacity: 1;
}

.balti_popup :-ms-input-placeholder {
    color: #000;
}

.balti_popup ::-ms-input-placeholder {
    color: #000;
}

.selected-dial-code {
    color: #000;
}


.themeBtn {
    background-color: #ff9800;
    padding: 0.75rem 2.35rem;
    transition: .3s ease-in-out;
    text-decoration: none !important;
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
    border: 1px solid #ff9800;
    text-transform: capitalize;
}

.topBar {
    background: #ff9800;
    color: #fff;
    padding: 0.25rem 0;
}
