* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

input:focus,
a:focus,
button:focus,
textarea:focus,
select:focus {
    outline: none !important;
    box-shadow: none !important;
}

a,
img,
button,
input[type="submit"] {
    transition: all 0.5s ease;
}

img {
    max-width: 100%;
}

.container {
    position: relative;
}

.fa.fa-twitter {
    font-family: sans-serif;
}

.fa.fa-twitter::before {
    content: "𝕏";
    font-size: 1.2em;
}

a.btn.btn-info {
    background: #4afef0 !important;
    color: #000 !important;
    padding: 12px 30px;
    border-radius: 50px;
    border: none
}

a.btn.btn-info:hover {
    background: #fff;
    color: #000;
}


body {
    font-family: "Plus Jakarta Sans", sans-serif !important;
    font-weight: 400 !important;
    background: #041942 !important;
    color: #FFF !important;
    font-size: 16px;
}


header.site-header {
    margin: 0;
    padding: 15px 0;
    position: relative;
    width: 100%;
    z-index: 999;
    background: #041942;
    font-size: 15px;
}

header.site-header:before {
    background: url("../images/header-bg.svg") no-repeat bottom center;
    width: 100%;
    height: 80px;
    content: "";
    position: absolute;
    left: 0;
    bottom: -73px;
}

header.site-header.fixed-header {
    position: fixed;
    background: #041942;
    border-bottom: 1px solid #4AFEF0;
}

header.site-header.fixed-header:before {
    display: none
}

header.site-header.fixed-header .site-brand a {
    position: relative;
    transform: none;
    left: 0;
    top: 0
}

header.site-header.fixed-header .site-brand img {
    max-height: 50px
}

header.site-header .row {
    align-items: center
}

header.site-header .site-brand {
    text-align: center;
    position: relative
}

header.site-header .site-brand a {
    position: absolute;
    left: 0;
    top: -10px;
    transform: 0;
    width: 100%;
}

header.site-header .site-brand img {
    max-height: 90px
}

header.site-header .main-menu {
    display: flex;
    margin: 0;
    padding: 0;
    width: 100%;
    list-style-type: none;
    flex-wrap: wrap;
    justify-content: space-between
}

header.site-header .main-menu li {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    position: relative;
}

header.site-header .main-menu li a {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    display: inline-flex;
    padding: 5px;
}

header.site-header .main-menu li a:hover,
header.site-header .main-menu li.current-menu-item a {
    color: #4AFEF0;
}

header.site-header .header-right {
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
    flex-wrap: wrap;
    gap: 45px;
}

header.site-header .custom-btn {
    display: inline-flex;
    margin: 0
}

header.site-header .custom-btn a {
    background: #4AFEF0;
    padding: 10px 15px;
    font-weight: 500;
    color: #000;
    display: inline-flex;
    align-items: center;
    border-radius: 25px;
    text-decoration: none
}

header.site-header .custom-btn a .fa {
    padding-right: 5px;
    font-size: 18px
}

header.site-header .custom-btn a:hover {
    color: #041942;
    background: #fff
}

header.site-header .serach-box {
    display: inline-flex;
    padding: 0 15px;
    align-items: center;
    justify-content: center;
    margin: 0;
    cursor: pointer;
    font-weight: 500;
    text-transform: uppercase;
}

header.site-header .serach-box .fa {
    padding-right: 5px
}

header.site-header .search-container {
    position: absolute;
    right: 0px;
    display: none;
    top: 59px;
    padding: 25px;
    width: 100%;
    background: #fff
}

header.site-header .search-container form {
    position: relative;
    display: flex
}

header.site-header .search-container input[type="search"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #797979;
    color: #000
}

header.site-header .search-container input[type="submit"] {
    background: #4E66F8 url("../images/submit-arrow.png") no-repeat center center;
    border: none;
    font-size: 0;
    width: 50px;
    min-width: 50px;
    margin: 0 0 0 15px
}

header.site-header .search-container input[type="submit"]:hover {
    background-color: #000
}

header.site-header .contact {
    border-right: 1px solid #BABABA;
    padding: 25px 15px;
    text-align: center;
}

header.site-header .contact-num {
    display: inline-flex;
    align-items: center;
}

header.site-header .contact-num a {
    padding: 10px;
    text-decoration: none;
    color: #4AFEF0;
    font-weight: 500;
}

header.site-header .contact-num a .fa {
    font-size: 18px;
    padding-right: 5px
}

header.site-header .contact-num a:hover {
    color: #fff
}

header.site-header .main-menu li .sub-menu {
    position: absolute;
    display: none;
    left: -15px;
    top: 30px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    background: #0A2762;
    min-width: 300px
}

