@import url(bootstrap.min.css);
@import url(bootstrap-grid.min.css);
@import url(animate.css);
@import url(all.css);
@import url(line-awesome.min.css);
@import url(owl.carousel.css);
@import url(jquery.mCustomScrollbar.min.css);
@import url(jquery.fancybox.css);
@import url(odometer.css);

/* Start Fonts */

@import url('https://fonts.googleapis.com/css2?family=Montserrat: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=Tajawal:wght@200;500;700;800;900&display=swap');
@font-face {
    font-family: 'din_r';
    src: url(../fonts/DINNextLTArabic-Regular.ttf);
}

@font-face {
    font-family: 'din_l';
    src: url(../fonts/DINNEXTLTARABIC-LIGHT.ttf);
}

@font-face {
    font-family: 'din_m';
    src: url(../fonts/DINNextLTArabic-Medium.ttf);
}

@font-face {
    font-family: 'din_b';
    src: url(../fonts/DINNextLTArabic-Bold.ttf);
}

@font-face {
    font-family: 'din_ul';
    src: url(../fonts/DINNextLTArabic-UltraLight.ttf);
}


/* End Fonts */

:root {
    --main-color: #164476;
    --sec-color: #0BA2FA;
    --txt1-color: #2F343E;
    --txt2-color: #1D1D1D;
    --bg-color2: #F1F1F1;
    --bg-grid: linear-gradient(180deg, #10B3B3 0%, #FFFFFF00 100%);
    --dark-color: #363636;
    --title-color: #162542;
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    font-family: 'din_r';
    color: #000;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    transition: all 0.5s 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 {
    scroll-behavior: smooth;
    padding: 0;
    margin: 0;
    font-family: 'din_r';
    background: #fff;
    text-align: start;
    direction: rtl;
}

body::-webkit-scrollbar {
    width: 6px;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: var(--main-color);
    outline: 1px solid var(--main-color);
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
    font-family: 'din_r';
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

section {
    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;
}

.owl-carousel {
    direction: ltr;
}

.owl-carousel .owl-item {
    direction: rtl;
}

#cursor {
    position: absolute;
    width: 20px;
    height: 20px;
    background: var(--main-color);
    border-radius: 50%;
    mix-blend-mode: difference;
    pointer-events: none;
    transition: transform .15s ease-in-out;
    z-index: 9;
    color: #fff;
}


/* Start Select Nice */

select {
    display: none;
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border: none;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    /* float: right; */
    font-family: inherit;
    font-size: 16px;
    font-weight: normal;
    line-height: 50px;
    outline: none;
    padding-right: 30px;
    padding-left: 30px;
    position: relative;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    color: #E2DDDD;
    width: 100%;
    background: transparent;
    border-bottom: 1px solid #707070;
    padding: 0 20px;
}

.nice-select:hover {
    border-color: #dbdbdb;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: #999;
}

.nice-select:after {
    content: "\f0d7";
    display: block;
    margin-top: 0;
    pointer-events: none;
    position: absolute;
    left: 20px;
    top: 0;
    -webkit-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    transition: all 0.15s ease-in-out;
    font-family: 'Line Awesome Free';
    font-weight: bold;
    border: none !important;
    transform: none !important;
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}
.nice-select .current{
    color: var(--txt1-color);
}
.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}

.nice-select.disabled:after {
    border-color: #cccccc;
}

.nice-select.wide {
    width: 100%;
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.nice-select.right {
    float: right;
}

.nice-select.right .list {
    left: auto;
    right: 0;
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}

.nice-select.small:after {
    height: 4px;
    width: 4px;
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}

.nice-select .list {
    background-color: var(--white-color);
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
    width: 100%;
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: start;
    transition: all 0.2s;
    color: #000;
    background: #fff;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: var(--main-color);
    color: #fff;
}


/* End Select Nice */

/*** 

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

***/

.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -200%;
    transform: translateY(-100%);
    background-color: rgba(0, 0, 0, 0.90);
    -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

.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 {
    transform: translateY(0%);
    margin-top: 0;
}

.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 {
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin: -35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: #111111;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.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;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
    position: absolute;
    left: 30px;
    top: 0px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    color: #000000;
    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;
    outline: none !important;
    box-shadow: none !important;
}

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

.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;
}

.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;
    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(0, 0, 0, 0.90);
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms 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 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms 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: #fff;
    padding: 0px 0px;
    z-index: 5;
    border-radius: 0px;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms 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: relative;
    left: 0;
    top: 0;
    line-height: 30px;
    width: 30px;
    text-align: center;
    font-size: 20px;
    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: 900ms;
    -moz-transition-delay: 900ms;
    -ms-transition-delay: 900ms;
    -o-transition-delay: 900ms;
    transition-delay: 900ms;
}

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

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    border-top: none;
}

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

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

.mobile-menu .navigation li>ul>li:first-child {
    border-top: none;
}

.mobile-menu .navigation li>a {
    position: relative;
    display: inline-block;
    line-height: 24px;
    padding: 10px 20px;
    font-size: 15px;
    color: var(--dark-color);
    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: block;
    background: var(--bg-color);
    height: 0;
    transition: all .5s;
    overflow: hidden;
}

.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;
}


/*** 

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

***/
.header-top1 {
    padding: 20px 0;
}

.header-top1 .row {
    align-items: center;
}

.header-top1-con {
    text-align: end;
}

.header-top1-con ul {
    display: inline-flex;
}

.header-top1-con li {

    text-align: start;
    padding-inline-start: 40px;
    position: relative;
}

