/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/

/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

@font-face {
    font-family: "Righteous";
    src: url("../fonts/el_messiri/elmessiri-regular.otf");
    src: url("../fonts/el_messiri/elmessiri-bold.otf");
}

@font-face {
    font-family: "Smart4ds";
    src: url("../fonts/smart4ds/smart4ds2.woff");
    src: url("../fonts/smart4ds/smart4ds.woff");
}

@font-face {
    font-family:"IslamicQuran";
    src: url("../fonts/QuranIslamic/A Thuluth Regular.ttf");
}
/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(css/animate.min.css);
@import url(css/normalize.css);
@import url(css/icomoon.css);
@import url(css/font-awesome.min.css);
@import url(css/meanmenu.css);
@import url(css/owl.carousel.min.css);
@import url(css/swiper.min.css);
@import url(css/slick.css);
@import url(css/jquery.fancybox.min.css);
@import url(css/jquery-ui.css);
@import url(css/nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
     box-sizing: border-box !important;
     transition: ease all 0.5s;
}

html {
     scroll-behavior: smooth;
}

html, body {width: auto!important; overflow-x: hidden!important}

body {
     color: #666666;
     font-size: 14px;
     font-family:Poppins;
     line-height: 1.80857;
     font-weight: normal;
    text-align: right !important;
     overflow-x: hidden;
}

a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -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;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0 0 10px 0;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0
}

h1 {
     font-size: 24px
}

h2 {
     font-size: 22px
}

h3 {
     font-size: 18px
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #212121;
     text-decoration: none!important;
     opacity: 1
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
     margin: 20px;
     font-weight: 300;
     font-size: 15px;
     line-height: 24px;
}

.main-subtitle > p {
    margin: 20px;
    font-weight: 300;
    font-size: 19px;
    line-height: 24px;
}

a {
     color: #222222;
     text-decoration: none;
     outline: none !important;
}

a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -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;
}

img {
     max-width: 100%;
     height: auto;
}

 :focus {
     outline: 0;
}

.paddind_bottom_0 {
     padding-bottom: 0 !important;
}

.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 18px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 0;
}

.form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
     border: none !important;
}

.badge {
     font-weight: 500;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}

.full {
     float: left;
     width: 100%;
}

.layout_padding {
     padding-top: 90px;
     padding-bottom: 0px;
}

.padding_0{
     padding: 0px;
}

.padding_top_10{
     padding-top: 10px;
}


.margin_top_50_top_bottom_border{
    margin-top: 50px;
    border-top: 1px solid silver;
    border-bottom: 1px solid silver;
    padding: 5px;
}


/* header top section start */

.header_top_section{
    width: 100%;
    float: left;
    background-color: #000;
    height: auto;
    padding: 15px 0px;
}
.header_main{
    width: 100%;
    display: flex;
}
.location_text{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
}
.location_text a{
    color: #ffffff;
}
.location_text a:hover{
    color: #e4e219;
}
.padding_left_10{
    padding-left: 10px;
}
.center{
    text-align: center;
}
.right{
    text-align: right;
    float: right;
}
/* header top section end */

/* header section start */
.header_section {
    width: 100%;
    float: left;
    position: fixed;
    z-index: 9999;
    background-image: url(../images/banner-bg.png);
    height: auto;
    background-size: 100%;
    background-repeat: no-repeat;
}
.bg-light {
    background-color: transparent!important;
}
.navbar {
    padding: .5rem 0px;
}

.image_1{
    width: 100%;
    float: left;
}

.logo{
    width: 100%;
    float: left;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    margin-left:10px;
}
.logo image {
    width: 100%;
}
.logoImg {
    height: 135px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px;
    color: #191616;
    font-size: 18px;
    text-transform: uppercase;
}
.navbar-light .navbar-nav .nav-link:focus, 
.navbar-light .navbar-nav .nav-link:hover {
    color: #e4e219;
}

/* header section end */

