*,
* button:focus {
    outline: 0
}

body {
    font-family: 'Tajawal', sans-serif;
    text-decoration: none;
    font-size: .9em;
    overflow-x: hidden;
    position: relative;
    background-color: #fdfdfd;
}

body p {
    font-family: 'Tajawal', sans-serif;
    font-size: 14px;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Tajawal', sans-serif;
    font-weight: 700;
}

body a:hover {
    text-decoration: none
}

body a:focus {
    outline: 0
}

body ul,
body ol{
    /*list-style-type: none*/
    padding: 0 20px;
}

.bg-gray {
    background-color: #f5f5f5;
}

.no-mar {
    margin: 0 !important;
}

.no-pad {
    padding: 0 !important;
}

.btn-default:active,
.btn-default:active:focus,
.btn-default:active:hover,
.btn-default:focus,
.btn-default:hover,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
    -webkit-appearance: none
}

.btn:active,
.btn:active:focus,
.btn:active:hover,
.btn:focus,
.btn:hover,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    transition: all .6s ease;
    outline: 0
}

.items-gray {
    background-color: #f5f5f5;
    padding: 30px;
    border-radius: 10px;
}

.container,
.container-fluid {
    position: relative;
    z-index: 20;
}


/* ========= pagination ========= */

.pagination ul {
    margin: auto;
    margin-top: 30px;
}

.pagination ul li {
    display: inline-block;
}

.pagination ul li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    margin: 0 8px;
}

.pagination ul li a:hover {
    background-color: #111111;
    color: #fff;
}


/* ==================== global style ============================== */

a,
span,
img {
    display: inline-block;
    transition: all 0.3s ease;
    color: inherit;
}

a:hover {
    color: #111111;
}



img {
    max-width: 100%;
    max-height: 100%;
}

p {
    font-size: 14px;
    color: #252525;
    line-height: 1.733;
}

.text {
    font-size: 16px;
    line-height: 2;
    color: #b3b3b3;
}

.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.v-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.section-padding {
    padding: 80px 0;
}

.light {
    color: #fff;
}

.main-color {
    color: #111111 !important;
}

.sub-color {
    color: #121A50 !important;
}

.butn {
    padding: 10px 45px;
    text-align: center;
    position: relative;
    border-radius: 50px;
    background: transparent;
    font-size: 14px;
    border: solid 1px #121A50;
    font-weight: bold;
}

.butn span {
    color: #121A50;
    position: relative;
    z-index: 5;
}

.butn span i {
    position: relative;
    top: 3px;
    left: 5px;
}

.butn:hover,
.butn.color {
    background-color: #111111;
    border: solid 2px #111111;
}

.butn:hover span,
.butn.color span {
    color: #fff;
}

.butn.small {
    padding: 3px 35px 10px;
}

.butn.light {
    border: solid 1px #fff;
}

.butn.light span {
    color: #fff;
}


/* ------------- */

.section-head {
    overflow: hidden;
}

.section-head h2 {
    line-height: 1.5;
    color: #fff;
    font-size: 33px;
    font-weight: bold;
    text-align: left;
    position: relative;
    display: inline-block;
    background-color: #111111;
    padding-left: 15px;
}

.section-head h2 span {
    color: #fff;
    background-color: #121A50;
    padding: 4px 15px;
    margin-left: 10px;
}

.section-head p {
    color: #b7b7b7;
    font-size: 20px;
}

.section-head.light h2,
.section-head.light p {
    color: #fff;
}

.side-head h3 {
    font-size: 40px;
    line-height: 1.5;
    color: #121a50;
}

.side-head {
    position: relative;
    padding: 10px 0;
}

.side-head:after {
    position: absolute;
    content: "";
    right: 0;
    top: 95%;
    width: 200px;
    height: 1px;
    background-color: #000;
}

.side-head p {
    font-size: 13px;
    margin-bottom: 20px;
}

.has-overlay {
    position: relative;
}

.has-overlay:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0.35;
}

.form-group {
    margin-bottom: 30px;
    position: relative;
}

.form-control {
    border: 0;
    border-bottom: 2px solid #9993;
    font-size: 14px;
    min-height: 55px;
    border-radius: 0;
    width: calc(100% - 30px);
    margin: 0 15px;
    border-radius: 15px;
}

.form-control:focus {
    border-color: #000;
}

.form-control::placeholder {
    color: #99999996;
}

select.form-control {
    height: 45px;
}

.form-control:focus {
    box-shadow: none;
}

.custom-control-input:checked~.custom-control-label::before {
    border-color: #222;
    background-color: #222;
}

.owl-carousel {
    direction: ltr;
}

.owl-theme .owl-nav {
    position: absolute;
    bottom: 40%;
    left: -70px;
    width: calc(100% + 140px);
    opacity: 1;
    visibility: visible;
    transition: all 0.2s ease;
    padding: 0 15px;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}

.owl-theme:hover .owl-nav {
    opacity: 1;
    visibility: visible;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    width: 45px;
    height: 42px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    line-height: 42px;
    font-size: 12px;
    color: #111111;
    pointer-events: all;
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
    background-color: #4373b9;
    color: #fff;
}

.owl-carousel .owl-nav button.owl-next {
    float: right;
}

