@import url(bootstrap.min.css);
@import url(all.css);
@import url(swiper-bundle.min.css);
@import url(jquery.fancybox.css);
@import url(odometer.css);
@import url(animate.css);

/* Start Fonts */

@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@font-face {
    font-family: "29lt";
    src: url(../fonts/web/29ltazer.ttf);
}

@font-face {
    font-family: "29ltLight";
    src: url(../fonts/web/29ltazer-light.ttf);
}

@font-face {
    font-family: "29ltMed";
    src: url(../fonts/web/29ltazer-med.ttf);
}

@font-face {
    font-family: "29ltBold";
    src: url(../fonts/web/29ltazer-bold.ttf);
}


/* End Fonts */

:root {
    --main-color: #4A95CE;
    --sec-color: #ED7930;
    --thr-color: #6AA7E0;
    --dark-color: #2D343E;
    --bg-color: #E3E3E3;
    --overlay-color: #052842;
    --download-color: #e7e7e7;
}

* {
    box-sizing: border-box;
    /* font-family: 'Jazeera'; */
}

a {
    text-decoration: none;
    font-family: "29lt";
    color: #000;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

a:hover {
    text-decoration: none;
    color: var(--main-color);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

a:focus {
    text-decoration: none;
    /* color: inherit; */
}

button,
button:hover {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

body {
    padding: 0;
    margin: 0;
    font-family: "29lt";
    background: #fff;
    text-align: start;
    direction: rtl;
}

section,
footer {
    /* overflow: hidden; */
    position: relative;
}

p {
    margin: 0;
    color: #626262;
    font-size: 15px;
    line-height: 25px;
}

ul {
    padding: 0;
    margin: 0;
    display: block;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

li {
    display: block;
    list-style: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

iframe {
    width: 100%;
    height: 100%;
}

.padding {
    padding: 0 !important;
}

img {
    max-width: 100%;
}

input,
button,
input:focus,
button:focus,
input:active,
button:active,
button:hover,
textarea:active,
textarea:focus,
select,
select:active,
select:focus {
    outline: none !important;
}

textarea {
    resize: none;
}

main {
    overflow: hidden;
    /* min-height: 100vh; */
    margin-top: 80px;
}

.owl-carousel {
    direction: ltr;
}


/* Start Loading */

.loader {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 999999999999999999999999999999;
    background: #fff;
    transition: all .5s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader .loader-inner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}

.loader .loader-inner img {
    max-width: 250px;
}


/* End Loading */


/* Start Not-found */

.not-found .not-found-pro {
    max-width: 500px;
    margin: auto;
    text-align: center;
}

.not-found .not-found-pro img {
    max-height: 400px;
}

.not-found .not-found-pro h2 {
    font-size: 30px;
    color: var(--dark-color);
    font-weight: bold;
}

.not-found .not-found-pro h4 {
    margin: 15px 0;
    font-size: 20px;
    color: #777;
}

.not-found .not-found-pro p {
    margin: 25px 0 15px;
    font-size: 14px;
    color: #777;
    /* font-weight: bold; */
    position: relative;
}

.not-found .not-found-pro .btn.go-home {
    padding: 0;
    line-height: normal;
    min-height: auto;
    background: transparent;
    color: var(--sec-color);
    font-size: 20px;
    text-decoration: underline;
    margin: 0 auto;
}

.not-found .not-found-pro p::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    border-bottom: 1px #f1f1f1 solid;
    margin: auto;
    width: 100%;
    bottom: 0;
    height: 1px;
    z-index: -2;
}

.not-found .not-found-pro p::before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    margin: auto;
    z-index: -1;
    border: 1px #f1f1f1 solid;
}

.not-found.not-found-404 .not-found-pro h2 {
    margin: 20px 0;
}


/* End Not-found */


/***

====================================================================
	Start Search Popup
====================================================================

***/

.search-popup {
    position: absolute;
    top: 68px;
    /* right: 0; */
    left: 0;
    z-index: 5;
    width: 320px;
    height: 0;
    background: var(--main-color);
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: all .5s;
}

.sidenav-bar-visible .search-popup {
    width: 80%;
}

.search-popup:before {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 560px;
    /* background-image: url(../images/waves-shape.png); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 0px;
    content: "";
}

.search-active .search-popup {
    opacity: 1;
    transform: none;
    margin-top: 0;
    height: 90px;
    visibility: visible;
}

.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    top: 75%;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background-color: var(--main-color);
    width: 70px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border-bottom: 3px solid #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    opacity: 0;
    visibility: hidden;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    text-align: center;
    padding: 0;
}

.search-popup .close-search span {
    position: relative;
    display: block;
    height: 70px;
    width: 70px;
    font-size: 30px;
    line-height: 70px;
    color: #ffffff;
}

.search-active .search-popup .close-search {
    visibility: visible;
    opacity: 1;
    top: 50%;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.search-popup form {}

.search-active .search-popup form {
    /* transform: scaleX(1); */
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.search-popup .form-group {
    position: relative;
    margin: 0px;
    overflow: hidden;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 50px;
    color: #000000;
    height: 70px;
    width: 100%;
    padding: 10px 30px;
    background-color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    font-weight: 500;
    text-transform: capitalize;
    padding: 3px 35px !important;
    height: 50px;
    background: #fff;
    border: 1px solid rgba(153, 153, 153, .2);
    font-size: 16px !important;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
    position: absolute;
    line-height: 50px;
    color: var(--main-color);
    text-align: center;
    background: transparent;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none !important;
    box-shadow: none !important;
    border: none !important;
    top: 0;
    left: 0;
    font-size: 15px !important;
    width: 50px;
    height: 50px;
    font-weight: 600;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
    /* color: #fff; */
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
    color: #000000;
}

.search-popup .close-search.style-two {
    position: absolute;
    right: 25px;
    left: auto;
    color: #ffffff;
    width: auto;
    height: auto;
    top: 25px;
    margin: 0px;
    border: none;
    background: none !important;
    box-shadow: none !important;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    display: none;
}

.search-popup .close-search.style-two span {
    font-size: 20px;
    color: #ffffff;
}


/***

====================================================================
	Start Search Popup
====================================================================

***/


/***

====================================================================
	Start Mobile Menu
====================================================================

***/

.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 30px;
    line-height: 50px;
    cursor: pointer;
    color: #ffffff;
    display: none;
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-inline-end: 30px;
    max-width: 100%;
    height: 100%;
    visibility: hidden;
    z-index: 999999;
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 20px 20px;
    /* text-align: left; */
}

.mobile-menu .nav-logo img {
    max-width: 200px;
    max-height: 55px;
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    visibility: visible;
}

.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 0%;
    height: 100%;
    z-index: 1;
    background: rgba(168, 230, 254, 0.226);
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 1;
    width: 100%;
    visibility: visible;
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .menu-box {
    position: absolute;
    right: -400px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #ffffff;
    padding: 0px 0px;
    z-index: 5;
    border-radius: 0px;
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.mobile-menu-visible .mobile-menu .menu-box {
    right: 0px;
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms;
}

.mobile-menu .close-btn {
    /* position: absolute; */
    right: 0;
    top: 0;
    line-height: normal;
    width: auto;
    text-align: center;
    font-size: 15px;
    color: #fff;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 600ms;
    -moz-transition-delay: 600ms;
    -ms-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms;
}

.mobile-menu .close-btn:hover {
    opacity: 0.50;
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.10);
    /* max-height: calc(100vh - 152px); */
    overflow: hidden;
    overflow-y: auto;
    display: block;
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.mobile-menu .navigation li>ul>li:last-child {
    border-bottom: none;
}

.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.10);
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 20px;
    font-size: 15px;
    color: #404040;
    text-transform: capitalize;
}

.mobile-menu .navigation li:hover>a,
.mobile-menu .navigation li.current>a {
    color: #111111;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 44px;
    height: 44px;
    text-align: center;
    font-size: 16px;
    line-height: 44px;
    color: #404040;
    cursor: pointer;
    z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 10px;
    width: 1px;
    height: 24px;
    border-left: 1px solid rgba(0, 0, 0, 0.10);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
    display: none;
    background: var(--bg-color);
    height: auto;
    transition: none;
    /* overflow: hidden; */
    position: relative;
    opacity: 1;
    visibility: visible;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    border: none;
    position: relative;
    /* height: 0; */
}

.sticky-header .navbar-header {
    display: none;
}

.sticky-header .outer-box .nav-btn {
    position: relative;
    top: 4px;
    float: right;
    font-size: 22px;
    color: #000000;
    cursor: pointer;
    margin-top: 0px;
    margin-left: 30px;
}

.sticky-header .outer-box .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 28px;
    color: #000000;
    cursor: pointer;
    margin-left: 30px;
}

.sticky-header .outer-box .search-box-btn {
    color: #000000;
}

.sticky-header .outer-box {
    padding: 22px 0px;
}

.mobile-menu .menu-box .nav-title {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    background: var(--main-color);
    justify-content: space-between;
}

.mobile-menu .menu-box .nav-title h3 {
    margin: 0;
    color: #fff;
    font-size: 18px;
}

.mobile-menu .navigation li.menu-item-has-children a::after {
    content: "\f107";
    position: absolute;
    left: 0;
    top: 0;
    margin: 10px;
    font-family: 'Font Awesome 6 Pro';
    font-weight: bold;
    transition: all .5s;
}

.mobile-menu .navigation li.open .sub-menu {
    height: auto;
    padding: 0 20px;
}

.mobile-menu .navigation li.menu-item-has-children.open::after {
    transform: rotate(180deg);
}


/***

====================================================================
	End Sidebar style
====================================================================

***/


/* Start Header */

header {
    background: #4293D0;
    padding: 18px 0;
}

.head-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}

