/*form popup*/

@import url('https://fonts.googleapis.com/css?family=Roboto:300,500');

@color-card-background: #2d3638;
@color-tag-background: #191e20;
@color-anchor: #e37544;
@color-body-copy: #b9bcbd;
@default-border-radius: 10px;
@breakpoint-medium: "screen and (min-width: 700px)";

html,
body {
    background-color: transparent;
}

.form-popup-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}

.form-popup-bg {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(94, 110, 141, 0.9);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    overflow-y: auto;
    z-index: 10000;
}

.form-popup-bg.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}

.popform .form-container {
    background-color: #2d3638;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 40px;
    color: #fff;
}

.close-button {
    background: transparent;
    color: #000;
    font-weight: 900;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    border: solid 0px transparent;
    font-size: 20px;
}

.form-popup-bg:before {
    content: '';
    background-color: #fff;
    opacity: .25;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#btnOpenForm {
    position: fixed;
    left: -69px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    /* z-index: 999; */
    padding: 10px 20px;
    /* background-color: #007bff; */
    /* color: white; */
    border: none;
    cursor: pointer;
    width: 188px;
    height: 39px;
    /* bottom: 30px; */
    /* right: 30px; */
    background: linear-gradient(111.41deg, #ff0844 24.85%, #ff8b67 95.39%);
    color: #FFF;
    /* border-radius: 5px; */
    text-align: center;
    border-radius: 6px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
    z-index: 1000;
    animation: bot-to-top 2s ease-out;
}

#btnOpenForm:hover {
    background: linear-gradient(111.41deg, #ff8b67 24.85%, #ff0844 95.39%) !important;
    transition: opacity .3s ease-in-out;
    opacity: 1;
}


#btnOpenForm .popbtn {
    font-size: 20px;
    font-weight: 00;
    font-style: unset;
    line-height: 1;
}

#btnOpenForm2 {
    position: relative;
    left: 25%;
    margin-bottom: 34px;
    padding: 10px 20px;
    /* background-color: #007bff; */
    /* color: white; */
    border: none;
    cursor: pointer;
    width: 188px;
    height: 39px;
    /* bottom: 30px; */
    /* right: 30px; */
    background: linear-gradient(111.41deg, #ff0844 24.85%, #ff8b67 95.39%);
    color: #FFF;
    /* border-radius: 5px; */
    text-align: center;
    border-radius: 6px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
    z-index: 1000;
    animation: bot-to-top 2s ease-out;
}
#btnOpenForm2 a{
    color: white;
}
#btnOpenForm2:hover {
    background: linear-gradient(111.41deg, #ff8b67 24.85%, #ff0844 95.39%) !important;
    transition: opacity .3s ease-in-out;
    opacity: 1;
}

.popform {
    position: absolute;
    left: 38%;
    box-shadow: 0 0 66px rgba(0, 0, 0, 1.1);
}

.popform.form-container {
    background-color: #ffffff7d;
}

.popform .form-container {
    background-color: #ffffff94;
}

/*youyube video popup*/

#youtubeVideo {
    position: fixed;
    right: 1%;
    border: none;
    cursor: pointer;
    width: 14%;
    height: auto;
    bottom: 6%;
    text-align: center;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 1.25);
    z-index: 1000;
    animation: bot-to-top 2s ease-out;
}

/*whatsapp popup*/

.whatsapp-button {
    position: fixed;
    bottom: 15px;
    left: 1%;
    bottom: 6%;
    z-index: 99;
    background-color: #25d366;
    border-radius: 50px;
    color: #ffffff;
    text-decoration: none;
    width: 50px;
    height: 50px;
    font-size: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
    box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
    animation: effect 5s infinite ease-in;
}

@keyframes effect {

    20%,
    100% {
        width: 50px;
        height: 50px;
        font-size: 30px;
    }

    0%,
    10% {
        width: 55px;
        height: 55px;
        font-size: 35px;
    }

    5% {
        width: 50px;
        height: 50px;
        font-size: 30px;
    }
}

/*full page tabs*/

/* Set height of body and the document to 100% to enable "full page tabs" */

/* Style tab links */
/*.tablink {
    background-color: #ffffff;
    color: #003cd078;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    font-size: 32px;
    font-weight: 600;
    width: 33.33%;
    position: relative;
}*/

.tablink {
    background-color: #ffffff;
    color: #003cd078;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 10px;
    font-size: 18px;
    font-weight: 500;
    width: 25%;
    position: relative;
}

.custom-tablink {
    background-color: #ffffff;
    color: #003cd078;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 10px;
    font-size: 18px;
    font-weight: 500;
    width: 33.3333%;
    position: relative;
}

.tablink:hover,
.custom-tablink:hover {
    /*  background-color: #777;*/
    color: #081054 !important;
}

.tablink::after,
.custom-tablink::hover {
    content: "";
    width: 4px;
    position: absolute;
    height: 72%;
    border-radius: 5px;
    background: linear-gradient(90deg, #560ea5 3.62%, #2575fc 97.87%);
    left: 99%;
    /* bottom: -20px; */
}

.tablink4::after {
    display: none;
}

button.popform {
    position: relative !important;
    transform: translateY(-50%) rotate(0deg) !important;
    width: auto !important;
    height: auto !important;
    left: 0% !important;
}

/* Style the tab content (and add height:100% for full page content) */
.tabcontent,
.custom-tabcontent {
    color: black;
    display: none;
    padding: 100px 20px;
    height: 100%;
    padding-bottom: 20px;
}

#News,
#CustomHome {
    background-color: transparent;
}

#Contact,
#CustomNews {
    background-color: transparent;
}

#About,
#CustomContact {
    background-color: transparent;
}

#pagetabs {
    width: 80%;
    margin: 0 auto;
    padding-top: 50px;
}

#pagetabs button:focus {
    outline: none;
}

#pagetabs .row {
    width: 80%;
    margin: 0 auto;
}








