@font-face {
    font-family: arab-medium;
    src: url('../fonts/ArbFONTS-DINNextLTArabic-Medium-2.ttf');
}

@font-face {
    font-family: arab-bold;
    src: url('../fonts/ArbFONTS-DINNextLTArabic-Bold-2.ttf');
}

@font-face {
    font-family: arab-regular;
    src: url('../fonts/ArbFONTS-DINNextLTArabic-Regular-2.ttf');
}

body {
    font-family: arab-medium !important;
}

body::-webkit-scrollbar {
    width: 10px;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: #5891d6;
    outline: 1px solid #5891d6;
    border-radius: 20px;
}

::selection {
    background: #5891d6;
    /* WebKit/Blink Browsers */
    color: #fff;
}

::-moz-selection {
    background: #5891d6;
    /* Gecko Browsers */
    color: #fff;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7 {
    font-family: arab-bold !important;
}

.form-control,
.form-control:focus {
    box-shadow: none;
    outline: 0;
}

.btn,
.btn:focus {
    box-shadow: none;
    outline: 0;
}


/*start nav*/

.top-header {
    background-color: #f7f7f7;
    padding-top: 15px;
    padding-bottom: 10px;
}

.top-header .right {
    float: right;
}

.top-header .right img {
    width: 200px;
}

.top-header .left {
    float: left;
    padding-top: 60px;
}

.top-header .left p {
    font-size: 20px;
}

.navbar {
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 5px;
}

.nav>li>a {
    padding: 10px;
    font-size: 16px;
    display: inline-block;
}

.navbar .navbar-brand {
    padding-top: 5px;
    padding-bottom: 0px;
}

.navbar-nav {
    padding-bottom: 20px;
}

.navbar .navbar-brand img {
    height: auto;
}

.navbar-nav>li {
    padding-left: 25px;
}

.navbar-default .navbar-nav>li>a {
    color: #313131;
}

.navbar-default .navbar-nav>.active>a {
    color: #fff;
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: transparent;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #5891d6;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #fff;
    background-color: transparent;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.navbar-toggle {
    margin-right: 35px;
    border: none;
    background: transparent !important;
}

.navbar-toggle:hover {
    background: transparent !important;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    background: transparent;
}

.navbar-default {
    border: 0;
    background-color: #f7f7f7;
    padding-bottom: 10px;
}

.top-nav-collapse {
    padding: 0;
    background-color: rgba(24, 24, 41, .95);
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: transparent;
    color: #fff;
}

.navbar-left>li {
    padding-left: 0;
    padding-right: 0;
}

.navbar-right {
    
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus,
.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #5891d6;
}

.navbar-left li {
    margin-right: 5px;
}

.navbar-left li .fa {
    width: 25px;
    height: 25px;
    line-height: 25px;
    background-color: #5891d6;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    font-size: 14px
}

.navbar-default .navbar-left>li>a {
    padding: 0px;
}

.navbar-brand>img {
    width: 170px;
    display: block;
    margin-top: -50px;
}

.navbar-left {
    margin-top: 10px
}


/*end nav*/


/**===============slider=====================**/

.banner {
    background-image: url('../images/IMG-20211128-WA0003.jpg');
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
    background-color: #f7f7f7;
    min-height: 900px;
    position:relative;
}
.banner .over {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(21, 47, 80, .7);
}

.banner .slider .box {
    display: table;
    margin: auto;
    width: 400px;
    background-color: #fff;
    padding: 10px 20px;
    margin-top: 300px;
    padding-bottom: 50px
}

.banner .slider .box h1 {
    font-size: 24px;
    color: #5891d6;
    margin: 0px;
    padding-bottom: 15px;
    line-height: 32px
}

.banner .slider .box p {
    color: #000;
    font-size: 15px;
    line-height: 32px;
}

.banner .owl-theme .owl-controls .owl-nav [class*=owl-] {
    color: #fff;
    background-color: #5891d6;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    padding: 0px;
    border-radius: 50%;
    position: relative;
    top: -60px;
}


/* start section of about */

.about {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #FBFBFB;
    text-align: right;
    position: relative;
    overflow: hidden
}

.about .title {
    background-image: url('../images/Group 1.png');
    padding-top: 100px;
    padding-bottom: 100px;
    background-repeat: no-repeat;
    background-size: cover;
}

.about .title h1 {
    text-align: center
}

.about .text:before {
    content: "";
    background-image: url('../images/Group 15.png');
    background-repeat: no-repeat;
    top: 10px;
    right: -100px;
    position: absolute;
    display: inline-block;
    width: 208px;
    height: 296px;
}

.about .text p {
    margin-right: 145px;
    margin-left: 100px;
    color: #9E9E9E;
    line-height: 27px;
}

.about p:after {
    content: "";
    background-image: url('../images/Group 16.png');
    background-repeat: no-repeat;
    top: 10px;
    left: -40px;
    position: absolute;
    display: inline-block;
    width: 208px;
    height: 296px;
}

.about a {
    padding-right: 150px;
}


/* end of about */

.our-groups {
    padding-top: 60px;
    padding-bottom: 60px;
}

.our-groups .title {
    color: #5891d6;
    font-size: 24px;
    position: relative
}

.our-groups .title:after {
    width: 100px;
    height: 3px;
    position: absolute;
    content: '';
    display: block;
    right: 0px;
    bottom: -10px;
    background-color: #5891d6;
}

.our-groups .box {
    margin-top: 50px;
    height: 400px;
    width: 100%;
    position: relative;
    transition: all .3s ease-in-out;
}

.our-groups .box img {
    height: 100%;
    width: 100%;
}

.our-groups .box .description {
    position: absolute;
    top: 0;
    padding: 15px;
    color: #fff;
    width: 100%;
    height: 100%;
}

.our-groups .box .description .text {
    position: absolute;
    bottom: 10px;
}

.our-groups .box .description h1 {
    font-size: 25px;
}

.our-groups .box .description p {
    display: none
}

.our-groups .box:hover .description {
    background-color: rgba(88, 145, 214, .7);
}

.our-groups .box:hover p {
    display: block
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #5891d6;
}

.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
}

