:root {
    --main-color: #006666;
    --sec-color: #F48120;
    --txt-color: #5a7184;
    --white-color: #ffffff;
    --txt-light-color: #3dd598;
    --light-grey: #fbfbfb;
    --head-color: #191919;
    --light-main: #E9F8FA;
    --minilight-main: #00cccc;
    --icon-bg-color: #E9F8FA;
}


/*
@font-face {
    font-family: 'Noto Sans';
    src: url('../fonts/NotoSans-Light.woff2') format('woff2'),
        url('../fonts/NotoSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}*/


/*
@font-face {
    font-family: 'Futura PT';
    src: url('../fonts/FuturaPT-Bold.eot');
    src: url('../fonts/FuturaPT-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaPT-Bold.woff2') format('woff2'),
        url('../fonts/FuturaPT-Bold.woff') format('woff'),
        url('../fonts/FuturaPT-Bold.ttf') format('truetype'),
        url('../fonts/FuturaPT-Bold.svg#FuturaPT-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura PT';
    src: url('../fonts/FuturaPT-Light.eot');
    src: url('../fonts/FuturaPT-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaPT-Light.woff2') format('woff2'),
        url('../fonts/FuturaPT-Light.woff') format('woff'),
        url('../fonts/FuturaPT-Light.ttf') format('truetype'),
        url('../fonts/FuturaPT-Light.svg#FuturaPT-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura PT';
    src: url('../fonts/FuturaPT-Medium.eot');
    src: url('../fonts/FuturaPT-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaPT-Medium.woff2') format('woff2'),
        url('../fonts/FuturaPT-Medium.woff') format('woff'),
        url('../fonts/FuturaPT-Medium.ttf') format('truetype'),
        url('../fonts/FuturaPT-Medium.svg#FuturaPT-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

body{
	font-size: 18px;
	line-height: 28px;
	color: var(--txt-color);
	margin: 0px;
	font-weight: 400;
	padding: 0px;
	font-family: 'Noto Sans';
	letter-spacing: .0125rem;
}

h1 , h2 , h3 , h4 , h5 , h6{
	font-weight: 600;
	font-family: 'Noto Sans';
	margin: 0 0 10px 0;
	letter-spacing: 0.2px;
	color: var(--head-color);
}*/

@font-face {
    font-family: 'juniortest';
    src: url('../fonts/HindVadodara-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    color: var(--head-color);
    -webkit-user-select: none !important;
    -moz-user-select: -moz-none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    font-family: 'juniortest';
}

h1 {
    font-size: 28px;
    line-height: 40px;
    font-weight: 600;
}

h2 {
    font-size: 22px;
    line-height: 36px;
    font-weight: 600;
}

h3 {
    font-size: 18px;
    line-height: 32px;
    font-weight: 600;
}

h4 {
    font-size: 16px;
    line-height: 31px;
    color: var(--txt-color);
    font-weight: 500;
}

h5 {
    font-size: 12px;
    line-height: 32px;
    font-weight: 400;
    font-weight: bold;
}

h6 {
    font-size: 10px;
    line-height: 30px;
    font-weight: 400;
    font-weight: bold;
}

input {
    outline: none !important;
}

a,
a:hover,
a:focus,
a:visited {
    outline: none !important;
    text-decoration: none !important;
    /*color: var(--txt-color);*/
}

a:hover {
    color: var(--txt-color);
}

img {
    max-width: 100%;
}

p {
    margin: 0 0 8px 0;
}

ul,
ol {
    margin: 0 0 20px 20px;
    padding: 0px;
}

ul li,
ol li {
    margin: 0 0 0 10px;
    padding: 0px;
}

section:before,
section:after {
    clear: both;
    display: table;
    content: "";
}

section {
    position: relative;
    clear: both;
    padding: 20px;
}

input[type="text"],
input[type="search"],
input[type="email"],
input[type="password"],
input[type="url"],
input[type="tel"],
textarea {
    width: 100%;
    padding: 8px 20px;
    background-color: var(--white-color);
}

textarea {
    height: 120px;
    resize: none;
    padding: 15px 20px;
}


/* HEADER PART */

.header-part {
    /*padding: 6px 0 6px 0;*/
    position: static;
    top: -100px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background-color: var(--white-color);
}

.header-part.sticky-fixed {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0 17px 39px rgba(0, 0, 0, .05) !important;
    -moz-box-shadow: 0 17px 39px rgba(0, 0, 0, .05) !important;
    -ms-box-shadow: 0 17px 39px rgba(0, 0, 0, .05) !important;
    -o-box-shadow: 0 17px 39px rgba(0, 0, 0, .05) !important;
    box-shadow: 0 17px 39px rgba(0, 0, 0, .05) !important;
}

.header-inner {
    display: flex;
    width: 100%;
    align-items: center;
}

.logo {
    margin-right: 20px;
}

.header-drop-down .dropdown button {
    /*-webkit-box-shadow: 0 17px 39px rgba(0,0,0,.05) !important;
	-moz-box-shadow: 0 17px 39px rgba(0,0,0,.05) !important;
	-ms-box-shadow: 0 17px 39px rgba(0,0,0,.05) !important;
	-o-box-shadow: 0 17px 39px rgba(0,0,0,.05) !important;
	box-shadow: 0 17px 39px rgba(0,0,0,.05) !important;*/
    height: 45px;
    box-sizing: border-box;
    font-style: normal;
    background: var(--white-color) !important;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none !important;
    color: var(--txt-color) !important;
    padding: 0px 20px;
    line-height: 45px;
}

.header-drop-down .dropdown-menu.show {
    min-width: 100%;
}

.header-drop-down .dropdown-menu.show img {
    margin: 0 15px 0 0px;
}

.header-drop-down {
    display: flex;
    align-items: center;
}

.header-drop-down .dropdown {
    margin-right: 20px;
}

.header-drop-down .dropdown:last-child {
    margin-right: 0px;
}

.dropdown-menu {
    border: none;
    -webkit-box-shadow: 0 17px 39px rgba(0, 0, 0, .05) !important;
    -moz-box-shadow: 0 17px 39px rgba(0, 0, 0, .05) !important;
    -ms-box-shadow: 0 17px 39px rgba(0, 0, 0, .05) !important;
    -o-box-shadow: 0 17px 39px rgba(0, 0, 0, .05) !important;
    box-shadow: 0 17px 39px rgba(0, 0, 0, .05) !important;
    font-size: 14px;
    padding: 0px;
}

.dropdown-menu .dropdown-item {
    font-weight: 400;
    color: var(--txt-color) !important;
    display: flex;
    width: 100%;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--light-grey);
}

.dropdown-menu .dropdown-item span {
    width: auto;
    height: 13px;
    background: var(--txt-light-color) !important;
    border-radius: 1px;
    font-size: 12px;
    color: var(--white-color);
    font-weight: 600;
    margin-left: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
}

.dropdown-menu .dropdown-item:last-child {
    border-bottom: none;
}

.dropdown-menu .dropdown-item:hover {
    background-color: var(--light-grey);
}

.dropdown-menu .dropdown-item:hover {
    color: var(--main-color) !important;
}

.dropdown-toggle:after {
    border: none;
    content: "\f078";
    font-family: 'Font Awesome 5 Pro';
    font-size: 15px;
    font-weight: 900;
    position: relative;
    top: 2px;
    margin-left: 7px;
}

.dropdown button span {
    color: var(--main-color);
    font-weight: 500;
    padding-left: 8px;
}

.header-right-top {
    display: flex;
    width: auto;
    margin-left: auto;
    position: relative;
    top: 8px;
    align-items: center;
}

.join-class {
    margin-right: 10px;
    position: relative;
    text-align: center;
}

.join-class a {
    height: 50px;
    font-size: 18px;
    padding: 0 35px;
    /*font-family: 'Futura PT';*/
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: var(--main-color);
    border: 2px solid var(--main-color);
    line-height: 35px;
    text-align: center;
}

.join-class span {
    margin-top: 5px;
    display: block;
    font-size: 12px;
    color: var(--main-color);
    line-height: 12px;
}

.trial-btn a,
.trial-btn input[type="submit"],
.trial-btn button,
.trial-btn input[type="button"] {
    -webkit-animation: Animation 53s linear infinite;
    -moz-animation: Animation 53s linear infinite;
    animation: Animation 53s linear infinite;
    background: linear-gradient(121.19deg, rgba(133, 239, 49, 0) 25.73%, hsla(0, 0%, 100%, .3) 45.27%, rgba(133, 239, 49, 0) 62.27%), var(--main-color);
    /*background:var(--main-color) ;*/
    position: relative;
    overflow: hidden;
    width: auto;
    height: 50px;
    justify-content: center;
    border: none;
    padding: 0 35px;
    /*font-family: 'Futura PT';*/
    font-weight: 700;
    color: var(--white-color);
    display: inline-block;
    line-height: 50px;
    transition: all 0.5s ease 0s;
}

.no-ani a,
.no-ani input[type="submit"],
.no-ani input[type="button"],
.no-ani button {
    background: var(--main-color);
}

.no-ani a:before,
.no-ani input[type="submit"]:before,
.no-ani input[type="button"]:before,
.no-ani button:before {
    top: 0;
    left: 0;
    border-left: 3px solid var(--sec-color);
    border-top: 3px solid var(--sec-color);
}