/* Styles for the section containing the banner and form */
.section-container {
    padding: 50px;
    /* Adjust padding as needed */
    overflow-x: hidden;
}

/* Styles for the banner image */
.banner-img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    /* Add rounded corners */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    /* Add a subtle shadow */
}

/* Styles for the form container */
.form-container {
    background-color: #f9f9f9;
    /* Light background color */
    border-radius: 10px;
    /* Add rounded corners */
    padding: 30px;
    /* Add padding */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    /* Add a subtle shadow */
}

/* Styles for form fields */
.form-control {
    border-radius: 5px;
    /* Add rounded corners to input fields */
}

/* Styles for the submit button */
.form-btn {
    border-radius: 5px;
    /* Add rounded corners to the button */
    /*            background-color: #ff7f50;  Orange background color */
    /*            background: linear-gradient(90deg, rgba(255,24,96,1) 0%, rgba(197,17,174,1) 42%, rgba(94,13,204,1) 100%);*/
    background: linear-gradient(111.41deg, #ff0844 24.85%, #ff8b67 95.39%);
    color: #fff !important;
    /* White text color */
    border: none;
    /* Remove border */
    padding: 10px 20px;
    /* Add padding */
    cursor: pointer;
    /* Add pointer cursor */
    transition: background-color 0.3s ease;
    /* Smooth transition for background color */
}

/* Hover effect for the submit button */
.form-btn:hover {
    background: linear-gradient(111.41deg, #ff8b67 24.85%, #ff0844 95.39%);
    transition: opacity .3s ease-in-out;
}





/* Styles for the new section */
.section {
    display: flex;
    align-items: center;
    /* Align items vertically */
    justify-content: center;
    /* Center horizontally */
    max-width: 80%;
    /* Set maximum width */
    margin: 0 auto;
    /* Center horizontally */
    padding: 50px;
    background-color: transparent;
}

/* Styles for the content on the left */
.content {
    flex: 1;
    /* Take up remaining space */
    padding-right: 20px;
    /* Add some padding on the right */
}

/* Styles for the photo on the right */
.photo {
    flex: 1;
    /* Take up remaining space */
    padding-left: 20px;
    /* Add some padding on the left */
}

/* Style for the photo */
.photo img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    /* Add rounded corners */
}

#toprankers .item img {
    border-radius: 15px !important;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
}

#toprankers .owl-nav {
    top: 43%;
}

#toprankers {
    width: 60%;
}




section {
    background-color: transparent;
}

main {
    padding-bottom: 50px;
    padding-top: 100px;
}

body {
    margin: 0;
    padding: 0;
    background-color: transparent;
    /*            background-image: url("images/bg.png"); /* Replace 'background.jpg' with your image path */
    */
    /*            background-size: cover;*/
    /*            background-attachment: fixed;*/
    /*            background-position: center;*/
}


.with-shadow {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
}

#form form {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}

#testseries {
    padding: 50px 0;
}

#testseriesmob {
    display: none;
}

h2::after {
    content: none;
}

/*        heading css*/

/*section h2 {
  font-size:26px; 
  font-weight:700;  
  letter-spacing:1px; 
  text-transform:uppercase; 
  text-align:center;
  width: 48%;
  margin:auto; 
  white-space:nowrap; 
  padding-bottom:13px;
  position: relative;
}
section h2:before {
    background-color: #c50000;
    content: '';
    display: block;
    height: 3px;
    width: 75px;
    margin-bottom: 5px;
}
section h2:after {
    background-color: #c50000;
    content: '';
    display: block;
    position:absolute; 
    right:0 !important; 
    bottom:0;
    height: 3px;
    width: 75px;
    margin-bottom: 0.25em;
}*/


/*testimonial*/

#section-quote {
    width: 80%;
    position: relative;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 50px;
    padding-top: 50px;
}

.edu_heading_wrapper {
    text-align: center;
}

.float_left {
    float: left;
    width: 100%;
}

.edu_heading_wrapper h3 {
    font-size: 54px;
    color: #1e283c;
    text-transform: uppercase;
    font-weight: 800;
    position: relative;
}

/*.edu_heading_wrapper h3:after {
    position: absolute;
    content: '';
    background: rgba(116,66,93,1);
    background: -moz-linear-gradient(left, rgba(116,66,93,1) 0%, rgba(62,46,46,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116,66,93,1)), color-stop(100%, rgba(62,46,46,1)));
    background: -webkit-linear-gradient(left, rgba(116,66,93,1) 0%, rgba(62,46,46,1) 100%);
    background: -o-linear-gradient(left, rgba(116,66,93,1) 0%, rgba(62,46,46,1) 100%);
    background: -ms-linear-gradient(left, rgba(116,66,93,1) 0%, rgba(62,46,46,1) 100%);
    background: linear-gradient(to right, rgba(116,66,93,1) 0%, rgba(62,46,46,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1 );
    width: 60px;
    height: 3px;
    left: 0px;
    right: 0;
    margin: 0px auto;
    bottom: -20px;
    transition: all 500ms ease;
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
}
*/
.edu_heading_wrapper p {
    padding-top: 40px;
}

#section-quote .container-pe-quote.left {
    left: 110px;
}

#section-quote .container-pe-quote {
    position: absolute;
    height: 100%;
    top: 0px;
    z-index: 1;
}

#section-quote .container-pe-quote .li-quote-1 {
    height: 90px;
    width: 90px;
    left: 40px;
    top: 30px;
    animation-duration: 10s;
    -webkit-animation-duration: 10s;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

#section-quote .container-pe-quote .pp-quote {
    cursor: pointer;
    position: absolute;
    border-radius: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    animation-name: floating;
    -webkit-animation-name: floating;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-transform-origin: 50% 1px;
    -moz-transform-origin: 50% 1px;
    -ms-transform-origin: 50% 1px;
    -o-transform-origin: 50% 1px;
    transform-origin: 50% 1px;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -ms-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
}

#section-quote .container-pe-quote .pp-quote.li-quote-1 .img {
    background-image: url(../images/testmonial/2.png);
}