.head-inner .menu-left {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    /* width: calc(100% - 30%); */
    justify-content: space-between;
}

.head-inner .logo a {
    display: block;
    max-width: 162px;
}

.head-inner .menu-left ul {
    display: flex;
    margin-inline-end: 10px;
}

.head-inner .menu-left ul li {
    margin: 0 18px;
    position: relative;
}

.head-inner .menu-left ul li a {
    color: #fff;
    font-size: 1.1rem;
    line-height: 20px;
    font-weight: 100;
    font-style: normal;
}

.head-inner .menu-left ul li .sub-menu {
    position: absolute;
    min-width: 200px;
    top: 100%;
    display: block;
    background: #4293d0;
    opacity: 0;
    height: 0;
    visibility: hidden;
    z-index: 9;
    box-shadow: 0 5px 8px 1px rgb(0 0 0 / 20%);
    overflow: hidden;
}

.head-inner .menu-left ul li .sub-menu li {
    margin: 0;
}

.head-inner .menu-left ul li .sub-menu li a {
    display: block;
    padding: 12px 18px;
    font-size: 14px;
    border-bottom: 1px rgb(255 255 255 / 20%) solid;
}

.head-inner .menu-left ul li.menu-item-has-children a::after {
    content: "";
    position: relative;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 1px #fff solid;
    border-right: 1px #fff solid;
    transform: rotate(135deg);
    margin-inline-start: 10px;
    top: -5px;
}

.head-inner .menu-left ul li.menu-item-has-children .sub-menu li a::after {
    display: none;
}

.head-inner .menu-left ul li:hover .sub-menu {
    height: auto;
    opacity: 1;
    visibility: visible;
}