.services {
    background-image: url('../images/banner.jpg');
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 70px;
    padding-bottom: 10px
}

.services .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(21, 47, 80, .9);
    width: 100%;
    height: 100%;
}

.services .right {
    float: right;
    margin-bottom: 90px;
}

.services .right .title {
    color: #fff;
    font-size: 24px;
    position: relative
}

.services .right .title:after {
    width: 100px;
    height: 3px;
    position: absolute;
    content: '';
    display: block;
    right: 0px;
    bottom: -10px;
    background-color: #fff;
}

.services .left {
    float: left;
    z-index: 9999;
    position: relative
}

.services .left a {
    display: table;
    color: #fff;
    font-size: 18px;
    padding: 10px 50px;
    text-align: center;
    border-radius: 20px;
    background-color: #3166a5;
    border: 1px solid #3166a5;
    transition: all .3s ease-in-out;
}

.services .left a:hover {
    background-color: transparent
}

.services .first {
    position: relative;
    margin-bottom: 110px;
    text-align: center
}

.services .first .fa {
    color: #fff;
    font-size: 30px
}

.services .first h1 {
    color: #fff;
    font-size: 26px;
}

.our_projects {
    padding-top: 60px;
    padding-bottom: 60px;
}

.our_projects .right {
    float: right;
    margin-bottom: 40px;
}

.our_projects .right .title {
    color: #5891d6;
    font-size: 24px;
    position: relative
}

.our_projects .right .title:after {
    width: 100px;
    height: 3px;
    position: absolute;
    content: '';
    display: block;
    right: 0px;
    bottom: -10px;
    background-color: #5891d6;
    ;
}

.our_projects .left {
    float: left;
    z-index: 9999;
    position: relative
}

.our_projects .left a {
    display: table;
    color: #fff;
    font-size: 18px;
    padding: 10px 50px;
    text-align: center;
    border-radius: 20px;
    background-color: #3166a5;
    border: 1px solid #3166a5;
    transition: all .3s ease-in-out;
}

.our_projects .left a:hover {
    background-color: transparent;
    color: #000
}

.our_projects .first {
    position: relative;
    height: 200px;
    margin-bottom: 40px
}

.our_projects .first img {
    width: 100%;
    height: 200px;
}

