@import url(../css/all.min.css);
@import url(../css/bootstrap.css);
@import url(../css/owl.carousel.min.css);
@import url(../css/owl.theme.default.min.css);
@import url(../css/animate.css);
@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&family=Noto+Sans:wght@300;400;500;600;700;800;900&display=swap');


*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

:root {
    --main-color: #00A553;
    --sub-color: #28323C;
    --sec-padding: 80px 0;
}

body {
    font-family: 'Noto Sans', 'Almarai', sans-seri;
    background-color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Noto Sans', 'Almarai', sans-seri;
    font-weight: 700;
    font-style: normal;
    margin: 0;
}

p {
    margin: 0;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

img {
    vertical-align: middle;

}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}


a,
button {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

p {
    margin: 0;
}

a {
    cursor: pointer !important;
    text-decoration: none !important;
}

a:hover,
a:active,
a:focus,
a:visited {
    text-decoration: none !important;
}

input,
textarea,
a,
button {
    outline: none !important;
    text-decoration: none;
}

img {
    max-width: 100%;
}

.main-wrapper {
    position: relative;
    min-height: 100%;
    overflow: hidden;
}



.menu-toggle .main-wrapper {
    -webkit-transition: -webkit-transform .0s ease;
    transition: -webkit-transform .0s ease;
    transition: transform .0s ease;
    transition: transform .0s ease,
        -webkit-transform .0s ease;
}



.hamburger,
.is-closed {
    width: 35px;
    height: 35px;
    position: absolute;
    z-index: 9;
    left: 15px;
    top: 20px;
    -webkit-transition: background-color .2s linear;
    -ms-transition: background-color .2s linear;
    transition: background-color .2s linear;
    margin-right: 0px;
    background-color: transparent;
}

.hamburger span,
.is-closed span {
    width: 20px;
    height: 2px;
    border-radius: 0px;
    background-color: var(--sub-color);
    display: block;
    margin-bottom: 4px;
    -webkit-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -ms-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.is-closed span:nth-child(1) {
    transform: rotate(45deg)
}

.is-closed span:nth-child(2) {
    display: none;
}

.is-closed span:nth-child(3) {
    transform: rotate(135deg);
    margin-top: -5px;
}

.opt-mobail {
    display: none;
}

.opt-mobail .lang-site {
    position: absolute;
    right: 15px;
    top: 15px;
    display: none
}

.opt-mobail .lang-site a {
    color: var(--main-color);
    font-weight: 500;
    height: auto;
    padding: 5px;
}


/* Style Header */

#header {
    width: 100%;
    padding: 25px 0;
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(255 255 255 / 25%);
    z-index: 9;
}

#header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 9;
}

.logo-site a {
    display: inline-block;
}

.logo-site img {
    max-width: 50px;
}

.logo-mobail {
    display: none
}

.main_menu {
    border-radius: 20px;
    display: flex;
}

.main_menu > li > a {
    display: block;
    color: #000;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
    position: relative;
    padding: 10px 25px;
    border-radius: 10px;
}

.main_menu > li:last-child {
    margin-left: 20px;
}

.main_menu > li.active a {
    font-weight: 600;
}

.main_menu > li.active a:before {
    content: "";
    background: var(--main-color);
    width: 25px;
    height: 3px;
    border-radius: 10px;
    position: absolute;
    bottom: 5px;
    left: 25px
}


.main_menu > li a.btn-site {
    margin: 0
}


#header.fixed-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    box-shadow: 0 1px 7px rgb(0 0 0 / 16%);
    background: #fff;
    z-index: 33;
}



/* Style Home Slide */

.section_hero {
    position: relative;
    padding: 120px 0;
    min-height: 650px;
    background-size: cover !important;
    background-position: center !important;
}