.no-ani a:after,
.no-ani a:before,
.no-ani button:after,
.no-ani button:before,
.no-ani input[type="submit"]:after,
.no-ani input[type="submit"]:before,
.no-ani input[type="button"]:after,
.no-ani input[type="button"]:before {
    content: "";
    position: absolute;
    width: 20%;
    height: 50%;
    transition: all .4s ease-in-out;
}

.no-ani a:hover:after,
.no-ani a:hover:before,
.no-ani button:hover:after,
.no-ani button:hover:before,
.no-ani input[type="submit"]:hover:after,
.no-ani input[type="submit"]:hover:before,
.no-ani input[type="button"]:hover:after,
.no-ani input[type="button"]:hover:before {
    width: 100%;
    height: 100%;
}

.no-ani a:after,
.no-ani input[type="submit"]:after,
.no-ani input[type="button"]:after,
.no-ani button:after {
    bottom: 0;
    right: 0;
    border-right: 1px solid var(--sec-color);
    border-bottom: 1px solid var(--sec-color);
}

.new-btn {
    background: linear-gradient(121.19deg, rgba(133, 239, 49, 0) 25.73%, hsla(0, 0%, 100%, .3) 45.27%, rgba(133, 239, 49, 0) 62.27%), var(--main-color);
    position: relative;
    overflow: hidden;
    width: auto;
    height: 42px;
    justify-content: center;
    border: none;
    padding: 0 35px;
    /*font-family: 'Futura PT';*/
    font-weight: 700;
    color: var(--white-color);
    display: inline-block;
    line-height: 43px;
    transition: all 0.5s ease 0s;
}

.new-btn-line {
    /*background: linear-gradient(121.19deg,rgba(133,239,49,0) 25.73%,hsla(0,0%,100%,.3) 45.27%,rgba(133,239,49,0) 62.27%),var(--main-color);*/
    position: relative;
    overflow: hidden;
    width: auto;
    height: 42px;
    justify-content: center;
    border: none;
    padding: 0 35px;
    /*font-family: 'Futura PT';*/
    font-weight: 700;
    color: var(--white-color);
    display: inline-block;
    line-height: 43px;
    transition: all 0.5s ease 0s;
    border: 1px solid var(--main-color);
    color: var(--main-color);
}

.trial-btn a i {
    margin-right: 10px;
}

.form-search-fix {
    position: fixed;
    left: 0;
    height: 100%;
    width: 100%;
    top: -100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.form-search-fix.active {
    top: 0px;
}

.form-search-fix .form {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 70%;
}

.form-search-fix input[type="submit"] {
    padding: 8.1px 20px;
    border: none;
    background-color: var(--main-color);
    color: var(--white-color);
    position: absolute;
    right: 0;
    top: 0.5px;
}

.form-search-fix .form input[type="text"] {
    padding-right: 90px;
}

.search-close {
    position: absolute;
    right: 20px;
    top: 20px;
    color: var(--white-color);
    opacity: 0.8;
    font-size: 25px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

.search-close:hover {
    opacity: 1;
}

.search-close i,
.search-icon-show i {
    font-weight: 400;
}

.search-icon-show {
    position: relative;
    top: -8px;
    cursor: pointer;
    color: var(--main-color);
}

.humbarger-menu {
    display: flex;
    width: 35px;
    position: relative;
    z-index: 99;
    position: absolute;
    top: 7px;
    left: 0;
    display: none;
}

.humbarger-menu a {
    display: inline-block;
    width: 40px;
    height: 35px;
}

.burger {
    height: 3em;
    width: 3em;
    position: relative;
    font-size: 11px;
    cursor: pointer;
    transition: all .2s;
    -webkit-tap-highlight-color: transparent;
}

.burger:after {
    content: "";
    display: block;
    position: absolute;
    height: 150%;
    width: 150%;
    top: -25%;
    left: -25%;
}

.burger.burger-squeeze .burger-lines:after,
.burger.burger-squeeze .burger-lines:before {
    width: 2em;
}

.burger .burger-lines:after {
    left: 0;
    top: -0.8em;
}

.burger .burger-lines:before {
    top: 0.8em;
}

.burger.burger-squeeze .burger-lines,
.burger.burger-squeeze .burger-lines:after,
.burger.burger-squeeze .burger-lines:before {
    transition: top .2s .2s, transform .2s, background-color .4s .2s;
}

.burger .burger-lines,
.burger .burger-lines:after,
.burger .burger-lines:before {
    pointer-events: none;
    display: block;
    content: "";
    width: 67%;
    border-radius: .25em;
    background-color: var(--white-color);
    height: .25em;
    position: absolute;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.burger .burger-lines {
    top: 50%;
    margin-top: -.125em;
}

.burger.burger-squeeze .burger-lines:after,
.burger.burger-squeeze .burger-lines:before {
    width: 2em;
}

.burger.burger-squeeze.open .burger-lines:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.burger.burger-squeeze.open .burger-lines:after,
.burger.burger-squeeze.open .burger-lines:before {
    left: .5em;
    top: 0;
}

.burger.burger-squeeze.open .burger-lines,
.burger.burger-squeeze.open .burger-lines:after,
.burger.burger-squeeze.open .burger-lines:before {
    transition: background-color .2s, top .2s, left .2s, transform .2s .15s;
}

.burger.burger-squeeze.open .burger-lines:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.burger.burger-squeeze.open .burger-lines {
    background-color: initial;
}

.menu-part {
    display: none;
}

.hidden-short {
    overflow: hidden !important;
}

@-webkit-keyframes Animation {
    0% {
        background-position: -5000px 0;
    }
    100% {
        background-position: 5000px 0;
    }
}

@-moz-keyframes Animation {
    0% {
        background-position: -5000px 0;
    }
    100% {
        background-position: 5000px 0;
    }
}

@keyframes Animation {
    0% {
        background-position: -5000px 0;
    }
    100% {
        background-position: 5000px 0;
    }
}


/* BANNER PART */
/*
.banner-part {
    margin-bottom: 50px;
    padding: 90px 0;
}*/

.banner-part-inner {
    display: inline-block;
    width: 100%;
    position: relative;
}

.banner-btns {
    /*display: flex;*/
    width: 100%;
    align-items: center;
}

.banner-btns .trial-btn {
    margin-right: 15px;
}

.banner-part-left {
    position: absolute;
    right: 0px;
    top: -20px;
    max-width: 60%;
    z-index: -1;
}

.banner-part-right {
    width: 45%;
    float: left;
    font-size: 16px;
    margin: 15px 0;
}

.banner-part {
    overflow: hidden;
}

.banner-bg {
    background-size: unset !important;
    background-position: 0 30% !important;
    background-repeat: no-repeat !important;
}


/* CREATE MATH PART */

.create-math.banner-bg {
    background-size: unset !important;
    background-position: 0 30% !important;
}

.create-math-col {
    padding: 1rem;
    background: var(--white-color);
    -webkit-box-shadow: 0 10px 40px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0 10px 40px rgb(0 0 0 / 5%);
    -ms-box-shadow: 0 10px 40px rgb(0 0 0 / 5%);
    -o-box-shadow: 0 10px 40px rgb(0 0 0 / 5%);
    box-shadow: 0 10px 40px rgb(0 0 0 / 5%);
    padding: 12px 5px;
    text-align: center;
    margin-bottom: 30px;
}

.create-math-col:hover {
    -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 10px 40px rgba(0, 0, 0, .25);
    -ms-box-shadow: 0 10px 40px rgba(0, 0, 0, .25);
    -o-box-shadow: 0 10px 40px rgba(0, 0, 0, .25);
    box-shadow: 0 10px 40px rgba(0, 0, 0, .25);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -ms-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}

.create-math-col p {
    padding: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: var(--head-color);
    margin: 0px;
}

.create-math-col img {
    width: 80px;
    height: 80px;
}

.create-math-row .col-xs-12 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    margin-top: 25px;
}

.create-btn-bottom {
    text-align: center;
    margin-top: 25px;
}

.create-btn-bottom p {
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    letter-spacing: 1px;
    color: #00b5ce;
    padding: 16px;
    font-weight: 500;
    margin: 0px;
}


/* MEET OUR TEAM PART */

.meet-our-team {
    padding-top: 50px;
    padding-bottom: 50px;
}

.meet-our-inner .col-xs-12 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    margin-top: 25px;
}

.meet-our-blog {
    text-align: center;
    height: 100%;
}

.meet-our-img img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -ms-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}

.meet-our-blog:hover .meet-our-img img {
    -webkit-filter: drop-shadow(5px 4px 10px rgba(0, 0, 0, .25));
    -moz-filter: drop-shadow(5px 4px 10px rgba(0, 0, 0, .25));
    -ms-filter: drop-shadow(5px 4px 10px rgba(0, 0, 0, .25));
    -o-filter: drop-shadow(5px 4px 10px rgba(0, 0, 0, .25));
    filter: drop-shadow(5px 4px 10px rgba(0, 0, 0, .25));
    -webkit-box-shadow: 0 0 5px #ff8d1a;
    -moz-box-shadow: 0 0 5px #ff8d1a;
    -ms-box-shadow: 0 0 5px #ff8d1a;
    -o-box-shadow: 0 0 5px #ff8d1a;
    box-shadow: 0 0 5px #ff8d1a;
}

.meet-our-info {
    margin-top: 20px;
}

.meet-our-info h6 {
    margin: 0px;
}