.owl-carousel .owl-nav button.owl-prev {
    float: left;
}

.owl-theme .owl-dots .owl-dot span {
    width: 18px;
    height: 18px;
    background-color: #309eed20;
    margin-top: 20px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #444;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: right;
}


/* ----------- loader ------------ */

.loader {
    position: fixed;
    background-color: #111;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.loader .back {
    width: 100%;
    height: 100%;
    opacity: 0.01;
}

.loader .load-logo {
    width: 30%;
    opacity: 1;
    position: absolute;
    z-index: 50;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/* ==================== navbar style ============================== */

.menu {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}

.menu.fixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: #222;
    height: 110px;
    transition: all 0.5s ease-in-out;
    /* overflow: hidden; */
}

.menu.fixed .navbar-brand img {
    width: 90px;
}


/* .menu.fixed .navbar .custom-navbar .nav-list {
    transform: translateY(-110px);
    margin-right: 7vw;
    display: inline-block;
} */

.top-nav {
    width: 100%;
    z-index: 999;
    padding: 15px;
    border-bottom: 1px solid #fff2;
}

.top-nav .l-side {
    margin-bottom: 0;
    padding-top: 15px;
}

.top-nav .l-side li {
    display: inline-block;
    margin-right: 30px;
    color: #fff;
}

.top-nav .l-side li i {
    margin-left: 10px;
}

.navbar {
    padding: 0;
}

.navbar .container-fluid {
    padding: 0 8vw;
}

.navbar .custom-navbar.fixed {
    position: fixed;
    top: -100px;
    left: 0;
    background-color: #fff;
    transform: translateY(100px);
    transition: all 0.5s ease;
}

.nav-toggle {
    display: none;
}

.nav-toggle span {
    width: 35px;
    background-color: #fff;
    height: 4px;
    display: block;
    margin: 7px 0;
    transition: all 0.6s ease;
}

.nav-toggle.active span:first-of-type {
    transform: rotate(45deg) translateX(15px);
}

.nav-toggle.active span:nth-of-type(2) {
    opacity: 0;
}

.nav-toggle.active span:last-of-type {
    transform: rotate(-45deg) translateX(15px);
}

.navbar .custom-navbar {
    width: 100%;
}

.navbar .custom-navbar .nav-list {
    text-align: center;
    z-index: 100;
    margin-bottom: 0;
    padding: 0;
    position: static;
}

.navbar .custom-navbar .nav-list .nav-items {
    display: inline-block;
    padding: 0;
}

.navbar .custom-navbar li:last-of-type .nav-links {
    border: 0;
}

.navbar .custom-navbar .nav-links {
    padding: 5px 18px;
    position: relative;
    font-size: 15px;
    color: #f5f5f5;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.navbar .custom-navbar .nav-links i {
    display: block;
    margin-bottom: 5px;
    font-size: 21px;
}

.navbar .custom-navbar .nav-links img {
    width: 25px;
    display: block;
    text-align: center;
    margin: 5px auto;
    filter: invert(99%) sepia(9%) saturate(353%) hue-rotate(302deg) brightness(119%) contrast(89%);
}

.navbar .custom-navbar .l-side .nav-links {
    padding: 10px;
}

.navbar .custom-navbar .nav-list li:last-of-type .nav-links::before {
    display: none;
}

.navbar .custom-navbar .l-side .nav-links.active,
.navbar .custom-navbar .l-side .nav-links:hover {
    font-size: 13px;
}

.drop-nav {
    position: relative;
}

.drop-nav .nav-links::before {
    position: absolute;
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: 4px;
    bottom: 8px;
    font-size: 10px;
}

.navbar .custom-navbar .nav-list .mob-logo {
    display: none;
}

.navbar-brand {
    padding-top: 15px;
    text-align: center;
    width: 100%;
}

.navbar-brand img {
    width: 150px;
    /* padding: 10px 15px; */
    margin: auto;
}

.navbar .search-nav {
    padding-top: 35px;
}

.navbar .search-nav .form-control {
    background-color: #0001;
    padding-left: 40px;
    box-shadow: none;
    border-radius: 30px;
    color: #fff;
    min-width: 250px;
}

.navbar .search-nav .form-control::placeholder {
    color: #fff;
}

.navbar .search-nav button {
    position: absolute;
    left: 25px;
    top: 18px;
    color: #fff;
    border: 0;
    background: transparent;
}

.navbar .lang {
    padding: 0 !important;
    text-align: center;
}

.navbar .lang img {
    filter: invert(99%) sepia(76%) saturate(0%) hue-rotate(152deg) brightness(150%) contrast(100%);
    width: 25px;
}

.navbar .lang span {
    color: #f5f5f5;
    font-size: 12px;
    margin-top: 5px;
}

.dropdown-menu {
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
}

.dropdown-item {
    line-height: 2;
    border-bottom: 1px solid #9992;
    font-size: 14px;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #000;
}

.nav-search .form-group {
    position: relative;
}

.nav-search .form-group input {
    border: 1px solid #fff2;
    min-height: 40px;
    border-radius: 50px;
    background: transparent;
    min-width: 230px;
    padding: 8px 10px;
    color: #fff;
}

