@font-face {
    font-family: "DroidArabicKufi";
    src: url(../fonts/Droid.Arabic.Kufi_.ttf);
}

@font-face {
    font-family: "GEHeritage";
    src: url(../fonts/GE-Heritage-Two-Medium_A.otf);
}

@font-face {
    font-family: "Myriadll";
    src: url(../fonts/ArbFONTS-MyriadArabic-It.otf);
}

@font-face {
    font-family: "Myriadl";
    src: url(../fonts/ArbFONTS-MyriadArabic-Regular.otf);
}

*, * button:focus {
    outline: 0
}

body {
    font-family: 'DroidArabicKufi', sans-serif;
    direction: rtl;
    text-decoration: none;
    font-size: .9em;
    overflow-x: hidden;
}

body p {
    font-family: "DroidArabicKufi";
    font-size: 14px;
}

body a:hover {
    text-decoration: none
}

body a:focus {
    outline: 0
}

body ul {
    list-style-type: none
}

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

.to-top {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #354B9D;
    color: #fff;
    text-align: center;
    line-height: 50px;
    position: fixed;
    bottom: 30px;
    right: 50px;
    z-index: 1000;
    border-radius: 5px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.to-top:hover {
    background-color: #000;
    transform: rotate(45deg);
    color: #fff;
}

.to-top i {
    transition: all 0.3s ease;
}

.to-top:hover i {
    transform: rotate(-45deg);
}

.container-fluid{
    padding: 0 30px;
}

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

.gray-pg {
    background: url(../img/ptn.png) 50% 0 fixed;
}

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

h1, h2, h3, h4, h5, h6 {
    font-family: DroidArabicKufi;
}

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

a:hover {
    color: #000;
}

ul {
    padding: 0;
}

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

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

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

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

.light {
    color: #fff;
}

.block {
    display: block;
    padding: 10px !important;
    text-align: center;
    margin-top: 15px;
}

.butn {
    background: #354B9D;
    padding: 10px 60px;
    color: #fff;
    position: relative;
}

.butn:after, .butn::before, .nav-items .nav-links:after, .nav-items .nav-links:before {
    position: absolute;
    content: "";
    background-color: #111;
    width: 0;
    height: 51%;
    transition: all 0.3s ease;
}

.butn:hover:after, .butn:hover::before, .nav-items .nav-links:hover:after, .nav-items .nav-links:hover:before {
    width: 100%;
}

.butn:after, .nav-items .nav-links:after {
    left: 0;
    top: 0;
}

.butn:before, .nav-items .nav-links:before {
    right: 0;
    bottom: 0;
}

.butn:hover {
    background: #fff;
}

.butn:hover span {
    color: #fff;
    position: relative;
    z-index: 5;
}

.section-head {
    margin-bottom: 60px;
}

.section-head h2 {
    color: #333;
    font-size: 35px;
    font-weight: bold;
    position: relative;
    display: inline-block;
    padding: 3px;
}

.section-head h2 span {
    position: absolute;
    top: -100%;
    left: -10%;
    width: 120%;
    height: 50px;
}

.section-head h3 {
    color: #354B9D;
    font-weight: bold;
}

.owl-carousel {
    direction: ltr;
}

.owl-theme .owl-nav {
    position: absolute;
    top: 40%;
    width: 80%;
    left: 10%;
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s ease;
}

.owl-theme:hover .owl-nav {
    opacity: 1;
    width: 100%;
    left: 0;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 0;
    color: #fff;
    background-color: #354B9D;
    pointer-events: all;
    font-size: 30px;
    box-shadow: 0 0 5px rgba(250, 250, 250, 0.5);
}

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

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

.carousel_rtl .owl-nav button.owl-next {
    float: left;
}

.carousel_rtl .owl-nav button.owl-prev {
    float: right;
}

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

.an-delay-1 {
    animation-delay: 0.2s;
}

.an-delay-2 {
    animation-delay: 0.4s;
}

.an-delay-3 {
    animation-delay: 0.6s;
}

.an-delay-4 {
    animation-delay: 0.8s;
}

.an-delay-5 {
    animation-delay: 1s;
}

.an-delay-6 {
    animation-delay: 1.2s;
}

.an-delay-7 {
    animation-delay: 1.4s;
}

.an-delay-8 {
    animation-delay: 1.6s;
}

.an-delay-9 {
    animation-delay: 1.8s;
}

.an-delay-10 {
    animation-delay: 2s;
}

/* ==================== header style ============================== */

header .menu .nav-toggle {
    display: none;
}

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

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

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

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

header {
    height: fit-content;
    position: relative;
}

header .menu .custom-navbar {
    position: relative;
    z-index: 100;
    width: 100%;
    left: 0;
    top: 0;
}

header .content {
    position: relative;
    z-index: 20;
    width: 100%;
    height: 100%;
}

header .menu .custom-navbar .nav-list {
    text-align: left;
    z-index: 100;
    margin-bottom: 0;
    padding: 40px 0;
}

header .menu .custom-navbar .nav-list .nav-items {
    display: inline-block;
}

header .menu .custom-navbar .nav-list .nav-items .nav-links {
    /* margin-right: 15px; */
    position: relative;
    font-family: 'DroidArabicKufi', sans-serif;
    font-size: 14px;
    color: #777;
    /* background-color: #354B9D; */
    padding: 8px 15px;
    transition: all 0.3s ease;
}

header .menu .custom-navbar .nav-list .nav-items .nav-links span {
    position: relative;
    z-index: 3;
}

header .menu .custom-navbar .nav-list .nav-items .nav-links:hover span {
    color: #fff;
}

header .menu .custom-navbar .drop-nav {
    position: relative;
}

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

header .menu .custom-navbar .drop-nav:hover .drop-down {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

header .menu .custom-navbar .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;
}

header .menu .custom-navbar .drop-nav .drop-down a:hover {
    background-color: #354B9D;
    color: #fff;
}

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

header .navbar-brand {
    width: 300px;
    padding: 10px 0;
    margin: 0;
}

/* .fixed {
    position: fixed !important;
    width: 100%;
    background-color: #fff;
    left: 0;
    z-index: 100;
    top: 0;
    padding: 5px 10%;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
} */

/* header .fixed .navbar-brand {
    width: 115px;
    box-shadow: unset;
    padding: 15px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding-top: 30px;
    padding-bottom: 15px
} */

.main-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

header #myvideo {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

header .top-nav {
    direction: ltr;
    text-align: left;
    padding: 10px 0;
    background-color: #f5f5f5;
    color: #777;
}

header .top-nav .l-side a {
    margin-right: 30px;
}

header .top-nav .r-side {
    text-align: right;
    color: #354B9D;
}

header .top-nav i {
    margin-right: 8px;
    color: #354B9D;
}

header .content {
    position: relative;
}

header .content .info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -80%);
    text-align: center;
}