.meet-our-info p:last-child {
    margin-bottom: 0px;
}


/* CLIENT FEEDBACK PART */

.client-feedback-blog {
    background: var(--white-color);
    -webkit-box-shadow: 0 10px 40px rgb(0 0 0 / 5%) inset;
    -moz-box-shadow: 0 10px 40px rgb(0 0 0 / 5%) inset;
    -ms-box-shadow: 0 10px 40px rgb(0 0 0 / 5%) inset;
    -o-box-shadow: 0 10px 40px rgb(0 0 0 / 5%) inset;
    box-shadow: 0 10px 40px rgb(0 0 0 / 5%) inset;
    padding: 25px;
    border-radius: 25px;
}

.rating-box,
.client-review-info {
    margin-left: 38px;
}

.rating-box .fa-star {
    color: var(--sec-color);
    font-size: 15px;
}

.client-feedback-info {
    min-height: 120px;
}

.client-review-row {
    display: flex;
    width: 100%;
    align-items: center;
    margin-top: 10px;
    margin-left: 34px;
}

.client-review-img {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    margin-right: 15px;
}

.client-review-img img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    width: 50px;
    height: 50px;
}

.client-review-info {
    color: var(--head-color);
    font-size: 18px;
    margin: 0px;
}

.client-feedback-inner {
    margin-top: 25px;
}


/* FOOTER PART */

.footer-part {
    margin-top: 25px;
}

.footer-top {
    background-color: var(--light-main);
    padding: 35px;
}

.footer-top-inner {
    display: flex;
    width: 100%;
    align-items: center;
}

.footer-top-left {
    margin-right: auto;
    max-width: 60%;
}

.footer-top-left h3 {
    margin: 0px;
}

.footer-bottom {
    background-color: #fafafa;
    padding: 40px 0 0px 0;
}

.footer-bottom-left h6 {
    margin: 15px 0 10px 0;
}

.footer-bottom-left {
    padding-right: 15%;
}

.footer-bottom-left img {
    max-width: 270px;
}

.footer-bottom-inner h5 {
    margin-bottom: 10px;
}

.footer-bottom-middle ul,
.footer-bottom-middle li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.footer-bottom-middle li {
    display: block;
    margin-bottom: 5px;
}

.footer-bottom-middle li a {
    color: var(--txt-color);
}

.footer-bottom-middle li:hover a {
    text-decoration: underline !important;
}


/*
.footer-bottom-middle {
	margin-top: 85px;
}*/

.social-media,
.social-media li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.social-media li {
    display: inline-block;
    margin-right: 10px;
    width: 35px;
    height: 35px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}

.social-media li:last-child {
    margin-right: 0px;
}

.social-media li a {
    width: 35px;
    height: 35px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    line-height: 35px;
    background-color: #dadada;
    color: var(--white-color);
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    display: block;
}

.social-media li:hover a {
    color: var(--white-color);
    background-color: #3e3e3e;
}


/* OUR COURSES PART */

.our-courses {
    padding: 0px;
}

.courses-blog {
    width: 100%;
    align-items: center;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
    -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
    /*-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;*/
    padding: 25px 30px;
    margin-top: 25px;
    position: relative;
    background: var(--white-color);
}

.courses-blog .courses-info {
    padding-left: 20px;
}

.courses-blog .courses-info h3,
.courses-blog .courses-info p {
    margin: 0px;
}

.courses-blog .courses-info p {
    margin-bottom: 7px;
}

.courses-info .trial-btn a {
    background: var(--main-color) !important;
}

.courses-info .trial-btn a:hover {
    opacity: 0.9;
}

.courses-info h3 {
    font-size: 22px;
}

.blockquote {
    color: var(--head-color);
}

.blockquote span {
    font-size: 50px;
    vertical-align: middle;
    font-family: initial;
    font-weight: 900;
    color: var(--main-color);
}

.lbl-check {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 25px;
}

.lbl-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.lbl-check .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

.lbl-check:hover input~.checkmark {
    background-color: #ccc;
}

.lbl-check input:checked~.checkmark {
    background-color: var(--main-color);
}

.lbl-check .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.lbl-check input:checked~.checkmark:after {
    display: block;
}

.lbl-check .checkmark:after {
    left: 10px;
    top: 7px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.lbl-radio {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.lbl-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.lbl-radio .checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #eee;
    border-radius: 50%;
}

.lbl-radio:hover input~.checkmark {
    background-color: #ccc;
}

.lbl-radio input:checked~.checkmark {
    background-color: var(--main-color);
}

.lbl-radio .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.lbl-radio input:checked~.checkmark:after {
    display: block;
}

.lbl-radio .checkmark:after {
    top: 5px;
    left: 5px;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: white;
}

.lbl-check span,
.lbl-radio span {
    vertical-align: top;
    line-height: normal;
}

.true-sign,
.false-sign {
    margin-left: 7px;
    display: none;
}

.lbl-check.true-quest .true-sign,
.lbl-radio.true-quest .true-sign {
    display: inline-block;
    width: auto;
}

.lbl-check.false-quest .false-sign,
.lbl-radio.false-quest .false-sign {
    display: inline-block;
    width: auto;
}


/* SIDEBAR */


/*
.sidebar-right{
	padding-left: 10%;
}*/

.link-box-side {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 25px;
}

.link-box-side:last-child {
    margin-bottom: 0px;
}

.link-box-side h5 {
    /*color: var(--white-color);*/
    font-size: 16px;
    padding: 5px 15px;
    /*background-color: var(--main-color);*/
    margin: 0px;
}

.link-box-side ul,
.link-box-side li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.link-box-side ul {
    padding: 15px;
}

.link-box-side li a {
    display: block;
    padding: 0 5px;
    position: relative;
}

.link-box-side li a {
    color: var(--txt-color);
}

.courses-img {
    float: left;
    height: 90px;
    width: 90px;
    text-align: center;
    background-color: var(--icon-bg-color);
    border-radius: 50%;
    border: 1px solid var(--icon-bg-color);
    padding-top: 12px;
}

.courses-img img {
    max-width: 62px;
    height: auto;
}

.cat-title {
    text-align: center;
}

.cat-desc {
    display: flex;
}

.cat-desc p a {
    color: var(--txt-color);
}

.cat-desc p a:hover {
    color: var(--main-color);
}

.btn-outline-primary {
    color: var(--main-color);
    border-color: var(--main-color);
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: var(--main-color);
    border-color: var(--main-color);
}

h5,
h6 {
    margin: 0;
}

.view-answer p span {
    font-weight: bold;
}

.view-answer {
    border: 1px solid #eee;
    margin: 8px 10px;
    padding: 7px;
}

.view-answer,
.is-true {
    display: none;
}

.is-true i.fa-check {
    color: green;
    font-size: 17px;
    padding: 3px 4px 3px 5px;
}

.is-true i.fa-times {
    color: red;
    font-size: 17px;
    padding: 3px 4px 3px 5px;
}

.breadcrumb {
    background-color: var(--white-color);
    padding: 0;
    margin: 0;
}

.breadcrumb li a,
.view-answer p strong {
    color: var(--main-color);
}

.inner-page {
    padding-top: 0;
}

.read-more-btn {
    margin-top: 20px;
    text-align: center;
    width: 100%;
}

.category-inner {
    margin: 15px 0;
}

.cat-list {
    margin: 5px 0;
}

.btn-secondary:focus,
.btn-secondary.focus {
    -webkit-box-shadow: none !important;
}

.nav-tabs .nav-link {
    color: var(--txt-color);
}

.nav-tabs .nav-link.active {
    color: var(--main-color);
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border: none;
}

.nav-tabs .nav-item {
    margin-bottom: 0;
    border: none;
}

.nav-tabs .nav-link.active {
    border-bottom: 4px solid var(--main-color);
}

.form-group input,
.form-group textarea,
.form-group input:focus,
.form-group textarea:focus,
.form-control:focus {
    border: 1px solid #dadada;
    border-radius: 0px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
}

.form-control:focus {
    color: var(--txt-color);
}

.reg-btn {
    width: 150px;
    float: right;
}

.header-part {
    background: var(--main-color);
}

.login-btn {
    margin-right: 5px;
}

.mobile {
    display: none;
}

.desktop {
    display: block;
}

ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul.dropdown {
    position: relative;
    width: 100%;
}

ul.dropdown li {
    font-weight: bold;
    float: left;
    position: relative;
    background: var(--main-color);
}

ul.dropdown li.drop,
ul.dropdown li.drop ul li {
    width: 167px;
}

ul.dropdown a:hover {
    color: var(--white-color);
}

ul.dropdown li a {
    display: block;
    padding: 10px 8px;
    color: var(--white-color);
    position: relative;
    z-index: 2000;
    text-align: left;
    text-decoration: none;
}

ul.dropdown li a:hover,
ul.dropdown li a.hover {
    background: var(--main-color);
    position: relative;
    color: var(--white-color);
}

ul.dropdown ul {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 180px;
    z-index: 1000;
}

ul.dropdown ul li {
    font-weight: normal;
    background: var(--main-color);
    color: var(--white-color);
    border-bottom: 1px solid var(--white-color);
}

ul.dropdown ul li a {
    display: block;
    color: var(--white-color) !important;
    background: var(--main-color) !important;
}

ul.dropdown ul li a:hover {
    display: block;
    background: var(--main-color) !important;
    color: var(--white-color) !important;
}

.drop>a {
    position: relative;
}

.drop>a:after {
    content: "";
    position: absolute;
    right: 11px;
    top: 22px;
    border-left: 5px solid transparent;
    border-top: 5px solid var(--white-color);
    border-right: 5px solid transparent;
    z-index: 999;
}

.drop>a:hover:after {
    content: "";
    border-left: 5px solid transparent;
    border-top: 5px solid var(--white-color);
    border-right: 5px solid transparent;
}

ul.sub_menu li a {
    padding: 10px;
}

.btn-outline-primary-white,
.btn-outline-primary-white:hover {
    color: var(--white-color);
    border-color: var(--white-color);
    font-weight: bold;
    border: 2px solid var(--white-color);
}

.header-right-top {
    top: 0;
}

.avtar-img {
    float: left;
}

.avatar {
    border: 1px solid transparent;
    border-radius: 50%;
    border: 2px solid var(--white-color);
}

.user-name {
    float: left !important;
    margin: 5px 10px;
    color: var(--white-color);
}

.dropdown-menu-right {
    top: 28px !important;
    background-color: var(--main-color);
}

ul.settings-menu li a.dropdown-item,
ul.settings-menu li a.dropdown-item:hover {
    background-color: var(--main-color);
    color: var(--white-color) !important;
    padding-top: 3px;
    padding-bottom: 3px;
}

ul.settings-menu li a.dropdown-item i {
    font-size: 13px;
    margin-right: 5px;
}

.bottom-border {
    border-bottom: 1px solid;
    border-image: linear-gradient(to right, #dadada 100%, #FFF 100%) 100% 1;
}

.bottom-border {
    width: 100%;
    height: 50px;
    position: relative;
    z-index: 1;
}

.bottom-border:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 50%;
    /* or 100px */
    border-bottom: 3px solid var(--main-color);
}

.float-left {
    float: left;
}

.ml-5 {
    margin-left: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.mr-5 {
    margin-right: 5px !important;
}

.mr-10 {
    margin-right: 10px;
}

a {
    color: var(--main-color);
}

.question-outer {
    margin: 10px 0;
}

.trial-btn a.telegram {
    background-color: #0088cc;
    padding: 0 10px;
}

.trial-btn a.whatsapp {
    background-color: #4FCE5D;
    padding: 0 10px;
}

.trial-btn a.whatsapp i,
.trial-btn a.telegram i {
    margin-right: 3px;
}

.pagination li.page-item.active .page-link {
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.pagination li a.page-link {
    color: var(--main-color);
}

.pagination {
    margin-top: 25px;
}

.footer-text {
    margin: 15px 0;
}

.one-line-answer {
    color: var(--main-color);
}

.sidebar-m {
    margin-top: 33px;
}

.sidebar-content div.tab-pane {
    border-bottom: 1px solid;
    border-left: 1px solid;
    border-right: 1px solid;
    border-color: #dee2e6;
}

.sidebar-content ul {
    padding: 15px;
}

.sidebar-content ul li {
    padding: 3px 0;
}


/* common */

.ribbon {
    width: 116px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    z-index: 1;
}

.ribbon:before,
.ribbon:after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 2px solid var(--main-color);
}

.ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 6px 0;
    background-color: var(--main-color);
    box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
    color: #fff;
    font: 700 13px/1 'Lato', sans-serif;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    text-transform: uppercase;
    text-align: center;
}

.ribbon-paid:before,
.ribbon-paid:after{
    border: 2px solid #009933;
}

.ribbon-paid span {
    background-color: #009933;
}   
.ribbon-free:before,
.ribbon-free:after{
    border: 2px solid #e60000;
}

.ribbon-free span {
    background-color: #e60000;
}  
/* top left*/

.ribbon-top-left {
    top: -6px;
    left: -6px;
}

.ribbon-top-left:before,
.ribbon-top-left:after {
    border-top-color: transparent;
    border-left-color: transparent;
}

.ribbon-top-left:before {
    top: 0;
    right: 28px;
}

.ribbon-top-left:after {
    bottom: 0;
    left: 0;
}

.ribbon-top-left span {
    right: -25px;
    top: 30px;
    transform: rotate(-45deg);
}


/*-- failed color ---*/

.ribbon-failed:before,
.ribbon-failed:after {
    border: 2px solid red;
}

.ribbon-failed span {
    background-color: red;
}


/*----------filter------------*/

.gallery-title {
    font-size: 36px;
    color: red;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}

.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}

