/*--------------------------------------
*********** START RESET ***********
--------------------------------------*/

* {
    border: 0;
    margin: 0;
    padding: 0;
    outline: none !important;
}

@font-face {
    font-family: 'JF-Flat';
    src: url('../fonts/JF-Flat-regular.eot');
    src: url('../fonts/JF-Flat-regular.woff') format('woff'), url('../fonts/JF-Flat-regular.ttf') format('truetype'), url('../fonts/JF-Flat-regular.svg#JF-Flat-regular') format('svg');
}

@font-face {
    font-family: 'AL-Gemah-Alhoda';
    src: url('../fonts/AL-Gemah-Alhoda.eot');
    src: url('../fonts/AL-Gemah-Alhoda.woff') format('woff'), url('../fonts/AL-Gemah-Alhoda.ttf') format('truetype'), url('../fonts/AL-Gemah-Alhoda.svg#JF-Flat-regular') format('svg');
}

body {
    position: relative;
    min-width: 320px;
    overflow-x: auto;
    background: #fff;
    color: #fff;
    line-height: 1.6em;
    font-family: JF-Flat;
}

a,
.navbar-nav>li>a {
    color: #ffffff;
}

a:hover,
a:focus {
    color: #cb9a33 !important;
}

a,
a:hover,
a:focus,
button,
label {
    text-decoration: none;
    cursor: pointer;
}

::selection {
    background: #1b4288;
    color: #fff;
}

::-moz-selection {
    background: #1b4288;
    color: #fff;
}

label {
    font-weight: 100;
}

::-webkit-input-placeholder {
    color: #888;
    opacity: 1;
}

::-moz-placeholder {
    color: #888;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #888;
    opacity: 1;
}

:-moz-placeholder {
    color: #888;
    opacity: 1;
}

input:focus::-webkit-input-placeholder {
    color: #1b4288;
    opacity: 1;
}

input:focus::-moz-placeholder {
    color: #1b4288;
    opacity: 1;
}

input:focus:-ms-input-placeholder {
    color: #1b4288;
    opacity: 1;
}

input:focus:-moz-placeholder {
    color: #1b4288;
    opacity: 1;
}

.img-responsive {
    display: inherit;
}


/*::-webkit-scrollbar{*/


/*width: 10px;*/


/*background-color: #fff;*/


/*}*/


/*::-webkit-scrollbar-thumb{*/


/*background-color: #1b4288 ;*/


/*}*/

input:not([type='submit']).form-control,
select.form-control,
textarea {
    padding: 6px 10px;
    display: block;
    width: 100%;
    height: 45px;
    background: #fff;
    color: #3f3e3e;
    font-weight: 100;
    margin-bottom: 15px;
    border-radius: 0;
    border: 1px solid #eaeaea;
}

input:not([type='submit']):focus,
select:focus,
textarea:focus {
    border-color: #1b4288;
}

select,
select.form-control {
    background: #fff url("../images/caret.png") no-repeat;
    border: 1px solid #ddd;
    border-radius: 2px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
}

option {
    padding: 0 10px;
    border: 0;
}

textarea {
    height: 120px;
    resize: none;
}

input[type="checkbox"],
input[type="radio"] {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
}

button {
    background: transparent;
}

ul,
ol,
.select-group .list-group {
    list-style-position: inside;
    margin-bottom: 0;
}