.head-inner .menu-left ul li .sub-menu li a:hover {
    background: #fff;
    color: var(--main-color);
}

.head-inner .menu-left .menu-right {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}

.head-inner .menu-left .menu-right .mobile-nav-toggler {
    background: #fff;
    width: 40px;
    line-height: 40px;
    text-align: center;
    position: relative;
    height: 40px;
    border-radius: 5px;
    color: var(--main-color);
    font-size: 24px;
    display: none;
}

.head-inner .menu-left .menu-right .mobile-nav-toggler i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.head-inner .menu-left .menu-right .lang {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    margin: 0 35px;
    color: #fff;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
}

.head-inner .menu-left .menu-right .lang .icon {
    width: 26px;
    height: 26px;
    overflow: hidden;
    border-radius: 50%;
    margin-inline-start: 8px;
}

.head-inner .menu-left .menu-right .lang .icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.search-box-btn.search-box-outer {
    cursor: pointer;
    color: #fff;
    font-size: 24.02px;
    /* height: 24.02px; */
}

.homeIcon {
    display: block;
}

.homeIcon img {
    max-height: 36.6px;
}


/* End Header */


/* Start Home-slider */

.overlay-img {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.overlay-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.home-slider .overlay-img::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(260.78deg, #000000 22.5%, #5592CB 83.12%);
    opacity: 0.77;
}

.home-slider .overlay-img.light-overlay::after {
    background: linear-gradient(260.78deg, #000000 22.5%, #5592cb77 83.12%);
}

.home-block .row {
    min-height: 505px;
    align-items: center;
    -webkit-align-items: center;
}

.text-banner h1 {
    font-family: '29ltBold';
    font-size: 30px;
    line-height: 38px;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin: 0 0 20px;
}

.text-banner p {
    font-size: 24px;
    line-height: 38px;
    color: #FFFFFF;
    margin: 20px 0;
}

.btn {
    border: 1px solid #4A95CE;
    box-shadow: 0px 4px 4px #035EB4;
    border-radius: 5px;
    background: var(--main-color);
    color: #fff;
    padding: 15px 40px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
}

.btn-orange {
    border: 1px solid var(--sec-color);
    box-shadow: 0px 4px 4px #863605;
    border-radius: 5px;
    background: var(--sec-color);
    color: #fff;
    padding: 15px 40px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
}

.btn:hover,
.btn:focus,
.btn-orange:focus,
.btn-orange:hover {
    background: var(--sec-color);
    color: #fff;
    border: 1px solid var(--sec-color);
    box-shadow: 0px 4px 4px #863605;
}

.btn.btn-sec {
    background: var(--sec-color);
    border: none;
    box-shadow: none;
}

.btn.btn-sec:hover,
.btn.btn-sec:focus {
    background: #d96a24;
    color: #fff;
}

.text-banner .btn.btn-sec {
    font-size: 16px;
    line-height: 18px;
    padding: 18px 54px;
    margin-top: 27px;
}

.imgs-slider {
    position: relative;
    max-width: 387px;
    margin-inline-start: auto;
}

.imgs-slider .img-big {
    width: 387px;
    height: 387px;
    border-radius: 50%;
    overflow: hidden;
}

.imgs-slider .img-big img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.imgs-slider .img-small {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 189px;
    height: 189px;
    border-radius: 50%;
    border: 3px solid #FFFFFF;
    margin-inline-start: -35px;
}

.nav-slider .home-nav::after {
    display: none;
}

.nav-slider .home-nav {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: rgb(255 255 255 / 50%);
    color: #fff;
    font-size: 35px;
    transform: scaleX(-1);
    margin-right: 30px;
    margin-left: 30px;
    margin-top: -46px;
    transition: all .5s;
    opacity: .5;
}

.nav-slider .home-nav:hover {
    background: var(--main-color);
    opacity: 1;
}


/* End Home-slider */


/* Start Modern-h */

.modern-h {
    background: var(--bg-color);
    padding: 100px 0;
}

.swiper-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    transition: all .5s;
    background: #686868;
    opacity: 0.2;
}

.swiper-pagination.home-pagination .swiper-pagination-bullet {
    background: #FFFFFF;
    opacity: 0.5;
}

.swiper-pagination.home-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}

.swiper-pagination {
    margin: 20px 0;
}

.title {
    margin: 0 0 65px;
}

.title.title-center {
    text-align: center;
}

.title h3 {
    font-family: '29ltBold';
    font-size: 32px;
    line-height: 38px;
    /* Text Color 1 */
    color: #242424;
    margin: 0;
}

.modern-block {
    margin: 15px 0;
    text-align: center;
    padding: 60px 60px 35px;
}

.modern-block .icon {
    width: 83px;
    height: 83px;
    margin: 0 auto;
    line-height: 83px;
}

.modern-block .icon img {
    max-height: 83px;
}

.modern-block .details {
    padding: 42px 0 0;
}

.modern-block .details h3 {
    font-style: normal;
    font-family: '29ltBold';
    font-size: 16px;
    line-height: 19px;
    color: var(--main-color);
    margin: 0 0 21px;
}

.modern-block .details p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #686868;
    max-width: 256px;
    margin: 0 auto;
}

.modern-block .details .btn {
    margin: 32px 0 0;
}


/* End Modern-h */


/* Start Spcial-h */

.spcial-h {
    padding: 80px 0;
}

.title.title-white h3 {
    color: #fff;
}

.spcial-block {
    text-align: center;
    margin: 15px 0;
}

.spcial-block .icon {
    height: 87.73px;
    line-height: 87.73px;
}

.spcial-block .icon img {
    max-height: 87.73px;
}

.spcial-block .details {
    padding: 25px 0 0;
}