.our_projects .first .info {
    position: absolute;
    top: 0;
    padding: 15px;
    color: #fff;
    width: 100%;
    height: 100%;
}

.our_projects .first .info h1 {
    display: none;
    font-size: 25px;
    text-align: center;
    line-height: 150px;
    margin: 0px;
    padding: 0px;
}

.our_projects .first .info h1 a {
    color: #fff;
}

.our_projects .first:hover .info {
    background-color: rgba(88, 145, 214, .7);
}

.our_projects .first:hover .info h1 {
    display: block
}

.top-footer {
    background-image: url('../images/banner.jpg');
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 70px;
    padding-bottom: 10px
}

.top-footer .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(21, 47, 80, .9);
    width: 100%;
    height: 100%;
}

.top-footer .first h1 {
    padding-bottom: 35px;
    margin: 0px;
    color: #fff;
    font-size: 30px;
}

.top-footer .first ul li {
    padding-bottom: 25px;
}

.top-footer .first ul li a {
    color: #fff;
    font-size: 20px;
}

.top-footer .first ul li a:hover {
    color: #000
}

.top-footer .first .parent {
    display: flex;
    flex-wrap: nowrap
}

.top-footer .first .parent .child2 {
    margin-right: 45px;
}

.top-footer .first span {
    color: #fff;
    padding-right: 20px;
}

.top-footer .first .fa {
    color: #fff
}

.bottom-footer {
    position: relative
}

.bottom-footer .right {
    float: right
}

.bottom-footer .left {
    float: left
}

.bottom-footer p {
    color: #fff
}

.ltn__breadcrumb-area {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 110px;
    padding-bottom: 50px;
    background-color: #F9F8FB;
    background-image: url('../images/14.jpg');
}

.ltn__breadcrumb-area .page-title {
    padding-bottom: 15px;
    color: #5891d6
}

.about-single {
    padding-bottom: 70px;
}

.about-single h1 {
    color: #5891d6;
    font-size: 24px;
    margin: 0px;
    padding-bottom: 10px;
}

.about-single p {
    color: #000;
    line-height: 32px;
    padding-bottom: 20px;
}

.contact_data {
    padding-top: 70px;
}

.contact_data .first {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .2);
    height: 160px;
}

.contact_data .parent {
    display: flex;
    flex-wrap: nowrap;
    ;
}

.contact_data .child2 {
    text-align: center;
    padding-top: 30px;
}

.contact_data ul {
    list-style: none;
}

.contact_data ul li {
    text-align: center;
    padding-left: 60px;
}

.contact_data .child2 h1 {
    color: #2384C6;
    font-size: 24px;
}

.contact-page {
    padding-bottom: 30px;
}

.contact-page h1 {
    margin-bottom: 50px;
}

.contact {
    padding-top: 70px;
    padding-bottom: 70px;
    text-align: right
}

.contact h1 {
    color: #131246;
    font-size: 35px;
}

.contact h1:after {
    content: "";
    position: absolute;
    display: block;
    background-color: #2384C6;
    width: 60px;
    height: 3px;
    top: 60px;
    right: 12px;
}

.contact p {
    color: #959494;
    font-size: 16px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.contact ul {
    list-style: none;
    padding-right: 0px;
}

.contact ul li {
    padding-bottom: 15px;
}

.contact ul span {
    padding-right: 15px;
    color: #131246;
    font-size: 18px;
}

.contact .left input {
    border-radius: 7px;
    border: 1px solid #F8F8F8;
    background-color: #F8F8F8;
    color: #797979;
    height: 52px;
}

.contact .left textarea {
    border-radius: 7px;
    border: 1px solid #F8F8F8;
    background-color: #F8F8F8;
    color: #797979;
}

.contact .left input:focus {
    border: 2px solid #2384C6;
}

.contact .left input[type="submit"] {
    border-radius: 8px;
    background-color: #2384C6;
    text-align: center;
    color: #fff;
    padding: 10px 30px;
    border: 1px solid #2384C6;
}

.services .first h1 a {
    color: #fff;
}

input[type="email"] {
    direction: rtl !important;
}

.contact_data .child2 {
    margin-right: 20px;
}