
.header {
    width: 100%;
    z-index: 3;

}
.success-border{
    border: 1px solid #4CAF50 !important;
}
.btn-lg, .btn-group-lg > .btn {
    border-radius: 0px !important;
}

.header li a {
    display: block;
    padding: 4px 37px;
    text-decoration: none;
}


.header .logo {
    display: block;
    float: left;
    font-size: 2em;
    padding: 10px 20px;
    text-decoration: none;
}

/* menu */

.header .menu {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
}

/* menu icon */

.header .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 28px 20px;
    position: relative;
    user-select: none;
}

.header .menu-icon .navicon {
    background: #000;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
    background: #000;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}

.header .menu-icon .navicon:before {
    top: 5px;
}

.header .menu-icon .navicon:after {
    top: -5px;
}

/* menu btn */

.header .menu-btn {
    display: none;
}

.header .menu-btn:checked ~ .menu {
    max-height: 240px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
    background: #fff;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    top: 0;
}

/* 48em = 768px */

@media (min-width: 48em) {
    .header li {
        float: left;
    }
    .header li a {
        padding: 10px 10px;
    }
    .header .menu {
        clear: none;
        float: right;
        max-height: none;
    }
    .header .menu-icon {
        display: none;
    }
}

html, body {
    width: 100%;
    height: 100%;
}

@media (max-width: 767px)
{
    body {
        height: auto;
        min-height: 100%;
    }
}

/* Hide scrollbar for Chrome, Safari and Opera */
.sidemenu-scroll::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.sidemenu-scroll {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.app {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 100%;
}
.app:before {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    display: block;
    width: inherit;
    background-color: #f0f3f4;
    border: inherit;
    content: "";
}
.mw-650 {
    max-width: 700px;
}
.page-title{
    font-weight: 400!important;
}
@media (max-width: 767px){
    .w-auto-xs {
        width: auto;
    }
}
.m-t {
    margin-top: 15px;
}
.block {
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

.checkout-back{
    margin-bottom: 25px!important;
}
.wrapper {
    padding: 15px;
}
.block.clearfix {
    clear: both;
}
.user-info-from-cookie {
    border-top: solid 5px #e8e8e8;
}
.user-info-from-cookie .form-group {
    box-shadow: 0 5px 10px rgba(105, 106, 119, 0.05);
    padding: 20px 22px;
    margin: 0;
    background: #fff;
    /*border: solid 1px #e8e8e8;*/
    border-top: none;
}
.user-info-from-cookie .form-control {
    border-color: #e8e8e8;
}
.form-control, .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
label {
    font-weight: 400;
}
.password-strength, .password-confirm {
    float: right;
}
#edit-field-afl-enrollment-fee-und {
    text-align: center;
}
.form-radios {
    padding: 15px 0;
}
.field-name-field-afl-enrollment-fee .form-item.clearfix.form-type-radios.form-item-field-afl-enrollment-fee-und.form-group .form-item.clearfix.form-type-radio.form-item-field-afl-enrollment-fee-und.radio {
    display: inline-block;
    margin-top: 10px;
}
.field-name-field-afl-enrollment-fee .form-item.clearfix.form-type-radios.form-item-field-afl-enrollment-fee-und.form-group .form-item.clearfix.form-type-radio.form-item-field-afl-enrollment-fee-und.radio .i-checks {
    display: none;
}
.radio input[type=radio]{
    position: absolute;
    margin-top: 4px\9;
    margin-left: -20px;
}
.form-item.clearfix.form-type-radios.form-item-field-afl-enrollment-fee-und.form-group .form-item.clearfix.form-type-radio.form-item-field-afl-enrollment-fee-und.radio>label.option {
    min-width: 253px;
    text-align: center;
    padding: 20px;
    margin-right: 10px;
    border: solid 2px #ccc;
    position: relative;
}
.field-name-field-afl-enrollment-fee .form-item.clearfix.form-type-radios.form-item-field-afl-enrollment-fee-und.form-group .form-item.clearfix.form-type-radio.form-item-field-afl-enrollment-fee-und.radio label.option:hover:after {
    content: '✔'!important;
    font: normal normal normal 14px/1 FontAwesome;
    color: #2c692c;
    padding: 4px 5px;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
}
.active-package label.option:before {
    display: block;
    content: "";
    display: inline-block;
    border-left: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-right: 40px solid #80c15d;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    position: absolute;
    background: 0 0;
}
.active-package label.option:after {
    content: '✔'!important;
    font: normal normal normal 14px/1 FontAwesome;
    color: #2c692c;
    padding: 4px 5px;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
}
.field-name-field-afl-enrollment-fee .form-item.clearfix.form-type-radios.form-item-field-afl-enrollment-fee-und.form-group .form-item.clearfix.form-type-radio.form-item-field-afl-enrollment-fee-und.radio label.option:hover {
    border-color: #80c15d;
}
.active-package .option{
    border-color: #80c15d!important;
}
#afl-join-member #edit-field-agree-terms-and-conditions a {
    color: red;
}
.i-checks {
    padding-left: 20px;
    cursor: pointer;
}
.i-checks input {
    position: absolute;
    margin-left: -20px;
    opacity: 0;
}
.i-checks>i {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-top: -2px;
    margin-right: 4px;
    margin-left: -20px;
    line-height: 1;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #cfdadd;
}
.i-checks>i:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background-color: transparent;
    content: "";
    -webkit-transition: all .2s;
    transition: all .2s;
}
.i-checks input:checked+i:before {
    top: 4px;
    left: 4px;
    width: 10px;
    height: 10px;
    background-color: #23b7e5;
}
.form-actions.form-wrapper {
    margin-top: 25px;
    margin-bottom: 25px;
}
.form-actions .btn, form .from-panel .btn {
    margin-right: 4px;
}
.line-dashed {
    background-color: transparent;
    border-style: dashed!important;
    border-width: 0;
}
.line {
    width: 100%;
    height: 2px;
    margin: 10px 0;
    overflow: hidden;
    font-size: 0;
}
.btn-block {
    padding-right: 12px;
    padding-left: 12px;
}
.btn-primary {
    color: #ffffff!important;
    background-color: #7266ba!important;
    border-color: #7266ba !important;
}
.btn-success {
    color: #ffffff !important;
    background-color: #27c24c !important;
    border-color: #27c24c !important;
}

