/*
Theme Name: http://al-afdal-group.com
Author: https://www.facebook.com/Mah.abo.Samir
Version: 1
*/
/* Normalize */
html {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
line-height: 1.75em;
-webkit-text-size-adjust: 100%;
}

*,
*:before,
*:after {
-webkit-box-sizing: inherit;
-moz-box-sizing: inherit;
box-sizing: inherit;
}
body {
background: #fff;
color: #474747;
font-family: "Noto Naskh Arabic", "Helvetica Neue",sans-serif;
font-size: 16px;
overflow-x: hidden;
margin: 0
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: 700;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  max-width:100%;
  vertical-align:middle;
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
button:focus{
  outline: 0
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0; /* 3 */
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
details {
  display: block;
}
summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*! End normalize.css */
/* Layout */
.wrapper{
margin-left: auto;
margin-right: auto;
max-width: 700px;
padding-left: 15px;
padding-right: 15px;
overflow: hidden
}
.wrap-fluid{
margin-right:auto;
margin-left:auto
}
.wrap-fluid:after,
.wrapper:after {
clear: both;
content: "";
display: block;
}

/* Alignments */

.alignleft {
float: left;
margin-right: 1.5em;
}

.alignright {
float: right;
margin-left: 1.5em;
}

.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}
.text-center{text-align: center}

.text-right{text-align: right}

.text-left{text-align: left}

.hidden-xs {
  display: none !important
}

/* Layout */
/* Lists, links */
dl, dt, dd, ol, ul, li {
margin: 0;
padding: 0;
border: 0;
}
ol, ul{
list-style: none;
}
.list-unstyled{
  list-style: none
}
.list-square{
  list-style: square;
}
.list-inline li{
  display: inline-block
}
a {
  background-color: transparent;
  color: #337ab7;
  text-decoration: none;
  transition: all .3s ease-in-out;
}
a:focus, a:hover {
    color: #23527c;
}
.white{
  color: #fff
}
/* Lists, links */
/* Clearings */
.nav-list:before,
.nav-list:after,
.cards-wrap:before,
.cards-wrap:after,
.clear:after,
.clear:before{
content:" ";
display:table;
table-layout: fixed
}
.nav-list:after,
.cards-wrap:after,
.clear:after{
clear:both
}

/* Clearings */

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 0.75em;
  padding: 1.5em 0 0;
}

h1 {
  font-size: 24px;
  font-size: 1.5rem;
}

h2 {
  font-size: 22px;
  font-size: 1.375rem;
}

h3 {
  font-size: 20px;
  font-size: 1.25rem;
}

h4 {
  font-size: 18px;
  font-size: 1.125rem;
}

h5 {
  font-size: 16px;
  font-size: 1rem;
}

h6 {
  font-size: 15px;
  font-size: 0.939rem;
}

p {
  margin: 0 0 1.5em;
  padding: 0;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote{
  border-right: 5px solid #06AED5;
  padding: 10px 20px;
  margin: 0 0 20px;
  quotes: none
}
blockquote cite {
  display: block;
  font-style: normal;
  font-weight: 600;
  margin-top: 0.5em;
}
address {
  margin: 0 0 1.5em;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #eee;
  text-decoration: none;
}

big {
  font-size: 125%;
}

blockquote {
  quotes: "" "";
}

q {
  quotes: "“" "”" "‘" "’";
}

blockquote:before,
blockquote:after {
  content: "";
}

hr {
    background-color: #c8d7e1;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em
}
:focus {
  outline: none;
}
/* Typography */
/* Forms */

.btn,
.nav-toggle {
    cursor: pointer
}

label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    padding: 7px 14px;
    width: 100%;
    box-shadow: none;
    font-size: 16px;
    line-height: 1.5;
    border: 1px solid #c8d7e1;
    background-color: #fff;
    color: #2e4453
}

textarea {
    height: 92px
}

