/*
-------------------------------------------------------------------

-------------------------------------------------------------------

@Template Name: Bosat Elreeh
@Developed By: Akram Shehata
@Author: Akram Shehata
@URL: http://twitter.com/akramfawzi
@Email: mr-akram@hotmail.com

 -------------------------------------------------------------------*/

/*------------------------------------------------------------------

[Table of contents]

» Default CSS                          ('line:32');
» #page-wrapper                        ('line:49');
» Main HOME                            ('line:101');
» Services                             ('line:156');
» About-Us                             ('line:213');
» Customer Review                      ('line:245');
» Contact                              ('line:495');
» Footer                               ('line:352');
» Media Queries                        ('line:468');


[ THE END ]
-------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Amiri|Changa|Mada');

body {
    direction: rtl;
    font-family: 'Changa', sans-serif;
}
a:focus, a:hover, a:active, a>img:hover, a>img:active, a>img:focus {
    text-decoration: none;
    outline: 0 solid;
    background: none;
	border: 0;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: 'Changa', sans-serif;
}
#page-wrapper {
    padding-top: 70px;
}
.sticky-navbar {
    min-height: 70px;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-right: -15px;
}
.navbar-inverse .navbar-nav>li>a {
    color: #aa9144;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #746536;
    background-color: transparent;
}
.navbar-brand>img {
    display: block;
    height: 50px;
    opacity: 0.6;
}
.navbar-brand>img:hover {
    opacity: 0.9;
}
.navbar-collapse, .navbar-form {
    border-color: #000000;
}
.rtl-collapse {
    margin-top: 20px;
}
.navbar-toggle {
    border-color: #000;
}
.navbar-toggle {
    float: right;
    background-color: #1d1d1d;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-left: 10px;
    margin-top: 18px;
}
.navbar-nav>li>a {
    color: #929292;
}
.navbar-nav>li>a:hover,
.navbar-nav>li>a:active,
.navbar-nav>li>a:focus, {
    color: #bf3a2b;
}
/*----------------------------[ Main HOME ]----------------------------*/

#home {
    display: block;
    position: relative;
    background: #fff url(img/cover-bg.jpg);
    background-attachment: fixed !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.head-cover {
    background: rgba(10, 10, 10, 0.9) ;
    height: 100vh;
    width: 100%;
    display: block;
}
.head-content {
    padding-top: 20vh;
    text-align: center;
}
.head-content h1{
    display: block;
    color: #a5a5a5;    text-shadow: 1px 1px 2px rgb(12, 12, 12);
    -webkit-text-shadow: 1px 1px 2px rgb(12, 12, 12);
    -o-text-shadow: 1px 1px 2px rgb(12, 12, 12);
    -moz-text-shadow: 1px 1px 2px rgb(12, 12, 12);
}
.head-content h1 span{
    color: #aa9144
}
.head-content  p {
    color: #e6e6e6;
    margin: 30px auto 30px auto;
    font-size: 16px;
    max-width: 700px;
}
.head-btn a, .head-btn a:hover  {
    padding: 5px 10px;
    background: #4caf50;
    border: 1px solid #4caf50;
    font-size: 22px;
    margin: 5px;
    border-radius: 5px;
    color: #fff;
}
.head-btn .loc-btn, .head-btn .loc-btn:hover  {
    padding: 5px 43px;
    background: #aa9144;
    border: 1px solid #111;
    color: #fff;
    text-decoration: none;
}
.head-btn .fa {
    color: #eee;
}

