/*--------------------------------------
*********** START RESET ***********
--------------------------------------*/

* {
    border: 0;
    margin: 0;
    padding: 0;
    outline: none !important;
}

@font-face {
    font-family: 'AraAssaf';
    src: url('../fonts/AraAssaf-Regular.eot');

    src: url('../fonts/AraAssaf-Regular.woff') format('woff'), /* Modern Browsers */
        url('../fonts/AraAssaf-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
        url('../fonts/AraAssaf-Regular.svg#AraAssaf-Regular') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'JF-Flat';
    src: url('../fonts/JF-Flat-regular.eot');

    src: url('../fonts/JF-Flat-regular.woff') format('woff'), /* Modern Browsers */
        url('../fonts/JF-Flat-regular.ttf') format('truetype'), /* Safari, Android, iOS */
        url('../fonts/JF-Flat-regular.svg#JF-Flat-regular') format('svg'); /* Legacy iOS */
}
@font-face{font-family:DroidKufiRegular;font-style:normal;font-weight:400;src:url(../fonts/DroidKufi-Regular.ttf)} 

body {
    min-width: 320px;
    overflow-x: hidden !important;
    background: #f7f7f7;
    color: #313131;
    direction: rtl;
    font-size: 14px !important;
    font-family:'DroidKufiRegular', sans-serif !important;
    line-height: 1.6em;
}

h1 {
    font-size: 22px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 17px;
}

a {
    color: #444444;
}

a:hover, a:focus, .color-blue {
    color: #2692c9;
}

a, a:hover, a:focus {
    text-decoration: none;
    cursor: pointer;
}

label {
    margin-top: 6px;
    font-weight: 100;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #9b9b9b;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #9b9b9b;
    opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #9b9b9b;
    opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #9b9b9b;
}

input:not([type='submit']), select, textarea {
    padding: 6px 10px;
    display: block;
    width: 100%;
    height: 37px;
    background: #f7fafb;
    color: #313131;
    font-weight: 100;
    margin-bottom: 15px;
    border: 1px solid #d2d2d2;
}

select {
    background: #f7fafb url("../images/caret.png") no-repeat 10px center;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
}

option {
    padding: 0 10px;
    border: 0;
}

textarea {
    height: 150px;
    resize: none;
}

input[type="checkbox"], input[type="radio"] {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    padding: 0;
    margin: 0 0 0 5px;
}

a, input, select, textarea, button, .owl-slider .item img, .blue-circle, .blue-circle img, .blue-bg:before {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

table {
    width: 100%;
}

p.clearfix {
    margin-bottom: 0;
}

.no-padding {
    padding: 0 !important;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1,
.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2,
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4,
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5,
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7,
.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8,
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11,
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.text-align-right, .text-align-left {
    text-align: center;
}

/*--------------------------------------
*********** BTNS ***********
--------------------------------------*/

.btn {
    border-radius: 0;
    border: 0;
    padding: 8px 25px;
}

.btn.btn-small {
    padding: 6px 10px;
    line-height: 1em;
    margin-right: 5px;
}

.btn-block {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.right-fa {
    margin-left: 5px;
}

.left-fa {
    margin-right: 5px;
}

.btn-gray {
    background: #ababab;
}

.btn-gray:hover, .btn-gray:focus {
    background: #939393;
}

.btn-blue {
    background: #409fd0;
}

.btn-dark-blue {
    background: #106793;
}

.btn-blue:hover, .btn-blue:focus, .btn-dark-blue:hover, .btn-dark-blue:focus {
    background: #2692c9;
}

.btn-gray, .btn-gray:hover, .btn-gray:focus, .btn-blue, .btn-blue:hover, .btn-blue:focus, .btn-dark-blue, .btn-dark-blue:hover, .btn-dark-blue:focus {
    color: #fff !important;
}

/*--------------------------------------
*********** BOX ***********
--------------------------------------*/

.div-padding {
    padding: 40px 0;
}

.div-padding-top {
    padding: 40px 0 0;
}

.div-small-padding {
    padding: 25px 0;
}

.black-bg {
    background: #313131;
    color: #d0d0d0;
}

.blue-bg {
    background: #2692c9;
    color: #fff;
}

.blue-bg h1 {
    margin: 0;
    font-size: 18px;
}

.white-bg {
    background: #fff;
}

.box {
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 20px;
    overflow: auto;
}

.box .img-responsive {
    width: 100%;
    margin-bottom: 15px;
}

p.fa-2x {
    margin: 3px 0;
    font-size: 13px;
}

.with-shadow {
    box-shadow: 2px 2px 0 2px #efefef;
    border: 2px solid #f8f8f8;
    padding: 25px 15px;
}

/*--------------------------------------
*********** HEADER ***********
--------------------------------------*/

.min-header {
    background: #eceded;
    border-bottom: 1px solid #ced2d4;
}

.min-header .btn, header .btn {
    box-shadow: 0 0 0 1px rgba(0,0,0,0.3) inset;
}

.min-header a, .min-header .dropdown {
    display: inline-block;
    vertical-align: middle;
    color: #686868;
}

.min-header a {
    padding: 10px;
}

.min-header .btn {
    margin: 3px 0 7px;
}

.min-header .phone-div {
    display: block;
    padding: 11px 0 10px 20px;
}

.color-gray {
    color: #5e5f5f;
}

.color-dark-blue {
    color: #106793;
}

.min-header .dropdown-menu {
    text-align: right;
    border-radius: 0;
    border: 0;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,0.3);
    padding: 0;
    background: #f7f7f7;
}

.min-header .dropdown-menu li a {
    padding: 7px 10px;
}

.min-header .dropdown-menu li a:hover {
    background: #eceded;
}

/*--------------------------------------
*********** HEADER ***********
--------------------------------------*/

header {
    padding: 20px 0;
}

header .logo img {
    display: block;
    margin: 0 auto;
}

header .logo h1 {
    margin: 0 0 2px;
    font: 40px 'AraAssaf', sans-serif;
    line-height: 65px;
}

header .logo h3 {
    font-size: 16px;
    color: #024263;
    text-align:center;
    margin: 0;
    font: 22px 'AraAssaf', sans-serif;
    line-height: 25px;
}

header form {
    margin: 25px 0 0;
}

header form a {
    margin: 7px 0 0;
}

.input-holder {
    position: relative;
}

.input-holder .fa {
    position: absolute;
    line-height: 38px;
    top: 0;
    right: 10px;
    color: #9b9b9b;
}

.input-holder input:not(.btn) {
    padding-right: 27px;
    margin-bottom: 8px;
}

/*--------------------------------------
*********** SLIDER ***********
--------------------------------------*/

.carousel {
    border-bottom: 2px solid #fff;
}

.carousel .item {
    height: 300px;
    overflow: hidden;
}

.carousel .item img {
    min-height: 300px;
    width: 100%;
}

.carousel-control, .carousel-control:hover {
    opacity: 1;
    background: none !important;
}

.carousel-control .glyphicon {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    text-align: center;
    background: #fff;
    text-shadow: none;
    opacity: 1;
    border-radius: 50%;
    color: #b3130f;
}

/*--------------------------------------
*********** SERVICES ***********
--------------------------------------*/

.blue-circle {
    width: 90px;
    height: 90px;
    margin: 0 auto 25px;
    line-height: 88px;
    background: #2692c9;
    border-radius: 50%;
}

.box:hover .blue-circle {
    transform: scale(1.15,1.15);
    -webkit-transform: scale(1.15,1.15);
    -moz-transform: scale(1.15,1.15);
    -ms-transform: scale(1.15,1.15);
    -o-transform: scale(1.15,1.15);
}

.box:hover .blue-circle img {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}

.blue-bg {
    position: relative;
    overflow: hidden;
}

.blue-bg:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    z-index: 1;
    background: #106793;
}

.blue-bg:hover:before {
    width: 100%;
}

.blue-bg a {
    color: #fff;
    display: block;
    position: relative;
    z-index: 4;
}

/*--------------------------------------
*********** OWL SLIDER ***********
--------------------------------------*/

.margin-top {
    margin-top: 15px;
}

.margin-bottom {
    margin: 0 0 30px;
}

.margin-bottom-small {
    margin-bottom: 15px;
}

.white-bg.box .main-header {
    margin: 10px 0;
}

.white-bg.box select {
    margin: 0 0 15px 0;
}

.header-with-btns {
    overflow: hidden;
    margin: 10px 0 20px;
}

.owl-slider {
    direction: ltr;
    text-align: right;
}

.owl-slider .item {
    padding-bottom: 15px;
    margin: 0 5px;
    overflow: hidden;
}

.owl-slider .item img {
    width: 100%;
}

.owl-slider .item img:hover {
    transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
}

.ads {
    margin-top: 30px;
    display: block;
}

.ads img {
    width: 77%;
    border-radius: 29px;
    border: 13px solid #fdfdfd;
    box-shadow: 10px 10px 20px #d6d5d5;
    margin: 0 auto;
    display: block;
    height: 260px;
}
/*--------------------------------------
*********** FOOTER ***********
--------------------------------------*/

footer {
    position: relative;
    background: #161616;
    color: #fff;
    padding-bottom: 15px;
}

footer ul li {
    padding: 3px 0;
}

footer a, footer a:hover, .panels a, .panels a:hover {
    color: #fff;
}

.panels .panel li a:hover {
    padding-right: 7px;
}

.panels a .fa {
    font-size: 9px;
}

.panels .col-xs-12 {
    display: inline-block;
    vertical-align: bottom;
    float: none !important;
    margin-right: -4px;
}

.panel {
    background: transparent;
    border-radius: 15px 15px 0 0;
    position: relative;
    overflow: hidden;
    border: 0;
    margin: 0;
    padding-bottom: 43px;
}

.panel .panel-heading {
    background: #161616;
    overflow: hidden;
    cursor: pointer;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
}

.panel .panel-heading .fa {
    margin-top: 4px;
    font-size: 14px;
}

.panel .panel-body {
    background: #343434;
    min-height: 333px;
    border-radius: 0;
    color: #fff;
}

.panel .panel-body p {
    line-height: 1.9em;
}

footer p {
    margin: 5px 0 0;
}

.up-btn {
    background: #0b0b0b;
    color: #2a2f2b;
    width: 50px;
    height: 50px;
    line-height: 55px;
    text-align: center;
    position: absolute;
    bottom: 30px;
    right: 0;
}

.up-btn .fa {
    font-size: 25px !important;
}

/*--------------------------------------
*********** ALL ***********
--------------------------------------*/

.main-header {
    margin: 10px 0 20px;
}

table.text-center th {
    text-align: center;
}

table img {
    height: 70px;
}

table.with-img > tbody > tr > td:not(:first-child) {
    padding: 30px 0 0;
}

table.with-color > tbody > tr > td:last-child {
    border-left: 1px solid #ddd;
}

table.with-color > tbody > tr > td:first-child {
    font-weight: 600;
    border-right: 1px solid #ddd;
}

table.with-color > tbody > tr > td:not(:first-child) {
    color: #2692c9;
}

.table.with-color > tbody > tr > td {
    border-bottom: 1px solid #ddd;
}

.table.with-color {
    border-collapse:separate;
    border-spacing: 0 10px;
}

.pagination > li > a, .pagination > li > span {
    float: right;
}

.pagination > li > a .fa, .pagination > li > span .fa {
    font-size: 12px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-radius: 0 4px 4px 0;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 4px 0 0 4px;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #2692c9;
    border-color: #2692c9;
}

/*--------------------------------------
*********** AQAR ***********
--------------------------------------*/

.border-bottom {
    overflow: hidden;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
}

.border-bottom p {
    margin-top: 18px;
}

.full-width {
    width: 100%;
}

.list-unstyled li {
    margin: 10px 0;
}

.list-unstyled li span {
    color: #106793;
    padding-right:25px;
}

.list-unstyled li .fa.fa-close {
    color: red;
}

.list-unstyled li .fa.fa-check {
    color: green;
}

/*--------------------------------------
*********** START MEDIA ***********
--------------------------------------*/
@media (max-width: 480px){
 .aqar-nasr-layout .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
  padding:0 !important; 
 }
 .aqar-nasr-layout .container {
      padding:0 !important; 
      overflow:hidden;
 }
 .white-bg {
    background: #fff;
    margin: 10px !important;
 }

 .form-control{
     padding-right:10px !important;
 }
 .no-padding {
     padding: 0 !important;
 }
 .margin-yes{
     width: 85%;
    margin: 0 auto;
    padding:0;
 }
 .left-xs{
 left: -25% !important;
 }
}   

@media (min-width: 768px) {

    .text-align-right {
        text-align: right;
    }
 .no-padding {
     padding: 0 !important;
 }
    .text-align-left {
        text-align: left;
    }

    .min-header .phone-div {
        display: inline-block;
        margin-left: 20px;
        border-left: 1px solid #dedede;
    }

    header .logo {
        display: table;
    }

    header .logo img, header .logo > div {
        display: table-cell;
        vertical-align: middle;
    }

    header .logo img {
        padding-left: 20px;
    }

    header .logo > div {
        padding-right: 20px;
        border-right: 1px solid #f1f6f8;
    }

    header form {
        margin: 0;
    }

    .carousel .item {
        height: 470px;
    }

    .carousel .item img {
        min-height: 470px;
    }

}

@media (max-width: 768px) {

}
@media (max-width: 992px) {

}
@media (min-width: 992px) {
}

@media (min-width: 1290px) {

    .up-btn {
        width: 60px;
        height: 60px;
        line-height: 70px;
        right: 1.5%;
    }

    .up-btn .fa {
        font-size: 30px !important;
    }
}

#element_to_pop_up{
    direction: rtl;
    background-color: #fff;
    margin: 0 auto;
    display: table;
    border-radius: 5px;
    box-shadow: 0px 0px 30px #CCC;
    left:40% !important;
}

.b0{
    background: #666666;
    color: #fff;
}
.b1{
    background: #8C8C8C;
    color: #fff;
}
.b2{
    background: #A6A6A6;
    color: #fff;
}
.b3{
    background: #D9D9D9;
    color: #fff;
}

@media (max-width: 768px) {
    #element_to_pop_up{
        width: 80%;
        text-align: center;
        left:10% !important;
    }
}

.carousel.small-slider .item, .carousel.small-slider .item img {
    height: auto !important;
    min-height: auto !important;
}