@font-face {
    font-family: 'Cairo-Bold';
    src: url('../fonts/Cairo-Boldd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/Cairo-Bold.woff') format('woff'), url('../fonts/Cairo-Bold.ttf') format('truetype'), url('../fonts/Cairo-Bold.svg#Cairo-Bold') format('svg');
    font-weight: normal;
    font-style: normal
}


@font-face {
    font-family: 'Cairo-Regular';
    src: url('../fonts/Cairo-Regulard41d.eot?#iefix') format('embedded-opentype'), url('../fonts/Cairo-Regular.woff') format('woff'), url('../fonts/Cairo-Regular.ttf') format('truetype'), url('../fonts/Cairo-Regular.svg#Cairo-Regular') format('svg');
    font-weight: normal;
    font-style: normal
}


@font-face {
    font-family: 'Cairo-SemiBold';
    src: url('../fonts/Cairo-SemiBoldd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/Cairo-SemiBold.woff') format('woff'), url('../fonts/Cairo-SemiBold.ttf') format('truetype'), url('../fonts/Cairo-SemiBold.svg#Cairo-SemiBold') format('svg');
    font-weight: normal;
    font-style: normal
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:root {
    --white: #fff;
    --gray: #f9f9f9;
    --darkGray1: #9e9e9e;
    --darkGray2: #8f8f8f;
    --blue: #1d3fa0;
    --darkBlue: #06506d;
    --yallow: #1381ad;
    --black: #3b3b3b
}

body,
html {
    margin: 0;
    padding: 0;
    background-color: var(--white);
    font-family: 'Cairo-Regular', sans-serif;
    font-size: 16px;
    color: var(--darkblue);
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.4
}

body {
    overflow-x: hidden
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
button {
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.btn,
a {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

b {
    font-family: 'Cairo-Bold', sans-serif;
    font-weight: normal
}

svg {
    fill: currentColor;
    vertical-align: middle;
    position: relative
}

html[dir="rtl"] .dropdown-menu-right {
    right: auto;
    left: 0
}

.position-static {
    position: static
}

.se-pre-con {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #0143a1;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.se-pre-con div[data-loader] {
    margin: auto
}

.no_gutter {
    margin-right: 0;
    margin-left: 0
}

.no_gutter>div[class*="col-"] {
    padding-right: 0;
    padding-left: 0
}

.display_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.justify_content_center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.align_items_center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.flex_align_center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-dark {
    background-color: var(--darkBlue);
    color: var(--white);
    line-height: 26px;
    text-align: center;
    border-radius: 25px
}

.btn-dark:focus,
.btn-dark:hover {
    background-color: var(--blue);
    color: var(--yallow)
}

.main_header .navbar {
    background-color: white;
    border: 0
}

.main_header .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    height: auto
}

.main_header .navbar-collapse {
    padding-top: 25px
}

.main_header .navbar-nav>li>a {
    color: var(--black);
    font-size: 14px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 25px;
    padding-top: 6px;
    padding-bottom: 7px;
    margin-left: 3px;
    border: 1px solid transparent
}

.main_header .navbar-nav>li.active>a:hover,
.main_header .navbar-nav>li.active>a:focus,
.main_header .navbar-nav>li.active>a,
.main_header .navbar-nav>li>a:focus,
.main_header .navbar-nav>li>a:hover {
    background-color: var(--yallow);
    border-color: var(--white)
}

.main_header .lang a {
    padding: 0 !important;
    text-align: center;
    font-weight: bold;
    width: 35px;
    line-height: 35px;
    height: 35px;
    background-color: var(--white);
    color: var(--darkBlue);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16)
}

.main_slider_section {
    background: url('../images/home_bg.svg') bottom center no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}

.main_slider_section .section_content_wrap {
    min-height: 100vh
}

.main_slider_section .slide_text {
    padding-top: 25px;
    text-align: left;
}

.main_slider_section .slide_text .title {
    font-size: 34px;
    line-height: 1.4;
    font-family: 'Cairo-SemiBold', sans-serif
}

.main_slider_section .slide_text .subtitle {
    font-family: 'Cairo-Bold', sans-serif;
    line-height: 1.4;
    font-size: 18px
}

.main_slider_section .btn_wrap {
    text-align: left;
    margin-top: 30px
}

.main_slider .owl-dots {
    position: absolute;
    right: 0;
    bottom: 0
}

.main_slider .owl-dot {
    text-align: center;
    background-color: var(--darkGray1);
    width: 7px;
    height: 7px;
    border-radius: 3px;
    display: block;
    margin: auto;
    margin-bottom: 5px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.main_slider .owl-dot.active {
    width: 14px;
    background-color: var(--darkGray2)
}

.about_section {
    padding-top: 25px;
    padding-bottom: 25px
}

.about_section figure {
    position: relative
}

.about_section figure:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: url('../images/corner_icon.svg') left no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    width: 90px;
    height: 90px
}

.about_section .text_wrap {
    margin-top: 20px
}

.about_section .text_wrap .details {
    color: var(--black);
    font-size: 14px;
    line-height: 1.8;
    font-family: 'Cairo-SemiBold', sans-serif
}

.header_section .title {
    font-size: 30px;
    color: var(--blue);
    padding-bottom: 30px;
    position: relative;
    font-family: 'Cairo-SemiBold', sans-serif
}

.header_section.icon_bottom .title:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background: url('../images/header_icon.svg') right no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    height: 20px;
    width: 140px
}

.header_section.white .title {
    color: #fff
}

.header_section.between_icon .title {
    padding-bottom: 0
}

.header_section.between_icon .title span {
    position: relative;
    display: inline-block
}

.header_section.between_icon .title span:after,
.header_section.between_icon .title span:before {
    content: "";
    position: absolute;
    background: url('../images/header_icon.svg') right no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    height: 20px;
    width: 140px;
    top: 50%;
    margin-top: -10px
}

.header_section.between_icon .title span:before {
    left: 110%;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.header_section.between_icon .title span:after {
    right: 110%
}

.header_section .view_all {
    float: left;
    color: var(--darkBlue);
    font-size: 16px;
    font-family: 'Cairo-Regular', sans-serif;
    line-height: 36px;
    border-radius: 20px;
    padding: 0 10px;
    position: relative;
    top: -3px
}

.header_section .view_all:hover {
    background-color: var(--gray);
    -webkit-box-shadow: 3px 10px rgba(0, 0, 0, .15);
    box-shadow: 0 3px 10px rgba(0, 0, 0, .15)
}

.header_section .view_all i {
    color: var(--yallow);
    margin-right: 5px
}

.inverted_color {
    background-color: #001b42 !important;
    margin-bottom: 0 !important
}

.inverted_color a {
    color: #fff !important
}

.breadcrumbs_search {
    background-color: #f5f5f5;
    padding-top: 10px;
    position: relative;
    z-index: 1
}

.services_section {
    background-color: var(--darkBlue);
    padding-top: 40px;
    padding-bottom: 60px
}

.services_section .header_section {
    margin-bottom: 50px
}

.service figure {
    width: 174px;
    height: 174px;
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    border: 10px solid rgba(255, 255, 255, 0.07);
    margin: auto
}

.service figure img {
    max-width: 90%
}

.service h3 {
    color: var(--yallow);
    font-size: 16px;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
    line-height: 1.4
}

.service h3 a {
    color: inherit;
    font-family: inherit
}

.service .breif {
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.5;
    overflow: hidden;
    max-height: 4.5rem
}

.features_section {
    padding-top: 50px;
    padding-bottom: 50px;
    background: url('../images/features_bg.svg') center no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}

.features_section .header_section {
    margin-bottom: 35px
}

.feature_section {
    margin-bottom: 40px
}

.feature_section .info {
    padding-right: 8vh
}

.feature_section .info h3 {
    color: var(--darkBlue);
    font-size: 32px;
    position: relative;
    font-family: 'Cairo-SemiBold', sans-serif;
    margin-bottom: 20px;
    line-height: 1.4
}

.feature_section .info h3:before {
    content: "";
    position: absolute;
    background: url('../images/features/icon_1.svg') center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 200px;
    height: 150px;
    margin-top: -65px;
    top: 50%;
    right: -8vh
}

.feature_section .info a {
    color: inherit;
    font-family: inherit
}

.feature_section .info h3 span {
    position: absolute;
    top: -100px;
    right: 0;
    font-size: 80px;
    opacity: .04
}

.feature_section .info p {
    font-size: 16px;
    color: var(--darkBlue);
    line-height: 1.6
}

.portfolio_section .header_section {
    margin-bottom: 35px
}

.portfolio_slider figure {
    position: relative
}

.portfolio_slider figure:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    background-color: var(--yallow);
    opacity: 0;
    -webkit-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out
}

.portfolio_slider .active+.active figure:after {
    opacity: .9
}

.portfolio_slider .owl-nav {
    position: absolute;
    bottom: 15px;
    right: 0;
    left: 0
}

.portfolio_slider .owl-prev,
.portfolio_slider .owl-next {
    position: absolute;
    left: 20%
}

.portfolio_slider .owl-prev {
    bottom: 0
}

.portfolio_slider .owl-next {
    bottom: 60px
}

.portfolio_slider .owl-nav i {
    width: 50px;
    line-height: 50px;
    text-align: center;
    background-color: var(--white);
    color: var(--yallow);
    -webkit-box-shadow: 0 10px 25px rgba(37, 15, 139, 0.1);
    box-shadow: 0 10px 25px rgba(37, 15, 139, 0.1);
    font-size: 20px;
    display: block;
    border-radius: 50%;
    margin-left: -25px;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.portfolio_slider .owl-nav i:hover {
    background-color: var(--yallow);
    color: var(--white)
}

.porducts_section {
    padding-top: 25px;
    padding-bottom: 25px
}

.porducts_section .header_section {
    margin-bottom: 35px
}

.porducts_slider {
    background-color: var(--darkBlue);
    margin-bottom: 30px
}

.porducts_slider .owl-item {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
    opacity: .3;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    position: relative
}

.porducts_slider .owl-item:before {
    content: "";
    position: absolute;
    top: 0;
    right: 5%;
    left: 5%;
    height: 0;
    background-color: var(--yallow);
    display: block;
    z-index: 1;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}

.porducts_slider .owl-item.active.center+.owl-item.active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.porducts_slider .owl-item.active.center+.owl-item.active:before {
    height: 5px
}

.porducts_slider .owl-dots {
    position: absolute;
    top: 105%;
    right: 0;
    left: 0;
    text-align: center
}

.porducts_slider .owl-dot {
    text-align: center;
    background-color: var(--darkGray2);
    width: 11px;
    height: 11px;
    border-radius: 6px;
    display: inline-block;
    margin: 0 3px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.porducts_slider .owl-dot.active {
    background-color: var(--yallow);
    width: 20px
}

.clients_section {
    padding-top: 25px
}

.clients_slider {
    padding-top: 50px
}

.clients_slider figure {
    height: 150px;
    display: table;
    width: 100%;
    border: 1px solid #dcdcdc;
    border-radius: 15px;
    margin-bottom: 50px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.clients_slider figure:hover {
    background-color: #f7f7f7;
    border-color: #f7f7f7;
    -webkit-box-shadow: 0 30px 20px rgba(0, 0, 0, 0.08);
    box-shadow: 0 30px 20px rgba(0, 0, 0, 0.08)
}

.clients_slider figure a {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle
}

.clients_slider figure img {
    max-width: 90%;
    width: auto !important;
    height: auto;
    display: block;
    margin: auto
}

.contact_section {
    background-color: var(--gray);
    padding-top: 25px;
    padding-bottom: 25px
}

.contact_section .header_section {
    margin-bottom: 35px
}

.contact_info .text {
    color: #757575;
    font-size: 16px
}

.contact_info .phone {
    color: #232323;
    font-size: 16px
}

.contact_info .phone img {
    margin-left: 5px;
    position: relative;
    top: -2px;
    width: 29px;
}

.contact_info .phone span {
    direction: ltr;
    display: inline-block
}

.contact_info address {
    color: #ccc;
    line-height: 1.6
}

.contact_form {
    background-color: #fff;
    padding: 30px 50px;
    border-radius: 20px;
    -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.07);
    height: 100%;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.contact_form h3 {
    margin-top: 0;
    font-size: 30px;
    color: #000;
    margin-bottom: 45px
}

.contact_form label {
    font-weight: normal;
    color: rgba(39, 39, 39, 0.5);
    margin-bottom: 7px
}

.contact_form .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .2)
}

.contact_form textarea.form-control {
    resize: none
}

.contact_form .btns_controls {
    margin-top: 25px
}

.contact_form .btn {
    background-color: transparent;
    color: var(--darkBlue);
    font-size: 22px;
    font-family: 'Cairo-SemiBold', sans-serif;
    height: 40px;
    border-radius: 25px;
    padding-top: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

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

.contact_form .btn i {
    color: var(--yallow);
    font-size: 20px;
    margin: 0 3px;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.contact_form .btn:hover i {
    color: #fff
}

.f_social {
    margin-top: 30px;
    margin-bottom: 20px
}

.f_social i {
    color: var(--darkBlue);
    border: 1px solid currentcolor;
    background-color: var(--white);
    border-radius: 50%;
    font-size: 20px;
    width: 40px;
    line-height: 38px;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.f_social i:hover {
    color: var(--white);
    background-color: var(--yallow);
    border-color: var(--yallow);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .16);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .16)
}

.main_footer .container {
    position: relative
}

.main_footer {
    background-color: var(--darkBlue);
    color: #fff;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.5
}

.main_footer p {
    margin: 0
}

#go_top {
    position: absolute;
    right: 0;
    top: -40px
}

#go_top i {
    cursor: pointer;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    background-color: var(--white);
    color: var(--yallow);
    text-align: center;
    -webkit-box-shadow: 0 10px 25px rgba(37, 15, 135, 0.1);
    box-shadow: 0 10px 25px rgba(37, 15, 135, 0.1);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#go_top i:hover {
    background-color: var(--yallow);
    color: var(--white)
}

.pre-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-animation: spin 10s linear infinite;
    animation: spin 10s linear infinite
}