#section-quote .container-pe-quote .pp-quote .img {
    overflow: hidden;
    border-radius: 100%;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 120%;
    position: relative;
    z-index: 1;
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

#section-quote .container-pe-quote .pp-quote:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    height: calc(100% + 5px);
    width: calc(100% + 5px);
    border-radius: 100%;
    background-color: #fff;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

#section-quote .container-pe-quote .li-quote-2 {
    height: 63px;
    width: 63px;
    left: 150px;
    top: 150px;
    animation-duration: 12s;
    -webkit-animation-duration: 12s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

#section-quote .container-pe-quote .pp-quote {
    cursor: pointer;
    position: absolute;
    border-radius: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    animation-name: floating;
    -webkit-animation-name: floating;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-transform-origin: 50% 1px;
    -moz-transform-origin: 50% 1px;
    -ms-transform-origin: 50% 1px;
    -o-transform-origin: 50% 1px;
    transform-origin: 50% 1px;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -ms-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
}

#section-quote .container-pe-quote .pp-quote.li-quote-2 .img {
    background-image: url(../images/testmonial/1.png);
}

#section-quote .container-pe-quote .pp-quote .img {
    overflow: hidden;
    border-radius: 100%;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 120%;
    position: relative;
    z-index: 1;
}

#section-quote .container-pe-quote .li-quote-3 {
    height: 82px;
    width: 82px;
    left: -70px;
    top: 180px;
    animation-duration: 11s;
    -webkit-animation-duration: 11s;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

#section-quote .container-pe-quote .pp-quote {
    cursor: pointer;
    position: absolute;
    border-radius: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    animation-name: floating;
    -webkit-animation-name: floating;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-transform-origin: 50% 1px;
    -moz-transform-origin: 50% 1px;
    -ms-transform-origin: 50% 1px;
    -o-transform-origin: 50% 1px;
    transform-origin: 50% 1px;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -ms-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
}

#section-quote .container-pe-quote .pp-quote.li-quote-3 .img {
    background-image: url(../images/testmonial/2.png);
}

#section-quote .container-pe-quote .pp-quote .img {
    overflow: hidden;
    border-radius: 100%;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 120%;
    position: relative;
    z-index: 1;
}

#section-quote .container-pe-quote .li-quote-4 {
    height: 48px;
    width: 48px;
    left: 80px;
    top: 250px;
    animation-duration: 6s;
    -webkit-animation-duration: 6s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

#section-quote .container-pe-quote .pp-quote {
    cursor: pointer;
    position: absolute;
    border-radius: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    animation-name: floating;
    -webkit-animation-name: floating;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-transform-origin: 50% 1px;
    -moz-transform-origin: 50% 1px;
    -ms-transform-origin: 50% 1px;
    -o-transform-origin: 50% 1px;
    transform-origin: 50% 1px;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -ms-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
}

#section-quote .container-pe-quote .pp-quote.li-quote-4 .img {
    background-image: url(../images/testmonial/1.png);
}

#section-quote .container-pe-quote .pp-quote .img {
    overflow: hidden;
    border-radius: 100%;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 120%;
    position: relative;
    z-index: 1;
}

#section-quote .container-pe-quote .li-quote-5 {
    height: 73px;
    width: 73px;
    left: -60px;
    top: 320px;
    animation-duration: 7s;
    -webkit-animation-duration: 7s;
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

#section-quote .container-pe-quote .pp-quote {
    cursor: pointer;
    position: absolute;
    border-radius: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    animation-name: floating;
    -webkit-animation-name: floating;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-transform-origin: 50% 1px;
    -moz-transform-origin: 50% 1px;
    -ms-transform-origin: 50% 1px;
    -o-transform-origin: 50% 1px;
    transform-origin: 50% 1px;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -ms-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
}

#section-quote .container-pe-quote .pp-quote.li-quote-5 .img {
    background-image: url(../images/testmonial/2.png);
}

#section-quote .container-pe-quote .pp-quote .img {
    overflow: hidden;
    border-radius: 100%;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 120%;
    position: relative;
    z-index: 1;
}

#section-quote .container-pe-quote .li-quote-6 {
    height: 63px;
    width: 63px;
    left: 65px;
    top: 380px;
    animation-duration: 5s;
    -webkit-animation-duration: 5s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

#section-quote .container-pe-quote .pp-quote {
    cursor: pointer;
    position: absolute;
    border-radius: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    animation-name: floating;
    -webkit-animation-name: floating;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-transform-origin: 50% 1px;
    -moz-transform-origin: 50% 1px;
    -ms-transform-origin: 50% 1px;
    -o-transform-origin: 50% 1px;
    transform-origin: 50% 1px;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -ms-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
}

#section-quote .container-pe-quote .pp-quote.li-quote-6 .img {
    background-image: url(../images/testmonial/1.png);
}

#section-quote .container-pe-quote .pp-quote .img {
    overflow: hidden;
    border-radius: 100%;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 120%;
    position: relative;
    z-index: 1;
}

#section-quote .container-quote {
    position: relative;
    width: 100%;
    margin: 100px 0 150px;
    height: 135px;
    -webkit-perspective: 10000px;
    -moz-perspective: 10000px;
    -ms-perspective: 10000px;
    perspective: 10000px;
}

#section-quote .container-quote .quote.hide-bottom {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(100%) rotateX(-70deg);
    -moz-transform: translateX(-50%) translateY(100%) rotateX(-70deg);
    -ms-transform: translateX(-50%) translateY(100%) rotateX(-70deg);
    -o-transform: translateX(-50%) translateY(100%) rotateX(-70deg);
    transform: translateX(-50%) translateY(100%) rotateX(-70deg);
}

#section-quote .container-quote .quote {
    width: 520px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 50%;
    cursor: pointer;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 1s cubic-bezier(0.5, -0.01, 0, 1.005);
    -moz-transition: all 1s cubic-bezier(0.5, -0.01, 0, 1.005);
    -o-transition: all 1s cubic-bezier(0.5, -0.01, 0, 1.005);
    transition: all 1s cubic-bezier(0.5, -0.01, 0, 1.005);
}