.spcial-block .details h3 {
    font-family: '29ltBold';
    font-size: 24px;
    line-height: 29px;
    color: #fff;
    margin: 0 0 22px;
}

.spcial-block .details p {
    font-family: '29ltBold';
    font-size: 16px;
    line-height: 31px;
    color: #fff;
    max-width: 365.88px;
    margin: 0 auto;
}


/* End Spcial-h */


/* Start Versat-h */

.versat-h {
    padding: 90px 0;
    background: var(--bg-color);
}

.title p {
    max-width: 898.16px;
    margin: 35px auto 0;
    font-family: '29ltBold';
    font-size: 16px;
    line-height: 31px;
}

.versat-block {
    display: block;
    border-radius: 8px;
    overflow: hidden;
    height: 384.67px;
    position: relative;
    margin: 15px 0;
}

.versat-block .img {
    width: 100%;
    height: 100%;
}

.versat-block .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.versat-block .img::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
}

.versat-block .details {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    z-index: 2;
}

.versat-block .details h3 {
    margin: 0;
    color: #fff;
    font-family: '29ltBold';
    font-size: 24px;
    line-height: 31px;
}


/* End Versat-h */


/* Start Video-h */

.video-h {
    background: #2D343E;
    min-height: 463px;
}

.video-h .col-md-6:nth-child(2) {
    position: inherit;
}

.video-h .video-block {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 48%;
    bottom: 0;
    height: 100%;
}

.video-h .text-video {
    padding: 124px 0;
}

.video-h .text-video h3 {
    font-family: '29ltBold';
    font-size: 24px;
    line-height: 38px;
    color: #fff;
    margin: 0 0 28px;
}

.video-h .text-video p {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    max-width: 526px;
    margin: 28px 0 38px;
}

.video-h .video-block a {
    height: 100%;
    display: block;
    width: 100%;
    position: relative;
}

.video-h .video-block a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.video-block a::after {
    content: "\f04b";
    position: absolute;
    width: 87px;
    height: 87px;
    left: 0;
    top: 0;
    background: rgb(217 217 217 / 50%);
    bottom: 0;
    right: 0;
    margin: auto;
    border-radius: 50%;
    font-family: 'Font Awesome 6 Pro';
    font-weight: bold;
    color: #fff;
    font-size: 39px;
    justify-content: center;
    align-items: center;
    display: flex;
    -webkit-align-items: center;
}


/* End Video-h */


/* Start Review-h */

.swiper-pagination .swiper-pagination-bullet-active {
    background: #242424;
    opacity: 1;
}

.review-h {
    padding: 100px 0;
    background: var(--bg-color);
}

.swiper-pagination.review-pagination {
    position: relative;
    margin: 35px 0 0;
    bottom: 0;
    top: 0;
}

.review-block {
    max-width: 580px;
    margin: 0 auto;
    text-align: center;
    color: #242424;
}

.review-block p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #242424;
}

.review-block .review-user-name {
    margin: 42px 0 0
}

.review-block .review-user-name h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color: #242424;
    margin: 0 0 10px
}

.review-block .review-user-name span {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #242424;
}

.review-block .review-comment {
    position: relative;
    padding: 0 35px
}

.review-block .review-comment::before,
.review-block .review-comment::after {
    content: "\f10e";
    position: absolute;
    font-family: 'Font Awesome 6 Pro';
    font-weight: bold;
    color: #686868;
    font-size: 23.38px
}

.review-block .review-comment::before {
    right: 0;
    top: 0
}

.review-block .review-comment::after {
    content: "\f10d";
    left: 0;
    bottom: 0
}


/* End Review-h */


/* Start Awards-h */

.awards-h {
    padding: 60px 0;
}

.swiper-pagination.awards-pagination {
    position: relative;
    margin: 40px 0 0;
    top: 0;
    bottom: 0;
}

.awards-block {
    height: 67.02px;
    line-height: 67.02px;
    text-align: center;
}

.awards-block img {
    max-height: 67.02px;
}


/* End Awards-h */


/* Start News-h */

.news-h {
    padding: 100px 0;
    background: var(--bg-color);
}

.news-block {
    margin: 15px 0;
}

.news-block .img-block {
    height: 230px;
    border-radius: 5px;
    overflow: hidden;
}

.news-block .img-block .img {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.news-block .img-block .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.news-block .details {
    padding: 30px 0 0;
}

.news-block .details .name {
    display: block;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    color: #242424;
    margin: 0 0 18px;
}

.news-block .details p {
    margin: 18px 0;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    /* or 188% */
    color: #686868;
    max-height: 90px;
    overflow: hidden;
}

.news-block .details .readMore {
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 30px;
    text-decoration-line: underline;
    color: var(--main-color);
}

.btn-center {
    text-align: center;
    margin: 35px 0 0;
}


/* End News-h */


/* Start Contact-h */

.contact-h {
    padding: 120px 0;
}

.contact-block {
    margin: 15px 0;
    text-align: center;
}

.contact-block .icon {
    height: 80px;
    line-height: 80px;
}

.contact-block .icon img {
    max-height: 80px;
}

.contact-block .details {
    padding: 20px 0 0;
}

.contact-block .details h3 {
    font-style: normal;
    font-family: '29ltBold';
    font-size: 16px;
    line-height: 31px;
    color: #FFFFFF;
    margin: 0 0 11px;
}

.contact-block .details p {
    max-width: 365.88px;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #FFF;
    margin: 11px auto 21px;
}

.contact-block .details .btn.btn-sec {
    min-width: 187px;
}


/* End Contact-h */


/* Start Footer */

.footer-top {
    background: #2D343E;
    padding: 66px 0 50px;
}

.foot-block h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    color: #fff;
    margin: 0 0 31px;
}

.foot-block .logo-f {
    display: block;
    max-width: 162px;
    margin: 0 0 68px;
}