.pre-loader__wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 9999
}

.pre-loader__dot {
    content: "";
    height: 15px;
    width: 15px;
    border-radius: 2px;
    position: absolute;
    opacity: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    background-color: var(--yallow)
}

.pre-loader__dot:nth-child(1) {
    top: 40px;
    left: -10px;
    -webkit-animation: osc 2s ease-in-out 0 infinite;
    animation: osc 2s ease-in-out 0 infinite
}

.pre-loader__dot:nth-child(2) {
    top: 30.4508px;
    left: 19.3893px;
    -webkit-animation: osc 2s ease-in-out .2s infinite;
    animation: osc 2s ease-in-out .2s infinite
}

.pre-loader__dot:nth-child(3) {
    top: 5.45085px;
    left: 37.5528px;
    -webkit-animation: osc 2s ease-in-out .4s infinite;
    animation: osc 2s ease-in-out .4s infinite
}

.pre-loader__dot:nth-child(4) {
    top: -25.4508px;
    left: 37.5528px;
    -webkit-animation: osc 2s ease-in-out .6s infinite;
    animation: osc 2s ease-in-out .6s infinite
}

.pre-loader__dot:nth-child(5) {
    top: -50.4508px;
    left: 19.3893px;
    -webkit-animation: osc 2s ease-in-out .8s infinite;
    animation: osc 2s ease-in-out .8s infinite
}