#section-quote .container-quote .quote p {
    color: #797979;
    font-size: 18px;
    line-height: 28px;
    display: block;
}

#section-quote .container-quote .quote .container-info {
    display: inline-block;
    padding-left: 40px;
    position: relative;
    margin-top: 20px;
    text-align: left;
}

#section-quote .container-quote .quote-text-3 .container-info .pp {
    background-image: url(../images/3.jpg);
}

#section-quote .container-quote .quote .container-info .name {
    color: #081054;
    font-size: 18px;
}

#section-quote .container-quote .quote .container-info .job {
    color: #666;
    font-size: 16px;
}

#section-quote .container-quote .quote.hide-bottom {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(100%) rotateX(-70deg);
    -moz-transform: translateX(-50%) translateY(100%) rotateX(-70deg);
    -ms-transform: translateX(-50%) translateY(100%) rotateX(-70deg);
    -o-transform: translateX(-50%) translateY(100%) rotateX(-70deg);
    transform: translateX(-50%) translateY(100%) rotateX(-70deg);
}

#section-quote .container-quote .quote {
    width: 520px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 50%;
    cursor: pointer;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 1s cubic-bezier(0.5, -0.01, 0, 1.005);
    -moz-transition: all 1s cubic-bezier(0.5, -0.01, 0, 1.005);
    -o-transition: all 1s cubic-bezier(0.5, -0.01, 0, 1.005);
    transition: all 1s cubic-bezier(0.5, -0.01, 0, 1.005);
}

#section-quote .container-quote .quote p {
    color: #797979;
    font-size: 18px;
    line-height: 28px;
    display: block;
}

#section-quote .container-quote .quote .container-info {
    display: inline-block;
    padding-left: 40px;
    position: relative;
    margin-top: 20px;
    text-align: left;
}

#section-quote .container-quote .quote-text-4 .container-info .pp {
    background-image: url(../images/4.jpg);
}

#section-quote .container-quote .quote-text-5 .container-info .pp {
    background-image: url(../images/5.jpg);
}

#section-quote .container-quote .quote-text-6 .container-info .pp {
    background-image: url(../images/6.jpg);
}

#section-quote .container-quote .quote-text-8 .container-info .pp {
    background-image: url(../images/8.jpg);
}

#section-quote .container-quote .quote-text-7 .container-info .pp {
    background-image: url(../images/7.jpg);
}

#section-quote .container-quote .quote-text-9 .container-info .pp {
    background-image: url(../images/9.jpg);
}

#section-quote .container-quote .quote-text-10 .container-info .pp {
    background-image: url(../images/10.jpg);
}

#section-quote .container-quote .quote-text-11 .container-info .pp {
    background-image: url(../images/11.jpg);
}

#section-quote .container-quote .quote-text-13 .container-info .pp {
    background-image: url(../images/13.jpg);
}

#section-quote .container-quote .quote-text-1 .container-info .pp {
    background-image: url(../images/1.jpg);
}

#section-quote .container-quote .quote-text-2 .container-info .pp {
    background-image: url(../images/2.jpg);
}

#section-quote .container-pe-quote.right {
    right: 80px;
}

#section-quote .container-pe-quote {
    position: absolute;
    height: 100%;
    top: 0px;
    z-index: 1;
}

#section-quote .container-pe-quote .li-quote-7 {
    height: 73px;
    width: 73px;
    right: -15px;
    top: 30px;
    animation-duration: 5s;
    -webkit-animation-duration: 5s;
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

#section-quote .container-pe-quote .pp-quote {
    cursor: pointer;
    position: absolute;
    border-radius: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    animation-name: floating;
    -webkit-animation-name: floating;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-transform-origin: 50% 1px;
    -moz-transform-origin: 50% 1px;
    -ms-transform-origin: 50% 1px;
    -o-transform-origin: 50% 1px;
    transform-origin: 50% 1px;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -ms-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
}

#section-quote .container-pe-quote .pp-quote.li-quote-7 .img {
    background-image: url(../images/testmonial/1.png);
}

#section-quote .container-pe-quote .pp-quote .img {
    overflow: hidden;
    border-radius: 100%;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 120%;
    position: relative;
    z-index: 1;
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

#section-quote .container-pe-quote .pp-quote:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    height: calc(100% + 5px);
    width: calc(100% + 5px);
    border-radius: 100%;
    background-color: #fff;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

#section-quote .container-pe-quote .li-quote-8 {
    height: 73px;
    width: 73px;
    right: 50px;
    top: 150px;
    animation-duration: 8s;
    -webkit-animation-duration: 8s;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

#section-quote .container-pe-quote .pp-quote {
    cursor: pointer;
    position: absolute;
    border-radius: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    animation-name: floating;
    -webkit-animation-name: floating;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-transform-origin: 50% 1px;
    -moz-transform-origin: 50% 1px;
    -ms-transform-origin: 50% 1px;
    -o-transform-origin: 50% 1px;
    transform-origin: 50% 1px;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -ms-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
}

#section-quote .container-pe-quote .pp-quote.li-quote-8 .img {
    background-image: url(../images/testmonial/2.png);
}

#section-quote .container-pe-quote .pp-quote .img {
    overflow: hidden;
    border-radius: 100%;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 120%;
    position: relative;
    z-index: 1;
}

#section-quote .container-pe-quote .li-quote-9 {
    height: 48px;
    width: 48px;
    right: 150px;
    top: 90px;
    animation-duration: 7s;
    -webkit-animation-duration: 7s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

#section-quote .container-pe-quote .pp-quote {
    cursor: pointer;
    position: absolute;
    border-radius: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    animation-name: floating;
    -webkit-animation-name: floating;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-transform-origin: 50% 1px;
    -moz-transform-origin: 50% 1px;
    -ms-transform-origin: 50% 1px;
    -o-transform-origin: 50% 1px;
    transform-origin: 50% 1px;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -ms-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
}