/* banner section start */
.banner_section {
    width: 100%;
    float: left;
    padding-bottom: 10px;
    padding-top:250px;
}

.banner_taital {
    width: 100%;
    float: right;
    font-size: 33px;
    color: #191616;
    font-weight: bold;
    font-family: Smart4ds, "Helvetica Neue", serif;
    text-align: center;
}



.banner_text {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #191616;
    margin: 0px;
    padding-top: 30px;
    font-family: Smart4ds, "Helvetica Neue", serif;
    text-align: justify;
    text-indent: 30px;
}

.btn_main {
    width: 100%;
    float: left;
    padding-top: 50px;
}
.read_bt{
    width: 170px;
    margin:0 auto;
}
.read_bt a{
    width: 100%;
    float: left;
    font-size: 18px;
    color: #ffffff;
    background-color: #191616;
    padding: 8px 5px;
    text-align: center;
    text-transform: uppercase;
}
.read_bt a:hover{
    color: #ffffff;
    background-color: #e4e219;
}

.contact_bt{
    width: 170px;
    float: left;
}
.contact_bt a{
    width: 100%;
    float: left;
    font-size: 18px;
    color: #ffffff;
    background-color: #191616;
    padding: 8px 5px;
    text-align: center;
    text-transform: uppercase;
    margin-left: 15px;
}
.contact_bt a:hover{
    color: #ffffff;
    background-color: #e4e219;
}
.contact_bt.active a{
    background-color: #e4e219;
}

.carousel-inner {
    max-height: 500px;
    min-height: 500px;
}

#main_slider a.carousel-control-next {
    position: absolute;
    right: 130px;
    top: 96%;
}
#main_slider a.carousel-control-prev {
    position: absolute;
    left: 130px;
    top: 96%;
}
#main_slider .carousel-control-prev,
#main_slider .carousel-control-next {
    width: 55px;
    height: 55px;
    background: #2a2a2a;
    opacity: 1;
    font-size: 30px;
    color: #ffffff;
    margin-top: 10px;
}
#main_slider .carousel-control-prev:hover, 
#main_slider .carousel-control-next:hover, 
#main_slider .carousel-control-prev:focus, 
#main_slider .carousel-control-next:focus {
    color: #ffffff;
}

.activity-post{

    display: grid;
    grid-template-columns: 1.5fr 0.3fr;
    margin: 50px auto;
}


/* banner section end */
/* about section start */
.about_section {
    width: 100%;
    float: left;
    padding-bottom: 30px;
    padding-top: 250px;
}
.about_section_team {
    width: 100%;
    float: left;
    padding-bottom: 30px;
    padding-top: 250px;
}
.about_section_activities {
    width: 100%;
    float: left;
    padding-bottom: 30px;
    padding-top: 250px;
}

.about_section_small {
    width: 100%;
    float: left;
    padding-bottom: 30px;
    padding-top: 50px;
}
.about_section_home {
    width: 100%;
    float: left;
    padding-bottom: 30px;
    padding-top: 150px;
}
.about_section_magazine{
    width: 100%;
    float: left;
    padding-bottom: 30px;
    padding-top: 50px;
    
}
.about_section_magazine_first{
    width: 100%;
    float: left;
    padding-bottom: 30px;
    padding-top: 250px;
}
.about_taital{
    width: 100%;
    float: left;
    font-size: 40px;
    color: #191616;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-family: Smart4ds, "Helvetica Neue", serif;
}
.about_text{
    width: 100%;
    float: left;
    font-size: 20px;
    color: #191616;
    text-align: justify;
    text-indent: 30px;
    margin: 0px;
    font-family: Smart4ds, "Helvetica Neue", serif;
    text-indent: 30px;
}
.about_text_2{
    width: 100%;
    float: left;
    font-size: 20px;
    color: #191616;
    text-align: justify;
    text-indent: 30px;
    margin: 0px;
    font-family: Smart4ds, "Helvetica Neue", serif;
}
.about_text_3{
    width: 100%;
    float: left;
    font-size: 15px;
    color: #191616;
    text-align: justify;
    text-indent: 30px;
    margin: 0px;
    font-family: Smart4ds, "Helvetica Neue", serif;
}
.about_section_2{
    width: 100%;
    float: left;
    padding-top: 60px;
    padding-bottom: 60px;
}
.image_1 {
    width: 100%;
    float: left;
    text-align: center;
}
.image_2 {
    width: 100%;
    float: left;
    text-align: center;
    padding-top: 100px;
}