.filter-button {
    font-size: 16px;
    border: 1px solid var(--main-color);
    border-radius: 5px;
    text-align: center;
    color: var(--main-color);
    margin-bottom: 5px;
}

.filter-button:hover {
    border: 1px solid var(--main-color);
    border-radius: 5px;
    text-align: center;
    color: var(--white-color);
    background-color: var(--main-color);
}

.btn-default:active .filter-button:active,
.filter-button.active {
    background-color: var(--main-color);
    color: var(--white-color);
}

.error-template {
    padding: 40px 15px;
    text-align: center;
}

.error-actions {
    margin-top: 15px;
    margin-bottom: 15px;
}

.error-actions .btn {
    margin-right: 10px;
}

.exam-summary {
    display: none;
}

.modal-header {
    display: unset;
}

.modal-content {
    border: 1px solid var(--main-color);
    border-radius: 0;
}

.modal-footer div.trial-btn button {
    width: 100%;
    margin: 5px;
}

.loader-modal {
    border: 16px solid var(--white-color);
    border-radius: 50%;
    border-top: 16px solid var(--main-color);
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
}

.modal-overlay-modal {
    margin: auto;
    padding: 15px;
}

.exam-timer-footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: var(--main-color);
    color: var(--white-color);
    text-align: center;
    z-index: 1;
}

.countdown {
    font-size: 28px;
}

.hr-text {
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    color: black;
    text-align: center;
    height: 1.5em;
    opacity: .5;
}

.hr-text:before {
    content: '';
    background: linear-gradient(to right, transparent, #818078, transparent);
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
}

.hr-text:after {
    content: attr(data-content);
    position: relative;
    display: inline-block;
    color: black;
    padding: 0 .5em;
    line-height: 1.5em;
    color: #818078;
    background-color: #fcfcfa;
}

.courses-img img,
.sidebar-thumb img {
    /*border-radius: 50%;*/
    /*width: 65px;
    height: 65px;*/
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.post-list-small--2 .post-list-small_img-holder {
    border-radius: 0;
    width: 130px;
}

.post-list-small_img-holder {
    float: left;
    overflow: hidden;
    margin-right: 3px;
}

.thumb-container {
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.thumb-container img {
    width: 60px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    max-width: 100px;
}

.post-list-small_body {
    overflow: hidden;
}

.post-list-small_body p {
    margin: 0;
    padding: 0 5px;
    font-size: 13px;
    color: var(--txt-color);
}

.entry_meta li {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    /* text-transform: uppercase; */
    color: #83858F;
}

.post-list-small_entry-title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    margin: 0;
}

.clearfix:after {
    clear: both;
}

ul.exam-sidebar-post {
    margin: 0 0 20px 20px;
}

.exam-sidebar-post li {
    margin-bottom: 12px;
}

.col-12.title-of-exams {
    text-align: center;
    margin: 10px 0;
}

.title-line h1,
.title-line h2,
.title-line h3,
.title-line h4,
.title-line h5 {
    overflow: hidden;
    text-align: center;
}

.title-line h1:before,
.title-line h2:before,
.title-line h3:before,
.title-line h4:before,
.title-line h5:before {
    background: linear-gradient(to left, var(--main-color), var(--white-color), transparent);
    content: "";
    display: inline-block;
    height: 3px;
    position: relative;
    vertical-align: middle;
    width: 50%;
    margin-left: -50%;
    right: 0.5em;
}

.title-line h1:after,
.title-line h2:after,
.title-line h3:after,
.title-line h4:after,
.title-line h5:after {
    background: linear-gradient(to right, var(--main-color), var(--white-color), transparent);
    content: "";
    display: inline-block;
    height: 3px;
    position: relative;
    vertical-align: middle;
    width: 50%;
    left: 0.5em;
    margin-right: -50%;
}

.cat-title h3 {
    overflow: hidden;
    text-align: center;
}

.cat-title h3:before {
    background: linear-gradient(to left, #dee2e6, var(--white-color), transparent);
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
    margin-left: -50%;
    right: 0.5em;
}

.cat-title h3:after {
    background: linear-gradient(to right, #dee2e6, var(--white-color), transparent);
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
    left: 0.5em;
    margin-right: -50%;
}

span.tagline {
    color: var(--sec-color);
    font-weight: 800;
}


/*---- home page exam categories ----*/

.test-category-outer {
    background-color: #fff;
    margin: 40px auto;
    box-shadow: 0 17px 39px rgba(0, 0, 0, .05);
}

.test-category-outer h2 {
    padding: 14px 0 0;
}

.test-category-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
}

.test-category-content a,
.sidebar-category-content a {
    text-align: center;
    color: var(--txt-color);
}

.test-category-content a,
.test-category-content a:hover,
.sidebar-category-content a:hover {
    color: var(--txt-color);
    text-align: center;
}

.category-icon {
    width: 73px;
    height: 73px;
    margin-bottom: 8px;
    margin: auto;
    background-color: var(--icon-bg-color);
    border-radius: 50%;
    border: 1px solid var(--icon-bg-color);
    padding-top: 9px;
}

.category-icon img {
    width: 55px;
    height: 55px;
    /*border-radius: 50%;*/
}

.view-more-test-categories {
    text-align: center;
    padding: 25px 0;
}

.sidebar-category-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 15px;
    max-width: 41%;
}

.create-math-col img {
    border-radius: 10%;
}

.list-styles li {
    list-style-image: url('../images/list-icon.png');
    margin: 10px 0 0 15px;
}

.progress {
    height: 3px;
    border-radius: 10px;
    width: 85%;
    margin: auto;
}

.progress div {
    background-color: var(--light-main)
}

.copy-right-container {
    display: flex;
    justify-content: space-between;
    margin: 15px 0;
    border-top: 1px solid #e5eaf4;
    color: var(--txt-color);
}

.made-with-love {
    display: flex;
    width: 211px;
    float: right;
}

.footer-text .indian-heart {
    position: relative;
    width: .5rem;
    height: .5rem;
    background-color: var(--main-color);
    transform: rotate(45deg);
    -webkit-animation: d 1.2s linear infinite;
    animation: d 1.2s linear infinite;
    margin: .6rem;
}

.footer-text .indian-heart:after,
.footer-text .indian-heart:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--main-color);
    border-radius: 50%;
}