.info-h li {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    margin: 0 0 22px;
}

.info-h li .icon {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    /* background color */
    background: #F5FBFF;
    line-height: 30px;
    text-align: center;
}

.info-h li .icon img {
    max-height: 18px;
}

.info-h li .details {
    /* flex: 1; */
    padding-inline-start: 12px;
    color: #fff;
    font-size: 14px;
    display: flex;
    width: calc(100% - 33px);
}

.info-h li .details strong {
    margin-inline-end: 8px;
    min-width: 60px;
}

.info-h li .details a {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    font-weight: 300;
    display: inline-block;
    line-height: 18px;
}

.info-h li .details a u {
    display: block;
    direction: ltr;
    text-decoration: none;
}

.maroof-block {
    display: flex;
    flex-wrap: wrap;
    max-width: 336px;
    margin: 0 -7.5px;
}

.maroof-block .item {
    width: 50%;
    flex: 0 0 50%;
    padding: 7.5px;
}

.maroof-block .item a {
    display: block;
    height: 94px;
    line-height: 94px;
    text-align: center;
    background: #FFFFFF;
    border-radius: 8px;
}

.maroof-block .item a img {
    max-width: 98px;
}

.footer-bottom {
    background: #3A4350;
    padding: 24px;
}

.copy-right p {
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
}

.s-h {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.s-h a {
    color: #fff;
    font-size: 18px;
    margin-inline-start: 30px;
}

.footer-bottom .row {
    align-items: center;
    -webkit-align-items: center;
}

.whatsIcon {
    position: fixed;
    z-index: 5;
    bottom: 0;
    width: 70px;
    height: 70px;
    right: 0;
    filter: drop-shadow(0px 7px 12px rgba(0, 0, 0, 0.11));
    background: #fff;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    line-height: 70px;
    margin: 30px;
    color: #25D366;
    font-size: 40px;
}


/* End Footer */


/* Start About-page */

.breadcrumb {
    padding: 110px 0 90px;
    margin: 0;
}

.breadcrumb .overlay-img::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--main-color);
    opacity: 0.2;
}

.text-bread h2 {
    margin: 0 0 18px;
    font-family: '29ltBold';
    font-size: 32px;
    line-height: 38px;
    color: #242424;
}

.text-bread ul {
    display: flex;
    flex-wrap: wrap;
}

.text-bread ul li {
    padding: 0 14px;
    position: relative;
}

.text-bread ul li:first-child {
    padding-inline-start: 0;
}

.text-bread ul li a {
    font-size: 16px;
    line-height: 30px;
    color: #686868;
}

.text-bread ul li a::after {
    content: "/";
    position: absolute;
    left: -2px;
    top: 0;
}

.text-bread ul li span {
    font-size: 16px;
    line-height: 30px;
    color: #242424;
}

.about-page.body-inner {
    padding: 60px 0 80px;
    background: #F5FBFF;
}

.about-top {
    text-align: center;
    max-width: 911.2px;
    margin: 0 auto;
}

.about-top p {
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    /* or 175% */
    /* Text Color 1 */
    color: #242424;
}

.about-top .video-block {
    margin: 60px auto;
    max-width: 769.66px;
    height: 409.23px;
    border-radius: 12px;
    overflow: hidden;
}

.about-top .video-block a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.about-top .video-block a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.about-more {
    margin-top: 110px;
}

.title.title-sec h3 {
    color: var(--main-color);
}

.about-block {
    margin: 35px 0 0;
}

.about-block .about-img {
    border-radius: 12px;
    height: 332px;
    overflow: hidden;
}

.about-block .about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.about-block .details {
    padding: 38px 0 0;
}

.about-block .details h3 {
    font-family: '29ltBold';
    font-size: 32px;
    line-height: 38px;
    color: #242424;
    margin: 0 0 44px;
}

.about-block .details ul li {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    /* or 150% */
    color: #686868;
    margin: 30px 0;
    padding-inline-start: 37px;
    position: relative;
}

.about-block .details ul li::before {
    content: "\f00c";
    position: absolute;
    right: 0;
    top: 4px;
    font-family: 'Font Awesome 6 Pro';
    font-size: 24px;
    color: var(--main-color);
    left: 0;
}

.awards-block-in {
    height: 115.92px;
    line-height: 115.92px;
    background: #FFFFFF;
    /* Seconed Color */
    border: 1px solid #6AA7E0;
    border-radius: 8px;
    text-align: center;
}

.awards-block-in img {
    max-height: 59.66px;
}

.awards-in .swiper-pagination .swiper-pagination-bullet {
    background: var(--main-color);
}

.about-page-in.body-inner {
    padding: 80px 0;
    background: #F5FBFF;
}

.text-about h3 {
    font-family: '29ltBold';
    font-size: 24px;
    line-height: 31px;
    color: var(--main-color);
    margin: 0 0 20px;
}

.text-about p {
    max-width: 580.47px;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    /* or 175% */
    color: #000000;
}

.img-about {
    height: 382.64px;
    overflow: hidden;
    border-radius: 5px;
}

.img-about img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


/* End About-page */


/* Start Case-page */

.body-inner {
    padding: 100px 0;
}

.case-page.body-inner {
    background: #F5FBFF;
}

.case-block {
    margin: 15px 0;
    height: calc(100% - 30px);
    background: #FFFFFF;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    overflow: hidden;
}

.case-block .img-block {
    display: block;
    width: 100%;
    height: 252.57px;
    overflow: hidden;
    position: relative;
}

.case-block .img-block::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: var(--overlay-color);
    transition: all .5s;
    opacity: 0;
}

.case-block:hover .img-block::after {
    opacity: .7;
}

.case-block .img-block .img {
    width: 100%;
    height: 100%;
}