.nav-search .form-group button {
    position: absolute;
    left: 5px;
    top: 10px;
    border: 0;
    background: transparent;
    color: #fff;
}

.drop-nav {
    position: relative;
}

.drop-nav .drop-down {
    width: 250px;
    position: absolute;
    right: 0;
    top: 150%;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    z-index: 150;
    transition: all 0.2s ease;
    opacity: 0;
    visibility: hidden;
    text-align: right;
    border-top: 3px solid #222;
}

.drop-nav:hover>.drop-down {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.drop-nav .drop-down a {
    font-weight: 500;
    padding: 10px 15px;
    border-bottom: 1px solid #9995;
    display: block;
    width: 100%;
    background-color: #fff;
    transition: all 0.3s ease;
    line-height: 2;
    font-size: 11px;
    color: #666;
}

.drop-nav .drop-down a:hover {
    background-color: #222;
    color: #fff;
}

.drop-nav .drop-down.sub-menu {
    right: 50%;
}

.l-side .drop-nav .drop-down {
    right: unset;
    left: 0;
    width: max-content;
    text-align: center;
    transform: translateX(-25%);
}

.l-side .drop-nav .drop-down li {
    margin: 0;
    display: block;
}

.top-nav .l-side li .nav-links {
    padding: 5px 10px;
    background: #0005;
    border-radius: 5px;
}


/* -------------------- header .head-content ------------------------- */

header {
    position: relative;
    height: 600px;
}

header .head-content {
    background-size: cover;
    background-repeat: no-repeat;
    height: 600px;
    background-position: center;
    position: relative;
    /* padding-top: 200px; */
    overflow: hidden;
}

header .head-content::before {
    position: absolute;
    content: "";
    right: 0;
    bottom: -50%;
    width: 50%;
    height: 60%;
    background-color: #000;
    z-index: 2;
    transition: all 0.5s ease;
    opacity: 0;
    transition-delay: 1s;
    border-top-left-radius: 30px;
}

header .swiper-slide-active .head-content::before {
    opacity: 0.7;
    bottom: 0;
}

header .head-content .container-fluid {
    padding: 0 8vw;
}

header .head-content .info {
    height: 100%;
    width: 70%;
}

.swiper-slide .head-content .info {
    transform: scale(2);
    opacity: 0;
    filter: blur(5px);
    transition: all 0.7s ease;
    transition-delay: 1.2s;
}

.swiper-slide-active .head-content .info {
    transform: scale(1);
    opacity: 1;
    filter: blur(0);
}

header .head-content .info .content {
    position: relative;
    padding: 30px 0;
    /* transform: scale(1.3) rotate(-10deg); */
    /* filter: blur(10px); */
    transition: all 1s ease;
    opacity: 1;
    margin-top: 180px;
    margin-right: 30px;
}

header .head-content .info h5 {
    color: #fff;
    font-size: 30px;
    text-transform: capitalize;
}

header .head-content .info h2 {
    font-size: 60px;
    color: #ffffff;
    margin-bottom: 15px;
}

header .head-content .info p {
    font-size: 15px;
    letter-spacing: 0.5px;
    font-weight: 300;
    line-height: 2;
    color: #ffffff;
    margin-bottom: 20px;
}


/**
 * ----------------------------------------
 * animation slide-top
 * ----------------------------------------
 */

@-webkit-keyframes slide-top {
    0% {
        -webkit-transform: translateY(0) rotate(-90deg);
        transform: translateY(0) rotate(-90deg);
    }
    100% {
        -webkit-transform: translateY(-30px) rotate(-90deg);
        transform: translateY(-30px) rotate(-90deg);
    }
}

@keyframes slide-top {
    0% {
        -webkit-transform: translateY(0) rotate(-90deg);
        transform: translateY(0) rotate(-90deg);
    }
    100% {
        -webkit-transform: translateY(-30px) rotate(-90deg);
        transform: translateY(-30px) rotate(-90deg);
    }
}

.swiper-head {
    position: relative;
    overflow: hidden;
}

.swiper-head .swiper-wrapper {
    height: 500px;
    min-height: 90vh;
}

.swiper-head .swiper-notification {
    display: none;
}

.swiper-head .swiper-button-next:after,
.swiper-head .swiper-button-prev:after {
    font-size: 18px !important;
}

.swiper-head .swiper-button-next,
.swiper-head .swiper-button-prev {
    border: 1px solid #fff;
    width: 50px;
    height: 50px;
    color: #fff;
    border-radius: 50%;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 4vw;
    left: auto;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 4vw;
    right: auto;
}

header .head-search {
    position: absolute;
    bottom: 50px;
    right: 0;
    width: 100%;
    z-index: 50;
}

header .head-search .search-form {
    background-color: #fff;
    padding: 15px;
    border-radius: 100px;
}

header .head-search .search-form .form-group {
    margin: 0 10px;
    padding: 0 20px;
    border-left: 2px solid #9992;
}

header .head-search .search-form .form-group:last-of-type,
header .head-search .search-form .form-group:first-of-type {
    border: 0;
}

header .head-search .search-form .form-group:first-of-type {
    margin: 0;
    padding: 0;
}

header .head-search .search-form label {
    display: block;
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 3px;
}

header .head-search .search-form input,
header .head-search .search-form select {
    border: 0;
    color: #999;
}

header .head-num .items {
    margin: 0 20px;
    padding: 0 25px;
    color: #fff;
    position: relative;
}

header .head-num .items::before {
    position: absolute;
    content: "";
    left: 0;
    top: 15px;
    width: 15px;
    height: 15px;
    background-color: #fff;
    border-radius: 50%;
    border: 5px solid #444;
}

header .head-num .items h2 {
    letter-spacing: 2px;
    margin-bottom: 0;
}


/* -------------------- message ------------------------- */

.message {
    position: relative;
}

.message .l-shap {
    position: absolute;
    content: "";
    left: 0;
    top: 100px;
    width: 25%;
    height: 90%;
    background-color: #3B424D;
}

.message .trans-logo {
    position: absolute;
    left: 0;
    top: 75%;
    z-index: 50;
    max-width: 400px;
}

.message .info {
    padding-left: 30px;
}

.message .info .icon {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.message .info .icon:after {
    position: absolute;
    content: "";
    right: 50px;
    top: 50%;
    width: 80%;
    height: 2px;
    background-color: #9999;
}

.message .info .icon i {
    color: #fff;
    background-color: #777;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
}

.message .info h4 {
    margin-bottom: 25px;
}

.message .message-owner small {
    color: #999;
}

.message .img img {
    width: 100%;
    max-width: unset;
    height: 500px;
    min-width: 320px;
    object-fit: contain;
    background-color: #000;
    padding: 7vw;
}

.message .img {
    transition: all 1.5s ease-in-out;
    overflow: hidden;
    width: 100%;
    /* clip-path: polygon(50% 54%, 0 0, 50% 54%, 100% 100%); */
    clip-path: polygon(42% 31%, 60% 35%, 70% 51%, 64% 68%, 47% 74%, 26% 69%, 20% 53%, 24% 39%);
    position: relative;
    /* transition-delay: 0.5s; */
    transform: rotate(-180deg);
}


/* .message .img:after {
    position: absolute;
    content: "";
    left: 0;
    top: 100px;
    width: 100%;
    height: 500px;
    background-color: #fff;
    transition: all 1s ease-in-out;
    transition-delay: 1.5s;
    z-index: 50;
} */

.message .img.animated {
    /* clip-path: polygon(0 100%, 0 0, 100% 0, 100% 100%); */
    clip-path: polygon(0 0, 55% 0, 100% 0, 100% 44%, 100% 100%, 53% 100%, 0 100%, 0 43%);
    width: 100%;
    transform: rotate(0);
}


/* .message .img.animated:after {
    transform: translateX(-100%);
} */


/* -------------------- services ------------------------- */

.services {}

.services .serv-items .items {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    /* padding: 0; */
    margin-bottom: 30px;
    /* border: 0; */
    /* height: 1px; */
    overflow: hidden;
    transition: all 1s ease-in-out;
    /* clip-path: polygon(100% 0, 0 0, 0 1%, 100% 1%); */
    position: relative;
    padding: 15px;
    border: 1px dashed #9995;
    visibility: visible !important;
}

.services .serv-items .items > a{
    display: block;
}

.services .serv-items .items:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 50;
    transition: all 1s ease-in-out;
    /* transition-delay: 1s; */
}


/* .services .serv-items .items.animated {
    height: calc(100% - 30px);
    padding: 15px;
    border: 1px dashed #9995;
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
} */

.services .serv-items .items.animated:after {
    transform: translateY(100%);
}

.services .serv-items .items .content {
    min-height: 250px;
    padding-top: 80px;
}

.services .serv-items .items .icons {
    text-align: center;
    margin-bottom: 15px;
}

.services .serv-items .items .icons img {
    max-width: 60px;
    margin: auto;
}

.services .serv-items .items p {
    text-align: center;
}

.services .serv-items .items .price {
    display: flex;
    padding: 8px 15px;
    justify-content: space-between;
    background-color: #F1F1F1;
    border-radius: 10px;
    direction: ltr;
}

.services .serv-items .items .price a {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    line-height: 45px;
    text-align: center;
    color: #fff;
    background-color: #000;
}

.services .serv-items .items .price h4 {
    margin-bottom: 0;
    margin-top: 8px;
}

.services .serv-items .items .price h4 small {
    font-size: 13px;
    font-weight: 300;
}

.services .info {
    padding: 4vw;
    padding-left: 0;
}


/* -------------------- team ------------------------- */

.team {
    background-color: #F4F7FC;
}

.team .team-img .items {
    position: relative;
    overflow: hidden;
    margin: 0 10px 20px;
    /* width: 0; */
    transition: width 0.8s ease-in-out, opacity 0.1s ease-in-out;
    /* opacity: 0; */
    visibility: visible !important;
}

.team .team-img .items:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 50;
    transition: all 0.8s ease-in-out;
    /* transition-delay: 0.8s; */
}


