:root {
    --white: #fff;
    --black: #000;
    --primary: #0070a8;
    --second: #ffddb3;
    --body: #140f08
}

h1,
h2,
h3,
h4,
h5 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25
}

a,
button,
i,
img {
    transition: all ease .4s
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeindown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@media screen and (max-width:996px) {
    .fadeindown {
        animation: none
    }
}

.home-blog .blog-item .box-content p,
.line-3,
.service-item .box-content p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.home-blog .blog-item .box-content h4,
.line-2,
.service-item .box-content h4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.line-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

body {
    color: #353535
}

.box-btn .primary-btn,
.box-btn .second-btn {
    font-size: 14px;
    color: #fff;
    background: var(--primary);
    display: inline-flex;
    border-radius: 5px;
    height: 40px;
    align-items: center;
    padding-left: 15px;
    border: 1px solid var(--primary);
    padding-right: 15px
}

.box-btn .primary-btn:hover,
.box-btn .second-btn:hover {
    filter: brightness(1.2)
}

.box-btn .primary-btn i,
.box-btn .second-btn i {
    font-size: 14px;
    margin-left: 10px
}

.box-btn .second-btn {
    background: #fff;
    color: var(--primary);
    border: 1px solid #fff
}

.box-btn .second-btn:hover {
    background: var(--primary);
    color: #fff
}

.banner-slider .box-img {
    aspect-ratio: 1920/720
}

@media screen and (max-width:996px) {
    .banner-slider .box-img {
        aspect-ratio: 3/2
    }
}

.banner-slider .box-img img {
    height: 100%;
    object-fit: cover;
    object-position: 39% 14%
}

.banner-slider .item {
    position: relative
}

.banner-slider .item .box-content {
    position: absolute;
    padding: 20px 20px 20px 20px;
    width: 50%;
    background-color: rgba(0, 0, 0, .54);
    bottom: 100px;
    z-index: 2;
    left: 120px
}

@media screen and (max-width:996px) {
    .banner-slider .item .box-content {
        bottom: 20px;
        width: calc(100% - 30px);
        left: 15px
    }
}

.banner-slider .item .box-content h4 {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    margin: 15px 0
}

.banner-slider .item .box-content h2 {
    font-size: 70px;
    color: #fff;
    margin: 15px 0
}

@media screen and (max-width:996px) {
    .banner-slider .item .box-content h2 {
        font-size: 24px
    }
}

.banner-slider .item .box-content p {
    color: rgba(255, 255, 255, .7)
}

@media screen and (max-width:996px) {
    .banner-slider .item .box-content p {
        display: none
    }
}

.banner-slider .item .box-content .box-btn {
    gap: 20px;
    display: flex
}

.box-title h2 {
    color: #1c1c1c;
    margin-bottom: 40px;
    font-size: 35px
}

@media screen and (max-width:996px) {
    .box-title h2 {
        font-size: 24px;
        margin-bottom: 20px
    }
}

.home-about {
    padding: 60px 0;
    background: #fff
}

@media screen and (max-width:996px) {
    .home-about {
        padding: 30px 0
    }
}

.home-about .box-title {
    text-align: center
}

figcaption {
    text-align: center;
    margin-top: 10px;
    font-style: italic;
    color: #888
}

.home-whyus {
    overflow: hidden;
    background-image: url(../images/banner-2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed
}

.home-whyus .vuta-row {
    margin: 0
}

.home-whyus .vuta-row [class^=vuta-col-] {
    padding: 0
}

.home-whyus .wraper .box-content {
    background: var(--primary);
    padding: 40px 40px 40px 40px
}

@media screen and (max-width:996px) {
    .home-whyus .wraper .box-content {
        padding: 20px
    }
}

.home-whyus .wraper .box-content .box-title h2 {
    color: #fff
}

.home-whyus .wraper .box-content ul li {
    margin-bottom: 15px;
    color: #fff;
    position: relative;
    padding-left: 30px
}

.home-whyus .wraper .box-content ul li::before {
    content: "\f046";
    font-family: FontAwesome;
    margin-right: 10px;
    top: -2px;
    font-size: 18px;
    left: 0;
    position: absolute
}

.home-service {
    padding: 60px 0
}

@media screen and (max-width:996px) {
    .home-service {
        padding: 30px 0
    }
}

.home-service .box-title {
    text-align: center
}

.home-blog .blog-item,
.service-item {
    margin-bottom: 20px
}

.home-blog .blog-item .box-img,
.service-item .box-img {
    aspect-ratio: 16/9;
    overflow: hidden
}

.home-blog .blog-item .box-img img,
.service-item .box-img img {
    height: 100%;
    transition: all ease .4s
}

.home-blog .blog-item .box-content,
.service-item .box-content {
    padding-top: 15px
}

.home-blog .blog-item:hover .box-img img,
.service-item:hover .box-img img {
    transform: scale(1.1)
}

.home-blog .blog-item .box-content h4,
.service-item .box-content h4 {
    font-size: 16px;
    margin-bottom: 10px
}

.home-blog .blog-item .box-content h4 a,
.service-item .box-content h4 a {
    color: #1c1c1c
}

.home-blog .blog-item .box-content>a,
.service-item .box-content>a {
    color: #888;
    font-size: 14px
}

.home-feedback {
    padding: 60px 0;
    background-image: url(../images/bg-feedback.jpg);
    background-repeat: no-repeat;
    position: relative;
    background-size: cover
}

@media screen and (max-width:996px) {
    .home-feedback {
        padding: 30px 0
    }
}

.home-feedback::before {
    background-color: rgba(7, 31, 55, .85);
    position: absolute;
    inset: 0;
    content: "";
    z-index: 1
}

.home-feedback .box-title {
    text-align: center
}

.home-feedback .box-title h2 {
    color: #fff
}

.home-feedback .vuta-container {
    position: relative;
    z-index: 2
}

.home-feedback .feedback-item {
    background: #f9f9f9;
    border-radius: 10px;
    padding: 50px;
    max-width: 720px;
    margin: 0 auto
}

@media screen and (max-width:996px) {
    .home-feedback .feedback-item {
        padding: 30px
    }
}

.home-feedback .feedback-item p {
    padding-left: 30px;
    font-style: italic;
    position: relative
}

.home-feedback .feedback-item p::before {
    height: 100%;
    width: 5px;
    background: var(--primary);
    position: absolute;
    content: "";
    left: 0
}

.home-feedback .feedback-item .avatar {
    height: 90px;
    width: 90px;
    aspect-ratio: 1/1;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 30px
}

.home-feedback .feedback-item .avatar img {
    height: 100%;
    object-fit: cover
}

.home-feedback .feedback-item h4 {
    font-size: 20px;
    text-align: center
}

.home-blog {
    background: #f5f5f5;
    padding: 60px 0
}

@media screen and (max-width:996px) {
    .home-blog {
        padding: 30px 0
    }
}

.home-blog .box-title {
    text-align: center
}

.home-blog .box-content {
    padding: 15px 20px;
    background: #fff
}

.home-blog .box-btn {
    padding-top: 20px;
    text-align: center
}

.header {
    position: relative;
    z-index: 99
}

.header.fixed-top {
    position: fixed;
    top: 0;
    background: #fff;
    box-shadow: 0 3px 12px rgba(0, 0, 0, .1)
}

.header .header-top {
    padding: 10px 0
}

.header .header-top .vuta-container {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.header .header-top .vuta-container .mobile-btn {
    display: none
}

@media screen and (max-width:1200px) {
    .header .header-top .vuta-container .mobile-btn {
        display: block
    }
}

.header .header-top .vuta-container .mobile-btn span {
    background: var(--primary) !important;
    display: block;
    height: 2px;
    margin-bottom: 5px;
    width: 25px
}

.header .header-top .vuta-container .mobile-btn span:last-child {
    margin-bottom: 0
}

.header .header-top .vuta-container .logo img {
    width: 200px
}

.header .header-top .vuta-container .header-contact {
    margin-left: auto;
    margin-right: 20px
}

@media screen and (max-width:1200px) {
    .header .header-top .vuta-container .header-contact {
        display: none
    }
}

.header .header-top .vuta-container .header-contact ul {
    display: flex;
    gap: 30px
}

.header .header-top .vuta-container .header-contact ul li {
    display: flex;
    gap: 5px;
    align-items: center
}

.header .header-top .vuta-container .header-contact ul li a {
    color: #000;
    display: flex;
    gap: 5px;
    align-items: center
}

.header .header-top .vuta-container .header-contact ul li .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    background: var(--primary)
}

.header .header-top .vuta-container .header-contact ul li .icon i {
    font-size: 14px;
    color: #fff
}

.header .header-top .vuta-container .header-contact ul li span {
    font-size: 15px
}

.header .header-main {
    background: var(--primary);
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

@media screen and (max-width:1200px) {
    .header .header-main {
        display: none
    }
}

.header .header-main .header-menu .accordion {
    display: flex
}

.header .header-main .header-menu .accordion>li .link>a {
    text-transform: uppercase;
    font-size: 14px;
    display: flex;
    padding-right: 15px;
    justify-content: center;
    padding-left: 15px;
    align-items: center;
    height: 50px;
    color: #fff
}

.header .header-main .header-menu .accordion>li.active .link>a,
.header .header-main .header-menu .accordion>li:hover .link>a {
    background: #fff;
    color: var(--primary)
}

.header .header-main .header-menu .accordion .dropdown {
    position: relative
}

.header .header-main .header-menu .accordion .dropdown .link a {
    position: relative;
    padding-right: 25px
}

.header .header-main .header-menu .accordion .dropdown .link a::before {
    font-family: fontawesome;
    position: absolute;
    right: 5px;
    top: 10px;
    content: "\f107"
}

.header .header-main .header-menu .accordion .dropdown .submenu {
    position: absolute;
    transition: all ease .4s;
    top: calc(100% + 10px);
    min-width: 260px;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, .15);
    border: 2px solid #ddd;
    opacity: 0;
    z-index: 3;
    visibility: visible
}

.header .header-main .header-menu .accordion .dropdown .submenu li a {
    display: flex;
    color: #343434;
    padding: 5px 15px;
    cursor: pointer;
    background-color: #fff;

}

.header .header-main .header-menu .accordion .dropdown .submenu li a:hover {
    /*background-color: rgba(0, 0, 0, .03)*/
    background-color: #0070a8;
    color: #fff;
}

.header .header-main .header-menu .accordion .dropdown:hover .submenu {
    opacity: 1;
    top: 100%;
    visibility: visible
}

@media screen and (max-width:1200px) {
    .header .header-social ul {
        display: none
    }
}

.header-social ul {
    display: flex;
    gap: 10px;
    align-items: center
}

.header-social ul li a {
    display: flex;
    height: 32px;
    width: 32px;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    color: #fff;
    border-radius: 6px
}

.header-social ul li a:hover {
    background: var(--second)
}

.footer .footer-top {
    padding: 40px 0;
    background: #cbebfd
}

@media screen and (max-width:996px) {
    .footer .footer-top {
        padding-bottom: 10px
    }
}

.footer .footer-top .logo {
    margin-bottom: 30px
}

@media screen and (max-width:996px) {
    .footer .footer-top .logo {
        text-align: center
    }
}

.footer .footer-top .logo img {
    max-width: 300px
}

@media screen and (max-width:996px) {
    .footer .footer-top .logo img {
        margin: 0 auto
    }
}

.footer .footer-top .header-social {
    padding-left: 10px
}

@media screen and (max-width:996px) {
    .footer .footer-top h3 {
        font-size: 18px;
        margin-top: 20px
    }
}

.footer .footer-copyright {
    padding: 5px 0;
    background: var(--primary)
}

.footer .footer-copyright p {
    margin-bottom: 0;
    text-align: center;
    font-size: 14px;
    color: #fff
}

.footer .footer-copyright p a {
    color: #fff;
    font-weight: 700
}


.aside .aside-item .box-aside-blog .aside-blog .box-img img{
    aspect-ratio: 1/1 !important;
}