html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #000000;
    background-color: #ffffff;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

.wow {
    visibility: hidden;
}
a,
button,
.btn {
    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}
a {
    text-decoration: none;
}
p:last-child {
    margin-bottom: 0 !important;
}
.owl-carousel .owl-item img {
    width: auto;
}

/* COMMON STYLE :START */
.section-padding {
    padding: 100px 0px;
}

.title-1 h3 {
    font-size: 58px;
    font-weight: 700;
    line-height: 0.9;
    color: #ed2a2a;
    margin-bottom: 0px;
}

/* ---- .hd-style-1 :start ---- */
.hd-style-1 :last-child {
    margin-bottom: 0;
}
.hd-style-1 h3 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.1;
    color: #1877cd;
}
.hd-style-1.c2 h3 {
    color: #ed2a2a;
}
/* ---- .hd-style-1 :end ---- */

/* ---- .btn-style-1 :start ---- */
.btn-style-1 {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    margin: 0px;
    display: inline-flex;
    align-items: center;
    gap: 0px;
    transition: 0.5s;
}
.btn-style-1 img {
    padding-left: 0px;
    padding-right: 10px;
    transition: 0.5s;
}
.btn-style-1:hover {
    color: #1877cd;
}
.btn-style-1:hover img {
    padding-left: 5px;
    padding-right: 5px;
}
/* ---- .btn-style-1 :end ---- */

/* ---- .btn-style-2 :start ---- */
.btn-style-2 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    color: #ffffff;
    background-color: #1877cd;
    border-radius: 10px;
    margin: 0px;
    padding: 18px 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    transition: 0.5s;
}
.btn-style-2 img {
    transition: 0.5s;
}
.btn-style-2:hover {
    color: #ffffff;
    background-color: #044987;
}
/* ---- .btn-style-2 :end ---- */

/* ---- .btn-style-3 :start ---- */
.btn-style-3 {
    height: 42px;
    font-weight: 600;
    color: #ffffff;
    background-color: #ed2a2a;
    border: 1px solid #ed2a2a;
    border-radius: 21px;
    padding: 0 30px;
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.btn-style-3 svg path {
    fill: #ffffff;
    transition: 0.3s;
}
.btn-style-3:hover {
    border-color: #ffc238;
    background-color: #ffc238;
    color: #000;
}
.btn-style-3:hover svg path {
    fill: #000000;
}
/* ---- .btn-style-3 :end ---- */

/* ---- .btn-style-4 :start ---- */
.btn-style-4 {
    height: 42px;
    font-weight: 600;
    color: #000000;
    background-color: #ffc238;
    border: 1px solid #ffc238;
    border-radius: 21px;
    padding: 0 30px;
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.btn-style-4 svg path {
    fill: #000000;
    transition: 0.3s;
}
.btn-style-4:hover {
    color: #ffffff;
    border-color: #000000;
    background-color: #000000;
}
.btn-style-4:hover svg path {
    fill: #ffffff;
}
/* ---- .btn-style-3 :end ---- */

/* ---- .block-style-1 :start ---- */
.block-style-1 {
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 1px solid #1877cd;
    border-radius: 15px;
    padding: 20px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px 20px;
    transition: 0.5s;
}
.block-style-1 .bs1txt h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 0;
    transition: 0.5s;
}
.block-style-1 .bs1icon img {
    transition: 0.5s;
}

.block-style-1:hover {
    background-color: #1877cd;
}
.block-style-1:hover .bs1txt h3 {
    color: #ffffff;
}
.block-style-1:hover .bs1icon img {
    filter: brightness(0) invert(1);
}
/* ---- .block-style-1 :end ---- */

/* ---- .block-style-2 :start ---- */
.block-style-2 {
    width: 100%;
    height: 100%;
}
.block-style-2 .bs2head {
    display: flex;
    align-items: center;
    gap: 15px;
}
.block-style-2 .bs2head .bs2h-icon {
    flex-grow: 0;
    flex-shrink: 0;
}
.block-style-2 .bs2head .bs2h-icon img {
    max-width: 100%;
    height: auto;
}
.block-style-2 .bs2head .bs2h-text h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    color: #000000;
    margin-bottom: 0px;
}
.block-style-2 .bs2body {
    width: 100%;
    height: auto;
    margin-top: 15px;
}
.block-style-2 .bs2body p {
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 15px;
}
/* ---- .block-style-2 :end ---- */

/* ---- .block-style-3 :start ---- */
.block-style-3 {
    background-color: #f5b625;
    border-radius: 200px;
}
.block-style-3 .bs3left {
    width: 100%;
    height: 100%;
    text-align: right;
}
.block-style-3 .bs3left img {
    max-width: 100%;
    height: auto;
    margin: -85px 0px -130px 0px;
}
.block-style-3 .bs3right {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 50px 80px 40px 0px;
    position: relative;
}
.block-style-3 .bs3right :last-child {
    margin-bottom: 0;
}
.block-style-3 .bs3right::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 35%;
    width: 60px;
    height: 40px;
    transform: translate(-50%, 100%);
    border-bottom: 30px solid transparent;
    border-left: 30px solid #f5b625;
    border-right: 30px solid transparent;
    border-top: 30px solid  #f5b625;
}
.block-style-3 .bs3right p {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 15px;
}
.block-style-3 .bs3right h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #000000;
    margin-bottom: 15px;
}
/* ---- .block-style-3 :end ---- */

/* ---- .searchbox :start ---- */
.searchbox {
    width: 100%;
    height: auto;
}
.searchbox input {
    font-size: 16px;
    background-color: #e2e2e2;
    border: 0;
    border-radius: 100px;
    padding: 14px 14px 14px 30px;
}
.searchbox .input-group-text {
    background-color: #e2e2e2;
    border: 0;
    border-radius: 100px;
    padding-left: 20px;
    padding-right: 20px;
}
.searchbox input:focus {
    outline: 0;
    box-shadow: none;
    background-color: #e2e2e2;
}
.searchbox input::placeholder {
	color: #939393;
}
/* ---- .searchbox :end ---- */