a,
input,
select,
textarea,
button,
.btn:before,
nav.navbar,
.panel,
.icon-box,
.panel h3,
.services .box h3,
.services .box .number-count:after,
.checkbox-icon,
.checkbox-icon .fa,
.btn.change-content span,
.list-group-item,
.badge,
img,
.cart .dropdown-menu,
.credit-hover {
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

p.clearfix {
    margin-bottom: 0;
}

.no-padding {
    padding: 0 !important;
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: #ddd;
}


/*--------------------------------------
*********** box ***********
--------------------------------------*/

.relative {
    position: relative;
}

.margin-0 {
    margin: 0;
}

.large-padding {
    padding: 35px 0;
}

.small-padding {
    padding: 10px 0;
}


/*--------------------------------------
***********background ***********
--------------------------------------*/

.bg-transparent {
    background-color: transparent;
    box-shadow: none;
}

.bg-navy-opacity {
    background-color: rgba(14, 29, 64, 0.70);
}

.bg-brown {
    background-color: #cb9a33;
}

.bg-gray {
    background-color: #e7e6e6;
}

.bg-navy {
    background-color: #081833;
}

.bg-transparent .row .lang {
    float: left;
}


/*--------------------------------------
***********btn***********
--------------------------------------*/

.btn {
    border-radius: 2px;
}

.btn-brown {
    color: #fff;
    background-color: #cb9a33;
}


/*--------------------------------------
*********** color text***********
--------------------------------------*/

.text-brown-lighten {
    color: #cb9a33;
}

.text-navy {
    color: #18284e;
}

.text-navy-darken {
    color: #031847;
}

.text-white {
    color: #fff;
}


/*--------------------------------------
*********** home ***********
--------------------------------------*/

.main-bg {
    background-image: url("../images/main-bg.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.main-sec {
    min-height: 460px;
}

.main-sec .panel-body {
    padding-top: 100px;
}

.panel .panel-body .main-title {
    font-size: 28px;
    width: 70%;
    margin: 0 auto;
    line-height: 50px;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    padding: 25px 30px;
}

.indicators {
    position: fixed;
    right: 30px;
    top: 50%;
    z-index: 1;
}

.indicators>li>a {
    background-color: #18284e;
    width: 20px;
    height: 20px;
    display: block;
    margin: 6px 0;
    border-radius: 50%;
}

.indicators>li>a:hover {
    background-color: #cb9a33;
}

.down {
    width: 50px;
    height: 50px;
    text-align: center;
    margin: 0 auto;
    border-radius: 50%;
    line-height: 55px;
    top: 140px;
}


/*--------------------------------------
*********** nav ***********
--------------------------------------*/

.navbar {
    z-index: 15;
}

.nav>li {
    display: inline-block;
}

.nav>li>a:focus,
.nav>li>a:hover {
    background-color: transparent;
}

.navbar-nav>.active>a,
.navbar-nav>.active>a:hover,
.navbar-nav>.active>a:focus {
    color: #cb9a33;
    background-color: transparent;
    border-bottom: 1px solid #cb9a33;
}

.navbar-toggle {
    margin-top: 25px;
}

.navbar-toggle .icon-bar {
    width: 22px;
    transition: all 0.2s;
    background-color: #cb9a33;
}

.navbar-toggle .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-toggle .middle-bar {
    opacity: 0;
}

.navbar-toggle .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}

.navbar-toggle.collapsed .top-bar {
    transform: rotate(0);
}

.navbar-toggle.collapsed .middle-bar {
    opacity: 1;
}

.navbar-toggle.collapsed .bottom-bar {
    transform: rotate(0);
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #2f8e7c;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: transparent;
}

.navbar-inverse .navbar-toggle {
    border-color: transparent;
}

.main-nav .navbar-brand {
    height: auto !important;
    float: right;
    padding: 0px 15px;
    width: 25% !important;
}

.main-nav .navbar-toggle {
    float: left;
    margin-left: 15px;
}

.modal {
    color: #272727;
}

.modal input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.form-check-inline .checkbox-icon {
    width: 16px;
    height: 16px;
    line-height: 12px;
    display: inline-block;
    border: 1px solid #ccc;
    background: #fff;
    text-align: center;
    border-radius: 2px;
}

.form-check-inline .checkbox-icon span {
    vertical-align: middle
}

.form-check-inline .checkbox-icon .fa {
    opacity: 0;
    font-size: 13px;
}

.form-check-inline input[type="checkbox"]:checked + .checkbox-icon .fa {
    opacity: 1;
    color: #cb9a33;
}

.form-check-inline input[type="checkbox"]:checked + .checkbox-icon {
    border-color: #cb9a33;
}


/*--------------------------------------
*********** how are***********
--------------------------------------*/

.title {
    margin-bottom: 50px;
    padding: 15px 25px;
    border-bottom: 3px solid #031847;
    display: inline-block;
}

.title,
.item h3 {
    font-family: 'AL-Gemah-Alhoda';
}

.bg-navy-opacity .title {
    border-bottom: 3px solid #fff;
}

.title:before {
    position: absolute;
    content: '';
    border: 1px solid #cb9a33;
    bottom: -25px;
    right: 0;
    height: 3px;
    width: 50%;
    background-color: #cb9a33;
}

.who-are p {
    line-height: 2.5;
}

.owners p {
    line-height: 3;
    font-size: 17px;
}

.img-owner img {
    margin: 0 auto;
}

.services p,
.footer-items h3 {
    line-height: 1.7;
    font-size: 15px;
}

.services {
    background-image: url("../images/services.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


/*--------------------------------------
*********** carosuel ***********
--------------------------------------*/

.owl-carousel {
    direction: ltr;
}

#owl-demo .item {
    background: transparent;
    padding-top: 30px;
    margin: 10px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    min-height: 310px;
    border: 1px solid #26519e;
}

.icon-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #081945;
    margin: 0 auto;
    line-height: 80px;
}

.owl-prev {
    position: absolute;
    left: -20px;
    top: 50%;
    margin-top: -20px;
}

.owl-next {
    position: absolute;
    right: -20px;
    top: 50%;
    margin-top: -20px;
}

.owl-theme .owl-controls .owl-buttons div {
    font-size: 0;
    opacity: 1;
    background-color: transparent;
    margin: 0;
    padding: 0;
}

.owl-theme .owl-controls .owl-buttons .owl-next:before {
    content: "\f054";
    font-family: FontAwesome;
    font-size: 30px;
    color: #fff;
}

.owl-theme .owl-controls .owl-buttons .owl-prev:before {
    content: "\f053";
    font-family: FontAwesome;
    font-size: 30px;
    color: #fff;
}

.owl-carousel .owl-wrapper-outer {
    padding: 5px;
    background-color: transparent;
}

.footer {
    background-image: url("../images/footer.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.footer-icon {
    width: 80px;
    height: 80px;
    background-color: #081945;
    border-radius: 50%;
    margin: 0 auto;
    line-height: 80px;
}

.footer-icon i {
    line-height: inherit;
}

.footer-items h3 {
    padding: 0 20px;
}

.social {
    float: none !important;
}

.social a {
    display: block;
    width: 30px;
    height: 30px;
    background-color: #18284e;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
}

.rights {
    float: left;
}


/*--------------------------------------
*********** MEDIA ***********
--------------------------------------*/

@media (max-width: 767px) {
    .header .text-left,
    .header .text-right {
        text-align: center;
    }
    .nav > li {
        display: block;
        text-align: center;
    }
    .container-fluid>.navbar-collapse {
        overflow-x: hidden;
        background-color: #18284e;
        margin-top: 5px;
    }
    .main-bg .main-title {
        font-size: 30px;
    }
    .main-nav .navbar-brand {
        width: 35%;
    }
}

@media (min-width: 768px) {
    .main-nav .navbar-nav>li {
        float: none;
    }
    .main-nav .navbar-nav {
        float: none;
        margin: 0 auto;
        text-align: center;
        margin-top: 125px;
    }
}

.qtranxs_language_chooser {
    font-size: 13px;
    transition: all .5s ease-in-out;
    float: left;
    margin-top: 1px;
    margin-right: 7px;
}

#qtranslate-chooser li {
    display: block;
}

#qtranslate-chooser li span {
    transition: all .5s ease;
    color: #fff;
    font-size: 13px;
}