.readmore_bt{
    width: 170px;
    margin: 0 auto;
    text-align: center; 
}
.readmore_bt a{
    width: 100%;
    float: left;
    font-size: 18px;
    color: #ffffff;
    background-color: #191616;
    padding: 8px 5px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 40px;
}
.readmore_bt a:hover{
    color: #ffffff;
    background-color: #e4e219;
}


/* about section end */
/* blog section start */


.blog_section{
    width: 100%;
    float: left;
    background-image: url(../images/blog-bg.png);
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 100px;
}
.blog_taital_main{
    width: 100%;
    float: left;
    padding-left: 100px;
}
.blog_taital{
    width: 100%;
    float: left;
    font-size: 40px;
    color: #191616;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-family: Smart4ds, "Helvetica Neue", serif;
}

.main-subtitle{
    margin: 0;
    font-weight: bold;
    padding-top: 19px;
    padding-right: 30px;
}

.blog_taital_logo {
    padding-top: 20px;
    width: 100%;
    float: right;
    font-size: 40px;
    color: #191616;
    padding-right: 20px;
    font-weight: bold;
    font-family:  IslamicQuran, "Helvetica Neue", serif;
}

.blog_text{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #191616;
    text-align: center;
    margin: 0px;
    font-family: Smart4ds, "Helvetica Neue", serif;
}
.blog_section_2{
    width: 100%;
    float: left;
    padding-top: 50px;
}
.blog_section_3{
    width: 100%;
    float: left;
    padding-top: 50px;
}
.image_4{
    width: 95%;
    float: left;
    background-color: #000;
    height: auto;
    text-align: center;
    padding: 40px 0px;
}
.image_5{
    width: 100%;
    float: left;
    background-color: #000;
    height: auto;
    text-align: center;
    padding: 50px 40px;
}
.laptop_text {
    width: 100%;
    float: right;
    font-size: 30px;
    color: #2a2929;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 30px;
    font-family: Smart4ds, "Helvetica Neue", serif;
}
.ipsum_text {
    /*width: 82%;*/
    float: left;
    font-size: 20px;
    color: #191616;
    margin: 0px;
    padding-top: 20px;
    font-family: Smart4ds, "Helvetica Neue", serif;
    text-align: justify;
    text-indent: 30px;
}

.read_bt_2{
    width: 170px;
    margin: 0 auto;
    text-align: center;
}
.read_bt_2 a{
    width: 100%;
    float: left;
    font-size: 18px;
    color: #ffffff;
    background-color: #191616;
    padding: 8px 5px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 40px;
}
.read_bt_2 a:hover{
    color: #ffffff;
    background-color: #e4e219;
}
.padding_right_0{
    padding-right: 0;
}
.padding_left_0{
    padding-left: 0px;
}

.map_style{
    padding-left: 0;
    text-align: left;
}

/* blog section end */

/* repair section start */
.repair_section{
    width: 100%;
    float: left;
}