header.site-header .main-menu li .sub-menu li {
    border-bottom: 1px solid #041942
}

header.site-header .main-menu li .sub-menu li:last-child {
    border-bottom: none
}

header.site-header .main-menu li:hover .sub-menu {
    display: block !important;
}




.home-banner {
    margin: 0;
    padding: 60px 0;
    color: #fff;
    position: relative;
    width: 100%;
    background: #041942;
}

.home-banner .img-box,
.home-banner .content-box {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center
}

.home-banner .img-box img {
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
    max-height: 585px;
}

.home-banner h1 {
    color: #fff;
    font-weight: 700;
    font-size: 60px;
    margin: 10px 0 15px 0;
    font-family: "Sora", sans-serif;
}

.home-banner .custom-btn {
    margin: 15px 0
}

.home-banner .custom-btn a {
    color: #000;
    text-decoration: none;
    padding: 10px 30px;
    background: #4AFEF0;
    display: inline-block;
    border-radius: 30px;
    font-size: 16px;
}

.home-banner .custom-btn a .fa {
    padding-left: 5px;
    font-size: 18px
}

.home-banner .custom-btn a:hover {
    background: #fff
}

.home-banner .list-items {
    margin: 15px 0 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    justify-content: space-between;
}

.home-banner .list-items li {
    width: 60%;
    display: flex;
    margin: 0;
    padding: 0 15px;
}

.home-banner .list-items li img {
    height: 100%;
    object-fit: cover;
    border-radius: 15px
}

.home-banner .list-items li:last-child {
    width: 40%
}

.home-banner .content {
    background: #4AFEF0;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    color: #041942;
    font-size: 24px;
    font-weight: 600;
    padding: 15px;
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap
}

.home-banner .content .years {
    position: absolute;
    right: -15px;
    top: -15px;
}

.home-banner .content .years img {
    max-height: 240px
}



.about-sec {
    padding: 60px 0 0 0;
    margin: 0;
    position: relative;
    width: 100%;
    background: #0A2762;
    color: #fff
}

