@font-face {
    font-family: "jannat";
    src: url("a-jannat-lt-regular.ttf");
}

@font-face {
    font-family: "jannat-bold";
    src: url("a-jannat-lt-bold.ttf");
}

/* ***** Common Css **** */
:root {
    scroll-behavior: initial;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
}

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

img {
    display: block;
}

a {
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
}

body {
    font-family: "jannat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    background-image: url("../images/body-bg.svg");
    background-size: contain;
    background-position: center;
    background-repeat: repeat;
    background-attachment: fixed;
}

.main-wrpper {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.container {
    max-width: 1700px;
}

/* ***** End Common Css **** */

/* **** Header **** */

.panel {
    width: 100%;
    height: 100vh;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 1.5em;
    text-align: center;
    color: white;
    position: relative;
    box-sizing: border-box;
}

header {
    position: relative;
    top: 0px;
    left: 0;
    right: 0;
    background: #0e0e52;
    padding: 25px 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}

.navbar .container .navbar-brand,
.navbar .container-fluid .navbar-brand {
    margin-left: 0;
}

.navbar-brand {
    float: none;
    height: auto;
    padding: 0;
}

.navbar-brand img {
    max-width: 100%;
    height: 30px;
}

.navbar {
    background: transparent;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}

.nav-row {
    display: flex;
    align-items: center;
    width: 100%;
}

.navbar-light .navbar-nav {
    margin: 0 auto;
}

.navbar-light .navbar-nav li {
    margin-right: 50px;
}

.navbar-light .navbar-nav li:last-child {
    margin-right: 0;
}

.navbar-light .navbar-nav .nav-link {
    padding: 10px 0px;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}

.navbar .navbar-nav li a:focus,
.navbar .navbar-nav li a:hover,
.navbar .navbar-nav li a:hover {
    color: rgba(255, 255, 255, 0.70);
}

.navbar .navbar-nav .active a,
.navbar .navbar-nav .active a:focus,
.navbar .navbar-nav .active a:hover {
    color: rgba(255, 255, 255, 0.70);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.70);
}

ul.entersite {
    display: flex;
    align-items: center;
}

ul.entersite li {
    margin-right: 25px;
}

ul.entersite li:last-child {
    margin: 0;
}

ul.entersite li a {
    padding: 10px 0;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    display: block;
}

ul.entersite li a:hover {
    color: rgba(255, 255, 255, 0.70);
}

ul.entersite li a.signupbtn {
    padding: 10px 25px;
    border-radius: 5px;
    background: #fff;
    color: #020A72;
}

ul.entersite li a.signupbtn:hover {
    background: #252525;
    color: #fff;
}

/* **** End Header **** */


/* **** toggler **** */
.navbar-light .navbar-toggler {
    background-color: transparent;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    border: none;
    height: 40px;
    width: 50px;
    padding: 0;
}

.navbar-light .navbar-toggler:focus {
    box-shadow: none;
    outline: none;
}

.navbar-light .navbar-toggler .navbar-toggler-icon {
    background-image: unset;
}

.navbar-toggler:active,
.navbar-toggler:focus {
    outline: none;
}

