body {
    padding: 0;
    margin: 0;
    font-family: 'Manrope', sans-serif;
}
input, textarea {
    font-family: "Manrope", sans-serif;
}
a {
    color: black;
    text-decoration: none;
}
ul {
    padding: 0;
    list-style: none;
}

::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-thumb {
    width: 5px;
    background: #022742;
}
::-webkit-scrollbar-thumb:hover {
    background: #011523;
}
::-webkit-scrollbar-track {
    background: #fff;
}

@media only screen and (min-width: 992px){
    header {
        width: calc(100% - 60px);
        position: fixed;
        background: transparent;
        display: flex;
        padding: 45px 30px;
        justify-content: space-between;
        align-items: center;
        transition: 400ms;
        z-index: 90;
    }
    header.scrolled {
        background: rgba(0, 1, 2, 0.92);
        padding: 28px 30px;
    }
    .logo a {
        font-size: 25px;
        color: white;
        font-weight: 600;
    }
    #navbar nav ul {
        margin: 0;
        display: flex;
    }
    #navbar nav ul li {
        margin: 0 15px;
    }
    #navbar nav ul li a {
        color: lightgray;
        font-size: 16px;
        font-weight: 500;
        transition: 300ms;
    }
    #navbar nav ul li a:hover, #navbar nav ul li a:target {
        color: #fff;
    }
    #home {
        width: 100%;
    }
    #home-slide-1, #home-slide-2 {
        width: 100%;
        height: 100vh;
        align-items: center;
        display: flex;
        text-align: center;
        justify-content: center;
    }
    #home-slide-1 {
        background-size: cover;
        background-image: url('/images/hm1.jpg');
        background-attachment: fixed;
        background-image: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 100%), url('/images/hm1.jpg');
    }
    #home-slide-2 {
        background-size: cover;
        background-image: url('/images/hm2.jpg');
        background-attachment: fixed;
        background-image: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 100%), url('/images/hm2.jpg');
    }
    .hst-big {
        font-size: 45px;
        font-weight: 700;
        color: white;
        padding: 15px 50px;
    }
    .hst-med {
        font-size: 20px;
        font-weight: 600;
        color: white;
        padding: 10px 150px;
    }
    .hst-btn {
        display: inline-block;
        color: rgba(0,0,0,0.7);
        padding: 15px 20px;
        font-size: 22px;
        border-radius: 5px;
        background: rgba(255,255,255,0.5);
        transition: 400ms;
    }
    .hst-btn:hover {
        background: #fff;
        color: #000;
    }
    #info {
        margin-top: 50px;
    }
    .page {
        width: 100%;
    }
    .page-title {
        max-width: 100%;
        display: flex;
        padding: 20px 30px;
        justify-content: space-around;
    }
    .pagetitle {
        font-size: 28px;
        font-weight: 600;
    }
    .t-shapes {
        display: flex;
        padding: 0 10px;
    }
    .t-shapes span {
        display: block;
        width: 30px;
        height: 50px;
        transform: rotate(20deg);
        margin: 0 10px;
    }
    .red {
        background: #C70C0C;
    }
    .blue {
        background: #061CB5;
    }
    .green {
        background: #056F05;
    }
    .y2010, .yt, .y2021 {
        transform: none !important;
    }
    .y2010::before {
        content: "2010";
        font-size: 20px;
        font-weight: 600;
    }
    .yt::before {
        content: " - ";
        font-size: 20px;
        font-weight: 600;
    }
    .yt {
        width: 0 !important;
    }
    .y2021::before {
        content: "2021";
        font-size: 20px;
        font-weight: 600;
    }
    .page-content {
        padding: 0 50px;
        text-align: center;
    }
    .pc-text {
        font-size: 19px;
        font-weight: 500;
    }
    .wins-way {
        padding: 20px 0;
    }
    .winsway {
        width: 100%;
        position: relative;
    }
    .winsway:before {
        content: '';
        width: 1px;
        display: block;
        position: absolute;
        left: 50%;
        height: 100%;
        top: 20px;
        background: lightgray;
    }
    .winrow {
        height: 156px;
        margin: 0 25px;
    }
    .winrow.last {
        height: auto;
    }
    .winsway .winrow {
        display: flex;
        justify-content: flex-end;
        text-align: left;
    }
    .winsway .winrow:nth-child(2n + 3){
        justify-content: flex-start;
        text-align: right;
    }
    .winrow-content {
        width: 48%;
    }
    /*.winrow-content:before {
        content: "";
        display: inline-block;
        width: 10px;
        height: 10px;
        border-radius: 10px;
        transform: translate(-5px, -50%);
        background: black;
    }
    .winrow-content.main:before {
        background: #056CB5;
    }*/
    .wr-year {
        font-size: 33px;
        font-weight: 700;
        color: #000;
        margin-bottom: 15px;
    }
    .winrow-content.main .wr-year {
        color: #056CB5;
    }
    .wr-text {
        font-size: 19px;
        font-weight: 600;
        color: #000;
        line-height: 25px;
    }
    #hamkorlar {
        margin: 50px 0;
        width: 100%;
        padding: 50px 0;
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        background-size: cover;
        background-image: url('/images/partners.jpg');
        background-attachment: fixed;
        background-image: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 100%), url('/images/partners.jpg');
    }
    .pt-tx {
        font-size: 28px;
        line-height: 40px;
        font-weight: 600;
        color: white;
    }
    .partners-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .partner {
        width: 25%;
        padding: 20px 0;
        text-align: center;
        align-items: center;
    }
    .partner img {
        width: 60%;
        height: auto;
        padding: 20px;
        border-radius: 50%;
        background: white;
    }
    .partner-tx {
        padding: 10px 20px;
    }
    .partner-tx p {
        font-size: 16px;
        color: white;
        font-weight: 600;
    }
    .pt-b {
        width: 100%;
        text-align: center;
    }
    .pt-b span {
        font-size: 30px;
        font-weight: 700;
        line-height: 40px;
    }
    .pt-b p {
        margin: 10px 50px;
        font-size: 17px;
        font-weight: 500;
        color: gray;
    }
    .flrow {
        max-width: 100%;
        display: flex;
        padding: 20px;
        align-items: flex-start;
        justify-content: space-around;
    }
    .col-1 {
        width: calc(22% - 20px);
        padding: 20px;
        border-radius: 10px;
        box-shadow: 1px 1px 20px 5px rgba(0,0,0,0.1);
    }
    .col-title {
        width: 100%;
        text-align: center;
    }
    .col-title img {
        width: 20%;
        height: auto;
        display: inline;
    }
    .col-title span {
        display: block;
        padding: 10px 0;
        font-size: 21px;
        color: #545454;
        font-weight: 700;
    }
    .col-content {
        text-align: center;
    }
    .col-content p {
        font-size: 16px;
        line-height: 27px;
        font-weight: 500;
        margin: 0;
    }
    .col-2 {
        width: 45%;
        box-shadow: 1px 1px 20px 5px rgba(0,0,0,0.1);
    }
    .redback {
        background: rgba(249, 38, 38, 0.7);
    }
    .whiteback {
        background: #fff;
        transition: 2000ms;
    }
    .contact-form {
        padding: 35px 0;
    }
    .form-row {
        width: calc(100% - 80px);
        padding: 10px 40px;
    }
    .form-row:nth-child(4){
        text-align: center;
    }
    .cf-input {
        border: 1px solid lightgray;
        line-height: 36px;
        font-size: 16px;
        font-weight: 400;
        width: calc(100% - 15px);
        padding-left: 15px;
        outline: none;
        transition: 400ms;
        color: #636262;
    }
    .cf-input:focus {
        border: 1px solid #056CB5;
        box-shadow: 1px 1px 10px 1px rgba(5,108,181,0.3);
    }
    .check-input {
        line-height: 22px;
        font-weight: 500;
        font-size: 14px;
        color: #636262;
    }
    .cf-area {
        border: 1px solid lightgray;
        line-height: 36px;
        font-size: 16px;
        font-weight: 400;
        width: calc(100% - 17px);
        max-width: calc(100% - 17px);
        padding-left: 15px;
        outline: none;
        transition: 400ms;
        color: #636262;
    }
    .cf-area:focus {
        border: 1px solid #056CB5;
        box-shadow: 1px 1px 10px 1px rgba(5,108,181,0.3);
    }
    .cf-submit {
        padding: 10px 20px;
        outline: none;
        border: none;
        background: #056CB5;
        color: white;
        cursor: pointer;
        font-size: 16px;
        transition: 400ms;
    }
    .cf-submit:hover {
        background: #2895E2;
    }
    #footer {
        margin-top: 20px;
        background: #0A0A0A;
        width: 100%;
    }
    .flogo {
        font-size: 26px;
        color: #fff;
        font-weight: 700;
    }
    .pad20 {
        padding: 20px;
    }
    #footer .col-1 {
        box-shadow: none;
    }
    .c-s {
        font-size: 17px;
        font-weight: 600;
        color: white;
    }
    .c-p {
        font-size: 15px;
        font-weight: 500;
        color: white;
    }
    .vmenu li a {
        color: white;
        font-size: 15px;
        font-weight: 500;
        line-height: 22px;
        transition: 300ms;
    }
    .vmenu li a:hover {
        color: #056CB5;
        margin-left: 5px;
    }
    .td {
        border-top: 5px solid #056CB5;
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
        text-align: center;
        background: rgba(255,255,255,0.05);
    }
    .join-input {
        line-height: 40px;
        background: white;
        border: 0;
        padding-left: 15px;
        outline: none;
        font-size: 16px;
        font-weight: 500;
    }
    .join-submit {
        border: none;
        outline: none;
        background: #056CB5;
        color: white;
        font-size: 16px;
        padding: 0 15px;
        line-height: 40px;
        cursor: pointer;
        transition: 400ms;
    }
    .join-submit:hover {
        background: #2895E2;
    }
    .copyright {
        width: calc(100% - 60px);
        margin: 0 30px;
        margin-top: 20px;
        border-top: 1px solid rgba(255,255,255,0.1);
        padding: 15px 0;
        text-align: center;
    }
    .copyright span {
        font-size: 14px;
        font-weight: 500;
        color: white;
        line-height: 18px;
    }
    .copyright p {
        font-size: 13px;
        font-weight: 500;
        color: white;
        margin: 0;
        line-height: 18px;
    }
    .copyright p a {
        color: #056CB5;
        font-weight: 600;
    }
}