.about-sec .content-box,
.about-sec .img-box {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.about-sec .img-box {
    padding-right: 30px;
}

.about-sec .img-box img {
    height: 100%;
    object-fit: cover;
    border-radius: 25px
}

.about-sec h2 {
    font-size: 36px;
    margin: 0 0 30px 0;
    font-weight: 600;
    font-family: "Sora", sans-serif;
}

.about-sec h2 small {
    color: #fff;
    display: block;
    font-size: 16px;
    margin: 0 0 5px 0;
    font-weight: 300
}

.about-sec h2 small span {
    display: inline-block;
    padding: 5px 10px;
    background: #000;
    border-radius: 10px
}

.about-sec .custom-btn {
    margin: 15px 0 0 0
}

.about-sec .custom-btn a {
    color: #000;
    text-decoration: none;
    padding: 10px 30px;
    background: #4AFEF0;
    display: inline-block;
    border-radius: 30px;
    font-size: 16px;

}

.about-sec .custom-btn a .fa {
    padding-left: 5px;
    font-size: 18px
}

.about-sec .custom-btn a:hover {
    background: #fff
}




.company-info {
    padding: 60px 0 30px 0;
    margin: 0;
    position: relative;
    width: 100%;
    background: #041942;
    color: #000;
    z-index: 1
}

.company-info:before {
    position: absolute;
    left: 0;
    height: 50%;
    width: 100%;
    content: "";
    background: #0A2762;
    top: 0
}

.company-info .counter-list {
    margin: 0;
    padding: 30px;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-radius: 25px;
    background: #4AFEF0
}

.company-info .counter-list li {
    /* display: flex;
    flex-wrap: wrap;
    padding: 0 15px;
    margin: 0;
    flex-direction: column; */
}

.company-info .service-list li i {
    font-size: 18px;
    flex-shrink: 0;
    color: #4AFEF0 !important;
}

.company-info .btn {
    background-color: #4AFEF0 !important;
    color: #000;
    border: 1px solid #4AFEF0;
}

.company-info .btn:hover {
    background-color: transparent !important;
    border: 1px solid #000;
}

.company-info .counter-list .content {
    font-size: 48px;
    font-weight: 600;
    margin: 0;
    color: #000;
    font-family: "Sora", sans-serif;
}

.company-info .counter-list .title {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}




.our-service {
    margin: 0;
    padding: 60px 0;
    position: relative;
    width: 100%;
    background: #041942;
    text-align: center;
    color: #fff;
    z-index: 1
}

.our-service:before {
    position: absolute;
    width: 95%;
    left: 2.5%;
    top: 0;
    height: 100%;
    background: #001030;
    content: "";
    border-radius: 15px
}

.our-service h3 {
    font-size: 36px;
    margin: 0 0 30px 0;
    font-weight: 600;
    font-family: "Sora", sans-serif;
}

.our-service h3 small {
    color: #4AFEF0;
    display: block;
    font-size: 16px;
    margin: 0 0 5px 0;
    font-weight: 300
}

.our-service .slide-content .img-box {
    border-radius: 15px;
    overflow: hidden
}

.our-service .slide-content .img-box img {
    width: 100%;
    object-fit: cover;
}

.our-service .slide-content .img-box:hover img {
    transform: scale(1.1)
}

.our-service .slide-content .content {
    padding: 15px 0 0 0
}

.our-service .slide-content .title {
    font-size: 28px;
    font-weight: 600
}

.our-service .content .custom-btn {
    margin: 15px 0 0 0
}

.our-service .content .custom-btn a {
    color: #fff;
    text-decoration: none;
    padding: 10px 30px;
    border: 1px solid #fff;
    display: inline-block;
    border-radius: 30px;
    font-size: 18px;
}

.our-service .content .custom-btn a .fa {
    padding-left: 5px;
    font-size: 18px
}

.our-service .content .custom-btn a:hover {
    border-color: #4AFEF0;
    background: #4AFEF0;
    color: #041942 !important;
    ;
}

.our-service .owl-nav {
    position: absolute;
    left: 0;
    top: 35%;
    width: 100%;
}

.our-service .owl-nav button {
    width: 55px;
    height: 55px;
    background-color: rgba(255, 255, 255, .5) !important;
    position: absolute;
    border: 1px solid #fff !important;
    border-radius: 100%
}

.our-service .owl-nav button:hover {
    background: #041942 !important;
}

.our-service .owl-nav button.owl-prev {
    left: 15px
}

.our-service .owl-nav button.owl-next {
    right: 15px
}

.our-service .owl-nav button span {
    color: #fff;
    font-size: 32px
}

.our-service .owl-nav button:hover span {
    color: #fff
}


.our-work {
    margin: 30px 0 0 0;
    padding: 60px 0;
    position: relative;
    width: 100%;
    background: #041942;
    text-align: center;
    color: #fff;
    z-index: 1
}

.our-work:before {
    position: absolute;
    width: 95%;
    left: 2.5%;
    top: 0;
    height: 100%;
    background: #0A2762;
    content: "";
    border-radius: 15px
}

.our-work .row {
    margin: 0 -10px;
}

.our-work h3 {
    font-size: 36px;
    margin: 0 0 30px 0;
    font-weight: 600;
    font-family: "Sora", sans-serif;
}

.our-work h3 small {
    color: #4AFEF0;
    display: block;
    font-size: 16px;
    margin: 0 0 5px 0;
    font-weight: 300
}

.our-work .work-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative
}

.our-work .work-list li {
    width: 33.333%;
    padding: 10px 10px;
    display: flex;
    flex-wrap: wrap
}

.our-work .work-list li .content-box {
    border: 1px solid #1545A3;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 30px;
    border-radius: 25px;
    background: #08307D
}

.our-work .content-box .title {
    font-size: 21px;
    margin: 15px 0;
    font-weight: 500
}

.our-work .content-box p {
    color: #fff
}

.our-work .content-box p:last-child {
    margin-bottom: 0
}



.why-choose {
    padding: 40px 0;
    margin: 0;
    position: relative;
    width: 100%;
    background: #041942;
    color: #fff
}

.why-choose h3 {
    font-size: 36px;
    margin: 0 0 15px 0;
    font-weight: 600;
    font-family: "Sora", sans-serif;
}

.why-choose h3 small {
    color: #4AFEF0;
    display: block;
    font-size: 16px;
    margin: 0 0 5px 0;
    font-weight: 300
}

.why-choose .list-items {
    margin: 15px 0 0 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.why-choose .list-items li {
    display: flex;
    width: 50%;
    padding: 0 15px;
    margin: 0 0 15px 0
}

.why-choose .content {
    display: flex;
    background: #fff;
    color: #000;
    width: 100%;
    border-radius: 30px;
    padding: 10px;
    align-items: center
}

.why-choose .content span {
    background: #4AFEF0;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    font-weight: 500;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    min-width: 35px;
    margin: 0 10px 0 0
}

.why-choose .content-box,
.why-choose .img-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative
}

.why-choose .img-box {
    padding-left: 60px
}

.why-choose .img-box img {
    border-radius: 25px;
    height: 100%;
    object-fit: cover;
}





.blog-news {
    padding: 60px 0;
    margin: 0;
    position: relative;
    width: 100%;
    background: #041942;
    color: #fff
}