.header-top1-con li.phone::after {
    content: '';
    position: absolute;
    top: 15%;
    right: 20px;
    left: auto;
    height: 35px;
    width: 1px;
    background-color: #ddd;
}

.header-top1-con li.mail a,
.header-top1-con li.phone a {
    display: inline-flex;
}

.header-top1-con li img {
    display: block;
    width: 30px;
}
.header-top1-con li i{
    font-size: 35px;
    color: var(--sec-color);
    vertical-align: middle;
    display: inline-block;
    position: relative;
    top: 10px;
}
.header-top1-con li h4 {
    font-size: 18px;
    padding-inline-start: 15px;
}

.header-top1-con li h4 span {
    display: block;
    text-transform: capitalize;
}

.header-top1-con li h4 span:last-child {
    margin-top: 4px;
    font-family: 'din_b';
    direction: ltr;
}

/* Start Header */

.header-top {
    padding: 25px 0;
    background: var(--main-color);
    position: relative;
    z-index: 3;
}

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

.header-top .head-top-inner .nav-menu ul {
    display: flex;
    gap: 30px;
}

.header-top .head-top-inner .nav-menu ul li a {
    color: #FFFF;
    font-size: 16px;
    font-family: 'din_b';
    text-transform: capitalize;
}

.header-top .head-top-inner .nav-menu ul li.current-menu-item a,
.header-top .head-top-inner .nav-menu ul li a:hover {
    color: var(--sec-color);
}

.header-top .head-top-inner .nav-menu ul li {
    position: relative;
    border: none;
}

.menu-item-has-children {
    display: flex;
    /* margin-top: 30px; */
    /* padding: 10px; */
}

.dot {
    background: #fff;
    border-radius: 50%;
    height: 10px;
    margin-right: 5px;
    width: 10px;
}

.dot:last-child {
    margin-right: 0;
}

.drop {
    background: #fff;
    border-radius: 1.2px;
    height: 5px;
    transform: translateY(5px);
    transition: transform 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
    width: 5px;
    opacity: 0;
}

.sub-menu {
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    top: 45px;
    width: 100%;
    display: block !important;
    z-index: 9;
    min-width: 225px;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    background: #fff;
}

.sub-menu ul {
    margin: 0;
    padding: 0;
}

.sub-menu li {
    align-items: center;
    border-bottom: 1px solid #bdbdbd;
    display: flex;
    font-size: 24px;
    height: fit-content;
    opacity: 0;
    list-style: none;
    transition: opacity 100ms cubic-bezier(0.4, 0.0, 0.2, 1);
    user-select: none;
    -moz-user-select: none;
}

.header-top .head-top-inner .nav-menu ul li ul li a:hover {
    background: var(--main-color);
    color: #fff;

}

.menu-item-has-children:hover .cut {
    transform: translateX(-50%) translateY(24px);
}

.menu-item-has-children:hover .drop {
    transform: translateY(200px) scale(108);
    opacity: 1;
}

.menu-item-has-children:hover .sub-menu li {
    cursor: pointer;
    opacity: 1;
    transition: opacity 200ms 100ms cubic-bezier(0.4, 0.0, 0.2, 1);
}

.menu-item-has-children:hover .sub-menu li:nth-child(2) {
    transition-delay: 130ms;
}

.menu-item-has-children:hover .sub-menu li:nth-child(3) {
    transition-delay: 160ms;
}

.menu-item-has-children:hover .sub-menu li:nth-child(4) {
    transition-delay: 190ms;
}

.menu-item-has-children:hover .sub-menu li:nth-child(5) {
    transition-delay: 220ms;
}

.menu-item-has-children:hover .shadow {
    opacity: 1;
    transition: opacity 150ms 150ms cubic-bezier(0.4, 0.0, 0.2, 1);
}

.header-top .head-top-inner .nav-menu ul ul li a {
    color: #000;
    border: none;
    padding: 10px 15px;
    display: block;
}

.header-top .head-top-inner .nav-menu ul li ul li a {
    color: var(--sec-color);
    display: block;
    width: 100%;
    font-size: 15px;
    text-decoration: none !important;
}

.header-top .head-top-inner .nav-menu ul li.menu-item-has-children::after {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    left: -14px;
    top: 9px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(135deg);
}

.header-top .head-top-inner .nav-menu ul li:hover .cut,
.header-top .head-top-inner .nav-menu ul li:hover .sub-menu {
    height: 155px;
    visibility: visible;
}

.header-top .head-top-inner .nav-menu ul li .sub-menu {
    max-height: 130px;
    overflow-y: auto;
}

.header-top .head-top-inner .nav-menu ul li .sub-menu::-webkit-scrollbar {
    width: 1px;
}

.header-top .head-top-inner .nav-menu ul li .sub-menu::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.header-top .head-top-inner .nav-menu ul li .sub-menu::-webkit-scrollbar-thumb {
    background-color: var(--main-color);
    outline: 1px solid var(--main-color);
}
.social-h {
    display: flex;
    gap: 8px;
}

.social-h a {
    font-size: 17px;
    background: #fff;
    width: 33px;
    height: 33px;
    line-height: 30px;
    border-radius: 100%;
    text-align: center;
    color: var(--main-color);
}

.social-h a:hover {
    color: var(--sec-color);
}

.header-bottom {
    padding: 30px 0 28px;
    display: none;
}

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

.header-bottom .header-inner .logo {
    max-width: 584px;
}

.mobile-nav-toggler {
    position: relative;
    width: 40px;
    line-height: 33px;
    text-align: center;
    background: var(--sec-color);
    border-radius: 5px;
    font-size: 25px;
    color: #fff;
    height: 40px;
    display: none;
}