#qtranslate-chooser .active {
    display: none !important;
}

#qtranslate-chooser li span:hover {
    color: #cb9a33;
    text-decoration: none;
}

.art .conn {
    margin-top: 50px;
}

.art .conn h2 {
    color: #18284e;
    font-size: 25px;
    font-family: JF-Flat;
    border-bottom: 1px solid #ddd;
    padding: 10px 0px;
    display: table;
    margin-bottom: 40px;
}

.art .conn .aa {
    background: #F5F5F5;
    border: none;
    width: 100%;
    height: 45px;
    margin-bottom: 20px;
    padding-right: 20px;
    border-radius: 10px;
    font-size: 13px;
    font-family: JF-Flat;
    outline: none;
}

.art .conn .aat {
    background: #F5F5F5;
    border: none;
    width: 100%;
    margin-bottom: 20px;
    padding-right: 20px;
    border-radius: 10px;
    font-size: 15px;
    font-family: JF-Flat;
    height: 170px;
    padding: 20px 20px;
    outline: none;
}

.art .conn .sub11 {
    background: #18284e;
    border: none;
    box-shadow: none;
    color: #fff;
    width: 100px;
    height: 40px;
    font-size: 15px;
    font-family: JF-Flat;
    border-radius: 15px;
    margin: 0 auto;
    display: block;
}