.pre-loader__dot:nth-child(6) {
    top: -60px;
    left: -10px;
    -webkit-animation: osc 2s ease-in-out 1s infinite;
    animation: osc 2s ease-in-out 1s infinite
}

.pre-loader__dot:nth-child(7) {
    top: -50.4508px;
    left: -39.3893px;
    -webkit-animation: osc 2s ease-in-out 1.2s infinite;
    animation: osc 2s ease-in-out 1.2s infinite
}

.pre-loader__dot:nth-child(8) {
    top: -25.4508px;
    left: -57.5528px;
    -webkit-animation: osc 2s ease-in-out 1.4s infinite;
    animation: osc 2s ease-in-out 1.4s infinite
}

.pre-loader__dot:nth-child(9) {
    top: 5.45085px;
    left: -57.5528px;
    -webkit-animation: osc 2s ease-in-out 1.6s infinite;
    animation: osc 2s ease-in-out 1.6s infinite
}

.pre-loader__dot:nth-child(10) {
    top: 30.4508px;
    left: -39.3893px;
    -webkit-animation: osc 2s ease-in-out 1.8s infinite;
    animation: osc 2s ease-in-out 1.8s infinite
}

.pre-loader__remove .pre-loader__wrapper {
    display: none
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }

    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }

    to {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@-webkit-keyframes osc {
    0 {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0
    }

    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0
    }
}

@keyframes osc {
    0 {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0
    }

    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0
    }
}