.mobile-nav-toggler .icon.flaticon-menu {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 35px;
}

.head-mobile {
    display: flex;
    align-items: center;
    background: var(--main-color);
    position: relative;
    z-index: 9;
    width: 100%;
    justify-content: space-between;
    padding: 12px;
}

.head-mobile h3 {
    margin: 0;
    font-size: 20px;
    color: #fff;
}

.social-h a.lang {
    font-size: 16px;
    color: #fff;
    font-family: 'din_l';
    width: auto;
    height: auto;
    background: transparent;
    padding-inline-start: 15px;
}

.lang i {
    margin-inline-start: 6px;
}


/* End Header */
.req-modal .modal-dialog {
    max-width: 769px;
}

.req-modal .modal-dialog .modal-content {
    border: 1px solid #707070;
    border-radius: 0;
}

.req-modal .close {
    display: flex;
    margin: 0 0 5px;
    margin-inline-start: auto;
    width: 34px;
    height: 34px;
    justify-content: center;
    align-items: center;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background: #000 !important;
    color: #fff !important;
    border-radius: 50%;
    font-size: 16px;
    margin-inline-end: -20px;
    opacity: 1;
    position: relative;
    float: left;
}
.req-modal .close i{
    font-weight: 400;
}
.req-modal .close:hover{
    background: #000 !important;
    color: #fff !important;
}
.form-modal h3 {
    text-align: center;
    font-size: 22px;
    color: #000;
    margin: 20px 0 35px;
    font-weight: 600;
}

.req-modal .modal-dialog .modal-content .modal-body {
    padding: 15px 37px 37px;
}

.form-modal .form-group {
    margin: 8px 0;
}

.form-modal .form-group label {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 8px;
}

.form-modal .form-group .form-control {
    height: 45px;
    background: #FAFAFA;
    border: 1px solid #B5B5B5;
    border-radius: 5px;
    width: 100%;
    box-shadow: none;
    transition: all .5s;
    line-height: 45px;
    text-align: start !important;
}

.form-modal .form-group .form-control:focus {
    border-color: var(--main-color);
    background: #fff;
}

.form-modal .form-group textarea.form-control {
    height: 135px;
}

.form-group.priv-h p {
    display: flex;
    align-items: center;
    margin: 0 0 30px;
    color: #000;
    font-size: 16px;
    font-weight: 300;
}

.form-group.priv-h p input {
    width: 18px;
    height: 18px;
    border: 1px solid #979797;
    margin-inline-end: 10px;
}

.form-group.priv-h p a {
    color: #3DA5FF;
    font-weight: normal;
    margin-inline-start: 5px;
}


/* Start Home-slider */



.btn {
    position: relative;
    min-width: 132px;
    min-height: 40px;
    background: var(--sec-color);
    color: #fff;
    display: table;
    padding: 10px 10px 15px;
    font-size: 16px;
    border: none;
    overflow: hidden;
    justify-content: center;
}

.btn::after {
    content: "";
    position: absolute;
    top: -10%;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 140%;
    background: var(--main-color);
    transition: all .5s;
    transform: rotate(45deg) translateX(67%) translateY(-80%);
    border-radius: 10px;
    opacity: 0;
}

.btn:hover::after {
    transform: none;
    opacity: 1;
}

.btn span {
    position: relative;
    z-index: 2;
}

.btn:hover span {
    color: #fff;
}

.btn:focus,
.btn:hover {
    box-shadow: 0 0 20px rgb(16 179 179 / 25%);
}

.banner-home {
    padding-bottom: 50px;
}

.img-slider {
    position: relative;
    height: 572px;
}

.img-slider .img {
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 2;
}

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

.img-slider::after {
    content: "";
    position: absolute;
    right: -25px;
    top: 0;
    bottom: 0;
    width: 100%;
    background: linear-gradient(98deg, var(--sec-color) 89%, var(--thr-color) 50%);
    margin: auto;
    height: 85%;
}

.header-top1-con .btn:hover {
    color: #fff;
}

















/***************************************************************************************************/
/* Start Slider-home */
.slider-block,
.slider-block .row {
    position: relative;
    min-height: 640px;
}

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

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

.slider-block .row {
    align-items: center;
}

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

.slider-block .text-slider {
    padding: 0 0 100px;
    /* max-width: 500px; */
    min-height: 338px;
    /* background: rgb(255 255 255 / 80%);
    */
    padding: 32px;
}

.slider-block .text-slider h1 {
    opacity: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 48px;
    margin: 0 0 40px;
    font-weight: 600;
    line-height: 60px;
    font-family: 'din_b';
    -webkit-transform: translateY(101%);
    -ms-transform: translateY(101%);
    transform: translateY(101%);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.btn.btn-white {
    min-width: 167px;
    min-height: 50px;
    background: #fff;
    border-radius: 5px;
    display: table;
    color: var(--main-color);
    font-size: 18px;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
    padding: 11px;
}

.btn.btn-white:hover,
.btn.btn-white:focus {
    background: var(--main-color);
    color: #fff;
}

.btn-s {
    text-align: center;
    display: flex;
    margin-top: 10px;
}

.btn-s .callNow {
    color: #FFF;
    font-size: 18px;
    margin: 15px 0 0;
    display: block;
}

.home-slider .owl-dots {
    overflow: hidden;
    position: absolute;
    bottom: 0;
    right: 5%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    max-height: 120px;
    margin: auto;
}
.owl-carousel .owl-dots{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 35px;
}
.owl-carousel .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    background: var(--txt1-color);
    display: inline-flex;
    border-radius: 100%;
    transition: all .5s;
    margin: 0 3px;
    position: relative;

}

