@font-face {
    font-family: 'Bahij TheSansArabic Plain';
    src: url('../fonts/BahijTheSansArabic-Plain.eot');
    src: url('../fonts/BahijTheSansArabic-Plain.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BahijTheSansArabic-Plain.woff2') format('woff2'),
        url('../fonts/BahijTheSansArabic-Plain.woff') format('woff'),
        url('../fonts/BahijTheSansArabic-Plain.ttf') format('truetype'),
        url('../fonts/BahijTheSansArabic-Plain.svg#BahijTheSansArabic-Plain') format('svg');
    font-weight: 500;
    font-style: normal;
}

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

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

body{
    font-family: 'Bahij TheSansArabic Plain';
    font-weight: 500;
    font-style: normal;
}

/***
Custom Scrollbars
***/
::-webkit-scrollbar {  
    width: 12px;  
}  
::-webkit-scrollbar-track {  
    background-color: #eaeaea;  
    border-right: 1px solid #cecece;  
}  
::-webkit-scrollbar-thumb {  
    background-color: #cecece;  
}  
::-webkit-scrollbar-thumb:hover {  
    background-color: #aaa;  
}  
::-webkit-scrollbar-track {
    border-radius: 0;
    box-shadow: none;
    border: 0; 
}
::-webkit-scrollbar-thumb {
    border-radius: 0;
    box-shadow: none;
    border: 0; 
}

a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none !important;
}
.btn-default{
    background: #00456a;
    color: #fff !important;
    padding: 5px 20px;
}
.btn-default:hover,
.btn-default:focus{
    background: #353535;
}

.navbar{
    background: #122231;
    padding: 17px 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    opacity: 0.97;
}

