@font-face {
    font-family: 'Haffer XH';
    src: url('../fonts/HafferXH-SemiBold.woff2') format('woff2'),
        url('../fonts/HafferXH-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Haffer XH';
    src: url('../fonts/HafferXH-Medium.woff2') format('woff2'),
        url('../fonts/HafferXH-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Haffer XH';
    src: url('../fonts/HafferXH-Regular.woff2') format('woff2'),
        url('../fonts/HafferXH-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Haffer XH';
    src: url('../fonts/HafferXH-Thin.woff2') format('woff2'),
        url('../fonts/HafferXH-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

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

@font-face {
    font-family: 'Haffer XH';
    src: url('../fonts/HafferXH-Bold.woff2') format('woff2'),
        url('../fonts/HafferXH-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Haffer XH';
    src: url('../fonts/HafferXH-Heavy.woff2') format('woff2'),
        url('../fonts/HafferXH-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* ***** 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;
}
figure{margin: 0;}
a,button {
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
}
button:focus-visible{
    outline: none !important;
}

body {
    font-family: 'Haffer XH';
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;    
}
.main-wrpper {
    height:auto;
    width: 100%;
}
.container{
    max-width: 1210px;
}
/* ***** End Common Css **** */

/* **** Header **** */
header {
    position: relative;
    top: 0px;
    left: 0;
    right: 0;
    background: transparent;
    padding: 20px 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
header:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, rgba(58,58,58,0.04) 0%,rgba(162,162,162,0.4) 100%);
    bottom: 0;
    left: 0;
    right: 0;
}
.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: 45px;
}
.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 0 0 auto;
}
.navbar-light .navbar-nav li {
    margin-right: 32px;
}
.navbar-light .navbar-nav li:last-child {
    margin-right: 0;
}
.navbar-light .navbar-nav .nav-link{
    padding: 10px 0px;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.16px;
    color: #000000;
    font-weight: 500;
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover {
    color: #1E90FF;
    font-weight: 500;
}

.btn-nav{
    margin: 0 0 0 auto;
    padding: 10px 34px;
    background: linear-gradient(180deg, #000000 0%, #515151 100%);
    border-radius: 32px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    overflow: hidden;
    position: relative;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.btn-nav:after{
    position: absolute;
    content: '';
    background: #1E90FF;
    width: 100%;
    height: 0%;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.btn-nav span{
    position: relative;
    z-index: 1;
}
.btn-nav:hover:after{
    height: 100%;
}
/* **** End Header **** */

/* **** toggler **** */
.navbar-light .navbar-toggler {background-color: transparent;border-radius: 0;outline: none;box-shadow: none;border: none;height: 40px;width: 40px;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: 15px;height: 18px;background-image: none;position: relative;border-bottom: 2px solid #000000;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {width: 15px;position: absolute;height: 2px;background-color: #000000;top: 0;right: 0;content: "";z-index: 2;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after {top: 8px;width: 30px;}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {transform: rotate(45deg);width: 30px;}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {transform: translateY(8px) rotate(-45deg);width: 30px;}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {border-color: transparent;}
/* **** End toggler **** */

/* **** Home Page **** */
.hero-banner-wrp{
    position: relative;
    padding: 70px 0 100px;
}
.hero-banner-img img{
    width: 120%;
    position: relative;
    right: 10%;
    z-index:1;
}
.review-rw{
    display: flex;
    align-items: center;
    margin: 0 0 30px;
}
.review-imgs{
    display: flex;
    align-items: center;    
}
.review-imgs figure{
    width: 45px;
    height: 45px;
    border-radius: 100%;
    box-shadow:0px 22.514px 27.6308px rgba(37, 55, 63, 0.16);
    margin: 0 -6px;
}
.review-imgs figure img{
    width: 45px;
    height: 45px;
    border-radius: 100%;
    border: 2px solid #fff;
    object-fit: cover;
}
.rait-block{
    margin: 0 0 0 15px;
}
.rait-block figure{
    gap: 5px;
    display: flex;
    align-items: center;
    margin: 0 0 5px;
}
.rait-block figure img{
    width: 24px;
}
.rait-block h6{
    margin: 0;
    font-family: "Figtree", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.01em;
    color: #000000;
}
.banner-data{
    position: relative;
    z-index: 1;
}
.banner-data h1{
    margin: 0 0 30px;
    font-weight: 700;
    font-size: 72px;
    line-height: 100%;
    color: #000000;
}
.banner-data p{
    margin: 0 0 30px;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #63697C;
}
.banner-data .btn-group{
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0 0 24px;
}
.btn-main{
    padding: 15px 35px;
    background: #1E90FF;
    border-radius: 30px;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #F7F6FE;
    display: table;
}
.btn-main:hover{
    background: #000;
    color: #fff;
}
.btn-secondary{
    padding: 13px 35px;
    border: 2px solid #1E90FF;
    background: #fff;
    border-radius: 30px;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #1E90FF;
    display: table;
}
.btn-secondary:hover{
    background: #1E90FF;
    color: #fff;
}
.banner-data h4{
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #63697C;
}
img.banner-shap{
    position: absolute;
    top: 0;
    right:18%;
    margin: 0 auto;
    display: table;
}

.pop-website-wrp{
    position: relative;
    overflow: hidden;
}
.pop-website-wrp .container-fluid{
    width: calc(1210px - 15px + (100vw - 1210px)/2);
    margin-right: 0;
    padding: 0;
}
.pop-row{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.pop-title{
    width: 15%;
    border-right: 1.5px solid #C2C5CF;
}
.pop-title h2{
    margin: 0;
    font-size: 18px;
    font-weight: normal;
    color: #000;
    line-height: 24px;
}
.pop-sponcers{
    width:85%;
    padding: 0 0 0 30px;
    position: relative;
}
.pop-sponcers:after{
    position: absolute;
    content: '';
    width: 210px;
    height: 100%;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    top: 0;
    left: 0;
}
.pop-sponcers:before{
    position: absolute;
    content: '';
    width: 210px;
    height: 100%;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    top: 0;
    right: 0;
    z-index: 2;
}
.pop-sponcers .slick-slide {
    margin: 0 15px;
}
.pop-sponcers .slick-list {
    margin: 0 -15px;
}
.pop-sponcers .slick-track{
    display: flex;
    align-items: center;
}
.sponcers-box img{
    width: 100%;
}

.why-choose-us-wrp{
    padding: 120px 0 90px;
    position: relative;
}
.titlebar{
    max-width: 840px;
    margin: 0 auto 70px;
}
.titlebar h2{
    font-size: 52px;
    font-weight: 600;
    color: #000;
    text-align: center;
    margin: 0 auto 24px;
}
.titlebar p{
    margin: 0 auto;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #63697C;
}
.why-block{
    margin: 0 0 30px;
    background: #FFFFFF;
    box-shadow: 0px 5px 25px rgba(83, 124, 220, 0.15);
    border-radius: 32px;
    padding: 22px;
    position: relative;
    z-index: 2;
}
.why-img img{
    border-radius: 24px;
    width: 100%;
}
.why-data{
    padding: 42px 15px 20px;
}
.why-data h3{
    margin: 0;
    font-weight: 600;
    font-size: 26px;
    line-height: 28px;
    color: #000000;
    max-width: 310px;
}
img.why-shap1{
    position: absolute;
    top: 65px;
    left: 0;
}

.populer-tutorial-wrp{
    position: relative;
    padding: 120px 0;
    background: #F5F9FE;
}
.tutorials-block{
    padding: 28px;
    background: #FFFFFF;
    box-shadow: 0px 5px 25px rgba(83, 124, 220, 0.15);
    border-radius: 24px;
    display: flex;
    flex-flow: column;
    height: calc(100% - 30px);
    margin: 0 0 30px;
    position: relative;
    z-index: 1;
}
.tutorials-block figure{
    margin: 0 0 15px;
    max-width: 65px;
}
.tutorials-block h3{
    margin: 0 0 18px;
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
    color: #000000;
}
.tutorials-block p{
    margin: 0 0 35px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #63697C;
}
.tutorials-block .btn-secondary{
    padding: 9px 16px;
    display: flex;
    font-size: 16px;
    width: fit-content;
}
.populer-tutorial-wrp .btn-main{
    margin: 25px auto 0;
    padding: 18px 32px;
}
img.tutor-shap1{
    position: absolute;
    top: 0;
    right: 0;
}
img.tutor-shap2{
    position: absolute;
    bottom:20%;
    left: 0;
}

.download-wrp{
    padding: 120px 0;
    position: relative;
}
.download-wrp .titlebar{
    max-width: 905px;
}
.price-block{
    position: relative;
    padding: 40px 28px 28px;
    background: #FFFFFF;
    box-shadow: 0px 5px 25px rgba(83, 124, 220, 0.15);
    border-radius: 24px;
    z-index: 1;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    height: 100%;
}
.price-block h3{
    font-size: 26px;
    font-weight: 600;
    color: #000;
    text-align: center;
    margin: 0 auto 30px;
}
.price-top{
    margin: 0 auto 45px;
    min-height: 160px;
}
.price-block h2{
    text-align: center;
    margin: 0 auto 0px;
    font-size: 72px;
    font-weight: bold;
    color: #000;
    line-height: 72px;
}
.price-block h2 sup{
    font-size: 42px;
    top: -30px;
}
.price-block h5{
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin: 10px auto 0px;
    display: table;
}
.include-list ul li{
    margin: 0 0 12px;
    padding: 0 0 0 30px;
    font-size: 16px;
    font-weight: normal;
    color: #000;
    line-height: 24px;
    position: relative;
}
.include-list ul li:after{
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    background: url('../images/checkmark.svg') 0 0 no-repeat;
    background-size: 100% 100%;
    top: 0;
    left: 0;
}
.include-list ul li:last-child{
    margin: 0;
}
.price-block .btn-group{
    flex-flow: column;
    width: 100%;
    margin: 35px 0 0;
}
.price-block .btn-group .btn-secondary{
    width: 100%;
    display: block;
    text-align: center;
    margin: 0 auto 10px;
}
.price-block .btn-group p{
    text-align: center;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    color: #63697C;
    line-height: 20px;
}

.populer-plan{
    background: #1E90FF url('../images/dot-pattern.png') center center no-repeat;
    background-size: cover;
    box-shadow: 0px 5px 25px rgba(83, 124, 220, 0.15), inset 0px 9px 26px rgba(255, 255, 255, 0.46);
    border-radius: 24px;
    mix-blend-mode: normal;
}
.populer-plan label{
    padding: 4px 12px;
    background: linear-gradient(0deg, #D46A00 0%, #FFB76E 100%);
    box-shadow: inset 0px 1px 2px #D56C03, inset 0px 4px 4px rgba(255, 255, 255, 0.25);
    border-radius: 21px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0 auto;
    display: table;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translate(-50% , 0);
    -webkit-transform: translate(-50% , 0);
}
.populer-plan h2,.populer-plan h3{
    color: #fff;
}
.populer-plan .include-list ul li{
    color: #fff;
}
.populer-plan .include-list ul li:after{
    background-image: url('../images/checkmark-white.svg');
}
.populer-plan .btn-group p{
    color: rgba(255, 255, 255, 0.60);
}
.populer-plan .btn-group .btn-secondary:hover{
    background: #111;
    color: #fff;
    border-color: #111;
}
img.download-shp{
    position: absolute;
    bottom: 0;
    left: 0;
}

.testimonail-wrp{
    position: relative;
    padding: 120px 0;
    background: #F5F9FE;
}
.testimonail-row{
    max-width: 1170px;  
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0 -14px;
}
.testimonail-block{
    padding: 28px;
    position: relative;
    background: #FFFFFF;
    mix-blend-mode: normal;
    box-shadow: 0px 5px 15px rgba(83, 124, 220, 0.15);
    border-radius: 24px;
    height: auto;
    margin: 0 0 28px;    
    z-index: 2;
}
.grid-item{
    width: 33.33%;
    float: left;
    padding: 0 14px;
}
.testimonail-rait{
    margin: 0 0 28px;
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 0 0 30px;
}
.testimonail-rait img{
    width: 20px;
}
.review-data p{
    margin: 0 0 28px;
    font-size: 20px;
    font-weight: 500;
    color: #000;
    line-height: 28px;
    font-style: italic;
}
.testimonail-user-rw{
    display: flex;
    align-items: center;
}
.testimonail-user-rw figure{
    min-width: 44px;
    margin-right: 10px;
}
.testimonail-user-rw figure img{
    width: 44px;
    height: 44px;
    border-radius: 100%;
    object-fit: cover;
}
.testimonail-user-rw h3{
    margin: 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.08px;
    color: #000000;
}
.testimonail-user-rw h3 span{
    display: block;
    font-weight: normal;
    color: #63697C;
}
img.quote-ic{
    position: absolute;
    top: 20px;
    right: 28px;
}
.testimonail-wrp .btn-main{
    margin: 50px auto 0;
}
img.testshp1{
    position: absolute;
    top: 100px;
    right: 0;
}
img.testshp2{
    position: absolute;
    bottom: 100px;
    left: 0;
}

.social-tutorial-wrp{
    padding: 120px 0;
    position: relative;
}
.social-tutorial-box{
    padding: 28px;
    background: #FFFFFF;
    mix-blend-mode: normal;
    box-shadow: 0px 5px 25px rgba(83, 124, 220, 0.15);
    border-radius: 24px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-flow: column;
    height: 100%;
}
.social-top{
    display: flex;
    align-items: center;
    margin: 0 0 28px;
}
.social-top label{
    padding: 4px 9px;
    background: rgba(175, 87, 242, 0.1);
    border-radius: 8px;
    display: table;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #AF57F2;
    line-height: 24px;
    text-transform: uppercase;
}
.social-top a{
    margin: 0 0 0 auto;
}
.social-top a:hover{
    opacity: 0.70;
}
.social-top a img{
    border-radius: 8px;
}
.social-tutorial-box h3{
    margin: 0 0 18px;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    color: #000;
}
.social-tutorial-box p{
    font-size: 16px;
    font-weight: normal;
    color: #63697C;
    line-height: 20px;
    margin: 0 0 28px;
}
.social-tutorial-box .btn-secondary{
    padding: 9px 16px;
    font-size: 16px;
    line-height: 20px;
    display: table;
    width: fit-content;
}

.ux-tutorial-wrp{
    padding: 120px 0;
    position: relative;
    background: #F5F9FE;
}
.ux-tutorial-block{
    position:relative;
    z-index: 1;
    padding: 28px;
    background: #FFFFFF;
    mix-blend-mode: normal;
    box-shadow: 0px 5px 25px rgba(83, 124, 220, 0.15);
    border-radius: 24px;
    display: flex;
    flex-flow: column;
    height: calc(100% - 30px);
    margin: 0 0 30px;
}
.ux-tutorial-block figure{
    margin: 0 0 28px;
}
.ux-tutorial-block h3{
    font-size: 24px;
    font-weight: 500;
    color: #000;
    line-height: 28px;
    margin: 0 0 14px;
}
.ux-tutorial-block p{
    font-size: 16px;
    font-weight: normal;
    color: #63697C;
    line-height: 20px;
    margin: 0 0 28px;
}
.ux-tutorial-block .btn-secondary{
    padding: 9px 16px;
    font-size: 16px;
    display: flex;
    width: fit-content;
}

img.ux-tutor-shp1{
    position: absolute;
    bottom: 90px;
    right: 0;
}
img.ux-tutor-shp2{
    position: absolute;
    top: 90px;
    left: 0;
}

.what-learn-wrp{
    padding: 120px 0 90px;
    position: relative;
}
.learners-block{
    padding: 30px;
    margin: 0 0 30px;
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    mix-blend-mode: normal;
    box-shadow: 0px 5px 25px rgba(83, 124, 220, 0.15);
    border-radius: 24px;
    display: flex;
    align-items: center;
    height: calc(100% - 30px);
}
.learners-block figure{
    min-width: 44px;
    margin-right: 20px;
    max-width: 44px;
}
.learners-block figure img{width: 100%;}
.learners-block p{
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    color: #000;
    line-height: 24px;
}
img.learner-shap{
    position: absolute;
    bottom: 0;
    right: 0;
}

.who-for-wrp{
    padding: 120px 0;
    position: relative;
}
.who-box h3{
    font-size: 70px;
    margin: 0 auto 28px;
    display: table;
}
.who-box p{
    font-size: 20px;
    font-weight: 500;
    color: #000;
    line-height: 28px;
    text-align: center;
    margin: 0 auto ;
    max-width: 270px;
}

.join-wrp{
    padding: 120px 0;
}
.join-wrp .row{
    align-items: center;
}
.join-data h2{
    font-size: 52px;
    font-weight: 600;
    color: #000;
    line-height: 62px;
    margin: 0 0 24px;
}
.join-data p{
    font-size: 24px;
    font-weight: normal;
    color: #63697C;
    line-height: 30px;
    margin: 0 0 28px;
}
.join-data .form-group{
    margin: 0 0 20px;
}
.join-data .form-group .form-control{
    padding: 18px 28px;
    border-radius: 50px;
    border: 1px solid #E3E3E3;
    height: auto;
    box-shadow: none;
    font-size: 18px;
    font-weight: normal;
    color: #63697C;
    line-height: 24px;
}
.join-data .btn-main{
    border: none;
    display: block;
    text-align: center;
    width: 100%;
}
.join-img img{
    width: 100%;
}

.about-wrp{
    padding: 120px 0;
    position: relative;
}
.about-wrp h2{
    font-size: 52px;
    font-weight: 600;
    color: #000;
    line-height: 60px;
    margin: 0 0 50px;
}
.about-wrp p{
    font-size: 38px;
    font-weight: 600;
    color: #000;
    line-height: 52px;
    margin: 0 0 30px;
}
.about-wrp p span{
    color: #63697C;
}
.about-wrp figure img{
    width: 100%;
    border-radius: 50px;
    margin: 25px 0 0;
    position: relative;
    z-index: 1;
}
img.abt-shap{
    position: absolute;
    bottom: 0;
    left: 0;
}
img.abt-shap2{
    position: absolute;
    top: 0;
    right: 0;
}

.faq-wrp{
    padding: 120px 0;
}
.faq-list .accordion .accordion-item {
    margin: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #DEDEDE;
}
.faq-list .accordion .accordion-item .accordion-button {
    padding: 40px 100px 40px 0;
    font-size: 28px;
    color:#000;
    line-height: 45px;
    border-radius: 0;
    font-weight: 600;
    background-color: transparent;
    position: relative;
}
.faq-list .accordion .accordion-item .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
}
.faq-list .accordion .accordion-item .accordion-button:focus {
    box-shadow: none;
}
.faq-list .accordion .accordion-item .accordion-button::after {
    display: none;
}
.faq-list .accordion .accordion-item .accordion-button:before {
    position: absolute;
    content:"\f067";
    font-family: "Font Awesome 5 Pro";
    right: 0;
    top: 38px;
    font-size: 20px;
    color: #fff;
    background: #0E7BE5;
    height: 55px;
    width: 55px;
    font-weight: 300;
    display: flex;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.faq-list .accordion .accordion-item .accordion-button.collapsed:before {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    background: #F7F7F7;
    color: #6F7870;
}
.faq-list .accordion .accordion-body{
    padding: 0 100px 30px 0;
}
.faq-list .accordion .accordion-body p{
    font-size: 22px;
    font-weight: normal;
    color: #747474;
    line-height: 36px;
    margin: 0;
}

.laarn-php-wrp{
    padding: 20px 0;
}
.laarn-php-block{
    position: relative;
    padding: 90px;
    background: #0E7BE5 url('../images/lear-back.png') center center no-repeat;
    background-size: cover;
    mix-blend-mode: normal;
    border: 10px solid #FFFFFF;
    box-shadow: 0px 5px 25px rgba(83, 124, 220, 0.15);
    border-radius: 50px;
    overflow: hidden;
}
.php-data{
    max-width: 580px;
    margin: 0 auto;
    width: 100%;
}
.php-data h2{
    font-size: 52px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin: 0 auto 18px;
}
.php-data p{
    margin: 0 auto 32px;
    font-size: 24px;
    font-weight: normal;
    color: #ffffff;
    line-height: 32px;
    text-align: center;
}
.php-data .btn-group {
    display: flex;
    align-items: center;
    justify-content: center;
}
.php-data .btn-group .btn-main{
    background: #fff;
    color: #1E90FF;
    margin-right: 15px;
}
.php-data .btn-group .btn-main:hover{
    background: #333;
    color: #fff;
}
.php-data .btn-group .btn-secondary{
    background: transparent;
    border-color: #fff;
    color: #fff;
}
.php-data .btn-group .btn-secondary:hover{
    background: #fff;
    color: #1E90FF;
}
.phpleft{
    position: absolute;
    top: 50%;
    left: 7%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.phpright{
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.mobile-img{display: none;}

footer{
    position: relative;
}
.footer-top{
    padding: 85px 0 50px;
    border-bottom: 1px solid #E3E3E3;
}
.footer-logo figure{
    display: table;
}
.footer-logo img{
    height: 56px;
    margin: 0 0 24px;
}
.footer-about p{
    font-size: 16px;
    font-weight: normal;
    color: #000;
    line-height: 24px;
    margin: 0 0 24px;
}
.footer-about .review-rw{
    margin: 0 0 24px;
}
.footer-about .review-imgs figure{
    box-shadow: none;
}
.social-bx{
    display: flex;
    align-items: center;
}
.social-bx a{
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid rgba(0, 0, 0, 0.12);
}
.social-bx a:last-child{
    margin: 0;
}
.social-bx a:hover{
    background: #0E7BE5;
    border-color: #0E7BE5;
}
.footer-row{
    padding: 0 0 0;
}
.footer-row .social-bx{display: none;}
.quicklinks{
    margin: 0 0 0 auto;
    display: flex;
    flex-flow: column;
    width: fit-content;
}
.quicklinks h3{
    font-size: 18px;
    font-weight: bold;
    color: #000;
    line-height: 150%;
    margin: 0 0 15px;
}
.quicklinks ul li{
    margin: 0 0 10px;
}
.quicklinks ul li:last-child{
    margin: 0;
}
.quicklinks ul li a{
    display: flex;
    width: fit-content;
    font-size: 16px;
    font-weight: normal;
    color: #000;
    line-height: 150%;
}
.quicklinks ul li a:hover{
    color: #0E7BE5;
}
.copyright{
    padding: 35px 0;
}
.copyright p{
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.16px;
    color: #707174;
}
.copyright ul{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.copyright ul li{
    margin-right: 50px;
}
.copyright ul li a{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.16px;
    color: #707174;
}
.copyright ul li a:hover{
    color: #0E7BE5;
}
.copyright ul li:last-child{
    margin: 0;
}
/* **** End Home Page **** */

/* **** Blog Page **** */
.blog-page-wrp .container{
    max-width: 1300px;
}
.btn-back-row{
    padding: 20px 0;
}
.btn-back-row a{
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: normal;
    color: #63697C;
    width: fit-content;
    line-height: 28px;
}
.btn-back-row a i{
    margin-right: 10px;
}
.btn-back-row a:hover{
    color: #1E90FF;
}
.blog-banner-data{
    max-width: 660px;
}
.blog-banner-data h6{
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    color: #1E90FF;
    margin: 0 0 7px;
    text-transform: uppercase;
    width: fit-content;
}
.blog-banner-data h6 span{
    margin: 0 0 0 15px;
    padding: 4px 8px;
    background: rgba(99, 105, 124, 0.12);
    border-radius: 6px;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: -0.04em;
    color: #63697C;
    text-transform: lowercase;
}
.blog-banner-data h1{
    font-size: 42px;
    font-weight: bold;
    color: #000;
    line-height: 56px;
    margin: 0 0 10px;
}
.blog-banner-data p{
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.01em;
    color: #000000;
    margin: 0 0 24px;
}
.author-box{
    display: flex;
    align-items: center;
    width: fit-content;
}
.author-box figure{
    min-width: 45px;
    margin-right: 15px;
}
.author-box figure img{
    width: 45px;
    height: 45px;
    border-radius: 100%;
    object-fit: cover;
}
.author-box h2{
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    color: #202939;
    line-height: 22px;
}
.author-box h2 span{
    display: block;
    font-size: 15px;
    font-weight: normal;
    color: #63697C;
}
.blog-banner-img img{
    width: 100%;
    border-radius: 30px;
}
img.mobileimg{
    display: none;
}

.blog-wrapper{
    padding: 80px 0 45px;
    position: relative;
}
.blog-wrapper .container{
    position: relative;
    z-index: 1;
}
.table-sidebar{
    max-width: 250px;
    width: 100%;
    padding: 24px;
    background: #FFFFFF;
    box-shadow: 0px 5px 25px rgba(83, 124, 220, 0.15);
    border-radius: 20px;
    position: sticky;
    top: 15px;
    left: 0;
}
.table-sidebar h2{
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #1A202E;
    margin: 0 0 15px;
}
.mobile-filter-button .dropdown-menu ul.tbl-ul li,
.table-sidebar ul.tbl-ul li{
    padding: 0 0 15px 0;
    position: relative;
}
.mobile-filter-button .dropdown-menu ul.tbl-ul li:after,
.table-sidebar ul.tbl-ul li:after{
    position: absolute;
    content: '';
    width: 2px;
    height: 100%;
    background: #AFB3BE;
    top: 5px;
    left: 6px;
}
.mobile-filter-button .dropdown-menu ul.tbl-ul li:last-child,
.table-sidebar ul.tbl-ul li:last-child{padding: 0;}
.mobile-filter-button .dropdown-menu ul.tbl-ul li:last-child:after,
.table-sidebar ul.tbl-ul li:last-child:after{
    display: none;
}
.mobile-filter-button .dropdown-menu ul.tbl-ul li a,
.table-sidebar ul.tbl-ul li a{
    padding: 0 0 0 26px;
    position: relative;
    display: flex;
    font-weight: 400;
    font-size: 16px;
    white-space: normal;
    line-height: 22px;
    letter-spacing: 0.01em;
    color: #63697C;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.mobile-filter-button .dropdown-menu ul.tbl-ul li a:before,
.table-sidebar ul.tbl-ul li a:before{
    position: absolute;
    content:'';
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background: #fff;
    border: 2px solid #AFB3BE;
    display: block;
    z-index: 1;
    top: 5px;
    left: 0;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.mobile-filter-button .dropdown-menu ul.tbl-ul li a:after,
.table-sidebar ul.tbl-ul li a:after{
    position: absolute;
    content:'';
    width: 6px;
    height: 6px;
    background: #1E90FF;
    border-radius: 100%;    
    display: block;
    z-index: 2;
    top: 9px;
    left:4px;
    transform: scale(0);
    -webkit-transform: scale(0);
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.mobile-filter-button .dropdown-menu ul.tbl-ul li .sublist,
.table-sidebar ul.tbl-ul li .sublist{
    padding: 10px 0 0 10px;
}
.mobile-filter-button .dropdown-menu ul.tbl-ul li .sublist a,
.table-sidebar ul.tbl-ul li .sublist a{
    margin: 0 0 8px;
    font-size: 14px;
    white-space: normal;
}
.mobile-filter-button .dropdown-menu ul.tbl-ul li .sublist a:hover,
.table-sidebar ul.tbl-ul li .sublist a:hover{
    color: #1E90FF;
    background: transparent;
}
.mobile-filter-button .dropdown-menu ul.tbl-ul li a:last-child,
.table-sidebar ul.tbl-ul li .sublist a:last-child{
    margin: 0;
}
.mobile-filter-button .dropdown-menu ul.tbl-ul li .sublist a:after,.mobile-filter-button .dropdown-menu ul.tbl-ul li .sublist a:before,
.table-sidebar ul.tbl-ul li .sublist a:after,
.table-sidebar ul.tbl-ul li .sublist a:before{display: none;}
.table-sidebar ul.tbl-ul li a:hover{
    color: #1E90FF;
    background: transparent;
}
.mobile-filter-button .dropdown-menu ul.tbl-ul li.active a:after,
.table-sidebar ul.tbl-ul li.active a:after{
    transform: scale(1);
    -webkit-transform: scale(1);
}
.mobile-filter-button .dropdown-menu ul.tbl-ul li.active a:before,
.table-sidebar ul.tbl-ul li.active a:before{
    border-color: #1E90FF;
}

.mobile-filter-button{
    display: none;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.mobile-filter-button a.dropdown-toggle{
    white-space: normal;
    padding: 15px 50px 15px 15px;
    font-weight: 500;
    font-size: 18px;
    border-radius: 0;
    border: none;
    line-height: 26px;
    letter-spacing: 0.01em;
    color: #000000;
    position: relative;
    box-shadow: 0px 4px 10px rgba(17, 36, 59, 0.12);
    width: 100%;
    text-align: left;
    display: block;
    background: #fff;
}
.mobile-filter-button a.dropdown-toggle.show:after{
    content: "\f106";
}
.mobile-filter-button a.dropdown-toggle:after{
    position: absolute;
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    font-size: 18px;
    color: #333;
    right: 25px;
    top:15px;
    border: none;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
}
.mobile-filter-button .dropdown-menu{
    padding: 10px 10px;
    background: #fff;
    border-radius: 0;
    border: none;
    width: 100%;
    border: none;
    margin: -2px 0 0 !important;
    max-width: 100%;
    min-width: 100%;
    height: 300px;
    overflow: auto;
}

.blog-right-bar {
    padding: 0 0 0 30px;
}
.free-code{
    margin: 0 0 32px;
    padding: 24px;
    background: #FFFFFF;
    box-shadow: 0px 5px 25px rgba(83, 124, 220, 0.15);
    border-radius: 20px;
}
.free-code h2{
    margin: 0 0 16px;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.01em;
    color: #1A202E;
}
.free-code .form-group{
    margin: 0 0 12px;
}
.free-code .form-group .form-control{
    padding: 12px 18px;
    border-radius: 100px;
    border: 1px solid #E3E3E3;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #000;
    height: auto;
    box-shadow: none;
}
.free-code .form-group .form-control::placeholder{
    color: #63697C;
}
.free-code .btn-main{
    border: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.02em;
    width: 100%;
    text-align: center;
    padding: 12px 30px;
}

.simi-blog-box{
    margin: 0 0 15px;
    padding: 4px 4px 12px;
    background: #FBFBFB;
    box-shadow: 0px 5px 25px rgba(83, 124, 220, 0.15);
    border-radius: 24px;
    position: relative;
}
.simi-blg-img img{
    width: 100%;
    height: 140px;
    border-radius: 20px 20px 0 0;
    object-fit: cover;
}
.simi-blg-data{
    padding: 14px;
}
.simi-blg-data label{
    display: table;
    padding: 4px 6px;
    border-radius: 8px;
    background: #F3C472;
    font-size: 12px;
    font-weight: bold;
    color: #945F04;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.simi-blg-data h3{
    font-size: 17px;
    font-weight: 500;
    color: #000;
    line-height: 26px;
    margin: 0 0 8px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.simi-blg-data h3:hover{
    color: #1E90FF;
}
.simi-blg-data p{
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    color: #63697C;
    line-height: 20px;
}

.blog-inner-data-wrp{
    position: relative;
    padding: 0 30px 0 0;
}
.blog-inner-data-wrp .social-bx-rw{
    position: absolute;
    top: 0;
    right: -20px;
    flex-flow: column;
    padding: 0;
    border: none;
}
.blog-inner-data-wrp .social-bx-rw a{margin: 0 0 10px;}
.blog-inner-data-wrp .social-bx-rw a:last-child{margin: 0;}

.blg-content{
    box-shadow: 0px 5px 25px rgba(83, 124, 220, 0.15);
    border-radius: 20px;
    padding: 32px;
    font-size: 16px;
}
.blg-in-block{
    margin: 0 0 40px;
}
.blg-in-block h2{
    margin: 0 0 16px;
    font-weight: 700;
    font-size: 28px;
    line-height: 31px;
    letter-spacing: 0.01em;
    color: #000000;
}
.blg-in-block p{
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.01em;
    color: #000000;
    margin: 0 0 20px;
}
.blg-lst-bx ul li{
    position: relative;
    padding: 0 0 0 20px;
}
.blg-lst-bx ul li:after{
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    background: #000;
    border-radius: 100%;
    top: 10px;
    left: 0;
}
.blg-lst-bx ul li a{
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.01em;
    text-decoration-line: underline;
    color: #000000;
}
.inner-points ul li a:hover,.blg-lst-bx ul li a:hover{
    color: #1E90FF;
}

.blg-in-block h3{
    margin: 0 0 16px;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0.01em;
    color: #000000;
}
.inner-points ul{
    margin: 0 0 16px;
}
.inner-points ul li{
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.01em;
    padding: 0 0 0 20px;
    color: #000000;
    position: relative;
}
.inner-points ul li:after{
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    background: #000;
    border-radius: 100%;
    top: 10px;
    left: 0;
}
.inner-points ul li a{
    color: #000;
    text-decoration: underline;
}
.blg-imgbox img{
    width: 100%;
    border-radius: 24px;
}
.blg-imgbox{
    margin: 0 0 16px;
}
.blg-imgbox:last-child{
    margin: 0;
}

.share-blog-row{
    padding: 25px 0 0;
    border-top: 1px solid #EAEAEA;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.share-blog-row h6{
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.01em;
    color: #000000;
    margin: 0 15px 0 0;
}
.share-blog-row a{
    width: 40px;
    height: 40px;
    background: #ECF0F6;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    font-size: 18px;
    color: #626F8A;
}
.share-blog-row a:last-child{
    margin: 0;
}
.share-blog-row a:hover{
    background: #1E90FF;
    color: #fff;
}


.similer-blogs-wrp{
    padding: 0 0 52px;
    border-bottom: 1px solid #E3E3E3;
}
.similer-blogs-wrp h2{
    margin: 0 0 28px;
    font-weight: 700;
    font-size: 28px;
    line-height: 31px;
    letter-spacing: 0.01em;
    color: #000000;
}

.similer-blg-row{
    width: 52%;
    margin: 0 auto;
}
.similer-blog-slider .simi-blog-box{
    margin: 0;
    background: #FBFBFB;
    box-shadow: 0px 5px 10px rgba(83, 124, 220, 0.20);
}
.similer-blog-slider .simi-blog-box .simi-blg-data h3{
    font-size: 18px;
    line-height: 24px;
}
.similer-blog-slider .slick-slide {
    margin: 15px 8px;
}
.similer-blog-slider .slick-list {
    margin: -15px -8px;
}

img.blg-shp1{
    position: absolute;
    right: 0;
    top: 20%;
}
img.blg-shp2{
    position: absolute;
    left: 0;
    top: 30%;
}
img.blg-shp3{
    position: absolute;
    right: 0;
    top: 40%;
}
img.blg-shp4{
    position: absolute;
    left: 0;
    top: 50%;
}
img.blg-shp5{
    position: absolute;
    left: 0;
    top: 62%;
}
img.blg-shp6{
    position: absolute;
    right: 0;
    bottom: 13%;
}
/* **** End Blog Page **** */
