@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans:wght@100;300;400;500;700;800;900&display=swap');


body {
    overflow-x: hidden;
    color: #fff;
    font-size: 16px;
    line-height: 1.7;
    background: #2A2A2E;
}
* {
    outline: 0 none !important;
}
img {
    max-width: 100%;
}
svg {
    max-width: 100%;
}

a {
    color: #f5ca2a;
    text-decoration: none !important;
    -webkit-transition: all 100ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 100ms ease;
    -o-transition: all 100ms ease;
    transition: all 100ms ease;
}
a:hover, a:focus {
    color: #f5ca2a;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #ffffff;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
label {
    font-weight: 400;
}
button {
    background: none;
    border: 0 none !important;
}
iframe {
    width: 100%;
    border: 0 none;
}
video {
    width: 100%;
}
video::-webkit-media-controls-fullscreen-button {
    display: none;
}
i {
    vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    line-height: 1.4;
    margin: 0 0 10px;
}

.h1, h1 {
    font-size: 30px;
}
.h2, h2 {
    font-size: 28px;
}
.h3, h3 {
    font-size: 26px;
}
.h4, h4 {
    font-size: 24px;
}
.h5, h5 {
    font-size: 22px;
}
.h6, h6 {
    font-size: 20px;
}

.font-300 {
    font-weight: 300;
}
.font-400 {
    font-weight: 400;
}
b, .font-500 {
    font-weight: 500;
}
strong {
    font-weight: 600;
}
.font-700 {
    font-weight: 700;
}

.font-14 {
    font-size: 14px;
}
.font-17 {
    font-size: 17px;
}
.font-20 {
    font-size: 20px;
}

.color-111 {
    color: #111;
}
.color-666 {
    color: #666;
}
.color-aaa {
    color: #aaa;
}


.las {
    font-size: 24px;
}

/*============== form start ==============*/
label.error {
    position: absolute;
    top: 100%;
    font-size: 12px;
    color: #ff2c2c;
    left: 8px;
    margin: -12px 0 0;
}
.form-group {
    position: relative;
}
.form-control {
    background: #eceef7;
    border-color: #eceef7;
    height: 42px;
    font-size: 16px;
    box-shadow: none;
}

.button-btn {
    background: #07b153;
    color: #fff;
    padding: 7px 10px;
    min-width: 130px;
    text-align: center;
    display: inline-block;
    margin: 5px 0;
    font-weight: 600;
}
.button-btn:hover, .button-btn:focus {
    background: #0b9348;
    color: #fff;
}

.dropdown-menu {
    border: 0 none;
}
.dropdown-menu>li>a {
    font-size: 15px;
    padding: 10px 20px;
}
/*============== form end ==============*/

/*============== common start ==============*/
.page-container {
    padding: 10px 60px 80px 220px;
}
.page-title {
    text-align: center;
    padding: 20px 0 20px;
}
.page-title h1 {
    font-size: 36px;
    position: relative;
}
.page-title h1:before {
    content: "";
    background: #f5ca2a;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    width: 45px;
    height: 3px;
    margin: 0 auto;
}
/*============== common end ==============*/

/*============== header start ==============*/
aside {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 160px;
    text-align: center;
    background: #202020;
    z-index: 13;
}
.logo {
    margin: 0 0 5px;
    padding: 25px 0;
    font-family: 'Alegreya Sans', sans-serif;
}
.logo a {
    font-size: 28px;
    font-weight: 500;
    display: block;
    color: #ffffff;
}
.logo a img {
    display: block;
    margin: 0 auto;
}
.logo > span {
    display: block;
    font-size: 15px;
    font-weight: 500;
}
.logo > span span {
    display: none;
}

.menu-toggle small {
    display: block;
    text-align: left;
    color: #ffffff;
}
.menu-toggle span {
    position: relative;
    height: 2px;
    width: 45px;
    background: #ffffff;
    display: inline-block;
    top: -15px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.menu-toggle span:before {
    content: "";
    position: absolute;
    left: 0;
    width: 38px;
    background: #ffffff;
    height: 2px;
    top: 10px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.menu-toggle span:after {
    content: "";
    position: absolute;
    left: 0;
    width: 26px;
    background: #ffffff;
    height: 2px;
    top: 19px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.menu-toggle-btn.active span {
    background: none;
}
.menu-toggle-btn.active span:before {
    width: 40px;
    transform: rotate(45deg);
    top: 19px;
}
.menu-toggle-btn.active span:after {
    width: 40px;
    transform: rotate(-45deg);
}


.menu-list {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.85);
    z-index: -5;
    opacity: 0;
    -webkit-transition: left 200ms ease, opacity 100ms ease;
    -moz-transition: left 200ms ease, opacity 100ms ease;
    -ms-transition: left 200ms ease, opacity 100ms ease;
    -o-transition: left 200ms ease, opacity 100ms ease;
    transition: left 200ms ease, opacity 100ms ease;
}
.menu-list-inner {
    height: 100%;
    overflow: auto;
    padding: 30px 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu-list-left {
    width: 400px;
    max-width: 100%;
}
.menu-list li a {
    padding: 5px 0;
    display: block;
    color: #fff;
    font-size: 32px;
}
.menu-list li a.active {
    color: #f5ca2a;
    font-weight: 500;
}
.menu-list-right {
    width: 400px;
    max-width: 100%;
    font-size: 18px;
}
.menu-list-right h1 {
    font-size: 38px;
}
.menu-list-right h4 {
    padding: 30px 0 10px;
}

.menu-list.active {
    left: 160px;
    z-index: 10;
    opacity: 1;
}
body.active {
    overflow: hidden;
    padding-right: 17px;
}
body.active .page-container {
    filter: blur(10px);
}



.progress-bar-top {
    position:fixed;
    left: 160px;
    right: 0;
    top: 0;
    background: transparent;
    height: 3px;
    overflow:hidden;
    z-index: 50;
}
.bar {
    display:block;
    background: #f5ca2a;
    height: 3px;
    width: 0;
}


.lang {
    margin: 35px 0 0;
}
.lang .dropdown {
    display: inline-block;
}
.lang .dropdown > a {
    font-weight: 500;
    color: #fff;
}
.lang .dropdown > a i {
    font-size: 20px;
    padding: 0 4px 0 0;
}
.lang .dropdown-menu {
    background: none;
    box-shadow: none;
    min-width: auto;
}
.lang .dropdown-menu a {
    background: none !important;
    color: #fff !important;
    padding: 0 0 6px 24px;
    font-weight: 500;
    font-size: 16px;
}
/*============== header end ==============*/


/*============== footer start ==============*/
.site-footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 160px;
    text-align: center;
    z-index: 13;
}
.social-footer {
    margin: 0 0 10px;
}
.social-footer li a {
    border: 1px solid #bbb;
    width: 42px;
    height: 42px;
    display: inline-block;
    border-radius: 50%;
    font-size: 17px;
    padding: 5px 0 0;
    margin: 0 0 10px;
    color: #ffffff;
}
.social-footer li a.insta {
    font-size: 18px;
    padding-top: 4px;
}

.subscribe {
    padding: 0 0 12px;
}
.subscribe button {
    background: #e00000;
    padding: 1px 9px;
    font-weight: 500;
}

.copyright {
    font-size: 15px;
    margin: 0 0 10px;
}
.copyright span {
    display: block;
}
/*============== footer end ==============*/


/*============== modal start ==============*/
.modal-backdrop.in {
    filter: alpha(opacity=90);
    opacity: .9;
}
/*============== modal end ==============*/


/*============== subscribe-modal start ==============*/
.subscribe-left {
    display: inline-block;
    width: 44%;
    vertical-align: top;
}
.subscribe-right {
    display: inline-block;
    width: 55%;
    vertical-align: top;
    padding: 50px 0 0 25px;
}
#subscribeModal .modal-content {
    border-radius: 0px;
    border: 0 none;
    color: #202020;
}
#subscribeModal .modal-dialog {
    max-width: 100%;
    width: 700px;
}
#subscribeModal button.close {
    font-weight: 300;
    font-size: 49px;
    position: absolute;
    right: 10px;
    top: 0;
    opacity: 1;
    z-index: 3;
}
#subscribeModal .form-group {
    padding: 10px 0;
}
#subscribeModal .submit-btn, #subscribeModal .cancel-btn {
    background: #f5ca2a;
    font-weight: 500;
    padding: 6px 22px;
    border-radius: 33px;
}
#subscribeModal .cancel-btn {
    background: none;
}
#subscribeModal .cancel-btn:hover {
    background: #202020;
    color: #fff;
}
#newsletter-success {
    text-align: center;
}
/*============== subscribe-modal end ==============*/