.owl-carousel .owl-dots .owl-dot.active span {
    opacity: 1;
    background: #fff;
}

.owl-carousel .owl-dots .owl-dot span::after {
    content: "";
    position: absolute;
    width: 28px;
    height: 28px;
    border: 1px var(--main-color) solid;
    right: 0;
    left: 0;
    top: 0;
    margin: -7.51px;
    border-radius: 50%;
    transition: all .5s;
    display: block;
    transform: scale(0);
    opacity: 0;
}

.owl-carousel .owl-dots .owl-dot.active span::after {
    transform: none;
}

.slider-h .slider-counter {
    position: absolute;
    right: 5.5%;
    bottom: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    flex-direction: column;
    color: #fff;
    font-size: 16px;
    max-height: 30%;
    margin: auto;
}

.slider-h .slider-counter .line {
    height: 150px;
}

.home-slider.owl-carousel .owl-nav {
    position: absolute;
    z-index: 5;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    top: auto;
    left: auto;
    right: 0;
    width: auto;
}

.home-slider.owl-carousel .owl-nav button.owl-prev,
.home-slider.owl-carousel .owl-nav button.owl-next {
    font-size: 24px !important;
    color: #000 !important;
    margin: 0;
    width: auto;
    height: auto;
    right: auto;
    left: auto;
    position: relative;
    width: 81px;
    height: 61px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    border-radius: 0;
    box-shadow: none;
}


.btn.btn-border {
    /* color: var(--main-color) !important;
    */
    background: transparent;
}

.slider-h {
    display: flex;
    flex-direction: row-reverse;
    overflow: hidden;
}

.slider-h .home-slider {
    width: calc(100% - 71px);
    /* border-start-start-radius: 16px;
    */
    overflow: hidden;
    width: 100%;
}

.slider-h .nextSec {
    display: flex;
    width: 71px;
    align-items: center;
    justify-content: center;
    position: relative;
    display: none;
}

.slider-h .nextSec::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    margin: auto;
    height: 100%;
    border-right: 1px #eee solid;
}

.home-slider.owl-carousel .owl-nav button.owl-prev:hover,
.home-slider.owl-carousel .owl-nav button.owl-next:hover {
    background: var(--main-color) !important;
    color: #fff !important;
}



.active .slider-block .img-overlay img {
    transform: scale(1.5);
    transition: all 50s;
}

.slider-block .img-overlay img {
    transition: all 50s;
}

.slider-block {
    overflow: hidden;
}

.active .slider-block .text-slider h1,
.active .slider-block .text-slider p,
.active .slider-block .btn-s {
    opacity: 1;
    transform: none;
}

.slider-block .btn-s {
    margin-top: 20px;
    -webkit-transform: translateY(101%);
    -ms-transform: translateY(101%);
    transform: translateY(101%);
    transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
    opacity: 0;
}

.slider-block .btn-s .btn i {
    position: relative;
    z-index: 1000;
    padding-inline-start: 7px;
    font-weight: 400;
    top: 2px;
    color: #fff;
}
.home-slider.owl-carousel .owl-nav {
    position: absolute;
    z-index: 5;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    top: auto;
    left: auto;
    right: 0;
    width: auto;
}
.home-slider.owl-carousel .owl-nav .owl-prev, 
.home-slider.owl-carousel .owl-nav .owl-next {
    font-size: 24px !important;
    color: #000 !important;
    margin: 0;
    width: auto;
    height: auto;
    right: auto;
    left: auto;
    position: relative;
    width: 70px;
    height: 55px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    border-radius: 0;
    box-shadow: none;
    text-align: center;
    line-height: 53px;
}
/* End Slider-home */


/* Start services-h */
.se-head{
    text-align: center;
    margin-bottom: 45px;
}
.se-head h4{
    color: var(--sec-color);
    position: relative;
    font-size: 28px;
    margin: 0;
}
.se-head h4 span{
    position: relative;
    display: inline-grid;
    min-width: 200px;
}
.se-head h4 span::after{
    content: '';
    position: absolute;
    left: 0;
    right: auto;
    background-color: var(--sec-color);
    width: 50px;
    height: 1px;
    top: 60%;
}
.se-head h4 span::before{
    content: '';
    position: absolute;
    right: 0;
    left: auto;
    background-color: var(--sec-color);
    width: 50px;
    height: 1px;
    top: 60%;
}
.se-head h2{
    font-size: 48px;
    color: var(--txt2-color)
}
.services-h{
    padding: 70px 0;
}
/********************************/
.serv-block{
    text-align: center;
}
.serv-block a{
    display: block;
    padding: 30px;
    transition: all .3s ease-in;
}
.serv-block img{
max-height:80px;
}
.serv-block h3{
    font-size: 28px;
    color: var(--txt1-color);
    margin: 20px 0;
    transition: all .3s ease-in;
}
.serv-block p{
    font-size: 16px;
    color: var(--txt1-color);
    opacity: 75%;
}
.serv-block a:hover h3{
    color: var(--sec-color);  
}
/* End services-h */

/* Start projects-h */
section{
    overflow: hidden;
}