#section-quote .container-pe-quote .pp-quote.li-quote-9 .img {
    background-image: url(../images/testmonial/1.png);
}

#section-quote .container-pe-quote .pp-quote:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    height: calc(100% + 5px);
    width: calc(100% + 5px);
    border-radius: 100%;
    background-color: #fff;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

#section-quote .container-pe-quote .li-quote-10 {
    height: 90px;
    width: 90px;
    right: 225px;
    top: 250px;
    animation-duration: 8s;
    -webkit-animation-duration: 8s;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

#section-quote .container-pe-quote .pp-quote {
    cursor: pointer;
    position: absolute;
    border-radius: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    animation-name: floating;
    -webkit-animation-name: floating;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-transform-origin: 50% 1px;
    -moz-transform-origin: 50% 1px;
    -ms-transform-origin: 50% 1px;
    -o-transform-origin: 50% 1px;
    transform-origin: 50% 1px;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -ms-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
}

#section-quote .container-pe-quote .pp-quote.li-quote-10 .img {
    background-image: url(../images/testmonial/2.png);
}

#section-quote .container-pe-quote .pp-quote .img {
    overflow: hidden;
    border-radius: 100%;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 120%;
    position: relative;
    z-index: 1;
}

#section-quote .container-pe-quote .li-quote-11 {
    height: 52px;
    width: 52px;
    right: 40px;
    top: 320px;
    animation-duration: 7s;
    -webkit-animation-duration: 7s;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

#section-quote .container-pe-quote .pp-quote {
    cursor: pointer;
    position: absolute;
    border-radius: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    animation-name: floating;
    -webkit-animation-name: floating;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-transform-origin: 50% 1px;
    -moz-transform-origin: 50% 1px;
    -ms-transform-origin: 50% 1px;
    -o-transform-origin: 50% 1px;
    transform-origin: 50% 1px;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -ms-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
}

#section-quote .container-pe-quote .pp-quote.li-quote-11 .img {
    background-image: url(../images/testmonial/2.png);
}

#section-quote .container-pe-quote .pp-quote .img {
    overflow: hidden;
    border-radius: 100%;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 120%;
    position: relative;
    z-index: 1;
}

#section-quote .container-pe-quote .li-quote-13 {
    height: 42px;
    width: 42px;
    right: 128px;
    top: 380px;
    animation-duration: 9s;
    -webkit-animation-duration: 9s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

#section-quote .container-pe-quote .pp-quote.li-quote-13 .img {
    background-image: url(../images/testmonial/1.png);
}

#section-quote .container-pe-quote .pp-quote:hover:after,
#section-quote .container-pe-quote .pp-quote.active:after {
    background: linear-gradient(90deg, #560ea5 3.62%, #2575fc 97.87%);
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    -moz-transform: translate(-50%, -50%) scale(1.05);
    -ms-transform: translate(-50%, -50%) scale(1.05);
    -o-transform: translate(-50%, -50%) scale(1.05);
    transform: translate(-50%, -50%) scale(1.05);
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

#section-quote .container-quote .quote-text-4 .container-info .pp {
    background-image: url(../images/4.jpg);
}


/*test series*/