/*----------------------------[ Services ]----------------------------*/
#service {
    padding: 100px 0;
    background: #f2f2f2;
}
.main-service {
    float: right;
    margin-bottom: 30px;
    text-align: center;
}
.main-service h2{
    font-size: 32px;
    color: #4e4e4e;
}
.service-icon {
    text-align: center;
}
.service-icon img{
    padding: 20px;
    border: 3px solid #ffffff;
    box-shadow: inset 0 0 0 5px #f2f2f2;
    -webkit-box-shadow: inset 0 0 0 5px #f2f2f2;
    background: #fff;
    border-radius: 50%;
}
.main-service .list-unstyled {
    padding-left: 0;
    padding-right: 0;
    list-style: none;
}
.our-service li {
    font-weight: bold;
    font-size: 16px;
    color: #616161;
    padding: 15px;
    font-weight: bold;
    display: block;
}
.our-service li i {
    font-size: 24px;
    height: 64px;
    width: 64px;
    margin: 3px;
    border-radius: 100%;
    line-height: 56px;
    text-align: center;
    background: #ffffff;
    color: #c38b54;
    border: 3px solid #ffffff;
    box-shadow: inset 0 0 0 5px #f2f2f2;
    -webkit-box-shadow: inset 0 0 0 5px #f2f2f2;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
}

/*----------------------------[ About-Us ]----------------------------*/

#about-us {
    display: block;
    position: relative;
    width: 100%;
    background: #eee url(img/bg.png)  ;
    display: block;
    text-align: right;
}
.about-us-content {
    padding: 40px 0 ;
    float: right;
}
.about-us-content h1 {
    padding-right: 20px;
    color: #aa9144;
    font-size: 70px;
    font-weight: 900;
    text-align: center;
}
.about-us-content p {
    margin: 20px 10px;
    float: right;
    font-size: 24px;
    color: #4e4e4e;
}
.about-us-image img {
    margin: 0 auto;
    padding-top: 30px;
}

/*----------------------------[ Customer Review ]----------------------------*/

#testimonials {
    padding-top: 50px;
    padding-bottom: 100px;
    min-height: 170px;
    background:#f2f2f2 ;
    text-align: center;
}
#testimonials h1 {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #aa9144;
}
#testimonials .carousel-inner {
    padding-right: 10px;
    padding-left: 10px;
}
.testimonial-customer {
    position: relative;
    background: rgb(170, 145, 68);
    font-size: 18px;
    border-radius: 10px;
    font-family: 'Changa', sans-serif;
    font-size: 12px;
    padding: 20px;
    margin: 0 auto;
    color: #fff;
    max-width: 900px;
    margin-bottom: 40px;
}
.testimonial-customer:after{
    content: "";
    position: absolute;
    bottom: -15px;
    left:48%;
    border-top: 15px solid #aa9144;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
}
.user-info img{
    width: 64px;
    height: 64px;
}
.testimonial-customer p{
    font-size: 18px;
}

/* Carousel Fading slide */
.carousel-fade .carousel-control { z-index: 2; }  
.carousel-fade .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .next.left,
.carousel-fade .prev.right,
.carousel-fade .item.active { opacity: 1; }

.carousel-fade .active.left,
.carousel-fade .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-indicators {
    bottom: -40px;
    width: 65%;
}
.carousel-indicators .active {
    background-color: #aa9144;
}
.carousel-indicators li {
    border: 1px solid #aa9144;
}

/*----------------------------[ Contact ]----------------------------*/

#contact {
    text-align: center;
    font-size: 25px;
    background: #1a1a1a;
    padding: 20px 0;
}
.mail-block, .phone-block {
    padding: 5px 20px;
}
.mail-block a, .phone-block a{
    border: 1px solid #000;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #565656;
    width: 100%;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    display: block;
}
.mail-block a:hover, .phone-block a:hover {
    background: #000;
}


/*----------------------------[ Footer ]----------------------------*/