small, .small {
    font-size: 13px;
}

/*Order Page
============================*/

.checkout-help {
    border-color: #3f51b5;
    color: #3f51b5;
}
.checkout-help {
    border: 1px solid #3f51b5;
    padding: 20px;
}
.checkout-review.table .pane-title td {
    padding: 15px 0;
}
.table>tbody>tr>td {
    border: none;
}
.cart-contents-title td {
    color: #3f51b5;
}
.cart-contents-title td {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 400!important;
    padding-bottom: 10px!important;
}
table.checkout-review tr.pane-data {
    vertical-align: top;
}
#commerce-checkout-form-review table.checkout-review .pane-data-full {
    padding: 0;
}
.view-commerce-cart-summary {
    background: #fff;
}
.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}
.view.view-commerce-cart-summary.view-id-commerce_cart_summary .views-table {
    margin-bottom: 0;
}
.table-responsive table {
    color: #131e25;
}
.table-responsive table thead {
    background: #f6f8f8;
}
.view-commerce-cart-summary .table > thead > tr > th {
    background: #3f51b5;
    border-left-color: #303f9f;
    border-right-color: #303f9f;
}
.view-commerce-cart-summary .table>thead>tr>th {
    padding: 15px;
    text-align: center;
    border-left: solid 1px #a6a0d3;
    border-right: solid 1px #938cbe;
    font-size: 15px;
}
.table-responsive table thead th {
    font-weight: 700;
}
.table>thead>tr>th {
    padding: 8px 15px;
    border-bottom: 1px solid #eaeff0;
}
.view-commerce-cart-summary thead th {
    color: #fff;
}
.view-commerce-cart-summary .table>tbody>tr>td {
    padding: 15px;
    text-align: center;
    border-right: solid 1px #e8eaea;
    font-size: 14px;
    border-bottom: solid 1px #e8eaea;
}
.table>tbody>tr>td{
    padding: 0px;
}
.view-commerce-cart-summary .commerce-price-formatted-components.table {
    background: #fff;
    border-top: solid 1px #eaeff0;
    border-bottom: solid 1px #eaeff0;
}
.view-commerce-cart-summary .component-type-commerce-price-formatted-amount .component-title {
    border-right: none;
    width: 85%;
    text-align: right;
}
.commerce-order-handler-area-order-total .commerce-price-formatted-components tr.component-type-commerce-price-formatted-amount {
    font-weight: bold;
}
.order-serction .user-info-from-cookie{
    border-top: none!important;
}