/* .team .team-img .items.animated {
    width: calc(100% - 20px);
    opacity: 1;
} */

.team .team-img .items.animated:after {
    transform: translateX(-100%);
}

.team .team-img .items .info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 30px 15px;
    background-color: #ffffffe0;
    transform: translateY(100%);
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.team .team-img .items .info h6 {
    margin-bottom: 0;
    font-size: 15px;
}

.team .team-img .items .info small {
    font-size: 12px;
    color: #999;
}

.team .team-img .items:hover .info {
    transform: translateY(0);
    opacity: 1;
}

.team .team-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border: 7px solid #000;
}

.team .team-img .items {
    position: relative;
}

.team .team-img .items::before {
    position: absolute;
    content: "";
    right: 15px;
    top: 15px;
    background-image: url(../images/logo.png);
    background-size: contain;
    width: 30%;
    height: 30%;
    opacity: 0.3;
    pointer-events: none;
    background-repeat: no-repeat;
}


/* -------------------- consul ------------------------- */

.consul .content {
    height: 350px;
    border-radius: 30px;
    overflow: hidden;
    /* background-image: url(../images/consul.png); */
    /* background-size: cover; */
    /* background-position: center; */
    position: relative;
}

.consul .content .back1 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    transform: translateX(50%) scaleX(2);
    opacity: 0;
    filter: blur(10px);
    transition: 0.5s;
}