/* ---- .form-style-1 :start ---- */
.form-style-1 {
    width: 100%;
    height: auto;
}
.form-style-1 .form-control {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    background-color: #e9eff6;
    border: 1px solid #e2e8ef;
    border-radius: 10px;
    padding: 20px 20px;
}
.form-style-1 .form-control:focus {
    outline: 0;
    box-shadow: none;
    background-color: #e9eff6;
    border-color: #1877cd;
}
.form-style-1 ::placeholder {
	color: rgba(0, 0, 0, 0.8);
}

/* ---- .form-style-1 :end ---- */

/* ---- .form-wrap :start ---- */
.form-wrap label {
    color: #5f5f5f;
    font-size: 14px;
    margin: 0 0 4px 22px;
    display: block;
}
.form-wrap label span {
    color: #cc0000;
}
.form-wrap textarea,
.form-wrap input {
    height: 113px;
    background-color: #e1e6eb !important;
    width: 100%;
    border-radius: 25px !important;
    border: 0;
    outline: none;
    font-size: 14px;
    padding: 10px 25px;
    color: #000;
    resize: none;
}
.form-wrap textarea::placeholder,
.form-wrap input::placeholder {
    color: #05141f;
    opacity: 0.5;
}
.form-wrap input {
    height: 50px !important;
    padding: 0 25px !important;
}
.form-wrap .nice-select {
    height: 50px;
    border-radius: 25px;
    border: 0;
    background-color: #e1e6eb;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 25px;
}
.form-wrap .nice-select .list {
    width: 100%;
    border: 0;
    border-radius: 0;
    margin: 0;
}
.form-wrap .nice-select .current {
    font-size: 14px;
}
.form-wrap .nice-select:after {
    border: 0;
    width: 12px;
    height: 7px;
    right: 25px;
    background: url("../images/arrow-2.png") center center no-repeat !important;
    transform: rotate(0deg);
}
.form-wrap .bootstrap-select>.dropdown-toggle::after {
    border: 0;
    width: 12px;
    height: 7px;
    right: 25px;
    background: url("../images/arrow-2.png") center center no-repeat !important;
    transform: rotate(0deg);
}
.form-wrap .dropup .dropdown-toggle::after {
    transform: rotate(180deg);
}
.form-wrap .nice-select.open:after {
    transform: rotate(180deg);
}
.form-wrap .datepicker {
    padding: 0;
    background-color: #e1e6eb;
    border-radius: 25px !important;
}
.form-wrap .btm-buttons {
    border-top: 1px solid #e1e6eb;
    margin: 15px 0 0 0;
    padding: 20px 0 0 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.form-wrap .btm-buttons.btnwrap1 {
    flex-wrap: wrap;
    gap: 14px 15px;
}
.form-wrap .btm-buttons.btnwrap1 > * {
    margin: 0 !important;
}
.form-wrap .btm-buttons .btn {
    height: 42px;
    border: 1px solid #a1a1a1;
    border-radius: 21px;
    padding: 0 30px;
    margin: 0 0 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #8d8d8d;
}
.form-wrap .btm-buttons .btn.st-2 {
    border: 1px solid #ed2a2a;
    background-color: #ed2a2a;
    color: #fff;
}

.form-wrap .btm-buttons .btn:hover {
    border: 1px solid #ffc238;
    background-color: #ffc238;
    color: #000;
}
.form-wrap .fwlink {
    text-align: center;
    margin-top: 10px;
}
.form-wrap .fwlink {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.form-wrap .fwlink:hover {
    color: #ed2a2a;
}
/* ---- .form-wrap :end ---- */

/* ---- .password-wrap :start ---- */
.password-wrap {
    position: relative;
}
.password-wrap input {
    padding-right: 50px !important;
}
.password-wrap .pw-text {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto;
    height: 63px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 15px;
    opacity: 0.6;
}
.password-wrap .pw-text.show,
.password-wrap .pw-text:hover {
    opacity: 0.3;
}
/* ---- .password-wrap :end ---- */

/* ---- .text-wrap-1 :start ---- */
.text-wrap-1 {
    width: 100%;
    height: auto;
}
.text-wrap-1 p {
    font-size: 20px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 15px;
}
/* ---- .text-wrap-1 :end ---- */

/* ---- .nodata-section :start ---- */
.nodata-section {}
.nodata-section .ndinner {
    width: 100%;
    height: 300px;
    background-color: #efefef;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
}
.nodata-section .ndinner i {
    font-size: 50px;
    color: #dbdbdb;
    margin-bottom: 10px;
}
.nodata-section .ndinner h3 {
    font-size: 20px;
    font-weight: 500;
    color: #dbdbdb;
    margin-bottom: 0;
}
/* ---- .nodata-section :end ---- */

/* ---- list-style-1 :start ---- */
.list-style-1 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    padding: 0;
    margin: 10px 0 25px 0;
}
.list-style-1 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.list-style-1 ul li {
    margin: 0 0 8px 0;
    padding: 0 0 0 20px;
    position: relative;
    color: #3a3b40;
}
.list-style-1 ul li::after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
    line-height: 24px;
    color: #ed3737;
    position: absolute;
    left: 0;
    top: 0;
}
/* ---- list-style-1 :end ---- */

/* ---- .ol-list-style-1 :start ---- */
.olist-style-1 {
    margin: 5px 0px 15px 0px;
}
.olist-style-1 ol {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    margin: 0px;
    padding-left: 30px;
}
.olist-style-1 ol > li:first-of-type {
  counter-reset: item;
}
.olist-style-1 ol > li {
    margin-bottom: 15px;
    list-style: none;
    position: relative;
}
.olist-style-1 ol li:last-child {
    margin-bottom: 0;
}
.olist-style-1 ol > li:before {
    content: counters(item, ".") ".";
    counter-increment: item;
    color: #000;
    position: absolute;
    top: 0;
    left: -30px;
}
.olist-style-1 ol > li ol {
    margin-top: 10px;
}
.olist-style-1 ol > li ol li::before {
    left: -30px;
}
/* ---- .ol-list-style-1 :end ---- */

