/*******************Reset Css****************/

* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none !important;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
}
p{
    margin: 0;
    color: #353535;
}
html,
body,
{
    padding: 0;
    margin: 0;
    border-radius: 0;
    
}
em{
    font-style: normal;
}
body {
    font-size: 14px;
    font-family: 'Gibson-Light';
}
a,
button,
input,
input[type="buttton"],
input[type="submit"],
.btn {
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    outline: none !important;
    text-decoration: none;
    border: none;
    font-style: normal;
    text-decoration: none;
}

input {
    width: 100%;
}

img , figure{
    max-width: 100%;
    max-height: 100%;
    margin: 0;
    padding: 0;
}

ul,
ol, li {
    list-style: none;
    margin: 0;
    padding: 0
}
a,a:hover,a:focus{
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
 p {
    font-weight: normal;
    margin: 0;
}

input,
textarea {
    padding: 5px 10px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}


/*Buttons*/

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    opacity: 1;
    color:#000; 
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    opacity: 1;
    color:#000; 
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color:#000; 
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 1;
    color:#000; 
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.noradius {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently  supported by Chrome and Opera */
}

.pointerNone {
    pointer-events: none;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
}

.relative {
    position: relative;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

/*******************Reset Css****************/
body{
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}

/*======our_process_area--start==========*/
.our_process_area{
    position: relative;
    padding: 150px 0;
    background-attachment: fixed;
}
.our_process_area:after{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(34,34,34,0.9);
    pointer-events: none;
    z-index: 1;
}
.process_slideOuter{
    position: relative;
    z-index: 2;
}
.process_slideOuter:after{
    position: absolute;
    content: "";
    left: 75px;
    right: 75px;
    top: 28%;
    border-bottom: 2px dashed #00eda4;
    z-index: -1;
}
.page_hdng.white_hdng h2, .page_hdng.white_hdng p{
    color: #fff;
}
.white_hdng{
    position: relative;
    z-index: 2;
}
.proces_slideInnr{
    text-align: center;
}

.process_pic{
    height: 100px;
    width: 100px;
    background-color: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    margin: 0 auto 30px;
    position: relative;
    box-shadow: 0 0 25px rgba(255,255,255,0.12);
}
/*.process_pic:after{
    content: "";
    border-right: 2px dashed #00eda4;
    width: 0;
    height: 75%;
    position: absolute;
    transform: rotate(-90deg);
    top: 0;
    bottom: 0;
    margin: auto;
    right: -51px;
}
.process_pic:before {
    content: "";
    border-right: 2px dashed #00eda4;
    width: 2px;
    height: 75%;
    position: absolute;
    transform: rotate(-90deg);
    top: 0;
    bottom: 0;
    margin: auto;
    left: -55px;
}
*/
.process_pic img{
    max-width: 50px;
    margin: 0 auto;
    filter: grayscale(100%) contrast(100);
    -moz-filter: grayscale(100%) contrast(100);
    -webkit-filter: grayscale(100%) contrast(100);
    -ms-filter: grayscale(100%) contrast(100);
    transition: 0.3s;
}


.process_text h3{
    font-weight: 700;
    color: #fff;
    font-size: 20px;
    text-transform: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}
.process_text h3 strong{
    color: #545454;
    padding-right: 10px;
    display: inline-block;
}
.process_text h3 span{
    display: inline-block;
}
.process_text p{
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    color: #fff;
    opacity: 0;
    transition: 0.4s;
}
.proces_slideItem:hover .process_pic, .proces_slideItem.slick-current .process_pic{
    box-shadow: 0px 0px 0px 7px #00eda4;
}
.proces_slideItem:hover .process_pic img, .proces_slideItem.slick-current .process_pic img{
    filter: none;
    -moz-filter: none;
    -webkit-filter: none;
    -ms-filter: none; 
}
.proces_slideItem.slick-current .process_text h3 strong{
    color: #00eda4;
}
.proces_slideItem{
    position: relative;
    padding: 35px 15px 0;
}
.proces_slideItem:after{
    content: "";
    background-image: url(../images/process-hover.png);
    background-size: 172px 137px;
    background-repeat: no-repeat;
    background-position: center top;
    position: absolute;
    width: 172px;
    height: 137px;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    animation-duration: 0.6s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
    opacity: 0;
}
.proces_slideItem:hover:after, .proces_slideItem.slick-current:after{
     animation-name: blinker;
}
@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}
.proces_slideItem.slick-current .process_text p, .proces_slideItem.slick-current:after{
    opacity: 1;
}

 /*======our_process_area--end==========*/


/*start--know_bestArea*/
.know_bestArea{
    padding: 75px 0;
}
.page_hdng{
    margin-bottom: 45px;
}

.page_hdng h2{
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -0.04em;
    text-transform: none;
    color: #222222;
    margin-bottom: 10px;
}
.page_hdng p{
    letter-spacing: .06em;
    margin-bottom: 0;
    color: #474747;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 16px;
}
    
.tab_menu{
    max-width: 875px;
    margin: 0 auto;
}

.tab_menu ul{
    border: 0;
    padding: 0;
    justify-content: center;
}
.tab_menu .nav-tabs .nav-item {
    margin-bottom: 0;
}
.tab_menu ul li{
    position: relative;
}
.tab_menu .nav-tabs .nav-link{
    padding: 15px 25px 35px;
    border: 0;
    border-radius: 0;
    font-size: 16px;
    font-weight: 700;
    text-transform: none;
    text-align: center;
    letter-spacing: -0.04em;
    word-spacing: 0.16em;
    line-height: 24px;
    max-width: 240px;
   color: rgba(34,34,34,0.33);
   position: relative;
   min-height: 100px;
}
.tab_menu .nav-tabs .nav-link:hover{
    color: #00eda4;
}

 .tab_menu ul li:after,  .tab_menu ul li:before{
    content: "";
    position: absolute;
    width: 50%;
    height: 3px;
    bottom: 1px;
    background: #e1e1e1;
    right: 0px;
}
 .tab_menu ul li:before{
    left: 0;
    right: auto;
    z-index: 9;
}
.tab_menu ul li:last-child:after{
    display: none;
}
.tab_menu ul li:first-child:before{
    display: none;
}
.tab_menu .nav-tabs .nav-link:after{
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -10px;
    width: 24px;
    height: 24px;
    margin: auto;
    border: 5px solid #f1f1f1;
    opacity: 1;
    border-radius: 50%;
    background: #e1e1e1;
    z-index: 9; 
    transition: 0.5s;
}
.tab_menu .nav-tabs .nav-link.active:after{
    border-width: 7px;
    background: #fafafa;
    width: 33px;
    height: 33px;
    bottom: -14px;
    box-shadow: 0 5px 30px 0px rgba(0,0,0,.15);
    border-color: #00eda4;
}
 .tab_menu .nav-tabs .nav-link.active{
    color: #00eda4;
 }
 .know_bestArea .tab-content{
    padding: 80px 0 0;
 }
 .tab_hdng h2{
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -0.04em;
    text-transform: none;
    color: #222222;
    line-height: 40px;
    position: relative;
    padding-bottom: 15px;
    position: relative;

 }
  .tab_hdng h2:after{
    position: absolute;
    content: "";
    width: 100px;
    height: 3px;
    background-color: #00eda4;
    left: 0;
    bottom: 0;
  }
.tab_textpnl{
    padding-right: 70px;
}
.tab_hdng{
    margin-bottom: 30px;
}
.tab_hdng p{
    margin-top: 30px;
    font-weight: 300;
    font-size: 16px;
    color: #474747;
    line-height: 24px;
}

.text_listing li{
    display: flex;
    align-items: center;
    font-family: 'Roboto', sans-serif;
    color: #474747;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 20px;
}
.text_listing li span{
    width: 30px;
    margin-right: 20px;
}
.text_listing li:last-child{
    margin-bottom: 0;
}

.page_btn{
    margin: 25px 0 0;
}

.basic_btn{
    display: inline-block;
    line-height: 58px;
    padding: 0 40px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    overflow: hidden;
    position: relative;
    background-color: inherit;
    -webkit-border-radius: 30px 5px 5px;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.07);
    background-image: -webkit-linear-gradient(left, #00eda4, #6a7df1);
    background-image: -moz-linear-gradient(left, #00eda4, #6a7df1);
    background-image: -o-linear-gradient(left, #00eda4, #6a7df1);
    background-image: -ms-linear-gradient(left, #00eda4, #6a7df1);
    background-image: linear-gradient(to right, #00eda4, #6a7df1);
    transition: 0.5s;
}
.basic_btn:after, .basic_btn:before{
    background-color: rgba(0,0,0,.8);
    border-radius: 60px;
    content: '';
    height: 100%;
    left: -110%;
    opacity: .1;
    position: absolute;
    top: 0;
    transition: all .5s ease 0s;
    width: 100%;
    z-index: 1;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -khtml-transition: all .5s ease 0s;
}
.basic_btn:hover{
    border-radius: 5px;
    color: #fff;
}
.basic_btn:hover:before{
     left: -10%;
}
.basic_btn:hover:after{
    left: -20%;
}

.tab_imgpnl{
    display: flex;
    margin: 0 -15px;
    flex-wrap: wrap;
}
.tab_imgItem{
    padding: 0 15px;
    width: 50%;
    position: relative;
}
.tab_imgItem:last-child{
    margin-top: 40px;
}
.tab_imgItem figure, .course_pic{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.course_pic{
    box-shadow: 0 0 25px rgba(0,0,0,0.16);
}
.tab_imgItem figure img{
    width: 100%;
}
.tab_imgItem:first-child .course_pic:before{
    border-radius: 50%;
    content: '';
    display: inline-block;
    height: 99px;
    left: -40px;
    opacity: .3;
    position: absolute;
    top: -25px;
    width: 99px;
    background-color: #6a7df1;
    transition: 0.5s;
    z-index: 2;
}

.tab_imgItem:first-child:before {
    border-radius: 50%;
    content: '';
    display: inline-block;
    height: 75px;
    left: -15px;
    opacity: .9;
    position: absolute;
    top: -15px;
    width: 75px;
    z-index: 1;
    background-color: #6a7df1;
    transition: 0.5s;
}
.tab_imgItem:first-child figure:after{
    border-radius: 50%;
    bottom: -74px;
    content: '';
    display: inline-block;
    height: 237px;
    opacity: .9;
    position: absolute;
    right: -100px;
    width: 237px;
   background-color: #00eda4;
   transition: 0.5s;
}
.tab_imgItem:first-child figure:before{
    border: 2px solid #00eda4;
    border-radius: 50%;
    bottom: -85px;
    content: '';
    display: inline-block;
    height: 266px;
    opacity: .9;
    position: absolute;
    right: -110px;
    width: 266px;
    transition: 0.5s;
}
.tab_imgItem:last-child figure:before{
    border-radius: 50%;
    content: '';
    display: inline-block;
    height: 237px;
    opacity: .9;
    position: absolute;
    width: 237px;
    bottom: -30px;
    left: -170px;
    right: 0;
    background-color: #00eda4;
    transition: 0.5s;
}
.tab_imgItem:last-child:before{
    border-radius: 50%;
    content: '';
    display: inline-block;
    height: 99px;
    position: absolute;
    right: -26px;
    top: 45px;
    width: 99px;
    z-index: -1;
    background-color: #6a7df1;
    transition: 0.5s;
}

.tab_imgItem:hover .course_pic:before, .tab_imgItem:hover:before{
    transform: scale(1.2);
}
.tab_imgItem:hover figure:after, .tab_imgItem:hover figure:before{
    transform: scale(.8);
}


/*===========end--know_bestArea===========*/

/*=================start-learn-icon-area=================*/
.learn_icon_sec{
    padding: 60px 0;
    background-color: #fafafa;

}
.icon_item{
    padding: 70px 15px;
    border-radius: 40px 10px 10px;
    z-index: 1;
    text-align: center;
    position: relative;
    transition: 0.5s;
}

.count_icon{
    width: 55px;
    margin: 0 auto 15px;
}

.count_text h4{
    font-size: 21px;
    font-weight: 700;
    letter-spacing: -0.04em;
    word-spacing: 0.16em;
    margin-bottom: 0;
    line-height: normal;
    margin-bottom: 10px;
}
.count_text h5{
    letter-spacing: 0.06em;
    color: #222;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 300;
}
.icon_item:hover{
    background-color: #6a7df1;
}
.icon_item:hover .count_text h4, .icon_item:hover .count_text h5{
    color: #fff;
}

/*=================end-learn-icon-area=================*/

/*=====start-athor-area=====*/
.author_area{
    padding: 100px 0 60px;
}
.author_para p{
    font-size: 16px;
    color: #474747;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    letter-spacing: 0.02em;
    line-height: 30px;
    margin-bottom: 35px;
}
.author_para p:last-child{
    margin-bottom: 0;
}
.author_para{
    padding-bottom: 25px;
}
.tab_hdng h5{
    font-size: 16px;
    color: #474747;
    font-weight: 300;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 10px;
}
.author_rightpnnl{
    padding-left: 30px;
}
.author_pic{
    position: relative;
}
.author_pic figure{
    height: 143px;
    width: 143px;
    overflow: hidden;
    border-radius: 50%;
    background-color: #fafafa;
    margin: 0 auto 20px;
    transition: 0.5s;
}
.author_item{
    margin-bottom: 40px;
    position: relative;
}
.author_pic img{
    width: 100%;
    height: 100%;
}
.author_detals{
    text-align: center;
}
.author_detals h4{
    font-size: 20px;
    color: #222;
    font-weight: 700;
    margin-bottom: 5px;
    transition: 0.5s;
}
.author_detals h5{
    font-size: 16px;
    color: #222;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}

.author_item:after, .author_item:before {
    content: "";
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    margin: auto;
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    transform: scale(1.2);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}
.author_item:after{
     background-image: url(../images/team-hover2.png);
}
.author_item:before {
    background-image: url(../images/team-hover1.png);
    background-position: center center;
    background-repeat: no-repeat;
    height: 134px;
    width: 197px;
    top: 0;
    bottom: inherit;
    background-size: 175px 134px;
}

.author_item:hover:after{
    transform: scale(1);
    opacity: 1;
}
.author_item:hover:before{
    opacity: 1;
}
.author_item:hover .author_pic figure{
    box-shadow: 0 0 25px rgba(0,0,0,0.15);
}
.author_pic:before{
    content: "";
    border: 7px solid;
    font-size: 14px;
    opacity: 0;
    height: 160px;
    width: 160px;
    left: 50%;
    top: -6px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    margin: auto;
    transform: translateX(-50%)scale(0.95);
    background-image: -webkit-linear-gradient(left, #00eda4, #6a7df1);
    background-image: -moz-linear-gradient(left, #00eda4, #6a7df1);
    background-image: -o-linear-gradient(left, #00eda4, #6a7df1);
    background-image: -ms-linear-gradient(left, #00eda4, #6a7df1);
    background-image: linear-gradient(to right, #00eda4, #6a7df1);
    border-color: #00eda4;
    transition: 0.5s;
}
.author_item:hover .author_pic:before{
    opacity: 0.7;
}
.view_profile {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    max-width: 143px;
    margin: 0 auto;
    overflow: hidden;
    font-size: 12px;
    color: #fff;
    opacity: 0;
    z-index: 99;
}

.author_item:hover .view_profile{
    opacity: 1;
}

.view_profile:hover{
    color: #fff;
}
/*.author_rightpnnl .col-lg-4:last-child .author_item:after, .author_rightpnnl .col-lg-4:last-child .author_item:before,
.author_rightpnnl .col-lg-4:last-child .author_pic:after, .author_rightpnnl .col-lg-4:last-child .author_pic:before {
    display: none;
}*/
.joinus_btn{
    height: 143px;
    width: 143px;
    min-width: 143px;
    border-radius: 50%;
    background-color: #00eda4;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    color: #fff;
    flex-wrap: wrap;
    font-weight: 700;
    font-size: 18px;
}

.joinus_btn span{
    display: block;
    width: 100%;
    text-align: center;
}
.joinus_btn span i{
    width: 100%;
}
.joinus_btn:hover{
    color: #fff;
}
.author_item:hover .author_detals h4{
    color: #00eda4;
}

/*=====end-athor-area=====*/

/*course_accordian_area--start*/

.course_accordian_area{
    min-height: 750px;
    padding: 125px 0;
}
.bg_area{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.accordian_pnnl{
    max-width: 630px;
    float: right;
    padding-left: 75px;
}
.accor_hdng h2:after{
    display: none;
}
.accor_hdng.tab_hdng h2{
    padding-bottom: 0;
}
.accordian_pnnl .card-header{
    padding: 0;
    border: 0;
    box-shadow: none;
    outline: none;
    background-color: transparent;
    border-radius: 0;
}
.accordian_pnnl .btn, .accordian_pnnl .btn:focus, .accordian_pnnl .btn:active{
   display: inline-block;
    width: 100%;
    position: relative;
    padding: 18px 40px;
    text-align: left;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    border-radius: 30px 5px 5px;
    background-image: -webkit-linear-gradient(left, #00eda4, #6a7df1);
    background-image: -moz-linear-gradient(left, #00eda4, #6a7df1);
    background-image: -o-linear-gradient(left, #00eda4, #6a7df1);
    background-image: -ms-linear-gradient(left, #00eda4, #6a7df1);
    background-image: linear-gradient(to right, #00eda4, #6a7df1);
    position: relative;
}
.accordian_pnnl .btn:not(:disabled):not(.disabled).active, .accordian_pnnl .btn:not(:disabled):not(.disabled):active {
    background-image: -webkit-linear-gradient(left, #00eda4, #6a7df1);
    background-image: -moz-linear-gradient(left, #00eda4, #6a7df1);
    background-image: -o-linear-gradient(left, #00eda4, #6a7df1);
    background-image: -ms-linear-gradient(left, #00eda4, #6a7df1);
    background-image: linear-gradient(to right, #00eda4, #6a7df1);
}
.accordian_pnnl .btn.collapsed{
    background-color: #000;
    background-image: none;
}
.accordian_pnnl .card{
    border: 0;
    background-color: transparent;
    margin-bottom: 15px;
}
.accordian_pnnl .card:last-child{
    margin-bottom: 0;
}
.accordian_pnnl .card-body{
    padding: 15px 40px;
    background-color: #fafafa;
}

.accordian_pnnl .card-body p{
    font-size: 16px;
    color: #474747;
    font-weight: 300;
    line-height: 26px;
    font-family: 'Roboto', sans-serif;
}
.accordian_pnnl .btn.collased:after, .accordian_pnnl .btn:after{
    position: absolute;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.accordian_pnnl .btn.collapsed:after{
    font-family: "Font Awesome 5 Free"; 
     content: "\f067" !important;
}

.accordian_pnnl .btn:after{
    font-family: "Font Awesome 5 Free"; 
     content: "\f068";
}

/*course_accordian_area--start*/



.margin-top-25{
    margin-top:25px !important;
}

.margin-bottom-25{
    margin-bottom:25px !important;
}


.margin-top-10{
    margin-top:10px !important;
}

.margin-bottom-10{
    margin-bottom:10px  !important;
}








