#footer {
    background: #1a1a1a;
    border-top: 2px solid #171717;
    color: rgb(60, 51, 42);
    font-family: 'Changa', sans-serif;
}
.widget {
    float: right
}
.widget h2 {
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
    text-align: right;
    color: rgba(170, 145, 68, 0.5);
}
.widget ul  {
    padding-right: 0;
}
.widget li  {
    margin-bottom: 5px;
    padding-bottom: 10px;
    padding-top: 5px;
    color: #757575;
    width: 100%;
    float: right;
}
.location-widget li {
    width: 25%;
    cursor: default;
}
.widget li i{
    color: rgba(115, 101, 55, 0.46);
}
.footer p {
    margin: 0 0 10px;
    font-size: 12px;
    color: #616161;
}
.social-icons-widget a {
    font-size: 48px;
    margin: 5px;
    height: 64px;
    width: 64px;
    line-height: 64px;
    float: right;
    text-align: center;
    color: rgb(60, 51, 42);
    background: rgba(0, 0, 0, 0.09);
    border-radius: 5px;
    opacity: 0.4;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    display: block;
}
.social-icons-widget a:hover {
    opacity: 0.9;
}
.fb-link a{
    color: #3b5999;
}
.instagram-link a{
    color: #e4405f;
}
.twitter-link a{
    color: #55acee;
}
.youtube-link a{
    color: #cd201f;
}
.footer-bottom {
    background: rgb(26, 26, 26);
    padding: 15px 15px ;
    font-family: 'Changa', sans-serif;
    border-top: 1px solid #000000;
    font-size: 11px;
    color: #777;
}
.design-auther a{
    color: #757575;
}
.bfixed{
    width: 55px;
    height: 55px;
    position: fixed;
    bottom: 1%;
    right: 1%;
    background: #41c10c;
    border-radius: 50px;
    padding: 10px;
    color: #fff;
    border: 3px solid #fff;

}
.bfixed:hover, .bfixed:focus, .bfixed:active {
    color: #ffffff;
    background: #1e5a20;
}
.bfixed i{
    font-size: 33px;
}
.bfixed  {
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

/*----------------------------[ Media Queries ]----------------------------*/

/* Safari Fix */
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

@media (min-width: 768px) {
    .navbar-nav>li {
        float: right;
    }
    .navbar-nav>li>a {
        padding-top: 25px;
        padding-bottom: 5px;
        font-size: 16px;
        padding: 10px 10px;
    }
    .rtl-collapse {
        background: none;
    }
    .phone-number>li>a{
        font-size: 34px;
        padding: 0;
    }
}
@media (max-width: 767px) {
    .rtl-collapse {
        margin-top: 70px;
    }
}
@media (max-width: 360px) {
    
    .our-service li {
        font-size: 14px;
        padding: 5px;
        color: #6b543e;
        font-weight: 600;
    }
    .our-service li i {
        font-size: 12px;
        height: 36px;
        width: 36px;
        margin: 3px;
        line-height: 30px;
    }
    .testimonial-customer {
        width: 100%;
    }
    .testimonial-customer p {
        font-size: 12px;
    }
    .mail-block, .phone-block {
        font-size: 16px;
    }
    .social-icons-widget a {
        font-size: 24px;
        margin: 5px;
        height: 50px;
        width: 50px;
        line-height: 50px;
        margin-bottom: 20px;
    }

}
@media screen and (max-width: 767px) and (min-width: 480px) {
    .main-service {
        width: 33.33333333%;
    }
    .service-icon img {
        padding: 10px;
        width: 86px;
        height: 86px;
    }
    .main-service h2 {
        font-size: 16px;
        color: #4e4e4e;
    }
    .our-service li {
        font-size: 14px;
        padding: 5px;
        color: #6b543e;
        font-weight: 600;
        width: 50%;
        float: right;
    }
    .our-service li i {
        font-size: 12px;
        height: 36px;
        width: 36px;
        margin: 3px;
        line-height: 30px;
    }
}
@media screen and (max-width: 1024px) and (min-width: 853px) {
    .our-service li {
        font-size: 14px;
    }
    .our-service li i {
        font-size: 12px;
        height: 36px;
        width: 36px;
        margin: 3px;
        line-height: 30px;
    }
}
@media screen and (max-width: 480px) and (min-width: 480px) {
    .our-service li {
        font-size: 10px;
    }
}