/* ---- content-wrap-1 :start ---- */
.content-wrap-1 > :first-child {
    margin-top: 0;
}
.content-wrap-1 > :last-child {
    margin-bottom: 0;
}
.content-wrap-1 h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    margin: 40px 0px 10px 0px;
}
.content-wrap-1 h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    margin: 15px 0px 10px 0px;
}
.content-wrap-1 p {
    font-size: 16px;
    line-height: 1.5;
}
.content-wrap-1 a {
    color: #ed3737;
    text-decoration: underline;
}
.content-wrap-1 a:hover {
    text-decoration: none;
}
.content-wrap-1 .link-s1 {
    font-size: 18px;
    font-weight: 500;
    line-height: 33px;
    color: #ed3737;
    text-decoration: none;
    /* line-height: 1.7; */
}
.content-wrap-1 .link-s1:hover {
    color: #000000;
}
/* ---- content-wrap-1 :end ---- */

/* COMMON STYLE :END */

/* header section :start */
header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    padding-top: 35px;
}
header .classyright-menu {
    width: auto;
    height: 100%;
}
header .classyright-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}
header .classyright-menu .crm-login {
    font-size: 18px;
    font-weight: 500;
    color: #1877cd;
    background-color: #f5b625;
    padding: 30px 60px;
    display: block;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
header .classyright-menu .crm-login:hover {
    background-color: #e3a413;
}
/* header section :end */

/* Home banner section :start */
.homebanner-owl .hbanner-block {
    width: 100%;
    height: 100%;
    min-height: 450px;
    background-color: #ed2a2a;
    display: flex;
    align-items: flex-end;
    padding-top: 130px;
    overflow: hidden;
}
.homebanner-owl .hbanner-block .hbbimage {
    max-width: 100%;
    height: auto;
    margin: auto auto 0 auto;
}
.homebanner-owl .hbanner-block .hbbcaption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.homebanner-owl .hbanner-block .hbbcaption .hbcap-inner {
    width: 100%;
    height: 100%;
    position: relative;
}
.homebanner-owl .hbanner-block .hbbcaption .hbcap-inner .hbcap-1 {
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 320px;
    height: auto;
}
.homebanner-owl .hbanner-block .hbbcaption .hbcap-inner .hbcap-1 h1 {
    font-size: 46px;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 0px;
}
.homebanner-owl .hbanner-block .hbbcaption .hbcap-inner .hbcap-1 h1 img {
    display: inline-block;
}
.homebanner-owl .hbanner-block .hbbcaption .hbcap-inner .hbcap-2 {
    position: absolute;
    bottom: 150px;
    right: 0;
    width: 320px;
    height: auto;
    padding-left: 20px;
}
.homebanner-owl .hbanner-block .hbbcaption .hbcap-inner .hbcap-2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    max-height: 60px;
    background-color: #fbc14d;
}
.homebanner-owl .hbanner-block .hbbcaption .hbcap-inner .hbcap-2 p {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 0px;
}

.homebanner-owl .owl-dots {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50px;
}
.homebanner-owl .owl-dots button.owl-dot {
    flex-grow: 0;
    flex-shrink: 0;
}
.homebanner-owl .owl-dots button.owl-dot span {
    display: block;
    width: 8px;
    height: 8px;
    background-color: #ffffff;
    border-radius: 100%;
    transition: 0.5s;
}
.homebanner-owl .owl-dots button.owl-dot.active span {
    background-color: #fbc14d;
}
.homebanner-owl .owl-dots button.owl-dot:hover span {
    background-color: #000000;
}
/* Home banner section :end */