.blog-news h4 {
    font-size: 36px;
    margin: 0 0 30px 0;
    font-weight: 600;
    font-family: "Sora", sans-serif;
}

.blog-news h4 small {
    color: #4AFEF0;
    display: block;
    font-size: 16px;
    margin: 0 0 5px 0;
    font-family: "Noto Sans", sans-serif;
    font-weight: 300
}

.blog-news .blog-list {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    width: 100%
}

.blog-news .blog-list li {
    margin: 0;
    padding: 0 15px;
    width: 50%;
    display: flex;
    flex-wrap: wrap;
}

.blog-news .blog-list li a {
    text-decoration: none;
    color: #fff
}

.blog-news .blog-list .img-box {
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    margin: 0 0 30px 0
}

.blog-news .blog-list .img-box:hover img {
    transform: scale(1.1)
}

.blog-news .blog-list .post-date {
    color: #fff;
    margin: 0 0 5px 0
}

.blog-news .blog-list .title {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    font-family: "Noto Sans", sans-serif;
}

.blog-news .blog-list a:hover .title {
    color: #4AFEF0
}



.clients-review {
    margin: 0;
    padding: 60px 0 60px 0;
    position: relative;
    width: 100%;
    background: #041942;
    text-align: center;
    z-index: 1
}

.clients-review:before {
    position: absolute;
    width: 95%;
    left: 2.5%;
    top: 0;
    height: 100%;
    background: #4AFEF0;
    content: "";
    border-radius: 15px
}

.clients-review .sub-title {
    font-size: 18px;
    margin: 0 0 15px 0
}

.clients-review h4 {
    font-size: 36px;
    margin: 0 0 45px 0;
    font-weight: 600;
    font-family: "Inter Tight", sans-serif;
    color: #000;
}

.clients-review h4 small {
    display: block;
    font-size: 16px;
    margin: 0 0 5px 0;
    font-weight: 300
}

.clients-review .slide-content {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    text-align: left;
    min-height: 300px;
    color: #000;
}

.clients-review .slide-content p {
    font-size: 18px;
    font-weight: 500
}

.clients-review .slide-content .quote-box {
    color: #4AFEF0;
    font-size: 42px;
    margin: 0 0 15px 0
}

.clients-review .slide-content .auther-info {
    display: flex;
    margin: 0;
    padding: 15px 0 0 0;
    align-items: center;
    border-top: 1px solid #ccc;
}

.clients-review .slide-content .auther-info .img-box {
    margin: 0 15px 0 0;
    min-width: 50px;
    width: 50px
}

.clients-review .slide-content .auther-info .img-box img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 100%
}

.clients-review .slide-content .auther-info .title {
    font-size: 16px;
    font-weight: 600
}

.clients-review .slide-content .auther-info .title span {
    font-size: 14px;
    font-weight: 400;
    display: flex;
}

.clients-review .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    margin-top: -25px
}

.clients-review .owl-nav button {
    width: 55px;
    height: 55px;
    background: #fff !important;
    position: absolute;
    border: 1px solid #041942 !important;
    border-radius: 100%
}

.clients-review .owl-nav button:hover {
    background: #041942 !important;
}

.clients-review .owl-nav button.owl-prev {
    left: -65px
}

.clients-review .owl-nav button.owl-next {
    right: -65px
}

.clients-review .owl-nav button span {
    color: #000;
    font-size: 32px
}

.clients-review .owl-nav button:hover span {
    color: #fff
}


.get-in-touch {
    padding: 60px 0;
    margin: 0;
    position: relative;
    width: 100%;
    color: #fff;
    z-index: 1
}

.get-in-touch:before {
    position: absolute;
    width: 95%;
    left: 2.5%;
    top: 0;
    height: 100%;
    background: #0A2762;
    content: "";
    border-radius: 15px
}

.get-in-touch .content-box,
.get-in-touch .map-box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center
}

.get-in-touch .map-box {
    margin: 0;
    padding: 0
}

.get-in-touch .content-box input,
.get-in-touch .content-box textarea {
    width: 100%;
    margin: 0 0 10px 0;
    padding: 10px;
    border: none;
    border-radius: 5px
}

.wpcf7-not-valid-tip {
    margin-bottom: 10px !important;
}

.get-in-touch .content-box br {
    display: none;
}

.get-in-touch .content-box form p {
    margin-bottom: 0;
}

.get-in-touch .content-box textarea {
    height: 120px
}

.get-in-touch h4 {
    font-size: 36px;
    margin: 0 0 30px 0;
    font-weight: 600;
    color: #fff;
    font-family: "Inter Tight", sans-serif;
}

.get-in-touch h4 small {
    display: block;
    font-size: 16px;
    margin: 0 0 5px 0;
    font-family: "Noto Sans", sans-serif;
    font-weight: 300
}