header .content .info h1 {
    color: #fff;
    font-weight: bold;
    line-height: 1.7;
}

header .content .info .butn {
    margin-top: 30px;
}

.iso-img{
    height: 100%;
}

/* ==================== about-us style ============================== */

.about-us {
    position: relative;
}

.about-us .about-services {
    position: relative;
    top: -100px;
    width: 100%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    overflow: hidden;
    background-color: #fff;
    z-index: 50;
    padding: 0 15px;
    border-left: 1px solid #9992;
}

.about-us .about-services .items {
    position: relative;
    padding: 30px 15px;
    /* box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); */
    border-right: 1px solid #9992;
    border-top: 0;
    position: relative;
    background-color: #fff;
}

.about-us .about-services .items::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 4px;
    background-color: #354B9D;
}

.about-us .about-services .items::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-130deg, #354B9D, #596181);
    /* opacity: 0; */
    transition: all 0.3s ease-out;
    /* visibility: hidden; */
    /* border-radius: 100%; */
    transform: rotateX(90deg);
    transform-origin: top;
}

.about-us .about-services .items:hover::after {
    transform: rotateX(0);
}

.about-us .about-services .items:hover .icon img {
    filter: invert(100%) sepia(85%) saturate(0%) hue-rotate(320deg) brightness(113%) contrast(200%);
}

.about-us .about-services .items:hover h4, .about-us .about-services .items:hover .info p {
    color: #fff;
}