/* about us section :start */
.aboutus-section {
    position: relative;
    z-index: 1;
}
.aboutus-section::before {
    content: 'About Us';
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 20px;
    text-transform: uppercase;
    color: #000000;
    padding: 0;
    margin: 0px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    writing-mode: vertical-lr;
    transform: rotate(-180deg);
}
.aboutus-section .abtsec-left {
    text-align: right;
    padding: 170px 0px 100px 40px;
}
.aboutus-section .abtsec-left h6 {
    font-size: 30px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 5px;
}
.aboutus-section .abtsec-left .gppae-logo {
    margin-bottom: 20px;
    text-align: right;
}
.aboutus-section .abtsec-left .gppae-logo img {
    /* float: right; */
}
.aboutus-section .abtsec-left h4 {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 10px;
}
.aboutus-section .abtsec-left p {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 15px;
}
.aboutus-section .abtsec-right {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.aboutus-section .abtsec-right img {
    /* margin-top: -100px; */
}
/* about us section :end */

/* why to choose section :start */
.whychoose-section {
    background-color: #ed2a2a;
    margin: 120px 0px;
}
.whychoose-section .whysec-left, 
.whychoose-section .whysec-right {
    width: 100%;
    height: 100%;
    padding: 90px 0px;
    display: flex;
    align-items: center;
}
.whychoose-section .whysec-center {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}
.whychoose-section .whysec-center::before {
    content: '';
    position: absolute;
    top: 10px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/why-choose-text.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    animation: whysecrotation 50s infinite linear;
}
@keyframes whysecrotation {
    from {
        transform: rotate(0deg) scale(0.9);
    }
    to {
        transform: rotate(360deg) scale(0.9);
    }
}
.whychoose-section .whysec-center img {
    width: 100%;
    margin: -120px 0px;
}

.wc-block {
    margin-bottom: 30px;
}
.wc-block:last-child {
    margin-bottom: 0px;
}
.wc-block .wcbhead {
    display: flex;
    align-items: center;
    gap: 5px;
}
.wc-block .wcbhead > div:first-child {
    flex-grow: 0;
    flex-shrink: 0;
}
.wc-block .wcbhead > div:first-child img {
    max-width: 100%;
    height: auto;
}
.wc-block .wcbhead h3 {
    font-size: 24px;
    line-height: 1;
    color: #fbfe00;
    margin-bottom: 0;
}
.wc-block .wcbbody {
    margin-top: 10px;
}
.wc-block .wcbbody p {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 15px;
}
/* why to choose section :end */

/* why we exist section :start */
.whyweexist-section {}
.whyweexist-section .wwesec-title {
    text-align: center;
    /* background-color: #e5e5e5; */
    position: relative;
    z-index: 2;
}
.whyweexist-section .wwesec-title h3 {
    font-size: 150px;
    font-weight: 700;
    line-height: 0.9;
    color: #ed2a2a;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.whyweexist-section .wwesec-title h3 span {
    color: #1877cd;
}
.whyweexist-section .wwes-content {
    margin-top: -140px;
}
.whyweexist-section .wwesec-left {
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
    /* padding: 0px 100px 0px 40px; */
    padding: 0px 0px 0px 0px;
}
.whyweexist-section .wwesec-left::before {
    content: '';
    position: absolute;
    top: 10px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/wwesec-shape.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    z-index: 1;
    animation: wweseczoomin 4s infinite linear;
}
@keyframes wweseczoomin {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}
.whyweexist-section .wwesec-left img{
    max-width: 100%;
    height: auto;
    z-index: 3;
    position: relative;
}
.whyweexist-section .wwesec-right {
    width: 100%;
    height: 100%;
    text-align: right;
    padding-top: 220px;
}
.whyweexist-section .wwesec-right h3 {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 15px;
}
.whyweexist-section .wwesec-right p {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 15px;
}
/* why we exist section :end */

/* excellence section :start */
.excellence-section {}
.excellence-section .excsec-left {
    width: 100%;
    height: 100%;
}
.excellence-section .excsec-center {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.excellence-section .excsec-center img {
    width: calc(100% + 40px);
    height: auto;
    float: left;
}
.excellence-section .excsec-right {
    width: 100%;
    height: 100%;
}

.ex-block {
    display: flex;
    gap: 5px;
    margin-bottom: 40px;
}
.ex-block:last-child {
    margin-bottom: 0px;
}
.ex-block .exbimage {
    flex-grow: 0;
    flex-shrink: 0;
}
.ex-block .exbimage img {
    max-width: 100%;
    height: auto;
}
.ex-block .exbtext {
    padding-top: 24px;
}
.ex-block .exbtext h6 {
    font-size: 14px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 5px;
}
.ex-block .exbtext h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    color: #ed2a2a;
    margin-bottom: 5px;
}
.ex-block .exbtext p {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 15px;
}
/* excellence section :end */

/* footer section :start */
footer .ftop {
    background-color: #000000;
    padding: 40px 0px;
}
footer .ftop .ftlogo {
    text-align: center;
}
footer .ftop .ftsocialmedia {
    text-align: center;
    margin-top: 30px;
}
footer .ftop .ftsocialmedia ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
footer .ftop .ftsocialmedia .ftsm-links {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    background-color: #316ff6;
    border-radius: 4px;
    padding: 8px 14px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    text-transform: uppercase;
}
footer .ftop .ftsocialmedia .ftsm-links.fb {
    background-color: #316ff6;
}
footer .ftop .ftsocialmedia .ftsm-links.insta {
    background-color: #8134af;
}
footer .ftop .ftsocialmedia .ftsm-links.lin {
    background-color: #0077b5;
}
footer .ftop .ftsocialmedia ul li .ftsm-links.yt {
    background-color: #cd201f;
}
footer .ftop .ftsocialmedia .ftsm-links.fb:hover {
    background-color: #1554df;
}
footer .ftop .ftsocialmedia .ftsm-links.insta:hover {
    background-color: #711fa3;
}
footer .ftop .ftsocialmedia .ftsm-links.lin:hover {
    background-color: #045681;
}
footer .ftop .ftsocialmedia .ftsm-links.yt:hover {
    background-color: #a90706;
}

footer .ftop .ftlinks {
    margin-top: 25px;
}
footer .ftop .ftlinks ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
footer .ftop .ftlinks .ftl-block {
    font-size: 24px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
footer .ftop .ftlinks .ftl-block span img {
    max-width: 100%;
    height: auto;
}
footer .ftop .ftlinks .ftl-block:hover {
    color: #ed2a2a;
}

footer .fbottom {
    color: #ffffff;
    background-color: #191919;
    padding: 17px 0px;
}
footer .fbottom .fbinner {
    font-size: 14px;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px 15px;
}
footer .fbottom .fbinner .fbiright ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 5px 10px;
}
footer .fbottom .fbinner .fbiright ul li::after {
    content: '|';
    padding-left: 10px;
}
footer .fbottom .fbinner .fbiright ul li:last-child::after {
    display: none;
}
footer .fbottom .fbinner .fbiright ul li a {
    color: inherit;
}
footer .fbottom .fbinner .fbiright ul li a:hover {
    color: #ed2a2a;
}
/* footer section :end */

/* Inner page section :start */
.inner-page {
    padding: 90px 0px;
}
/* Inner page section :end */

/* Inner banner section :start */
.innerbanner-section {
    padding-top: 130px;
}
.innerbanner-section .inbanner-text {
    width: 100%;
    height: 100%;
    text-align: right;
    display: flex;
    align-items: center;
    padding: 20px 0px;
}
.innerbanner-section .inbanner-text h1 {
    font-size: 60px;
    font-weight: 700;
    letter-spacing: -0.5px;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 0px;
}
.innerbanner-section .inbanner-text h5 {
    font-size: 26px;
    font-weight: 400;
    letter-spacing: -0.5px;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 5px;
}
.innerbanner-section .inbanner-image {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.innerbanner-section .inbanner-image img {
    max-width: 100%;
    height: auto;
}
/* Inner banner section :end */

/* support details wrap section :start */
.supportdetails-wrap .sdw-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
}
.supportdetails-wrap .sdw-head .sdh-icon {
    flex-grow: 0;
    flex-shrink: 0;
}
.supportdetails-wrap .sdw-head .sdh-icon img {
    max-width: 100%;
    height: auto;
}
.supportdetails-wrap .sdw-head h3 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    color: #1877cd;
    margin-bottom: 0;
}
.supportdetails-wrap .sdw-body :last-child {
    margin-bottom: 0;
}
.supportdetails-wrap .sdw-body h5 {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 15px;
}
.supportdetails-wrap .sdw-body p {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 15px;
}
.supportdetails-wrap .sdw-body a {
    color: #ed2a2a;
    text-decoration: underline;
}
.supportdetails-wrap .sdw-body a:hover {
    text-decoration: none;
}

.supportdetails-wrap .sdw-buttons {
    margin-top: 50px;
}
/* support details wrap section :end */

