body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: "f1";
    src: url(../fonts/karla/Karla-Medium.ttf);
}

@font-face {
    font-family: "f2";
    src: url(../fonts/spectral/Spectral-Bold.ttf);
}

@font-face {
    font-family: "f3";
    src: url(../fonts/roboto/Roboto-Regular.ttf);
}

@font-face {
    font-family: "f4";
    src: url(../font/Estrangelo-edessa/estre.ttf);
}

@font-face {
    font-family: "f5";
    src: url(../font/Oswald/Oswald-Bold.ttf);
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

.top-header .navbar .navbar-brand img {
    width: 70%;
}

.top-header .navbar .navbar-nav .nav-item .nav-link {
    color: #fff;
    font-family: "f1";
    padding: 10px 40px 5px 0;
    position: relative;
}

.top-header .navbar .navbar-nav .nav-link::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0px;
    height: 2px;
    background-color: #ffc902;
    content: " ";
    transition: all 0.6s ease;
    opacity: 0;
}

.top-header .navbar .navbar-nav .active>.nav-link::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 35px;
    height: 2px;
    background: #ffc902;
    content: ' ';
    transition: all 0.6s ease;
    opacity: 1;
}

.top-header .navbar .navbar-nav .nav-link:hover::before {
    width: 35px;
    transition: all 0.6s ease;
    opacity: 1;
}

.top-header .navbar .navbar-nav .active>.nav-link {
    color: #FFC902;
}

.top-header .navbar .navbar-nav .nav-item .nav-link:hover {
    color: #FFC902;
}

.top-header .navbar .navbar-nav .free-lesson {
    background: #4dc591;
    padding: 10px 30px;
    border-radius: 100px;
    cursor: pointer;
}

.top-header .navbar .navbar-nav .free-lesson a {
    color: #fff;
    font-family: "f1";
}

.navbar-toggler svg {
    color: #fff;
}

.navbar-light .navbar-toggler {
    border: 1px solid #4dc591;
    border-radius: 5px;
    outline: none;
    box-shadow: none;
}

.get-in-touch {
    box-shadow: none !important;
    border-radius: 0 !important;
    background: none !important;
}

.get-in-touch p {
    font-family: "f1";
}

.zipbrain-enq-frm .modal-header h5 {
    font-family: "f2";
    font-size: 30px;
    color: #172a88;
}

.zipbrain-enq-frm .modal-header .btn-close {
    opacity: 1;
}

.zipbrain-enq-frm .modal-header .btn-close:focus {
    box-shadow: none;
}

.zipbrain-enq-frm .modal-content {
    border-radius: 25px;
}