.repair_taital{
    width: 100%;
    float: left;
    font-size: 40px;
    color: #191616;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-family: Smart4ds, "Helvetica Neue", serif;
}
.repair_text{
    width: 100%;
    float: left;
    font-size: 20px;
    color: #191616;
    text-align: justify;
    text-indent: 30px;
    margin: 0px;
    font-family: Smart4ds, "Helvetica Neue", serif;
}
.image_7 {
    width: 100%;
    float: left;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

/* repair section end */

/* contact section start */
.contact_section{
    width: 100%;
    float: left;
}
.contact_taital{
    width: 100%;
    float: left;
    font-size: 40px;
    color: #1a1919;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-family: Smart4ds, "Helvetica Neue", serif;
}
.contact_text{
    width: 100%;
    float: left;
    font-size: 20px;
    color: #252424;
    text-align: center;
    margin: 0px;
    font-family: Smart4ds, "Helvetica Neue", serif;
}
.contact_section_2{
    width: 100%;
    float: left;
    padding-top: 10px;
}
.contact_section_2_nopadding{
    width: 100%;
    float: left;
    padding-top:50px;
}


.mail_section_1 {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    padding-top: 10px;
}
.mail_section_2{
    width: 70%;
    margin: 0 auto;
    text-align: center;
    padding-top: 160px;
}
.mail_section_small_top {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    padding-top: 50px;
}
.mail_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #4f4e4e;
    border: 1px solid #8e8e8e;
    background-color: #ffff;
    padding: 15px;
    margin-top: 20px;
    font-family: Smart4ds, "Helvetica Neue", serif;
}
.massage-bt {
    color: #4f4e4e;
    width: 100%;
    height: 110px;
    font-size: 18px;
    background-color: #ffff;
    padding: 40px 15px 0px 15px;
    border: 1px solid #8e8e8e;
    height: 110px;
    margin-top: 20px;
}
.send_bt {
    width: 170px;
    margin: 0 auto;
    margin-bottom: 5px;
    text-align: center;
}
.send_bt a {
    width: 100%;
    float: left;
    background-color: #171717;
    color: #ffffff;
    text-align: center;
    padding: 10px 0px;
    font-size: 16px;
    margin-top: 40px;
}

/* Activities (Contentful) layout improvements */
.activity-card {
    margin-top: 30px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    background-color: #ffffff;
    padding: 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}
.activity-image {
    max-width: 100%;
    height: auto;
}
.activity-actions {
    padding-top: 10px;
}

/* Full-width collapsible bar for the form */
.collapse-toggle-bar {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f7f7f7;
    color: #191616;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 14px 18px;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    text-align: right;
    cursor: pointer;
}
.collapse-toggle-bar:hover {
    background-color: #efefef;
    text-decoration: none;
}
.collapse-toggle-bar[aria-expanded="true"] {
    background-color: #eaeaea;
}
.collapse-toggle-bar .chevron {
    transition: transform 0.2s ease;
}
.collapse-toggle-bar[aria-expanded="true"] .chevron {
    transform: rotate(180deg);
}
.send_bt a:hover {
    background-color: #e4e219;
    color: #ffffff;
}


/* contact section end */

/* footer section start */

.footer_section {
    width: 100%;
    float: left;
    background-color: #000000; /* black background */
    color: #ffffff;
    height: auto;
    padding: 20px 0 10px 0;
    margin-top: 10px;
    margin-bottom: 10px;
}
.animate_footer{
    animation: footer-coloriser 2s linear;
}

@keyframes footer-coloriser {
    from{
        background-color: black;
    }
    to {
        background-color: #7d9459;
    }
}


.footer_location_text{
    width: 100%;
}
.footer_location_text ul{
    margin: 0px;
    padding: 0px;
    display: inline-block;
    text-align: center;
}
.footer_location_text li {
    float: left;
    font-size: 16px;
    color: #ffffff;
    padding: 10px 80px;
}
.footer_location_text li a{
    color: #ffffff;
}
.footer_location_text li a:hover{
    color: #e4e219;
}