.about-us .about-services .items .icon img {
    width: 70px;
    height: 70px;
    position: relative;
    z-index: 5;
    margin: auto;
}

.about-us .about-services .items h4 {
    margin: 25px 0 15px;
    font-weight: bold;
    color: #444;
    font-size: 18px;
    position: relative;
    z-index: 5;
}

.about-us .about-services .items .info p {
    color: #777;
    position: relative;
    z-index: 5;
    font-size: 13px;
}

.about-us .about .about-info .content {
    position: relative;
    top: 90px;
    right: 0;
    background-color: #fff;
    padding: 80px 60px;
    padding-left: 0;
    border-radius: 15px;
    z-index: 5;
}

.about-us .about .img {
    height: 650px;
    position: relative;
}

.about-us .pdf-img{
    position: absolute;
    right: 30px;
    bottom: 15px;
    width: 30%;
    padding: 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

.about-us .pdf-img .icon{
    position: absolute;
    top: 5px;
    left: 5px;
    color: #354B9D;
    font-size: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    line-height: 40px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

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

.about-us .container-fluid {
    padding: 0 3%;
}

.about-us .about h3 {
    color: #444;
    line-height: 1.8;
    font-weight: bold;
    position: relative;
    z-index: 2;
}

.about-us .about h3 span {
    color: #354B9D;
    position: relative;
    z-index: 2;
}

.about-us .about p {
    color: #777;
    font-size: 15px;
    line-height: 1.8;
    margin: 15px 0;
    position: relative;
    z-index: 2;
}

.about-us .about {
    position: relative;
    overflow: hidden;
}

.about-us .about:after {
    position: absolute;
    content: "";
    width: 800px;
    height: 800px;
    border: 25px solid #f1f1f1;
    bottom: -500px;
    left: -500px;
    transform: rotate(20deg);
    z-index: 0;
    -webkit-animation: rotate-center 50s linear infinite both;
    animation: rotate-center 50s linear infinite both;
}

/* ---------------- animation --------- */

.rotate-center {
    -webkit-animation: rotate-center 5s linear infinite both;
    animation: rotate-center 5s linear infinite both;
}

@-webkit-keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate-center {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* ==================== services style ============================== */

.services .items {
    position: relative;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin: 15px;
}

.services .items .img {
    height: 400px;
}

.services .items .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.services .items .info {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #0005;
    padding: 60px;
    color: #fff;
    transition: all 0.3s ease;
}

.services .items:hover .info {
    background-color: #000000ad;
}

.services .items .info:after, .services .items .info:before {
    position: absolute;
    content: "";
    transition: all 0.4s linear;
    background-color: #fff;
    bottom: 25%;
    right: 30px;
}

.services .items .info:after {
    width: 50px;
    height: 1px;
}

.services .items .info:before {
    width: 1px;
    height: 50px;
}

.services .items:hover .info:after {
    width: 250px;
    right: 20px;
}

.services .items:hover .info:before {
    height: 200px;
    bottom: 20%
}

.services .items .info p {
    color: #fff;
    transform-origin: bottom;
    transition: all 0.3s linear;
    opacity: 0;
    font-size: 13px;
    color: #f5f5f5;
    margin-top: 15px;
}

.services .items:hover .info p {
    opacity: 1;
}

.services .items .info .content {
    position: absolute;
    top: 60%;
    left: 15%;
    width: 70%;
    transition: all 0.3s linear;
    overflow: hidden;
}

.services .items:hover .info .content {
    top: 35%;
}

/* ==================== portfolio style ============================== */

.portfolio {
    padding-bottom: 70px;
    background-image: url(../img/about.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.portfolio:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #0009;
}

.portfolio .section-head h2 {
    color: #fff;
}

.portfolio .taps {
    margin: auto;
    margin-bottom: 50px;
    border-radius: 50px;
}

.portfolio .taps span {
    padding: 7px 10px;
    margin: 5px 10px;
    background-color: transparent;
    color: #fff;
    font-weight: 500;
    border-radius: 4px;
    transition: all 0.2s ease-out;
    cursor: pointer;
    position: relative;
}

.portfolio .taps span:after {
    position: absolute;
    content: "/";
    left: -15px;
    top: 10px;
    color: #fff;
}

.portfolio .taps .last::after {
    display: none;
}

.portfolio .taps span.active {
    color: #fff;
    background: #354B9D;
}

.portfolio .row .col-lg-4 .img {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    height: 450px;
    border-radius: 10px;
}

.portfolio .row .col-lg-4 .img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.portfolio .row .col-lg-4 .img:hover .overlay {
    opacity: 1;
    width: 96%;
}

.portfolio .row .col-lg-4 .img:hover .overlay .info h6 {
    transform: scale(1);
    opacity: 1;
}

.portfolio .row .col-lg-4 .img:hover .overlay .info h4 {
    transform: scale(1);
    opacity: 1;
}

.portfolio .row .col-lg-4 .img .overlay {
    position: absolute;
    width: 0;
    height: 48%;
    left: 2%;
    top: 2%;
    text-align: center;
    color: #000;
    padding: 30px;
    overflow: hidden;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    background: #fff;
}

.portfolio .row .col-lg-4 .img .overlay .info {
    position: absolute;
    left: 50%;
    top: 80%;
    transform: translate(-50%, -50%);
}

.portfolio .row .col-lg-4 .img .overlay .info h6 {
    color: #354B9D;
    transform: scale(0.1);
    opacity: 0;
    transition: all 0.5s ease-in;
}

.portfolio .row .col-lg-4 .img .overlay .info h4 {
    font-size: 20px;
    transform: scale(0.1);
    transition: all 0.5s ease-in;
    color: #354B9D;
    font-weight: bold;
}

.portfolio .row .col-lg-4 .img .overlay .icon {
    position: absolute;
    bottom: 30px;
    right: 30px;
    font-size: 18px;
    color: #354B9D;
}

.portfolio .row .col-lg-4 .img .overlay.sec {
    bottom: 2%;
    top: auto;
    left: auto;
    right: 2%;
}

/* ==================== team style ============================== */

.team {
    position: relative;
    padding-bottom: 120px;
}

.team:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    background-image: url(../img/shape2.png);
    height: 100%;
    width: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.2;
}

.team .items {
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    height: 360px;
    margin: 15px;
}

.team .items .img {
    height: 300px;
}

.team .items .img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.team .items:hover .img img {
    transform: scale(1.1);
}

.team .items .info {
    height: 65px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    /* overflow: hidden; */
    background: #fff;
    padding: 15px;
    transition: all 0.4s ease;
}

.team .items .info:after {
    position: absolute;
    content: "";
    left: calc(50% - 13px);
    top: -13px;
    height: 26px;
    width: 26px;
    background-color: #fff;
    transform: rotate(45deg);
    transition: all 0.4s ease;
}

.team .items .info h4 {
    font-weight: bold;
    margin: 10px 0 15px;
    font-size: 21px;
    color: #354B9D;
}

.team .items .info p {
    color: #354B9D;
}

.team .items .info .socail a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #9994;
    margin: 3px;
    transform: translateY(70px);
    transition: all 0.4s ease;
}

.team .items .info .socail a:first-of-type {
    transition-delay: 0.1s;
}

.team .items .info .socail a:nth-of-type(2) {
    transition-delay: 0.2s;
}

.team .items .info .socail a:nth-of-type(3) {
    transition-delay: 0.3s;
}

.team .items .info .socail a:last-of-type {
    transition-delay: 0.4s;
}

.team .items:hover .info {
    height: 170px;
    background-color: #354B9D;
}

.team .items:hover .info:after {
    background-color: #354B9D;
}

.team .items:hover .info h4, .team .items:hover .info p, .team .items:hover .info a {
    color: #fff;
}

.team .items:hover .info a {
    transform: translateY(0);
}

/* ==================== request style ============================== */

.request {
    padding-top: 50px;
    background: url(../img/portfolio/1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    position: relative;
}

.request .content{
    height: 100%;
}

.request .info {
    text-align: center;
    /* border: 15px solid #fff; */
    padding: 50px 15px;
    border-left: 0;
    position: relative;
    background: linear-gradient(-200deg, #010c35e5, #354c9db6);
    border-radius: 15px;
    margin-bottom: 50px;
    width: 100%;
}

.request .info h4 {
    margin-bottom: 30px;
}

.request .info ul li {
    font-size: 18px;
    line-height: 3;
}

.request .info ul li a i {
    margin-left: 10px;
}

.request .img{
    position: relative;
    height: 100%;
}

.request .img img{
    position: absolute;
    bottom: 0;
    left: 0;
}

.request:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000c0;
    z-index: 1;
}

form .form-group input, form .form-group textarea {
    background-color: #00000056;
    border: none;
    border-radius: 10px;
    padding: 20px;
    width: 80%;
    margin: auto;
    font-size: 14px;
    color: #fff !important;
}

form .form-group input:focus, form .form-group textarea:focus, .form-control:focus {
    background-color: #010822d0;
    box-shadow: none;
}

form button {
    border: 0;
    background: #010822 !important;
}

/* ==================== news style ============================== */

.news {
    position: relative;
}

.news .l-pg, .news .r-pg {
    position: absolute;
    width: 30%;
    height: 100%;
    display: block;
    top: 0;
}

.news .l-pg {
    left: 0;
    clip-path: polygon(0 0, 0% 100%, 99% 0);
}

.news .r-pg {
    right: 0;
    clip-path: polygon(99% 1%, 0% 100%, 100% 100%);
}

.news .items {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.news .items .img {
    height: 250px;
    position: relative;
}

.news .items .img .date {
    position: absolute;
    background-color: #354B9D;
    color: #fff;
    padding: 10px 30px;
    bottom: 0;
    left: 0;
    font-size: 12px;
    width: 40%;
    text-align: right;
    transition: all 0.4s ease;
}

.news .items .img .date span {
    left: 30px;
    opacity: 0;
    transition: all 0.3s ease;
    transition-delay: 0.3s;
    position: absolute;
}

.news .items .img .date span i {
    margin-left: 2px;
}

.news .items:hover .img .date {
    width: 100%;
}

.news .items:hover .img .date span {
    opacity: 1;
}

.news .items .img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.news .items .info {
    padding: 30px 15px;
    background-color: #fff;
}

.news .items .info small {
    color: #777;
}

.news .items .info small a {
    color: #354B9D;
}

.news .items .info h5 {
    color: #354B9D;
    font-weight: bold;
    margin-bottom: 15px;
}

/* ----------------- letter ---------------- */

.letter {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border: 1px solid #9995;
    position: relative;
    margin-bottom: 100px;
    z-index: 30;
    overflow: hidden;
}

.letter .pin {
    position: absolute;
    bottom: 10%;
    height: 80%;
    left: 5%;
    width: auto;
    opacity: 0.8;
    pointer-events: none;
    transform: rotate(-20deg);
}

.letter .img {
    height: 400px;
}

.letter .img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.letter h4 {
    color: #354B9D;
    margin-bottom: 30px;
}

.letter p {
    color: #777;
    margin-bottom: 15px;
}

.letter h6 {
    margin-top: 30px;
}

.letter h6 span {
    color: #354B9D;
    display: block;
    margin-top: 10px;
}

/* ==================== footer style ============================== */

footer {
    background-color: #010822;
}

footer .info img {
    max-width: 250px;
    margin-bottom: 30px;
}

footer h5 {
    color: #fff;
    font-weight: bold;
    margin-bottom: 30px;
}

footer .info p {
    color: #fff;
}

footer .links ul li {
    float: right;
    width: 50%;
    line-height: 2.7;
    color: #fff;
}

footer .links .socail a {
    width: 40px;
    height: 40px;
    border: 1px solid #9992;
    color: #fff;
    line-height: 40px;
    text-align: center;
    margin: 30px 0 0 10px;
}

footer .contact-info li {
    line-height: 3;
    color: #fff;
}

footer .contact-info li a i {
    width: 40px;
    height: 40px;
    border: 1px solid #9992;
    color: #fff;
    line-height: 40px;
    text-align: center;
    margin: 10px 0 0 10px;
}

footer .items a:hover {
    color: #354B9D !important;
}

/* ==================== pages style ============================== */

.inner-header {
    background-image: url(../img/ser/5.jpg);
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
}

.inner-header h4 {
    position: relative;
    z-index: 5;
    color: #fff;
}

.inner-header h4 a:hover {
    color: #354B9D;
}

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

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

.choose-us .info h3 {
    color: #354B9D;
    margin-bottom: 40px;
}

.choose-us .info p {
    margin-bottom: 15px;
    color: #777;
    padding: 30px 15px;
    border: 1px solid #9993;
    border-radius: 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.circle {
    padding: 30px 0 80px;
}

.circle .box {
    display: flex;
}

.circle .box .item {
    width: 100%;
    text-align: center;
}

.circle .box .item p {
    margin-top: 15px;
    font-weight: bold;
    color: #777;
}

.circle .box .item .chart {
    position: relative;
}

.circle .box .chart .percent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    color: #354B9D;
}

/* ------------------- project-details page ------------ */

.project-details .info h3 {
    color: #354B9D;
    font-weight: bold;
    margin-bottom: 30px;
    text-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.project-details .info p {
    color: #777;
    font-size: 16px;
    margin-bottom: 30px;
}

.project-details .info .items {
    padding: 30px 15px;
    border: 1px solid #9995;
    border-radius: 10px;
    margin-top: 30px;
    display: flex;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    min-height: 150px;
}

.project-details .info .items .icon {
    width: 30%;
    text-align: center;
}

.project-details .info .items .icon img {
    width: 90px;
    height: 90px;
    margin: auto;
}

.project-details .info .items .det {
    width: 100%;
    padding: 15px 30px;
}

.project-details .info .items h5 {
    color: #354B9D;
    font-size: 17px;
}

.project-details .info .items small {
    color: #777;
}

.project-details .project-slider {
    background-color: #f5f5f5;
}

.project-details .project-slider .img {
    width: 100%;
    height: 450px;
}

.project-details .project-slider .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.owl-thumbs {
    width: 100%;
    padding: 15px 10px;
    background-color: #f5f5f5;
    border: 1px solid #9995;
    text-align: center;
}

.owl-thumb-item {
    width: 150px;
    border: none;
    background: transparent;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    padding: 6px;
    margin: 0 10px;
    height: 100px;
    transition: all 0.3s ease;
}

.owl-thumb-item.active {
    background: #354B9D;
}

.owl-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-details .project-video{
    background-color: #f5f5f5;
}

.project-details .project-video .info{
    height: 100%;
}

.project-details .project-video .info .content{
    padding: 30px;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    margin-left: -30px;
}

.project-details .project-video .info .content h4{
    color: #354B9D;
    margin-bottom: 30px;
}

.project-details .project-video .info .content p{
    color: #777;
}

.project-details .project-video .video{
    height: 450px;
}

.project-details .project-video .video video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

.inner-pages .portfolio {
    margin: 100px 50px;
    border-radius: 15px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.inner-pages .services .items {
    margin: 15px 0;
}

.inner-pages .news .items {
    margin-bottom: 30px;
}

/* ========= 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: #354B9D;
    color: #fff;
}

.single-blog{
    background-color: #f5f5f5;
}

.single-blog .img{
    height: 500px;
}

.single-blog .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-blog .info h3{
    color: #354B9D;
    margin: 30px 0 15px;
}

.single-blog .info h3 span{
    font-size: 16px;
    float: left;
}

.single-blog .info p{
    color: #777;
}

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

.contact .contact-info .items {
    padding: 30px;
    /* box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); */
    /* border-radius: 15px; */
    /* border-top-left-radius: 15px; */
    /* border-top-right-radius: 15px; */
    background: #fff;
    position: relative;
    z-index: 5;
    border: 1px solid #9995;
    margin-bottom: 60px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

.contact .contact-info .items:before {
    position: absolute;
    content: "";
    left: 10px;
    top: -3px;
    width: 100%;
    height: 40px;
    background-color: #354B9D;
    z-index: -1;
    transform: skew(20deg);
}

.contact .contact-info .items:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 40px;
    background-color: #fff;
    z-index: 0;
}

.contact .contact-info .icon, .contact .contact-info .info {
    position: relative;
    z-index: 3;
}

.contact .contact-info .icon img {
    width: 70px;
    height: 70px;
    margin-bottom: 30px;
}

.contact .contact-info .info p {
    color: #777;
    margin-bottom: 5px;
    font-size: 19px;
}

.contact .form {
    padding: 50px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.contact .form .form-group {
    margin: 15px 0;
    position: relative;
}

.contact .form .form-group input, .contact .form .form-group textarea {
    padding: 15px;
    border: 0;
    border-bottom: 1px solid #9994;
    width: 100%;
    height: 100%;
}

.contact .form .form-group .line {
    position: absolute;
    content: "";
    height: 2px;
    width: 0;
    background-color: #354B9D;
    bottom: 0;
    left: 50%;
    transition: all 0.2s linear;
}

.contact .form .form-group input:focus~.line, .contact .form .form-group textarea:focus~.line {
    width: 100%;
    left: 0;
}

.map {
    height: 450px;
}

.map iframe {
    height: 100%;
    width: 100%;
    object-fit: cover;
}


/*------------ new style -----------*/
footer h6 a:hover{
    color: #354B9D !important;
}

.about-services .owl-carousel,
.services .owl-carousel{
    direction:rtl;
}

.single-blog .img{
    height: 500px;
    position: relative;
}

.single-blog .img:after{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background-color: #0008;
}

/* ==================== responsive style ============================== */

@media screen and (max-width: 991px) {
    header .menu .custom-navbar .nav-list .nav-items {
        display: block;
        border-bottom: 1px solid #ffffff70;
        padding: 0 15px;
    }
    header .menu .custom-navbar .nav-list {
        position: fixed;
        right: -100%;
        top: 0;
        transition: all 0.5s ease;
        background: url(../img/side-nav.png);
        background-size: cover;
        width: 300px;
        height: 100vh;
        opacity: 0;
    }
    header .menu .custom-navbar .nav-list .mob-logo {
        padding: 30px 15px;
        background-color: #ffffffda;
        display: inherit;
    }
    header .menu .custom-navbar .nav-list .mob-logo .cls {
        float: left;
        font-size: 25px;
        color: #354B9D;
        cursor: pointer;
        margin-top: 30px;
    }
    header .menu .custom-navbar .nav-list .nav-items .nav-links {
        line-height: 3;
        margin: 0;
    }
    header .menu .nav-toggle {
        float: left;
        cursor: pointer;
        margin-top: 30px;
        display: inherit;
    }
    header .menu .fixed {
        padding: 5px 0;
    }
    header .menu .custom-navbar .nav-list.show {
        right: 0;
        opacity: 1;
        overflow: auto;
    }
    header .navbar .navbar-nav {
        background-color: #354B9D;
        padding: 15px;
    }
    header .menu .custom-navbar .nav-list {
        text-align: right;
        padding: 0;
    }
    header .menu .custom-navbar .drop-nav:hover .drop-down {
        width: 100%;
        position: relative;
        border-radius: 0;
    }
    header .menu .fixed .nav-list .nav-items .nav-links {
        /* color: #fff !important; */
    }
    .mob-logo img {
        max-width: 200px;
    }
    header .navbar-brand {
        width: 230px;
    }
    header .top-nav, header .top-nav .r-side {
        text-align: center;
        line-height: 3;
    }
    header .content .info {
        width: 100%;
        top: 50%;
    }
    header .content .info h1 {
        font-size: 32px;
    }
    .about-us .about:after {
        display: none;
    }
    .about-us .about .about-info .content {
        top: 0;
        right: 0;
        width: 100%;
        padding: 15px;
    }
    .news .items .img .date {
        width: 50%;
    }
    .news .items {
        margin-bottom: 30px;
    }
}

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

@media screen and (max-width: 787px) {
    footer {
        text-align: center;
    }
    footer .items, .team .items {
        margin-bottom: 30px;
    }

    .project-details .project-video .info .content{
        margin-left: 0;
    }
}

/* ======= */

@media screen and (max-width: 480px) {
    .circle .box {
        display: block;
    }
}