.projects-h{
    padding: 70px 0;
    background: #2F343E 0% 0% no-repeat padding-box;
}
.projects-h .se-head h2{
    color: #fff;
}
.proj-block{

    position: relative;
    overflow: hidden;
    position: relative;
    transition: all 0.5s ease 0s;
}
.proj-img{
height: 260px;
}
.proj-block{
    width: 100%;
    height: 260px;
    transition: all 0.5s ease-out;
}
.proj-block a{
    width: 100%;
    height: 100%;
    display: block;
}
.proj-block img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.5s ease-out;
}
/* .proj-block:hover img{ opacity: 0.2; } */
.proj-block .box-content{
    color: #fff;
    width: 100%;
    height: 40%;
    padding: 35px 15px;
    position: absolute;
    bottom: -150px;
    left: 0;
    z-index: 1;
    transition: all 0.5s ease 0s;
    background: transparent linear-gradient(180deg, #0BA2FA00 0%, #0BA2FA 100%) 0% 0% no-repeat padding-box;
}  
.proj-block:hover .box-content{
    bottom: 0px;
    transition: all 0.5s ease 0s;
}
.proj-block .title{
    position: relative;
    z-index: 15;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 0 0 5px;
    transform: perspective(200px) rotateX(90deg);
    transform-origin: bottom center;
    transition: all 0.5s ease 0s;
}
.proj-block:hover .title{ transform: rotateX(0); }
.proj-block .post{
    position: relative;
    z-index: 15;
    color: #fff;
    font-size: 16px;
    opacity: 60%;
    letter-spacing: 1px;
    text-transform: capitalize;
    display: block;
    transform: perspective(200px) rotateX(-90deg);
    transform-origin: top center;
    transition: all 0.5s ease 0s;
}
.proj-block :hover .post{ transform: rotateX(0); }
@media only screen and (max-width:990px){
    .proj-block{ margin: 0 0 30px; }
}
.projects-h .se-head {
    margin-bottom: 50px;
}
.more-btn{
    text-align: center;
    margin-top: 40px;
    display: block;
}
.more-btn a{
    margin: auto;
}
/* End projects-h */


/* Start clients-contact */
.clients-contact{
    padding: 70px 0;
}
.se-head.se-head2{
    text-align: start;
}
.se-head.se-head2 h4 span{
    padding-inline-start: 65px;
}
.se-head.se-head2 h4 span::after{
    display: none;
}
.se-head.se-head2 h4 span::before {
    top: 80%;
}
.se-head.se-head2 h2{
    font-size: 36px;
    margin: 15px 0;
}
.se-head.se-head2 p{
    font-size: 16px;
    line-height: 36px;
    color: var(--txt1-color);
    opacity: 60%;
}
.clients-block{
    padding-inline-end: 50px;
}
.clients{
    margin-top: 50px;
}
.clients .row{
    align-items: center;
}
.clients-img{
    position: relative;
     height: 110px; 
     overflow: hidden; 
    z-index: 10;
    margin-bottom: 20px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
}
.clients-img img {
    /*position: absolute;*/
    /*transform: translate(-50%, -50%);*/
    /*top: 50%;*/
    /*left: 50%;*/
    /* width: 100%; */
     max-height: 100%; 
    max-width: 100%;
    object-fit:contain;
    /*transition: all .3s ease-in-out;*/
    /*height: 100%;*/
     
}
/***********************************/
.contact-form{
    margin-top: 20px;
    padding: 40px;
    background: #F6F6F6 0% 0% no-repeat padding-box;
}
.contact-form .form-control{
    height: 50px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    box-shadow: unset;
    color: var(--txt1-color);
    padding: 5px 10px;
    font-size: 17px;
    border-radius: 0;
}
.contact-form textarea{
    height: 120px !important;
}
.contact-form .form-control:focus{
    border-color: var(--sec-color);
}
.submit-btn{
    justify-content: end;
    align-items: end;
    display: flex;
    margin: 0 !important;
}
.submit-btn .btn{
    font-weight: bold;
}
.submit-btn i{
    position: relative;
    z-index: 15;
    padding-inline-end: 5px;
}

input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #2F343E !important;
  opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #2F343E !important;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #2F343E !important;
}
input::placeholder,
textarea::placeholder {
    color: #2F343E !important;
}
/* End clients-contact */


/* Start news-h */
.news-h{
    padding: 70px 0;
    background-color: #F6F6F6;
}
.new-block{
    margin-bottom: 35px;
    transition: all .4s ease-in;
}
.new-block .new-img{
    height: 265px;
    overflow: hidden;
    position: relative;
    background: #000;
}
.new-block .new-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all .5s;
}
.new-block .new-img:hover img{ opacity: 0.5; } 
.new-block .new-img::after {
    content: "\f002";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    background: var(--sec-color);
    justify-content: center;
    align-items: center;
    display: flex;
    color: #fff;
    font-family: 'Line Awesome Free';
    font-weight: bold;
    font-size: 20px;
    border-radius: 50%;
    transition: all .5s;
    transform: scale(0);
}
.new-block .new-con{

}
.new-block .new-con h4{
    font-size: 24px;
    line-height: 35px;
    margin: 15px 0;
    color: var(--txt1-color);
    transition: all .4s ease-in;
}
.new-block .new-con h4:hover{
    /* color: var(--sec-color); */
}
.new-block .new-con span{
    font-size: 14px;
    color: var(--sec-color);
}
.new-block .new-con span i{
    position: relative;
    top: 2px;
    padding-inline-start: 2px;
    font-weight: 400;
}
.new-block .new-img:hover::after {
    transform: none;
}
/* End news-h */



/* Start partners-h*/
.partners-h{
    padding: 70px 0;
    background: #166BAB 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
}
.partners-h .se-head h4 span {
    min-width: 250px;
}
.partners-h .se-head h2{
    color: #fff;
}
.partners-h .item{
    margin: 0 10px;
}
.patner-img{
    position: relative;
    height: 150px;
    overflow: hidden;
    z-index: 10;
    margin-bottom: 20px;
}
.patner-img img {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    /* width: 100%; */
    /* height: 100%; */
    width:auto !important;
    max-width: 100%;
    transition: all .3s ease-in-out;
    height: 100%;
}
/* End news-h */