/*.edu_books_main_wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
}

.float_left {
    float: left;
    width: 100%;
}

.edu_heading_wrapper {
    text-align: center;
}

.float_left {
    float: left;
    width: 100%;
}

.edu_heading_wrapper h3 {
    font-size: 30px;
    color: #1e283c;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
}

.edu_heading_wrapper h3:after {
    position: absolute;
    content: '';
    background: rgba(116,66,93,1);
    background: -moz-linear-gradient(left, rgba(116,66,93,1) 0%, rgba(62,46,46,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116,66,93,1)), color-stop(100%, rgba(62,46,46,1)));
    background: -webkit-linear-gradient(left, rgba(116,66,93,1) 0%, rgba(62,46,46,1) 100%);
    background: -o-linear-gradient(left, rgba(116,66,93,1) 0%, rgba(62,46,46,1) 100%);
    background: -ms-linear-gradient(left, rgba(116,66,93,1) 0%, rgba(62,46,46,1) 100%);
    background: linear-gradient(to right, rgba(116,66,93,1) 0%, rgba(62,46,46,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1 );
    width: 60px;
    height: 3px;
    left: 0px;
    right: 0;
    margin: 0px auto;
    bottom: -20px;
    transition: all 500ms ease;
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
}

.book {
    position: relative;
    width: 160px;
    height: 220px;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    margin-top: 80px;
}

.hardcover_front {
    -webkit-transition: all 0.8s ease, z-index 0.6s;
    -moz-transition: all 0.8s ease, z-index 0.6s;
    transition: all 0.8s ease, z-index 0.6s;
}

.hardcover_front, .hardcover_back {
    -webkit-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
}

.hardcover_front, .hardcover_back, .book_spine, .hardcover_front li, .hardcover_back li, .book_spine li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.hardcover_front {
    -webkit-transform: rotateY(-34deg) translateZ(8px);
    -moz-transform: rotateY(-34deg) translateZ(8px);
    transform: rotateY(-34deg) translateZ(8px);
    z-index: 100;
}

.hardcover_front li:first-child {
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-transform: translateZ(2px);
    -moz-transform: translateZ(2px);
    transform: translateZ(2px);
}

.hardcover_front li:first-child {
    background-color: #eee;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.hardcover_front, .hardcover_back, .book_spine, .hardcover_front li, .hardcover_back li, .book_spine li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.hardcover_front img {
    width: 100%;
    height: 100%;
}

.hardcover_front li:last-child {
    -webkit-transform: rotateY(180deg) translateZ(2px);
    -moz-transform: rotateY(180deg) translateZ(2px);
    transform: rotateY(180deg) translateZ(2px);
}

.hardcover_front li:last-child {
    background: #fffbec;
}

.hardcover_front, .hardcover_back, .book_spine, .hardcover_front li, .hardcover_back li, .book_spine li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.hardcover_front, .hardcover_back, .book_spine, .hardcover_front li, .hardcover_back li, .book_spine li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.page, .page > li {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.page > li:nth-child(1) {
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    transition-duration: 0.6s;
}

.page li:nth-child(1) {
    -webkit-transform: rotateY(-28deg);
    -moz-transform: rotateY(-28deg);
    transform: rotateY(-28deg);
}

.page > li {
    width: 100%;
    height: 100%;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition-property: transform;
    -moz-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    transition-timing-function: ease;
    text-align: center;
}

.page, .page > li {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.page > li {
    background: -webkit-linear-gradient(left, #e1ddd8 0%, #fffbf6 100%);
    background: -moz-linear-gradient(left, #e1ddd8 0%, #fffbf6 100%);
    background: -ms-linear-gradient(left, #e1ddd8 0%, #fffbf6 100%);
    background: linear-gradient(left, #e1ddd8 0%, #fffbf6 100%);
    box-shadow: inset 0px -1px 2px rgba(50, 50, 50, 0.1), inset -1px 0px 1px rgba(150, 150, 150, 0.2);
    border-radius: 0px 5px 5px 0px;
}

.page > li:nth-child(2) {
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    transition-duration: 0.6s;
}

.page li:nth-child(2) {
    -webkit-transform: rotateY(-30deg);
    -moz-transform: rotateY(-30deg);
    transform: rotateY(-30deg);
}

.page > li {
    width: 100%;
    height: 100%;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition-property: transform;
    -moz-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    transition-timing-function: ease;
    text-align: center;
}

.page, .page > li {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.page > li {
    background: -webkit-linear-gradient(left, #e1ddd8 0%, #fffbf6 100%);
    background: -moz-linear-gradient(left, #e1ddd8 0%, #fffbf6 100%);
    background: -ms-linear-gradient(left, #e1ddd8 0%, #fffbf6 100%);
    background: linear-gradient(left, #e1ddd8 0%, #fffbf6 100%);
    box-shadow: inset 0px -1px 2px rgba(50, 50, 50, 0.1), inset -1px 0px 1px rgba(150, 150, 150, 0.2);
    border-radius: 0px 5px 5px 0px;
}

.btn {
    display: inline-block;
    text-transform: uppercase;
    border: 2px solid #2c3e50;
    margin-top: 100px;
    font-size: 0.7em;
    font-weight: 700;
    padding: 0.1em 0.4em;
    text-align: center;
    -webkit-transition: color 0.3s, border-color 0.3s;
    -moz-transition: color 0.3s, border-color 0.3s;
    transition: color 0.3s, border-color 0.3s;
}

.page > li:nth-child(3) {
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.page li:nth-child(3) {
    -webkit-transform: rotateY(-32deg);
    -moz-transform: rotateY(-32deg);
    transform: rotateY(-32deg);
}

.page > li {
    width: 100%;
    height: 100%;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition-property: transform;
    -moz-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    transition-timing-function: ease;
    text-align: center;
}

.page, .page > li {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.page > li:nth-child(3) {
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.page li:nth-child(3) {
    -webkit-transform: rotateY(-32deg);
    -moz-transform: rotateY(-32deg);
    transform: rotateY(-32deg);
}

.page > li {
    width: 100%;
    height: 100%;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition-property: transform;
    -moz-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    transition-timing-function: ease;
    text-align: center;
}

.page, .page > li {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.page > li {
    background: -webkit-linear-gradient(left, #e1ddd8 0%, #fffbf6 100%);
    background: -moz-linear-gradient(left, #e1ddd8 0%, #fffbf6 100%);
    background: -ms-linear-gradient(left, #e1ddd8 0%, #fffbf6 100%);
    background: linear-gradient(left, #e1ddd8 0%, #fffbf6 100%);
    box-shadow: inset 0px -1px 2px rgba(50, 50, 50, 0.1), inset -1px 0px 1px rgba(150, 150, 150, 0.2);
    border-radius: 0px 5px 5px 0px;
}

.page > li:nth-child(4) {
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.page li:nth-child(4) {
    -webkit-transform: rotateY(-34deg);
    -moz-transform: rotateY(-34deg);
    transform: rotateY(-34deg);
}

.page > li {
    width: 100%;
    height: 100%;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition-property: transform;
    -moz-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    transition-timing-function: ease;
    text-align: center;
}

.page > li:nth-child(5) {
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    transition-duration: 0.6s;
}

.page li:nth-child(5) {
    -webkit-transform: rotateY(-36deg);
    -moz-transform: rotateY(-36deg);
    transform: rotateY(-36deg);
}

.hardcover_front, .hardcover_back {
    -webkit-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
}

.hardcover_front, .hardcover_back, .book_spine, .hardcover_front li, .hardcover_back li, .book_spine li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.hardcover_back {
    -webkit-transform: rotateY(-15deg) translateZ(-8px);
    -moz-transform: rotateY(-15deg) translateZ(-8px);
    transform: rotateY(-15deg) translateZ(-8px);
}

.hardcover_back li:first-child {
    -webkit-transform: translateZ(2px);
    -moz-transform: translateZ(2px);
    transform: translateZ(2px);
}

.hardcover_back li:first-child {
    background: #fffbec;
}

.hardcover_front, .hardcover_back, .book_spine, .hardcover_front li, .hardcover_back li, .book_spine li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.hardcover_back li:last-child {
    -webkit-transform: translateZ(-2px);
    -moz-transform: translateZ(-2px);
    transform: translateZ(-2px);
}

.hardcover_back li:last-child {
    background: #fffbec;
}

.book_spine {
    -webkit-transform: rotateY(60deg) translateX(-5px) translateZ(-12px);
    -moz-transform: rotateY(60deg) translateX(-5px) translateZ(-12px);
    transform: rotateY(60deg) translateX(-5px) translateZ(-12px);
    width: 16px;
    z-index: 0;
}

.hardcover_front, .hardcover_back, .book_spine, .hardcover_front li, .hardcover_back li, .book_spine li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.book_spine li:first-child {
    -webkit-transform: translateZ(2px);
    -moz-transform: translateZ(2px);
    transform: translateZ(2px);
}

.book_spine li:first-child {
    background: #eee;
}

.hardcover_front, .hardcover_back, .book_spine, .hardcover_front li, .hardcover_back li, .book_spine li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.book_spine li:last-child {
    -webkit-transform: translateZ(-2px);
    -moz-transform: translateZ(-2px);
    transform: translateZ(-2px);
}

.book_spine li:last-child {
    background: #333;
}

.edu_books_main_wrapper .container {
    max-width: 1140px;
}
*/