.consul .content .back2 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    transition: 0.5s;
}

.consul .content:hover .back2 {
    transform: translateX(-50%) scaleX(2);
    opacity: 0;
    filter: blur(10px);
}

.consul .content:hover .back1 {
    transform: translateX(0) scaleX(1);
    opacity: 1;
    filter: blur(0);
}

.consul .content:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
}

.consul .content .cont {
    position: relative;
    z-index: 20;
}

.consul .content .cont h2 {
    color: #fff;
}


/* --------------------- vision ------------------------- */

.vision {
    background-color: #F4F7FC;
    position: relative;
}

.vision:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70%;
    background-image: url(../images/bg_header.png);
    z-index: 10;
    pointer-events: none;
    background-size: contain;
    /* background-repeat: no-repeat; */
    background-position: center;
    opacity: 0.5;
}

.vision .items {
    padding: 30px;
    border-radius: 20px;
    border: 1px dashed #9994;
    background-color: #fff;
    min-height: 345px;
}

.vision .items .icons {
    width: 80px;
    height: 80px;
    padding: 18px;
    border-radius: 50%;
    border: 1px dashed #999;
    margin: 0 auto 15px;
}


/* -------------------- footer ------------------------- */

footer {
    padding-top: 50px;
    position: relative;
    background-color: #343434;
}