@media only screen and (min-width: 600px) and (max-width: 991px){
    body.noscroll {
        width: 100vw;
        height: 100vh;
        overflow: hidden;
    }
    header {
        width: calc(100% - 60px);
        position: fixed;
        background: transparent;
        display: flex;
        padding: 15px 30px;
        justify-content: space-between;
        align-items: center;
        transition: 400ms;
        z-index: 90;
    }
    header.scrolled {
        background: rgba(0, 1, 2, 0.92);
    }
    .logo a {
        font-size: 25px;
        color: white;
        font-weight: 600;
    }
    #hamburger span {
        height: 2px;
        width: 23px;
        display: block;
        background: white;
        border-radius: 2px;
        margin-top: 4px;
        transition: 300ms;
    }
    #hamburger.active span:nth-child(1){
        -webkit-transform: translateY(5px) translateZ(0) rotate(45deg);
        transform: translateY(5px) translateZ(0) rotate(45deg);
    }
    #hamburger.active span:nth-child(2){
        opacity: 0;
        transform: translateX(-10px);
    }
    #hamburger.active span:nth-child(3){
        -webkit-transform: translateY(-7px) translateZ(0) rotate(-45deg);
        transform: translateY(-7px) translateZ(0) rotate(-45deg);
    }
    #dark-block {
        position: fixed;
        opacity: 0;
        visibility: hidden;
        z-index: 90;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transition: 200ms ease-out;
    }
    #dark-block.active {
        visibility: visible;
        opacity: 1;
        background: rgba(0,0,0,0.7);
    }
    #navbar {
        position: fixed;
        background: white;
        top: 60px;
        left: 20px;
        right: 20px;
        bottom: 60px;
        z-index: 91;
        opacity: 0;
        visibility: hidden;
        transition: 200ms ease-in;
        border-radius: 10px;
        padding: 20px;
    }
    #navbar.active {
        opacity: 1;
        visibility: visible;
    }
    #navbar nav ul {
        margin: 0;
    }
    #navbar nav ul li {
        line-height: 35px;
    }
    #navbar nav ul li a {
        color: black;
        font-size: 17px;
        font-weight: 400;
        transition: 300ms;
    }
    #navbar nav ul li a:hover, #navbar nav ul li a:target {
        color: #056CB5;
    }
    #home {
        width: 100%;
    }
    #home-slide-1, #home-slide-2 {
        width: 100%;
        height: 100vh;
        align-items: center;
        display: flex;
        text-align: center;
        justify-content: center;
    }
    #home-slide-1 {
        background-size: cover;
        background-image: url('/images/hm1.jpg');
        background-image: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 100%), url('/images/hm1.jpg');
    }
    #home-slide-2 {
        background-size: cover;
        background-image: url('/images/hm2.jpg');
        background-image: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 100%), url('/images/hm2.jpg');
    }
    .hst-big {
        font-size: 25px;
        font-weight: 700;
        color: white;
        padding: 10px 15px;
    }
    .hst-med {
        font-size: 18px;
        font-weight: 600;
        color: white;
        padding: 10px 15px;
    }
    .hst-btn {
        display: inline-block;
        color: #000;
        padding: 10px 15px;
        font-size: 18px;
        border-radius: 5px;
        background: #fff;
        transition: 400ms;
    }
    #info {
        margin-top: 50px;
    }
    .page {
        width: 100%;
    }
    .page-title {
        max-width: 100%;
        display: flex;
        align-items: center;
        padding: 20px;
        justify-content: space-around;
    }
    .pagetitle {
        font-size: 26px;
        font-weight: 600;
    }
    .t-shapes {
        display: flex;
        padding: 0 5px;
    }
    .t-shapes span {
        display: block;
        width: 15px;
        height: 25px;
        transform: rotate(20deg);
        margin: 0 5px;
    }
    .red {
        background: #C70C0C;
    }
    .blue {
        background: #061CB5;
    }
    .green {
        background: #056F05;
    }
    .y2010, .yt, .y2021 {
        display: none !important;
    }
    .page-content {
        padding: 0 20px;
        text-align: left;
    }
    .pc-text {
        font-size: 17px;
        font-weight: 500;
    }
    .wins-way {
        padding: 20px 0;
    }
    .winsway {
        width: 100%;
        position: relative;
    }
    .winsway:before {
        content: '';
        width: 1px;
        display: block;
        position: absolute;
        left: 50%;
        height: 100%;
        top: 20px;
        background: lightgray;
    }
    .winrow {
        height: 156px;
        margin: 0 25px;
    }
    .winrow.last {
        height: auto;
    }
    .winsway .winrow {
        display: flex;
        justify-content: flex-end;
        text-align: left;
    }
    .winsway .winrow:nth-child(2n + 3){
        justify-content: flex-start;
        text-align: right;
    }
    .winrow-content {
        width: 48%;
    }
    .wr-year {
        font-size: 33px;
        font-weight: 700;
        color: #000;
        margin-bottom: 15px;
    }
    .winrow-content.main .wr-year {
        color: #056CB5;
    }
    .wr-text {
        font-size: 17px;
        font-weight: 600;
        color: #000;
        line-height: 25px;
    }
    #hamkorlar {
        margin: 50px 0;
        width: 100%;
        padding: 50px 0;
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        background-size: cover;
        background-image: url('/images/partners.jpg');
        background-image: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 100%), url('/images/partners.jpg');
    }
    .pt-tx {
        font-size: 28px;
        line-height: 40px;
        font-weight: 600;
        color: white;
        margin-bottom: 20px;
    }
    .partners-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .partner {
        width: 50%;
        padding: 20px 0;
        text-align: center;
        align-items: center;
    }
    .partner img {
        width: 60%;
        height: auto;
        padding: 20px;
        border-radius: 50%;
        background: white;
    }
    .partner-tx {
        padding: 10px 20px;
    }
    .partner-tx p {
        font-size: 16px;
        color: white;
        font-weight: 600;
    }
    .pt-b {
        width: 100%;
        text-align: center;
    }
    .pt-b span {
        font-size: 30px;
        font-weight: 700;
        line-height: 40px;
    }
    .pt-b p {
        margin: 10px 50px;
        font-size: 17px;
        font-weight: 500;
        color: gray;
    }
    .flrow {
        max-width: 100%;
        display: flex;
        flex-wrap: wrap;
        padding: 20px;
        align-items: flex-start;
        justify-content: space-around;
    }
    .col-1 {
        width: 100%;
        padding: 20px;
        margin: 20px;
        border-radius: 10px;
        box-shadow: 1px 1px 20px 5px rgba(0,0,0,0.1);
    }
    .col-title {
        width: 100%;
        text-align: center;
    }
    .col-title img {
        width: 20%;
        height: auto;
        display: inline;
    }
    .col-title span {
        display: block;
        padding: 10px 0;
        font-size: 21px;
        color: #545454;
        font-weight: 700;
    }
    .col-content {
        text-align: center;
    }
    .col-content p {
        font-size: 16px;
        line-height: 27px;
        font-weight: 500;
        margin: 0;
    }
    .col-2 {
        width: 100%;
        margin: 20px 0;
        box-shadow: 1px 1px 20px 5px rgba(0,0,0,0.1);
    }
    .redback {
        background: rgba(249, 38, 38, 0.7);
    }
    .whiteback {
        background: #fff;
        transition: 2000ms;
    }
    .contact-form {
        padding: 15px 0;
    }
    .form-row {
        width: calc(100% - 40px);
        padding: 10px 20px;
    }
    .form-row:nth-child(4){
        text-align: center;
    }
    .cf-input {
        border: 1px solid lightgray;
        line-height: 40px;
        font-size: 16px;
        font-weight: 400;
        width: calc(100% - 15px);
        padding-left: 15px;
        outline: none;
        transition: 400ms;
        color: #636262;
    }
    .cf-input:focus {
        border: 1px solid #056CB5;
        box-shadow: 1px 1px 10px 1px rgba(5,108,181,0.3);
    }
    .check-input {
        line-height: 22px;
        font-weight: 500;
        font-size: 14px;
        color: #636262;
    }
    .cf-area {
        border: 1px solid lightgray;
        line-height: 20px;
        font-size: 16px;
        font-weight: 400;
        width: calc(100% - 17px);
        max-width: calc(100% - 17px);
        padding-left: 15px;
        outline: none;
        height: 80px;
        padding-top: 10px;
        transition: 400ms;
        color: #636262;
    }
    .cf-area:focus {
        border: 1px solid #056CB5;
        box-shadow: 1px 1px 10px 1px rgba(5,108,181,0.3);
    }
    .cf-submit {
        padding: 10px 20px;
        outline: none;
        border: none;
        background: #056CB5;
        color: white;
        cursor: pointer;
        font-size: 16px;
        transition: 400ms;
    }
    .cf-submit:hover {
        background: #2895E2;
    }
    #footer {
        margin-top: 20px;
        background: #0A0A0A;
        width: 100%;
    }
    .flogo {
        font-size: 26px;
        color: #fff;
        font-weight: 700;
    }
    .pad20 {
        padding: 20px;
    }
    #footer .col-1 {
        box-shadow: none;
    }
    .c-s {
        font-size: 17px;
        font-weight: 600;
        color: white;
    }
    .c-p {
        font-size: 15px;
        font-weight: 500;
        color: white;
    }
    .vmenu li a {
        color: white;
        font-size: 15px;
        font-weight: 500;
        line-height: 22px;
        transition: 300ms;
    }
    .vmenu li a:hover {
        color: #056CB5;
        margin-left: 5px;
    }
    .td {
        border-top: 5px solid #056CB5;
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
        text-align: center;
        background: rgba(255,255,255,0.05);
    }
    .joininput form {
        display: flex;
    }
    .join-input {
        line-height: 40px;
        background: white;
        border: 0;
        padding-left: 15px;
        outline: none;
        font-size: 16px;
        font-weight: 500;
    }
    .join-submit {
        border: none;
        outline: none;
        background: #056CB5;
        color: white;
        font-size: 16px;
        padding: 0 15px;
        line-height: 40px;
        cursor: pointer;
        transition: 400ms;
    }
    .join-submit:hover {
        background: #2895E2;
    }
    .copyright {
        width: calc(100% - 60px);
        margin: 0 30px;
        margin-top: 20px;
        border-top: 1px solid rgba(255,255,255,0.1);
        padding: 15px 0;
        text-align: center;
    }
    .copyright span {
        font-size: 14px;
        font-weight: 500;
        color: white;
        line-height: 18px;
    }
    .copyright p {
        font-size: 13px;
        font-weight: 500;
        color: white;
        margin: 0;
        line-height: 18px;
    }
    .copyright p a {
        color: #056CB5;
        font-weight: 600;
    }
}
@media only screen and (max-width: 599px){
    body.noscroll {
        width: 100vw;
        height: 100vh;
        overflow: hidden;
    }
    header {
        width: calc(100% - 60px);
        position: fixed;
        background: transparent;
        display: flex;
        padding: 15px 30px;
        justify-content: space-between;
        align-items: center;
        transition: 400ms;
        z-index: 90;
    }
    header.scrolled {
        background: rgba(0, 1, 2, 0.92);
    }
    .logo a {
        font-size: 25px;
        color: white;
        font-weight: 600;
    }
    #hamburger span {
        height: 2px;
        width: 23px;
        display: block;
        background: white;
        border-radius: 2px;
        margin-top: 4px;
        transition: 300ms;
    }
    #hamburger.active span:nth-child(1){
        -webkit-transform: translateY(5px) translateZ(0) rotate(45deg);
        transform: translateY(5px) translateZ(0) rotate(45deg);
    }
    #hamburger.active span:nth-child(2){
        opacity: 0;
        transform: translateX(-10px);
    }
    #hamburger.active span:nth-child(3){
        -webkit-transform: translateY(-7px) translateZ(0) rotate(-45deg);
        transform: translateY(-7px) translateZ(0) rotate(-45deg);
    }
    #dark-block {
        position: fixed;
        opacity: 0;
        visibility: hidden;
        z-index: 90;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        transition: 200ms ease-out;
    }
    #dark-block.active {
        visibility: visible;
        opacity: 1;
        background: rgba(0,0,0,0.7);
    }
    #navbar {
        position: fixed;
        background: white;
        top: 60px;
        left: 20px;
        right: 20px;
        bottom: 60px;
        z-index: 91;
        opacity: 0;
        visibility: hidden;
        transition: 200ms ease-in;
        border-radius: 10px;
        padding: 20px;
    }
    #navbar.active {
        opacity: 1;
        visibility: visible;
    }
    #navbar nav ul {
        margin: 0;
    }
    #navbar nav ul li {
        line-height: 35px;
    }
    #navbar nav ul li a {
        color: black;
        font-size: 17px;
        font-weight: 400;
        transition: 300ms;
    }
    #navbar nav ul li a:hover, #navbar nav ul li a:target {
        color: #056CB5;
    }
    #home {
        width: 100%;
    }
    #home-slide-1, #home-slide-2 {
        width: 100%;
        height: 100vh;
        align-items: center;
        display: flex;
        text-align: center;
        justify-content: center;
    }
    #home-slide-1 {
        background-size: cover;
        background-image: url('/images/hm1.jpg');
        background-image: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 100%), url('/images/hm1.jpg');
    }
    #home-slide-2 {
        background-size: cover;
        background-image: url('/images/hm2.jpg');
        background-image: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 100%), url('/images/hm2.jpg');
    }
    .hst-big {
        font-size: 25px;
        font-weight: 700;
        color: white;
        padding: 10px 15px;
    }
    .hst-med {
        font-size: 18px;
        font-weight: 600;
        color: white;
        padding: 10px 15px;
    }
    .hst-btn {
        display: inline-block;
        color: #000;
        padding: 10px 15px;
        font-size: 18px;
        border-radius: 5px;
        background: #fff;
        transition: 400ms;
    }
    #info {
        margin-top: 50px;
    }
    .page {
        width: 100%;
    }
    .page-title {
        max-width: 100%;
        display: flex;
        padding: 20px;
        align-items: center;
        justify-content: space-around;
    }
    .pagetitle {
        font-size: 26px;
        font-weight: 600;
    }
    .t-shapes {
        display: flex;
        padding: 0 5px;
    }
    .t-shapes span {
        display: block;
        width: 15px;
        height: 25px;
        transform: rotate(20deg);
        margin: 0 5px;
    }
    .red {
        background: #C70C0C;
    }
    .blue {
        background: #061CB5;
    }
    .green {
        background: #056F05;
    }
    .y2010, .yt, .y2021 {
        display: none !important;
    }
    .page-content {
        padding: 0 20px;
        text-align: left;
    }
    .pc-text {
        font-size: 17px;
        font-weight: 500;
    }
    .wins-way {
        padding: 20px 0;
    }
    .winsway {
        width: 100%;
        position: relative;
    }
    .winsway:before {
        content: '';
        width: 1px;
        display: block;
        position: absolute;
        left: 50%;
        height: 100%;
        top: 20px;
        background: lightgray;
    }
    .winrow {
        height: 156px;
        margin: 0 25px;
    }
    .winrow.last {
        height: auto;
    }
    .winsway .winrow {
        display: flex;
        justify-content: flex-end;
        text-align: left;
    }
    .winsway .winrow:nth-child(2n + 3){
        justify-content: flex-start;
        text-align: right;
    }
    .winrow-content {
        width: 48%;
    }
    .wr-year {
        font-size: 33px;
        font-weight: 700;
        color: #000;
        margin-bottom: 15px;
    }
    .winrow-content.main .wr-year {
        color: #056CB5;
    }
    .wr-text {
        font-size: 17px;
        font-weight: 600;
        color: #000;
        line-height: 25px;
    }
    #hamkorlar {
        margin: 50px 0;
        width: 100%;
        padding: 50px 0;
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        background-size: cover;
        background-image: url('/images/partners.jpg');
        background-image: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.7) 100%), url('/images/partners.jpg');
    }
    .pt-tx {
        font-size: 28px;
        line-height: 40px;
        font-weight: 600;
        color: white;
        margin-bottom: 20px;
    }
    .partners-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .partner {
        width: 50%;
        padding: 20px 0;
        text-align: center;
        align-items: center;
    }
    .partner img {
        width: 60%;
        height: auto;
        padding: 20px;
        border-radius: 50%;
        background: white;
    }
    .partner-tx {
        padding: 10px 20px;
    }
    .partner-tx p {
        font-size: 16px;
        color: white;
        font-weight: 600;
    }
    .pt-b {
        width: 100%;
        text-align: center;
    }
    .pt-b span {
        font-size: 30px;
        font-weight: 700;
        line-height: 40px;
    }
    .pt-b p {
        margin: 10px 50px;
        font-size: 17px;
        font-weight: 500;
        color: gray;
    }
    .flrow {
        max-width: 100%;
        display: flex;
        flex-wrap: wrap;
        padding: 20px;
        align-items: flex-start;
        justify-content: space-around;
    }
    .col-1 {
        width: 100%;
        padding: 20px;
        margin: 20px;
        border-radius: 10px;
        box-shadow: 1px 1px 20px 5px rgba(0,0,0,0.1);
    }
    .col-title {
        width: 100%;
        text-align: center;
    }
    .col-title img {
        width: 15%;
        height: auto;
        display: inline;
    }
    .col-title span {
        display: block;
        padding: 10px 0;
        font-size: 21px;
        color: #545454;
        font-weight: 700;
    }
    .col-content {
        text-align: center;
    }
    .col-content p {
        font-size: 16px;
        line-height: 27px;
        font-weight: 500;
        margin: 0;
    }
    .col-2 {
        width: 100%;
        margin: 20px 0;
        box-shadow: 1px 1px 20px 5px rgba(0,0,0,0.1);
    }
    .redback {
        background: rgba(249, 38, 38, 0.7);
    }
    .whiteback {
        background: #fff;
        transition: 2000ms;
    }
    .contact-form {
        padding: 15px 0;
    }
    .form-row {
        width: calc(100% - 40px);
        padding: 10px 20px;
    }
    .form-row:nth-child(4){
        text-align: center;
    }
    .cf-input {
        border: 1px solid lightgray;
        line-height: 40px;
        font-size: 16px;
        font-weight: 400;
        width: calc(100% - 15px);
        padding-left: 15px;
        outline: none;
        transition: 400ms;
        color: #636262;
    }
    .cf-input:focus {
        border: 1px solid #056CB5;
        box-shadow: 1px 1px 10px 1px rgba(5,108,181,0.3);
    }
    .check-input {
        line-height: 22px;
        font-weight: 500;
        font-size: 14px;
        color: #636262;
    }
    .cf-area {
        border: 1px solid lightgray;
        line-height: 20px;
        font-size: 16px;
        font-weight: 400;
        width: calc(100% - 17px);
        max-width: calc(100% - 17px);
        padding-left: 15px;
        outline: none;
        height: 80px;
        padding-top: 10px;
        transition: 400ms;
        color: #636262;
    }
    .cf-area:focus {
        border: 1px solid #056CB5;
        box-shadow: 1px 1px 10px 1px rgba(5,108,181,0.3);
    }
    .cf-submit {
        padding: 10px 20px;
        outline: none;
        border: none;
        background: #056CB5;
        color: white;
        cursor: pointer;
        font-size: 16px;
        transition: 400ms;
    }
    .cf-submit:hover {
        background: #2895E2;
    }
    #footer {
        margin-top: 20px;
        background: #0A0A0A;
        width: 100%;
    }
    .flogo {
        font-size: 26px;
        color: #fff;
        font-weight: 700;
    }
    .pad20 {
        padding: 20px;
    }
    #footer .col-1 {
        box-shadow: none;
    }
    .c-s {
        font-size: 17px;
        font-weight: 600;
        color: white;
    }
    .c-p {
        font-size: 15px;
        font-weight: 500;
        color: white;
    }
    .vmenu li a {
        color: white;
        font-size: 15px;
        font-weight: 500;
        line-height: 22px;
        transition: 300ms;
    }
    .vmenu li a:hover {
        color: #056CB5;
        margin-left: 5px;
    }
    .td {
        border-top: 5px solid #056CB5;
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
        text-align: center;
        background: rgba(255,255,255,0.05);
    }
    .joininput form {
        display: flex;
    }
    .join-input {
        line-height: 40px;
        background: white;
        border: 0;
        padding-left: 15px;
        outline: none;
        font-size: 16px;
        font-weight: 500;
    }
    .join-submit {
        border: none;
        outline: none;
        background: #056CB5;
        color: white;
        font-size: 16px;
        padding: 0 15px;
        line-height: 40px;
        cursor: pointer;
        transition: 400ms;
    }
    .join-submit:hover {
        background: #2895E2;
    }
    .copyright {
        width: calc(100% - 60px);
        margin: 0 30px;
        margin-top: 20px;
        border-top: 1px solid rgba(255,255,255,0.1);
        padding: 15px 0;
        text-align: center;
    }
    .copyright span {
        font-size: 14px;
        font-weight: 500;
        color: white;
        line-height: 18px;
    }
    .copyright p {
        font-size: 13px;
        font-weight: 500;
        color: white;
        margin: 0;
        line-height: 18px;
    }
    .copyright p a {
        color: #056CB5;
        font-weight: 600;
    }
}