.get-in-touch .map-box iframe {
    border-radius: 25px;
    display: block;
    margin: 0;
}

.get-in-touch .map-box {
    padding-right: 45px;
}

.get-in-touch .custom-btn {
    margin: 0;
    padding: 0;
    position: relative
}

.get-in-touch .custom-btn span {
    display: inline-flex;
    padding: 10px 30px;
    background: #4AFEF0;
    color: #000;
    align-items: center;
    cursor: pointer;
    overflow: hidden;
    border-radius: 30px;
    font-weight: 600;
    position: relative
}

.get-in-touch .custom-btn span:hover {
    background: #fff
}

.get-in-touch .custom-btn span .fa {
    padding-left: 5px;
    font-size: 18px;
}

.get-in-touch .custom-btn input[type="submit"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 10px 30px;
    height: 100%;
    opacity: 0
}

.get-in-touch .content-box label {
    display: block;
    margin: 0 0 5px 0
}


.customer-support {
    padding: 0;
    margin: 0;
    position: relative;
    width: 100%;
    background: #041942;
    color: #fff;
}

.customer-support .content-box,
.customer-support .img-box {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.customer-support .content-box h4 {
    font-size: 36px;
    font-weight: 600;
    margin: 0 0 15px 0;
    font-family: "Sora", sans-serif;
}

.customer-support .content-box h5 {
    font-size: 32px;
    font-weight: 400;
    margin: 0 0 15px 0;
    font-family: "Sora", sans-serif;
}

.customer-support .custom-btn {
    margin: 15px 0 0 0;
    padding: 0
}

.customer-support .custom-btn a {
    display: inline-flex;
    padding: 10px 30px;
    border-radius: 30px;
    background: #4AFEF0;
    color: #fff;
    text-decoration: none;
    font-size: 21px;
    color: #000;
    font-weight: 700;
    align-items: center
}

.customer-support .custom-btn a .fa {
    padding-right: 5px;
}

.customer-support .custom-btn a:hover {
    background: #fff
}


.title-container {
    margin: 0;
    padding: 90px 0 0 0;
    position: relative;
    z-index: 1
}

.title-container:before {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 35%;
    background: #0A2762;
    content: "";
    z-index: -1;
}

.title-container .title-bg {
    background: #4AFEF0;
    padding: 30px;
    color: #000;
    text-align: center;
    border-radius: 25px;
}

.title-container h1 {
    font-size: 48px;
    font-weight: 800;
    text-transform: uppercase;
}

.title-container .title-bg .breadcrumb {
    justify-content: center;
    margin: 0;
    padding: 0;
    color: #000;
}

.title-container .title-bg .breadcrumb a {
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
}

.title-container .title-bg .breadcrumb a:hover {
    text-decoration: underline;
}

.title-container .title-bg .breadcrumb-item+.breadcrumb-item::before {
    content: "\f105";
    font-family: 'FontAwesome';
    color: #000;
}

.title-container .title-bg .breadcrumb-item.active {
    color: #000;
    text-transform: uppercase;
}

.about-page-sec {
    padding: 60px 0;
    margin: 0;
    position: relative;
    width: 100%;
    background: #0A2762;
    color: #fff
}

.about-page-sec .content-box,
.about-page-sec .img-box {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.about-page-sec .content-box p:last-child {
    margin-bottom: 0
}

.about-page-sec .img-box {
    padding-right: 30px;
}

.about-page-sec .img-box img {
    height: 100%;
    object-fit: cover;
    border-radius: 25px
}

.about-page-sec h2 {
    font-size: 36px;
    margin: 0 0 15px 0;
    font-weight: 600;
    font-family: "Sora", sans-serif;
}

.about-page-sec h2 small {
    color: #4AFEF0;
    display: block;
    font-size: 16px;
    margin: 0 0 5px 0;
    font-weight: 300
}


.our-mission {
    padding: 60px 0;
    margin: 30px 0 0 0;
    position: relative;
    width: 100%;
    color: #fff
}

.our-mission:before {
    position: absolute;
    width: 95%;
    left: 2.5%;
    top: 0;
    height: 100%;
    background: #001030;
    content: "";
    border-radius: 15px
}

.our-mission .content-box,
.our-mission .img-box {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.our-mission .content-box p:last-child {
    margin-bottom: 0
}

.our-mission .img-box {
    padding-right: 30px;
}

.our-mission .img-box img {
    height: 100%;
    object-fit: cover;
    border-radius: 25px
}

.our-mission h2 {
    font-size: 36px;
    margin: 0 0 15px 0;
    font-weight: 600;
    font-family: "Sora", sans-serif;
}

.our-mission h2 small {
    color: #4AFEF0;
    display: block;
    font-size: 16px;
    margin: 0 0 5px 0;
    font-weight: 300
}


.core-value {
    margin: 0;
    padding: 60px 0 60px 0;
    position: relative;
    width: 100%;
    background: #041942;
    text-align: center;
    z-index: 1;
    color: #000
}

.core-value:before {
    position: absolute;
    width: 95%;
    left: 2.5%;
    top: 0;
    height: 100%;
    background: #4AFEF0;
    content: "";
    border-radius: 15px
}

.core-value:after {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 15%;
    background: #0A2762;
    content: "";
    z-index: -1;
}

.core-value h3 {
    font-size: 48px;
    margin: 0 0 30px 0;
    font-weight: 700;
    font-family: "Sora", sans-serif;
    color: #000
}

.core-value h3 small {
    color: #133475;
    display: block;
    font-size: 16px;
    margin: 0 0 5px 0;
    font-weight: 300
}

.core-value .core-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.core-value .core-list li {
    margin: 0;
    padding: 0 15px;
    width: 33.333%
}

.core-value .core-list .icon-box img {
    background: #fff;
    padding: 10px;
    border-radius: 15px
}

.core-value .core-list .icon-box {
    margin: 0 0 15px 0
}

.core-value .core-list .title {
    font-size: 21px;
    font-weight: 600;
    margin: 0 0 15px 0
}

.core-value .core-list p:last-child {
    margin-bottom: 0
}


.our-team {
    margin: 0;
    padding: 60px 0 60px 0;
    position: relative;
    width: 100%;
    background: #041942;
    text-align: center;
    z-index: 1;
    overflow: hidden;

}

.our-team h3 {
    font-size: 36px;
    margin: 0 0 45px 0;
    font-weight: 600;
    font-family: "Inter Tight", sans-serif;
    color: #fff;
}

.our-team h3 small {
    display: block;
    font-size: 16px;
    margin: 0 0 5px 0;
    font-weight: 300;
    color: #4AFEF0;
}

.our-team .slide-content {
    margin: 0;
    padding: 0;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.our-team .slide-content p {
    font-size: 18px;
    font-weight: 500
}

.our-team .slide-content .content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    text-align: center;
    padding: 25px;
    flex-direction: column;
    transition: all 0.5s ease;
}

.our-team .slide-content:hover .content {
    background-color: rgba(74, 254, 240, 0.8);
    align-items: center;
    color: #000;
    justify-content: center;
}

.our-team .slide-content .auther-name {
    font-size: 18px;
    font-weight: 700
}

.our-team .slide-content .auther-desi {
    font-size: 16px;
    font-weight: 400;
}

.our-team .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    margin-top: -25px
}

.our-team .owl-nav button {
    width: 55px;
    height: 55px;
    background-color: rgba(255, 255, 255, .5) !important;
    position: absolute;
    border: 1px solid #EBE4E1 !important;
    border-radius: 100%
}

.our-team .owl-nav button:hover {
    background: #fff !important;
}

.our-team .owl-nav button.owl-prev {
    left: -65px
}

.our-team .owl-nav button.owl-next {
    right: -65px
}

.our-team .owl-nav button span {
    color: #fff;
    font-size: 32px
}

.our-team .owl-nav button:hover span {
    color: #000
}

.our-team .owl-dots {
    position: relative;
    margin: 30px 0 0 0;
    text-align: center;
}

.our-team .owl-dots .owl-dot {
    width: 20px;
    height: 20px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    margin: 0 10px;
    position: relative;
    border: 5px solid #041942;
}

.our-team .owl-dots .owl-dot.active {
    background: #4AFEF0;
    border-color: #4AFEF0;
}

.our-team .owl-dots .owl-dot.active:before {
    width: 35px;
    height: 35px;
    border: 1px solid #fff;
    border-radius: 100%;
    content: "";
    position: absolute;
    left: -12px;
    top: -12px;
    content: ""
}


.choose-us {
    padding: 60px 0 30px 0;
    margin: 0;
    position: relative;
    width: 100%;
    color: #fff
}

.choose-us .content-box,
.choose-us .img-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.choose-us .content-box {
    background: #08307D;
    border-radius: 30px;
    padding: 0 30px 0 90px;
    position: relative;
    top: 30px;
}

.choose-us .content-box p:last-child {
    margin-bottom: 0
}

.choose-us .img-box {
    padding-right: 30px;
}

.choose-us .img-box img {
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
    position: relative;
    min-width: 585px;
    z-index: 9;
}

.choose-us h3 {
    font-size: 36px;
    margin: 0 0 30px 0;
    font-weight: 600;
    font-family: "Sora", sans-serif;
}

.choose-us h3 small {
    color: #4AFEF0;
    display: block;
    font-size: 16px;
    margin: 0 0 5px 0;
    font-weight: 300
}

.choose-us .choose-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%
}

.choose-us .choose-list li {
    margin: 0 0 15px 0;
    display: flex;
    background: #fff;
    color: #000;
    padding: 10px;
    border-radius: 10px;
    align-items: center
}

.choose-us .num {
    background: #4AFEF0;
    padding: 10px;
    border-radius: 10px;
    font-weight: 700;
    min-width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    margin: 0 15px 0 -20px
}

.choose-us .content .title {
    font-weight: 700
}

footer.site-footer {
    margin: 0;
    padding: 60px 0 30px 0;
    background: #010816;
    color: #fff;
    position: relative;
    width: 100%;
    z-index: 1;
}

footer.site-footer:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: .3;
    background: url("../images/footer-bg.jpg") no-repeat left bottom;
    background-size: cover;
    z-index: -1;
}