.art .conn .map iframe {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 25px;
    border-radius: 10px;
}

.partners-page {
    padding-top: 50px;
    padding-bottom: 50px;
}

.partners-page .mid {
    height: 300px;
    transition: all .5s ease;
    padding-top: 50px;
}

.partners-page .mid:hover {
    box-shadow: 10px 10px 10px 0 #ddd;
}

.partners-page .mid h2 {
    font-size: 15px;
    font-family: JF-Flat;
    color: #18284e;
    text-align: center;
}

.partners-page .mid img {
    width: 200px;
    min-height: 180px;
    margin: 0 auto;
}

.service-page {
    padding-top: 50px;
    padding-bottom: 50px;
}

.service-page h2 {
    color: #18284e;
    font-size: 25px;
    font-family: JF-Flat;
    border-bottom: 1px solid #ddd;
    padding: 10px 15px;
    display: table;
    margin: 0 auto;
}

.service-page p {
    font-size: 15px;
    font-family: JF-Flat;
    color: #18284e;
    text-align: center;
    margin-top: 30px;
}

.service-page .mid {
    transition: all .5s ease;
    padding-top: 50px;
    /*height: 400px;*/
    margin-top: 20px;
}

.service-page .mid h3 {
    font-size: 15px;
    font-family: JF-Flat;
    color: #18284e;
    text-align: center;
}

.service-page .mid p {
    font-size: 13px;
    font-family: JF-Flat;
    color: #18284e;
    text-align: center;
}

.service-page .mid a {
    background-color: #18284e;
    display: table;
    margin: 6px 0;
    padding: 10px;
    border-radius: 8px;
    float: left;
}
.service-page .mid > a:first-child{
    padding:0;
}
.service-page .mid img {
    width: 100%;
    min-height: 180px;
    margin: 0 auto;
}

.news-page {
    padding-top: 50px;
    padding-bottom: 50px;
}

.news-page h2 {
    color: #18284e;
    font-size: 25px;
    font-family: JF-Flat;
    border-bottom: 1px solid #ddd;
    padding: 10px 15px;
    display: table;
    margin: 0 auto;
}

.news-page .mid {
    transition: all .5s ease;
    padding-top: 50px;
    margin-top: 20px;
}

.news-page .mid h3 {
    font-size: 18px;
    font-family: JF-Flat;
    color: #18284e;
    text-align: center;
    font-weight: bold;
}

.news-page .mid p {
    font-size: 14px;
    font-family: JF-Flat;
    color: #18284e;
    text-align: center;
}

.news-page .mid a {
    background-color: #18284e;
    display: table;
    padding: 10px 20px;
    border-radius: 8px;
    margin: 0 auto;
}