/* Start apps-h*/
.apps-h{
    padding: 70px 0;
}
.apps-h .row{
    align-items: center;
}
.app-txt{

}
.app-txt h3{
    font-size: 36px;
    color: #16191B;
}
.app-txt h3 span{
    font-weight: bold;
}
.app-imgs{

}
.app-imgs ul{
    display: flex;
justify-content: end;
}
.app-imgs ul li{
    padding-inline-start: 20px;
}
.app-imgs ul li img{
max-height: 82px;
    
}
/* End apps-h*/


/* Start footer*/
footer{
    border: 1px solid var(--unnamed-color-707070);
background: #2F343E 0% 0% no-repeat padding-box;
}

.footer-top {
    padding: 65px 0 50px;
}

.foot-col h3 {
    color: #FFF;
    font-size: 28px;
    font-weight: bold;
    margin: 0 0 50px;
    position: relative;
    display: inline-block;
}
.foot-col h3::after{
    content: '';
    position: absolute;
    left: -60px;
    background-color: var(--sec-color);
    width: 42px;
    height: 1px;
    bottom: 18%;
}
.map-con {
    height: 200px;
    border: 1px solid #707070;
border-radius: 6px;
overflow: hidden;
}

.map-con iframe {
    /* filter: grayscale(1); */
}

.foot-col ul li a {
    display: inline-flex;
    margin: 5px 0;
    color: #ECECEC;
    font-size: 18px;
}

.foot-col ul li a:hover,
.s-foot a:hover {
    color: var(--sec-color);
}
.imp-links li{
    width: 49%;
    display: inline-flex;
}
.foot-col ul.info-f li{
    margin-bottom: 25px;
}
.foot-col ul.info-f li a i {
    width: 35px;
    position: relative;
    top: 3px;
    font-size: 28px;
    color: var(--sec-color);
}

.foot-col ul.info-f li a span {
    width: calc(100% - 35px);
    padding-inline-start: 8px;
    direction: ltr;
}

.s-foot {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0 0;
}

.s-foot a {
    color: #fff;
    font-size: 16px;
    margin-inline-end: 32px;
}

.footer-bottom {
    border-top: 1px rgb(255 255 255 / 30%) solid;
}

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

.capy-right p {
    color: #FFF;
    text-shadow: 0px 3px 6px #00000029;
    font-size: 16px;
}

.footer-bottom .ryad-logo {
    float: left;
}



/* End Footer */

.social-f {
    display: flex;
    margin: 50px 0 0;
    gap: 30px;
}
.footer-botto{
    border-top: 1px solid #1d1d1d80;
}
.footer-botto .row {
    align-items: center;
}

.copy-right p {
    color: #fff;
    font-size: 16px;
}

.footer-botto .ryad-logo {
    float: left;
}

.social-f a {
    color: #C5C5C5;
    font-size: 19px;
}

.social-f a:hover {
    color: var(--main-color);
}



a i.fab.fa-facebook-f {
    color: #1877f2 !important;
}
.social-h a i.fab.fa-twitter,
a i.fab.fa-twitter {
    color: #1da1f2 !important;
}

a i.fab.fa-instagram {
    color: #c13584 !important;
}

a i.fab.fa-youtube {
    color: #ff0000 !important;
}

.social-h i {
    transition: all .5s;
}

.social-f i {
    transition: all .5s;
}

/* End Footer */





/*****************************************************************************/
/*********************************** 404 ***********************************/
.error-layout {
    padding: 70px 0;

}

.error-layout .inner_ro,
.error-layout .outer {
    text-align: center;
}

.error-layout .m-section-head {
    margin-bottom: 20px;
    text-align: right;
}

.error-layout .m-section-head h3 {
    font-size: 18px;
    padding-bottom: 0;
}

.error-layout .inner_ro {
    position: relative;
}

.error-layout .inner_ro span {
    color: var(--main-color);
    font-size: 150px;
    font-weight: bold;
    line-height: 1;
}

.error-layout .inner_ro img.sc {
    bottom: 0;
    left: 0;
    height: 42px;
    margin: auto;
    position: absolute;
    right: 0;
    top: -90px;
    width: 381px;
    opacity: .5;
}

.error-layout .outer h4 {
    margin: 15px 0 10px;
    font-size: 20px;
    font-weight: bold;
}

.error-layout .outer p {
    font-size: 17px;
}

.error-layout .outer a {
    height: 35px;
    line-height: 35px;
    padding: 0 7px;
    display: inline-block;
    color: var(--main-color);
}

@media(max-width: 600px) {
    .error-layout {
        padding: 40px 0;
    }

    .error-layout .inner_ro span {
        font-size: 80px;
    }

    .error-layout .outer h4 {
        font-size: 18px;
        margin-bottom: 12px
    }

    .outer p {
        line-height: 20px;
    }
}
/************************************* Pages **********************************/

/********************************************************************************************************/
/*****************************************************************/
/**************************** page-head **************************/
.page-head{
    padding: 100px 0;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
  }
  .page-head::after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
  }
  .page-title,
  .page-name{
    position: relative;
    z-index: 2;
  }
  .page-name h2{
    color: #fff;
    font-size: 38px;
    font-weight: bold;
    margin: 0;
    text-transform: capitalize;
  }
  .page-title ul{
    margin-top: 10px;
    display: flex;
    justify-content: center;
  }
  .page-title ul li{
    padding: 0 2px;
  }
  .page-title ul li,
  .page-title ul li a{
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    transition: all .4s ease-in;
  }
  .page-title ul li a:hover{
    color: var(--sec-color)
  }
  /*********************************************************************/
  .page-content{
    padding: 70px 0;
    background-color: #F5F7F7;
  }
  .about-us-page{
    background-color: #F5F7F7;
  }
  /*********************************************************************/
  /**************************** about-us-page **************************/

