@import "custom.css";

/*HEADER*/
header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    background: #2D0051;
    padding: 12px 0;
}

.logo .logo-link {
    font-family: 'Playfair Display SC', serif;
    font-weight: 900;
    font-size: 25px;
    line-height: 33.32px;
    color: var(--wc);
}

.logo .logo-link img {
    width: 120px;
}

.logo i {
    font-size: 26px;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: var(--wc);
}

.logo .lang {
    color: var(--wc);
    margin-right: 30px;
    border: 1px solid var(--wc);
    padding: 4px 8px;
    font-size: 14px;
}

.menubar {
    text-align: right;
}

.menubar>ul>li {
    display: inline-block;
}



.menubar>ul>li>a {
    text-transform: capitalize;
    font-weight: 900;
    padding: 8px 6px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: var(--wc);
    font-size: 15px;
}

.menubar>ul>li>a.language-menu {
    border: 1px solid var(--wc);
    padding: 5px 15px;
}

.language-menu img {
    width: 20px;
    margin-right: 5px;
}

.menubar>ul>li a:hover {
    color: var(--wc);
}

.menubar ul li a img {
    width: 16px;
    margin-right: 2px;
}

.menubar ul li a.login {
    border: 1px solid var(--pc);
}

.menubar ul li a.login:hover {
    background: var(--sc);
    color: var(--wc);
    border: 1px solid var(--sc);
}

.sub-btn {
    position: relative;
}

.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: var(--wc);
    width: 170px;
    text-align: left;

    opacity: 0;
    visibility: hidden;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    border-radius: 2px;
}

.sub-btn:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(100%);
    -ms-transform: scaleY(100%);
    transform: scaleY(100%);
}