/* Login Page :start */
.login-page {
    margin-top: 130px;
}
.login-page .logpg-left {
    padding-top: 90px;
}
.login-page .logpg-left .lpltitle {
    position: relative;
    z-index: 2;
    margin-bottom: 50px;
}
.login-page .logpg-left .lpltitle h3 {
    font-size: 60px;
    font-weight: 700;
    color: #1877cd;
    margin-bottom: 0px;
}
.login-page .logpg-left .lpltitle span {
    padding-right: 80px;
}
.login-page .logpg-left .lpltitle img {
    display: inline-block;
}
.login-page .logpg-left .lpltxt {
    position: relative;
    z-index: 2;
}
.login-page .logpg-left .lpltxt p {
    font-size: 24px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 0px;
}
.login-page .logpg-left .lpltxt p a {
    font-weight: 700;
    color: #1877cd;
    margin-left: 15px;
}
.login-page .logpg-left .lpltxt p a:hover {
    color: #ed2a2a;
}
.login-page .logpg-left .lplimg {
    margin-top: -200px;
    margin-right: -50px;
    text-align: right;
}
.login-page .logpg-left .lplimg img {
    max-width: 100%;
    height: auto;
}

.login-page .logpg-right {
    width: 100%;
    height: 100%;
    padding: 50px 0px;
    display: flex;
    align-items: center;
}
.login-form .lftitle {
    display: flex;
    align-items: center;
    gap: 5px;
}
.login-form .lftitle h3 {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 0px;
}
.login-form .recoveryBtn {
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    margin-top: 10px;
    float: right;
}
.login-form .recoveryBtn:hover {
    color: #ed2a2a;
}
/* Login Page :end */

/* Exam Page :start */
.exam-block {
    padding-bottom: 100px;
    margin-bottom: 100px;
    border-bottom: 1px solid #e8e8e8;
}
.exam-block:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 0;
}
.exam-block .ebhead {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #efefef;
    padding: 25px 20px;
    justify-content: center;
}
.exam-block .ebhead .ebhleft {
    flex-grow: 0;
    flex-shrink: 0;
    max-width: 300px;
}
.exam-block .ebhead .ebhleft img {
    max-width: 100%;
    height: auto;
}
.exam-block .ebhead .ebhright {}
.exam-block .ebhead .ebhright .ebhr-top {
    padding-left: 20px;
    border-left: 6px solid #fbc14d;
}
.exam-block .ebhead .ebhright .ebhr-top h2 {
    font-size: 46px;
    font-weight: 700;
    color: #1877cd;
    margin-bottom: 15px;
}
.exam-block .ebhead .ebhright .ebhr-top h3 {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 10px;
}
.exam-block .ebhead .ebhright .ebhr-top h4 {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 0px;
    text-transform: uppercase;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
}
.exam-block .ebhead .ebhright .ebhr-top h4 span {
    width: 30px;
    height: 40px;
    font-size: 30px;
    font-weight: 700;
    color: #ffffff;
    background-color: #000000;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 5px 5px;
    margin: 0px;
    border-radius: 5px;
}
.exam-block .ebhead .ebhright .ebhr-bottom {
    margin-top: 15px;
}
.exam-block .ebhead .ebhright .ebhr-bottom p {
    font-size: 16px;
    color: #000000;
    margin: 0px;
}

.exam-block .ebbody {
    margin-top: 30px;
}
.exam-block .ebbody .ebtask-list {
    margin-bottom: 40px;
}
.exam-block .ebbody .ebtask-list:last-child {
    margin-bottom: 0px;
}
.exam-block .ebbody .ebtask-list .ebt-top {
    display: flex;
    align-items: center;
    gap: 10px;

    margin-bottom: 25px;
}
.exam-block .ebbody .ebtask-list .ebt-top .taskcount {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    background-color: #1877cd;
    border-radius: 5px;
    padding: 10px 20px;
    margin: 0px;
}
.exam-block .ebbody .ebtask-list:nth-child(4n+2) .ebt-top .taskcount {
    background-color: #4abbba;
}
.exam-block .ebbody .ebtask-list:nth-child(4n+3) .ebt-top .taskcount {
    background-color: #e5a30a;
}
.exam-block .ebbody .ebtask-list:nth-child(4n+4) .ebt-top .taskcount {
    background-color: #ed2a2a;
}

.exam-block .ebbody .ebtask-list .ebt-top .taskduration {}
.exam-block .ebbody .ebtask-list .ebt-top .taskduration h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color: #000000;
    margin-bottom: 5px;
}
.exam-block .ebbody .ebtask-list .ebt-top .taskduration ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 25px;
}
.exam-block .ebbody .ebtask-list .ebt-top .taskduration ul li {
    display: flex;
    align-items: center;
}
.exam-block .ebbody .ebtask-list .ebt-top .taskduration ul li i {
    font-size: 20px;
    margin-right: 5px;
}
.exam-block .ebbody .ebtask-list .ebt-top .taskduration ul li::after {
    content: '|';
    padding-left: 25px;
}
.exam-block .ebbody .ebtask-list .ebt-top .taskduration ul li:last-child::after {
    display: none;
}
.exam-block .ebbody .ebtask-list .ebt-bottom h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 15px;
}
.exam-block .ebbody .ebtask-list .ebt-bottom p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 10px;
}
/* Exam Page :end */

/* Contact Page :start */
.contactpgsec-top {}
.contactpgsec-top .cptsec-left {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contactpgsec-top .cptsec-left img {
    max-width: 100%;
    height: auto;
}
.contactpgsec-top .cptsec-right {
    width: 100%;
    height: 100%;
    padding: 20px 0px;
    display: flex;
    align-items: center;
}

.contact-list {
    width: 100%;
    height: auto;
}
.contact-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.contact-list ul li {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
}
.contact-list ul li:last-child {
    margin-bottom: 0px;
}
.contact-list ul li > div:first-child {
    flex-grow: 0;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.contact-list ul li > div:first-child::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: calc(100% + 40px);
    background-color: #ed2a2a;
}
.contact-list ul li:first-child > div:first-child::before {
    top: 50%;
    height: calc(50% + 40px);
}
.contact-list ul li:last-child > div:first-child::before {
    bottom: 50%;
    height: calc(50% + 40px);
}
.contact-list ul li > div:first-child span {
    width: 60px;
    height: 60px;
    font-size: 20px;
    color: #ed2a2a;
    background-color: #ffffff;
    border: 2px solid #ed2a2a;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}
.contact-list ul li > div:last-child {}
.contact-list ul li > div:last-child p {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 5px;
}
.contact-list ul li > div:last-child h4,
.contact-list ul li > div:last-child a {
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    color: #ed2a2a;
    margin-bottom: 10px;
}
.contact-list ul li > div:last-child a:hover {
    color: #000000;
}


.contactpgsec-bottom {
    position: relative;
    background-repeat: repeat;
}
.contactpgsec-bottom .cps-bg1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #e82a2a;
    background-image: url('../images/contact-shape-1-bg.jpg');
    background-repeat: repeat;
    -webkit-mask-image: url('../images/contact-shape-1.png');
            mask-image: url('../images/contact-shape-1.png');
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
}

.contactpgsec-bottom .cps-bg2 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #f5b625;
    -webkit-mask-image: url('../images/contact-shape-2.png');
            mask-image: url('../images/contact-shape-2.png');
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
}