footer .foot-img {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

footer .foot-img .img {
    width: 23.5%;
}

footer .foot-img .img img {
    height: 60px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 7px;
}

footer .content .items {
    overflow: hidden;
}

footer .content .items a {
    font-size: 12px;
    line-height: 2;
}

footer .content .items .side-head p {
    margin-bottom: 10px;
    color: #fff;
}

footer .side-head:after {
    background-color: #fff;
}

footer .content .items .text {
    font-size: 12px;
    line-height: 2;
    color: #fff;
}

footer .content .items .form-group {
    border: 1px solid #fff2;
    padding: 5px;
    position: relative;
    display: flex;
}

footer .content .items .form-group button {
    border: 0;
    background-color: #000;
    color: #fff;
    font-size: 10px;
    padding: 3px 10px;
    order: 2;
}

footer .content .items .form-group input {
    border: 0;
    font-size: 12px;
    width: 100%;
    background-color: #fff2;
    color: #fff;
    padding: 10px;
}

footer .foot {
    padding: 30px;
    margin-top: 50px;
    position: relative;
    background-color: #343434;
    position: relative;
    border-top: 1px solid #fff3;
}

footer .foot a {
    color: #fff;
    font-size: 14px;
    padding: 0 15px;
    line-height: 1.5;
}

footer .foot .items a:nth-of-type(2) {
    border-left: 1px solid #fff;
}

footer a:hover {
    color: #fff;
}

footer .foot .to-top {
    position: absolute;
    /* border-radius: 50%; */
    background-color: #111111;
    top: -25px;
    right: 10vw;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #07104A;
    text-align: center;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

footer .foot .to-top:hover {
    background-color: #3b69ad;
}

footer .footer-links {
    display: flex;
    flex-wrap: wrap;
}

footer .footer-links li {
    width: 100%;
    color: #fff;
    line-height: 2;
}

footer .order {
    padding: 15px;
    background-color: #fff1;
    border-radius: 7px;
}

footer .order .form-group {
    margin-bottom: 10px;
}

footer .order .form-control {
    width: 100%;
    min-height: 40px;
    font-size: 12px;
    margin: 0;
    background-color: #fff1;
    color: #b6b6b6;
}

footer .order select.form-control {
    color: #b6b6b6;
}


/* -------------------- pages style ------------------------- */


/* -------------------- inner header ------------------------- */

.inner-header {
    background-image: url(../images/slider.png);
    background-size: cover;
    padding-top: 300px;
    background-position: center center;
    position: relative;
}

.inner-header:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.6;
    z-index: 1;
}

.inner-header h4 {
    /* background-color: #fff; */
    display: inline-block;
    padding: 10px 50px;
    /* border-top-left-radius: 20px; */
    /* border-top-right-radius: 20px; */
    position: relative;
    z-index: 10;
    margin-bottom: 50px;
    /* transform: skew(-30deg); */
    position: relative;
    color: #fff;
}

.inner-header h4::before {
    position: absolute;
    content: "";
    left: 0;
    top: -5px;
    height: 100%;
    width: 30px;
    background-image: url(../images/inner-l.png);
    background-size: contain;
    background-position: center;
    z-index: -1;
    pointer-events: none;
    background-repeat: no-repeat;
}

.inner-header h4::after {
    position: absolute;
    content: "";
    right: 0;
    top: 5px;
    height: 100%;
    width: 30px;
    background-image: url(../images/inner-r.png);
    background-size: contain;
    background-position: center;
    z-index: -1;
    pointer-events: none;
    background-repeat: no-repeat;
}

.inner-header h4 span {
    /* transform: skew(30deg); */
}


/* -------------------- about ------------------------- */

.about {
    position: relative;
}

.about .about-shap {
    position: absolute;
    right: 0;
    top: 0;
    width: 60%;
    height: 75%;
    opacity: 0.4;
    object-fit: cover;
    pointer-events: none;
}

.about .img {
    position: relative;
    padding-right: 30px;
}

.about .img img {
    height: 320px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.about .img .abs-img {
    position: relative;
    right: -60px;
    top: -130px;
    height: 280px;
    width: 70%;
}

.about .img::before {
    position: absolute;
    content: "";
    left: 30px;
    top: 250px;
    width: 50%;
    height: 200px;
    border: 10px solid #000;
    z-index: -1;
    border-radius: 30px;
    pointer-events: none;
}

.about .img .exp {
    position: absolute;
    padding: 30px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    line-height: 1.6;
    width: 170px;
    height: 170px;
    left: 0;
    bottom: 150px;
}

.about .info {
    padding: 15px;
}

.about .img-info {
    display: flex;
    justify-content: space-around;
    padding: 50px 30px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.about .img-info .items {
    width: 30%;
}

.about .img-info .items h2 {
    margin: 10px 0 5px;
}

.about .img-info .items img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}


/* .about .img-info .items h2 {
    display: inline-block;
    padding: 20px;
    font-size: 16px;
    color: #fff;
    background-image: linear-gradient(45deg, #000, #999);
    border-radius: 20px;
    margin-bottom: 15px;
    min-width: 80px;
    min-height: 70px;
    line-height: 2;
} */

.about .img-info .items small {
    display: block;
    font-weight: bold;
}

.about .info ul li,
.about .info ol li{
    /*display: flex;*/
    margin-bottom: 15px;
}

.about .info ul li img {
    width: 25px;
    height: 25px;
    margin-left: 10px;
    position: relative;
    top: 5px;
}


/* ---------------- contact-pg ----------------- */

.contact-pg .contact-info .items {
    margin-bottom: 20px;
    padding: 20px;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
}

.contact-pg .contact-info .items p {
    margin-bottom: 10px;
}

.contact-pg .contact-form {
    padding: 20px;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
}

.contact-pg .map {
    border-radius: 20px;
    overflow: hidden;
    margin-top: 30px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid #9993;
}


/* ---------------- ser-det ------------------ */

.ser-det .info ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ser-det .info ul li {
    width: 48%;
}

.ser-gallery {
    margin-top: 50px;
    background-color: #f9f9f9;
}

.ser-gallery .img {
    border-radius: 20px;
    overflow: hidden;
    padding: 0 !important;
    margin: 5px;
    position: relative;
}

.ser-gallery .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    object-position: center;
}

.ser-gallery .img.large {
    height: 500px;
}

.ser-gallery .img.small {
    height: 245px;
}

.ser-gallery .img::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 21;
    opacity: 0;
    transition: all 0.3s ease;
}

.ser-gallery .img:hover::before {
    opacity: 0.7;
}

.ser-gallery .img:after {
    position: absolute;
    content: "";
    left: 30px;
    top: 30px;
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    z-index: 23;
    border: 1px dashed #fff;
    border-radius: 20px;
    opacity: 0;
    transform: scale(0.5);
    transition: all 0.3s ease;
    transition-delay: 0.1s;
}

.ser-gallery .img:hover:after {
    opacity: 1;
    transform: scale(1);
}

.ser-gallery .img .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0.5);
    width: 50px;
    height: 50px;
    z-index: 25;
    filter: invert(100%) sepia(0%) saturate(3132%) hue-rotate(290deg) brightness(150%) contrast(121%);
    opacity: 0;
    transition: all 0.3s ease;
    transition-delay: 0.2s;
}

.ser-gallery .img:hover .icon {
    opacity: 0.7;
    transform: translate(-50%, -50%) scale(1);
}

.ser-gallery .img .icon img {
    border-radius: 0;
}

.gallery-pg .container-fluid {
    padding: 0 4vw;
}

.gallery-pg .ser-gallery .img.large {
    height: 700px;
}

.gallery-pg .ser-gallery .img.small {
    height: 345px;
}


/* ------------------- contact2 ------------------ */

.contact2 {
    position: relative;
}

.contact2::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/map.png);
    opacity: 0.07;
    z-index: 1;
}

.contact2 .contact-inf .items {
    position: relative;
    z-index: 20;
}

.contact2 .contact-inf .items .icons img {
    width: 40px;
    height: 40px;
}