.footer-text .indian-heart:before {
    transform: translateY(-50%);
}

.footer-text .indian-heart:after {
    transform: translateX(-50%);
}

.read-more-and-less {
    width: 100%;
    /*text-align: center;*/
    margin: 10px 0 0 0;
}

.cat-outer-box {
    height: 90px;
    width: 90px;
    margin: auto;
    /* background-color: var(--icon-bg-color);*/
    border-radius: 50%;
    /*border: 1px solid var(--icon-bg-color);*/
    padding-top: 12px;
}

.cat-outer-box img {
    height: 65px;
    width: 65px;
}

.cat-outer-box span.small-t {
    font-size: 25px;
    padding-top: 19px;
}


/*-----counter section--------*/

.join-with-us-section-wrapper {
    display: flex;
    justify-content: space-between;
}

.login-app-section {
    background: #fff;
    box-shadow: 0 17px 39px rgba(0, 0, 0, .05);
    position: relative;
    overflow: hidden;
    width: 70%;
}

.flex {
    display: flex;
}

.join-us-button-section {
    display: flex;
    position: relative;
    flex-direction: column;
    padding: 80px 0 28px 30px;
    text-align: center;
}

.app-mobile-device img {
    width: 265px;
    position: relative;
    bottom: -44px;
}

.ellipse-img {
    position: absolute;
    bottom: -14px;
}

.ellipse-img img {
    width: 110px;
}

.registartion-counts {
    background: var(--light-main);
    padding: 25px 2.6%;
    width: 419px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.count-outer {
    display: flex;
    align-items: center;
}

.display-counter-icon {
    width: 110px;
    height: 74px;
    margin-right: 30px;
    position: relative;
    margin: 2px 15px 0 0px;
}

.counter-image {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border: 1px solid var(--main-color);
    text-align: center;
    padding-top: 7px;
}

.counter-image img {
    height: 60px;
    width: 60px;
}

.card-image {
    width: 100%;
}

.sec-bg {
    background-color: rgba(0, 0, 0, .0050);
}

.display-all-count p {
    color: var(--txt-color);
}


/*-------blockquote-----------*/

blockquote {
    margin: 0px auto;
    padding: 1.2em 30px 1.2em 40px;
    line-height: 1.6;
    position: relative;
}

blockquote:before {
    font-family: Arial;
    content: "\201C";
    color: var(--main-color);
    font-size: 6em;
    position: absolute;
    left: 0px;
    top: -24px;
}

blockquote:after {
    content: '';
}

.join-us-button-section p {
    margin: 19px 0;
}

.secondry-trial-btn button {
    background: var(--sec-color);
}


/* Profile container */

.profile {
    margin: 20px 0;
}


/* Profile sidebar */

.profile-sidebar {
    background: #fff;
}

.profile-userpic {
    text-align: center;
}

.profile-userpic img {
    float: none;
    margin: 0 auto;
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
}

.profile-usertitle {
    text-align: center;
    margin-top: 3px;
}

.profile-usertitle-name {
    color: #5a7391;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 7px;
}

.profile-usertitle-job {
    text-transform: uppercase;
    color: var(--main-color);
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 15px;
}

.profile-userbuttons {
    text-align: center;
    margin-top: 10px;
}

.profile-userbuttons .btn {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    padding: 6px 15px;
    margin-right: 5px;
}

.profile-userbuttons .btn:last-child {
    margin-right: 0px;
}

.profile-usermenu {
    margin-top: 30px;
}

.profile-usermenu ul li {
    border-bottom: 1px solid #f0f4f7;
}

.profile-usermenu ul li:last-child {
    border-bottom: none;
}

.profile-usermenu ul li a {
    color: var(--txt-color);
    font-weight: 400;
}

.profile-usermenu ul li a i {
    margin-right: 8px;
    font-size: 14px;
}

.profile-usermenu ul li a:hover {
    background-color: var(--light-main);
    color: var(--main-color);
    border-left: 2px solid var(--main-color);
}

.profile-usermenu ul li.active {
    border-bottom: none;
}

.profile-usermenu ul li.active a {
    color: var(--main-color);
    background-color: var(--light-main);
    border-left: 2px solid var(--main-color);
}


/* Profile Content */

.profile-content {
    padding: 20px;
    background: #fff;
    min-height: 460px;
}

.sidebar-nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.profile-userbuttons a,
.profile-userbuttons a:hover {
    color: var(--sec-color);
}

.e-count-1 {
    font-size: 39px;
    font-weight: 900;
    padding-top: 1px;
}

.user-dp {
    width: 300px;
    margin: auto;
    text-align: center;
}

.user-dp img {
    width: 120px;
    height: 120px;
}

.dp-img {
    margin: 15px;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.upload-btn-wrapper button.btn {
    border: 2px solid var(--txt-color);
    color: var(--txt-color);
    background-color: white;
    padding: 2px 13px;
    border-radius: 8px;
}

.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.pull-right.a-del {
    float: right;
}

.dashbord div.progress {
    height: 15px;
    width: 100%;
}

.progress-b {
    margin: 10px 0;
}

.dashbord div.progress div {
    background-color: var(--sec-color);
}

.progress-b span {
    font-size: 12px;
    color: var(--txt-color)
}

.social-media li.social-facebook a {
    background-color: #3b5998;
}

.social-media li.social-twitter a {
    background-color: #1da1f2;
}

.social-media li.social-linkedin a {
    background-color: #0a66c2;
}

.social-media li.social-insta a {
    background-color: #c32aa3;
}

.social-media li.social-telegram a {
    background-color: #0088cc;
}

.social-media li.social-youtube a {
    background-color: #ff0000;
}

.social-media li.social-whatsapp a {
    background-color: #25d366;
}

.scroll-top {
    position: fixed;
    right: 50px;
    bottom: 30px;
    text-align: center;
    opacity: 0;
    z-index: 100;
    transition: opacity .5s ease;
}

.scroll-circle {
    width: 40px;
    height: 40px;
    margin: 0 auto 10px;
    background: var(--main-color);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .19);
    border-radius: 50%;
    cursor: pointer;
}

.scroll-circle img {
    margin-top: 8px;
}

#scroll_top_button {
    display: none;
}


/*----------blog listing-----*/

section.is-visible-viewport>* {
    transform: translateY(0);
    opacity: 1;
}

.blog-section-outer {
    margin-top: 30px;
    overflow: hidden;
}

.blog-post {
    width: 360px;
    min-width: 360px;
    display: inline-block;
    margin: 0px 10px 34px 10px;
    background: #fff;
    box-shadow: 0 17px 22px rgba(0, 0, 0, .05);
}

.blog-image-wrapper {
    position: relative;
    padding-bottom: 69.6%;
}

.pic-overflow {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.card-image {
    width: 100%;
}

.blog-short-contents {
    position: relative;
    padding: 1px 20px 20px 20px;
    background: #fff;
    min-height: 160px;
    justify-content: space-around;
}

.blog-short-list-contents {
    position: relative;
    justify-content: space-around;
}

.date-display {
    color: var(--txt-color);
}

.blog-listing {
    width: 100%;
    margin: unset;
    min-width: 100%;
}

.blog-details {
    margin-top: 8px;
}

.breadcrumb li {
    margin: 0;
}

.be-comment-block {
    margin-bottom: 50px !important;
    border: 1px solid #edeff2;
    border-radius: 2px;
    border: 1px solid #ffffff;
    margin-top: 30px;
}

.comments-title {
    font-size: 20px;
    color: var(--head-color);
    margin-bottom: 15px;
}

.be-img-comment {
    float: left;
    margin-bottom: 15px;
}

.first-char {
    padding: 0px;
    border-radius: 50%;
    text-align: center;
    font-size: 40px;
    height: 60px;
    width: 60px;
    font-weight: bold;
    padding-top: 0px;
    color: #fff;
}

.be-comment-content {
    margin-left: 70px;
}

.be-comment-content span {
    display: inline-block;
    width: 49%;
    margin-bottom: 7px;
}

.be-comment-name {
    font-size: 16px;
    color: var(--txt-color);
}

.be-comment-content a {
    color: #383b43;
}

.be-comment-content span {
    display: inline-block;
    width: 49%;
    margin-bottom: 5px;
}

.be-comment-time {
    text-align: right;
}

.be-comment-time {
    font-size: 11px;
    color: #b4b7c1;
}

.be-comment-text {
    font-size: 16px;
    color: var(--txt-color);
    display: block;
    background: var(--light-main);
    border: 1px solid #edeff2;
    padding: 12px;
}

.formError,
.reportformError {
    display: none;
    color: var(--sec-color);
}

#arespond {
    border: 1px solid #cfd8dc;
    display: inline-block;
    margin-top: 40px;
    padding: 43px 30px 55px;
    width: 100%;
}