.edu_books_main_wrapper {
    margin-bottom: 70px;
    margin-top: 70px;
}


/*faq*/






#faq {
    margin: 0 auto;
    padding: 50px;
    width: 80%;
}

.accordion .accordion-item {
    border-bottom: 1px solid #e5e5e5;
}

.accordion .accordion-item button[aria-expanded='true'] {
    border-bottom: 1px solid #3d53eb;
}

.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: #7288a2;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
}

.accordion button:hover,
.accordion button:focus {
    cursor: pointer;
    color: #3d53eb;
}

.accordion button:hover::after,
.accordion button:focus::after {
    cursor: pointer;
    color: #3d53eb;
    border: 1px solid #3d53eb;
}

.accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 0;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
}

.accordion button .icon::before {
    display: block;
    position: absolute;
    content: '';
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
}

.accordion button .icon::after {
    display: block;
    position: absolute;
    content: '';
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
}

.accordion button[aria-expanded='true'] {
    color: #3d53eb;
}

.accordion button[aria-expanded='true'] .icon::after {
    width: 0;
}

.accordion button[aria-expanded='true']+.accordion-content {
    opacity: 1;
    max-height: 100%;
    transition: all 1000ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 1000ms linear, max-height 1000ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content p {
    font-size: 1rem;
    font-weight: 300;
    margin: 2em 0;
}


.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
    /* Adjust transition timing for smoother effect */
    height: auto;
    /* Add this line to ensure content expands to fit its content */
}




/*why pratham?*/



.sticky-wrapper {
    position: relative;
}

.sticky-content {
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
}


