@charset "UTF-8";
/**/
/**/
:root {
    --gutter: 15px;
}

@media (min-width: 992px) {
    :root {
        --gutter: 9.15rem;
    }
}

@media (max-width: 1200px) {
    .Layout-header .Headernav .nav-link {
        font-size: 0.7rem;
    }
}

.Pageheader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 450px;
    color: white;
    padding-top: 86px;
}

@media (min-width: 992px) {
    .Pageheader {
        min-height: 500px;
    }
}

.Pageheader h1 {
    font-size: 100px;
    font-weight: bold;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 1;
}

@media (max-width: 768px) {
    .Pageheader h1 {
        font-size: 45px;
    }
}

@media (min-width: 768px) {
    .Pageheader h1 {
        font-size: 50px;
    }
}

@media (min-width: 992px) {
    .Pageheader h1 {
        font-size: 60px;
    }
}

.breadcrumb {
    background-color: transparent;
    line-height: 1;
    padding: 0;
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .breadcrumb {
        margin-bottom: 60px;
    }
}

.breadcrumb-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 1;
    margin-top: 10px;
}

@media (min-width: 992px) {
    .breadcrumb-item {
        font-size: 16px;
    }
}

.breadcrumb-item a {
    text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: “/”;
    font-family: “sitefont” !important;
    color: white;
    line-height: 1;
    vertical-align: middle;
}