footer.site-footer h5 {
    font-size: 18px;
    margin: 0 0 25px 0;
    font-weight: 400;
    text-transform: uppercase;
    font-family: "Inter Tight", sans-serif;
}

footer.site-footer .site-brand {
    margin: 0 0 15px 0;
    padding: 0
}

footer.site-footer .site-brand img {
    max-width: 120px
}

footer.site-footer .nav-list {
    margin: 0;
    padding: 0;
    margin: 0;
    padding: 0;
    list-style-type: none
}

footer.site-footer .nav-list li {
    margin: 0 0 15px 0;
    padding: 0
}

footer.site-footer .nav-list li a {
    color: #fff;
    text-decoration: none;
    margin: 0;
    padding: 0
}

footer.site-footer .nav-list li a:hover {
    color: #4AFEF0
}

footer.site-footer .contact-info {
    margin: 0;
    padding: 0;
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none;
    flex-wrap: wrap
}

footer.site-footer .contact-info li {
    display: flex;
    margin: 0 0 15px 0;
    width: 100%;
    color: #fff
}

footer.site-footer .contact-info li span {
    font-size: 18px;
    margin: 0 10px 0 0;
    min-width: 25px;
    width: 25px
}

footer.site-footer .contact-info li a {
    color: #fff;
    text-decoration: none
}