.contactpgsec-bottom .cpbsec-left {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 170px 0px 100px;
}


.cbottom-list {
    text-align: center;
    margin-bottom: 40px;
}
.cbottom-list:last-child {
    margin-bottom: 0px;
}
.cbottom-list .cblicon {
    margin-bottom: 15px;
}
.cbottom-list .cblicon span {
    width: 60px;
    height: 60px;
    font-size: 20px;
    color: #ffffff;
    background-color: transparent;
    border: 2px solid #ffffff;
    border-radius: 100%;
    margin: auto auto;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}
.cbottom-list p {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 5px;
}
.cbottom-list a {
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    color: #f5b625;
    margin-bottom: 10px;
}
.cbottom-list a:hover {
    color: #000000;
}

.contactpgsec-bottom .cpbsec-right {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
}
.contactpgsec-bottom .cpbsec-right img {
    max-width: 100%;
    height: auto;
}
/* Contact Page :end */

/* Assessment Page :start */
.examscoring-section .essec-inner {
    text-align: center;
    position: relative;
    padding: 30px 0px;
}
.examscoring-section .essec-inner .essimg {
    width: 642px;
    height: auto;
}


.examscore-block {
    width: 450px;
    height: auto;
    text-align: left;
    display: flex;
    gap: 10px;
}
.examscore-block .level {
    display: none;
}
.examscore-block .level h2 {
    font-size: 9px;
    font-weight: 600;
    line-height: 1;
    color: #ffa835;
    text-align: center;
    margin-bottom: 0;
}
.examscore-block .level h2 span {
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 26px;
    font-weight: 600;
}
.examscore-block:nth-child(5n+2) .level h2 {
    color: #ff3c7d;
}
.examscore-block:nth-child(5n+3) .level h2 {
    color: #55d2a0;
}
.examscore-block:nth-child(5n+4) .level h2 {
    color: #828282;
}
.examscore-block:nth-child(5n+5) .level h2 {
    color: #8078bf;
}
.examscore-block .esbhead {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.examscore-block .esbhead .esh-icon {
    flex-grow: 0;
    flex-shrink: 0;
}
.examscore-block .esbhead .esh-text {
    width: 100%;
    height: auto;
}
.examscore-block .esbhead .esh-text h3 {
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    color: #1877cd;
    margin-bottom: 0px;
}
.examscore-block .esbhead .esh-text p {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.1;
    color: #1877cd;
    margin-bottom: 5px;
    white-space: break-spaces;
	word-break: break-all;
}
.examscore-block .esbhead .esh-text p span {
    padding: 0px 5px;
}
.examscore-block .esbhead .esh-text p b {
    white-space: nowrap;
	word-break: keep-all;
}
.examscore-block .esbbody {
    width: 100%;
    height: auto;
}
.examscore-block .esbbody h3 {
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    color: #1877cd;
    margin-bottom: 5px;
}
.examscore-block .esbbody p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #000000;
    margin-bottom: 5px;
}

.examscoring-section .essec-inner .esblock1 {
    position: absolute;
    top: 0;
    right: 50px;
}
.examscoring-section .essec-inner .esblock2 {
    position: absolute;
    top: 150px;
    left: 40px;
    width: 220px;
    text-align: right;
}
.examscoring-section .essec-inner .esblock2 .esbhead {
    flex-direction: row-reverse;
}
.examscoring-section .essec-inner .esblock3 {
    position: absolute;
    top: 420px;
    left: 30px;
    width: 220px;
    text-align: right;
}
.examscoring-section .essec-inner .esblock3 .esbhead {
    flex-direction: row-reverse;
}
.examscoring-section .essec-inner .esblock4 {
    position: absolute;
    bottom: 20px;
    right: 270px;
    width: 220px;
}
.examscoring-section .essec-inner .esblock5 {
    position: absolute;
    top: 270px;
    right: 0px;
    width: 250px;
}
/* Assessment Page :end */

/* Register Page :start */
.regnote {
    margin-bottom: 30px;
}
.regnote p {
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    color: #5f5f5f;
    line-height: 26px;
    text-align: center;
}
/* Register Page :end */

/* Test regulation page :start */
.testregulation-page > :first-child {
    margin-top: 0;
}
.testregulation-page h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    margin: 40px 0px 10px 0px;
}
.testregulation-page h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    margin: 15px 0px 10px 0px;
}
.testregulation-page p {
    font-size: 16px;
    line-height: 1.5;
}
/* Test regulation page :end */

/* Training page :start */
.training-page .who-we-are {
    padding: 0px 0px 115px 0px;
}
.training-page .who-we-are .hd-type-1 {
    margin-bottom: 20px;
}
.training-page .who-we-are span.one {
    font-size: 16px;
    font-weight: 700;
    color: #ec2a2a;
    display: block;
    line-height: 32px;
    margin: 0 0 0 0;
}
.training-page .who-we-are span.two {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    display: block;
    line-height: 30px;
    margin: 0 0 10px 0;
}
.training-page .who-we-are span.three {
    font-size: 16px;
    font-weight: 500;
    color: #ec2a2a;
    display: block;
    line-height: 30px;
    margin: 0 0 0 0;
}
.training-page .who-we-are .img-sec {
    width: 100%;
    position: relative;
    text-align: center;
}
.training-page .who-we-are .img-sec .icn-1 {
    position: absolute;
    top: 20px;
    right: 210px;
    z-index: 99;
}
.training-page .who-we-are .img-sec .icn-1 img {
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}
.training-page .who-we-are .img-sec .icn-2 {
    position: absolute;
    top: 340px;
    left: 60px;
    z-index: 99;
}
.training-page .who-we-are .img-sec .icn-2 img {
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}
.training-page .who-we-are .img-sec img.bg {
    animation: zoom-in-zoom-out-two 2s ease infinite;
}
.training-page .who-we-are .img-sec img.lady {
    position: absolute;
    max-width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
}
@keyframes zoom-in-zoom-out-two {
    0% {
      transform: scale(1, 1);
    }
  
    50% {
      transform: scale(1.05, 1.05);
    }
  
    100% {
      transform: scale(1, 1);
    }
}