input[type="submit"] {
    background: white;
    border-color: #c8d7e1;
    border-style: solid;
    border-width: 1px 1px 2px;
    color: #2e4453;
    cursor: pointer;
    display: inline-block;
    margin: 24px 0 0;
    outline: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    border-radius: 4px;
    padding: 7px 14px 9px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input[type=search]:focus {
    border-color: #225781;
    outline: 0
}

.search-form {
  position: relative;

}
.search-body{
  width: 80%;
  margin: 50px auto;
  text-align: right;
  background: #fff;
  padding: 18px;
}
.btn-close{
  border: 0;
  background: transparent;
  font-size: 35px;
  cursor: pointer;
  padding: 0
}
.search-form .search-field {
    display: block;
    padding: 13px 10px;
    background: #fff;
    border: 1px solid #c8d7e1;
    width: 100%;
    -webkit-appearance: textfield
}

.search-form .search-submit {
    color: #fff;
    border: 0;
    padding: 14px 16px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.btn {
    display: inline-block;
    padding: 5px 15px;
    white-space: nowrap;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 700
}

.btn.active,
.btn:hover {
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}

/* Color */
.search-form .search-submit,
.footer{
  background-color: #112F41;
}
.main-navigation .nav-list a,
.free-quatoe .phone{
color: #343434;
}
.free-quatoe{
  display: none;
}
.info li i,
.date i{
  color: #696969
}
.header{
  background: #fff
}
/* Color */
/* Header */
.topbar{
  padding: 10px 0;
}
.info li{
  margin-left: 70px;
line-height: 3.7;
color: #2f2c2c
}

/**/
.header{
      box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}
.nav-wrapper .wrapper{
  overflow: visible;
}
.header.fixed{
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 100
}
.logo{
  float: left;
}
.logo-link{
  display: block;
  height: 100%;
  overflow: hidden;
  text-align: center;
      max-width: 200px;
}
.nav-toggle {
  color: #1b4977;
  background-color: #ffffff;
  float: right;
  border: 1px solid #1c4977;
  border-radius: 4px;
  padding: 7px 15px;
  margin: 10px 0;
}
.nav-toggle i{
  font-size: 27px;
}
.nav-toggle.active i:before {
    content: "\62";
}
.main-navigation,
.search{
text-align: center;
}
.navbar-header{
  float: right;
  width: 100%
}
.search_btn{
  padding: 15px
}
.main-navigation {
  overflow-x: visible;
}
.main-navigation .nav-list {
  display: none;
  font-weight: 700;
  width: 100%;
}
.main-navigation .nav-list li{
  transition: all 1s ease .1s;
}
.search_btn,
.main-navigation .nav-list a{
  display: block;
  position: relative;
  padding: 6px 15px;
  white-space: nowrap;

}
.main-navigation .nav-list .sub-menu{
  display: none;
  margin-right: 14px;
}
.main-navigation .nav-list > li.has_children > a:after {
    content: "\48";
    font-family:  "icons font";
    margin: 0 5px;
}
.main-navigation .nav-list li.has_children > a.active + .sub-menu {
  display: block;
}
.main-navigation .nav-list > li.has_children > a.active:after {
  content: "\42";
}
.main-navigation .nav-list li:hover,
.free-quatoe .phone:hover{
  background: #ffb606;
  color: #474747;
}
.search-wrap{
  display: none;
  position: fixed;
z-index: 1;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgba(0,0,0,0.5);
}
/* Header */
/*banner*/
.page-header {
    background-image: url(assets/img/3.jpg);
    position: relative;
    padding: 20px 0px;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff
}
.page-header:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(17, 47, 65, 0.86);
}
.page-header .wrapper{
  position: relative;
}
.page-header h1{
  padding: 0
}
.breadcrumbs ol li a,
.breadcrumbs ol li .current{
padding: 13px 10px;
color: #fff
}
.breadcrumbs ol li i{
color: #ED553B;
}
.services-cat,
.inner-content {
  box-shadow: 0px 0px 20px rgba(0,0,0,0.15);
}
.inner-content{
  padding: 10px;
}
.entry-meta{
      margin-bottom: 15px;
}

/*banner*/
.inner-content img {
    height: auto;
    margin-bottom: 1.5em;
}
.entry-content ul li{
margin-bottom: 5px;
margin-right: 30px;
list-style: square;
}
.entry-content ol{
    list-style: decimal;
    margin-right: 30px;
    margin-bottom: 5px;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px
}

.wp-caption img {
    border: 0;
    height: auto;
    max-width: 98.5%;
    width: auto
}

.wp-caption p.wp-caption-text {
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px
}
.get-services{
  text-align: center;
  position: relative;
  width: 100%;
  margin: 60px auto;
      font-weight: 700;
}
.get-services .inner{
  margin-right: 125px;
}
.get-services h5{
  color: #000080;
}
.get-services img{
  position: absolute;
  top: -50px;
  right: 0;

}
.social-share strong{
  display: block;
      margin-bottom: 10px;
}
.social-share a{
background: #36495c;
display: inline-block;
padding: 5px 15px;
margin: 5px 5px;
color: #fff;
border-radius: 30px;
}
.social-share a i{
  background: rgba(0, 0, 0, 0.16);
padding: 6px;
border-radius: 50px;
margin-right: 5px;
}

.social-share .twitter ,.social .twitter {background: #009eed}

.social-share .facebook,.social .facebook {background: #3B5997}

.social-share .gplus,.social .gplus {background: #942719}

.social-share .whatsapp {background: #075E54}

.related-box{
  background-color: #dee8ea;
  padding: 15px;
}
.related-box h3{
  font-size: 25px;
  margin-bottom: 20px;
}
.collection,
.not-found{
  margin: 50px 0
}
.collection .wrapper{
  padding: 20px 15px;
}
.services-cat{
      padding: 15px 25px;
      margin-top: 50px
}
.no-padding {
padding: 0 !important
}
.services-cat ul li {
    padding: 5px 0;
}
.services-cat ul li i{
  color: #ED553B;
margin-left: 7px;
}
.cards-wrap .card{
      border: 1px solid #e8f1f7;
          margin-bottom: 35px;
}
.cards-wrap .card:nth-child(odd) {
    clear: right;
}
.cards-wrap .card img{
  max-width: 100%;
  vertical-align: top;
  width: 100%;
}
.cards-wrap .card-title{
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.2);
  box-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-align: center;
  background: #fff;
}
.cards-wrap .card-title p{
  font-size: 1.15em;
  font-weight: 700;
  margin: 0;
  padding: 15px 5px 25px 5px;
}
.cards-wrap .card-title p a{
  color: #474747
}
.cards-wrap .card-title p a:hover{
  text-decoration: underline;
}

.loadmore button {
  background-color: #36495c;
      border-radius: 5px;
      border: 1px solid #0b283e;
      display: inline-block;
      cursor: pointer;
      color: #fff;
      width: 80%;
      height: 40px;
      font-weight: 900;
      font-size: 18px;
      margin-top: 50px;
}

.not-found .error-code{
  color: #2d353c;
      font-size: 96px;
      line-height: 100px;
}
.footer{

    color: #fff;
}
.footer-widget-area{
  padding: 40px 0;
}
.footer-widget-area .widgets,
.footer .widget-title{
margin-bottom: 30px;
}
.footer .widget-title{position: relative;padding: 15px 0;}
.footer-menu{
      margin-right: 30px;
}
.footer .widget-title:after {
    content: '';
    width: 60px;
    height: 6px;
    display: block;
    background: #ED553B;
    border-radius: 5px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.footer a{
  color: #fff;
}
.footer a:hover{
  text-decoration: underline;
}
.footer .footer-menu li,
.footer .hcontact li,
.footer .social a{
  margin: 5px 5px;
}
.footer .hcontact li{
  color: #d5d5d5
}
.footer .social .youtube{
  background: #ff0000
}
.site-copyright{
  padding: 15px;
background: #0d2431;
}
.site-copyright p{
  margin: 0
}
.callbutton,
.scrollUp {
  background-color: #893a6b;
  box-shadow: 2px 4px 6px 0px rgba(0,0,0,.4);
  color: #fff;
  position: fixed;
  bottom: 1em;
}
.callbutton{
    display: block;
  border-radius: 50%;
    right: 20px;
  padding: 15px;
}
.callbutton:hover{
color: #fff;
}
.scrollUp{
  z-index: 10;
  left: 0;
  border: 0;
  border-radius: 0 10px 10px 0;
  cursor: pointer;
}
.callbutton i,
.scrollUp i{
    font-size: 2.5em;
}
/* Responsive */


@media only screen and (min-width:560px) {
  .get-services{
    width: 65%
  }
  .card{
      width: 47%;
      float: right;
  }

  .card {
  margin-right: 2.7%;
  margin-left: auto;
  }
}

@media only screen and (min-width:768px) {
    .wrapper {
        max-width: 1200px
    }
    .logo-link{max-width: 100%}
    .inner-content{
      padding: 45px 50px 40px;
    }
    .hidden-xs {
        display: block!important
    }
    .get-services{
      width: 50%
    }
    .get-services h5{
      font-size: 1.5rem;
    }
    .get-services img{
      top: -33px;
      right: 5px;
    }
    .social-share .whatsapp{display: none;}
    .card {
        width: 29.5%;
        float: right;
        margin-right: 2.7%;
        margin-left: auto
    }
    .cards-wrap .card:nth-child(odd) {
        clear: none;
    }
    .cards-wrap .card:nth-child(3n+1) {
    margin-right: 0;
    clear: right;
    }
    .cards-wrap .card:nth-child(3n+1) {
        margin-right: 0;
        clear: right;
    }
    .footer-widget-area .col-2{
      width: 21%;
    }
    .footer-widget-area .hcontact{
      width: 24%;
    }
    .footer-widget-area .widgets.site-info{
      width: 35%;
    }
    .footer-widget-area .social{
      width: 15%;
    }
    .footer-widget-area .widgets{
      float: right;
      padding: 0 15px
    }
    .collection .inner-collection{
        width: 70%;
        float: right;
    }
    .collection .services-cat{
        width: 25%;
        float: left;
    }
    .free-quatoe{float: left;line-height: 58px}
    .free-quatoe .phone {
      border: 1px solid #dbdbdb;
      border-radius: 10px;
      font-size: 18px;
      padding: 2px 10px;
      margin: 0 15px;
    }
    .free-quatoe i{
      color: #ffb805;
          font-size: 22px;
          vertical-align: -26%;
    }
}

@media only screen and (min-width:992px) {
  .search-body{
    width: 50%;
  }
.nav-toggle{display: none}
.main-navigation .nav-list{display: block !important;width: auto;}
.logo{
  float:right;
}
.navbar-header{
  width: auto;
}
.main-navigation .nav-list > li a{
  padding: 0;
  border-left: 1px solid #dbdbdb;
  padding-left: 25px;
  padding-right: 25px;
}
.main-navigation .nav-list > li{
  display: inline-block;
  position: relative;
  padding: 15px 0;
}
.main-navigation .nav-list li.has_children > .sub-menu a{
  border-bottom: 1px solid rgba(0,0,0,0.10);
  color: #474747
}

.main-navigation .nav-list li.has_children > .sub-menu {
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.1);
  box-shadow: 2px 4px 6px 0px rgba(0,0,0,.4);
  position: absolute;
  top: 100%;
  min-width: 180px;
  line-height: 33px;
  z-index: 5;
  left: 0;
}
.free-quatoe{
  display: block;
}


.main-navigation .nav-list > li:hover{
  background: #ffb606;
  color: #474747;
}
.main-navigation .nav-list li.has_children a:hover > .sub-menu {
display: block;
transition: all 500ms;
}
.main-navigation .nav-list li.has_children:hover > .sub-menu {
display: block;
transition: all 500ms;
}
.main-navigation .nav-list li.has_children > .sub-menu a:hover{
  background-color: #e8f1f7;
}

}
/* icons */
i{
font: normal normal normal 15px/1 icons font;
display: inline-block;
font-size: inherit;
vertical-align: middle;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}



.icon-cross-mark:before {
  content: "\62";
}
.icon-bars:before {
  content: "\63";
}
.icon-phone:before {
  content: "\61";
}
.icon-phone-1:before {
  content: "\64";
}
.icon-chevron-left:before {
  content: "\65";
}
.icon-link:before {
  content: "\66";
}
.icon-wrench:before {
  content: "\67";
}
.icon-arrow-up:before {
  content: "\68";
}
.icon-facebook:before {
  content: "\69";
}
.icon-twitter:before {
  content: "\6a";
}
.icon-google-plus:before {
  content: "\6b";
}
.icon-whatsapp:before {
  content: "\6c";
}
.icon-star:before {
  content: "\6d";
}
.icon-youtube-play:before {
  content: "\6e";
}
.icon-star-half:before {
  content: "\6f";
}
.icon-play:before {
  content: "\70";
}
.icon-folder:before {
  content: "\71";
}
.icon-search-2:before {
  content: "\74";
}
.icon-arrow-left:before {
  content: "\72";
}
.icon-arrow-right:before {
  content: "\73";
}
.icon-map-marker:before {
  content: "\75";
}
.icon-clock-o:before {
  content: "\76";
}
.icon-tint:before {
  content: "\77";
}
.icon-phone-2:before {
  content: "\78";
}
.icon-mobile:before {
  content: "\79";
}
.icon-calendar:before {
  content: "\7a";
}
.icon-caret-up:before {
  content: "\42";
}
.icon-caret-down:before {
  content: "\43";
}
.icon-arrow-left-1:before {
  content: "\41";
}
.icon-paper-plane:before {
  content: "\44";
}
.icon-youtube:before {
  content: "\45";
}
.icon-instagrem:before {
  content: "\46";
}
.icon-arrow-circle-o-up:before {
  content: "\47";
}
.icon-caret-down-1:before {
  content: "\48";
}
.icon-check:before {
  content: "\49";
}