footer.site-footer .contact-info li a:hover {
    color: #4AFEF0
}

footer.site-footer form input[type="email"] {
    background: #fff;
    width: 100%;
    border: none;
    padding: 10px;
    border-radius: 10px;
    margin: 0 0 15px 0;
    color: #000
}

footer.site-footer form input[type="submit"] {
    background: #4AFEF0;
    border: none;
    width: 100%;
    color: #000;
    padding: 10px;
    border-radius: 10px;
    font-weight: 500
}

footer.site-footer form input[type="submit"]:hover {
    background: #fff;
}

footer.site-footer hr {
    margin: 30px 0;
    padding: 0;
    border: none;
    background: #464C54;
    width: 100%;
    height: 1px
}

footer.site-footer .copy-right a {
    color: #fff;
    text-decoration: none
}

footer.site-footer .copy-right a:hover {
    color: #4AFEF0
}

/* Contact us page */

.contact-page .card {
    background: #4afef0 !important;
}


/*---------- Responsive -----------*/


@media(min-width:1200px) and (max-width:1399px) {
    header.site-header .main-menu li a {
        padding: 0;
    }

    .choose-us .img-box img {
        min-width: 505px;
    }

    .main-menu {
        gap: 8px;
    }
}

@media(min-width:1200px) {
    .our-service .slide-content .img-box img {
        height: 400px;
    }
}