.training-page .border-cell {
    border: 1px solid #d1d1d1;
    padding: 50px;
    border-radius: 40px;
    line-height: 1.4;
}
.training-page .border-cell p:first-child {
    font-size: 20px;
    font-weight: 600;
}

.training-page .theassessment-section {
    background: #eeeeee;
    padding: 100px 0px;
    margin-top: 120px;
    position: relative;
    z-index: 0;
}
.training-page .theassessment-section .tablock {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    background-image: url('../images/line-3.png');
    background-repeat: no-repeat;
    /* background-size: cover; */
    background-position: bottom left;
    border-radius: 20px;
    /* box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.21); */
    border: 1px solid #e1e1e1;
    padding: 60px 30px;
    overflow: hidden;
    position: relative;
}
.training-page .theassessment-section .tablock::before {
    content: '';
    width: 60px;
    height: 53px;
    background-image: url('../images/shape.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 30px;
    right: 30px;
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
    /* -webkit-animation: spin 10s linear infinite; */
       /* -moz-animation: spin 10s linear infinite; */
            /* animation: spin 10s linear infinite; */
}
.training-page .theassessment-section .tablock h3 {
    font-size: 20px;
    font-weight: 900;
    color: #000;
    margin-bottom: 15px;
}
.training-page .theassessment-section .tablock p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    color: #000;
    margin-bottom: 0;
}
.training-page .theassessment-section.xm-page {
    margin-top: 80px;
}
.training-page .theassessment-section.xm-page span.one {
    display: block;
    margin-top: 20px;
    font-size: 20px;
    font-weight: 600;
}
.training-page .theassessment-section.xm-page span.two {
    font-size: 18px;
    padding-left: 42px;
    color: #787878;
    margin-bottom: 15px;
    display: block;
    padding-right: 15px;
    text-align: center;
    font-weight: 500;
    text-align: left;
    padding: 0 0;
    margin-top: 20px;
    line-height: 1.6;
}
.training-page .theassessment-section.xm-page.two {
    margin-top: 0;
    background: #fff;
}
.training-page .theassessment-section.training {
    margin-top: 0;
}
.training-page .theassessment-section.training .tasec-title {
    font-size: 45px;
    font-weight: 900;
    color: #000;
    line-height: 1;
    margin-bottom: 5px;
}
.training-page .test-information.training span.one {
    display: block;
    font-size: 18px;
    margin-top: 10px;
    color: #ec2a2a;
    font-weight: 800;
}
.training-page .test-information.training span.one label {
    color: #cdcdcd;
    margin-left: 5px;
    margin-right: 5px;
}
.training-page .test-information.training hr.one {
    background: #7e7e7e;
    margin-top: 40px;
    margin-bottom: 30px;
}

.training-page .line-1 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}
.training-page .line-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.training-page .test-information {
    background: #ffc23a;
    background: linear-gradient(280deg, rgba(255, 194, 58, 0.2) 0%, rgba(255, 168, 168, 0.2) 66%);
    padding: 90px 0 115px 0;
    position: relative;
}
.training-page .test-information h1 {
    font-size: 60px;
    color: #000;
    font-weight: 900;
    margin: 0;
    margin-bottom: 20px;
}
.training-page .test-information .cell {
    background-color: rgba(255, 255, 255, 0.6);
    padding: 30px;
    border-radius: 25px;
    flex-direction: row;
    align-items: flex-start;
    display: grid;
    grid-template-columns: 76px auto;
    max-width: 100%;
    height: 100%;
    margin: 15px 0 0 0;
}
.training-page .test-information .cell span {
    background-color: rgba(255, 168, 168, 0.2);
    width: 76px;
    height: 76px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.training-page .test-information .cell .content {
    padding: 0 0 0 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.training-page .test-information .cell .content h4 {
    font-size: 24px;
    font-weight: 800;
    color: #000;
    margin: 0 0 15px 0;
}
.training-page .test-information .cell .content p {
    font-size: 18px;
    color: #000;
    line-height: 1.6;
}
.training-page .test-information .cell .content p:last-child {
    margin-bottom: 0;
}
.training-page .test-information .cell .content a {
    font-size: 14px;
    color: #ec2a2a;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    width: 175px;
    height: 50px;
    border-radius: 10px;
    display: flex;
    border: 2px solid #ec2a2a;
    align-items: center;
    justify-content: center;
    margin: 10px 0 0 0;
}
.training-page .test-information .cell .content a:hover {
    background-color: #ec2a2a;
    color: #fff;
}
/* Training page :end */

/* payment status section :start */
.paymentstatus-section {
    width: 100%;
    height: 100%;
}
.paymentstatus-section .pssec-inner {
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px 40px;
    background-color: #efefef;
    border-radius: 10px;
}
.paymentstatus-section .pssec-inner .pssicon {
    margin-bottom: 24px;
}
.paymentstatus-section .pssec-inner .pssicon i {
    font-size: 100px;
    color: #198754;
}
.paymentstatus-section .pssec-inner h3 {
    font-size: 24px;
    font-weight: 700;
    color: #198754;
    margin-bottom: 5px;
}
.paymentstatus-section .pssec-inner p {
    font-size: 16px;
    font-weight: 400;
    color: #9e9e9e;
    margin-bottom: 0;
}

.paymentstatus-section.failure .pssec-inner h3 {
    color: #dc3545;
}
.paymentstatus-section.failure .pssec-inner .pssicon i {
    color: #dc3545;
}
/* payment status section :end */

/* tablestyle-1 :start */
.tablestyle-1 {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    border: 1px solid #d9d9d9;
}
.tablestyle-1 > :not(caption) > * > * {
    padding: 20px 20px;
    box-shadow: none;
}
.tablestyle-1 thead {
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    background-color: #ec2a2a;
}
.tablestyle-1 thead th {
    font-size: inherit;
    font-weight: inherit;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #ffffff;
}
.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #f7f7f7;
}
.tablestyle-1 tr th,
.tablestyle-1 tr td {
    border-left: 1px solid #d9d9d9;
    border-top: 0;
    border-bottom: 1px solid #d9d9d9;
}
.tablestyle-1 tr th:first-child,
.tablestyle-1 tr td:first-child {
    border-left: 0;
}
.tablestyle-1 a {
    color: #ed2a2a;
    font-weight: 600;
}
.tablestyle-1 a:hover {
    color: #000000;
}
/* tablestyle-1 :end */


/* breadcrumb :start */
.breadcrumb {
    background-color: #f9f9f9;
    padding: 5px 0;
    /* border-bottom: 1px solid #efefef; */
    margin-bottom: 55px;
}
.breadcrumb ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    list-style: none;
    margin: 0;
    font-size: 14px;
}
.breadcrumb ul li {
    margin: 0 20px 0 0;
    position: relative;
}
.breadcrumb ul li::after {
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900;
    content:"\f054";
    position: absolute;
    top: 3px;
    right: -14px;
    color: #cfcfcf;
    font-size: 10px;
}
.breadcrumb ul li a {
    text-decoration: none;
    color: #979797;
}
.breadcrumb ul li a:hover {
    color: #ec2a2a;
}
.breadcrumb ul li:last-child {
    margin-right: 0;
}
.breadcrumb ul li:last-child::after {
    display: none;
}
/* breadcrumb :end */