.case-block .img-block .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.case-block .img-block span {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    color: #fff;
    transition: all .5s;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    transform: scale(.7);
    opacity: 0;
    z-index: 2;
}

.case-block .img-block span i {
    margin-inline-end: 10px;
}

.case-block:hover .img-block span {
    opacity: 1;
    transform: none;
}

.case-block .details {
    padding: 20px 20px 22px;
}

.case-block .details .name {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    /* or 188% */
    /* Text Color 1 */
    color: #242424;
}

.loadMore {
    text-align: center;
    margin: 25px 0 0;
}

.loadMore a {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    color: var(--main-color);
}

.loadMore a i {
    margin-inline-start: 7px;
}


/* End Case-page */


/* Start Single-case */

.breadcrumb-two {
    background: #F5FBFF;
    padding: 22px 0;
}

.single-case.body-inner {
    background: #F5FBFF;
    padding-top: 30px;
}

.text-single-case {
    max-width: 637.07px;
}

.text-single-case .title-single-case {
    margin: 0 0 16px;
}

.text-single-case .title-single-case h3 {
    font-family: '29ltBold';
    font-size: 16px;
    line-height: 31px;
    color: #242424;
    margin: 0 0 8px;
}

.text-single-case .title-single-case .date-h {
    font-size: 16px;
    line-height: 30px;
    color: var(--main-color);
}

.text-single-case .title-single-case .date-h i {
    margin-inline-end: 12px;
}

.text-single-case p {
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    color: #686868;
}

.case-block-slide {
    height: 342.16px;
    background: #D9D9D9;
    border-radius: 5px;
    overflow: hidden;
}

.case-block-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.swiper-pagination.case-pagination,
.swiper-pagination.rel-pagination {
    position: relative;
    margin-bottom: 0;
    margin: 30px 0 0;
}

.swiper-pagination.case-pagination .swiper-pagination-bullet,
.swiper-pagination.rel-pagination .swiper-pagination-bullet {
    background: var(--main-color);
}

.rel-h .container {
    border-top: 1px solid #D9EDFF;
}

.rel-h {
    background: #f5fbff;
    padding: 0 0 110px;
}

.rel-h .title {
    margin: 50px 0 44px;
}


/* End Single-case */


/* Start Single-case */

.case-block.video-block-gallery .img-block::after {
    /* opacity: 0; */
}

.case-block.video-block-gallery .img-block::before {
    content: "\f04b";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 56.6px;
    height: 56.6px;
    background: #6AA7E0;
    border-radius: 50%;
    font-family: 'Font Awesome 6 Pro';
    font-weight: bold;
    line-height: 56.6px;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    z-index: 2;
}


/* End Single-case */


/* Start News-page */

.news-page.body-inner {
    padding: 80px 0;
}

.news-page .news-block {
    height: calc(100% - 30px);
    background: #fff;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.04);
    border-radius: 12px;
    padding: 10px;
    overflow: hidden;
}

.news-page .news-block .details {
    padding: 30px 10px 10px;
}


/* End News-page */


/* Start Single-news */

.single-news-inner {
    max-width: 742.54px;
}

.single-news-inner .img-single-news {
    height: 415.68px;
    border-radius: 8px;
    overflow: hidden;
    margin: 0 0 40px;
}

.single-news-inner .img-single-news img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.single-news-inner .text-single-case {
    max-width: 724px;
}

.sidebar-news .title-sidebar {
    margin: 0 0 15px;
}

.sidebar-news .title-sidebar h3 {
    font-style: normal;
    font-family: '29ltBold';
    font-size: 16px;
    line-height: 31px;
    margin: 0;
    color: #000000;
}

.all-news .item .news-block-in {
    display: flex;
    margin: 15px 0;
    background: #FFFFFF;
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.04);
    border-radius: 12px;
    padding: 16px;
}

.all-news .item .news-block-in .img {
    width: 128.9px;
    height: 101.99px;
    display: block;
    border-radius: 8px;
    overflow: hidden;
}

.all-news .item .news-block-in .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.all-news .item .news-block-in .details {
    flex: 1;
    padding-inline-start: 15px;
}

.all-news .item .news-block-in .details p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    margin: 0 0 7px;
    color: #686868;
}

.all-news .item .news-block-in .details .readMore {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 26px;
    color: var(--main-color);
    text-decoration-line: underline;
    display: block;
}


/* End Single-news */


/* Start Contact-page */

.contact-inner {
    max-width: 747.48px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    overflow: hidden;
    padding: 60px 64px;
}

.contact-page.body-inner {
    background: #F5FBFF;
    padding: 80px 0;
}

.contact-inner .title h3 {
    font-size: 20px;
    line-height: 31px;
}

.contact-inner .title {
    margin: 0 0 32px;
}

.contact-inner .form-group {
    margin: 0 0 25px;
}

.contact-inner .form-group label {
    margin: 0 0 5px;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    /* identical to box height, or 214% */
    color: #242424;
    display: block;
}

.contact-inner .form-group .form-control {
    height: 50px;
    width: 100%;
    /* background color */
    background: #F5FBFF;
    border: 1px solid #C4E2FF;
    border-radius: 5px;
    padding: 0 15px;
    appearance: auto;
    color: #333;
}

.contact-inner .form-group h4 {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    /* identical to box height, or 214% */
    margin: 0 0 5px;
    color: #000000;
}

.contact-inner .form-group .checkH {
    display: flex;
    flex-wrap: wrap;
}

.contact-inner .form-group .checkH label {
    margin-inline-end: 30px;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 30px;
    /* identical to box height, or 214% */
    /* Text Color */
    color: #686868;
}

.contact-inner .form-group .checkH label input {
    width: 17.27px;
    height: 17.27px;
    margin-inline-end: 8px;
    position: relative;
    top: 4px;
}

