/* Main Style */


/*
#Colors
  light gray: #f6f6f6;
  dark gray: #eaeaea;
  brown: #e7be66;
  dark blue :#025e8a;
  border-color:#e1e1e1;
  darkred : #c70304
*/


/*Fonts */


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


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


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


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


/*General*/

body {
    font-family: arial;
    font-size: 16px;
    font-weight: 600;
    /*	background-color: #f6f6f6;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: arial;
    font-weight: 600;
}

h4 {
    font-size: 16px;
}

.table td {
    font-weight: 600;
}

.table-bordered td,
.table-bordered th,
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #025e8a;
}


/*Hyper Links */

a {
    color: #025e8a;
}

a:hover {
    color: #e7be66;
    text-decoration: none;
}

.page-title {
    font-size: 20px;
}

/* home */
.sec-title h2 {
    font-size: 23px;
    padding: 0;
    float: right;
    margin-left: 10px;
}

.sec-content .post-thumbnail {
    opacity: 1;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    float: right;
    margin-right: 0;
    margin-left: 10px;
}
.sec-content li.other-news .post-thumbnail {
    margin-right: 0;
    margin-left: 15px;
}
/* sidebar */
.widget .widget-top h4 {
    float: right;
    margin-left: 9px;
}
/*header*/

.topbar .far,
.topbar .fas {
    margin-left: 6px;
    /* color:#fff; */
}

.topbar ul li {
    font-size: 12px;
}

.topbar .form-control {
    display: block;
    width: 87%;
    /* text-align: left; */
    height: 22px;
    padding: 0px 14px 1px;
    margin: -3px 1px;
    font-size: 11px;
    /* line-height: 3px; */
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;
}

.topbar #lang_choice_1 {
    display: block;
    width: 87%;
    /* text-align: left; */
    height: 22px;
    padding: 0px 14px 1px;
    margin: -3px 1px;
    font-size: 11px;
    /* line-height: 3px; */
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0;
    }
}



.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: fit-content;
}
/*  links page */

.links-page .inlinks {
    padding: 5px 15px;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.links-page .inlinks .link-ul .fas {
    font-size: 12px;
    margin-left: 8px;
}

.dropdown-menu>li>a {
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 600;
}


/* tashmeel page */

.tashmeel-page .tash-ul li {
    padding: 5px 0;
}


/* footer  */

.site-footer .maplinks li ul li {
    margin-left: 0;
    margin-right: 14px;
}


/*Sharing Buttons*/

.sharingdv {
    padding-top: 10px;
    border-top: 1px solid #ddd;
    text-align: left;
}


/*print page */


/*BootStrap Mod*/

.form-control {
    padding: 3px 12px;
}

.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-left: 10px !important;
    padding-right: 10px !important;
    margin: 0 !important;
}


/*
Media Queries
*/


/* For Small Screens */

@media (min-width: 760px) {
    .form-horizontal .control-label {
        text-align: right;
    }
}


/*for tabs and ipad*/

@media (min-width: 768px) and (max-width: 1024px) {}


/* marquee */

marquee a {
    color: white;
    FONT-SIZE: 12PX;
}

marquee,
.marquee {
    width: 100%;
    background: #d2d3d5;
    padding: 10px;
    padding-top: 7px;
    margin: 0;
    max-height: 40px;
}

.newsbar .marquee-with-options {
    width: 100%;
    height: 40px;
    padding: 5px;
    background: transparent;
    overflow: hidden;
    border-bottom: 1px solid #aaa;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
}

.marquee-with-options {
    direction: ltr !important;
}

.marquee-with-options a {
    color: #000;
}

.marquee-with-options a:hover {
    color: #E21655;
}


/*  */

#accordion .panel.panel-default .panel-heading p a[aria-expanded="true"],
#accordion .panel.panel-default .panel-heading p a {
    background: #025e8a;
    border-color: #025e8a;
    color: #fff;
}

.panel-default>.panel-heading {
    color: #fff;
    background-color: #025e8a;
}

.page-template-page-websites .panel-group .panel {
    /* margin-bottom: 0; */
    /* border-radius: 4px; */
    margin: 5px 0;
}

.page-template-page-websites .link-ul i.fas {
    margin-left: 5px;
    font-size: 14px;
}