.section_hero:before {
    content: "";
    background: rgb(255 255 255 / 15%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

/* Style Stac Site */

.sec_head {
    margin-bottom: 40px;
    position: relative;
    text-align: center;
}

.sec_head h2 {
    color: #3D3D3D;
    font-weight: 600;
    font-size: 28px;
    position: relative;
}

.sec_head p {
    font-size: 14px;
    color: var(--sub-color);
    font-weight: 400;
}

.btn-site {
    height: 40px;
    font-size: 15px;
    padding: 12px 25px;
    display: flex;
    align-items: center;
    margin: 30px auto 0;
    border-radius: 5px;
    justify-content: center;
    background: var(--main-color);
    width: max-content;
    position: relative;
    overflow: hidden;
}

.btn-site:before {
    background: #7c7c7c;
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    left: -10px;
    width: 0%;
    transform: skew(-10deg);
    transition-duration: .6s;
    z-index: 0;
}


.btn-site:hover:before {
    position: absolute;
    content: "";
    top: 0;
    left: -10px;
    width: 120%;
    z-index: 0
}

.btn-site span {
    color: #fff;
    position: relative;
    font-weight: 500;
    text-transform: uppercase;
}

.btn-site:hover span {
    color: #fff;
}

.padding-stage {
    padding: 60px 0;
}

/* Style Awards */

.section_awards {
    position: relative;
    padding: 60px 0 40px;
}

.item-award {
    width: 20%;
    padding: 40px;
    position: relative;
    text-align: center;
}
.item-award a {
    display: block;
}
.item-award figure {
    height: 70px;
}
.item-award p {
    color: #D1D1D1;
    font-size: 14px;
    font-weight: 300;
}
.item-award:hover p {
    color: #000;
}
.item-award figure img {
    max-width: 70px;
    filter: grayscale(1);
    opacity: .3;
}
.item-award:hover figure img {
    max-width: 70px;
    filter: grayscale(0);
    opacity: 1;
}

.view-all {
    text-align: center;
}

.view-all a {
    color: #D6D6D6;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
}
.view-all a:hover {
    color: #000;
}
.view-all a::after {
    border: 0;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f101";
    font-size: 13px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -30px;
}

/* Style About */

.section_about {
    position: relative;
    padding: 60px 0;
    background: #FBFBFB
}

.section_about .row {
    align-items: center;
}

.thumb-about {
    display: flex;
    flex-wrap: wrap;
}

.thumb-about figure {
    flex: 0 50%;
    margin-bottom: 10px;
}

.thumb-about figure:first-child {
    padding-right: 10px;
}

.thumb-about figure:last-child {
    flex: 0 100%;
    margin-bottom: 0;
}

.thumb-about figure img {
    width: 100%;
    height: 100%;
}

.cont-about {
    padding-left: 100px;
    position: relative
}

.cont-about > span {
    color: #3D3D3D;
    display: block;
    font-weight: 300;
    margin-bottom: 10px;
}

.cont-about h2 {
    font-size: 35px;
    margin-bottom: 20px;
    color: #3D3D3D;
}

.cont-about p {
    color: #737373;
    font-size: 14px;
    margin-bottom: 25px;
    text-align: justify;
}

.cont-about .btn-site {
    margin: 0;
}

/* Style Did Far */

.section_did_far {
    position: relative;
    padding: 60px 0;
}

#did-fat-slider .owl-stage {
    padding-left: 0 !important
}

/* Style Our Team */

.section_our_team {
    position: relative;
    padding: 40px 0;
}

.item-team {
    position: relative;
    overflow: hidden;
}

.item-team figure {
    margin-bottom: 0;
}

.txt-team {
    background: rgb(0 165 83 / 75%);
    width: 100%;
    height: 100%;
    padding: 20px 20px 80px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    transform: translateY(100%);
    position: absolute;
    bottom: 0;
    transition: .5s;
}

.item-team:hover .txt-team {
    transform: translateY(0);
}

.txt-team h5 {
    color: #fff;
    font-size: 17px;
}

.section_our_team .view-all {
    padding-top: 40px;
}

/* Style About Page */

.thumb--about figure {
    margin-bottom: 0
}

.thumb--about figure img {
    width: 100%;
}

.about_page .row:nth-child(even) {
    flex-direction: row-reverse;
    margin: 80px 0;
}

.about_page .row:nth-child(even) .cont-about {
    padding-right: 100px;
    padding-left: unset;
}

.about_page .row:nth-child(even) .cont-about > span,
.about_page .row:nth-child(even) .cont-about > h2 {
    text-align: end
}

/* Style Gallery */

.section_gallery {
    position: relative;
    padding: 60px 0;
}

.content-gallery {
    width: 83%;
    margin: auto;
}

.item-gallery {
    position: relative;
    text-align: center;
    margin-bottom: 60px;
}

.item-gallery figure {
    position: relative;
}

.item-gallery > a {
    margin-bottom: 20px;
    display: block;
}

.item-gallery figure a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ED1B24;
    font-size: 35px
}

