.box-sizing {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body {
    background: #ffffff;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    color: #5d5d5d;
    font-weight: 400;
}

a {
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    font-family: "Montserrat", sans-serif;
    color: #5d5d5d;
    font-weight: 400;
}

a:hover {
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    color: #5d5d5d;
}

a:visited {
    text-decoration: none;
}

ul.reset {
    list-style: none;
    margin: 0;
    padding: 0;
}

.blur-white {
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(5px);
}

@keyframes openFader {
    from {
        transform: translateY(10px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.main-head {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width: 1200px) {
    .main-head {
        position: Relative;
        z-index: 1;
    }
}

.main-head .main-head-inner {
    background: rgba(22, 60, 139, 0.75);
}

@media (min-width: 1200px) {
    .main-head .main-head-inner {
        padding-bottom: 310px;
        backdrop-filter: blur(8px);
        position: Relative;
    }
}

@media (max-width: 1199px) {
    .main-head .main-head-inner {
        padding-bottom: 200px;
    }
}

.main-head .main-head-inner.sub-head-inner {
    padding-bottom: 0 !important;
}

@media (min-width: 1200px) {
    .main-head .head-top {
        position: Relative;
    }
}

.main-head .head-top .logo img {
    display: block;
    max-width: 100%;
}

@media (max-width: 1199px) {
    .main-head .head-top .main-menu {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: none;
        z-index: 10000;
        padding: 70px 20px 20px 20px;
        background: #1c418e;
    }
}

@media (min-width: 1200px) {
    .main-head .head-top .main-menu ul li {
        width: 15%;
        text-align: Center;
    }

    .main-head .head-top .main-menu ul li.bigger {
        width: 25% !important;
    }
}

.main-head .head-top .main-menu ul li:first-child {
    margin-left: 0;
}

.main-head .head-top .main-menu ul li:last-child {
    margin-right: 0;
}

.main-head .head-top .main-menu ul li a {
    color: #ffffff;
    font-size: 17px;
    display: block;
    padding: 10px;
}

.main-head .head-top .main-menu ul li a:hover {
    font-weight: 700;
}

.main-head .head-top .main-menu ul li.active a {
    font-weight: 700;
}

.main-head .head-top .main-menu ul li:hover > a {
    font-weight: bold;
}

@media (min-width: 1200px) {
    .main-head .head-top .main-menu ul li:hover .menu-dropdown {
        animation-duration: 0.5s;
        animation-name: openFader;
        display: block;
        animation-fill-mode: forwards;
    }
}

.main-head .head-top .main-menu ul li .menu-dropdown {
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(19px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    padding: 10px;
}

@media (min-width: 1200px) {
    .main-head .head-top .main-menu ul li .menu-dropdown {
        position: absolute;
        display: none;
        width: 480px;
    }
}

@media (max-width: 1199px) {
    .main-head .head-top .main-menu ul li .menu-dropdown {
        display: none;
    }
}

.main-head .head-top .main-menu ul li .menu-dropdown .drop-links a {
    padding: 0;
    margin: 0 0 10px 0;
    font-size: 15px;
    text-align: left;
}

.main-head .head-top .main-menu ul li .menu-dropdown .drop-links a:last-child {
    margin-bottom: 0;
}

.main-head .head-top .main-menu ul li .menu-dropdown .drop-img img {
    display: block;
    width: 100%;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
}

.main-head .head-link {
    padding: 7px 10px;
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(5px);
    color: #ffffff;
    display: inline-block;
    font-size: 17px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
}

.main-head .head-link:hover {
    background: #ea000f;
    color: #ffffff;
    border-color: #ea000f;
}

.main-head .head-link-red {
    /* @media (min-width:1920px) {
      right:-130px;
      position:absolute;
      top:65px;
      } */
    /* @media (min-width:1200px) and (max-width:1919px) {
        right:0px;
        position:absolute;
        top:20px;
      } */
    padding: 9px 10px;
    color: #ffffff;
    border: 1px solid #ea000f;
    background: #ea000f;
    font-size: 17px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
}

@media (max-width: 1199px) {
    .main-head .head-link-red {
        display: inline-block;
    }
}

.main-head .head-link-red:hover {
    background: #1c418e;
    color: #ffffff;
    border-color: #1c418e;
}

.main-head .head-search {
    max-width: 826px;
    margin: 0 auto;
    color: #ffffff;
}

@media (min-width: 1200px) {
    .main-head .head-search {
        margin-top: 70px;
    }
}

@media (max-width: 1199px) {
    .main-head .head-search {
        margin-top: 30px;
    }
}

.main-head .head-search .title {
    font-weight: 600;
}

@media (min-width: 1200px) {
    .main-head .head-search .title {
        font-size: 77px;
    }
}

@media (max-width: 1199px) {
    .main-head .head-search .title {
        font-size: 30px;
    }
}

.main-head .head-search .title span {
    display: block;
    font-weight: 300;
}

.main-head .head-search .text {
    font-weight: 300;
}

@media (min-width: 1200px) {
    .main-head .head-search .text {
        font-size: 31px;
    }
}

@media (max-width: 1199px) {
    .main-head .head-search .text {
        font-size: 20px;
    }
}

.main-head .head-search .search-bar {
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(5px);
    padding: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.main-head .head-search .search-bar .search-select {
    height: 60px;
    outline: none;
    display: block;
    background: rgba(255, 255, 255, 0.25) url("../images/icon-down.svg") no-repeat right 20px center;
    cursor: pointer;
    padding: 0 15px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    color: #ffffff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
}

.main-head .head-search .search-bar .search-select:focus {
    outline: none;
}

.main-head .head-search .search-bar .search-select option {
    color: #1c418e;
    font-size: 16px;
}

.main-head .head-search .search-bar .search-submit {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: transparent;
    border: none;
    color: #ffffff;
    font-size: 24px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    display: block;
}

.main-head .head-search .search-bar .search-submit:hover {
    background: rgba(255, 255, 255, 0.25);
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.sub-head .main-menu ul li .menu-dropdown {
    background: rgba(0, 0, 0, 0.5) !important;
}

@media (min-width: 1200px) {
    .head-socials {
        left: 30px;
        position: absolute;
        z-index: 10;
        top: 50%;
        transform: translateY(-50%);
    }
}

@media (max-width: 1199px) {
    .head-socials {
        left: 0;
        position: fixed;
        width: 100%;
        bottom: 20px;
        display: none;
        z-index: 9999999;
        right: 0;
    }
}

@media (max-width: 1199px) {
    .head-socials ul {
        display: flex;
        align-items: Center;
        justify-content: center;
    }
}

@media (min-width: 1200px) {
    .head-socials ul li {
        margin: 15px 0;
    }
}

@media (max-width: 1199px) {
    .head-socials ul li {
        margin: 0 15px;
    }
}

.head-socials ul li a {
    display: block;
    color: rgba(255, 255, 255, 0.2);
    text-align: Center;
}

@media (min-width: 1200px) {
    .head-socials ul li a {
        font-size: 25px;
    }
}

@media (max-width: 1199px) {
    .head-socials ul li a {
        font-size: 19px;
    }
}

.head-socials ul li a:hover {
    color: #ffffff;
}

.main-content {
    /* @media (min-width:1200px) {
      position:relative;
      z-index:2;
    } */
    background: url("../images/figure1.svg") no-repeat top 340px right 154px;
}

.main-content .main-content-inner {
    background: url("../images/figure2.svg") no-repeat top 500px left;
}

.sub-content {
    background: url("../images/figure7.svg") no-repeat top 140px right -154px !important;
}

.sub-content .main-content-inner {
    background: url("../images/figure8.svg") no-repeat top 500px left !important;
}

.title-one {
    margin: 0;
    padding: 0;
    color: #1c418e;
    font-weight: 400;
}

@media (min-width: 1200px) {
    .title-one {
        font-size: 40px;
    }
}

@media (max-width: 1199px) {
    .title-one {
        font-size: 25px;
    }
}

.title-one.text-white {
    color: #ffffff !important;
}

.title-hbr {
    margin: 0;
    padding: 0;
    color: #1c418e;
    font-weight: 400;
}

@media (min-width: 1200px) {
    .title-hbr {
        font-size: 37px;
    }
}

@media (max-width: 1199px) {
    .title-hbr {
        font-size: 25px;
    }
}

.title-hbr.text-white {
    color: #ffffff !important;
}

.home-liveon-aci {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    margin-top: -170px;
    background: #ffffff;
    -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.09);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
}

@media (min-width: 1200px) {
    .home-liveon-aci {
        max-width: 1120px;
    }
}

@media (max-width: 1199px) {
    .home-liveon-aci {
        max-width: 95%;
    }
}

.home-liveon-aci .item a {
    display: block;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    position: Relative;
    overflow: hidden;
    background-size: cover;
    background-position: Center center;
}

@media (min-width: 768px) {
    .home-liveon-aci .item a {
        height: 356px;
    }
}

@media (max-width: 767px) {
    .home-liveon-aci .item a {
        height: 256px;
    }
}

.home-liveon-aci .item a .item-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #ea000f;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    color: #ffffff;
    display: flex;
    align-items: Center;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    text-align: Center;
}

@media (min-width: 768px) {
    .home-liveon-aci .item a .item-bottom {
        height: 165px;
        padding: 0 30px;
    }
}

@media (max-width: 767px) {
    .home-liveon-aci .item a .item-bottom {
        height: 125px;
        padding: 0 20px;
    }
}

@media (min-width: 1200px) {
    .home-liveon-aci .item a .item-bottom {
        font-size: 25px;
    }
}

@media (max-width: 1199px) {
    .home-liveon-aci .item a .item-bottom {
        font-size: 14px;
    }
}

.home-liveon-aci .item a .item-bottom span {
    display: block;
    width: 100%;
}

.home-liveon-aci .item a:hover .item-bottom {
    height: 100%;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    background: rgba(234, 0, 15, 0.7);
}

.our-container .our-companys-slider .oc-item {
    text-align: Center;
    background: #1c418e;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    border: 2px solid #1c418e;
    padding: 15px 10px;
}

.our-container .our-companys-slider .oc-item .oc-info {
    color: #ffffff;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    margin-bottom: 15px;
}

@media (min-width: 1200px) {
    .our-container .our-companys-slider .oc-item .oc-info {
        font-size: 20px;
    }
}

@media (max-width: 1199px) {
    .our-container .our-companys-slider .oc-item .oc-info {
        font-size: 15px;
    }
}

.our-container .our-companys-slider .oc-item .oc-info a {
    color: #ffffff;
}

@media (min-width: 1200px) {
    .our-container .our-companys-slider .oc-item .oc-info a {
        font-size: 20px;
    }
}

@media (max-width: 1199px) {
    .our-container .our-companys-slider .oc-item .oc-info a {
        font-size: 15px;
    }
}

.our-container .our-companys-slider .oc-item .oc-button {
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 300;
}

@media (min-width: 1200px) {
    .our-container .our-companys-slider .oc-item .oc-button {
        padding: 5px 20px;
    }
}

@media (max-width: 1199px) {
    .our-container .our-companys-slider .oc-item .oc-button {
        padding: 5px 10px;
    }
}

.our-container .our-companys-slider .oc-item .oc-button:hover {
    background: #ea000f !important;
    color: #ffffff;
}

.our-container .our-companys-slider .oc-item:hover {
    border-color: #1c418e;
    background: #ffffff;
}

.our-container .our-companys-slider .oc-item:hover .oc-info {
    color: #1c418e;
}

.our-container .our-companys-slider .oc-item:hover .oc-info a {
    color: #1c418e;
}

.our-container .our-companys-slider .oc-item:hover .oc-button {
    background: #1c418e;
    color: #ffffff;
}

@media (min-width: 1200px) {
    .our-container {
        max-width: 1120px;
        margin: 0 auto;
        margin-top: 90px;
    }
}

@media (max-width: 1199px) {
    .our-container {
        margin-top: 40px;
        padding: 0 20px;
    }
}

.news-bg {
    background: url("../images/bg2.jpg") no-repeat center center;
    background-size: cover;
    position: relative;
    z-index: 1;
}

@media (min-width: 1200px) {
    .news-bg {
        height: 500px;
        padding-top: 70px;
    }
}

@media (max-width: 1199px) {
    .news-bg {
        padding: 30px 0 150px 0;
    }
}

@media (min-width: 1200px) {
    .news-bg {
        margin-top: 100px;
    }
}

@media (max-width: 1199px) {
    .news-bg {
        margin-top: 70px;
    }
}

.news-slider-content {
    position: Relative;
    z-index: 2;
}

@media (min-width: 1200px) {
    .news-slider-content {
        margin-top: -300px;
    }
}

@media (max-width: 1199px) {
    .news-slider-content {
        margin-top: -100px;
    }
}

.news-slider-content .news-content {
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
}

.news-slider-content .news-content::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: -moz-linear-gradient(left, #163c8b 0%, rgba(22, 60, 139, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #163c8b 0%, rgba(22, 60, 139, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #163c8b 0%, rgba(22, 60, 139, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#163c8b', endColorstr='#00163c8b', GradientType=1);
    /* IE6-9 */
    content: "";
    z-index: 1;
}

.news-slider-content .news-content .news-image img {
    display: block;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

@media (min-width: 576px) {
    .news-slider-content .news-content .news-image img {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .news-slider-content .news-content .news-image img {
        width: 180%;
        margin-left: -40%;
    }
}

.news-slider-content .news-content:hover .news-image img {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transform: scale(1.05);
}

.news-slider-content .news-content .news-link {
    position: absolute;
    z-index: 2;
}

@media (min-width: 1200px) {
    .news-slider-content .news-content .news-link {
        left: 50px;
        top: 50px;
    }
}

@media (max-width: 1199px) {
    .news-slider-content .news-content .news-link {
        left: 20px;
        top: 20px;
    }
}

.news-slider-content .news-content .news-link a {
    display: block;
    padding: 7px 25px;
    color: #ffffff;
    backdrop-filter: blur(1px);
    background: rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    font-weight: 700;
}

@media (min-width: 1200px) {
    .news-slider-content .news-content .news-link a {
        font-size: 20px;
    }
}

@media (max-width: 1199px) {
    .news-slider-content .news-content .news-link a {
        font-size: 14px;
    }
}

.news-slider-content .news-content .news-link a:hover {
    background: #ea000f;
}

.news-slider-content .news-content .news-info {
    position: absolute;
    z-index: 2;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    color: #ffffff;
    border-left: 3px solid transparent;
}

@media (min-width: 1200px) {
    .news-slider-content .news-content .news-info {
        bottom: 50px;
        left: 50px;
        max-width: 390px;
    }
}

@media (max-width: 1199px) {
    .news-slider-content .news-content .news-info {
        bottom: 20px;
        left: 20px;
    }
}

.news-slider-content .news-content .news-info .date {
    font-weight: 300;
}

@media (min-width: 1200px) {
    .news-slider-content .news-content .news-info .date {
        font-size: 29px;
    }
}

@media (max-width: 1199px) {
    .news-slider-content .news-content .news-info .date {
        font-size: 14px;
    }
}

.news-slider-content .news-content .news-info a {
    color: #ffffff;
}

.news-slider-content .news-content .news-info .title {
    font-weight: 800;
}

@media (min-width: 1200px) {
    .news-slider-content .news-content .news-info .title {
        font-size: 53px;
        line-height: 55px;
    }
}

@media (max-width: 1199px) {
    .news-slider-content .news-content .news-info .title {
        font-size: 18px;
        line-height: 20px;
    }
}

.news-slider-content .news-content .news-info .school {
    color: #ffffff;
    margin-top: 5px;
}

@media (min-width: 1200px) {
    .news-slider-content .news-content .news-info .school {
        font-size: 23px;
    }
}

@media (max-width: 1199px) {
    .news-slider-content .news-content .news-info .school {
        font-size: 14px;
    }
}

@media (min-width: 1200px) {
    .news-slider-content .news-content:hover .news-info {
        left: 70px;
        transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        border-left-color: #ea000f;
        padding-left: 40px;
    }
}

.news-slider-two {
    margin-left: -10px;
    margin-top: 50px;
}

.news-slider-two .items {
    padding: 0 10px;
}

.nst-content {
    position: Relative;
}

.nst-link {
    position: absolute;
    z-index: 4;
}

@media (min-width: 1200px) {
    .nst-link {
        top: 40px;
        left: 40px;
    }
}

@media (max-width: 1199px) {
    .nst-link {
        top: 20px;
        left: 20px;
    }
}

.nst-link a {
    display: block;
    padding: 7px 30px;
    color: #ffffff;
    backdrop-filter: blur(6px);
    background: rgba(255, 255, 255, 0.2);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    font-weight: 700;
}

@media (min-width: 1200px) {
    .nst-link a {
        font-size: 20px;
    }
}

@media (max-width: 1199px) {
    .nst-link a {
        font-size: 14px;
    }
}

.nst-link a:hover {
    background: #ea000f;
}

.hbr-link {
    position: absolute;
    z-index: 4;
}

@media (min-width: 1200px) {
    .hbr-link {
        top: 20px;
        left: 20px;
    }
}

@media (max-width: 1199px) {
    .hbr-link {
        top: 20px;
        left: 20px;
    }
}

.hbr-link a {
    display: block;
    padding: 7px 30px;
    color: #ffffff;
    backdrop-filter: blur(6px);
    background: rgba(255, 255, 255, 0.2);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    font-weight: 600;
}

@media (min-width: 1200px) {
    .hbr-link a {
        font-size: 15px;
    }
}

@media (max-width: 1199px) {
    .hbr-link a {
        font-size: 14px;
    }
}

.hbr-link a:hover {
    background: #ea000f;
}

.nst-img {
    display: block;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
    position: Relative;
    width: 100%;
    z-index: 1;
}

.nst-img img {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.nst-img:hover img {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transform: scale(1.1);
}

.nst-img::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: -moz-linear-gradient(left, #163c8b 0%, rgba(22, 60, 139, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #163c8b 0%, rgba(22, 60, 139, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #163c8b 0%, rgba(22, 60, 139, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#163c8b', endColorstr='#00163c8b', GradientType=1);
    /* IE6-9 */
    content: "";
    z-index: 2;
}

.nst-img .nst-name {
    position: absolute;
    color: #ffffff;
    font-weight: 600;
    z-index: 3;
}

@media (min-width: 1200px) {
    .nst-img .nst-name {
        font-size: 23px;
        bottom: 40px;
        left: 40px;
    }
}

@media (max-width: 1199px) {
    .nst-img .nst-name {
        font-size: 17px;
        bottom: 20px;
        left: 20px;
    }
}

.nst-img .hbr-name {
    position: absolute;
    color: #ffffff;
    font-weight: 600;
    z-index: 3;
}

@media (min-width: 1200px) {
    .nst-img .hbr-name {
        font-size: 19px;
        bottom: 20px;
        left: 40px;
    }
}

@media (max-width: 1199px) {
    .nst-img .hbr-name {
        font-size: 17px;
        bottom: 20px;
        left: 20px;
    }
}


.our-winners {
    background: #ef3b46 url("../images/figure3.svg") no-repeat top 356px left;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    -ms-border-radius: 45px;
    border-radius: 45px;
}

@media (min-width: 1200px) {
    .our-winners {
        margin-top: 90px;
    }
}

@media (max-width: 1199px) {
    .our-winners {
        margin-top: 60px;
    }
}

.our-winners .our-winners-inner {
    background: url("../images/figure4.svg") no-repeat bottom right;
}

@media (min-width: 1200px) {
    .our-winners .our-winners-inner {
        padding: 40px 0;
    }
}

@media (max-width: 1199px) {
    .our-winners .our-winners-inner {
        padding: 40px 20px;
    }
}

.our-winners .our-winners-container {
    max-width: 1120px;
    margin: 0 auto;
}

.our-winners .our-winner {
    position: Relative;
    margin: 0 auto;
}

@media (min-width: 576px) {
    .our-winners .our-winner {
        width: 166px;
    }
}

.our-winners .our-winner::after {
    position: absolute;
    content: "";
    width: 70px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    height: 45px;
    background: url("../images/king-icon.svg") no-repeat;
    top: -30px;
    right: 0;
    left: 0;
    margin: auto;
}

.our-winners .our-winner .ow-img {
    background: #1c418e;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    margin: 0 auto;
    padding-top: 6px;
}

@media (min-width: 576px) {
    .our-winners .our-winner .ow-img {
        width: 166px;
        height: 166px;
    }
}

@media (max-width: 575px) {
    .our-winners .our-winner .ow-img {
        width: 116px;
        height: 116px;
    }
}

.our-winners .our-winner .ow-img span {
    display: block;
    padding-top: 6px;
    margin: 0 auto;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.3);
}

@media (min-width: 576px) {
    .our-winners .our-winner .ow-img span {
        width: 154px;
        height: 154px;
    }
}

@media (max-width: 575px) {
    .our-winners .our-winner .ow-img span {
        width: 104px;
        height: 104px;
    }
}

.our-winners .our-winner .ow-img span img {
    display: block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    margin: 0 auto;
}

@media (min-width: 576px) {
    .our-winners .our-winner .ow-img span img {
        width: 142px;
        height: 142px;
    }
}

@media (max-width: 575px) {
    .our-winners .our-winner .ow-img span img {
        width: 92px;
        height: 92px;
    }
}

.our-winners .our-winner .ow-rank {
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(9px);
    width: 130px;
    position: Relative;
    z-index: 2;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    padding: 5px 0;
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    text-align: Center;
    margin: 0 auto;
    margin-top: -30px;
}

.our-winners .our-winner .ow-name {
    color: #ffffff;
    font-weight: 700;
    font-size: 17px;
    margin-top: 5px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.our-winners .our-winner:hover::after {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transform: scale(1.2) translateY(-10px);
}

.our-winners .our-winner:hover .ow-name {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transform: scale(1.2);
}

.our-winners .our-winners-big {
    color: #ffffff;
}

@media (min-width: 1200px) {
    .our-winners .our-winners-big {
        font-size: 69px;
    }
}

@media (max-width: 1199px) {
    .our-winners .our-winners-big {
        font-size: 20px;
    }
}

.our-winners .our-winners-big span {
    display: block;
    font-weight: 500;
}

@media (min-width: 1200px) {
    .our-winners .our-winners-big span {
        font-size: 138px;
    }
}

@media (max-width: 1199px) {
    .our-winners .our-winners-big span {
        font-size: 30px;
    }
}

.home-contact {
    padding: 70px 0;
    background: url("../images/figure5.svg") no-repeat bottom 126px left -150px;
}

.home-contact .home-contact-cover {
    max-width: 950px;
    background: #F7F7F7;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    -ms-border-radius: 11px;
    border-radius: 11px;
    margin: 0 auto;
    padding: 30px;
}

.home-contact .home-contact-cover .hc-textarea {
    height: 249px;
    resize: none;
}

.form-checkbox {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.form-checkbox input {
    opacity: 0;
    position: absolute;
    margin-left: 7px;
}

.form-checkbox input:checked + span {
    opacity: 1;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.form-checkbox input:checked + span::after {
    opacity: 1;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.form-checkbox span {
    display: block;
    width: 25px;
    height: 25px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    position: relative;
    overflow: hidden;
    background: #1c418e;
    opacity: 0.3;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    margin-right: 15px;
}

.form-checkbox span::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    content: "\f00c";
    color: #ffffff;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    line-height: 26px;
    font-size: 14px;
    text-align: Center;
    width: 100%;
    height: 100%;
    position: absolute;
}

.form-checkbox div {
    color: #1c418e;
    font-weight: 500;
}

@media (max-width: 575px) {
    .form-checkbox div {
        max-width: 80%;
    }
}

.form-checkbox div a {
    font-weight: 500;
    text-decoration: underline;
    color: #1c418e;
}

.main-footer {
    border-radius: 50px 50px 0 0;
    -moz-border-radius: 50px 50px 0 0;
    -webkit-border-radius: 50px 50px 0 0;
    background: #1c418e url("../images/figure6.svg") no-repeat right center;
}

.main-footer .foot-top {
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
    font-weight: 700;
}

.main-footer .foot-top .foot-contacts div {
    margin-bottom: 25px;
}

.main-footer .foot-top .foot-contacts div:last-child {
    margin-bottom: 0;
}

.main-footer .foot-top .foot-contacts div a {
    color: #ffffff;
    font-weight: 700;
}

.main-footer .foot-top .foot-links li {
    margin-bottom: 25px;
}

.main-footer .foot-top .foot-links li:last-child {
    margin-bottom: 0;
}

.main-footer .foot-top .foot-links li a {
    color: #ffffff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    padding: 5px 10px;
    font-weight: 700;
}

.main-footer .foot-top .foot-links li a:hover {
    background: rgba(255, 255, 255, 0.2);
}

.main-footer .foot-socials li {
    margin-right: 20px;
}

.main-footer .foot-socials li:last-child {
    margin-right: 0;
}

.main-footer .foot-socials li a {
    font-size: 33px;
    color: rgba(255, 255, 255, 0.2);
}

.main-footer .foot-socials li a:hover {
    color: #ffffff;
}

@media (min-width: 1200px) {
    .mobile-menu {
        display: none;
    }
}

@media (max-width: 1199px) {
    .mobile-menu {
        position: absolute;
        right: 20px;
        top: 20px;
        z-index: 101;
        font-size: 30px;
        color: #ffffff;
    }
}

@media (min-width: 1200px) {
    .mobile-menu-close {
        display: none;
    }
}

@media (max-width: 1199px) {
    .mobile-menu-close {
        position: absolute;
        right: 20px;
        top: 20px;
        z-index: 101;
        font-size: 30px;
        color: #ffffff;
    }
}

@media (min-width: 1200px) {
    .sub-head-slider .shs-row {
        padding-bottom: 150px;
    }
}

@media (max-width: 1199px) {
    .sub-head-slider .shs-row {
        padding-bottom: 80px;
    }
}

.items .shs-img {
    display: inline-block;
    position: relative;
}

.items .shs-img img {
    display: inline-block !important;
    max-width: 100%;
}

.items .figure-one,
.items .figure-two,
.items .figure-three,
.items .figure-four,
.items .figure-five {
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(11px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.items .figure-one {
    width: 60px;
    height: 60px;
    top: 100px;
    left: 30px;
}

.items .figure-two {
    width: 90px;
    height: 120px;
    top: 78px;
    right: 100px;
}

.items .figure-three {
    width: 209px;
    height: 200px;
    bottom: 0px;
    right: 0px;
}

.items .figure-four {
    width: 209px;
    height: 200px;
    left: 0px;
    bottom: 5px;
}

.items .figure-five {
    width: 100px;
    height: 90px;
    left: 157px;
    bottom: 155px;
}

@media (max-width: 1199px) {
    .items .figure-one,
    .items .figure-two,
    .items .figure-three,
    .items .figure-four,
    .items .figure-five {
        display: none;
    }
}

.items .title {
    margin: 0;
    padding: 0;
    color: #ffffff;
    font-weight: 300;
}

@media (min-width: 1200px) {
    .items .title {
        line-height: 90px;
        font-size: 80px;
    }
}

@media (max-width: 1199px) {
    .items .title {
        line-height: 40px;
        font-size: 30px;
        text-align: center;
    }
}

.items .title span {
    font-weight: 500;
}

.sub-head-slider .slick-active .figure-one {
    animation: slideFigureOne 6s linear infinite;
    opacity: 1;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.sub-head-slider .slick-active .figure-two {
    animation: slideFigureTwo 6s linear infinite;
    animation-delay: 1s;
    opacity: 1;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.sub-head-slider .slick-active .figure-three {
    animation: slideFigureThree 6s linear infinite;
    animation-delay: 2s;
    opacity: 1;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.sub-head-slider .slick-active .figure-four {
    animation: slideFigureThree 6s linear infinite;
    opacity: 1;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.sub-head-slider .slick-active .figure-five {
    animation: slideFigureThree 6s linear infinite;
    opacity: 1;
    animation-delay: 1s;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

@keyframes slideFigureOne {
    0% {
        transform: translateX(0) translateY(0);
    }
    50% {
        transform: translateX(-10px) translateY(-10px);
    }
    100% {
        transform: translateX(0) translateY(0);
    }
}

@keyframes slideFigureTwo {
    0% {
        transform: translateX(0) translateY(0);
    }
    50% {
        transform: translateX(20px) translateY(0);
    }
    100% {
        transform: translateX(0) translateY(0);
    }
}

@keyframes slideFigureThree {
    0% {
        transform: translateX(0) translateY(0);
    }
    50% {
        transform: translateX(-10px) translateY(20px);
    }
    100% {
        transform: translateX(0) translateY(0);
    }
}

@media (min-width: 1200px) {
    .gallery {
        padding-top: 0px;
    }
}

@media (max-width: 1199px) {
    .gallery {
        padding-top: 40px;
    }
}

.gallery .gal-img {
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
}

@media (min-width: 768px) {
    .gallery .gal-img {
        height: 300px;
    }
}

.gallery .gal-img img {
    display: block;
    width: 100%;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

@media (min-width: 768px) {
    .gallery .gal-img img {
        min-height: 300px;
    }
}

.gallery .gal-img:hover img {
    transform: scale(1.1);
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.gallery .gal-small-img {
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
}

@media (min-width: 768px) {
    .gallery .gal-small-img {
        height: 137px;
    }
}

.gallery .gal-small-img img {
    display: block;
    width: 100%;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

@media (min-width: 768px) {
    .gallery .gal-small-img img {
        min-height: 137px;
    }
}

.gallery .gal-small-img:hover img {
    transform: scale(1.1);
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.sidebar .side-bar {
    background: #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
    padding: 10px 0;
}

.sidebar .side-bar ul li {
    display: block;
}

.sidebar .side-bar ul li.active a::after {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    opacity: 1;
}

.sidebar .side-bar ul li a {
    display: block;
    color: #1c418e;
    padding: 8px 0 8px 40px;
    position: relative;
}

.sidebar .side-bar ul li a:hover {
    background: rgba(0, 0, 0, 0.05);
}

.sidebar .side-bar ul li a:hover::after {
    opacity: 1;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.sidebar .side-bar ul li a::after {
    content: "";
    width: 10px;
    height: 10px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    opacity: 0;
    left: 20px;
    background: #ea000f;
    position: absolute;
    top: 15px;
}

.long-text {
    color: #5D5D5D;
    line-height: 30px;
    margin: 0;
    padding: 0;
}

.our-profile {
    background: #ffffff;
    -webkit-box-shadow: 0 0 25px 0 rgba(25, 0, 255, 0.12);
    -moz-box-shadow: 0 0 25px 0 rgba(25, 0, 255, 0.12);
    box-shadow: 0 0 25px 0 rgba(25, 0, 255, 0.12);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
}

.our-profile .op-img img {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    display: block;
    width: 100%;
}

.our-profile .op-infos {
    font-size: 14px;
}

.our-profile .op-infos a {
    color: #000;
}

.our-profile .op-infos a:hover {
    color: #1c418e;
}

.contact-maps iframe {
    display: block;
    border: none;
    height: 500px;
    width: 100%;
}

.company-links {
    border-bottom: 2px solid #1c418e;
}

.contact-page-form {
    background: #F7F7F7;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
}

.file-control {
    background: #ffffff url("../images/attach.svg") no-repeat right 20px center;
    cursor: pointer;
    padding-right: 40px;
}

.file-control input {
    display: none;
}

/* Türkiye Haritası */
.svg-turkiye-haritasi svg {
    width: 100%;
    height: auto;
}

.il-isimleri {
    position: absolute;
    z-index: 2;
}

.il-isimleri div {
    display: inline-block;
    background: black;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(9px);
    color: #fff;
    padding: 8px 16px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
}

.il-isimleri div::after {
    content: "";
    position: absolute;
    left: -34px;
    width: 34px;
    height: 53px;
    top: 20px;
    background: url("../images/mapborderline.png") no-repeat;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
    animation-name: tabOpen;
    animation-duration: 1s;
    animation-iteration-count: 1;
}

@keyframes tabOpen {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

#svg-turkiye-haritasi path {
    cursor: pointer;
    fill: #4B6BAF;
    z-index: 2;
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.2));
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

#svg-turkiye-haritasi path:hover {
    fill: #ea000f;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.cityDeactive path {
    z-index: 3;
    fill: #D3DDF0 !important;
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0));
}