.about-block{
  background-color: #fff;
  border-radius: 4px;
}
.about-block{
  padding: 40px 22px;
}
.about-con{
  margin-bottom: 25px;
}
.about-con h3{
  font-size: 24px;
  margin: 0 0 15px 0;
  color: var(--txt1-color);
  font-weight: bold;
}
.about-con h4{
  font-size: 16px;
  margin: 0 0 13px 0;
  font-weight: bold;
  color: var(--txt1-color);
}
.about-con:nth-child(2) h4,
.about-con:nth-child(3) h4{
  margin: 13px 0;
}
.about-con p{
    width: 85%;
    font-size: 16px;
    line-height: 26px;
    color: var(--txt1-color);
    opacity: .6;
}
.about-img{
  height: 550px;
  position: relative;
  right: -60px;
  top: 45px;
}
.about-img img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.about-con a{

}
/***********************************************************************/
/***********************************************************************/
/**************************** single-serv-page **************************/
.single-serv{

}
.single-serv p{
    color: #707070;
    opacity: 1;
    margin-bottom: 15px;
}
.single-serv .about-con ul{
  width: 80%;
}
.about-con ul li{
  position: relative;
  margin-inline-start: 30px;
  color: #707070;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 12px;
}
.about-con ul li::before{
    content: "\f058";
    position: absolute;
    top: 6px;
    right: -30px;
    width: 40px;
    height: 40px;
    transition: all 0.15s ease-in-out;
    font-family: 'Line Awesome Free';
    font-weight: bold;
    color: var(--sec-color);
    font-size: 22px;
}
.single-serv .about-img{
  height: 400px;
}
/*************************************************/
.single-serv-slider{
  padding-bottom: 80px;
}
.single-serv-slider{

}
.single-serv-slider h2{
  font-size: 34px;
  margin: 0 0 35px 0;
  text-align: center;
  color: var(--sec-color);
  font-weight: bold;
}
.single-serv-slider .item{
  margin: 0 15px 20px 0;
  text-align: center;

}
.single-serv-slider .item img{
    width: auto !important;
    margin: auto;
}
.single-serv-slider .owl-nav {
    position: relative;
    top: 50%;
    z-index: 10000;
    transition: all .4s ease;
}
.single-serv-slider .owl-next, 
.single-serv-slider .owl-prev {
    position: absolute;
    width: 42px;
    height: 42px;
    line-height: 42px !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    cursor: pointer !important;
    color: var(--sec-color) !important;
    background: #fff!important;
    padding: 0 !important;
    display: inline-block !important;
    transition: all .3s ease-in;
    border: 0 !important;
    margin: 0 !important;
    border-radius: 100%;
    text-align: center;
}
.single-serv-slider .owl-prev {
  left: -30px;
}
.single-serv-slider .owl-next {
  right: -12px;
}
.single-serv-slider .owl-prev:hover,
.single-serv-slider .owl-next:hover {
  color: #fff !important;
  background: var(--sec-color) !important;
  border: 0 !important;
}
.single-serv-slider .owl-theme .owl-nav {
  top: -150px;
}

.serviceModal-btn{
    margin-top: 20px;
}
/***********************************************************************/
/**************************** projects-page **************************/
.projects-page{
    background-color: #F5F7F7;
}
.projects-page .se-head h2 {
    color: var(--txt2-color);
}
.projects-page  .proj-block{
    margin-bottom: 30px;
}
/***********************************************************/
/******************** contact-us-page **********************/
.contact-us-page .row{
    align-items: center;
}
.contact-us-page .contact-form{
    background: #fff;
}
.contact-form .form-control{
  display: flex;
  width: 100%;
  height: 50px;
  border: none;
  background: #fff;
  font-size: 16px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgb(112 112 112 / 50%);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  position: relative;
  z-index: 2;
}
.contact-form .form-group{
  position: relative;
  margin-bottom: 25px;
}
.contact-form .form-group label {
  position: absolute;
  top: 10px;
  right: 10px;
  pointer-events: none;
  z-index: 9;
  background: #fff;
  padding: 0 5px;
  transition: all .3s ease;
}
.contact-form .form-group.focused label {
  top: -1rem;
  font-size: 14px;
  color: var(--sec-color);
}
.contact-form .form-group.focused .form-control{
  border: 1.5px solid  var(--sec-color);
}
.contact-us-map{
    padding: 70px 0;
}
.contact-us-map .map{
  height: 450px;
  overflow: hidden;
  width: 100%;
  border-radius: 4px;
}
.contact-us-map .map iframe{
  height: 100%;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}