/* file-upload-wrapper :start */
.file-upload-wrapper {
	position: relative;
	width: 100%;
	height: 45px;
	overflow: hidden;
    background-color: #e1e6eb !important;
    width: 100%;
    border-radius: 25px !important;
}
.file-upload-wrapper .file-upload-field {
	box-shadow: none !important;
}
.file-upload-wrapper::after {
    content: attr(data-text);
    font-size: 14px;
    line-height: 44px;
    position: absolute;
    top: 0;
    left: 0;
    background: inherit;
    padding: 0px 10px 0px 25px;
    display: block;
    width: calc(100% - 86px);
    pointer-events: none;
    z-index: 20;
    height: 44px;
    color: #000;
    border: 1px solid #ced4da;
    border-radius: 5px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.file-upload-wrapper::before {
    content: "Upload";
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    height: 44px;
    background: #ed2a2a;
    color: #fff;
    font-weight: 700;
    z-index: 25;
    font-size: 14px;
    line-height: 44px;
    padding: 0 15px;
    text-transform: uppercase;
    pointer-events: none;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.file-upload-wrapper:hover::before {
    background: #000;
}
/* file-upload-wrapper :end */


/* select2-wrap :start */
.select2-wrap {
    width: 100%;
    height: auto;
}
.select2-wrap .select2.select2-hidden-accessible {
    width: 0 !important;
    height: 0 !important;
}
.select2-wrap .select2-container {
    width: 100% !important;
}
.select2-wrap .select2-container .select2-selection {
    width: 100% !important;
    height: 40px;
    border-radius: 20px;
    padding-left: 25px;
    padding-right: 15px;
    width: calc(100% - 15px);
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 25px !important;
    display: flex;
    align-items: center;
}
.select2-wrap .select2-container .select2-selection .select2-selection__rendered {
    font-size: 14px;
    width: 100%;
    padding-left: 0px;
}
.select2-wrap .select2-container .select2-selection .select2-selection__arrow {
    width: 40px;
    height: 100%;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.select2-wrap .select2-container .select2-selection .select2-selection__arrow b {
    width: 12px;
    height: 12px;
    position: initial;
    background: url("../images/select-arrow.png") center center no-repeat !important;
    border: 0 !important;
    transition: 0.5s;
}
.select2-wrap .select2-container.select2-container--open .select2-selection .select2-selection__arrow b {
    rotate: -180deg;
}


.select2-wrap.s2 .select2-container .select2-selection {
    width: 100% !important;
    height: 50px;
    background-color: #e1e6eb !important;
}


.select2-container .select2-dropdown {
    border-color: #d9d9d9;
    overflow: hidden;
}
.select2-container .select2-search__field {
    height: 35px !important;
    border-radius: 4px !important;
}
.select2-container .select2-results .select2-results__option--highlighted.select2-results__option--selectable {
    color: #ffffff;
    background-color: #000000;
}
.select2-container .select2-results .select2-results__options {
    font-size: 14px;
}
.select2-container .select2-results .select2-results__options .select2-results__option--selected {
    color: #ffffff;
    background-color: #ed2a2a;
}
/* select2-wrap :end */


/* checkbox-style1 :start */
.checkbox-style1 input {
    clip: rect(0 0 0 0);
    position: absolute;
    width: 20px !important;
    height: 20px !important;
    padding: 0;
    margin: 0;
    border: 0;
    overflow: hidden;
}
.checkbox-style1 label {
    font-size: 14px;
    color: #000000;
    height: 24px;
    margin: 0 0 0 0 !important;
    display: inline-flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}
.checkbox-style1 label::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    border: 2px solid #cccccc;
    border-radius: 2px;
    box-shadow: none;
}
.checkbox-style1 input:checked + label::after {
    content: "";
    position: absolute;
    left: -2px;
    top: 0px;
    font-size: 10px;
    text-align: center;
    width: 24px;
    height: 24px;
    background-color: transparent;
    background-image: url('../images/checkbox-tick.svg');
    background-repeat: no-repeat;
    background-size: 12px 12px;
    background-position: center center;
    margin-left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* checkbox-style1 :end */


/* ----- .navtabs-style-1 :start ----- */
.navtabs-style-1 {
    width: 100%;
    height: auto;
}
.navtabs-style-1 .nav-tabs {
    border-bottom: 1px solid #dddddd;
    gap: 5px;
}
.navtabs-style-1 .nav-tabs .nav-link {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    background-color: transparent;
    border: 0;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    padding: 15px 30px;
    overflow: hidden;
}
.navtabs-style-1 .nav-tabs .nav-link:hover {
    color: #000000;
    background-color: #dddddd;
}
.navtabs-style-1 .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #ed2a2a;
}
.navtabs-style-1 .tab-content .tab-pane {
    padding: 25px 0px 0px;
}
/* ----- .navtabs-style-1 :end ----- */