.fancybox__backdrop {
    background-color: rgb(61 61 61 / 50%);
}

.fancybox__caption {
    color: #DFD8CC;
    font-weight: 700;
}

.col-gallery .owl-nav {
    display: block !important;
}

.col-gallery .owl-nav > button {
    position: absolute;
    top: 50%;
    left: -45px;
    transform: translateY(-50%);
    color: #3D3D3D !important;
    font-size: 30px !important;
}

.col-gallery .owl-nav > button.owl-next {
    right: -45px;
    left: auto
}

/* Style Team Page */

.cont-team {
    margin-bottom: 80px;
    position: relative;
    padding: 40px 0;
}

.cont-team:before {
    content: "";
    background: #FBFBFB;
    width: 200%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1
}

.txt-strong-team > span {
    color: #3D3D3D;
    display: block;
    font-weight: 300;
    margin-bottom: 10px;
}

.txt-strong-team h3 {
    font-size: 35px;
    margin-bottom: 20px;
    color: #3D3D3D;
}

.txt-strong-team p {
    color: #737373;
    font-size: 14px;
    margin-bottom: 25px;
    text-align: justify;
}

.team_page .item-team {
    margin-bottom: 60px;
    text-align: center;
}

.team_page .item-team figure {
    margin-bottom: 20px;
}

.txt--team h5 {
    font-weight: 500;
    color: #3D3D3D;
    font-size: 17px;
}

/* Style Awards Page */

.cont-awards {
    margin-bottom: 80px;
    position: relative;
    padding: 40px 0;
}

.cont-awards:before {
    content: "";
    background: #FBFBFB;
    width: 200%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1
}

.txt--awards > span {
    color: #3D3D3D;
    display: block;
    font-weight: 300;
    margin-bottom: 10px;
}

.txt--awards h3 {
    font-size: 35px;
    margin-bottom: 20px;
    color: #3D3D3D;
}

.txt--awards p {
    color: #737373;
    font-size: 14px;
    margin-bottom: 25px;
    text-align: justify;
}

.col--5 {
    flex: 0 20%;
}

.col--5 .item-award {
    width: 100%;
}

.col--5 .txt-award p a {
    font-size: 12px;
    color: #D1D1D1
}

.col--5 .item-award:hover .txt-award p a {
    color: #3D3D3D;
}

/* Style Award Detaisl */

.award_details_page {
    padding: 160px 0 80px;
}

.txt-award-dt {
    padding-left: 100px;
    position: relative;
}

.txt-award-dt h3 {
    font-size: 35px;
    margin-bottom: 20px;
    color: #3D3D3D;
}

.txt-award-dt p {
    color: #737373;
    font-size: 14px;
    margin-bottom: 25px;
    text-align: justify;
}

.breadcrumb {
    width: 83%;
    margin: 0 auto 20px;
}

.breadcrumb li {
    display: inline-block;
    margin-right: 10px;
    color: #000;
    font-size: 13px;
    font-weight: 700;
    position: relative;
}

.breadcrumb li:before {
    content: "/";
    position: absolute;
    right: -10px;
    top: 0;
    color: #000;
    font-weight: 300;
}

.breadcrumb li:last-child:before {
    content: "";
}

.breadcrumb li a {
    color: #000;
    font-weight: 300;
}

/* Style Join */

.section_join {
    position: relative;
    padding: 100px 0;
    background-size: 100% 100% !important;
}

.btn-joining {
    border: 1px solid var(--main-color);
    color: var(--main-color);
    padding: 10px 30px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
}

.btn-joining:hover {
    background: var(--main-color);
    color: #fff;
}

.modal-header {
    border: 0;
    position: absolute;
    top: 20px;
    right: 30px;
    z-index: 9
}

.modal-header .btn-close {
    background: #ED1B24;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    opacity: 1;
}

.content-joining-terms {
    padding: 20px 40px;
}

.txt-joining-terms h3 {
    margin-bottom: 30px;
    font-weight: 600;
    color: #3D3D3D;
}

.txt-joining-terms p {
    font-size: 14px;
    text-align: justify
}