.contact-us-form .se-title,
.contact-us-map .se-title {
  margin-bottom: 20px;
}
.contact-us-form .se-title h3,
.contact-us-map .se-title h3{
    font-size: 28px;
    font-weight: 800;
}
.contact-info{
  background: #fff;
  padding: 35px 25px;
}
.contact-info h3{
  font-size: 18px;
  font-weight: 800;
}
.contact-info-con{
  margin-bottom: 25px;
}
.contact-info-con h3,
.contact-info-con2 h3{
  font-size: 17px;
  font-weight: 800;
  color: #0f0f0f;
  margin: 0px 0 16px 0;
}
.contact-info-con2 ul{
    display: flex;
}
.contact-info-con ul{
    padding: 0 15px;
}
.contact-info-con ul li a{
  display: block;
  font-size: 15px;
  color: var(--txt1-color);
  margin-bottom: 15px;
  position: relative;
  margin-inline-start: 15px;
  transition: all .3 ease-in;
}
.contact-info-con ul li i {
  position: absolute;
  top: 6px;
  right: -25px;
  font-size: 16px;
  color: var(--sec-color);
}
.contact-info-con ul li a:hover i{
  color: var(--sec-color);
}
.contact-info-con2 ul li {
  padding: 0 2px;
}
.contact-info-con2 ul li a {
  width: 35px;
  height: 35px;
  line-height: 31px;
  text-align: center;
  color: var(--sec-color);
  background-color: #fff;
  border: 1px solid  #ddd;
  border-radius: 100%;
  display: inline-block;
  font-size: 16px;
  transition: all .3s ease-in;
}
.contact-info-con2 ul li a:hover {
  /*border: 1px solid  var(--sec-color);*/
  color: #fff;
  transform: rotate(45deg);
}
/******************************************************************************/
/******************************** news-page ****************************/
/***************************/
.urgent-news-b2-img{
  height: 222px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.urgent-news-b2-img img{
  height: 100%;
  width: 100%;
  transition: all .5s ease-in;
  object-fit: cover;
  object-position: center;
}
.urgent-news-b2:hover .urgent-news-b2-img img{
  transform: scale(1.2);
}
.urgent-news-b2-img-title{
  position: absolute;
  bottom: 7%;
  left: 5%;
  right: 5%;
}

.urgent-news-b2-con a h4{
  color: var(--text1-color);
  font-size: 22px;
  font-weight: bold;
  line-height: 35px;
  height: 34px;
  overflow: hidden;
  margin: 15px 0 0;
  transition: all 0.3s ease-in;
}
.urgent-news-b2-con span{
  font-size: 15px;

}
.urgent-news-b2-con .btn{
    padding: 4px 10px 13px;
}
.urgent-news-b2-con span.date{
    font-size: 14px;
    color: #a0a0a0;
    display: block;
    margin: 8px 0;
}
.urgent-news-b2-con p{
    color: #505050;
    line-height: 27px;
    overflow: hidden;
    height: 63px;
    margin-bottom: 10px;
}
.urgent-news-b2-con a h4:hover{
  color: var(--sec-color);
}
/****************************/
.new-news-block{
  margin-bottom: 30px;
}
.new-news-block:hover .urgent-news-b2-img img{
  transform: scale(1.2);
}
/**************/
.pagination {
    margin: auto;
  text-align: center;
  margin: 35px 0 0;
}

.pagination>li>a,
.pagination>li>span {
  color: #1A1A1A;
  transition: all .7s ease;
  padding: 10px 17px;
  font-size: 16px;
  background-color: #fff;
    border: 1px solid #ddd;
}
.pagination>li>a:hover,
.pagination>li>span:hover {
  background-color: var(--sec-color);
  color: #fff;
}

.navigation {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
/****************************/
.single-news{

}
.single-con{
    background-color: #fff;
}
.single-img {
    height: 400px;
}
.single-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.single-con-info {
    padding: 30px 20px;
}
.single-con-info h4{
    font-size: 28px;
    font-weight: bold;
}
.single-con-info p{
    font-size: 16px;
    margin-bottom: 10px;
}
/***********************************************************************/




/* 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 {
    justify-content: center;
    margin: 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: 25px 0;
}


/* End Not-found */

.whatsApp {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 8;
    margin: 20px;
    width: 60px;
    height: 60px;
    text-align: center;
    background: #25d366;
    border-radius: 50%;
    font-size: 30px;
    color: #fff !important;
    box-shadow: 0 0 20px rgb(0 0 0 / 9%);
    display: block;
    padding: 5px;

}
/************************************************/

.partners-h.partners-h-page .se-head h2 {
    color: var(--txt2-color);
}


.wp-pagenavi span.pages,
.wp-pagenavi a.last,
.wp-pagenavi a.first,
.wpcf7 br{
    display: none;
}
.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    margin: 2px !important;
    color: #1A1A1A !important;
    transition: all .7s ease;
    padding: 8px 15px !important;
    font-size: 16px;
    background-color: #fff !important;
    border: 1px solid #ddd !important;
    border-radius: 2px;
    text-decoration: none;
    margin: 2px !important;
    color: #1A1A1A !important;
    transition: all .4s ease;
    padding: 5px 8px !important;
    font-size: 16px;
    background-color: #fff !important;
    border: 1px solid #ddd !important;
    border-radius: 4px;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.wp-pagenavi .current,
.pagination>li>a:hover, .pagination>li>span:hover {
    background-color: var(--sec-color) !important;
    color: #fff !important;
}

 .wp-pagenavi a:hover, .wp-pagenavi span:hover{
    background-color: var(--sec-color) !important;
    color: #fff !important;
}






 .clients-img {

    position: relative;
    height: 110px;
    overflow: hidden;
    z-index: 10;
    background: #fff;
    margin-bottom: 20px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 6px 5px rgb(0 0 0 / 10%);
    padding: 13px 20px;
}

.patner-img {
    position: relative;
    height: 150px;
    overflow: hidden;
    z-index: 10;
    margin-bottom: 20px;
    background: #fff;
}

.patner-img img {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    /* width: 100%; */
    /* height: 100%; */
    width: auto !important;
    max-width: 100%;
    transition: all .3s ease-in-out;
    height: auto;
    max-height: 94%;
}