/*enrolment details*/
fieldset#edit-afl-enrolment-details-review legend {
    border: 0;
}
.afl_enrolment_details_review legend {
    color: #9e97ce;
    margin-bottom: 0;
}
fieldset legend {
    font-size: 20px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    padding-bottom: 12px;
}
.afl_enrolment_details_review legend {
    color: #9e97ce;
    margin-bottom: 0;
}
fieldset#edit-afl-enrolment-details-review table {
    border: solid 1px #eaf0f0;
}

#edit-afl-enrolment-details-review table .odd {
    border-top: 1px solid #eaeff0;
    border-bottom: 1px solid #eaeff0;
    background-color: #f9f9f9;
}
#edit-afl-enrolment-details-review table .odd td {
    text-align: left;
}
.table-responsive table thead th, .table-responsive table tbody th, .table-responsive table tbody td {
    /*    padding-top: 10px!important;
        padding-bottom: 10px!important;*/
    vertical-align: middle;
}
#edit-afl-enrolment-details-review table .even {
    background: #fff;
}
#edit-afl-enrolment-details-review td{
    padding: 1rem 2rem;
}


/*tab styles*/

.tab--1 i{
    padding-right: 15px;
}
.tab.tab--1 .tab_nav .nav .nav-link.active{
    color: #387cfe;
}
.sidemenu-scroll{
    max-height: 310px;
    overflow-y: auto;
}

/*footer style*/
.checkout-buttons.form-wrapper .checkout-continue.form-submit {
    float: right;
}
.form-actions .btn, form .from-panel .btn {
    margin-right: 4px;
}
.checkout-continue.form-submit {
    height: 44px;
    vertical-align: middle;
}
.element-invisible {
    display: none;
}
.btn{

}
.checkout-buttons.form-wrapper .button-operator {
    display: none;
}
.checkout-back.form-submit {
    width: 150px;
    height: 44px;
    color: #fff;
    background: #333!important;
    margin-left: 0px;
    border-radius: 0;
    text-decoration: none;
}
.checkout-buttons .checkout-cancel, .checkout-buttons .checkout-back {
    border: 0;
    padding: 4px 6px;
}

@media(min-width: 768px){
    .p-0{
        padding: 0!important;
    }
}
.navbar {
    margin-bottom: 0px;

}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 0px 21px!important;
    font-size: 18px;
    line-height: 20px;
}

body {
    font-size: 14px;
    color: #212529;
    line-height: 1.7em;
    font-weight: 400;

    background-repeat: repeat;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-family: 'Poppins', sans-serif!important;
    letter-spacing: 1px;
}
ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.page-center {
    display: grid;
    align-items: center;
}
img {
    max-width: 100%;
}
.p-top-50{
    padding-top: 50px;
}
.p-bottom-50{
    padding-bottom: 50px;
}
.m-bottom-50{
    margin-bottom: 50px;
}
.m-bottom-30{
    margin-bottom: 30px;
}
.m-bottom-20 {
    margin-bottom: 20px;
}

/*header style
====================================*/

.navbar {
    transition: top 0.3s;
}





/* Language - Selector */
.w-full{
    width: 100%;
}

.langSelector abbr {

    font: inherit;
    text-decoration: none;
}
.langSelectorListItem{
    width: 100%;
}
.lang-label{
    padding-left: 35px!important;
}

.langSelectorHeader {
    cursor: pointer;
}

.langSelectorTitle {
    display: block;
    position: relative;
    padding: 5px 30px 10px 75px;
    height: 35px;
    font-weight: 400;
}
.langSelectorTitle .fa {
    display: block;
    position: absolute;
    right: 17px;
    top: 12px;
    font-size: 16px;
}

.langSelectorBody {
    display: none;
    position: absolute;
    overflow: hidden;

    background: #fff!important;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.langSelectorHeader:hover + .langSelectorBody, .langSelectorHeader:focus + .langSelectorBody, .langSelectorBody:hover, .langSelectorBody:focus, .langSelectorBody:active {
    display: block;
}