.form-control {
    border-radius: 0;
}

.banner-part-left img {
    height: 329px;
    width: 649px;
}

.mobile-top-menu.mobile {
    overflow-x: scroll;
    float: left;
    width: 100%;
    padding: 3px 0 5px 0;
    background-color: var(--light-main);
    text-align: center;
}

.mobile-top-menu ul {
    display: flex;
    width: 500px;
}

.mobile-top-menu ul li {
    margin: 0 5px;
    font-weight: bold;
}

.footer-join-telegram {
    position: fixed;
    bottom: 0;
    z-index: 99;
    background-color: #fff;
    width: 100%;
    ;
}

.footer-join-buttons a {
    height: 33px;
    line-height: 33px;
}

.footer-join-buttons {
    margin-top: 5px;
}

.question-action-buttons ul {
    display: inline-flex;
    margin: 2px 0;
}

.question-action-buttons ul li a,
.question-action-buttons ul li a:hover {
    color: var(--txt-color);
    font-size: 12px;
}

.question-action-buttons ul li a i {
    margin: 0 3px;
}

.thank-you-outer {
    text-align: center;
    color: var(--main-color);
    margin: 50px;
}

.display-block {
    display: block;
}

.display-none {
    display: none;
}

#errorReport .modal-header {
    background: var(--main-color);
}

#errorReport .modal-header h4,
#errorReport .modal-header button {
    color: var(--white-color);
}

.sec-color {
    color: var(--sec-color);
}

.preparation-tab {
    margin-top: 20px;
}

.owl-carousel .owl-item img {
    max-height: 100%;
}

.pic-overflow img {
    height: 100%;
}

.share-exams {
    padding: 17px 0;
}

.share-exams ul {
    margin-top: 8px;
}

.share-exams span {
    padding-left: 5px;
}

.oneline-q-desc {
    font-size: 12px;
}


/*----------One line questions---------*/

.blog-listing {
    padding-top: 30px;
    padding-bottom: 30px;
}

.blog-listing-list{
    width: 100%;
    margin:unset;
    min-width: 100%;
}
.gray-bg {
    background-color: #f5f5f5;
}


/* Blog 
---------------------*/

.blog-grid {
    box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
    border-radius: 5px;
    overflow: hidden;
    background: #ffffff;
    margin-top: 15px;
    margin-bottom: 15px;
}

.blog-grid .blog-img {
    position: relative;
}

.blog-grid .blog-img .date {
    position: absolute;
    background: var(--sec-color);
    color: #ffffff;
    padding: 8px 15px;
    left: 10px;
    top: 10px;
    border-radius: 4px;
}

.blog-grid .blog-img .date span {
    font-size: 22px;
    display: block;
    line-height: 22px;
    font-weight: 700;
}

.blog-grid .blog-img .date label {
    font-size: 14px;
    margin: 0;
}

.blog-grid .blog-img img {
    max-height: 150px;
    width: 100%;
}

.blog-grid .blog-info {
    padding: 5px 14px;
}

.blog-grid .blog-info h5 {
    font-size: 19px;
    font-weight: 700;
    margin: 0 0 10px;
}

.blog-grid .blog-info h5 a {
    color: var(--txt-color);
}

.blog-grid .blog-info p {
    margin: 0;
}

.blog-grid .blog-info .btn-bar {
    margin-top: 10px;
}


/* Blog Sidebar
-------------------*/

.blog-aside .widget {
    box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
    border-radius: 5px;
    overflow: hidden;
    background: #ffffff;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.blog-aside .widget-body {
    padding: 15px;
}

.blog-aside .widget-title {
    padding: 15px;
    border-bottom: 1px solid #eee;
}

.blog-aside .widget-title h3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--sec-color);
    margin: 0;
}

.blog-aside .widget-author .media {
    margin-bottom: 15px;
}

.blog-aside .widget-author p {
    font-size: 16px;
    margin: 0;
}

.blog-aside .widget-author .avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
}

.blog-aside .widget-author h6 {
    font-weight: 600;
    color: #20247b;
    font-size: 22px;
    margin: 0;
    padding-left: 20px;
}

.blog-aside .post-aside {
    margin-bottom: 15px;
}

.blog-aside .post-aside .post-aside-title h5 {
    margin: 0;
}

.blog-aside .post-aside .post-aside-title a {
    font-size: 18px;
    color: #20247b;
    font-weight: 600;
}

.blog-aside .post-aside .post-aside-meta {
    padding-bottom: 10px;
}

.blog-aside .post-aside .post-aside-meta a {
    color: #6F8BA4;
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 10px;
}

.blog-aside .latest-post-aside+.latest-post-aside {
    border-top: 1px solid #eee;
    padding-top: 15px;
    margin-top: 15px;
}

.blog-aside .latest-post-aside .lpa-right {
    width: 90px;
}

.blog-aside .latest-post-aside .lpa-right img {
    border-radius: 3px;
}

.blog-aside .latest-post-aside .lpa-left {
    padding-right: 15px;
}

.blog-aside .latest-post-aside .lpa-title h5 {
    margin: 0;
    font-size: 15px;
}

.blog-aside .latest-post-aside .lpa-title a {
    color: var(--txt-color);
    font-weight: 600;
}

.blog-aside .latest-post-aside .lpa-meta a {
    color: #6F8BA4;
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 10px;
}

.tag-cloud a {
    padding: 4px 15px;
    font-size: 13px;
    color: #ffffff;
    background: var(--txt-color);
    border-radius: 3px;
    margin-right: 4px;
    margin-bottom: 4px;
}

.tag-cloud a:hover {
    background: var(--sec-color);
}

.blog-single {
    padding-top: 30px;
    padding-bottom: 30px;
}

.article {
    box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
    border-radius: 5px;
    overflow: hidden;
    background: #ffffff;
    padding: 15px;
    margin: 15px 0 30px;
}

.article .article-title {
    padding: 15px 0 20px;
}

.article .article-title h6 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
}

.article .article-title h6 a {
    text-transform: uppercase;
    color: var(--sec-color);
    border-bottom: 1px solid var(--sec-color);
}

.article .article-title h2 {
    color: var(--txt-color);
    font-weight: 600;
}

.article .article-title .media {
    padding-top: 15px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 20px;
}

.article .article-title .media .avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    overflow: hidden;
}

.article .article-title .media .media-body {
    padding-left: 8px;
}

.article .article-title .media .media-body label {
    font-weight: 600;
    color: var(--sec-color);
    margin: 0;
}

.article .article-title .media .media-body span {
    display: block;
    font-size: 12px;
}

.article .article-content h1,
.article .article-content h2,
.article .article-content h3,
.article .article-content h4,
.article .article-content h5,
.article .article-content h6 {
    color: var(--txt-color);
    font-weight: 600;
    margin-bottom: 15px;
}

.article .article-content blockquote {
    max-width: 600px;
    padding: 15px 0 30px 0;
    margin: 0;
}

.article .article-content blockquote p {
    font-size: 20px;
    font-weight: 500;
    color: var(--sec-color);
    margin: 0;
}

.article .article-content blockquote .blockquote-footer {
    color: var(--txt-color);
    font-size: 16px;
}

.article .article-content blockquote .blockquote-footer cite {
    font-weight: 600;
}

.article .tag-cloud {
    padding-top: 10px;
}

.article-comment {
    box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
    border-radius: 5px;
    overflow: hidden;
    background: #ffffff;
    padding: 20px;
}

.article-comment h4 {
    color: var(--txt-color);
    font-weight: 700;
    margin-bottom: 25px;
    font-size: 22px;
}

.blog-info h5 {
    line-height: 25px;
}

.share-exams.post-bottom {
    text-align: center;
}

.sidebar-category-content-box {
    display: inline-block;
    width: 32%;
}

.sidebar-category-content-box div.inner-col {
    padding: 1rem;
    background: var(--white-color);
    -webkit-box-shadow: 0 10px 40px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0 10px 40px rgb(0 0 0 / 5%);
    -ms-box-shadow: 0 10px 40px rgb(0 0 0 / 5%);
    -o-box-shadow: 0 10px 40px rgb(0 0 0 / 5%);
    box-shadow: 0 10px 40px rgb(0 0 0 / 5%);
    text-align: center;
    margin: 3px;
}

.sidebar-category-content-box img {
    width: 50px;
}

.sidebar-box-link li a {
    padding: 0;
}

.big-date {
    font-size: 26px;
    font-weight: bold;
}

.text2 {
    font-size: 13px;
}

.q-note {
    font-size: 13px;
    color: var(--main-color);
}

.blog-details table {
    margin-bottom: 1rem;
    width: 100%;
    font-size: 14px;
}