.services-items {
    background: #273992;
    background: -webkit-gradient(linear, left top, right top, from(#273992), to(#00d4ff));
    background: linear-gradient(90deg, #273992 0%, #00d4ff 100%);
    color: white;
}

.services-items-inner {
    position: relative;
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 768px) {
    .services-items-inner:after {
        content: "";
        position: absolute;
        left: 100%;
        top: 0;
        bottom: 0;
        right: -6000px;
        background-color: #007ABE;
    }
}

.services-items-inner .items-text {
    font-family: 'Roboto Condensed', sans-serif;
    padding-top: 40px;
    padding-bottom: 60px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 14px;
}

@media (min-width: 992px) {
    .services-items-inner .items-text {
        padding-left: 0;
        padding-right: 40px;
    }
}

@media (min-width: 992px) {
    .services-items-inner .items-text {
        font-size: 18px;
        line-height: normal;
    }
}

.services-items-inner .items-text h2 {
    font-size: 35px;
    font-weight: 900;
}

@media (min-width: 992px) {
    .services-items-inner .items-text h2 {
        font-size: 34px;
    }
}

.services-items-inner .items-text p {
    margin-bottom: 15px;
}

@media (min-width: 992px) {
    .services-items-inner .items-text p {
        margin-bottom: 30px;
    }
}

.services-items-inner .items-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 20px;
}

@media (min-width: 768px) {
    .services-items-inner .items-icon {
        padding-bottom: 20px;
        background-color: #007ABE;
    }
}

@media (min-width: 992px) {
    .services-items-inner .items-icon {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

@media (max-width: 992px) {
    .services-items-inner .items-icon {
        padding-top: 40px;
    }
}

.services-items-inner .items-icon i {
    min-width: 150px;
    height: 150px;
    background-color: #0B8BD3;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 0.8;
    font-size: 60px;
    color: white;
}

@media (min-width: 992px) {
    .services-items-inner .items-icon i {
        font-size: 126px;
        min-width: 226px;
        height: 226px;
    }
}

.services-items.mod-2 {
    background: #DEDEDE;
}

.services-items.mod-2 .services-items-inner {
    color: #9B9B9B;
}

@media (min-width: 768px) {
    .services-items.mod-2 .services-items-inner:after {
        content: "";
        position: absolute;
        left: -6000px;
        top: 0;
        bottom: 0;
        right: 100%;
        background-color: #EDEDED;
    }
}

@media (min-width: 768px) {
    .services-items.mod-2 .services-items-inner .items-icon {
        background-color: #EDEDED;
    }
}

@media (min-width: 992px) {
    .services-items.mod-2 .services-items-inner .items-icon {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.services-items.mod-2 .services-items-inner .items-icon i {
    background-color: #9B9B9B;
}

.services-items.mod-2 .services-items-inner .items-text p {
    color: #686868;
}

@media (min-width: 992px) {
    .services-items.mod-2 .services-items-inner .items-text {
        padding-left: 40px;
        padding-right: 0;
    }
}

.services-items.mod-3 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media (min-width: 768px) {
    .services-items.mod-3 .services-items-inner:after {
        background-color: rgba(0, 0, 0, 0.32);
    }
}

@media (min-width: 768px) {
    .services-items.mod-3 .services-items-inner .items-icon {
        background-color: rgba(0, 0, 0, 0.32);
    }
}

.services-items.mod-3 .services-items-inner .items-icon i {
    border: 2px solid white;
    background-color: transparent;
}

.aboutgeneral {
    color: #ffffff;
    background: #00abed;
    background: -webkit-gradient(linear, left top, right top, from(#273992), to(#00abed));
    background: linear-gradient(to right, #273992 0%, #00abed 100%);
}

.aboutgeneral h2 {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 55px;
    font-weight: 900;
}

.aboutgeneral p {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 18px;
    padding-bottom: 50px;
}

.aboutgeneral .overview-timeline {
    position: relative;
    margin-top: 75px;
    padding-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.aboutgeneral .overview-timeline::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background-color: white;
    height: 6px;
}

.aboutgeneral .overview-timeline .item {
    cursor: pointer;
    position: relative;
    margin-top: -7px;
    text-align: center;
}

.aboutgeneral .overview-timeline .item:first-of-type .title {
    margin-left: 18px;
}

.aboutgeneral .overview-timeline .item:first-of-type input:checked {
    margin-left: 8px;
}

.aboutgeneral .overview-timeline .item:last-of-type {
    margin-right: 0px;
}

.aboutgeneral .overview-timeline .item:last-of-type .title {
    margin-left: -23px;
}

.aboutgeneral .overview-timeline .item:last-of-type input:checked {
    margin-left: -1px;
}

.aboutgeneral .overview-timeline .item input {
    width: 15px;
    height: 15px;
    background-color: #ffffff;
    -webkit-appearance: none;
    outline: none;
    border-radius: 50%;
    border: solid 3px transparent;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

.aboutgeneral .overview-timeline .item input:checked {
    width: 34px;
    height: 34px;
    border-color: white;
    background-color: #f7b500;
    -webkit-appearance: none;
    outline: none;
}

.aboutgeneral .overview-timeline .item input:checked + .tooltip {
    bottom: 100%;
    opacity: 1;
}

.aboutgeneral .overview-timeline .item input:checked ~ .title {
    margin-top: 35px;
}

.aboutgeneral .overview-timeline .item .tooltip {
    position: absolute;
    left: 50%;
    bottom: -100%;
    border-radius: 3px;
    background-color: #00000052;
    padding: 14px 20px;
    font-weight: 600;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
    margin-top: 3px;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    pointer-events: none;
    opacity: 0;
}

.aboutgeneral .overview-timeline .item .tooltip:after {
    content: '';
    height: 20px;
    width: 20px;
    position: absolute;
    left: 50%;
    top: 100%;
    border-style: solid;
    border-width: 10px 15px 0 15px;
    border-color: #00000052 transparent transparent transparent;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.aboutgeneral .overview-timeline .item .title {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-weight: 500;
    margin-top: 25px;
    line-height: 1;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
}

@media (max-width: 992px) {
    .aboutgeneral .overview-timeline {
        padding-left: 5px;
        padding-right: 5px;
    }

    .aboutgeneral .overview-timeline .item .title {
        font-size: 15px !important;
    }

    .aboutgeneral .overview-timeline .item .tooltip {
        font-size: 17px !important;
        padding: 10px 15px;
    }
}

@media (max-width: 1200px) {
    .aboutgeneral .overview-timeline .item .title {
        font-size: 18px;
    }

    .aboutgeneral .overview-timeline .item .tooltip {
        font-size: 20px;
        padding: 10px 15px;
    }
}

@media (min-width: 1300px) {
    .aboutgeneral .overview-timeline .item .title {
        font-size: 25px;
    }

    .aboutgeneral .overview-timeline .item .tooltip {
        font-size: 27px;
    }
}

@media (max-width: 1300px) {
    .aboutgeneral .overview-timeline .item:first-of-type .tooltip {
        -webkit-transform: translateX(-6%);
        transform: translateX(-6%);
    }

    .aboutgeneral .overview-timeline .item:first-of-type .tooltip:after {
        content: '';
        height: 20px;
        width: 20px;
        position: absolute;
        top: 100%;
        left: 10%;
        border-width: 10px 15px 0 15px;
        border-color: #00000052 transparent transparent transparent;
    }

    .aboutgeneral .overview-timeline .item:last-of-type .tooltip {
        -webkit-transform: translateX(-92%);
        transform: translateX(-92%);
    }

    .aboutgeneral .overview-timeline .item:last-of-type .tooltip:after {
        content: '';
        height: 20px;
        width: 20px;
        position: absolute;
        top: 100%;
        left: 90.5%;
        border-width: 10px 15px 0 15px;
        border-color: #00000052 transparent transparent transparent;
    }
}

@media (min-width: 1300px) {
    .aboutgeneral .overview-timeline .item:first-of-type .tooltip {
        -webkit-transform: translateX(-4%);
        transform: translateX(-4%);
    }

    .aboutgeneral .overview-timeline .item:first-of-type .tooltip:after {
        content: '';
        height: 20px;
        width: 20px;
        position: absolute;
        top: 100%;
        left: 7%;
        border-width: 10px 15px 0 15px;
        border-color: #00000052 transparent transparent transparent;
    }

    .aboutgeneral .overview-timeline .item:last-of-type .tooltip {
        -webkit-transform: translateX(-93%);
        transform: translateX(-93%);
    }

    .aboutgeneral .overview-timeline .item:last-of-type .tooltip:after {
        content: '';
        height: 20px;
        width: 20px;
        position: absolute;
        top: 100%;
        left: 93.3%;
        border-width: 10px 15px 0 15px;
        border-color: #00000052 transparent transparent transparent;
    }
}

@media (max-width: 992px) {
    .aboutgeneral {
        padding-top: 50px;
    }

    .aboutgeneral p {
        font-size: 14px;
    }

    .aboutgeneral h2 {
        font-size: 35px;
    }

    .aboutourMissionVision .ourVision {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .aboutourMissionVision .ourMission {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .aboutourMissionVision p {
        font-size: 14px !important;
    }

    .aboutourMissionVision h2 {
        font-size: 35px !important;
    }

    .ourPoliciesLeft {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .ourPoliciesLeft p {
        font-size: 14px !important;
    }

    .ourPoliciesLeft h2 {
        font-size: 35px !important;
    }

    .team {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .team p {
        font-size: 14px !important;
    }

    .team h2 {
        font-size: 35px !important;
    }

    .aboutourpartners h2 {
        font-size: 35px !important;
    }
}

@media (min-width: 992px) {
    .aboutgeneral p {
        font-size: 16px;
    }

    .aboutgeneral h2 {
        font-size: 50px;
    }

    .aboutourMissionVision p {
        font-size: 16px;
    }

    .aboutourMissionVision h2 {
        font-size: 50px;
    }

    .ourPoliciesLeft p {
        font-size: 16px;
    }

    .ourPoliciesLeft h2 {
        font-size: 50px;
    }

    .team p {
        font-size: 16px;
    }

    .team h2 {
        font-size: 50px;
    }

    .aboutourpartners h2 {
        font-size: 50px;
    }
}

@media (min-width: 1200px) {
    .aboutgeneral h2 {
        font-size: 34px;
    }

    .aboutgeneral p {
        font-size: 18px;
        line-height: normal;
    }

    .aboutourMissionVision h2 {
        font-size: 34px !important;
    }

    .aboutourMissionVision p {
        font-size: 18px;
    }

    .ourPoliciesLeft h2 {
        font-size: 34px !important;
    }

    .ourPoliciesLeft p {
        font-size: 18px;
        line-height: normal;
    }

    .team h2 {
        font-size: 34px !important;
    }

    .team p {
        font-size: 18px;
    }

    .aboutourpartners h2 {
        font-size: 34px !important;
    }


}

.aboutusvideo .aboutvideo {
    overflow: hidden;
    position: relative;
    max-height: 429px;
}

.aboutusvideo .aboutvideo .video {
    -webkit-filter: blur(5px);
    filter: blur(5px);
}

.aboutusvideo .aboutvideo .videoimg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    cursor: pointer;
}

.aboutusvideo .aboutvideo .videoimg img {
    height: 120px;
}

.aboutusvideo .aboutvideo .videoimg .baslat {
    background-color: transparent;
}

.aboutusvideo .aboutvideo.active .videoimg {
    display: none;
}

.aboutusvideo .aboutvideo.active .video {
    -webkit-filter: blur(0px);
    filter: blur(0px);
}

@media (max-width: 992px) {
    .aboutusvideo .aboutvideo .videoimg img {
        height: 90px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

@media (min-width: 1200px) {
    .aboutourMissionVision .caption {
        width: 570px;
    }
}

@media (min-width: 768px) {
    .ourMission {
        width: auto;
    }

    .ourVision {
        width: auto;
    }
}

.aboutourMissionVision h2 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 900;
    color: #9b9b9b;
}

.aboutourMissionVision p {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #686868;
    line-height: normal;
}

.aboutourMissionVision .ourMission {
    background-color: #ffffff;
}

.aboutourMissionVision .ourVision {
    background-color: #dedede;
}

.aboutourPolicies {
    background-image: url("img/shutterstock_283216475.png");
    -webkit-background-size: cover;
    background-color: rgba(0, 0, 0, 0.32);
    position: relative;
}

.aboutourPolicies:before {
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, 0.32);
    width: 100%;
    height: 100%;
}

.aboutourPolicies .ourPoliciesLeft {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 18px;
    color: #ffffff;
}

.aboutourPolicies .ourPoliciesLeft h2 {
    font-weight: 900;
}

.aboutourPolicies .ourPoliciesLeft p {
    font-size: 18px;
    font-family: "Roboto Condensed", sans-serif;
}

.aboutrectangle {
    background: -webkit-gradient(linear, left top, right top, from(#273992), to(#00abed));
    background: linear-gradient(to right, #273992 0%, #00abed 100%);
    color: #ffffff;
    font-family: "Roboto Condensed", sans-serif;
    height: 180px;
}

.aboutrectangle h2 {
    font-size: 55px;
    font-weight: 100;
    margin-top: 30px;
    margin-left: 30px;
    font-weight: 900;
}

.aboutrectangle p {
    font-size: 24px;
    font-weight: 300;
    font-stretch: condensed;
    margin-left: 30px;
}

.aboutrectangle .costumers {
    background-color: #0277BD;
    height: 180px;
}

.aboutourTeam img {
    width: 640px;
}

.aboutourTeam .team h2 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 900;
    color: #9b9b9b;
}

.aboutourTeam .team p {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 18px;
    color: #686868;
}

.aboutourpartners {
    background-color: #e2e2e2;
}

.aboutourpartners h2 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 900;
    color: #9b9b9b;
}

.aboutourpartners img {
    border-radius: 10px;
    margin-top: 30px;
}

@media (max-width: 991px) {
    .ourMission {
        margin-left: 17px;
    }

    .ourPoliciesLeft {
        padding-left: -10px;
    }

    .aboutourTeam .team {
        padding: 10px 5px 10px 5px;
    }

    .aboutourpartners {
        padding: 10px 5px 10px 5px;
    }
}

@media (min-width: 1200px) {
    .aboutgeneral {
        padding: 100px 62.5px 100px 62.5px;
    }

    .ourMission {
        padding: 100px 30px 55px 62.5px;
    }

    .ourVision {
        padding: 45px 62.5px 55px 30px;
    }

    .ourPoliciesLeft {
        padding: 100px 0px 100px 0px;
    }

    .aboutourTeam {
        padding: 100px 62.5px 100px 0px;
    }

    .aboutourpartners {
        padding: 100px 62.5px 100px 62.5px;
    }
}

@media (max-width: 991px) {
    .together {
        padding-top: 50px;
    }

    .together p {
        font-size: 14px;
    }

    .together h2 {
        font-size: 37px;
    }

    .together-form {
        width: 95%;
        padding-left: 10px;
    }

    .together-form h1 {
        font-size: 20px;
        padding-bottom: 10px;
    }

    .together-form button {
        font-size: 28px;
        height: 50%;
        margin-bottom: 30px;
        width: 100%;
    }

    .together-form .form-control {
        height: calc(3rem + 2px);
        font-size: 16px;
        margin-top: 3px !important;
    }
}

@media (min-width: 992px) {
    .together p {
        font-size: 16px;
    }

    .together h2 {
        font-size: 50px;
    }

    .together-form h1 {
        font-size: 22px;
    }

    .together-form button {
        font-size: 30px;
        height: 70%;
        margin-bottom: 10px;
    }

    .together-form .form-control {
        font-size: 18px;
    }
}

@media (min-width: 1200px) {
    .together {
        padding: 50px 62.5px 90px 62.5px;
    }

    .together h2 {
        font-size: 34px;
    }

    .together p {
        font-size: 18px;
        line-height: normal;
    }

    .together-form h1 {
        font-size: 25px;
    }

    .together-form button {
        font-size: 34px;
    }

    .together-form .form-control {
        height: calc(2.5em + .75rem + 2px);
        font-size: 20px;
    }
}

.together {
    font-family: 'Roboto Condensed', sans-serif;
    background: -webkit-gradient(linear, left top, right top, from(#273992), to(#00abed));
    background: linear-gradient(to right, #273992 0%, #00abed 100%);
    color: #ffffff;
}

.together h2 {
    font-family: 'Roboto Condensed', sans-serif;
    color: #ffffff;
    font-weight: 900;
}

.together p {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
    padding-bottom: 50px;
}

.input-group {
    width: 32%;
    margin-right: 10px;
}

.together-form h1 {
    font-family: 'Roboto Condensed', sans-serif;
    color: #ffffff;
}

.together-form input {
    color: #9b9b9b;
}

.together-form select {
    color: #6c757d !important;
}

.rectangle {
    background-color: #f7f7f7;
}

.main {
    font-family: Arial;
    width: 500px;
    display: block;
    margin: 0 auto;
}

.action {
    display: block;
    margin: 100px auto;
    width: 100%;
    text-align: center;
}

.action a {
    display: inline-block;
    padding: 5px 10px;
    background: #f30;
    color: #fff;
    text-decoration: none;
}

.action a:hover {
    background: #000;
}

.btn-lg {
    width: 100%;
    padding: 0.5rem 0rem;
    line-height: 1.5;
    border-radius: 10;
    background-color: #ffa407;
    color: #ffffff;
    border: 1px solid #ffa407;
    line-height: 1.5;
    cursor: pointer;
    border-radius: .25rem;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    margin-top: 16px;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.btn-lg:hover {
    color: #283991;
}

@media (min-width: 991px) {
    .btn-lg .btn-lg {
        margin-top: 2rem;
    }
}

.sponsors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    background-color: #f1f1f1;
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (min-width: 992px) {
    .sponsors {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}

.sponsors .owl-stage {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.sponsors-owl {
    position: static;
}

.sponsors-owl .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 150px;
    background-color: white;
    border-radius: 10px;
    padding: 10px 20px;
}

.sponsors .owl-nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    pointer-events: none;
    margin-top: 0;
}

.sponsors .owl-nav [class*=owl-] {
    background-color: transparent;
    pointer-events: auto;
    font-size: 3.9rem;
    line-height: 1;
    margin: 0;
    padding: 0;
}

.sponsors .owl-nav [class*=owl-] i {
    color: #4a90e2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.sponsors .owl-nav [class*=owl-]:hover {
    background-color: transparent;
}

.sponsors .plus {
    color: #4a90e2;
    font-size: 2.75rem;
    margin-top: 25px;
}

@media (min-width: 768px) {
    .sponsors .plus {
        margin-top: 0;
        padding-left: 40px;
    }
}

.sponsors .plus a {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: white;
    border-radius: 10px;
    line-height: 1;
    padding: 15px;
}

@media (max-width: 991px) {
    .producttour h5 {
        font-size: 21px;
    }

    .producttour .item {
        font-size: 13px;
    }

    .producttour .item a {
        min-height: 40px;
        font-size: 18px;
    }
}

@media (min-width: 992px) {
    .producttour h5 {
        font-size: 28px;
    }

    .producttour .item {
        font-size: 14px;
    }

    .producttour .item a {
        min-height: 50px;
        font-size: 20px;
    }
}

@media (min-width: 1200px) {
    .producttour h5 {
        font-size: 30px;
    }

    .producttour .item {
        font-size: 15px;
    }

    .producttour .item a {
        min-height: 70px !important;
        font-size: 23px !important;
    }
}

@media (max-width: 592px) {
    .producttour {
        margin: 30px 22.5px 30px 22.5px;
    }
}

@media (min-width: 592px) {
    .producttour {
        margin: 40px 32.5px 60px 32.5px;
    }
}

@media (min-width: 992px) {
    .producttour {
        margin: 60px 42.5px 60px 42.5px;
    }
}

.producttour p {
    color: #ffffff;
}

.producttour img {
    display: block;
    width: 100%;
    height: auto;
    opacity: 1;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    background-color: #4a90e2;
}

.producttour h5 {
    font-weight: bold;
    color: #ffffff;
}

.producttour .item {
    position: relative;
    overflow: hidden;
}

.producttour .item a {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: white;
    padding-left: 30px;
    padding-right: 30px;
    background-color: rgba(0, 0, 0, 0.4);
    text-decoration: none;
}

.producttour .item a::after {
    content: attr(data-title);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 30px;
    padding-right: 30px;
    opacity: 0;
    color: white;
}

.producttour .item:hover a {
    background-color: #283991;
}

.producttour .item:hover a span {
    color: transparent;
}

.producttour .item:hover a::after {
    opacity: 1;
}

.producttour .item:hover .caption {
    top: 0;
}

.producttour .item:hover img {
    opacity: 0.8;
}

.producttour .item:hover p {
    -webkit-transition: .5s ease;
    transition: .5s ease;
    visibility: inherit;
    opacity: 1;
}

.producttour .item .caption {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 100%;
    -webkit-transition: top 1s ease;
    transition: top 1s ease;
    padding: 30px;
    background-color: rgba(40, 57, 145, 0.68);
}

body {
    overflow-x: hidden;
}

.fixed-top {
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
}

.fixed-top .navbar-blue {
    height: 40px;
    background-color: #00abed;
    width: 100%;
}

.fixed-top .navbar-blue img {
    margin-right: 10px;
}

.fixed-top .navbar-blue a {
    font-size: 18px;
    color: white;
    text-decoration: none;
}

.fixed-top .navbar-blue a:hover {
    color: #283991;
}

.fixed-top .navbar-toggler {
    margin-left: au;
}

@media (min-width: 991px) {
    .fixed-top .navbarist {
        height: 86px;
    }
}

.fixed-top .RectangleIst {
    width: 148px;
    height: 55px;
    border: solid 2px #686868;
    float: left;
}

.fixed-top .Istanbul {
    width: 124px;
    height: 45px;
    font-family: SignPainter-HouseScript;
    font-size: 50px;
    font-weight: 560;
    line-height: normal;
    color: #686868 !important;
    margin-left: 10px;
}

@media (max-width: 991px) {
    .fixed-top .Istanbul {
        font-size: 44px;
    }

    .fixed-top .RectangleIst {
        width: 128px;
        height: 45px;
    }
}

.fixed-top .navbar-navist a {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-stretch: condensed;
    color: #686868;
    margin-top: 10px;
    text-decoration: none;
}

.fixed-top .navbar-navist a:hover {
    color: #283991;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}

.fixed-top .navbar-navist .active {
    color: #283991 !important;
}

@media (max-width: 991px) {
    .fixed-top .navbar-navist a {
        font-size: 12px;
        display: block;
    }

    .fixed-top .navbar-blue a {
        font-size: 14px;
    }

    .fixed-top .lang .btn {
        font-size: 11px;
    }
}

@media (min-width: 992px) and (max-width: 1165px) {
    .fixed-top .navbar-navist a {
        font-size: 12px;
        margin-left: 13px;
    }

    .fixed-top .navbar-blue a {
        font-size: 16px;
    }

    .fixed-top .lang .btn {
        font-size: 12px;
    }
}

@media (min-width: 1166px) {
    .fixed-top .navbar-navist a {
        font-size: 15px;
        margin-left: 15px;
    }
}

@media (min-width: 1200px) {
    .fixed-top .navbar-navist a {
        font-size: 15px;
        margin-left: 30px;
    }
}

.fixed-top .lang {
    margin-left: -1rem;
    margin-right: -1rem;
}

@media (min-width: 992px) {
    .fixed-top .lang {
        margin-left: 20px;
        margin-right: 0;
    }
}

.fixed-top .lang button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 48px;
    background-color: #f7f7f7;
    cursor: pointer;
    font-family: Roboto;
    font-size: 0.9rem;
    font-weight: 700;
    outline: none;
    line-height: 1;
    background-image: -webkit-gradient(linear, right top, left top, from(#00abed), to(#273992));
    background-image: linear-gradient(to left, #00abed, #273992);
    color: white;
    width: 100%;
}

@media (min-width: 992px) {
    .fixed-top .lang button {
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        color: #4a90e2;
        min-width: 6.25rem;
        min-height: 5.35rem;
        background-image: none;
    }
}

.fixed-top .lang button:after {
    font-size: 20px;
    content: "\62";
    font-family: "touristalia";
    display: block;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    line-height: 0.8;
}

@media (min-width: 992px) {
    .fixed-top .lang button:after {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        font-size: 2rem;
    }
}

@media (min-width: 992px) {
    .fixed-top .lang button:hover {
        color: #283991;
    }
}

.fixed-top .lang .dropdown-menu a {
    color: #4a90e2;
}

.fixed-top .lang .dropdown-menu a:hover {
    color: #283991;
}

@media (max-width: 992px) {
    .fixed-top .lang .dropdown-menu {
        background-image: -webkit-gradient(linear, right top, left top, from(#00abed), to(#273992));
        background-image: linear-gradient(to left, #00abed, #273992);
        position: static;
        width: 100%;
        border: none;
        margin-top: 0;
        border-radius: 0;
        float: none;
    }

    .fixed-top .lang .dropdown-menu a {
        color: white;
    }

    .fixed-top .lang .dropdown-menu a:hover {
        background-color: rgba(255, 255, 255, 0.03);
    }
}

@media (min-width: 1200px) {
    .sliderist .slide {
        margin-top: -120px;
    }
}

@media (max-width: 991px) {
    .sliderist .slide {
        margin-top: 90px;
    }
}

.sliderist .carousel-indicators {
    position: absolute;
    left: 0;
    right: 0;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.sliderist .carousel-indicators .active {
    background-color: transparent;
    border: solid 3px #ffffff;
}

@media (min-width: 576px) {
    .sliderist .carousel-indicators {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .sliderist .carousel-indicators {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .sliderist .carousel-indicators {
        position: absolute;
        bottom: 249px;
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .sliderist .carousel-indicators {
        max-width: 1140px;
    }
}

.sliderist .slider ol li {
    background-color: #ffffff;
    opacity: 1;
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
}

.sliderist .carouselist .caption {
    position: absolute;
    top: calc(50%);
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    color: white;
    font-family: 'Roboto Condensed', sans-serif;
}

.sliderist .carouselist .caption h1 {
    font-weight: 100;
    display: block;
    line-height: 1;
}

.sliderist .carouselist .caption p {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    line-height: 1;
}

@media (max-width: 576px) {
    .sliderist .carousel-item .caption h1 {
        font-size: 30px;
        font-weight: 60;
        margin-left: 35px;
    }

    .sliderist .carousel-item .caption p {
        font-size: 50px;
        margin-left: 35px;
    }
}

@media (max-width: 991px) {
    .sliderist .carousel-item .caption h1 {
        font-size: 22px;
        font-weight: 70;
        margin-left: 35px;
    }

    .sliderist .carousel-item .caption p {
        font-size: 40px;
        margin-left: 35px;
    }

    .sliderist .about-tour-mask .left {
        padding-bottom: 50px;
    }
}

@media (min-width: 992px) {
    .sliderist .carousel-item .caption h1 {
        font-size: 32px;
        font-weight: 70;
        margin-left: 40px;
    }

    .sliderist .carousel-item .caption p {
        font-size: 60px;
        margin-left: 40px;
    }
}

@media (min-width: 1200px) {
    .sliderist .carousel-item .caption h1 {
        font-size: 50px;
        font-weight: 70;
        margin-left: 40px;
    }

    .sliderist .carousel-item .caption p {
        font-size: 100px;
        margin-left: 40px;
    }
}

.sliderist .prevnext img {
    left: -30px;
    right: -30px;
    top: -50px;
}

@media (min-width: 992px) {
    .sliderist [class*="carousel-control-"] {
        margin-top: 0px;
    }
}

.sliderist .previcon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media (max-width: 575px) {
    .sliderist .prevnext img {
        height: 30px;
        width: 20px;
        margin-left: -90px;
        margin-right: -90px;
    }
}

@media (min-width: 576px) {
    .sliderist .prevnext img {
        height: 40px;
        width: 30px;
        margin-left: -80px;
        margin-right: -80px;
    }
}

@media (min-width: 992px) {
    .sliderist .prevnext img {
        font-size: 3.9rem;
        opacity: 0.7;
        margin-left: -70px;
        margin-right: -70px;
    }
}

.abouttour .about-tour-mask-outer {
    overflow: hidden;
    z-index: 15;
    position: relative;
    color: white;
}

@media (min-width: 992px) {
    .abouttour .about-tour-mask-outer {
        margin-top: -219px;
    }
}

.abouttour .about-tour-mask {
    background-color: #283991;
    padding: 30px 30px 60px 30px;
}

.abouttour .about-tour-mask .video {
    max-height: 297px;
    -webkit-filter: blur(5px);
    filter: blur(5px);
}

.abouttour .about-tour-mask .videoimg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    cursor: pointer;
}

.abouttour .about-tour-mask .videoimg img {
    height: 78px;
}

.abouttour .about-tour-mask .videoimg .baslat {
    background-color: transparent;
}

.abouttour .about-tour-mask::before {
    content: '';
    z-index: -1;
    position: absolute;
    bottom: 0;
    left: -10000px;
    right: -10000px;
    background-color: inherit;
    height: 100%;
}

.abouttour .about-tour-mask iframe {
    width: 100%;
    height: 100%;
}

.abouttour .about-tour-mask .left h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 34px;
    font-weight: 900;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 15px;
}

.abouttour .about-tour-mask .left p {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    color: #ffffff;
    position: relative;
    line-height: normal;
}

@media (max-width: 991px) {
    .abouttour .about-tour-mask .left h2 {
        font-size: 35px !important;
    }

    .abouttour .about-tour-mask .left p {
        font-size: 14px !important;
    }
}

@media (max-width: 1200px) {
    .abouttour .about-tour-mask .left h2 {
        font-size: 43px !important;
    }

    .abouttour .about-tour-mask .left p {
        font-size: 14px !important;
    }
}

@media (min-width: 992px) {
    .abouttour .about-tour-mask::before {
        height: calc(100% - 219px);
    }

    .abouttour .caption h4 {
        font-size: 50px;
    }

    .abouttour .caption p {
        font-size: 18px;
    }
}

.tourroute {
    /* @media(min-width:576px){
      .Istanbulback .caption{
        width: 270px;
        background: greenyellow;
      }
    } */
}

@media (min-width: 768px) {
    .tourroute .Istanbulback .caption {
        width: 360px;
    }
}

@media (max-width: 991px) {
    .tourroute .Istanbulback .caption h4 {
        font-size: 35px !important;
    }

    .tourroute .Istanbulback .caption p {
        font-size: 14px !important;
    }
}

@media (min-width: 992px) {
    .tourroute .Istanbulback .caption {
        width: 480px;
    }

    .tourroute .Istanbulback .caption h4 {
        font-size: 34px !important;
    }

    .tourroute .Istanbulback .caption p {
        font-size: 18px !important;
        line-height: normal;
    }
}

.tourroute .Istanbulback {
    background-color: #e7e7e7;
}

.tourroute .Istanbulback .caption {
    width: 100%;
}

.tourroute .Istanbulback .caption h4 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 900;
    line-height: normal;
    color: #787878;
}

.tourroute .Istanbulback .caption p {
    font-family: 'Roboto Condensed', sans-serif;
    color: #686868;
}

@media (min-width: 768px) {
    .tourroute .Istanbulback .caption {
        width: 360px;
    }
}

@media (min-width: 992px) {
    .tourroute .Istanbulback .caption {
        width: 480px;
    }
}

@media (min-width: 1200px) {
    .tourroute .Istanbulback .caption {
        width: 570px;
        min-height: 300px;
        margin: 30px 30px 30px 30px;
    }
}

.tourroute .what-will-I-see {
    height: 26px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: normal;
    color: #00abed;
}

.tourroute .HagiaSophia-Galat {
    height: 52px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: normal;
    color: #686868;
    margin-top: 5px;
}

.tourroute .isttour .tour-img {
    position: relative;
    overflow: hidden;
}

.tourroute .isttour .tour-img img {
    width: auto;
}

@media (min-width: 768px) {
    .tourroute .isttour .tour-img img {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        min-width: 100%;
        min-height: 100%;
        width: auto;
    }
}

#map .map {
    width: 100%;
    height: 300px;
}

#map .map iframe {
    width: 100%;
    height: 100%;
}

@media (min-width: 1200px) {
    .include .Rectangle-Included .caption {
        width: 550px;
    }

    .include .Rectangle-Included ul li {
        margin-bottom: 20px;
    }
}

.include .ıncluded-background {
    background-color: #00abed;
    color: white;
    height: 439px;
    padding: 30px 20px 30px 50px;
}

.include .notıncluded-background {
    background-color: #0099d3;
    color: white;
    height: 439px;
    padding: 30px 20px 30px 20px;
}

.include .included {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 35px;
    font-weight: 900;
    color: #ffffff;
    font-weight: bold;
}

@media (min-width: 992px) {
    .include .included {
        font-size: 40px;
    }
}

@media (min-width: 1200px) {
    .include .included {
        font-size: 60px;
    }
}

.include .notincluded {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 35px;
    font-weight: 900;
    color: #ffffff;
    font-weight: bold;
}

@media (min-width: 992px) {
    .include .notincluded {
        font-size: 40px;
    }
}

@media (min-width: 1200px) {
    .include .notincluded {
        font-size: 60px;
    }
}

.include .Rectangle-Included h4 {
    margin-left: 20px;
}

.include .Rectangle-Included ul {
    margin-left: 10px;
    list-style-image: url("/images/icons8-checkmark-24.png");
}

.include .Rectangle-Included ul li {
    margin-top: 5px;
}

.include .notıncluded-background ul {
    padding-left: 12px;
}

@media (max-width: 572px) {
    .include .Rectangle-Included ul {
        list-style-image: url("/images/icons8-checkmark-24.png");
        padding-left: 12px;
    }
}

@media (max-width: 767px) {
    .include .ıncluded-background {
        margin-left: -30px;
    }
}

@media (min-width: 768px) {
    .include .ıncluded-background {
        width: auto;
    }

    .include .notıncluded-background {
        width: auto;
    }
}

.RectangleGallery {
    background-color: #f7f7f7;
    padding-top: 33px;
    padding-bottom: 60px;
}

.RectangleGallery h4 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 35px;
    font-weight: 900;
    color: #9b9b9b;
    margin-bottom: 30px;
}

@media (min-width: 991px) {
    .RectangleGallery h4 {
        font-size: 50px;
    }
}

@media (min-width: 1200px) {
    .RectangleGallery h4 {
        font-size: 70px;
    }
}

.RectangleGallery .galleryimg {
    width: 100%;
}

.calendar {
    padding: 30px;
    height: 180px;
    background-color: #ffa407;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.calendar a {
    font-family: Helvetica;
    font-weight: 600;
    background-color: #ffffff;
    color: #636363;
    font-size: 25px;
    padding: 35px 160px;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
}

.calendar a:hover {
    color: #0056b3;
}

@media (min-width: 768px) {
    .calendar .calendar a {
        font-size: 35px;
    }
}

@media (min-width: 992px) {
    .calendar .calendar a {
        font-size: 40px;
    }
}

.contact {
    background-color: #dedede;
    padding-bottom: 50px;
}

.contact .form {
    background: -webkit-gradient(linear, left top, right top, from(#273992), to(#00d4ff));
    background: linear-gradient(90deg, #273992 0%, #00d4ff 100%);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom: 60px;
}

.contact .form h4 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 900;
    color: white;
    padding-top: 16px;
    padding-left: 22px;
    font-size: 35px;
}

@media (min-width: 992px) {
    .contact .form h4 {
        font-size: 34px;
    }
}

.contact .form p {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    color: white;
    padding-top: 16px;
    padding-bottom: 12px;
    padding-left: 22px;
}

.contact .form button {
    height: 100px;
    margin-bottom: 0px;
}

.contact .form textarea {
    height: 175px;
}

.contact .head {
    font-family: 'Roboto Condensed', sans-serif;
    padding-top: 20px;
    padding-left: 28px;
}

.contact .head h4 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 900;
    color: #787878;
    margin-bottom: 16px;
}

@media (max-width: 992px) {
    .contact .head h4 {
        font-size: 30px;
    }

    .contact .head .office {
        font-size: 18px;
    }
}

@media (min-width: 992px) {
    .contact .head h4 {
        font-size: 34px;
    }

    .contact .head .office {
        font-size: 18px;
    }
}

.contact .head .office {
    color: #787878;
}

.contact .head .office .office-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: normal;
}

.contact .head .office .oval {
    min-width: 70px;
    min-height: 70px;
    background-color: #c4c4c4;
    border-radius: 50%;
    margin-right: 10px;
    margin-bottom: 10px;
}

@media (max-width: 992px) {
    .contact .head .office .oval {
        width: 40px;
        height: 40px;
    }
}

.contact .head .socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact .head .socials h6 {
    font-size: 20px;
    font-weight: bold;
    color: #a6a6a6;
    margin-right: 30px;
}

@media (min-width: 992px) {
    .contact .head .socials h6 {
        font-size: 30px;
    }
}

.contact .head .socials a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 50px;
    min-height: 50px;
    border-radius: 50%;
    margin-right: 10px;
}

@media (min-width: 992px) {
    .contact .head .socials a {
        min-width: 50px;
        min-height: 50px;
        margin-right: 15px;
    }
}

.contact .head .socials a.blue {
    background-color: #1877f2;
}

.contact .head .socials a.pink {
    background-color: #c32aa3;
}

.contact .head .socials a.info {
    background-color: #4a76a8;
}

.contact .head .socials a.red {
    background-color: #ff0000;
}

.contact .head .socials a i {
    line-height: 1;
    font-size: 30px;
    color: white;
}

@media (min-height: 992px) {
    .contact .head .socials a i {
        font-size: 40px;
    }
}

/*# sourceMappingURL=page.css.map */