.contact2 .contact-inf .items p {
    margin: 15px 0;
}

.contact2 label {
    margin-right: 20px;
}

.contact2 .contact-for {
    background-color: #f5f5f5b7;
    position: relative;
    z-index: 3;
    box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.1);
    
}

.contact2 .map {
    position: relative;
    z-index: 10;
}


/* ---------------------- team --------------------- */

.team-pg .items {
    margin-bottom: 50px;
}

.team-pg .items .img {
    height: 300px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
    border: 1px solid #9992;
}


/* .team-pg .items .img:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

.team-pg .items:hover .img:after {
    opacity: 0.7;
} */

.team-pg .items .img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 3s ease-in-out;
}

.team-pg .items .img .img-cont {
    position: absolute;
    padding: 15px;
    border-radius: 15px;
    background-color: #fff;
    overflow: hidden;
    width: calc(100% - 30px);
    left: 15px;
    bottom: 15px;
    z-index: 10;
    transform: rotateX(90deg);
    transform-origin: bottom;
    transition: all 0.5s ease-in-out;
}

.team-pg .items .img .img-cont a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #9993;
    margin: 0 5px;
    color: #999;
}

.team-pg .items .img .img-cont a:hover {
    color: #000;
}

.team-pg .items:hover .img .img-cont {
    transform: rotateX(0);
}

.team-pg .items:hover .img img {
    transform: scale(1.4);
}

.team-pg .items .info {
    padding: 15px;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}


/* ---------------- data-info --------------- */

.data-info ul {
    margin-top: 20px;
}

.data-info ul li {
    position: relative;
    padding-right: 20px;
}

.data-info ul li::before {
    position: absolute;
    content: "\f00c";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    right: 0;
    top: 7px;
    color: #999;
    font-size: 12px;
}

.data-info ul li .text {
    font-size: 14px;
}


/* --------------- careers --------------- */

.file-upload-wrapper {
    background: transparent;
    height: 80px;
    position: relative;
    border-radius: 6px;
    margin: 0 15px;
    padding: 30px;
}

.file-upload-wrapper:after {
    content: attr(data-text);
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    /* box-shadow: 0 4px 16px 0 rgba(69, 91, 99, 0.08); */
    padding: 0 30px;
    display: block;
    width: 100%;
    pointer-events: none;
    z-index: 20;
    height: 100%;
    line-height: 80px;
    border-radius: 5px 0 0 5px;
    text-align: center;
    color: #333;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 10px;
    border: 1px dashed #9994;
}

.file-upload-wrapper input {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    height: 100%;
    margin: 0;
    padding: 0;
    display: block;
    cursor: pointer;
    width: 100%;
}


/* ---------------- category-pg ----------------- */

.category-pg .category .items {
    padding: 30px;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.category-pg .category .items .icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    padding: 10px;
    margin: 0 auto 20px;
}

.category-pg .category .items .part-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400%;
    opacity: 0.05;
    z-index: 1;
    max-height: none;
    transition: all 5s linear;
}

.category-pg .category .items:hover .part-back {
    top: -300%;
    opacity: 0.15;
}

/*----------------------------------*/
.ser-vid {
        background-image: url(../images/slider.png);
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        margin-top: 50px;
        border-radius: 15px;
        overflow: hidden;
        background-attachment: fixed;
    }

    .ser-vid:after {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: 0.5;
    }

    .ser-vid a {
        color: #fff;
        font-size: 30px;
        position: relative;
        z-index: 10;
        width: 50px;
        height: 50px;
        line-height: 52px;
        border-radius: 50%;
        border: 1px dashed #fff9;
        opacity: 0.7;
    }


/* -------------------- responsive style ------------------------- */

@media screen and (max-width: 1350px) {
    .navbar .custom-navbar .nav-links {
        padding: 5px 10px;
        font-size: 10px;
    }
    .menu.fixed .navbar .custom-navbar .nav-list {
        margin-right: 10vw;
    }
}