.contact-inner .form-group textarea.form-control {
    height: 102.17px;
    padding: 15px;
}

button.btn.btn-form {
    min-width: 187px;
    box-shadow: none;
    min-height: 55px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
}

button.btn.btn-form span {
    font-weight: inherit;
    font-family: inherit;
}


/* End Contact-page */


/* Start Faq-page */

.faq-page.body-inner {
    padding: 70px 0 100px;
}

.bg-color {
    background: #F5FBFF;
}

.faq-search {
    max-width: 597.2px;
    margin: 0 auto 50px;
}

.faq-search form .btn {
    min-width: 114.78px;
    min-height: 50px;
    font-size: 18px;
    padding: 15px 38px;
    box-shadow: none;
}

.faq-search form input,
.faq-search form select {
    width: calc(100% - 132.78px);
    margin-inline-end: 11px;
    height: 50px;
    background: #FFF;
    border: 1px solid #BABABA;
    border-radius: 5px;
    padding: 0 25px;
    font-size: 14px;
    line-height: 30px;
}

.faq-block {
    margin: 15px 0;
    height: calc(100% - 30px);
    padding: 40px;
    background: #FFFFFF;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
}

.faq-block h3 {
    font-family: '29ltBold';
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 30px;
    color: #242424;
}

.faq-block ul li a {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    margin: 15px 0;
    color: var(--main-color);
}


/* End Faq-page */


/* Start Single-faq */

.text-faq h3 {
    font-family: '29ltBold';
    font-size: 16px;
    line-height: 31px;
    color: var(--main-color);
    margin: 0 0 25px;
}

.text-faq p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    color: #686868;
    margin-top: 16px;
    margin-bottom: 16px;
    min-height:23px;
}
.text-faq iframe{
    width: 100%;
    min-height: 600px;
    
}

.single-faq .row {
    /*     align-items: center; */
    /*     -webkit-align-items: center; */
}


/* End Single-faq */


/* Start Smart-page */

.smart-inner p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    margin: 15px 0;
    color: #686868;
}

.smart-inner p:first-child {
    margin-top: 0;
}

.smart-inner h3 {
    font-family: '29ltBold';
    font-size: 20px;
    line-height: 30px;
    text-align: right;
    color: #242424;
    margin: 34px 0;
}

.smart-inner img {
    border-radius: 8px;
    height: 364.94px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.smart-inner .video-block a {
    position: relative;
}

.smart-inner .video-block a::after {
    width: 56.6px;
    height: 56.6px;
    line-height: 56.6px;
    font-size: 21.32px;
    background: var(--main-color);
}

.img-small {
    max-height: 332.21px;
    border-radius: 8px;
    overflow: hidden;
    margin: 15px 0;
}

.sidebar-smart .title-sidebar,
.sidebar-smart .title-sidebar h3 {
    font-family: '29ltBold';
    font-size: 16px;
    line-height: 31px;
    color: var(--main-color);
    margin: 0 0 45px;
}

.sidebar-smart .sidebar-inner .item {
    margin: 0 0 45px;
}

.sidebar-smart .sidebar-inner .item a {
    display: block;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 35px;
    color: #686868;
}

.smart-inner {
    max-width: 867.58px;
    padding-inline-end: 30px;
}


/* End Smart-page */


/* Start Automist-page */

.automist-inner p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    /* or 175% */
    margin: 0 0 28px;
    /* Text Color */
    color: #686868;
}

.automist-inner .who-h h3 {
    font-family: '29ltBold';
    font-size: 20px;
    line-height: 31px;
    color: var(--main-color);
    margin: 0 0 47px;
}

.auto-block {
    display: block;
    height: 184.07px;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
}

.auto-block .img {
    width: 100%;
    height: 100%;
}

.auto-block .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.automist-inner .who-h .auto-block h3 {
    position: absolute;
    top: 0;
    z-index: 3;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    color: #fff;
    padding: 10px;
}


/* End Automist-page */


/* Start Owner-page */

.owner-inner {
    padding: 36px 65px;
    background: var(--download-color);
}

.owner-inner h3 {
    font-family: '29ltBold';
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 24px;
    color: #242424;
}

.owner-inner p,
.owner-inner ul li {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    margin: 25px 0;
    color: #686868;
}

.owner-inner ul li {
    margin: 15px 0;
}


/* End Owner-page */

.awards-inner.row .item {
    max-width: 14.22%;
    flex: 0 0 14.22%;
    padding: 0 15px;
}

.awards-inner.row .item .awards-block {
    margin: 15px 0;
    text-align: center;
}

.portfolioFilter .portfolio-filter {
    display: flex;
    justify-content: center;
    margin: 0 0 40px;
}

.portfolioFilter .portfolio-filter li {
    margin: 0 5px;
}

.portfolioFilter .portfolio-filter li a {
    position: relative;
    display: block;
    padding: 10px 15px;
    border-radius: 4px;
    line-height: 22px;
    font-size: 14px;
    color: #87919F;
    border-bottom: 4px transparent solid;
}

.portfolioFilter .portfolio-filter li a.current {
    background: var(--main-color);
    color: #fff;
    border-bottom: 4px solid #0f327a;
    /* box-shadow: 0px 4px 4px #035EB4; */
}

.portfolioFilter .portfolio-filter li a:hover {
    background-color: #eee;
    color: #666;
}

.top-pages {
    padding: 100px 0;
}

.top-pages .overlay-img::after {
    content: "";
    inset: 0;
    background: #000;
    position: absolute;
    opacity: .5;
}

.top-pages .text-top {
    max-width: 700px;
}

.top-pages .text-top h3 {
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    margin: 0 0 25px;
}

.top-pages .text-top p {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
}

.text-about .btn {
    margin-top: 30px;
}