.modal-content {
    border-radius: 15px;
}

.thumb-join {
    padding-right: 100px;
}

.txt-join {
    margin-bottom: 20px;
    text-align: end;
}

.txt-join h4 {
    color: #3D3D3D;
    font-weight: 600;
    margin-bottom: 10px;
}

.txt-join p {
    color: #231F20;
    font-size: 15px;
}

.form-group {
    position: relative;
}

.form-control {
    background-color: #FBFBFB;
    border: 1px solid #F7F5F5;
    height: 45px;
    border-radius: 5px
}

.form-group svg {
    color: #3D3D3D;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.form-group select ~ input {
    margin-top: 10px;
}

option {
    font-size: 15px;
    padding: 10px;
}

.selected,
.form-control::placeholder {
    font-size: 12px;
    color: rgb(42 43 44 / 50%)
}

option:first-child {
    font-size: 12px;
    cursor: no-drop;
    display: none;
}

.vol-duration {
    margin-top: 70px;
    position: relative;
}

.vol-duration label {
    font-weight: 400;
    color: #3D3D3D;
    font-size: 16px;
    position: absolute;
    top: -30px;
}

.form-group .btn-site {
    margin: 20px 0 0;
}

.inpt-emp,
.inpt-team {
    display: none;
}

.content-success {
    text-align: center;
    padding: 30px 60px;
}

.content-success figure img {
    width: 60px;
}

.txt-succ h4 {
    font-weight: 600;
    color: #3D3D3D;
    margin-bottom: 10px;
}

.txt-succ p {
    color: #737373;
    font-size: 12px;
}

/* Style 404 Page */

.found_page {
    padding: 200px 0;
}

.found_page .row {
    align-items: center;
}

.thumb-not-found {
    text-align: center;
}

.thumb-not-found img {
    max-width: 400px;
}

.txt-not-found {
    padding-left: 100px;
}

.txt-not-found > span {
    display: block;
    color: #3D3D3D;
    font-size: 15px;
    margin-bottom: 15px;
    font-weight: 300;
}

.txt-not-found h5 {
    color: #3D3D3D;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 30px;
}

.txt-not-found small {
    color: #737373;
    font-size: 17px;
    display: block;
    margin-bottom: 20px;
}

.txt-not-found p {
    color: #737373;
    font-size: 15px;
}

.txt-not-found .btn-site {
    margin: 40px 0 0;
}


/* Style Fotter */

footer {
    position: relative;
}

.top-footer {
    padding: 80px 0 30px;
    background: rgb(214 214 214 / 24%);
    border-top: 10px solid #fff;
}

.form-group {
    margin-bottom: 10px;
}

.d-flex .form-group {
    width: 50%;
    margin-right: 10px
}

.d-flex .form-group:last-child {
    margin-right: 0
}

.form-contct .form-control {
    background: #fff;
    border: 0;
    border-radius: 5px;
    padding: 10px
}

.form-contct .btn-site {
    margin: 0;
}

.form-control::placeholder {
    font-size: 13px
}

.logo-ft {
    margin-bottom: 30px;
    display: block;
    text-align: center
}

.logo-ft img {
    width: 190px;
    max-width: 100%;
    margin-bottom: 20px
}

.menu-ft h5 {
    color: #231F20;
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 25px;
}

.menu-ft p {
    color: #231F20;
    font-size: 13px;
    margin-bottom: 25px
}

.list-contact li {
    display: inline-block;
    margin-right: 18px;
}

.list-contact li a svg {
    height: 24px;
    width: 24px
}

.bottom-ft {
    padding: 20px 0;
    background: #231F20;
}