@media screen and (max-width: 1200px) {
    .navbar .custom-navbar .nav-list .nav-items {
        display: block;
        border-bottom: 1px solid #9991;
        padding: 0;
    }
    .navbar .custom-navbar {
        padding-top: 50px;
    }
    .navbar .custom-navbar .nav-list {
        position: fixed;
        right: -100%;
        top: 0;
        transition: all 0.5s ease;
        background: #222;
        border-right: 1px solid #ffffff70;
        background-size: cover;
        background-position: center;
        width: 275px;
        height: 100vh;
        opacity: 0;
        text-align: right;
        padding: 0;
    }
    .navbar .custom-navbar .nav-list .mob-logo {
        padding: 15px;
        display: inherit;
        text-align: center;
        border-bottom: 1px solid #9995;
    }
    .navbar .custom-navbar .nav-list .mob-logo img {
        max-width: 100px;
        min-width: 100px;
        margin: 15px auto;
    }
    .navbar .custom-navbar .nav-links {
        line-height: 3.5;
        margin: 0 !important;
        padding: 0 15px;
    }
    .nav-toggle {
        float: left;
        cursor: pointer;
        margin-top: 20px;
        display: inherit;
    }
    .navbar .fixed {
        padding: 5px 0;
    }
    .navbar .custom-navbar.fixed .logo {
        display: none;
    }
    .navbar .custom-navbar .nav-list.show {
        right: 0;
        opacity: 1;
        overflow: auto;
        /* box-shadow: 0 0 15px rgba(0,0,0,0.2); */
    }
    /* ---------------- */
    .navbar .custom-navbar .drop-nav:hover>.drop-down {
        width: 100%;
        position: relative;
        border-radius: 0;
    }
    .navbar .custom-navbar .drop-nav .drop-down {
        width: 100%;
    }
    .navbar .custom-navbar .nav-links {
        color: #777 !important;
        width: 100%;
    }
    /* -------------- navbar overlay --------------- */
    .navbar .custom-navbar .overlay {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100vh;
        background-color: #000;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        cursor: pointer;
    }
    .navbar .custom-navbar .overlay.show {
        opacity: 0.8;
        visibility: visible;
    }
    .lead-section .lead .items {
        padding-bottom: 100px;
    }
    .logo {
        text-align: right;
    }
    .navbar-brand {
        width: 80px;
        float: right;
    }
    .logo {
        display: block;
    }
    .navbar,
    .navbar .custom-navbar {
        position: relative;
        /* box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); */
    }
    header .head-content .content .img {
        margin: 15px 0;
    }
    .section-head h2 {
        font-size: 25px;
    }
    .butn {
        padding: 10px 25px;
        font-size: 14px;
    }
    footer .items .btn-link,
    footer .items .card-header .head-content,
    footer .items .card-body {
        padding: 3px 0;
    }
    .navbar .custom-navbar .nav-list .nav-items.drop-nav {
        position: relative;
    }
    .navbar .custom-navbar .nav-list .nav-items.drop-nav:hover .fullwidth-menu {
        position: relative;
    }
    .navbar .custom-navbar .drop-nav .nav-links:before {
        right: 94%;
        top: 10px;
    }
    .navbar .custom-navbar .nav-list .nav-links:after,
    header .head-content .social-head .scroll-down {
        display: none;
    }
    .search form .butn {
        padding: 12px 25px;
    }
    header .head-content {
        padding-top: 30px;
    }
    header .head-content .info h2 {
        font-size: 50px;
    }
    header .head-content .info p {
        font-size: 13px;
    }
    header .head-content .info {
        width: 100%;
    }
    footer .text-right {
        text-align: center !important;
        margin-top: 15px;
    }
    header .head-content .info .content {
        padding: 0;
    }
    .swiper-head .swiper-button-next,
    .swiper-head .swiper-button-prev {
        display: none;
    }
    .side-head h3 {
        font-size: 30px;
        line-height: 1.5;
    }
    .navbar .custom-navbar .nav-links i {
        display: inline-block;
        font-size: 15px;
        margin-right: 10px;
    }
    .menu {
        position: relative;
        background-color: #222;
    }
    .menu .row {
        margin: 0;
    }
    .navbar .custom-navbar .nav-links img {
        margin: 10px auto 0;
    }
    .top-nav .text-right,
    .top-nav .text-left {
        text-align: center !important;
        margin: 10px 0;
        line-height: 2;
    }
    header {
        height: max-content;
    }
    header .head-search {
        position: relative;
        padding: 50px 0;
    }
    header .head-search .search-form .form-group {
        width: 100%;
        margin-bottom: 30px !important;
    }
    header .head-search .search-form {
        border-radius: 0;
        padding: 15px;
    }
    header .head-num .items {
        margin-top: 30px;
        color: #000;
    }
    .vision .items {
        margin-bottom: 30px;
    }
    .message .l-shap {
        display: none;
    }
    .consul .content .cont h2 {
        padding: 0 20px;
    }
    footer .content .items {
        margin-bottom: 40px;
    }
    .team .info {
        margin-top: 30px;
    }
    .menu.fixed .navbar .custom-navbar .nav-list {
        transform: translateY(0);
        margin-right: 0;
    }
}


/* ======== */

@media screen and (max-width: 787px) {
    .navbar-brand {
        width: 80px;
        float: right;
    }
    .navbar-brand img {
        padding: 0;
    }
    section {
        overflow: hidden;
    }
    .navbar {
        overflow: visible;
    }
    /* -------- navbar ltr ---------- */
    /* .navbar .custom-navbar .nav-list {
        right: unset;
        left: -100%;
        text-align: left;
    }
    .navbar .custom-navbar .nav-list.show {
        right: unset;
        left: 0;
    }
    .nav-toggle {
        float: right;
    }
    .navbar .custom-navbar .navbar-brand {
        float: left;
        text-align: left;
    }
    .navbar .custom-navbar .drop-nav .drop-down {
        right: unset;
        left: 0;
        text-align: left;
    }
    .man-slider .content .img-slider .info {
        display: none;
    } */
}


/* ======= */

@media screen and (max-width: 480px) {}

/*--------------- new ---------------*/
.social_icons a {
    margin: 15px 3px;
    width: 35px;
    height: 35px;
    line-height: 35px !important;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #fff4;
    display: inline-block;
    color: #fff;
}


.social_cont {
    background-color: #f5f5f5;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.1);
}

.social_cont a {
    padding: 15px;
    font-size: 16px;
}