.navbar-light .navbar-toggler-icon {
    width: 24px;
    height: 18px;
    background-image: none;
    position: relative;
    border-bottom: 2px solid #fff;
    transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
    width: 24px;
    position: absolute;
    height: 2px;
    background-color: #fff;
    top: 0;
    left: 0;
    content: "";
    z-index: 2;
    transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after {
    top: 8px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}

/* **** End toggler **** */


/* ***** Banner ***** */
.banner-wrapper {
    position: relative;
    display: flex;
}

.banner-wrapper .leftpart {
    width: 60%;
    height: 980px;
    overflow: hidden;
    background: rgb(121, 129, 189);
    background: -moz-linear-gradient(left, rgba(121, 129, 189, 1) 0%, rgba(169, 187, 242, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(121, 129, 189, 1) 0%, rgba(169, 187, 242, 1) 100%);
    background: linear-gradient(to right, rgba(121, 129, 189, 1) 0%, rgba(169, 187, 242, 1) 100%);
    /*    background: rgb(0, 37, 121);*/
    /*background: -moz-linear-gradient(45deg, rgba(0, 37, 121, 1) 0%, rgba(0, 15, 44, 1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(0, 37, 121, 1) 0%, rgba(0, 15, 44, 1) 100%);
    background: linear-gradient(45deg, rgba(0, 37, 121, 1) 0%, rgba(0, 15, 44, 1) 100%);*/
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
}

.banner-wrapper .leftpart:before,
.banner-wrapper .rightpart:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(#002579 0%, #000f2c 100%);
    opacity: 0.6;
}

.banner-wrapper .rightpart:before {
    background: linear-gradient(#000524 0%, #0091ac 100%);
}

.banner-wrapper .leftpart .hero-man {
    margin-left: auto;
    margin-right: -100px;
}

.banner-wrapper .rightpart {
    width: 40%;
    height: 980px;
    overflow: hidden;
    background: rgb(0, 141, 168);
    background: -moz-linear-gradient(left, rgba(0, 141, 168, 1) 0%, rgba(0, 107, 135, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 141, 168, 1) 0%, rgba(0, 107, 135, 1) 100%);
    background: linear-gradient(to right, rgba(0, 141, 168, 1) 0%, rgba(0, 107, 135, 1) 100%);
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    position: relative;
}

.banner-wrapper .rightpart .hero-man {
    margin-left: -450px;
}

.banner-wrapper h2 {
    font-weight: 900;
    font-size: 50px;
    color: #fff;
    margin: 0;
    position: absolute;
    left: 50%;
    top: 145px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.banner-wrapper .hero-block {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    z-index: 9;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.banner-wrapper .hero-block h3 {
    font-weight: 900;
    font-size: 40px;
    text-align: left;
    color: #fff;
    margin: 0 0 50px;
}

.banner-wrapper .hero-block a {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.05em;
    text-align: center;
    color: #020a72;
    padding: 10px 12px;
    border-radius: 5px;
    background: #fff;
    display: table;
}

.banner-wrapper .hero-block a:hover {
    background: #000;
    color: #fff;
}

.banner-wrapper .col-md-5 h3 {
    text-align: right;
}

.banner-wrapper .col-md-5 a {
    margin-left: auto;
}

/* ***** End Banner ***** */

/* **** Candidates **** */
/* .candidates-wrp .slider {
    padding: 0 0 160px;
} */
.candidates-wrp .box-title {
    height: 501px;
    background: url('../images/background-back1.svg') 0 0 no-repeat;
    background-size: cover;
    padding: 70px 0 0;
    text-align: center;
}

.candidates-wrp .box-title h2 {
    font-weight: 900;
    font-size: 40px;
    color: #fff;
    margin: 0 0 25px;
}

.candidates-wrp .box-title p {
    font-weight: normal;
    font-size: 30px;
    color: #fff;
    margin: 0 0 70px;
}

.candidates-wrp .row {
    margin: 0 -50px;
    justify-content: center;
}

.candidates-wrp .col-md-3 {
    padding: 0 50px;
}

.candidates-wrp .candidate-box {
    border-radius: 15px;
    background: #fff;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
    padding: 30px 25px 60px;
    margin: -250px 0 0;
    min-height: 350px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

.candidate-block2 .candidate-box {
    min-height: 370px;
    padding: 30px 25px 40px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

.last-candidate-block .candidate-box {
    min-height: 420px;
    padding: 30px 25px 40px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

.candidates-wrp .candidate-box .box-img {
    margin: 0 auto 30px;
    min-height: 113px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

.candidates-wrp .candidate-box img {
    max-width: 100%;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

.candidates-wrp .candidate-box p {
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #161718;
    margin: 0;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

.candidates-wrp .candidate-box p span {
    font-weight: bold;
    display: block;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

.candidates-wrp .candidate-box h6 {
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #161718;
    margin: 25px 0 0;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

.candidates-wrp .btn-primary {
    margin: 30px auto 0;
}

.candidates-wrp .last-candidate-block .candidate-box {
    min-height: 410px;
}

.candidates-wrp .slick-prev,
.candidates-wrp .slick-next {
    position: absolute;
    z-index: 9;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    transform: rotate(-90deg);
    font-weight: 900;
    font-size: 30px;
    text-align: left;
    color: #020a72;
    background: transparent;
    border: none;
}

.candidates-wrp .slick-prev:hover,
.candidates-wrp .slick-next:hover {
    color: #000;
}

.candidates-wrp .slick-next {
    left: auto;
    right: 0px;
    bottom: 30px;
}

.candidates-wrp .slick-prev i,
.candidates-wrp .slick-next i {
    font-size: 24px;
    padding: 0 5px;
}

.exceed-detailswrp .candidate-box:hover {
    background: #020a72;
    color: #fff;
}

.exceed-detailswrp .candidate-box:hover h6,
.exceed-detailswrp .candidate-box:hover p {
    color: #fff;
}

.exceed-detailswrp .candidate-box:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

/* **** End Candidates **** */

.btn-primary {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.05em;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    background: #020a72;
    padding: 10px 12px;
    display: table;
    margin: 0 auto;
}

.btn-primary:hover {
    background: #000;
    color: #fff;
}

/* **** Clients **** */
.clients-wrp {
    padding: 70px 0 90px;
    background: url('../images/background-back1.svg') 0 0 no-repeat;
    background-size: cover;
    margin: 0 0 100px;
}

.clients-wrp h2 {
    font-weight: 900;
    font-size: 40px;
    text-align: center;
    color: #fff;
    margin: 0 0 21px;
}

.client-slider-rtl,
.clients-wrp .client-slider {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.client-slider-rtl .slick-slide,
.client-slider .slick-slide {
    margin: 0 15px;
}

.client-slider-rtl .slick-list,
.client-slider .slick-list {
    margin: 0 -15px;
}

.clients-wrp .client-box {
    padding: 15px;
}

.clients-wrp .client-box a {
    width: 100%;
    height: 80px;
    border-radius: 15px;
    background: #fff;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.clients-wrp .client-box a img {
    max-width: 100%;
}

.clients-wrp .slick-prev,
.clients-wrp .slick-next {
    position: absolute;
    right: -30px;
    left: auto;
    border: none;
    color: transparent;
    background-color: transparent;
    width: auto;
    height: auto;
    font-size: 0;
    color: transparent;
    z-index: 5;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    transition: .4s linear;
}

.clients-wrp .slick-prev:before,
.clients-wrp .slick-next:before {
    width: 30px;
    height: 30px;
    content: "\f054";
    font-family: 'Font Awesome 5 Pro';
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
    font-weight: 400;
    line-height: 28px;
    display: block;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

.clients-wrp .slick-prev {
    left: -30px;
    right: auto;
}

.clients-wrp .slick-prev:before {
    content: "\f053";
}

.clients-wrp .slick-prev:hover:before,
.clients-wrp .slick-next:hover:before {
    color: #020a72;
    background: #fff;
}

/* **** End Clients **** */

/* **** Questions **** */
.questions-wrp {
    background: url('../images/background-back1.svg') 0 0 no-repeat;
    background-size: cover;
    padding: 100px 0;
    margin: 0 0 100px;
}

.questions-wrp h2 {
    font-weight: 900;
    font-size: 40px;
    text-align: center;
    color: #fff;
    margin: 0 0 25px;
}

.questions-wrp p {
    font-weight: normal;
    font-size: 30px;
    text-align: center;
    color: #fff;
    margin: 0 0 25px;
}

.questions-wrp .btn-primary {
    margin: 0 auto;
}

.candidate-box {
    position: relative;
}

.stepbx {
    width: 75px;
    height: 75px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.10);
    text-align: center;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -35px;
    left: -35px;
}

.stepbx h4 {
    font-size: 50px;
    font-weight: 800;
    color: #020A72;
    margin: 0;
}

/* **** End Questions **** */

/* **** Contact **** */
.contact-wrp {
    background: url('../images/background-back1.svg') 0 0 no-repeat;
    background-size: cover;
    padding: 65px 0;
    margin: 0 0 100px;
    overflow: hidden;
}

.contact-wrp .container {
    max-width: 1280px;
}

.contact-wrp .row {
    margin: 0 -100px;
}

.contact-wrp .col-md-6 {
    padding: 0 100px;
}

.contact-wrp h2 {
    font-weight: 900;
    font-size: 40px;
    text-align: left;
    color: #fff;
    margin: 0 0 20px;
}

.contact-wrp .form-group {
    margin: 0 0 20px;
}

.contact-wrp .form-group label {
    font-weight: normal;
    font-size: 30px;
    color: #fff;
    margin: 0 0 10px;
}

.contact-wrp .form-group .form-control {
    font-weight: normal;
    font-size: 24px;
    color: #000;
    padding: 10px 12px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
    border: none;
    outline: none;
}

.contact-wrp .btn-primary {
    display: block;
    width: 100%;
    border: none;
    padding: 15px;
}

.contat-info ul li {
    font-weight: normal;
    font-size: 30px;
    color: #fff;
    margin: 0 0 20px;
}

.contat-info ul li:last-child {
    margin: 0;
}

.contat-info ul li a {
    font-size: 30px;
    color: #fff;
}

.contat-info ul li a:hover {
    opacity: 0.6;
}

.contat-info ul li.social-icon a {
    margin-right: 10px;
}

/* **** End Contact **** */

/* **** Footer **** */
footer {
    background: #020a72;
    padding: 70px 0;
}

footer .foot-logo img {
    max-width: 100%;
    margin: 0 0 25px;
}

footer .foot-logo ul li {
    margin: 0 0 15px;
}

footer .foot-logo ul li:last-child {
    margin: 0;
}

footer .foot-logo ul li a {
    font-weight: normal;
    font-size: 25px;
    text-align: left;
    color: #fff;
}

footer .foot-logo ul li a:hover {
    opacity: 50%;
}

footer .quicklinks h3 {
    font-weight: bold;
    font-size: 25px;
    text-align: left;
    color: #fff;
    margin: 0 0 22px;
}

footer .quicklinks ul li {
    margin: 0 0 18px;
}

footer .quicklinks ul li:last-child {
    margin: 0;
}

footer .quicklinks ul li a {
    font-weight: 300;
    font-size: 25px;
    text-align: left;
    color: #fff;
}

footer .quicklinks ul li a:hover {
    opacity: 50%;
}

/* **** End Footer **** */


/* **** Student **** */
.student-main-wrpper .banner-wrapper .leftpart {
    width: 48%;
}

.student-main-wrpper .banner-wrapper .leftpart .hero-man {
    margin-right: -400px;
}

.student-main-wrpper .banner-wrapper .rightpart {
    width: 52%;
}

.student-main-wrpper .banner-wrapper .rightpart .hero-man {
    margin-left: -120px;
}

.student-main-wrpper .candidates-wrp .box-title {
    background: url('../images/student-back.svg') 0 0 no-repeat;
    background-size: cover;
}

.student-main-wrpper .clients-wrp {
    background: url('../images/student-back.svg') 0 0 no-repeat;
    background-size: cover;
}

.student-main-wrpper .questions-wrp {
    background: url('../images/student-back.svg') 0 0 no-repeat;
    background-size: cover;
}

.student-main-wrpper .contact-wrp {
    background: url('../images/student-back.svg') 0 0 no-repeat;
    background-size: cover;
}

.student-main-wrpper .banner-wrapper .hero-block .col-md-5 a {
    color: #1D6A96;
}

.student-main-wrpper .candidates-wrp .btn-primary {
    background: #1D6A96;
}

.student-main-wrpper .banner-wrapper .hero-block .col-md-5 a:hover,
.student-main-wrpper .candidates-wrp .btn-primary:hover {
    background: #000;
    color: #fff;
}

.student-main-wrpper .candidates-wrp .candidate-block2 .candidate-box {
    min-height: 330px;
}

.student-main-wrpper .candidates-wrp .last-candidate-block .candidate-box {
    min-height: 340px;
}

/* **** End Student **** */

/* **** About **** */
.about-main-wrpper .candidates-wrp .box-title {
    background: url('../images/about-back.svg') 0 0 no-repeat;
    background-size: cover;
}

.about-main-wrpper .clients-wrp {
    background: url('../images/about-back.svg') 0 0 no-repeat;
    background-size: cover;
}

.about-main-wrpper .questions-wrp {
    background: url('../images/about-back.svg') 0 0 no-repeat;
    background-size: cover;
}

.about-main-wrpper .contact-wrp {
    background: url('../images/about-back.svg') 0 0 no-repeat;
    background-size: cover;
}

/* **** End About **** */

#before-after-slider {
    display: table;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

#before-after-slider img {
    height: 100%;
}

#after-image {
    display: block
}

#before-image {
    position: absolute;
    height: 100%;
    width: 50%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 2;
}

#resizer {
    position: absolute;
    display: flex;
    align-items: center;
    z-index: 999;
    top: 0;
    left: 50%;
    height: 100%;
    width: 1px;
    background: transparent;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

#resizer:after {
    background: #020A72;
    content: "\f07e";
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
    display: block;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: none;
    font-size: 18px;
    cursor: all-scroll;
}

.candidates-wrp.mobile-show {
    display: none;
}

/* **** Popups **** */
.modal-dialog {
    max-width: 1064px;
    min-width: 1064px;
    width: 100%;
}

.modal-content {
    padding: 60px;
    border-radius: 20px;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.10);
    background: rgb(255, 255, 255);
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0%, rgba(220, 221, 236, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0%, rgba(220, 221, 236, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(220, 221, 236, 1) 100%);
    border: none;
    margin: 0;
    position: relative;
}

button.btn-close {
    width: 35px;
    height: 35px;
    background: #E5E5E5;
    border-radius: 50%;
    border: none;
    line-height: 37px;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 15px;
    opacity: 1;
    box-shadow: none;
    right: 15px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

button.btn-close:hover {
    background: #020a72;
    opacity: 1;
    color: #fff;
}

.service-breifdt h1 {
    font-size: 40px;
    font-weight: 800;
    color: #020A72;
    margin: 0 0 10px;
}

.service-breifdt p {
    font-size: 20px;
    font-weight: normal;
    color: #161718;
    line-height: 35px;
    margin: 0 0 10px;
    max-width: 670px;
}

.service-breifdt ul {
    margin: 0 0 20px;
}

.service-breifdt li {
    font-size: 20px;
    font-weight: normal;
    color: #161718;
    padding: 3px 0 3px 40px;
    position: relative;
}

.service-breifdt li:before {
    position: absolute;
    content: '';
    width: 30px;
    height: 24px;
    background: url('../images/bullet-ic.svg') 0 0 no-repeat;
    background-size: 100% 100%;
    top: 5px;
    left: 0;
}

.service-breifdt .btn-main {
    padding: 10px 15px;
    background: #020A72;
    border-radius: 5px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.service-breifdt .btn-main:hover {
    background: #111;
    color: #fff;
}

.service-img {
    max-width: 400px;
    width: 100%;
    float: right;
    margin: -60px 0 0;
}

.service-img img {
    width: 100%;
}

.service-breifdt h3 {
    font-size: 20px;
    font-weight: bold;
    color: #161718;
    margin: 0 0 20px;
}

.quick-points li {
    display: flex;
    font-size: 20px;
    font-weight: normal;
    color: #161718;
    margin: 0 0 10px;
    padding: 0;
}

.quick-points li:before {
    display: none;
}

.quick-points li span {
    font-size: 20px;
    font-weight: 800;
    color: #915990;
    margin-right: 10px;
}

.quick-points li p {
    margin: 0;
    line-height: 22px;
}

.quick-points li strong {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #161718;
}

/* **** End Popups **** */

/* **** Recruiter Pages ***** */
.recruiter-wrp {
    padding: 65px 0;
    background: #fff;
}

.recruiter-head ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 80px;
}

.recruiter-head ul li {
    margin: 0 60px 0 0;
}

.recruiter-head ul li:last-child {
    margin: 0;
}

.recruiter-head ul li a {
    font-size: 25px;
    font-weight: normal;
    color: #828282;
    display: block;
    position: relative;
    border-bottom: 2px solid transparent;
}

.recruiter-head ul li.active a {
    color: #020A72;
    border-bottom: 2px solid #020A72;
}

.recruiter-head ul li a:hover {
    color: #020A72;
}

.recruiter-wrp .accordion .accordion-item {
    margin: 0 0 40px;
    background-color: #fff;
    border-radius: 15px;
    padding: 40px;
    box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.10);
    border: none;
}

.recruiter-wrp .accordion .accordion-item .accordion-button {
    font-size: 40px;
    color: #020A72;
    font-weight: 800;
    background-color: transparent;
    padding: 0 45px 0 0;
    position: relative;
}

.recruiter-wrp .accordion .accordion-item .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
}

.recruiter-wrp .accordion .accordion-item .accordion-button:focus {
    box-shadow: none;
}

.recruiter-wrp .accordion .accordion-item .accordion-button::after {
    display: none;
}

.recruiter-wrp .accordion .accordion-item .accordion-button:before {
    position: absolute;
    content: "\f077";
    font-family: "Font Awesome 5 Pro";
    right: 0;
    top: 10px;
    font-size: 22px;
    color: #020A72;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.recruiter-wrp .accordion .accordion-item .accordion-button.collapsed:before {
    content: "\f078";
}

.recruiter-wrp .accordion .accordion-body {
    padding: 25px 0 0;
}

.recruiter-wrp .accordion .accordion-body p {
    margin: 0;
    font-size: 35px;
    font-weight: normal;
    color: #161718;
    line-height: 46px;
}

.students-wrp .recruiter-head ul li.active a {
    color: #1D6A96;
    border-bottom-color: #1D6A96;
}

.students-wrp .recruiter-head ul li a:hover {
    color: #1D6A96;
}

.students-wrp .accordion .accordion-item .accordion-button {
    color: #1D6A96;
}

.students-wrp .accordion .accordion-item .accordion-button:before {
    color: #1D6A96;
}

/* **** End Recruiter Pages ***** */

/* **** Plan Page **** */
.plan-wrp {
    padding: 100px 0;
    background: #fff;
}

.plan-wrp h1 {
    font-size: 40px;
    font-weight: 800;
    color: #020A72;
    margin: 0 0 20px;
}

.plan-wrp h6 {
    font-size: 30px;
    font-weight: normal;
    color: #020A72;
    line-height: 40px;
    margin: 0 0 50px;
}

.plans-list {
    padding: 40px 50px;
    background: #EDE6EE;
    border-radius: 30px;
    display: flex;
    flex-wrap: wrap;
}

.plans-head {
    width: 45%;
}

.packages-list {
    width: 55%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px;
}

.packages-block {
    padding: 0 25px;
    width: 33.33%;
}

.packages-box {
    max-width: 255px;
    background: #fff;
    border-radius: 30px;
    padding: 10px 20px;
    margin: 0 auto;
    width: 100%;
}

.plans-head h2 {
    font-size: 40px;
    font-weight: 800;
    color: #020A72;
    min-height: 74px;
    margin: 10px 0 15px;
}

.plans-head h4 {
    font-size: 30px;
    font-weight: normal;
    color: #020A72;
    line-height: 40px;
    margin: 0 0 15px;
}

.packages-box h2 {
    font-size: 30px;
    font-weight: 800;
    color: #020A72;
    line-height: 37px;
    text-align: center;
    margin: 0 0 15px;
}

.what-include {
    margin: 0 0 20px;
}

.packages-box h5 strong,
.what-include h6 {
    font-size: 18px;
    font-weight: 600;
    color: #020A72;
    margin: 0 auto 10px;
    text-align: center;
    display: none;
}

.what-include span {
    width: 37px;
    height: 37px;
    border-radius: 5px;
    background: #E2E2E2;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
}

.what-include.yesin span {
    background: #915990;
}

.packages-box h5 {
    font-size: 22px;
    font-weight: normal;
    color: #915990;
    text-align: center;
    margin: 0 0 15px;
}

.packages-box .btn-buy {
    padding: 8px 12px;
    background: #915990;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
    margin: 0 auto 20px;
    display: table;
}

.packages-box .btn-buy:hover {
    background: #020A72;
    color: #fff;
}

.advance-box {
    background: #915990;
    color: #fff;
}

.advance-box h5,
.advance-box h2 {
    color: #fff;
}

.advance-box .btn-buy {
    background: #fff;
    color: #915990;
}

.advance-box .what-include span {
    background: #fff;
}

.about-main-wrpper .candidates-wrp .btn-primary {
    background: rgba(108, 67, 146, 1);
}

.about-main-wrpper .candidates-wrp .btn-primary:hover {
    background: #000;
    color: #fff;
}

/* **** End Plan Page **** */


/* **** RTL CSS **** */
.rtl-wrapper .navbar-light .navbar-nav li {
    margin: 0 0 0 50px;
}

.rtl-wrapper .navbar-light .navbar-nav li:last-child {
    margin: 0;
}

.rtl-wrapper ul.entersite li {
    margin: 0 0 0 25px;
}

.rtl-wrapper ul.entersite li:last-child {
    margin: 0
}

.rtl-wrapper .banner-wrapper {
    direction: ltr;
}

.rtl-wrapper .contact-wrp h2 {
    text-align: right;
}

.rtl-wrapper footer .quicklinks h3 {
    text-align: right;
}

.rtl-wrapper .recruiter-wrp .accordion .accordion-item .accordion-button {
    padding: 0 0 0 45px;
    text-align: right;
}

.rtl-wrapper .recruiter-wrp .accordion .accordion-item .accordion-button:before {
    right: auto;
    left: 0;
}

.rtl-wrapper .recruiter-head ul li {
    margin: 0 0 0 60px;
}

.rtl-wrapper .recruiter-head ul li:last-child {
    margin: 0;
}

/* **** End RTL CSS **** */



/* start custom dropdown  */


.custom-dropdown>a {
    color: #000;
}

.custom-dropdown>a .arrow {
    display: inline-block;
    position: relative;
    -webkit-transition: .3s transform ease;
    -o-transition: .3s transform ease;
    transition: .3s transform ease;
}

.custom-dropdown.show>a .arrow {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.custom-dropdown .btn:active,
.custom-dropdown .btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none;
}

.custom-dropdown .btn.btn-custom {
    border: 1px solid #efefef;
}

.custom-dropdown .title-wrap {
    padding-top: 10px;
    padding-bottom: 10px;
}

.custom-dropdown .title {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.custom-dropdown .dropdown-link .profile-pic {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    margin-right: 10px;
}

.custom-dropdown .dropdown-link .profile-pic img {
    width: 50px;
    border-radius: 50%;
}

.custom-dropdown .dropdown-link .profile-info h3,
.custom-dropdown .dropdown-link .profile-info span {
    margin: 0;
    padding: 0;
}

.custom-dropdown .dropdown-link .profile-info h3 {
    font-size: 16px;
}

.custom-dropdown .dropdown-link .profile-info span {
    display: block;
    font-size: 13px;
}

.custom-dropdown .dropdown-menu {
    border: 1px solid transparent !important;
    -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
    margin-top: -10px !important;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
    border-radius: 0;
    background: #fff;
    right: auto !important;
    left: auto !important;
    -webkit-transition: .3s margin-top ease, .3s opacity ease, .3s visibility ease;
    -o-transition: .3s margin-top ease, .3s opacity ease, .3s visibility ease;
    transition: .3s margin-top ease, .3s opacity ease, .3s visibility ease;
    visibility: hidden;
}

.custom-dropdown .dropdown-menu-12.active {
    opacity: 1;
    visibility: visible;
    margin-top: 0px !important;
    display: block;
}

.custom-dropdown .dropdown-menu a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 14px;
    padding: 15px 15px;
    position: relative;
    color: #b2bac1;
}

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

.custom-dropdown .dropdown-menu a .icon {
    margin-right: 15px;
    display: inline-block;
}

.custom-dropdown .dropdown-menu a:hover,
.custom-dropdown .dropdown-menu a:active,
.custom-dropdown .dropdown-menu a:focus {
    background: #fff;
    color: #000;
}

.custom-dropdown .dropdown-menu a:hover .number,
.custom-dropdown .dropdown-menu a:active .number,
.custom-dropdown .dropdown-menu a:focus .number {
    color: #fff;
}

.custom-dropdown .dropdown-menu a .number {
    padding: 2px 6px;
    font-size: 11px;
    background: #fd7e14;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    border-radius: 4px;
    color: #fff;
}

/* end custom dropdown */

.alert-block .close {
    background: no-repeat;
    border: none;
    padding: 0 20px;
}