.sub-menu>a {
    display: block;
    width: 100%;
    padding: 7px;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.sub-menu>a:hover {
    background: var(--sc);
    color: var(--wc) !important;
}

/*HEADER END*/

/*MOBILE MENU*/

/*ACCORDION CUSTOM*/
.mobile-logo a {
    font-family: 'Playfair Display SC', serif;
    font-weight: 900;
    font-size: 25px;
    line-height: 33.32px;
    background: -webkit-linear-gradient(119.89deg, #EB06FF -12.22%, #06D2FF 145.3%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 0 10px;
}

.mobile-logo i {
    font-size: 24px;
    float: right;
    margin: 5px 20px;
    color: #8F57FF;
    cursor: pointer;
    height: 26px;
    width: 26px;
    line-height: 26px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #8F57FF;
}

.mobile-logo i:hover {
    color: var(--sc);
}

.custom.accordion-button {
    text-transform: capitalize;
    font-size: 15px;
    -webkit-transition: .2s;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    color: var(--pc);
    font-weight: 500;
}

.custom.accordion-button:hover {
    background: -o-linear-gradient(330.11deg, #EB06FF -12.22%, #06D2FF 145.3%);
    background: linear-gradient(119.89deg, #EB06FF -12.22%, #06D2FF 145.3%);
    color: var(--wc);
}

.custom.accordion-button:hover>a {
    color: var(--wc);
}

.custom.accordion-button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-top: 1px solid #ccc;

}

.custom.accordion-button:not(.collapsed) {
    color: var(--sc);
    background: var(--rc);
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-weight: 400;
}

.custom.accordion-button:not(.collapsed)::after {
    /*    background-image: none;*/
    /*
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
*/
    /*
    -webkit-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
*/
}

.none.accordion-button:not(.collapsed)::after {
    content: none;
    -webkit-transform: rotate(0deg) !important;
    -ms-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
}

.custom.accordion-button::after {
    /*    background-image: none;*/
    /*
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
*/
}

.none.accordion-button::after {
    content: none;
}

.custom.accordion-body {
    padding: 0 0px;
}

.custom.accordion-body ul {
    padding: 0;
    margin: 0;
}

.custom.accordion-body ul li {
    list-style: none;
    padding: 8px 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.custom.accordion-body ul li a {
    text-decoration: none;
    font-size: 15px;
    text-transform: capitalize;
    color: var(--pc);
    font-weight: 400;
    display: inline-block;
    margin-left: 40px;
}

.custom.accordion-body ul li a i {
    font-size: 10px;
    margin-right: 10px;
}

.custom.accordion-body ul li:hover {
    color: var(--wc);
    background: var(--rc);
}

.custom.accordion-body ul li:hover a {
    color: var(--sc);
}

.custom.accordion-item a {
    text-decoration: none;
    display: block;
    width: 100%;
}

.custom.accordion-item .accordion-button {
    display: block;
    width: 100%;
}

.accordion-button.custom i {
    padding: 0 10px;
}

.custom.accordion-button:focus {
    border: none;
}

/*ACCORDION CUSTOM END*/


.mobile-menu {
    width: 300px;
    position: fixed;
    left: -380px;
    top: 0;
    z-index: 3;
    background: var(--wc);
    height: 100%;
    overflow: auto;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    padding: 10px 0;
}

#mobileOverlay {
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    background: rgba(45, 0, 81, 0.72);
    z-index: 2;
    cursor: pointer;
}

.mobileAdd {
    left: 0 !important;
}

.mobile-overlay {
    position: inherit !important;
}

/*MOBILE MENU END*/

/*HOME*/
.home-section {
    background-image: -o-linear-gradient(330.28deg, rgba(143, 0, 155, 0.87) -6.12%, rgba(45, 0, 81, 0.88) 108.98%), url(../images/photos/home-bg.png);
    background-image: linear-gradient(119.72deg, rgba(143, 0, 155, 0.87) -6.12%, rgba(45, 0, 81, 0.88) 108.98%), url(../images/photos/home-bg.png);
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
}

.home-section .home-image img {
    width: 100%;
}

.home-section h2 {
    font-size: 60px;
    color: var(--wc);
    display: inline-block;
    text-transform: uppercase;
}

.home-section h1 {
    font-size: 60px;
    font-weight: 900;
    line-height: 70px;
    color: var(--wc);
    text-transform: uppercase;
}

.home-section h6 {
    font-size: 24px;
    font-weight: 900;
    line-height: 28px;
    color: var(--wc);
    text-transform: capitalize;
    padding: 8px 0;
}

.home-section a.contact-me {
    font-weight: 900;
    color: var(--wc);
    text-transform: uppercase;
    padding: 8px 20px;
    border: 2px solid var(--wc);
    margin-top: 35px;
}

.home-social span {
    font-weight: 700;
    color: var(--wc);
    margin-right: 10px;
}

.home-social a i {
    height: 20px;
    width: 20px;
    line-height: 20px;
    border-radius: 50%;
    border: 1px solid var(--pc2);
    color: var(--pc2);
    text-align: center;
    font-size: 12px;
    margin: 0 2px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.home-social a i:hover {
    color: #8F57FF;
    border: 1px solid #8F57FF;
}

.home-social a i.social-i {
    height: 20px;
    width: 20px;
    line-height: 20px;
    border-radius: 50%;
    border: 1px solid var(--wc);
    color: var(--wc);
    text-align: center;
    font-size: 12px;
    margin: 0 2px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.home-social a i.social-i:hover {
    color: var(--pc2);
    background: var(--wc);
    border: 1px solid var(--wc);
}

/*HOME END*/

/*ABOUT SECTION*/
.about-text h4 {
    font-size: 30px;
    font-weight: 700;
    line-height: 45px;

}

.about-text h6 {
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
    margin: 0;
    color: var(--pc2);
    padding: 10px 0;
}

.about-text h6 i {
    font-size: 20px;
    margin-right: 10px;
}

.about-text ul li {
    position: relative;
    padding: 5px 0;
    padding-left: 25px;

}

.about-text ul li span {
    position: absolute;
    left: 0;
    content: '';
    height: 10px;
    border-radius: 50%;
    width: 10px;
    background: var(--pc);
    display: inline-block;
    top: 12px;
}

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

.about-box {
    background: #EEF9FA;
    border-radius: 10px;
    height: 100%;
}

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

/*ABOUT SECTION END*/

/*SKILLS SECTION*/
.skill-section {
    background: #EEF9FA;
}

.skill-section .skill-box {
    padding: 20px;
    background: #FCFCFF;
    border: 1px solid #CCCCCC;
    border-radius: 7px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.skill-section .skill-box img {
    width: 100%;
    border-radius: 7px;
}

.skill-section .skill-box h6 {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: var(--pc2);
    margin: 0;
    padding: 10px 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin-top: 10px;
}

.skill-section .skill-box p {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.skill-section .skill-box:hover {
    background: var(--pc3);
}

.skill-section .skill-box:hover h6 {
    color: var(--wc);
}

.skill-section .skill-box:hover p {
    color: var(--wc);
}

/*SKILLS SECTION END*/

/*PROJECT SECTION*/
.project-section .project-box {
    background: #EEF9FA;
    text-align: center;
    padding: 30px 10px;
    border-radius: 5px;
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.project-section .project-box:hover {
    background: -o-linear-gradient(330.11deg, #EB06FF 9.93%, #06D2FF 145.3%);
    background: linear-gradient(119.89deg, #EB06FF 9.93%, #06D2FF 145.3%);
}

.project-section .project-box:hover p {
    color: var(--wc);
}

.project-section .project-box img {
    height: 120px;
    width: 120px;
}

.project-section .project-box p {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.project-section .project-box a {
    border: 2px solid;
    -o-border-image: -o-linear-gradient(330.11deg, #EB06FF 9.93%, #06D2FF 145.3%) 1;
    border-image: linear-gradient(119.89deg, #EB06FF 9.93%, #06D2FF 145.3%) 1;
    font-size: 12px;
    font-weight: 700;
    color: var(--bc);
    padding: 8px 20px;
    text-transform: uppercase;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.project-section .project-box:hover a {
    border: 2px solid var(--wc);
    color: var(--wc);
}

.view-more {
    font-weight: 900;
    color: var(--pc2);
    border: 2px solid;
    -o-border-image: -o-linear-gradient(330.11deg, #EB06FF 9.93%, #06D2FF 145.3%) 1;
    border-image: linear-gradient(119.89deg, #EB06FF 9.93%, #06D2FF 145.3%) 1;
    padding: 8px 30px;
}

/*PROJECT SECTION END*/

/*INITATIATIVES SECTION*/
.initiative-section {
    background: #F3F3F3;
}

.view-all-row {
    text-align: right;
}

.view-all-row a {
    border-bottom: 1px solid var(--gc);
    display: block;
    padding: 10px 0;
    color: #00B4DB;
}

/*INITATIATIVES SECTION END*/

/*PROFESSIONAL SECTION*/
.pro-left h6 {
    padding-right: 30px;
}

.pro-left .vr::before {
    content: '';
    height: 15px;
    width: 15px;
    background: #000000 !important;
    display: inline-block;
    border-radius: 50%;
    margin-left: -7px;
}

.pro-left .vr {
    opacity: 1;
    color: var(--gc);
    border-radius: 10px;
}

.pro-left {
    padding-top: 25px;
    padding-right: 25px;
}

.pro-left h6 {
    text-transform: uppercase;
}

.pro-right {
    background: #EEF9FA;
    padding: 25px;
}

.pro-right img {
    max-width: 325px;
}

.pro-right h6 {
    font-size: 24px;
    line-height: 34px;
    color: var(--bc);
    padding-top: 10px;
}

.pro-right p {
    margin: 0;
}

.pro-right ul li {
    position: relative;
    padding: 5px 0;
    padding-left: 25px;

}

.pro-right ul li span {
    position: absolute;
    left: 0;
    content: '';
    height: 10px;
    border-radius: 50%;
    width: 10px;
    background: var(--bc);
    display: inline-block;
    top: 12px;
}

/*PROFESSIONAL SECTION END*/

/*PERSONAL SECTION*/
.personal-section {
    background: #EEF9FA;
}

.personal-box {
    background: #FCFCFF;
    -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    padding: 30px 40px;
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.personal-box p {
    margin: 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.personal-box span {
    height: 36px;
    width: 36px;
    content: '';
    border: 2px solid;
    -o-border-image: -o-linear-gradient(330.11deg, #EB06FF 9.93%, #06D2FF 145.3%) 1;
    border-image: linear-gradient(119.89deg, #EB06FF 9.93%, #06D2FF 145.3%) 1;
    display: inline-block;
    position: absolute;
    top: -18px;
    left: 50px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;

}

.personal-box:hover {
    background: -o-linear-gradient(330.11deg, #EB06FF 9.93%, #06D2FF 145.3%);
    background: linear-gradient(119.89deg, #EB06FF 9.93%, #06D2FF 145.3%);
}

.personal-box:hover p {
    color: var(--wc);
}

.personal-box:hover span {
    background: var(--wc);
    border: 2px solid var(--wc);
}

/*PERSONAL SECTION END*/

/*EDUCATION SECTION*/
.education-box {
    background: #EEF9FA;
    padding: 30px;
    padding-left: 70px;
    position: relative;
}

.education-box img {
    position: absolute;
    left: 30px;
    top: 30px;
}

.education-box h4 {
    font-size: 24px;
    font-weight: 700;
    color: var(--pc2);
    text-transform: uppercase;
}

.education-box p {
    margin: 0;
    height: 40%;
}

.education-box h6 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
}

/*EDUCATION SECTION END*/

/*COURSE SECTION*/
.course-section ul li {
    position: relative;
    padding: 10px 0;
    padding-left: 25px;
    color: var(--bc);

}

.course-section ul li span {
    position: absolute;
    left: 0;
    content: '';
    height: 10px;
    border-radius: 50%;
    width: 10px;
    background: var(--bc);
    display: inline-block;
    top: 16px;
}

.course-title h5 {
    font-weight: 700;
    line-height: 24px;
    line-height: 26px;
    color: var(--bc);
    border-bottom: 1px solid var(--gc);
    padding-bottom: 15px;
}

/*COURSE SECTION END*/

/*REVIEW SECTION*/
.review-section {
    background: #EEF9FA;
    text-align: center;
    position: relative;
}

.review-section .review-box img {
    height: 90px;
    width: 90px;
    padding: 5px;
    background: var(--wc);
    border: 1px solid var(--gc);
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.review-section .review-box {
    max-width: 700px;
    margin: 0 auto;
}

.review-section .review-box h6 {
    color: #003552;
    font-size: 18px;
    margin-top: 10px;
}

.review-section .review-box h6::before {
    height: 3px;
    width: 50px;
    background: #003552;
    display: inline-block;
    content: '';
    margin-right: 10px;
    margin-bottom: 5px;
}

.review-section .review-box h6 span {
    font-size: 12px;
    color: var(--pc);
    font-weight: 500;
}

.review-section .review-box {
    background-image: url(../images/icons/review.png);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: scroll;
}

.review-box .slick-dots li {
    height: 15px;
    width: 15px;
    background: #A7A7A7;
    border-radius: 50%;
}

.review-box .slick-dots li.slick-active {
    background: #00B4DB;
}

.review-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 50px;
    cursor: pointer;
    background: #e6e6e6;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    z-index: 1;
}

.review-next:hover {
    background: var(--pc2);
    color: var(--wc);
}

.review-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 50px;
    cursor: pointer;
    background: #e6e6e6;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    z-index: 1;
}

.review-prev:hover {
    background: var(--pc2);
    color: var(--wc);
}

/*REVIEW SECTION END*/


/*BLOG SECTION*/
.blog-box .blog-txt {
    background: #E4F2F3;
    padding: 15px 10px;
}

.blog-box .blog-txt span {
    color: #A7A7A7;
    font-weight: 500;
    font-size: 12px;
}

.blog-box .blog-txt h4 {
    color: #003552;
    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    min-height: 170px;
}

.blog-box .blog-txt a {
    color: #003552;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    font-style: italic;
}

.blog-box img {
    width: 100%;
    height: 270px;
}

/*BLOG SECTION END*/

/*CONTACT SECTION*/
.contact-section .contact-top {
    background: -o-linear-gradient(330.11deg, #EB06FF 9.93%, #06D2FF 145.3%);
    background: linear-gradient(119.89deg, #EB06FF 9.93%, #06D2FF 145.3%);
    padding-top: 50px;
    padding-bottom: 260px;
}

.contact-section-title h4 {
    font-size: 40px;
    font-weight: 700;
    line-height: 26px;
    color: var(--wc);
    text-transform: uppercase;

}

.contact-section-title h4::after {
    content: '';
    height: 2px;
    width: 50px;
    background: var(--gc);
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}

.contact-section-title p {
    color: var(--wc);
}

.contact-section .contact-box {
    background: #FCFCFF;
    -webkit-box-shadow: 2px 6px 13px -3px rgba(0, 0, 0, 0.25);
    box-shadow: 2px 6px 13px -3px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    padding: 30px;
}

.contact-section .contact-box input {
    width: 100%;
    border: none;
    border-bottom: 1px solid var(--gc);
    padding: 6px;
    outline: none;
}

.contact-section .contact-box input::-webkit-input-placeholder {
    color: var(--gc);
    font-size: 14px;
}

.contact-section .contact-box input::-moz-placeholder {
    color: var(--gc);
    font-size: 14px;
}

.contact-section .contact-box input:-ms-input-placeholder {
    color: var(--gc);
    font-size: 14px;
}

.contact-section .contact-box input::-ms-input-placeholder {
    color: var(--gc);
    font-size: 14px;
}

.contact-section .contact-box input::placeholder {
    color: var(--gc);
    font-size: 14px;
}

.contact-section .contact-box select {
    width: 100%;
    border: none;
    border-bottom: 1px solid var(--gc);
    padding: 8px;
    outline: none;
    color: var(--gc);
}

.contact-section .contact-box textarea {
    width: 100%;
    border: 1px solid var(--gc);
    padding: 8px;
    outline: none;
    border-radius: 5px;
}

.contact-section .contact-box textarea::-webkit-input-placeholder {
    color: var(--gc);
    font-size: 14px;
}

.contact-section .contact-box textarea::-moz-placeholder {
    color: var(--gc);
    font-size: 14px;
}

.contact-section .contact-box textarea:-ms-input-placeholder {
    color: var(--gc);
    font-size: 14px;
}

.contact-section .contact-box textarea::-ms-input-placeholder {
    color: var(--gc);
    font-size: 14px;
}

.contact-section .contact-box textarea::placeholder {
    color: var(--gc);
    font-size: 14px;
}

.contact-section .contact-box .send-message {
    font-weight: 600;
    background: -o-linear-gradient(330.11deg, #EB06FF 9.93%, #06D2FF 145.3%);
    background: linear-gradient(119.89deg, #EB06FF 9.93%, #06D2FF 145.3%);
    border-radius: 3px;
    padding: 10px 30px;
    color: var(--wc);
}

.contact-section .contact-bottom {
    margin-top: -180px;
}

.contact-section .contact-bottom h6 {
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: var(--pc3);
    padding-bottom: 10px;
}

.contact-box ul li {
    position: relative;
    padding: 10px 0;
    padding-left: 30px;

}

.contact-box ul li img {
    position: absolute;
    left: 0;
    top: 16px;
}

.contact-page .contact-box {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact-page .contact-box input {
    border: 1px solid var(--gc);
    border-radius: 5px;
    padding:
}

.contact-page .contact-box textarea {
    height: 80px;
}

.contact-page .contact-box label {
    font-weight: 600;
    font-size: 16px;
    color: var(--pc2);

}

.contact-page .contact-box .send-message {
    background: var(--pc);
}

.social-contact {
    background: #EEF9FA;
}

.social-contact h4 {
    font-weight: 700;
    font-size: 35px;
    line-height: 41px;
    color: var(--pc2);
    padding-bottom: 20px;
}

.social-contact a {
    margin-bottom: 12px;
}

.social-contact a i {
    font-size: 22px;
    color: var(--wc);
    background: var(--pc2);
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 5px;
    border: 2px solid var(--pc2);
}

.social-contact a i:hover {
    color: var(--pc2);
    background: var(--wc);
}

/*CONTACT SECTION END*/

/*ALSERI VIEW SECTION*/
.alsery-view-section h6 {
    background: -o-linear-gradient(330.11deg, #EB06FF 9.93%, #06D2FF 145.3%);
    background: linear-gradient(119.89deg, #EB06FF 9.93%, #06D2FF 145.3%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    font-weight: 700;
}

.alsery-view-section h4 {
    font-weight: 700;
    font-size: 26px;
    line-height: 26px;
    color: var(--pc2);
    text-transform: uppercase;
    margin: 0;
    padding-top: 10px;
}

.alsery-view-section a {
    font-weight: 700;
}

/*ALSERI VIEW SECTION END*/


/*COPYRIGHT*/
.copyright-section {
    background: var(--pc2);
    color: var(--wc);
}

.copyright-section p {
    margin: 0;
    text-align: center;
    font-weight: 500;

}

/*COPYRIGHT END*/

/*CONSULTING PAGE*/
.page-section h2 {
    font-weight: 700;
    font-size: 35px;
    line-height: 26px;
    text-transform: uppercase;
    display: inline-block;
    padding-bottom: 10px;
}

.consulating-about-box {
    max-width: 700px;
    margin: 0 auto;
}

.consulating-about-left-box {
    border-left: 2px solid;
    -o-border-image: -o-linear-gradient(330.11deg, #EB06FF 9.93%, #06D2FF 145.3%) 1;
    border-image: linear-gradient(119.89deg, #EB06FF 9.93%, #06D2FF 145.3%) 1;
    padding-left: 10px;

}

.consulating-about-left h6 {
    font-weight: 700;
    line-height: 26px;
}

.consulating-about-left h4 {
    font-weight: 700;
    line-height: 26px;
    font-size: 26px;
    text-transform: uppercase;
    color: var(--pc2);
}

.consulating-about-left a {
    text-transform: uppercase;
    color: var(--pc2);
    font-size: 14px;
    color: #5D5FEF;
    padding: 20px 0;
}

.consulating-about-right img {
    width: 100%;
}

.consulting-section {
    background: #EEF9FA;
}

.consulting-box {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    padding: 10px;
    position: relative;

    height: 100%;

}

.consulting-box img {
    width: 100%;
}

.consulting-box p {
    padding: 12px 0;
    margin: 0;
}

.consulting-box span {
    content: '';
    height: 66px;
    width: 75px;
    background: -o-linear-gradient(330.11deg, #EB06FF 9.93%, #06D2FF 145.3%);
    background: linear-gradient(119.89deg, #EB06FF 9.93%, #06D2FF 145.3%);
    border-radius: 11px;
    display: inline-block;
    position: absolute;
    bottom: -10px;
    right: -10px;

}

.take-consultion-head {
    text-align: center;
}

.take-consultion-head h4 {
    font-weight: 700;
    font-size: 40px;
    line-height: 41px;
}

.take-consulation-box {
    background: #EEF9FA;
    -webkit-box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 40px 20px;
    text-align: center;
    height: 100%;
}

.take-consulation-box img {
    max-width: 100%;
    margin-bottom: 15px;

}

.take-consulation-box p {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    padding: 10px 0;
}

.take-consulation-box a {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: var(--wc);
    background: -o-linear-gradient(330.11deg, #EB06FF 9.93%, #06D2FF 145.3%);
    background: linear-gradient(119.89deg, #EB06FF 9.93%, #06D2FF 145.3%);
    padding: 8px 30px;

}

/*CONSULTING PAGE*/

/*ABOUT SECTION*/
.page-section.about {
    background: #EEF9FA;
    -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
}

.about-page-box p {
    padding: 20px 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.about-page-box:hover p {
    color: var(--wc);
}

.about-page-box {
    background: #EEF9FA;
    -webkit-box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.2);
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 20px;
    height: 100%;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.about-page-box:hover {
    background: -o-linear-gradient(330.11deg, #EB06FF 9.93%, #06D2FF 145.3%);
    background: linear-gradient(119.89deg, #EB06FF 9.93%, #06D2FF 145.3%);
}

.about-page-box h6 {
    margin: 0;
    padding: 5px 0;
    font-weight: 500;
    font-size: 18px;
    color: var(--pc2);
    padding-bottom: 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.about-page-box:hover h6 {
    color: var(--wc);
}

.about-page-box span {
    font-weight: 500;
    font-size: 12px;
    color: var(--pc);
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.about-page-box:hover span {
    color: var(--wc);
}

.about-page-box i {
    font-size: 50px;
    color: var(--pc2);
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.about-page-box:hover i {
    color: var(--wc);

}

/*ABOUT SECTION END*/


/*COMMUNITY PAGE*/
.community-image img {
    width: 95%;
}

.community-section {
    background: #EEF9FA;
}

.community-about p {
    margin: 0;
}

.community-about .read-more {
    color: var(--wc);
    background: var(--pc2);
    padding: 5px 10px;
    border-radius: 3px;
}

.community-box img {
    width: 100%;
}

.community-box {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    height: 100%;
}

.community-box h4 {
    font-weight: 700;
    font-size: 15px 20px;
    line-height: 30px;
    color: var(--pc3);
    padding: 20px;
}

.community-box p {
    padding: 10px 0;
    padding: 0 20px;
}

.community-box a {
    font-weight: 600;
    color: var(--wc);
    background: var(--pc3);
    padding: 6px 15px;
    border-radius: 5px;
    margin: 20px;
    margin-top: 0;

}

/*COMMUNITY PAGE END*/

/*PROJECT*/
.project-text span {
    font-size: 18px;
}

.project-text h4 {
    font-weight: 600;
    font-size: 35px;
    line-height: 45px;
    color: #222222;
}

.project-about img {
    width: 100%;
    border-radius: 5px;
}

.project-page {
    background: #F0F0F0;
}

.project-page-box {
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    height: 100%;
}

.project-page-box img {
    width: 100%;
}

.project-page-box h6 {
    padding: 12px;
    line-height: 26px;
    color: var(--pc3);
}

/*PROJECT END*/

/*BLOG PAGE */
.blog-date a {
    background: #5D5FEF;
    color: var(--wc);
    padding: 8px 15px;
    margin-right: 20px;
}

.blog-image img {
    width: 50%;
}

.blog-image {
    text-align: center;
}

.blog-page-title h2 {
    text-align: center;
    margin: 0 auto;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 35px;
    line-height: 41px;
    color: var(--pc3);
}

.blog-nxt-prv a:hover {
    color: #00B4DB;
}

/*BLOG PAGE  END*/

/*CONTACT PAGE*/
.contact-page h6 {
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: var(--pc3);
    padding-bottom: 10px;
}

/*CONTACT PAGE END*/


/*LOGIN*/
.section-login {
    background: #e4e4e4;
}

.login-box {
    max-width: 550px;
    margin: 0 auto;
    background: var(--wc);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    padding: 50px;
    border-radius: 5px;
}

.login-box form input {
    width: 100%;
}

.login-box h4 {
    font-weight: 900;
    font-size: 32px;
    line-height: 45px;
    font-family: var(--popins);
    text-align: center;
    color: var(--pc2);
}

.login-box p {
    color: var(--pc);
    text-align: center;
}

.login-box p a {
    color: var(--tc2);
}

.login-box input {
    padding: 10px;
    background: #FFFFFF;
    border: 1px solid #C2C5E1;
    box-sizing: border-box;
    border-radius: 2px;
    margin: 10px 0;
    outline: none;
}

.login-box select {
    width: 100%;
    padding: 10px;
    background: #FFFFFF;
    border: 1px solid #C2C5E1;
    box-sizing: border-box;
    border-radius: 2px;
    margin: 10px 0;
    outline: none;
}


.login-box input::placeholder {
    color: var(--pc);
}

.login-box .forget a {
    font-size: 15px;
    text-decoration: underline;
    color: #2D0051;
    text-align: left;

}

.login-box button {
    color: var(--wc);
    background: var(--pc2);
    padding: 10px;
    width: 100%;
    border-radius: 2px;
    font-size: 17px;
    margin: 15px 0;
}

.login-box label {
    font-weight: 600;
    font-size: 16px;
}

.page-section a {
    color: #ffffff;
}

/*LOGIN END*/