.counting__number {
    display: flex;
}

.register_from {
    text-align: center;
}

.register_from img {
    width: 250px;
}

.section-head p {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    padding-top: 10px;
    text-align: center;
    line-height: 23px;
}

section .section-head {
    padding-bottom: 30px;
}

.section-head .section__title {
    margin-bottom: 15px;
}

.home-about .about-types .wt-icon-box-wraper {
    text-align: center;
}

.home-about .about-types .wt-icon-box-wraper .icon-lg {
    margin-bottom: 12px;
    width: 80px;
    display: inline-block;
    text-align: center;
}

.home-about .wt-icon-box-wraper .bg-white {
    background-color: #fff;
    margin: 2px;
    padding: 18px;
}

section.about-us {
    background: #f5f6f6;
}

.home-about .wt-icon-box-wraper .icon-content {
    padding-bottom: 20px;
}

.home-about .wt-icon-box-wraper .icon-content p {
    line-height: 1.7;
}

.home-about h5.wt-tilte {
    margin-bottom: 10px;
}

.home-about .animate_line:hover:after,
.home-about .animate_line:hover:before {
    width: 50%;
    height: 50%;
    background: #fdc236;
}

.home-about .animate_line:after,
.home-about .animate_line:before {
    content: "";
    height: 4px;
    width: 0px;
    position: absolute;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    z-index: -1;
}

.home-about .animate_line:before {
    right: 0;
    top: -2px;
}

.home-about .animate_line:after {
    left: 0;
    bottom: -2px;
}

section .home-about .wt-icon-box-wraper {
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}

section .home-about .animate_line {
    position: relative;
    z-index: 0;
}

.no-padding {
    padding: 0;
}

.tab-content .project-item {
    position: relative;
}

.tab-content .project-item .box-text {
    position: absolute;
    top: 0;
    padding: 15px 5px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    transition: all 0.2s;
    transform: scale(0);
}

.tab-content .project-item:hover .box-text {
    background: rgba(0, 0, 0, 0.54);
    transform: scale(1);
}

.tab-content .project-item:hover .box-text h3 {
    opacity: 1;
    color: #fdc236;
}

.tab-content .project-item .box-text h3 {
    font-size: 14px;
    width: 100%;
    text-align: center;
    transition: all 0.3s;
    opacity: 0;
}

.tab-content .project-item .box-image img {
    height: 250px;
    object-fit: cover;
}

section.home-project .nav-pills {
    justify-content: center;
}

.home-project .nav-pills .nav-item {
    margin-right: 10px;
}

.home-project .nav-pills .nav-item:last-child {
    margin-right: 0;
}

.home-project .nav-pills .nav-item .nav-link {
    background-color: unset;
    color: #666;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}

.home-project .nav-pills .nav-item .nav-link.active {
    color: #f26522;
}

.home-project .nav-pills {
    margin-bottom: 30px !important;
}

section.why-choose-us .section__desc {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    padding-top: 10px;
}

section.why-choose-us .feature-item-big .why-icon {
    display: inline-block;
    width: 150px;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

section.why-choose-us .feature-item-big .box-header {
    margin-top: 35px;
    padding-bottom: 5px;
    margin-bottom: 0;
    font-size: 18px;
    color: #000;
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
}

section.why-choose-us .feature-item-big .box-header:after {
    display: block;
    content: "";
    background: #fdc236;
    width: 40px;
    height: 2px;
    margin-top: 13px;
    margin-left: auto;
    margin-right: auto;
}

section.why-choose-us .feature-item-big p {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    line-height: 26px;
    padding: 0;
    margin-top: 19px;
    margin-bottom: 0;
}

section.home-project {
    position: relative;
}

section.home-project:after {
    background-image: url('../images/scale-bottom.png');
    background-position: bottom;
    background-repeat: repeat-x;
    bottom: -15px;
    content: "";
    position: absolute;
    left: 0px;
    width: 100%;
    height: 50px;
    opacity: 0.4;
}

section.home-project:before {
    background-image: url('../images/scale-top.png');
    background-position: top;
    background-repeat: repeat-x;
    top: -15px;
    content: "";
    position: absolute;
    left: 0px;
    width: 100%;
    height: 50px;
    opacity: 0.4;
}

section h2.section__title {
    color: #090043 !important;
}

.section-3__title {
    background-color: #090043;
}

.btn-movetop {
    background-color: #090043;
}

.register .input-group .input-group-append .input-group-text .fa {
    background-color: #090043;
}

.footer__title:after {
    border-bottom: 2px solid #090043;
}

.section-3__menu a.active,
.section-3__menu a:hover,
.policy__title {
    color: #f60505;
}

.btn-primary {
    background-color: #f60505;
}

.contact-info__icon {
    color: #f60505;
}

.text-primary {
    color: #090043 !important;
}

.home-project .section__desc {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    padding-top: 10px;
    line-height: 24px;
}

.video-swrapper {
    position: relative;
    width: 100%;
    height: 542px;
}

.banner-slider-youtube {
    position: absolute;
    z-index: 100;
    top: 50%;
    left: 50%;
    width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.video-swrapper {
    position: relative;
    height: 100%;
}

.video-swrapper .about-video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.video-swrapper .about-video-frame img {
    height: 600px;
    object-fit: fill;
}

.home-about .about-types .icon-content p {
    min-height: 95px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    max-height: 7.5em;
}


@media (min-width: 767px) {
    .news-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}



span.icon-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.5);
    width: 60px;
    height: 60px;
    border-radius: 50px;
    transition: all 0.2s;
}

span.icon-video i {
    font-size: 29px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-item,
.video-slide {
    position: relative;
}

.video-item .video-link {
    display: block;
}

.video-item:hover .icon-video {
    width: 65px;
    height: 65px;
}

.video-slide .swiper-button-next.video-next,
.video-slide .swiper-button-prev.video-prev {
    width: 37px;
    height: 37px;
    border-radius: 100px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
}

.video-slide .swiper-button-next.video-next i,
.video-slide .swiper-button-prev.video-prev i {
    font-size: 30px;
    color: #090043;
}

.video-slide .swiper-button-next.video-next:after,
.video-slide .swiper-button-prev.video-prev:after {
    content: unset;
}

.video-slide .swiper-button-next.video-next {
    right: -50px;
}

.video-slide .swiper-button-prev.video-prev {
    left: -50px;
}

section.home-project .tab-content .tab-pane {
    transform: translateY(50px);
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
    display: block;
    height: 0;
}

section.home-project .tab-content .tab-pane.active {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
    height: auto;
}

@media (min-width: 1200px) {
    .logo img {
        height: 77px;
    }
}

@media (max-width:425px) {



    .video-slide .swiper-button-next.video-next,
    .video-slide .swiper-button-prev.video-prev {
        background: #fff;
    }

    .video-slide .swiper-button-next.video-next {
        right: -15px;
    }

    .video-slide .swiper-button-prev.video-prev {
        left: -15px;
    }

    .video-swrapper .about-video-frame img {
        height: auto;
        object-fit: fill;
    }

    .box-image img {
        width: 100%;
        padding: 10px;
    }
}