.bordered-nav .top-bar-right {
    background: linear-gradient(90deg, #560ea5 3.62%, #2575fc 97.87%);
}

footer a {
    color: #ffffff;
}

footer {
    background: linear-gradient(90deg, #560ea5 3.62%, #2575fc 97.87%) !important;
}



#News h2 {
    margin: 0 !important;
}

body {
    margin: 0;
    padding: 0;
    background-color: transparent;
    background: url(../images/doddlebg.png) center center repeat;
    background-attachment: fixed;
}

/*new why pratham*/

@media screen and (min-width: 991.98px) {
    .features {
        padding-bottom: 150px;
    }
}

@media screen and (min-width: 767.98px) {
    .features {
        padding-bottom: 100px;
    }
}

.features {
    padding-bottom: 0;
}

@media screen and (min-width: 991.98px) {
    .features_list {
        margin: 0 -17.5px;
    }
}

@media screen and (min-width: 767.98px) {
    .features_list {
        margin: 0 -15px;
    }
}

@media (min-width: 768px) {
    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.card {
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 12px;
    background: #fff;
    -webkit-box-shadow: 0 2px 14px rgba(216, 217, 255, .66);
    box-shadow: 0 2px 14px rgba(216, 217, 255, .66);
    text-align: center;
    padding: 40px 30px !important;
    height: 100%;
    cursor: pointer;
    /*    -webkit-transition: .4s ease-in-out;*/
    /*    -o-transition: .4s ease-in-out;*/
    /*    transition: .4s ease-in-out;*/
}

.card .content {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 0;
}

.card_media {
    background: -o-linear-gradient(316.28deg, #6a11cb 21.85%, #2575fc 104.32%);
    background: linear-gradient(133.72deg, #6a11cb 21.85%, #2575fc 104.32%);
    border-radius: 12px;
    width: 74px;
    height: 74px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    position: relative;
    overflow: hidden;
    color: white;
    font-size: 50px;
}

.card_media .icon {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 30px;
    -webkit-transition: color .4s ease-in-out;
    -o-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out;
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.card_media .icon {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 30px;
    -webkit-transition: color .4s ease-in-out;
    -o-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out;
}

.card_media .icon {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 30px;
    -webkit-transition: color .4s ease-in-out;
    -o-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out;
}

.card_main-title {
    margin: 0 auto 10px;
    -webkit-transition: color .4s ease-in-out;
    -o-transition: color .4s ease-in-out;
    transition: color .4s ease-in-out;
    font-size: 20px;
}

.card_main-text,
.card_main-title {
    max-width: 285px;
}

.card:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: -o-linear-gradient(307.13deg, #6a11cb 12.55%, #2575fc 108.54%);
    background: linear-gradient(142.87deg, #6a11cb 12.55%, #2575fc 108.54%);
    opacity: 0;
    -webkit-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
}

.card:hover {
    color: #fff;
    -webkit-box-shadow: 0 2px 14px rgba(112, 115, 255, .75);
    box-shadow: 0 2px 14px rgba(112, 115, 255, .75);
    background: linear-gradient(90deg, #560ea5 3.62%, #2575fc 97.87%) !important;
}

.card:hover .card_media {
    color: #3d53eb;
    background: #ffffff !important;
}

.features ul {
    list-style: none;
}

#wp .edu_heading_wrapper {
    padding-bottom: 42px;
    padding-top: 50px;
}



/*#about h3, #faq h3 {
    font-size: 30px;
    color: #1e283c;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    text-align: center;
}*/

#about h3,
#faq h3 {
    font-size: 54px;
    color: #1e283c;
    text-transform: uppercase;
    font-weight: 800;
    position: relative;
    text-align: center;
}

/*#about h3:after, #faq h3:after {
    position: absolute;
    content: '';
    background: rgb(8 16 84);
    background: -moz-linear-gradient(left, rgba(116,66,93,1) 0%, rgba(62,46,46,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(116,66,93,1)), color-stop(100%, rgba(62,46,46,1)));
    background: -webkit-linear-gradient(left, rgb(8 16 84) 0%, rgba(62, 46, 46, 1) 100%);
    background: -o-linear-gradient(left, rgba(116,66,93,1) 0%, rgba(62,46,46,1) 100%);
    background: -ms-linear-gradient(left, rgba(116,66,93,1) 0%, rgba(62,46,46,1) 100%);
    background: linear-gradient(to right, rgb(8 16 84) 0%, rgba(62, 46, 46, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74425d', endColorstr='#3e2e2e', GradientType=1 );
    width: 60px;
    height: 3px;
    left: 0px;
    right: 0;
    margin: 0px auto;
    bottom: -20px;
    transition: all 500ms ease;
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
}*/

header section {
    display: none;
}

footer.dis-non {
    display: none;
}

header a:hover {
    background: linear-gradient(111.41deg, #ff0844 24.85%, #ff8b67 95.39%);
    color: #fff !important;
}

#about .section_title_wrapper__about-content.mb-40 {
    padding-top: 42px;
}

#coursehead {
    position: relative;
    top: 46px;
    background: white;
}

.headrow {
    height: 50px;
    width: 80%;
    margin: 0 auto;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.headcontent h1 {
    font-weight: 900;
}


/* Header Styles */
#coursehead {
    /* background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%); */
    padding: 20px;
    color: #3f5ff1;
    position: fixed;
    /* top: 45px; */
    /* left: 0px; */
    width: 100%;
    z-index: 999;
    box-shadow: aliceblue;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08), 0 2px 4px 0 rgba(0, 0, 0, 0.12);
}

.headlogo img {
    width: 100%;
    height: auto;
}

.headcontent {
    text-align: center;
}

.headcontent h1 {
    font-size: 24px;
    line-height: 1.2;
    margin: 0.2em 0;
}

/* Responsive Design */
@media (max-width: 768px) {
    .headrow {
        flex-direction: column;
        align-items: flex-start;
    }

    .headcontent {
        text-align: left;
        margin-top: 10px;
    }

    .headcontent h1 {
        font-size: 1.5em;
    }

    .headlogo img {
        width: 100%;
    }
}

#toprankers .item {
    border-radius: 44px;
}

table {
    border-radius: 12px;
    overflow: hidden;
    /* Ensures the rounded corners work */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* Adds a subtle shadow */
    border-collapse: separate;
    /* Ensures the shadow is applied correctly */
}

/* Additional styling to ensure the header also has rounded corners */
thead tr:first-child th:first-child {
    border-top-left-radius: 12px;
}

thead tr:first-child th:last-child {
    border-top-right-radius: 12px;
}

tbody tr:last-child td:first-child {
    border-bottom-left-radius: 12px;
}

tbody tr:last-child td:last-child {
    border-bottom-right-radius: 12px;
}

.reservation,
.pattern,
.fees {
    top: 15px !important;
}



.marqueetop {
    background: #ffffff !important;
    top: 19px !important;
    padding: 0 !important;
    border-radius: 6px !important;
}

.marqueetop i.popbtn.btn-theme.icon-left.bg-white.no-shadow.d-none.d-lg-inline-block.align-self-center {
    border-radius: 6px !important;
}

.marqueetop button:focus {
    outline: none !important;
    outline: none !important;
}

.marqueetop:focus {
    outline: none !important;
}

.marqueetop i:hover {
    background: linear-gradient(111.41deg, #ff0844 24.85%, #ff8b67 95.39%);
    color: #ffffff !important;
}

#btnOpenForm.marqueetop .popbtn {
    font-family: 'Montserrat' !important;
}

.stripheading h1 {
    margin: 0 auto;
    text-align: center;
    font-weight: 600;
    color: #424cd8;
}

#pagetabs #btnOpenForm {
    z-index: 0;
}

.stripheading.mobview {
    display: none;
}

h3 {
    color: #4c36c5 !important;
}

#pagetabs.clat #Contact2 .row .section_title_wrapper p.p-justify {
    margin-top: 0 !important;
}

#pagetabs.clat #btnOpenForm {
    top: 20px;
}

#about.impdates {
    padding-bottom: 0;
}

.about2-left.d-flex {
    overflow-x: auto;
}

.about2-left.d-flex {
    overflow-x: auto;
}

.about2-left.d-flex {
    overflow-x: auto;
}

/* new CCS by Rohit*/
.section_title_wrapper h4 {
    text-transform: uppercase;
    font-weight: 800;
    position: relative;
    text-align: center;
    color: #4c36c5 !important;
    font-size: 24px;
    margin-bottom: 15px;
}

.about .section_title_wrapper__about-content.mb-40 {
    padding-top: 42px;
}

.about.impdates {
    padding-bottom: 0;
}

.topic_heading h2 {
    color: #0d3d6b;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
    padding: 0 20px;
}

.topic_heading {
    text-align: center;
}

.para {
    padding: 0 0 40px 0;
    text-align: center;
    /* font-size: 18px; */
    font-weight: 400;
}

.para2 {
    padding: 0 0 0 40px;
    text-align: left;
}

.points {
    width: 40%;
    margin: 0 auto;
    text-align: left;
    margin-left: 40%;
}

.displaybtn {
    display: none;
}

.points2 {
    text-align: left;
    margin-left: 36%;
    padding-bottom: 25px;
}

.accordion-content {
    text-align: left;
}

@media (max-width: 768px) {
    .displaybtn {
        display: block;
    }

    .points {
        width: 80%;
        margin-left: calc(50% - 34%);
    }

    .points2 {
        margin-left: 26%;
    }

    .list_points {
        padding: 0 20px 0 50px !important;
        text-align: left;
    }
}