.langSelectorListItem + .langSelectorListItem {
    border-top: 1px solid #ddd;
}

.langSelectorListName {
    display: block;
    position: relative;
    padding: 9px 30px 10px 44px;
    height: 36px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.langSelectorListName, .langSelectorListName:link, .langSelectorListName:visited {
    text-decoration: none;
    color: inherit;
}
.langSelectorListName:hover, .langSelectorListName:focus, .langSelectorListName:active, .langSelectorListName.active {
    background-color: #048fd8;
    color: #fff;
}

.langSelectorListNameFlag {
    display: inline-block;
    position: absolute;
    overflow: hidden;
    left: 40px;
    top: 13px;
    width: 21px;
    height: 16px;
    vertical-align: top;
}
.langSelectorListNameFlag img {
    display: block;
    position: absolute;
    left: 50%;
    max-height: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.langSelectorListNameLabel {
    display: inline-block;
    vertical-align: top;
}

@media(max-width: 500px){
    .banner-counter {
        padding: unset!important;
    }
    .banner-content h1 {
        padding-top: 30px;
    }
}
/*banner style
====================================*/
.banner-area {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    width: 100%;
    display: grid;
    align-items: center;
    z-index: 0;
    padding: 60px 0 60px;
}
.banner-grid-all {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 2fr 1fr;
    grid-row-gap: 10px;
    grid-column-gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: stretch;
    align-items: center;
    border-radius: 2px;
    display: grid;
}
.banner-area:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    content: "";
    z-index: -1;
}
.banner-content p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}
.banner-content h1 {
    color: #fff;
    font-weight: 400;
    font-size: 50px;
    line-height: 70px;
}
.banner-content span {
    font-size: 14px;
    top: -30px;
    position: relative;
}
.banner-btn {
    margin-top: 50px;
}
.banner-btn a {
    background-color: #048fd8;
    color: #fff;
    padding: 15px 15px;
    margin-right: 10px;
    font-weight: 700;
    font-size: 25px;
    text-transform: uppercase;
    text-decoration: none;
}

.banner-counter {
    padding: 30px 30px;
}