.news-page .mid img {
    width: 100%;
    min-height: 180px;
    margin: 0 auto;
}

.whous-page {
    margin-top: 50px;
}

.whous-page h2 {
    font-size: 25px;
    font-family: JF-Flat;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 25px;
    display: block;
    text-align: right;
    color: #18284e;
}

.whous-page p {
    color: #363636;
    font-size: 15px;
    font-family: JF-Flat;
    line-height: 30px;
    text-align: justify;
}

.whous-page h5 {
    font-size: 18px;
    font-family: JF-Flat;
    margin-bottom: 20px;
    color: #18284e;
}

.whous-page ul {
    display: table;
    margin: 15px 0;
    padding: 10px 20px;
}

.whous-page ul li {
    width: 100%;
    display: table;
    margin-bottom: 12px;
    position: relative;
    padding-right: 35px;
    font-size: 14px;
    font-family: JF-Flat;
    color: #000;
}

.whous-page ul li:before {
    color: #2098d1;
    content: "\f00c";
    width: 24px;
    height: 24px;
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    top: 4px;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    border: 1px solid;
}

.whous-page img {
    box-shadow: 4px 0px 10px #ddd;
    transition: all .5s ease;
    margin-top: 50px;
    border-radius: 10px;
    margin-bottom: 20px;
    width: 100%;
    /*min-height: 500px;*/
}

.whous-page img:hover {
    /*filter: grayscale(100%);*/
}

.single {
    padding-top: 70px;
    padding-bottom: 15px;
}

.single h2 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 25px;
    display: block;
    text-align: right;
    color: #18284e;
}

.single p {
    color: #000;
    font-size: 16px;
    text-align: right;
    margin-bottom: 20px;
}
 .single ul{
     list-style:disc;
     color:#000;
 }
  .single ul li {
      color:#000;
  }
.single img {
    border: 2px solid #ccc;
    padding: 10px 10px;
    margin-top: 65px;
    max-height: 426px;
    width: 100%;
    box-shadow: 5px 0px 10px 0 #ddd;
}

.wp-pagenavi {
    display: block;
    color: #000;
    padding-top: 40px;
}

.wp-pagenavi a,
.wp-pagenavi span {
    border: 1px solid #000;
    color: #000;
}

.works-page .data {
    position: relative;
    cursor: pointer;
}

.works-page .data img {
    height: 230px;
    margin-bottom: 37px;
    position: relative;
    width: 100%;
}

.works-page .data h1 {
    position: absolute;
    font-size: 26px;
    color: #fff;
    bottom: 0;
    right: 0;
    text-align: center;
    width: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+69 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 69%, rgba(0, 0, 0, 0.65) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 69%, rgba(0, 0, 0, 0.65) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 69%, rgba(0, 0, 0, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    margin: 0;
    height: 60%;
    padding-top: 30px;
}

.works-page .data .hover {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(24, 40, 78, 0.8);
    display: none;
    transition: all .5s ease;
}

.works-page .data h1 {
    font-size: 26px;
    color: #fff;
}

.works-page .data h2 {
    font-size: 23px;
    color: #fff;
    text-align: center;
    padding-top: 35px;
}

.works-page .data p {
    color: #ddd;
    font-size: 16px;
    text-align: center;
}

.works-page .data a {
    font-size: 16px;
    margin: 0 auto;
    display: table;
    margin-top: 30px;
    text-align: center;
    background: #e1e1e1;
    color: #18284e;
    padding: 10px 25px;
    border-radius: 2px;
}

.works-page .data:hover h1 {
    display: none;
}

.works-page .data:hover .hover {
    display: block;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@media only screen and (max-width:1024px) {
    .down {
        top: 80px;
    }
}

@media only screen and (max-width:768px) {
    .down {
        top: 40px;
    }
}

.icon-circle img {
    width: 75%;
}

/*# sourceMappingURL=style.css.map */