/*** Footer Start ***/
.footer-bg {
    background-image: url(../images/footer-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.ftr-contact {
    padding: 40px 0 0;
}

.ftr-contact h3 {
    color: #fff;
    padding-bottom: 10px;
    font-family: "f1";
    font-size: 30px;
}

.ftr-contact ul li a {
    color: #fff;
    font-family: "f1";
}

.ftr-contact ul li svg {
    color: #fff;
    margin-right: 10px;
}

.ftr-contact ul li {
    padding: 0 0 10px 0;
    color: #fff;
    font-family: "f1";
}

.ftr-contact .quick-links li svg {
    font-size: 12px;
    margin-right: 5px;
}

.ftr-contact .quick-links li a:hover {
    padding-left: 10px;
    transition: all 0.6s ease;
    color: #4dc591;
}

.ftr-contact .quick-links li a {
    transition: all 0.6s ease;
}

.msg-option ul li svg {
    font-size: 20px;
    margin-right: 0;
}

.msg-option ul li {
    display: inline-block;
    background: #4253a1;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 45px;
    margin: 0px 5px;
    transition: all 0.6s ease;
    transform: rotate(-360deg);
}

.msg-option ul li:hover {
    background: #4dc591;
    transition: all 0.6s ease;
    border-radius: 100px;
    transform: rotate(360deg);
}

.copy-right p {
    color: #fff;
    font-family: "f1";
}

.copy-right {
    text-align: center;
    padding: 20px 0 0;
    border-top: 1px solid #fff;
    margin-top: 30px;
}

.copy-right p a {
    color: #FFC902;
}

/*** Footer End ***/

/*** Home Page Start ***/

.banner-section {
    background-image: url(../images/banner-image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-content h1 {
    font-family: "f2";
    color: #fff;
    font-size: 45px;
}

.banner-content h1 span {
    color: #4dc591;
}

.banner-content p {
    font-family: "f3";
    color: #fff;
    text-align: justify;
}

.banner-content {
    padding: 80px 0;
}

.get-lesson {
    margin-top: 35px;
}

.get-lesson a {
    background: #4dc591;
    padding: 15px 30px;
    border-radius: 100px;
    color: #fff;
    font-family: "f1";
    font-size: 18px;
}

.brain-academy {
    margin-top: 30px;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}

.brain-academy img {
    transform: scale(1.2);
}

.academy-intro {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-60px, 180px);
    background: #ffb155;
    width: 100px;
    height: 100px;
    line-height: 110px;
    border-radius: 100px;
    cursor: pointer;
    box-shadow: 10px 5px 20px 0px #00000082;
}

.academy-intro svg {
    color: #fff;
    font-size: 30px;
}

.skills-set {
    padding: 80px 0 30px;
    background-image: url(../images/home-page-images/play-activity-bg.png);
    background-repeat: no-repeat;

}

.skill-activity {
    width: 70%;
    padding: 20px 0 60px;
}

.skill-activity h2 {
    font-size: 38px;
    font-family: "f2";
    color: #172a88;
}

.icon {
    background: #4dc591;
    width: 100px;
    height: 100px;
    border-radius: 20px;
    transform: rotate(66.63deg);
}

.icon img {
    padding: 15px;
    transform: rotate(-75deg);
}

.critical-think h4 {
    padding-top: 30px;
    font-family: "f1";
    font-size: 25px;
    font-weight: 600;
    color: #172a88;
}

.critical-think p {
    text-align: justify;
    font-family: "f3";
    color: #848484;
}

.child-classroom h2 {
    color: #172a88;
    font-size: 38px;
    font-family: "f2";
}

.child-classroom {
    margin-top: 50px;
}

.child-classroom p {
    text-align: justify;
    font-family: "f3";
    color: #848484;
}

.join-btn {
    margin-top: 45px;
}

.join-btn a {
    border: 1px solid #4dc591;
    padding: 10px 30px;
    border-radius: 100px;
    color: #172a88;
    font-family: "f1";
    transition: all 0.6s ease;
}

.join-btn a:hover {
    border: 1px solid #4dc591;
    background: #4dc591;
    color: #fff;
    transition: all 0.6s ease;
}

.single-item {
    background: #ffffff;
    box-shadow: 0px 0px 15px 0px rgb(145 178 201 / 40%);
    border-radius: 10px;
    overflow: hidden;
    margin: 0 5px 20px 0;
    height: 315px;
}

.single-item .class-content {
    padding: 10px 5px;
}

.single-item .class-content h5 {
    color: #172a88;
    font-family: "f1";
    font-size: 22px;
    padding: 0px 5px 8px;
    margin-bottom: 0
}

.single-item .class-content p {
    color: #848484;
    font-family: "f3";
    padding: 0 5px;
    text-align: justify;
    margin-bottom: 0;
    font-size: 14px;
}

.single-item-ftr {
    border-top: 1px solid rgb(23 42 136 / 10%);
    margin: 5px 10px 10px;
    padding: 10px 0 0;
}

.single-item figure {
    margin: 0 auto;
    overflow: hidden;
    height: 100px;
}

.single-item:hover figure img {
    transform: scale(1.2);
    transition: all .8s ease;
}

.single-item figure img {
    transform: scale(1);
    transition: all .8s ease;
}

.single-item:hover span {
    color: #4dc591;
    transition: all 0.6s ease;
}

.single-item span {
    transition: all 0.6s ease;
    font-family: "f1";
}

.class-content {
    height: 130px;
}

.career-content span {
    font-family: "f2";
    font-size: 22px;
    color: #848484;
}

.career-content {
    text-align: center;
    margin-top: 60px;
}

.career-content h2 {
    font-family: "f2";
    font-size: 35px;
    color: #353535;
}

.career-content p {
    font-family: "f1";
    color: #5d5d5d;
    padding: 10px 75px;
    font-size: 19px;
}

.career-servay img {
    border-bottom-left-radius: 40px;
}

.career-servay {
    position: relative;
    z-index: 1;
}

.career-servay::before {
    position: absolute;
    width: 140px;
    height: 140px;
    left: 20%;
    bottom: 60%;
    background: rgb(143 152 255 / 10%);
    border-radius: 20px;
    content: ' ';
    transform: rotate(45deg);
    z-index: -1;
}

.career-frm {
    width: 100%;
    border: none;
    border-bottom: 1px solid rgb(23 42 136 / 32%);
    outline: none;
    padding: 10px 0;
    font-family: "f1";
    background: none;
    transition: all 0.8s ease;
}

.career-frm:focus {
    border-bottom: 1px solid #4dc591;
    transition: all 0.8s ease;
}

.survay-btn {
    margin-top: 15px;
    text-align: center;
}

.survay-btn a {
    background: #4dc591;
    padding: 15px 30px;
    color: #fff;
    border-radius: 100px;
    font-family: "f1";
}

.servay-bg {
    background: #fff;
    box-shadow: 0px 0px 50px 0px rgb(142 142 142 / 9%);
    border-radius: 40px;
}

.career-section {
    padding: 30px 0 80px;
}

.story-board {
    background: #ffffff;
    box-shadow: 0px 0px 20px rgb(132 132 132 / 24%);
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 10px;
}

.story-board-content {
    padding: 16px 30px 0;
}

.story-board-content h4 {
    font-family: "f2";
    font-size: 25px;
    color: #353535;
}

.story-board-content p {
    font-family: "f1";
    color: #505050;
    font-size: 18px;
}

.testimonial-section {
    padding: 0 0 80px;
}

.student-portal {
    width: 60%;
    padding-bottom: 50px;
}

.student-portal h2 {
    font-family: "f2";
    font-size: 40px;
    color: #172a88;
}

.more-btn {
    text-align: center;
}

.more-btn button {
    border: 1px solid #4dc591;
    padding: 10px 30px;
    border-radius: 100px;
    color: #172a88;
    font-family: "f1";
    transition: all 0.6s ease;
    background: none;
}

.more-btn button:hover {
    border: 1px solid #4dc591;
    padding: 10px 30px;
    border-radius: 100px;
    color: #fff;
    background: #4dc591;
    transition: all 0.6s ease;
}


#stories1 {
    display: none;
}

#stories2 {
    display: none;
}

.course-section h2 {
    font-family: "f2";
    font-size: 40px;
    color: #172a88;
}

.budget-container ul .budget-item .budget-twomonth {
    background-image: url(../images/home-page-images/budget-two-month.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 270px;
    height: 270px;
    position: absolute;
    right: 0;
}

.budget-twomonth label {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 85px 50px 50px 80px;
    font-size: 22px;
    color: #fff;
    font-family: "f1";
}

.budget-twomonth label span {
    font-family: "f2";
    color: #fff;
    font-size: 40px;
}

.budget-container ul .second {
    position: relative;
    width: 50%;
    min-height: 395px;
    background-image: url(../images/home-page-images/budget-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}

.budget-container ul .budget-item .budget-onemonth {
    background-image: url(../images/home-page-images/budget-one-month.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 245px;
    height: 245px;
    position: absolute;
    left: 23%;
    top: 38%;
}

.budget-onemonth label {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 85px 50px 50px 70px;
    font-size: 22px;
    color: #fff;
    font-family: "f1";
}

.budget-onemonth label span {
    font-family: "f2";
    color: #fff;
    font-size: 40px;
}

.budget-container ul {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    justify-content: center;
}

.budget-container ul li h3 {
    position: absolute;
    top: 90px;
    margin: 0;
    font-size: 25px;
    right: 50%;
    font-family: "f3";
    color: #1b64f0;
}

.journey-section {
    padding: 30px 0 50px;
}

.journey-start h2 {
    font-family: "f2";
    font-size: 40px;
    color: #172a88;
    margin-bottom: 20px;
}

.journey-start p {
    font-family: "f1";
    font-size: 18px;
}

.journey-start p a {
    color: #4dc591;
}

.journey-start {
    padding: 80px 0;
}

.journey-form .form-group .journey-frm {
    width: 100%;
    outline: none;
    padding: 10px;
    border: none;
    border-bottom: 1px solid #dcdcdc;
    font-family: "f1";
    color: #242424;
    margin-bottom: 20px;
    background: none;
}

.journey-form .form-group .journey-frm:focus {
    border-bottom: 1px solid #4dc591;
}

.submit-btn a {
    border: 1px solid #4dc591;
    background: none;
    padding: 10px 30px;
    border-radius: 100px;
    font-family: "f1";
    color: #172a88;
    transition: all 0.6s ease;
}

.submit-btn a:hover {
    background: #4dc591;
    border: 1px solid #4dc591;
    color: #fff;
    transition: all 0.6s ease;
}

.journey-form .submit-btn {
    text-align: center;
    margin-top: 20px;
}

.get-in-touch button {
    border: 1px solid #4dc591;
    background: none;
    padding: 10px 30px;
    border-radius: 100px;
    font-family: "f1";
    color: #172a88;
    transition: all 0.6s ease;
}

.get-in-touch button:hover {
    background: #4dc591;
    border: 1px solid #4dc591;
    color: #fff;
    transition: all 0.6s ease;
}

.journey-form {
    background: #ffffff;
    padding: 30px;
    box-shadow: 0px 0px 20px 0px #989898;
    border-radius: 20px;
}

.pt {
    padding-top: 60px;
}

/*** Home Page End ***/

/*** About Page Start ***/
.about-banner {
    background-image: url(../images/about-page/zipbrainai-about-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
}

.build-child h2 {
    font-size: 38px;
    font-family: "f2";
    color: #172a88;
}

.build-child {
    width: 70%;
}

.build-child-section {
    padding: 80px 0;
}

.future-section {
    margin: 80px 0 0;
}

.future-section h3 {
    font-family: "f2";
    font-size: 30px;
    color: #172a88;
}

.future-section p {
    font-family: "f1";
    text-align: justify;
    line-height: 27px;
}

.future-section-img {
    text-align: center;
}

.future-section-img img {
    width: 70%;
}

.our-goal {
    padding-top: 40px;
}

.our-goal h4 {
    font-family: "f1";
    font-size: 25px;
    color: #4dc591;
    line-height: 30px;
}

.marquee {
    width: 85%;
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
}

.marquee span {
    display: inline-block;
    font-size: 35px;
    position: relative;
    left: 100%;
    color: #172a88;
    animation: marquee 8s linear infinite;
    font-family: "f2";
}

.marquee:hover span {
    animation-play-state: paused;
}

.marquee span:nth-child(1) {
    animation-delay: 0s;
}

.marquee span:nth-child(2) {
    animation-delay: 0.8s;
}

.marquee span:nth-child(3) {
    animation-delay: 1.6s;
}

.marquee span:nth-child(4) {
    animation-delay: 2.4s;
}

.marquee span:nth-child(5) {
    animation-delay: 3.5s;
}

.zipbrain-explore {
    padding: 80px 0;
}

@keyframes marquee {
    0% {
        left: 100%;
    }

    100% {
        left: -100%;
    }
}

.our-staff h2 {
    font-size: 38px;
    font-family: "f2";
    color: #172a88;
}

.our-staff p {
    font-family: "f1";
    text-align: justify;
    line-height: 27px;
}

.our-staff {
    width: 50%;
    padding-bottom: 30px;
}

.single-professor {
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
}
.class-items {
    border-radius: 10px;
    position: relative;
}
.class-items::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ' ';
    background-color: rgb(0 0 0 / 42%);
}
.class-items .professor-content h4 {
    margin-bottom: 0;
}
.class-items .professor-content span {
    color: #fff;
}
.class-items .professor-content {
    padding-bottom: 10px;
}
.class-items:hover figure img {
    transform: scale(1.2);
    transition: all .8s ease;
}

.class-items figure img {
    transform: scale(1);
    transition: all .8s ease;
}

.professor-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(#4dc591), color-stop(85%, rgba(77, 197, 145, 0)))
}

.professor-content {
    position: absolute;
    bottom: 0;
    padding: 0 10px;
}

.professor-content h4 {
    color: #fff;
    font-family: "f2";
}

.professor-content p {
    color: #fff;
    font-family: "f1";
    font-size: 15px;
}

.staff-section {
    padding: 0 0 80px;
}

.principles-section h2 {
    font-size: 38px;
    font-family: "f2";
    color: #172a88;
    padding-bottom: 20px;
}

.main-principles {
    background: #ffffff;
    padding: 20px 20px;
    border-radius: 10px;
    position: relative;
    box-shadow: 0px 0px 15px #9c9c9c80;
    margin: 20px 0;
    height: 210px;
}

.main-principles h4 {
    font-family: "f2";
    color: #4dc591;
    margin-bottom: 20px;
}

.main-principles h2 {
    position: absolute;
    top: 35%;
    left: 15px;
}

.main-principles p {
    padding-left: 50px;
    text-align: justify;
    font-family: "f1";
    color: #172a88;
    margin-bottom: 0;
}

.principles-section {
    padding: 0 0 80px;
}

.question-section h2 {
    font-size: 38px;
    font-family: "f2";
    color: #172a88;
    padding-bottom: 30px;
}

.freq-quest h4 {
    font-family: "f1";
    font-size: 22px;
    color: #00b0e5;
    padding-bottom: 15px;
}

.freq-quest p {
    text-align: justify;
    font-family: "f1";
}

.freq-quest {
    margin-bottom: 30px;
}

.mail-zepb {
    width: 80%;
}

.mail-zepb h4 {
    font-family: "f1";
    font-size: 22px;
    font-weight: 600;
    line-height: 35px;
    color: #464646;
}

.mail-zepb h4 a {
    color: #4dc591;
}

.zipb-mail-section {
    padding: 80px 0 0;
}

/*** About Page End ***/

/*** Class Page Start ***/

.classes-section {
    padding: 80px 0 10px;
}

.class-title h2 {
    font-size: 38px;
    font-family: "f2";
    color: #172a88;
    padding-bottom: 30px;
}

.class-title {
    width: 76%;
}

.define-class {
    padding: 80px 0 15px;
}

.single-items {
    height: auto;
    border-radius: 10px;
}

.get-free-section {
    background: #172a88;
    padding: 50px 0;
    text-align: center;
    border-radius: 25px;
    margin: 10px 80px;
    position: relative;
    overflow: hidden;
}

.get-free-section::after {
    position: absolute;
    width: 140px;
    height: 140px;
    right: 0;
    bottom: -50px;
    background: rgb(143 152 255 / 10%);
    border-radius: 20px;
    content: ' ';
    transform: rotate(40deg);
    z-index: 1;
}

.get-free-section::before {
    position: absolute;
    width: 250px;
    height: 250px;
    left: -10%;
    bottom: 30px;
    border-radius: 20px;
    content: ' ';
    z-index: 1;
    background-image: url(../images/about-page/doted.png);
    background-repeat: no-repeat;
}

.get-free-section h2 {
    color: #fff;
    font-family: "f2";
    font-size: 35px;
}

.get-free-form {
    margin: 40px 200px;
}

.get-free-form .form-group .career-frm {
    border-bottom: 1px solid #fff;
    background: none;
    color: #fff;
}

.course-compare h2 {
    font-size: 38px;
    font-family: "f2";
    color: #172a88;
    padding-bottom: 30px;
}

.course-compare {
    padding: 80px 0;
}
.course-pricing {
    text-align: center;
    background: #ffffff;
    box-shadow: 0px 0px 30px 0px #dcdcdc;
    border-radius: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.price-head h2 {
    font-family: "f2";
    font-size: 30px;
    margin-bottom: 0;
}
.price-head b {
    font-family: "f1";
}
.price-head h5 {
    font-family: "f2";
    font-size: 22px;
}
.course-pricing h6 {
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    padding: 10px 0;
    font-family: "f1";
    margin: 0 30px;
}

.course-pricing p {
    font-family: "f1";
    margin-bottom: 0;
    padding: 0 10px;
}
.course-pricing h3 {
    background: rgb(36 53 141 / 8%);
    padding: 7px;
    font-size: 18px;
    font-family: "f1";
}
.price-list {
    text-align: left;
    padding: 20px;
    border-bottom: 1px solid #d1d1d1;
}
.price-list ul li svg {
    margin-right: 10px;
}
.price-list ul li {
    padding: 7px 0;
}
.upgrade-details {
    padding: 30px 30px 0;
}
.upgrade-details p {
    margin-bottom: 0;
    padding-bottom: 0;
    color: #4dc591;
}
.zipbrain-price {
    padding: 70px 0;
}
.zipbrain-price .Previous svg{
    width: 15px;
}
.plan-btn {
    margin: 25px 0;
}
.plan-btn a {
    background: #172a88;
    padding: 10px 55px;
    color: #fff;
    font-family: "f1";
    font-size: 18px;
    border-radius: 5px;
    transition: all 0.6s ease;
}
.plan-btn a:hover {
    background: #4dc591;
    transition: all 0.6s ease;
}
.price-head {
    padding: 0 0 10px;
}

.price-list .price-basic li svg {
    color: #4dc591;
}
.price-details {
    margin-bottom: 30px;
}

/*** Class Page End ***/

/*** Class Details Start ***/
.class-details h2 {
    font-family: "f2";
    font-size: 35px;
    color: #172a88;
    margin-bottom: 20px;
}

.details-section {
    padding: 70px 0;
}

.course-desc h4 {
    font-family: "f2";
    font-size: 25px;
    padding: 20px 0 0;
    color: #172a88;
}

.course-desc p {
    font-family: "f1";
    text-align: justify;
}

.course-desc strong {
    color: #4dc591;
}

.class-fee h4 {
    font-family: "f2";
    color: #172a88a8;
    font-size: 25px
}

.class-fee strong {
    font-family: "f1";
    font-size: 25px;
    color: #172a88;
}

.class-fee {
    border: 1px solid #172a8826;
    width: 70%;
    padding: 10px 20px;
    border-radius: 5px;
}

.pay-now {
    margin: 40px 0;
}

.pay-now a {
    border: none;
    background: #4dc591;
    padding: 10px 30px;
    color: #fff;
    font-family: "f1";
    font-size: 18px;
    border-radius: 10px;
    outline: none;
}

/*** Class Details End ***/

/*** Blog Start ***/

.blog-heading h2 {
    text-align: center;
    font-family: "f2";
    padding: 20px 0 0px 0;
    color: #172a88;
}

.blog-heading h3 {
    text-align: center;
    font-family: "f2";
    font-size: 20px;
    color: #172a88;
    margin: 0;
}

.blog-heading h3:hover {
    color: #217be5;
}

.blog-heading h5 {
    font-family: "f1";
    text-align: center;
    color: #212529;
    padding-top: 10px;
    padding-bottom: 20px;
}

.blog-heading h4 {
    text-align: center;
    font-family: "f2";
    font-size: 16px;
    padding: 20px 0 0px 0;
    text-transform: uppercase;
    color: #172a88;
}

/*
.blog-heading h5 {
    text-align: center;
    font-family: "f2";
    font-size: 24px;
    text-shadow: 1px 2px 1px #C79292;
    margin: 0;
}
*/

.carousel-control.left {
    background-image: none;
}

.carousel-control.right {
    background-image: none;

}

.carousel-indicators {
    display: none;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 10%;
    font-size: 30px;
    padding: 10px;
    /*    background: #18376d;*/
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 10%;
    font-size: 30px;
    padding: 10px;
    /*    background: #18376d;*/
}

.blog-heading p {
    font-family: "f1";
    width: 70%;
    text-align: center;
    margin: 0 auto;
    padding: 20px 0 20px 0;
    line-height: 26px;
    color: #212529;
}

.blog-img {
    box-shadow: 0px 2px 5px #4d4d4d;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.blog-img a {
    z-index: 1;
}

.blog-half a {
    z-index: 11;
}

.blog-img img {
    width: 100%;
    height: auto;

}

.blog-img:before,
.blog-img:after {
    position: absolute;
    top: 0;
    width: 0;
    height: 100%;
    background: #4dc591;
    content: "";
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    opacity: .75;
}

.blog-half:hover .blog-img:before {
    width: 50%;
}

.blog-half:hover .blog-img:after {
    width: 50%;
}

.blog-half:hover .blog-img:after {
    width: 50%;
}

.blog-half {
    position: relative;
}

.share-btn {
    position: absolute;
    bottom: 0;
    right: 1%;
    z-index: 11;
    transition: all 1s ease 0s;
}

.share-btn .share-button:hover {
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    transition: all 1s ease 0s;
}


.share-button:hover a svg {
    color: #fff;
    transition: all 1s ease 0s;
}



.blog-img:before {
    left: 0;
}

.blog-img:after {
    right: 0;
}

.about-me h2 {
    border-top: 1px solid rgb(36 36 36 / 45%);
    border-bottom: 1px solid rgb(36 36 36 / 45%);
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-family: "f2";
    font-size: 20px;
    color: #172a88;
}

.about-me img {
    width: 100%;
}

.about-txt1 p {
    font-family: "f1";
    line-height: 24px;
    padding-top: 5px;
    color: #212529;
    font-size: 14px;
    text-align: justify;
}

.about-txt p {
    font-family: "f1";
    font-size: 14px;
    line-height: 24px;
    color: #212529;
    text-align: justify;

}


.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-unstyled.recent-list li {
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
}

.alignleft {
    float: left;
    margin-right: 15px;
}

.list-unstyled.recent-list img {
    border: 3px solid #b9b9b9;
    width: 90px;
}

.list-unstyled h5 {
    font-size: 15px;
    font-weight: 700;
    color: #172a88;
    margin: 10px 0 10px;
    max-width: 334px;
    max-height: 30px;
    overflow: hidden;
}

.list-unstyled small {
    color: #666666;
}

.recent-list a {
    text-decoration: none;
}

.tagclouds a {
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    line-height: 13px;
    padding: 7px 14px;
    border-radius: 5px 0;
    margin: 3px 3px 6px;
    text-transform: capitalize;
    background: #fff;
    border: 1px solid #f1f1f1;
    transition: .5s;
    color: #222;
    text-decoration: none;
}

.tagclouds a:hover {
    background: #18376d;
    color: #fff;
}

/*
.cat-item:after {
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f054";
    left: 0px;
    font-weight: 700;
    margin-top: 2px;
    color: #666666;
}
*/
.cat-item i {
    color: #fff;
    font-size: 10px;
}

.cat-list-item ul li {
    list-style: none;
    padding: 5px 15px;
    position: relative;
}

.cat-list-item li a {
    color: #212529;
}

.cat-list-item ul {
    padding: 0;
}

@media only screen and (max-width: 767px) {
    .about-me h2 {
        display: inline-block;
    }


}




.contact-form1 h3 {
    font-size: 14px;
    line-height: 2.14;
    letter-spacing: 0.462px;
    color: #212529;
    font-family: "f2";
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: bold;
    margin: 0;
}

.contact-form1 .form-group {
    margin-top: 12px;
    margin-bottom: 7px;
}

.contact-form1 .form-group .form-control {
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: none;
    -webkit-appearance: none;
    box-shadow: none;
    color: #888;
    font-family: "f2";
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0.429px;
    line-height: 2.308;
    outline: none;
    padding: 10px 25px;
}

.contact-form1 .form-group .submit {
    background-color: #4dc591;
    -webkit-box-shadow: none;
    -webkit-appearance: none;
    box-shadow: none;
    outline: none;
    cursor: pointer;
    font-size: 14px;
    line-height: 2.14px;
    letter-spacing: 0.462px;
    color: #fff;
    font-family: "f2";
    padding: 21px 35px;
    text-transform: uppercase;
    border: none;

    border-radius: 4px;
    margin-bottom: 10px;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}

.contact-form1 .form-group .submit:hover {
    background-color: #172a88;
    color: #fff;
}

.contact-form1 img {
    padding-left: 85px;
}

.contact-img img {
    width: 100%;
    margin-bottom: 10px;
}

.share-btn ul li {
    display: inline-block;
    background: #ccc;
    padding: 10px;
    color: #333;
    transition: all 1s ease 0s;
}

.share-btn li a {
    color: #333;

}

.view-btn {
    background: #4dc591;
    color: #fff;
    margin-bottom: 20px;
    font-family: "f1";
    transition: all 0.6s ease;
}

.view-btn:hover {
    background: #172a88;
    color: #fff;
    transition: all 0.6s ease;
}

.blog-banner {
    background-image: url(../images/blog/blog-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
}

/*** Blog End ***/

/*** Privacy Policy Start ***/
.privacy-policy-content h2 {
    font-family: "f2";
    font-size: 35px;
    color: #172a88;
    padding-bottom: 30px;
}

.privacy-section {
    padding: 70px 0;
}

.privacy-policy-content p {
    font-family: "f1";
    line-height: 27px;
    text-align: justify;
}

.privacy-policy-content strong {
    font-family: "f1";
    color: #172a88;
    font-size: 20px;
}

.privacy-policy-content ul li {
    font-family: "f1";
    line-height: 27px;
    position: relative;
    padding-left: 20px;
}

.privacy-policy-content ul li::before {
    position: absolute;
    top: 10px;
    left: 0;
    width: 10px;
    height: 10px;
    background: #4dc591;
    content: ' ';
    transform: rotate(45deg);
}

/*** Privacy Policy End ***/

/*** Login Start ***/

.login-frm {
    padding: 50px;
}

.login-frm h2 {
    text-align: center;
    padding-bottom: 35px;
    font-family: "f2";
    font-size: 30px;
    font-weight: bold;
    color: #172a88;
}

.login-frm .form-group .contact-frm {
    width: 100%;
    padding: 15px 20px 15px 50px;
    border: none;
    background: #f4f8f7;
    outline: none;
    color: #212529;
    font-family: "f1";
    font-size: 15px;
}

.login-frm .form-group svg {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #727272;
}

.login-frm .form-group {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.login-frm .form-group p {
    text-align: right;
    font-family: "f1";
    font-size: 15px;
}

.login-frm .form-group p a {
    color: #e3393c;
    text-decoration: none;
}

.login-frm .signin-btn {
    text-align: center;
    padding-top: 30px;
}

.login-frm .signin-btn a {
    text-decoration: none;
    background: #4dc591;
    padding: 10px 30px;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 16px;
    font-family: "f1";
}

.login-warp .login-bg {
    background: #fffc;
    box-shadow: 0px 0px 20px #9c9c9c;
    border-radius: 10px;
    overflow: hidden;
}

.login-warp {
    padding: 70px 220px;
}

.login-content-bg {
    background: linear-gradient(45deg, #172a88, #4389ce)
}

.login-content-bg .login-content {
    padding: 200px 50px;
}

.login-content-bg .signup-content {
    padding: 250px 50px;
}

.login-content-bg .login-content .signup-btn {
    text-align: center;
    padding-top: 30px;
}

.login-content-bg .login-content .signup-btn a {
    text-decoration: none;
    padding: 10px 30px;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 16px;
    font-family: "f1";
    border: 2px solid #fff;
}

.login-content-bg .login-content h2 {
    text-align: center;
    color: #fff;
    font-family: "f2";
    font-size: 30px;
}

.login-content-bg .login-content p {
    text-align: center;
    color: #fff;
    font-family: "f1";
}

.login-sub p {
    background: #0a0a0a;
    display: inline-block;
    padding: 10px;
    color: #999;
    border-radius: 100px;
}

.login-sub hr {
    display: block;
    margin: -37px auto 10px auto;
}

.login-sub {
    text-align: center;
    padding: 10px 0;
    margin: 20px 0 10px;
}

.social-login ul li {
    display: inline-block;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin: 0 10px;
}

.social-login ul .login-fb {
    background: #172a88;
}

.social-login ul .login-google {
    background: #e3393c;
}

.social-login {
    text-align: center;
}

.social-login ul li a svg {
    color: #fff;
}

.social-login h5 {
    padding-bottom: 5px;
    font-size: 20px;
    font-family: "f1";
    color: #949494;
}
.login-bg .signin-btn button{
    background: none;
    border: 0;
    color: #3fa4df;
    padding: 5px 16px;
    font-size: 15px;
}
.signin-btn .submit {
    background-color: #4dc591;
    -webkit-box-shadow: none;
    -webkit-appearance: none;
    box-shadow: none;
    outline: none;
    cursor: pointer;
    font-size: 14px;
    line-height: 2.14px;
    letter-spacing: 0.462px;
    color: #fff;
    font-family: "f2";
    padding: 21px 35px;
    text-transform: uppercase;
    border: none;

    border-radius: 4px;
    margin-bottom: 10px;
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.container {
    overflow: hidden;
}

/*** Login End ***/
/*** Business-Support Start ***/

.support-section {
    padding: 70px 0;
}
.support-title h2 {
    font-size: 38px;
    font-family: "f2";
    color: #172a88;
}
.support-title p {
    font-family: "f1";
    text-align: justify;
    line-height: 27px;
    border-bottom: 2px solid #172a88;
    margin-bottom: 0;
    padding-bottom: 40px;
}
.tab {
    float: left;
    background-color: #f1f1f1;
    width: 30%;
  }

  .tab button {
    display: block;
    background-color: inherit;
    color: #172a88;
    padding: 10px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
    font-family: "f1";
    border-bottom: 1px solid #e0e0e0;
  }

  .tab button:hover {
    background-color: #4dc591;
    color: #fff;
}

  .tab button.active {
    background-color: #172a88;
    color: #fff;
}

.tabcontent {
    float: left;
    padding: 45px 20px;
    border: 1px solid #172a88;
    width: 70%;
    border-left: none;
    height: 260px;
    background: #172a88;
    border-bottom-right-radius: 20px;
}
  .tabcontent p {
    font-family: "f1";
    text-align: justify;
    line-height: 27px;
    color: #fff;
  }
  .tabcontent h3 {
    font-family: "f2";
    color: #47f2a8;
}
  .tabcontent ul li {
      font-family: "f1";
      text-align: justify;
      line-height: 27px;
      color: #fff;
      position: relative;
      padding-left: 25px;
  }
  .tabcontent ul li::before {
      position: absolute;
      top: 6px;
      left: 0;
      width: 15px;
      height: 15px;
      content: ' ';
      background-image: url(../images/icons/dots.png);
      background-repeat: no-repeat;
  }
  .inves-title p {
      border-bottom: none;
  }
  .setup-title h2 {
      font-size: 30px;
      text-transform: uppercase;
  }
  .business-inves {
      padding-left: 40px;
  }
.inves-data ul li {
    font-family: "f2";
    background: #e6e6e6;
    margin: 10px 0;
    font-size: 18px;
    border-radius: 5px;
    overflow: hidden;
    padding-right: 15px;
}
.inves-data ul li h6 {
    background: #4dc591;
    padding: 17px 15px;
    color: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    font-family: "f1";
    float: left;
    margin-bottom: 0;
    width: 210px;
}
.inves-data p {
    float: right;
    padding-top: 15px;
    margin-bottom: 0;
}
.inves-data .sub-total {
    margin-bottom: 20px;
}
.inves-data p strong {
    background: #4dc591;
    color: #fff;
    padding: 12px 20px;
    border-radius: 5px;
}
.investment-section {
    padding: 30px 0 70px;
}
.candidate-section {
    padding: 70px 0;
    background-color: #ededed;
    background-image: url(../images/home-page-images/candidate-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top;
}
.candidate-section h2 {
    font-family: "f2";
    color: #172a88;
    font-size: 38px;
}
.candidate-section p {
    font-family: "f1";
    font-size: 18px;
}
.single-profile h3 {
    font-family: "f2";
    color: #fff;
}
.single-profile p {
    font-family: "f1";
    font-size: 16px;
    text-align: justify;
    color: #fff;
}
.single-profile {
    background: #ffffff;
    padding: 20px;
    border-radius: 10px;
    margin-top: 30px;
    height: 290px;
    box-shadow: 0 0 30px 0 #929292;
}
.profile1 {
    background: #D1A406;
}
.profile2 {
    background: #003268;
}
.profile3 {
    background: #095C42;
}
.profile4 {
    background: #3B58C7;
}
.profile5 {
    background: #493B35;
}
.next-step-section {
    padding: 70px 0;
    text-align: center;
}
.next-step h2 {
    font-family: "f2";
    font-size: 38px;
    color: #172a88;
}
.business-frm-section .login-frm {
    padding: 0 50px 50px;
}
.faq-question h2 {
    font-family: "f2";
    font-size: 38px;
    color: #172a88;
    margin-bottom: 35px;
}
.faq-question {
    padding: 70px 0;
}
.faq-question .accordion-item h2 {

    margin-bottom: auto;
}
.faq-question .accordion-item .accordion-button {
    font-family: "f2";
    color: #172a88;
    outline: none;
    box-shadow: none;
}
.accordion-button:not(.collapsed) {
    color: #ffffff !important;
    background-color: #172a88;
}
.faq-question .accordion-body {
    font-family: "f3";
    text-align: justify;
}
.own-boss h2 {
    font-family: "f2";
    font-size: 38px;
    text-align: center;
    color: #172a88;
    text-transform: uppercase;
}

/*** Business-Support End ***/

.location-section h2 {
    color: #172a88;
    font-size: 38px;
    font-family: "f2";
}
.zipbrain-locations p {
    font-family: "f1";
    margin-bottom: 5px;
}
.zipbrain-locations p a {
    text-decoration: none;
    color: #172a88;
}
.zipbrain-locations p svg {
    margin-right: 5px;
    font-size: 18px;
    color: #172a88;
}
.location-descrip {
    padding-top: 10px;
}
.location-descrip p {
    color: #172a88;
}
.location-section span {
    font-family: "f1";
    font-size: 18px;
    color: #4dc591;
}
.location-descrip h5 {
    font-size: 18px;
    color: #4dc591;
}
.location-select .form-group .location-frm {
    width: 100%;
    outline: none;
    box-shadow: none;
    padding: 7px;
    border: 1px solid #4dc591;
}
.location-select .form-group {
    margin: 40px 0;
}
.class-banner {
    height: 90px;
}
.top-header .navbar {
    padding: 0;
}
.location-section {
    padding: 80px 0;
}

 /* The switch - the box around the slider */
 .tgl-btn .switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 22px;
  }

  /* Hide default HTML checkbox */
  .tgl-btn .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }

  /* The slider */
  .tgl-btn .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #2196F3;
    -webkit-transition: .4s;
    transition: .4s;
  }

  .tgl-btn .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    right: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }

 .tgl-btn input:checked + .slider {
    background-color: #c5c5c5;
  }

 .tgl-btn input:focus + .slider {
    box-shadow: 0 0 1px #c5c5c5;
  }

  input:checked + .slider:before {
    -webkit-transform: translateX(-23px);
    -ms-transform: translateX(-23px);
    transform: translateX(-23px);
  }

  /* Rounded sliders */
 .tgl-btn .slider.round {
    border-radius: 34px;
  }

 .tgl-btn .slider.round:before {
    border-radius: 50%;
  }