.useful_text {
    width: 100%;
    font-size: 24px;
    color: #fcfcfc;
    margin-bottom: 15px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: Smart4ds, "Helvetica Neue", serif;
}
.lorem_text {
    width: 56%;
    float: left;
    font-size: 20px;
    color: #878585;
    margin: 0px;
    padding-top: 10px;
    font-family: Smart4ds, "Helvetica Neue", serif;
}
.footer_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #f1f1f1;
    margin: 0px;
    padding-top: 10px;
    font-family: Smart4ds, "Helvetica Neue", serif;
}
.social_icon {
    width: 100%;
    float: right;
    padding-top: 20px;
}
.social_icon ul {
    margin: 0px;
    padding: 0px;
}
.social_icon li {
    float: right;
    padding-right: 15px;
}
.footer_menu {
    width: 100%;
    float: right;
}
.footer_menu ul {
    margin: 0px;
    padding: 0px;
}
.footer_menu li {
    padding-top: 5px;
    font-size: 16px;
    color: white;
}
.footer_menu li a {
    color: white;
}
.footer_menu li a:hover {
    color: #e4e219;
}

/* New footer layout helpers */
.footer_top_row {
    align-items: flex-start;
}
.footer_contact_list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer_contact_list li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}
.footer_contact_list a {
    color: #ffffff;
}
.footer_contact_list a:hover {
    color: #e4e219;
}
.footer_links_scroll {
    max-height: 180px; /* becomes scrollable when overflowing */
    overflow-y: auto;
    padding-right: 6px;
}
.footer_links_scroll ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer_links_scroll li {
    padding: 6px 0;
}
.footer_section a {
    color: #f5f5f5;
}
.footer_section a:visited {
    color: #e8e8e8;
}
.footer_section a:hover,
.footer_section a:focus {
    color: #e4e219;
    text-decoration: underline;
}
.footer_links_scroll a,
.footer_links_scroll a:visited {
    color: #ffffff;
}


/* footer section end */
/* copright section start */
.copyright_section {
    width: 100%;
    float: left;
    background-color: #ffffff;
    height: 75px;
}
.copyright_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #0b0b0c;
    text-align: center;
    margin-left: 0px;
    padding-top:0px;
}
.copyright_text a {
    color: #0b0b0c;
}
.copyright_text p {
    margin: 0px;
    padding-top: 10px;
}
.copyright_text a:hover {
    color: #a24e3d;
}
/* copyright section end */

.margin_top{
    margin-top: 90px;
}


/*
===========================================SB=============================
*/

table {
    color: #333;
    background: white;
    border: 1px solid grey;
    font-size: 12pt;
    border-collapse: collapse;
    width: 100%;
}
table thead th,
table tfoot th {
    color: #777;
    background: rgba(0,0,0,.1);
}
table caption {
    padding:.2em;
}
table th,
table td {
    padding: 0;
    border: 1px solid lightgrey;
}

th {
    background-color: goldenrod !important;
}

li > a > .active{
    text-decoration-line: underline;
    text-decoration-thickness: 4px;
    text-decoration-style: solid;
    text-underline-position: under;
    text-decoration-color: darkgoldenrod;
}
.active > a {
    font-family: Smart4ds, sans-serif;
    border-bottom: 3px solid goldenrod;
}

.active > a:hover {
    text-decoration-line: underline;
}



.ac-post-container {
    display: grid;
    grid-template-columns: 0.8fr 1.6fr;
    grid-template-rows: 332px;
    gap: 1px 2px;
    grid-template-areas: 
    "image Text";
}
.Text {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1.7fr 0.3fr;
    gap: 0px 0px;
    grid-template-areas: 
    "."
    "Link";
    grid-area: Text;
}
.Link { grid-area: Link; }
.image { grid-area: image; }

#loading {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background-color: #fff;
    z-index: 99;
}

#loading-image {
    position: absolute;
    top: 40%;
    left: 40%;
    z-index: 100;
}


.bkgbanner 
{
    background-size: 100%;
    background-repeat: no-repeat;
    padding-bottom: 10px;
    position: relative;
    
}

.bkgbanner video {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    z-index:0
}