.cont-bt {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copyRight {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.powerd {
    color: #B5B7BA;
    font-size: 13px;
}

.cont-bt p a {
    color: #B5B7BA;
}

/* Style page Inner */

.nav-tabs {
    border: 0;
    justify-content: center;
    flex-wrap: nowrap;
    margin-bottom: 40px;
}

.nav-tabs .nav-item {
    width: 50%;
    margin-right: 15px
}

.nav-tabs .nav-item:last-child {
    margin-right: 0
}

.nav-tabs .nav-link {
    margin-bottom: 0;
    background: #FBFBFB;
    color: #D6D6D6;
    border: 0;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: center;
    height: 120px;
    font-size: 22px;
    font-weight: 300;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #3D3D3D;
    background-color: #fbfbfb;
    border: 0;
    font-weight: 600;
}

.nav-link figure {
    height: 30px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: #D6D6D6
}

.nav-link figure img {
    filter: grayscale(1);
    opacity: .2;
    width: 28px;
    height: 28px;
}

.nav-link.active figure img {
    filter: grayscale(0);
    opacity: 1;
}

.nav-link.active figure {
    color: var(--main-color)
}

.nav-link span {
    position: relative;
}

.nav-link span:before {
    content: "";
    background: #D6D6D6;
    width: 80px;
    height: 1.5px;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
}

.nav-link.active span:before {
    background: var(--main-color)
}



/* Style Committee Page */

.committee_page {
    position: relative;
    padding: 150px 0 60px;
}

.cont-committee {
    width: 83%;
    margin: auto;
}

.head-comm {
    margin-bottom: 20px;
}

.head-comm p {
    color: #3D3D3D;
    font-weight: 600;
    font-size: 17px;
}

.cont-books {
    flex-wrap: wrap;
    margin: 0 -10px;
}

.col-books {
    flex: 1 20%;
    padding: 10px;
}

.item-books {
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: #FBFBFB;
    border: 1px solid rgb(214 214 214 / 26%);
    text-align: center;
    color: #3D3D3D;
    height: 200px;
}

.item-books:hover {
    color: #3D3D3D;
}

.item-books figure {
    display: flex;
    flex-direction: column;
}

.item-books figure span {
    font-size: 11px;
}

.item-books figure svg {
    font-size: 60px;
    margin-bottom: 10px;
}

.item-books p {
    font-weight: 600;
    text-transform: uppercase
}

.tab-pane .row {
    align-items: center;
}

.thumb-committee {
    text-align: center;
}

.thumb-committee img {
    max-width: 400px;
}

.tp-comm {
    border: 1px solid #3D3D3D;
    border-radius: 3px;
    padding: 15px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.tp-comm strong,
.tp-comm span {
    font-weight: 700;
    color: #3D3D3D;
}

.tp-comm strong {
    font-size: 15px;
    text-transform: uppercase;
}

.tp-comm span {
    font-size: 13px;
}

.form-comm .form-group {
    position: relative;
    margin-bottom: 25px;
}

.form-comm .form-control {
    background: #FBFBFB;
    border: 1px solid #F7F5F5;
    border-radius: 5px;
    height: 45px;
}

.form-comm .form-group > label {
    margin-bottom: 15px;
    color: #3D3D3D;
    font-size: 14px;
}

.form-comm svg {
    position: absolute;
    top: 55px;
    right: 10px;
    color: #3D3D3D
}

.form-comm .d-flex > div {
    width: 50%;
    margin-right: 10px
}

.form-comm .d-flex > div:last-child {
    margin-right: 0
}

.form-comm textarea.form-control {
    height: 100px
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    padding: 10px;
    display: inline-block;
    color: #666;
}

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    right: 10px;
    top: 15px;
    width: 15px;
    height: 15px;
    border: 1px solid #D6D6D6;
    border-radius: 100%;
    background: #fff;
}

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 9px;
    height: 9px;
    background: var(--main-color);
    position: absolute;
    top: 18px;
    right: 13px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:checked + label:before {
    border: 1px solid var(--main-color)
}

[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.not-access {
    padding: 100px 0;
    text-align: center;
}

.not-access p {
    margin: 25px 0;
    font-size: 14px;
}

.not-access svg {
    font-size: 80px;
    transform: scale(-1, 1)
}



/* Style Modal Login */

.content-succes-sign {
    text-align: center;
    padding: 0 40px 20px;
}

.content-succes-sign figure {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    margin: 20px auto;
}

.txt-sign h3 {
    margin-bottom: 30px;
}

.form-sign .form-control {
    background: #FBFBFB;
    border: 1px solid #F7F5F5;
}

.form-sign .btn-site {
    width: 100%;
    margin: 0;
}

.forgot-pass {
    color: #3D3D3D;
    font-size: 14px;
}

.forgot-pass a {
    color: #ED1B24;
    text-decoration: underline !important
}


.no-gallery{
    display:block !important;
}
.no-gallery .item{
    display:inline-block;
    max-width:33%;
}