.blog-title {
    margin: 10px 0;
}

.blog-details table tr td,
.blog-details table tr th {
    border: 1px solid #dee2e6;
    padding: 0.75rem;
}

.list-unstyled li {
    margin: 0;
}

.blog-details h2 {
    font-size: 22px;
}hn
.blog-details h3 {
    font-size: 18px;
}
.blog-details h4 {
    font-size: 16px;
}
.blog-details h5 {
    font-size: 12px;
}
.blog-details h6 {
    font-size: 10px;
}

ul.dropdown li.drop-small,
ul.dropdown li.drop-small ul li {
    width: 93px;
}

.registration-btn {
    width: 100%;
    float: left;
    text-align: center;
}

.new-btn-line.regi-btns {
    background-color: var(--sec-color);
    color: #fff;
    border-color: var(--sec-color);
    width: 100%;
}

.view-top-ten-btn {
    margin-top: 20px;
    float: left;
}

.usr-avatar {
    border: 0.3rem solid rgba(#fff, 0.3);
    margin-bottom: 1rem;
    width: 110px;
    height: 110px;
}

.top-student-title {
    margin: 15px 0;
}

.crd-body h4 {
    color: var(--main-color);
    font-size: 18px;
}

.card.crd-body {
    margin: 10px 0;
}

.upcomming-exam {
    min-width: 100%;
    display: inline-block;
    margin: 0px 0px 34px 0px;
    background: #fff;
    box-shadow: 0 17px 22px rgba(0, 0, 0, .05);
}

.isImp {
    border: 1px dotted var(--main-color);
    background-color: var(--light-main);
}

.oneline-lists {
    font-size: 17px;
}

.oneline-lists li {
    padding: 5px 0;
}

.onans {
    font-weight: bold;
    color: #006666;
    border-bottom: 1px dotted;
    padding: 0 5px;
}

.paper-box {
    border-radius: 3px;
    border: 2px solid var(--main-color);
    margin: 15px 0;
}

.box-title {
    background-color: var(--main-color);
    color: #FFFFFF;
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
    display: block;
    padding: .5em 1em;
    font-weight: 700;
    font-size: 1.1em;
}

.box-inner {
    background-color: #fff;
    color: #444;
    padding: 1em;
}

.pappers-btns {
    text-align: center;
}

.pappers-btns a {
    background: var(--sec-color);
    position: relative;
    overflow: hidden;
    width: auto;
    height: 28px;
    justify-content: center;
    border: none;
    padding: 0 16px;
    font-weight: 700;
    color: var(--white-color);
    display: inline-block;
    transition: all 0.5s ease 0s;
    margin: 10px 4px;
}

.paper-cont ul {
    margin-left: 40px;
}

.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.job-short-contents {
    padding: 0;
}

.job-box-contents {
    align-items: center;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
    -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
    /* -webkit-border-radius: 15px; */
    padding: 5px 10px;
    margin-top: 25px;
    position: relative;
    background: var(--white-color);
    border-left: 3px var(--main-color) solid;
    margin: 0 0 10px 10px;
}

.job-desc h2 {
    margin: 15px 0 3px;
    font-size: 21px;
    color: var(--main-color);
}

.job-desc ul li {
    margin: 8px 0;
}

.title-divider {
    margin: 15px 0;
}

.job-sidebar-thumb {
    margin-right: 8px;
}

.job-sidebar-thumb img {
    width: 110px;
    max-width: 110px;
}

.cat-inner-col {
    padding: 5px;
    background: var(--white-color);
    box-shadow: 0 10px 40px rgb(0 0 0 / 5%);
    text-align: center;
    margin: 3px;
}

.oneline-lists strong {
    color: var(--main-color);
}

.summary-btn {
    width: 100%;
    margin-top: 10px;
    background-color: var(--main-color);
    color: #ffffff;
    font-weight: bold;
}

.submit-loader-overlay {
    text-align: center;
    display: none;
}

.lds-facebook {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-facebook div {
    display: inline-block;
    position: absolute;
    left: 8px;
    width: 16px;
    background: var(--main-color);
    animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}

.lds-facebook-l div {
    background: var(--light-main) !important;
}

.lds-facebook div:nth-child(1) {
    left: 8px;
    animation-delay: -0.24s;
}

.lds-facebook div:nth-child(2) {
    left: 32px;
    animation-delay: -0.12s;
}

.lds-facebook div:nth-child(3) {
    left: 56px;
    animation-delay: 0;
}

.card-body-list {
    padding: 6px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
}

.card {
    border: none;
}

.cat-desc.modal-content-desc {
    padding: 15px;
}

.modal-loaderss {
    text-align: center;
    padding: 20px;
}

.isPassed {
    border: 1px solid #6ba13c;
    /* background: green;*/
    /*color: #fff;*/
}

.pass-icon {
    width: 30px;
    float: right;
    position: absolute;
    top: -12px;
    right: -10px;
}

.user-imgs img {
    border-radius: 50%;
    height: 60px;
    width: 60px;
}

.exam-timer-on {
    margin-top: 20px;
}

.exam-timer-on-font {
    font-size: 25px;
    font-weight: bold;
    color: var(--main-color);
}

.waring-color {
    color: #ff0066;
}

.job-desc table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    border: 1px solid #dee2e6;
}

.job-desc table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.job-desc table th,
.job-desc table td {
    border: 1px solid #dee2e6;
}

.job-desc table th,
.job-desc table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.job-desc table th,
.job-desc table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.job-desc ul {
    margin: 20px;
}

.job-desc ul li {
    list-style-image: url('../images/list-icon.png');
    margin: 10px 0 0 15px;
}

@keyframes lds-facebook {
    0% {
        top: 8px;
        height: 100px;
    }
    50%,
    100% {
        top: 24px;
        height: 50px;
    }
}

/*----general CSS------*/
.cat-descc {
	text-align: center;
}

.icons-img {
	text-align: center;
	width: 70px;
	margin: auto;
	padding-bottom: 11px;
}

.desc-quetion {
	width: 150px;
	text-align: center;
	margin: auto;
}

.space-5{
    width: 100%;
    height: 5px;
}
.space-10{
    width: 100%;
    height: 10px;
}

.dis-questions-short-contents {
    position: relative;
    padding: 1px 20px 20px 20px;
    background: #fff;
    justify-content: space-around;
    text-align: center;
}

.dis-question {
    padding:0;
    margin-bottom: 12px;
}
.dis-questions-short-contents h6, .dis-questions-short-contents div.description{
    text-align: center;
}


/***** Price ********/

.stheme-btna,
        .stheme-btn:hover,
        .stheme-btn:focus,
        .stheme-btn:active {
            text-decoration: none;
            outline: none;
        }
        
        .stheme-btn,
        .stheme-btn:active,
        .stheme-btn:focus {
            color: #333;
            text-decoration: none;
            transition-timing-function: ease-in-out;
            -ms-transition-timing-function: ease-in-out;
            -moz-transition-timing-function: ease-in-out;
            -webkit-transition-timing-function: ease-in-out;
            -o-transition-timing-function: ease-in-out;
            transition-duration: .2s;
            -ms-transition-duration: .2s;
            -moz-transition-duration: .2s;
            -webkit-transition-duration: .2s;
            -o-transition-duration: .2s;
        }
        
        ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }
        img {
    max-width: 100%;
    height: auto;
}
/*--blog----*/

.sec-title{
  position:relative;
  margin-bottom:70px;
}