.owl-nav, .owl-dots {
    display: none;
}
@media(max-width:768px) {

    .banner-grid-all {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .banner-grid-counter {
        padding-top: 50px;
        width: 60%;
        margin: 0px auto;
    }
    .banner-grid-content {
        text-align: center;
        padding-top: 20px;
    }
}
@media(max-width:767px) {
    .banner-grid-counter {
        padding-top: 15px;
        width: 100%;
    }
    .banner-content h1 {
        font-size: 30px;
        line-height: 49px;
    }
    .banner-btn a {
        margin-bottom: 20px;
        display: block;
    }
    .banner-area {
        height: auto;
    }
    .banner-area {
        display: block;
    }
}

/*profile card style*/

:root{
    --light:#f1f1f1;
    --white:#fff;
    --dark:#000;
}

img{
    width: 100%;
    height: auto;
}
.wrapper{
    width: 100%;
    height: 100vh;
}
.profile-card{
    border-radius: 25px;
    width: 300px;
    height: auto;
    text-align: center;
    margin: 20px auto;
    box-shadow: 0px 0px 18px #000;
    background: #555555;
}
.profile-card .profile-header{
    height: 125px;
}

.profile-card .profile-body{
    border-radius: 25px;
    background-color: var(--white);
    padding: 20px 40px 40px 40px;
}

.profile-card .profile-body .author-img{
    margin-top: -100px;
    margin-bottom: 20px;
}
.profile-card p{
    color: #818181;
}
.profile-card .profile-body .author-img img{
    width: 170px;
    height: 170px;
    border-radius: 50%;
    padding: 5px;
    background-color: var(--white);
}

.profile-card .profile-body .name{
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;

}
.profile-card .profile-body .intro{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    margin: 20px  0px 30px  0px;

}
.social-icon ul {
    list-style-type: none;
}
.social-icon ul li {
    display: inline-block;
}
.social-icon ul li a {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    border:1px solid #ddd;
    display: block;
    border-radius: 50%;
    transition: all 0.5s ease-out;
}
.social-icon ul{
    margin:0;
    padding:0;
}
.social-icon ul li a:hover {
    background-color: var(--dark);
    border:1px solid var(--dark);
}
.social-icon ul li a i{
    line-height: 35px;
    color:#666;
}
.social-icon ul li a i:hover,
.social-icon ul li a:hover i{

    color:var(--white);
}

/*About section style
=================================*/
.intro-five h1 {
    font-weight: 600;
}
.intro-five h1 span{
    color: #048fd8;
}
.display-2 {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.2;
}
.intro-five p {
    font-size: 1.13333rem;
    margin: 0;
    line-height: 2.13333rem;
}
.intro-five .btn {
    margin-top: 2.33333rem;
}
.btn-secondary {
    -webkit-box-shadow: 0 10px 20px rgba(6, 181, 144, 0.2);
    -moz-box-shadow: 0 10px 20px rgba(6, 181, 144, 0.2);
    box-shadow: 0 10px 20px rgba(6, 181, 144, 0.2);
}
.btn-secondary {
    color: #fff;
    background-color: #555555;
    border-color: #555555;
    padding: 0.475rem 2rem;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.shape-wrapper.img-shape-one:before {
    background: url(../img/img_shape1.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.shape-wrapper img {
    width: 100%;
}
.shape-wrapper:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 101%;
    left: 0;
    top: 0;
}
.shape-wrapper {
    position: relative;
}
@media(max-width:500px) {
    .shape-wrapper{
        margin-top: 50px;
    }
    .headline h1{
        font-size: 21px!important;
    }
    .social-buttons .social-margin {
        margin-right: unset!important;
        margin: 5px;
    }

}
/*Video section style
=================================*/
.cta--nine.cta-wrapper {
    padding-top: 4.66667rem;
}
.cta--nine:before {
    position: absolute;
    content: "";
    width: 180%;
    height: 150%;
    background: #fff;
    left: -40%;
    top: 87%;
    border-radius: 50%;
}
.cta--nine {
    position: relative;
    overflow: hidden;
}
.cta-wrapper {
    padding: 6.86667rem 0 7.33333rem;
}
.cta--nine .cta--none-contents {
    position: relative;
}
.cta--nine .cta--none-contents:before {
    position: absolute;
    content: '';
    width: 25.13333rem;
    height: 55.53333rem;
    right: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 5.33333rem;
    transform: rotate(-45deg) translateX(82%);
}
.cta--nine .cta--none-contents:after {
    position: absolute;
    content: '';
    width: 33.33333rem;
    height: 55.53333rem;
    right: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 5.33333rem;
    transform: rotate(-45deg) translate(59%, 20%);
}
.align-items-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.cta--nine h3 span {
    font-weight: 600;
}
.cta--nine h3 {
    font-weight: 300;
    line-height: 3.06667rem;
    font-size: 29px;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control {
    border-color: #cfdadd;
    border-radius: 2px;
}


.headline {
    text-align: center;
}
.headline h1 {
    font-size: 35px;
    font-family: Arial, Helvetica, sans-serif;
}

.social-buttons {
    display: inline-block;
    background: rgba(255, 255, 255, 0.5);
    padding: 20px;
    padding-bottom: 5px;
    border-radius: 10px;
    text-align: center;
    margin: 20px 10px;
    /* Helper class to divide the icons */
}
.social-buttons .social-margin {
    margin-right: 15px;
}
.social-buttons a,
.social-buttons a:hover,
.social-buttons a:focus,
.social-buttons a:active {
    text-decoration: none;
}
.social-buttons .social-icon {
    margin-bottom: 15px;
    box-sizing: border-box;
    -moz-border-radius: 138px;
    -webkit-border-radius: 138px;
    border-radius: 138px;
    border: 5px solid;
    text-align: center;
    width: 50px;
    height: 50px;
    display: inline-block;
    line-height: 1px;
    padding-top: 11px;
    transition: all 0.5s;
    /* Facebook Button Styling */
    /* Twitter Button Styling */
    /* Google+ Button Styling */
    /* Linkedin Button Styling */
    /* Pinterest Button Styling */
    /* Behance Button Styling */
    /* Github Button Styling */
    /* Youtube Button Styling */
    /* Soundcloud Button Styling */
}
.social-buttons .social-icon:hover {
    transform: rotate(360deg) scale(1.3);
}
.social-buttons .social-icon.facebook {
    font-size: 22px;
    padding-top: 9px;
    border-color: #3b5998;
    background-color: #3b5998;
    color: #ffffff;
}
.social-buttons .social-icon.facebook:hover {
    background-color: #ffffff;
    color: #3b5998;
}
.social-buttons .social-icon.twitter {
    font-size: 22px;
    padding-top: 10px;
    padding-left: 2px;
    border-color: #55acee;
    background-color: #55acee;
    color: #ffffff;
}
.social-buttons .social-icon.twitter:hover {
    background-color: #ffffff;
    color: #55acee;
}
.social-buttons .social-icon.google-plus {
    font-size: 22px;
    padding-top: 9px;
    padding-left: 2px;
    background-color: #dd4b39;
    color: #ffffff;
    border-color: #dd4b39;
}
.social-buttons .social-icon.google-plus:hover {
    background-color: #ffffff;
    color: #dd4b39;
}
.social-buttons .social-icon.linkedin {
    font-size: 24px;
    padding-top: 8px;
    padding-left: 1px;
    background-color: #0976b4;
    color: #ffffff;
    border-color: #0976b4;
}
.social-buttons .social-icon.linkedin:hover {
    background-color: #ffffff;
    color: #0976b4;
}
.social-buttons .social-icon.pinterest {
    font-size: 22px;
    padding-top: 9px;
    background-color: #cb2027;
    color: #ffffff;
    border-color: #cb2027;
}
.social-buttons .social-icon.pinterest:hover {
    background-color: #ffffff;
    color: #cb2027;
}
.social-buttons .social-icon.behance {
    font-size: 22px;
    padding-top: 9px;
    background-color: #1769ff;
    color: #ffffff;
    border-color: #1769ff;
}
.social-buttons .social-icon.behance:hover {
    background-color: #ffffff;
    color: #1769ff;
}
.social-buttons .social-icon.github {
    font-size: 22px;
    padding-top: 9px;
    background-color: #4183c4;
    color: #ffffff;
    border-color: #4183c4;
}
.social-buttons .social-icon.github:hover {
    background-color: #ffffff;
    color: #4183c4;
}
.social-buttons .social-icon.youtube {
    font-size: 22px;
    padding-top: 9px;
    padding-left: 0px;
    background-color: #bb0000;
    color: #ffffff;
    border-color: #bb0000;
}
.social-buttons .social-icon.youtube:hover {
    background-color: #ffffff;
    color: #bb0000;
}
.social-buttons .social-icon.soundcloud {
    font-size: 22px;
    padding-top: 9px;
    padding-left: 0px;
    background-color: #ff3a00;
    color: #ffffff;
    border-color: #ff3a00;
}
.social-buttons .social-icon.soundcloud:hover {
    background-color: #ffffff;
    color: #ff3a00;
}
.social-icons{
    text-align: center;
}
/*footer style
=================================*/
.footer {
    background: linear-gradient(105deg,#21335aeb ,#093c94);
    padding-top: 20px;
    padding-bottom: 10px;
}
.copyright {

    color:#fff;
    font-size: 15px;
    text-align: center;
}
.copyright a{
    color:#01c7e9;
    transition: all 0.2s ease 0s;
}
.copyright a:hover{
    color:#ff3666;
}
.profile-card .profile-body{
    border-radius: 25px;
    background-color: var(--white);
    padding: 20px 30px 30px 30px;
}
.profile-card label{
    margin-bottom: unset!important;
}
.profile-card p{
    margin-bottom: 5px!important;
    color: #818181;
}
.profile-card .profile-body .intro{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    margin: 20px  0px 30px  0px;


}
.m-top-15{
    margin-top: 15px!important;
}
.navbar {

    padding: 0rem 0rem !important;
}
.fixed-top {

    top: -6px !important;

}
.header .menu-btn:checked ~ .menu {
    max-height: 252px;
    display: block;
}
.lang-label{
    margin-left:23px;
}
@media only screen and (max-width: 768px) {
    .header .menu-btn:checked ~ .menu {
        max-height: 252px;
        display: block;
    }
    .header .menu {
        clear: both;
        max-height: 0;
        transition: max-height .2s ease-out;
        display: none;
    }
    .lang-label{
        margin-left:5px;
        margin-top:5px;

    }
    .langSelectorBody {
        width: 100% !important;
    }
}