.navbar .navbar-nav .nav-link{
    color: #fff;
    font-size: 20px;
    padding: 10px 15px !important;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link:focus,
.navbar .navbar-nav .active .nav-link{
    color: #fff;
}

.navbar .navbar-nav .nav-item:hover{
    border: 1px solid #fff;
}
.header-social{
    margin-top: 15px;
}
.header-social>li>a{

}
.header-social>li>a:hover{
    opacity: 0.8;
}
/*.header-social>li>a{
    display: block;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    text-align: center;
    line-height: 58px;
    color: #fff;
    font-size: 25px;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}
.header-social>li.snapchat>a{
    background: #fffc00;
    color: #000;
}
.header-social>li.instagram>a{
    background: #e1306c;
}
.header-social>li.twitter>a{
    background: #1da1f2;
}
.header-social>li.facebook>a{
    background: #3b5998;
}
.header-social>li.youtube>a{
    background: #ff0000;
}
.header-social>li.envelope>a{
    background: #410093;
}
.header-social>li>a:hover{
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}*/

.hero {
    /*background-color: #031e3b;*/
    background-color: #1f6c95;
    background-image: url(../images/hero.jpg);
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 220px;
    padding-bottom: 100px;
    position: relative;
}
.hero-caption{
    background: #122231;
    padding: 45px 15px;
    border-radius: 5px;
    opacity: 0.97;
}
.hero-caption h1{
    font-size: 41px;
    font-family: 'Andalus'; font-weight: normal; font-style: normal;
    line-height: 74px;
}
.hero-caption h1 span{
    font-size: 67px;
    text-shadow: 0px 3px 7px rgba(39, 39, 39, 1);
}

.block-title-box h3{
    margin: 0;
    font-size: 30px;
    color: #555454;
    font-weight: bold;
}

.block-title-box p{
    color: #555454;
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 50px;
}
.block-title-box .btn{
    padding-right: 60px;
    padding-left: 60px;
}
.content-block{
    position: relative;
    background-image: url(../images/content-block.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 100px 0;
}

.service .service-icon {
    display: inline-block;
    width: 230px;
    height: 230px;
    line-height: 230px;
    font-size: 60px;
    background: #fcfcfc;
    color: #1f6c95;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 3px 0px 7px 0px rgba(219, 219, 219, 0.45);
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}
.service-icon img{
    width: 230px;
    height: 230px;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}
.service h2{
    font-size: 20px;
    margin: 13px 0 0;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.service h2 a{
    color: #555454;
}
.service:hover h2 a{
    color: #1f6c95;
}
.service:hover .service-icon{
    background: #e1f0fa;
}
.service:hover .service-icon img {
    /*-webkit-animation: moveFromBottom 300ms ease;
    -moz-animation: moveFromBottom 300ms ease;
    -ms-animation: moveFromBottom 300ms ease;*/
    -webkit-animation: moveFromTop 400ms ease;
    -moz-animation: moveFromTop 400ms ease;
    -ms-animation: moveFromTop 400ms ease;
    text-shadow: 0px 0px 13px #fff;
}
.service:hover h2 {
    color: #ff2020;
    -webkit-animation: smallToBig 300ms ease;
    -moz-animation: smallToBig 300ms ease;
    -ms-animation: smallToBig 300ms ease;
}
@-webkit-keyframes smallToBig{
    from {
        -webkit-transform: scale(0.1);
    }
    to {
        -webkit-transform: scale(1);
    }
}
@-moz-keyframes smallToBig{
    from {
        -moz-transform: scale(0.1);
    }
    to {
        -moz-transform: scale(1);
    }
}
@-ms-keyframes smallToBig{
    from {
        -ms-transform: scale(0.1);
    }
    to {
        -ms-transform: scale(1);
    }
}

@-webkit-keyframes moveFromBottom {
    from {
        -webkit-transform: translateY(100%);
    }
    to {
        -webkit-transform: translateY(0%);
    }
}
@-moz-keyframes moveFromBottom {
    from {
        -moz-transform: translateY(100%);
    }
    to {
        -moz-transform: translateY(0%);
    }
}
@-ms-keyframes moveFromBottom {
    from {
        -ms-transform: translateY(100%);
    }
    to {
        -ms-transform: translateY(0%);
    }
}

@-webkit-keyframes moveFromTop {
    from {
        -webkit-transform: translateY(-300%);
    }
    to {
        -webkit-transform: translateY(0%);
    }
}
@-moz-keyframes moveFromTop {
    from {
        -moz-transform: translateY(-300%);
    }
    to {
        -moz-transform: translateY(0%);
    }
}
@-ms-keyframes moveFromTop {
    from {
        -ms-transform: translateY(-300%);
    }
    to {
        -ms-transform: translateY(0%);
    }
}

.sections{
    padding: 100px 0 70px;
    background: #fbfbfb url(../images/ballon.png) no-repeat top left;
}
.section {
    position: relative;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    max-height: 308px;
    border-radius: 12px;
    margin-bottom: 30px;
}
.section img{
    min-height: 100%;
    width: 100%;
    display: block;
    height: 338px;
}
.section img, .section h2 {
    -webkit-transform: translate3d(0,-30px,0);
    transform: translate3d(0,-30px,0);
}
.section img,
.section figcaption::before,
.section figcaption::after,
.section p{
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.section figcaption, .section figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.section figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}
.section figcaption {
    padding: 2em;
    color: #0c1b29;
    text-transform: uppercase;
    font-size: 2.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.section figcaption::before, 
.section figcaption::after {
    position: absolute;
    content: '';
    opacity: 0;
}
.section figcaption::before {
    top: 50px;
    right: 30px;
    bottom: 50px;
    left: 30px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
.section figcaption::after {
    top: 30px;
    right: 50px;
    bottom: 30px;
    left: 50px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.section h2 {
    padding-top: 80px;
    font-size: 45px;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}
.section h2 i{
    font-size: 25px;
}
.section p {
    font-size: 14px;
    text-transform: none;
    opacity: 0;
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
}
.section:hover figcaption::before, .section:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.section:hover figcaption::after, 
.section:hover h2, 
.section:hover p, 
.section:hover img {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
.section:hover h2, 
.section:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.section:hover img {
    opacity: 0.35;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

footer{
    background: #2b2a2a; 
}
.footer-top{
    padding: 80px 0;
}
.widget-title{
    font-family: 'Bahij TheSansArabic';
    font-size: 18px;
    color: #fff;
    margin: 0 0 25px;
}
.footer-social{

}
.footer-social>li>a{
    display: block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    text-align: center;
    line-height: 31px;
    background: #545454;
    color: #fff;
    font-size: 13px;
}
.footer-social>li>a:hover{
    background: #a1d9de;
}

.about-widget p{
    color: #fefeff;
    font-size: 13px;
    margin: 0 0 25px;
    line-height: 24px;
}
.footer-links>li{
    margin-bottom: 12px;
}
.footer-links>li>a{
    color: #fff;
    font-size: 14px;
}
.newsletter>p{
    color: #fff;
    font-size: 13px;
}
.newsletter .form-control{
    border-radius: 0;
    background: transparent;
    border: 1px solid #a1d9de;
    font-size: 13px;
    color: #fff;
}
.newsletter .btn{
    border-radius: 0;
    background: #a1d9de;
}
.footer-bottom{
    padding: 15px 0;
    border-top: 1px solid rgba(255,255,255,0.1);
}
.footer-bottom p{
    color: #fff;
    font-size: 13px;
    margin-top: 7px;
}
.footer-bottom p a{
    color: #a1d9de;
}
.page-header{
    background-color: #00456a;
    background-image: url(../images/page-header.jpg);
    background-size: cover;
    background-position: center center;
    padding: 170px 0 50px;
}
.page-title{
    color: #fff;
    font-size: 34px;
    font-weight: bold;
}
.page-title::after{
    display: block;
    content: "";
    width: 68px;
    height: 3px;
    background: #7ec3e9;
    margin-top: 10px;
}

.contact-info{
    padding: 100px 0;
    background-color: #00456a;
    background-image: url(../images/contacts.jpg);
    background-size: cover;
    background-position: center center;
}
.contact-info-item{
    margin-bottom: 40px;
}
.contact-info-item i{
    display: inline-block;
    width: 53px;
    height: 53px;
    background: #fff;
    color: #00456a;
    font-size: 25px;
    text-align: center;
    line-height: 53px;
    border-radius: 50%;
    box-shadow: 2px 0px 10px 0px rgba(117, 117, 117, 0.31);
}
.contact-info-item h2{
    display: inline-block;
    color: #fff;
    font-size: 25px;
    margin-right: 15px;
}

.page-form .form-control,
.page-form .custom-file-label{
    height: 51px;
    border: 1px solid #d7d7d7;
    box-shadow: 3px 0px 7px 0px rgba(244, 244, 244, 1);
    border-radius: 5px;
    color: #353535;
    transition: all 0.2s ease-in-out;
}
.page-form .custom-file{
    margin-bottom: 12px;
}
.page-form .custom-file-label{
    line-height: 38px;
}
.page-form .custom-file-label::after {
    background-color: #37487f;
    color: #fff;
    border: none;
    border-radius: 5px;
    height: 50px;
    padding: 10px 20px;
    font-size: 20px;
}
.custom-file-input:lang(en)~.custom-file-label::after{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0c1";
}
.page-form textarea.form-control{
    height: 140px;
    margin-top: 10px;
}
.page-form .form-control:focus{
    border-left: 5px solid #37487f;
}
.pp_expand, .pp_close, .pp_next, 
.pp_previous, .pp_play, 
.pp_arrow_previous, .pp_arrow_next, 
.pp_pause, .pp_play, .pp_contract{
    font-size: 0;
}

.news-box{
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0px 0px 40px 10px rgba(124, 121, 121, 0.06);
}
.news-box .news-thumb{

}
.news-box .news-box-content{
    padding: 20px;
}
.news-box .news-box-content h4{
    font-family: 'Bahij TheSansArabic';
    font-size: 18px;
    margin: 0 0 10px;
    line-height: 30px;
}
.news-box .news-box-content h4::before{
    content: "";
    display: inline-block;
    width: 4px;
    height: 19px;
    background: #00456a;
    margin-left: 5px;
    border-radius: 10px;
}
.news-box .news-box-content h4 a{
    color: #555454;
}
.news-box .news-box-content p{
    color: #555;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 10px;
}
.news-box .news-box-content span{
    color: #555454;
    font-size: 14px;
    display: block;
    margin-bottom: 20px;
}
.news-box .news-box-content>a{
    color: #00456a;
    font-size: 15px;
    font-family: 'Bahij TheSansArabic';
}
.news-box .news-box-content>a i{
    font-size: 10px;
    margin-right: 3px;
}

.single-news .single-news-img{
    display: block;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.single-news .single-news-img img{

}
.single-news .single-news-img span{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: #353535;
    padding: 10px 25px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
.single-news .single-news-content{

}
.single-news .single-news-content h3{
    font-size: 25px;
    font-weight: bold;
    margin: 20px 0 10px;
}
.single-news .single-news-content h3 a{
    color: #1e1818;
}
.article .article-content h3 a:hover{
    color: #287e8d;
}
.single-news .single-news-content p{
    font-size: 16px;
    color: #222;
    line-height: 30px;
}
.nav-tabs{
    border-bottom: 4px solid #1f6c96;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 0;
}
.nav-tabs .nav-link{
    border: none;
    border-radius: 0;
    background: #fff;
    color: #1f6c96;
    font-size: 22px;
    font-family: 'Bahij TheSansArabic';
    padding: 18px 15px;
}
.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #1f6c96;
}
.tab-content .table{
    background: #fbfbfb;
    font-size: 20px;
    color: #555454;
    font-family: 'Bahij TheSansArabic';
}
.tab-content .table thead th{
    color: #1f6c96;
}
.tab-content .table td{
    padding-top: 15px;
    padding-bottom: 15px;
}
.tab-content .table a{
    color: #1f6c96;
}
.tab-content .table a i{

}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #ffffff;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;
}

.pace .pace-progress-inner {
    display: block;
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #ffffff, 0 0 5px #ffffff;
    opacity: 1.0;
    -webkit-transform: rotate(3deg) translate(0px, -4px);
    -moz-transform: rotate(3deg) translate(0px, -4px);
    -ms-transform: rotate(3deg) translate(0px, -4px);
    -o-transform: rotate(3deg) translate(0px, -4px);
    transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
    display: block;
    position: fixed;
    z-index: 2000;
    top: 15px;
    right: 15px;
    width: 14px;
    height: 14px;
    border: solid 2px transparent;
    border-top-color: #ffffff;
    border-left-color: #ffffff;
    border-radius: 10px;
    -webkit-animation: pace-spinner 400ms linear infinite;
    -moz-animation: pace-spinner 400ms linear infinite;
    -ms-animation: pace-spinner 400ms linear infinite;
    -o-animation: pace-spinner 400ms linear infinite;
    animation: pace-spinner 400ms linear infinite;
}

@-webkit-keyframes pace-spinner {
    0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes pace-spinner {
    0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes pace-spinner {
    0% { -o-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes pace-spinner {
    0% { -ms-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes pace-spinner {
    0% { transform: rotate(0deg); transform: rotate(0deg); }
    100% { transform: rotate(360deg); transform: rotate(360deg); }
}


@media (max-width: 576px){
    .navbar{
        padding: 5px 15px;
    }
    .header-social>li>a{
        margin: 2px 0;
    }
    .service{
        margin-bottom: 30px;
    }
}

.pagination_nav{
    display: table;
    margin: 0 auto;
}
.pagination li{
    border: 1px solid #132333;
    padding: 5px 10px;
    margin: 5px;
    color: #122231;
}
.pagination li a{
    color: #122231;
}
.pagination li.active{
    background: #122231;
    color: #fff;
    border-color: #122231;
}

html{
    min-width: 970px;
}
.container {
  width: 970px;
  max-width: none !important;
}
.navbar-collapse {
  display: contents !important;
  height: auto !important;
  padding-bottom: 0;
  overflow: visible !important;
}
.navbar-toggler {
  display: none;
}
.play_icon:hover, .play_icon:active{
    background:#fff;
    color:#1f6c96;
    border-color:#1f6c96;
}
.modal-dialog{
    width:500px;
}