.sec-title .title{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 1em;
  color: #ff8a01;
  font-weight: 500;
  background: rgb(247,0,104);
  background: -moz-linear-gradient(to left, rgba(247,0,104,1) 0%, rgba(68,16,102,1) 25%, rgba(247,0,104,1) 75%, rgba(68,16,102,1) 100%);
  background: -webkit-linear-gradient(to left, rgba(247,0,104,1) 0%,rgba(68,16,102,1) 25%,rgba(247,0,104,1) 75%,rgba(68,16,102,1) 100%);
  background: linear-gradient(to left, rgba(247,0,104) 0%,rgba(68,16,102,1) 25%,rgba(247,0,104,1) 75%,rgba(68,16,102,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F70068', endColorstr='#441066',GradientType=1 );
  color: transparent;
  -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-bottom: 15px;
}

.sec-title h2{
  position:relative;
  display: inline-block;
  font-size:48px;
  line-height:1.2em;
  color:#1e1f36;
  font-weight:700;
}

.sec-title .text{
  position: relative;
  font-size: 16px;
  line-height: 28px;
  color: #888888;
  margin-top: 30px;
}

.sec-title.light h2,
.sec-title.light .title{
  color: #ffffff;
  -webkit-text-fill-color:inherit; 
}
.pricing-section {
    position: relative;
    padding: 100px 0 80px;
    overflow: hidden;
}
.pricing-section .outer-box{
  max-width: 1100px;
  margin: 0 auto;
}


.pricing-section .row{
  margin: 0 -30px;
}

.pricing-block{
  position: relative;
  padding: 0 30px;
  margin-bottom: 40px;
}

.pricing-block .inner-box{
  position: relative;
  background-color: #ffffff;
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
  padding: 0 0 30px;
  max-width: 370px;
  margin: 0 auto;
  border-bottom: 20px solid var(--main-color);
}

.pricing-block .icon-box{
  position: relative;
  padding: 50px 30px 0;
  background-color: var(--main-color);
  text-align: center;
}

.pricing-block .icon-box:before{
  position: absolute;
  left: 0;
  bottom: 0;
  height: 75px;
  width: 100%;
  border-radius: 50% 50% 0 0;
  background-color: #ffffff;
  content: "";
}


.pricing-block .icon-box .icon-outer{
  position: relative;
  height: 150px;
  width: 150px;
  background-color: #ffffff;
  border-radius: 50%;
  margin: 0 auto;
  padding: 10px;
}

.pricing-block .icon-box i{
  position: relative;
  display: block;
  height: 130px;
  width: 130px;
  line-height: 120px;
  border: 5px solid var(--main-color);
  border-radius: 50%;
  font-size: 50px;
  color: var(--main-color);
  -webkit-transition:all 600ms ease;
  -ms-transition:all 600ms ease;
  -o-transition:all 600ms ease;
  -moz-transition:all 600ms ease;
  transition:all 600ms ease;
}

.pricing-block .inner-box:hover .icon-box i{
  transform:rotate(360deg);
}

.pricing-block .price-box{
  position: relative;
  text-align: center;
  padding: 10px 20px;
}

.pricing-block .title{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 1.2em;
  color: #222222;
  font-weight: 600;
}

.pricing-block .price{
  display: block;
  font-size: 30px;
  color: #222222;
  font-weight: 700;
  color: var(--main-color);
}


.pricing-block .features{
  position: relative;
  max-width: 200px;
  margin: 0 auto 20px;
}

.pricing-block .features li{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #848484;
  font-weight: 500;
  padding: 5px 0;
  padding-left: 30px;
  border-bottom: 1px dashed #dddddd;
}
.pricing-block .features li:before {
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 16px;
    color: #2bd40f;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    margin-top: -8px;
}
.pricing-block .features li.false:before{
  color: #e1137b;
  content: "\f057";
}

.pricing-block .features li a{
  color: #848484;
}

.pricing-block .features li:last-child{
  border-bottom: 0;
}

.pricing-block .btn-box{
  position: relative;
  text-align: center;
}

.pricing-block .btn-box a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 25px;
  color: #ffffff;
  font-weight: 500;
  padding: 8px 30px;
  background-color: var(--main-color);
  border-radius: 10px;
  border-top:2px solid transparent;
  border-bottom:2px solid transparent;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 300ms ease;
}

.pricing-block .btn-box a:hover{
  color: #ffffff;
}

.pricing-block .inner-box:hover .btn-box a{
  color:var(--main-color);
  background:none;
  border-radius:0px;
  border-color:var(--main-color);
}

.pricing-block:nth-child(2) .icon-box i,
.pricing-block:nth-child(2) .inner-box{
  border-color: #1d95d2;
}

.pricing-block:nth-child(2) .btn-box a,
.pricing-block:nth-child(2) .icon-box{
  background-color: #1d95d2;
}

.pricing-block:nth-child(2) .inner-box:hover .btn-box a{
  color:#1d95d2;
  background:none;
  border-radius:0px;
  border-color:#1d95d2;
}

.pricing-block:nth-child(2) .icon-box i,
.pricing-block:nth-child(2) .price{
  color: #1d95d2;
}

.pricing-block:nth-child(3) .icon-box i,
.pricing-block:nth-child(3) .inner-box{
  border-color: #ffc20b;
}

.pricing-block:nth-child(3) .btn-box a,
.pricing-block:nth-child(3) .icon-box{
  background-color: #ffc20b;
}

.pricing-block:nth-child(3) .icon-box i,
.pricing-block:nth-child(3) .price{
  color: #ffc20b;
}

.pricing-block:nth-child(3) .inner-box:hover .btn-box a{
  color:#ffc20b;
  background:none;
  border-radius:0px;
  border-color:#ffc20b;
}


.row.isPaidPacckage {
	color: #8fb5b5;
}

.row.isPaidPacckage div.courses-info a.btn-outline-primary {
    color: #fff;
    border-color: #8fb5b5;
    background-color: #8fb5b5;
}

.row.isPaidPacckage div.courses-info a.btn-outline-primary:hover {
    color: #fff;
    background-color: #8fb5b5;
    border-color: #8fb5b5;
}

.courses-blog ul.features{
    color: #066;
    list-style: unset;
}

#buy-package-now {
	background-color: #E9F8FA;
    border: 1px solid var(--main-color);
}

.paid-mock-test-btn , .paid-mock-test-btn:hover {
    background-color: #4FCE5D;
    border-color: #4FCE5D;
}    
.free-mock-test-btn , .free-mock-test-btn:hover {
	background-color: #99061c;
    border-color: #99061c;
}
.notice-wrongs {
	color: #e60000;
	margin: 10px;
	font-size: 16px;
}

.reset-btn {
	margin: 10px 0;
}

.page-colum {
    width: 100%;
    align-items: center;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
    -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
    /*-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;*/
    position: relative;
    background: var(--white-color);
    margin: 0 0 15px 0;
}

.page-title-home {
	background-color: var(--main-color);
	padding: 5px;
	color: #fff;
	text-align: center;
}

.page-desc {
	padding: 10px;
    float:left;
    overflow-y: auto;
    height: 400px;
    margin-bottom: 15px;

}

.lst-style li {
	font-size: 20px;
	margin: 7px;
}

.page-footers {
	text-align: center;
	padding: 5px;
	font-size: 22px;
}

.page-view-more {
	width: 100%;
}

.page-desc ul {
    margin: 20px;
}

.page-desc ul li {
    list-style-image: url('../images/list-icon.png');
    margin: 10px 0 0 15px;
}
.testlight {
    color:  var(--sec-color);
    font-size: 16px;
}

.join-now-button {
	text-align: center;
	padding: 5px;
	background-color: #d4f7e1;
	border: 1px solid #1b9849;
}

.join-now-button-pink {
	text-align: center;
	padding: 5px;
	background-color: #ffe6ff;
	border: 1px solid #660066;
}

.footer-join-btn a.telegram, .footer-join-btn a.whatsapp{
    padding: 0 15px;
}
.footer-join-btn a {
    line-height: 50px;
    height: 50px;
}


.jt_wp_button {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 220px;
	right: 40px;
	background-color: #25D366;
	color: #FFF;
	border-radius: 50px;
	text-align: center;
	box-shadow: 2px 2px 3px #999;
	z-index: 999;
	transition: all 0.3s ease-in-out 0s;
	cursor: pointer;
	outline: none;
}

.jt_wp_button::after {
	content: '';
	width: 30px;
	height: 30px;
	border-radius: 100%;
	border: 6px solid #25D366;
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	animation: ring 1.5s infinite;
}


.jt_search_button {
	position: fixed;
	width: 60px;
	height: 60px;
	top: 80px;
	right: 8px;
	background-color: var(--main-color);;
	color: #FFF;
	border-radius: 50px;
	text-align: center;
	box-shadow: 2px 2px 3px #999;
	z-index: 999;
	transition: all 0.3s ease-in-out 0s;
	cursor: pointer;
	outline: none;
}


@keyframes ring {
	0% {
		width: 50px;
		height: 50px;
		opacity: 1;
	}

	100% {
		width: 120px;
		height: 120px;
		opacity: 0;
	}
}
.jt_search_button i{
    font-size: 28px;
    color: #fff !important;
}
.jt_wp_button svg,.jt_search_button i {
	margin-top: 15px
}


.official-website a {
	width: 45%;
	margin: 15px 0;
}

.apply-now {
	background: #006666;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
}

.official-website {
	margin-bottom: 20px;
}

.update-section{
    margin-top: 20px;
}
/*
.oneline-lists li:before {
    font-family: FontAwesome;
    content: '\f101';
}*/


/*
.mobile-top-menu ul li a,.mobile-top-menu ul li a:hover{
	color: var(--sec-color);
}*/


/*
.blog-short-contents .description {
    line-height: 1.45rem !important;
    white-space: normal;
    margin: 1rem 0;
}*/

.lightbg {
	background-color: var(--light-main);
	padding: 30px 0;
    margin-top: 20px;
}
.highlight-item {
	background: #ffffff;
	border-left: 5px solid var(--main-color);
	padding: 12px 16px;
	border-radius: 8px;
	transition: all 0.3s ease;
	cursor: pointer;
    margin: 5px 0;
}

.highlight-item:hover {
	background: var(--light-main);
	transform: translateX(4px);
}

.form-control-borderless {
    border: none;
}

.form-control-borderless:hover, .form-control-borderless:active, .form-control-borderless:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

.search-form{
    border: 1px solid var(--light-main);
}

.btn-search-form:hover,.btn-search-form {
	color: #fff;
	background-color: var(--main-color);
	border-color: var(--main-color);
}
.search-card-body{
    padding: 15px;
}

.hilight-text{
    color: var(--main-color);
}
.search-button-top i {
	color: #fff !important;
}
.search-button-top {
	margin: 8px 8px 0 10px;
	color: #fff !important;
}
.search-form-top {
	float: right;
    margin-top: 11px;
}
.search-display-top{
    position: absolute;
    top: 44px;
    right: 0;
    width: 400px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    display: none;
    z-index: 5;   
    border: 1px solid var(--main-color);; 
}

.post-list-small_body hr{
    margin-top: 10px;
    margin-bottom: 0;
}
/* Safari */

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}