@media only screen and (min-width:100px) and (max-width:767px)
{


/*============== header start ==============*/
aside {
    bottom: auto;
    right: 0;
    width: auto;
    position: sticky;
    text-align: inherit;
    padding: 10px 15px 5px;
}
.logo {
    display: inline-block;
    width: 65%;
    padding: 0 0;
    vertical-align: top;
    margin: 0;
}
.logo a img {
    height: 60px;
    margin: 0;
}
.logo a span {
    display: none;
}
.logo > span {
    font-size: 16px;
    margin: 0 0 0 5px;
}
.logo > span span {
    display: inline-block;
}


.aside-right {
    display: inline-block;
    width: 34%;
    text-align: right;
    margin: -2px 0 0;
}
.menu-toggle span {
    width: 40px;
    height: 2px;
}
.menu-toggle span:before {
    width: 32px;
    height: 2px;
    top: 9px;
}
.menu-toggle span:after {
    height: 2px;
    top: 18px;
}
.menu-toggle-btn.active span:before {
    width: 32px;
    top: 15px;
}
.menu-toggle-btn.active span:after {
    width: 32px;
    top: 14px;
}


.menu-list-inner {
    padding: 10px 20px;
    display: block;
}
.menu-list li a {
    font-size: 20px;
    padding: 3px 0;
}
.menu-list-right {
    font-size: 15px;
    padding: 35px 0;
}
.menu-list-right h1 {
    font-size: 28px;
}
.menu-list-right h4 {
    padding: 5px 0 0px;
}

body.active {
    padding-right: 0;
}
.menu-list.active {
    left: 0;
    top: 102px;
}


.lang {
    margin: 5px 0 0;
}
.lang .dropdown-menu {
    background: #202020;
    box-shadow: 0 4px 8px 0 rgba(187, 187, 187, 0.2);
}
.lang .dropdown-menu a {
    padding: 0 15px 6px 24px;
}

.progress-bar-top {
    left: 0;
}
/*============== header end ==============*/


/*============== footer start ==============*/
.site-footer {
    position: relative;
    background: #202020;
    width: auto;
    padding: 15px 0;
}
.social-footer {
    margin: 0;
}
.social-footer li {
    display: inline-block;
    padding: 0 5px;
    vertical-align: top;
}
.social-footer li a {
    margin: 0;
    font-size: 19px;
    width: 42px;
    height: 42px;
}
.social-footer li a.insta {
    font-size: 20px;
}

.subscribe {
    padding: 12px 0;
}

.copyright {
    display: block;
    margin: 0;
}
.copyright span {
    display: inline-block;
}
/*============== footer end ==============*/


/*============== common start ==============*/
.page-container {
    padding: 15px 15px 100px;
    overflow: hidden;
}
.page-title {
    padding: 0 0 20px;
}
.page-title h1 {
    font-size: 24px;
}
/*============== common end ==============*/


}