@media(max-width:1199px) {
    .clients-review .owl-nav button.owl-next {
        right: 0
    }

    .clients-review .owl-nav button.owl-prev {
        left: 0
    }

    .clients-review .slide-content {
        padding: 15px;
    }

    .our-service .slide-content .img-box img {
        height: 400px;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .our-service .slide-content .img-box img {
        height: 300px;
    }

    span.submenu-toggle i {
        font-size: 12px;
    }

    .main-menu {
        gap: 2px;
    }

    header.site-header .header-right {
        gap: 20px;
    }

    .our-service .slide-content .title {
        font-size: 24px;
    }

    .why-choose .list-items li {
        width: 100%
    }

    footer.site-footer h5 {
        font-size: 16px;
    }

    header.site-header {
        font-size: 14px;
    }

    header.site-header .main-menu li:first-child a {
        padding-left: 0;
    }

    header.site-header .main-menu li a {
        padding: 10px 0px;
        font-size: 12px;
    }

    header.site-header .serach-box {
        padding: 0;
    }

    .home-banner h1 {
        font-size: 48px;
    }

    .home-banner {
        padding: 75px 0 30px 0;
    }

    .home-banner .content .years img {
        max-height: 140px;
    }

    .home-banner .content {
        font-size: 21px;
    }

    .choose-us .img-box img {
        min-width: 430px;
    }

    .our-team .owl-nav button.owl-prev {
        left: 0px;
    }

    .our-team .owl-nav button.owl-next {
        right: 0px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .our-service .slide-content .title {
        font-size: 18px;
    }
}

@media(max-width:991px) {

    .title-container h1,
    .about-sec h2,
    .our-service h3,
    .our-work h3,
    .why-choose h3,
    .blog-news h4,
    .clients-review h4,
    .get-in-touch h4,
    .customer-support .content-box h4,
    .about-page-sec h2,
    .core-value h3,
    .our-mission h2,
    .choose-us h3,
    .our-team h3 {
        font-size: 32px;
    }

    header.site-header .site-brand a {
        position: absolute;
        left: 52px;
        top: -10px;
        transform: 0;
        width: 100%;
    }

    .why-choose .list-items li,
    .our-work .work-list li {
        width: 100%;
    }

    header.site-header .row>* {
        width: auto !important;
    }

    .home-banner .content .years img {
        max-height: 60px;
        z-index: 11;
    }

    .home-banner .content .years {
        position: absolute;
        right: 15px;
        top: 7px;
    }

    .home-banner .content .title {
        position: relative;
        z-index: 99;
        font-size: 18px;
    }

    .home-banner h1 {
        font-size: 52px;
    }

    .about-page-sec .img-box img {
        margin-bottom: 30px;
    }

    .core-value h3,
    .our-mission h2 {
        font-size: 32px;
    }

    .choose-us .img-box img {
        min-width: auto;
    }

    .our-mission .content-box p:last-child {
        margin-bottom: 20px;
    }

    .core-value .core-list .title {
        font-size: 16px;
    }

    .our-mission .img-box {
        padding-right: 0px;
    }

    .choose-us .content-box {
        padding: 30px;
    }

    .why-choose .img-box {
        padding-left: 0px;
    }

    .clients-review .owl-nav button,
    .our-service .owl-nav button {
        width: 40px;
        height: 40px
    }

    .clients-review .owl-nav button.owl-prev,
    .our-service .owl-nav button.owl-prev {
        left: -35px;
    }

    .clients-review .owl-nav button.owl-next,
    .our-service .owl-nav button.owl-next {
        right: -35px;
    }

    .get-in-touch .map-box,
    .about-sec .img-box {
        padding-right: 0px;
        padding-bottom: 30px;
    }

    .latest-posts ul {
        padding: 0;
    }

}

@media(max-width:767px) {
    .why-choose .img-box {
        padding-left: 0px;
    }

    .get-in-touch .map-box {
        padding-right: 0;
        padding-bottom: 30px;
    }

    .about-sec .img-box img {
        margin-bottom: 30px;
    }

    .blog-news {
        padding: 40px 0;
    }

    .core-value .core-list li {
        width: 100%;
        padding-bottom: 30px;
    }

    .get-in-touch:before {
        position: absolute;
        width: 100%;
        left: 0;
    }

    .clients-review .owl-nav,
    .our-service .owl-nav {
        position: relative;
        margin-top: 20px;
        text-align: center;
    }

    .clients-review .owl-nav button,
    .our-service .owl-nav button {
        position: static;
        transform: none;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin: 0 6px;
    }

}

@media(max-width:576px) {
    .home-banner h1 {
        font-size: 38px;
    }

    .title-container h1,
    .about-sec h2,
    .our-service h3,
    .our-work h3,
    .why-choose h3,
    .blog-news h4,
    .clients-review h4,
    .get-in-touch h4,
    .customer-support .content-box h4,
    .about-page-sec h2,
    .core-value h3,
    .our-mission h2,
    .choose-us h3,
    .our-team h3 {
        font-size: 28px;
    }

    .about-sec h2 br,
    .our-service h3 br,
    .our-work h3 br,
    .why-choose h3 br,
    .blog-news h4 br,
    .clients-review h4 br,
    .get-in-touch h4 br,
    .customer-support .content-box h4 br,
    .about-page-sec h2 br,
    .core-value h3 br,
    .our-mission h2 br,
    .choose-us h3 br,
    .our-team h3 br {
        display: none;
    }

    .customer-support .content-box h5 {
        font-size: 22px;
    }

    .company-info .counter-list {
        padding: 30px 0;
    }

    header.site-header .header-right {
        gap: 0px;
    }

    header.site-header .site-brand a {
        left: 52px;
        top: 0px;
    }
}