.banner-h2 {
    padding: 100px 0;
}

.banner-h .overlay-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--main-color);
    opacity: .8;
}

.banner-h .text-banner h3 {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 20px;
}

.banner-h .text-banner {
    max-width: 800px;
}

.banner-h .text-banner p {
    font-size: 16px;
    line-height: 30px;
    margin: 20px 0;
}

.banner-h .text-banner .btn.btn-sec {
    margin: 10px 0 0;
    padding: 18px 30px;
}

.automist-work-h {
    padding: 60px 0;
}

.step-block {
    margin: 15px 0;
}

.step-block .img {
    height: 165px;
}

.step-block .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.step-block .details {
    display: flex;
    padding: 20px 0 0;
}

.step-block .details .num {
    width: 50px;
    height: 50px;
    background: var(--main-color);
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}

.step-block .details p {
    flex: 1;
    color: #666;
    font-size: 16px;
    line-height: 22px;
    padding-inline-start: 10px;
}

.img-inter {
    max-width: 160px;
    margin: 0 0 30px;
}

.text-about.text-inter h6 {
    max-width: 700px;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    color: #000000;
    margin: 20px 0 30px;
}

.text-about.text-inter p {
    max-width: 700px;
    font-size: 16px;
}

.details-info-inter {
    padding: 30px;
    background: var(--bg-color);
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 10px;
    border-top: 3px solid #FFF;
    border-top-width: 4px;
    padding: 15px 30px 10px 30px;
    background: #e9f1f8;
    margin-bottom: 20px;
    border-bottom: 3px solid #E5E7E9;
    border-top: 4px solid var(--main-color);
}

.details-info-inter h3 {
    font-size: 22px;
    margin: 30px 0;
    font-weight: bold;
    color: var(--main-color);
    text-transform: capitalize;
}

.details-info-inter ul li a {
    display: flex;
    margin: 20px 0;
    align-items: center;
    -webkit-align-items: center;
}

.details-info-inter ul li a h4 {
    font-size: 16px;
    flex: 1;
    margin: 0;
    /* align-items: center; */
    /* -webkit-align-items: center; */
}

.details-info-inter ul li a .icon {
    width: 35px;
    font-size: 20px;
    color: var(--main-color);
}

.details-info-inter ul li a h4 strong {
    color: #333;
    margin-inline-end: 10px;
}

.details-info-inter ul li a h4 span u {
    display: inline-block;
    direction: ltr;
    text-decoration: none;
}

.details-info-inter .s-h {
    justify-content: start;
    margin: 30px 0;
}

.details-info-inter .s-h a {
    margin: 0;
    margin-inline-end: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: var(--main-color);
    border-radius: 50%;
}

.swiper-pagination.versat-pagination {
    position: relative;
    margin-bottom: 0;
    margin-top: 40px;
}

header.sticky.active {
    position: fixed;
    top: 0;
    z-index: 12;
    right: 0;
    left: 0;
}

.mobile-menu .navigation li.menu-item-has-children li a::after {
    display: none;
}

.mobile-menu .navigation li.menu-item-has-children a.active::after {
    transform: rotate(180deg);
}

.links-f li a {
    margin: 10px 0;
    display: block;
    font-size: 15px;
    color: #fff;
    text-transform: capitalize;
}

.links-f li a:hover,
.links-f li a:focus {
    color: var(--main-color);
}

.automist-page.automist-single .row:nth-child(even) {
    padding: 80px 0;
}

.automist-single .about-top .video-block {
    margin: 0;
}

.accordion-item {
    margin: 15px 0;
    border: 1px var(--bg-color) solid !important;
}

.accordion-item .accordion-button {
    border: none !important;
    box-shadow: none !important;
    background: var(--main-color);
    color: #fff;
    padding: 25px;
    font-size: 18px;
    font-weight: 700;
}

.accordion-item .accordion-button::after {
    margin: 0;
    margin-inline-start: auto;
    filter: brightness(0) invert(1);
}

.accordion-item .accordion-button:not(.collapsed) {
    background: #e2f2ff;
    color: var(--main-color);
}

.accordion-item .accordion-button:not(.collapsed)::after {
    filter: invert(66%) sepia(34%) saturate(2348%) hue-rotate(178deg) brightness(84%) contrast(91%);
}

.accordion-body {
    background: #e2f2ff;
    padding: 0 30px 30px;
    font-size: 15px;
    line-height: 2;
    color: #333;
}

.awards-h .swiper-wrapper {
    justify-content: center;
}

.box-content {
    text-align: center;
}

.box-content i {
    display: inline-block;
    font-size: 30px;
    height: 75px;
    line-height: 75px;
    padding: 0;
    width: 75px;
    margin-top: 0;
    position: relative;
    background: var(--main-color);
    border-radius: 50%;
    color: #fff;
}

.box-content i::after {
    content: "";
    position: absolute;
    background: transparent;
    pointer-events: none;
    content: '';
    display: block;
    border-radius: 50%;
    border: 2px solid #CCC;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin-top: -100%;
    filter: alpha(opacity=0);
    opacity: 0;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    border-color: var(--main-color);
}

.box-content:hover i::after {
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.featured-boxes.secundary h4 {
    font-size: 1.4em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 27px;
    margin: 0 0 14px 0;
    color: var(--main-color);
}

.featured-boxes.secundary .short {
    color: var(--main-color);
    font-size: 1em;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 18px;
    margin: 0 0 9px 0;
    text-transform: uppercase;
}

.featured-boxes.secundary p {
    color: #666;
    line-height: 22px;
    margin: 0 0 20px;
}

.new-block-h {
    margin: 20px 0;
    display: block;
}

.search-box-h {
    position: relative;
}

@media (min-width:991px) {
    main {
        margin-top: 100px;
    }
}