* {
    box-sizing: border-box;
    outline: none;
}

a {
    text-decoration: none;
    color: #000;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.form-footer button {
    background: #047DB4;
    color: #fff;
}

.form-footer button:hover {
    background: #c5b745;
    color: #fff;
}

.form-footer textarea {
    min-height: 100px;
}
a:hover {
    text-decoration: none;
    color: #4f9ff3;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

button,
button:hover {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: background 0.3s linear;
}

body {
    direction: rtl;
    padding: 0;
    margin: 0;
    text-align: right;
    font-family: 'Cairo', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {

    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
p {
    margin: 0;
    color: #777;
    font-size: 17px;
    line-height: 27px;
    font-weight: 300;
}

ul {
    padding: 0;
    margin: 0;
    display: block;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

ul li {
    display: block;
    list-style: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

img {
    max-width: 100%;
}

input,
button,
input:focus,
button:focus,
input:active,
button:active,
button:hover,
textarea:active,
textarea:focus,
select,
select:active,
select:focus {
    outline: none !important;
}

textarea {
    resize: none;
}




.top-nav .langs-box ul li a img {
    max-height: 28px;
}

.top-nav .langs-box ul li {
    display: inline-block;
    margin: 0 5px;
}
.navbar .navbar-nav a.nav-link {
    color: #333;
    font-size: 18px;
}
h3.s_data {
    margin-bottom: 30px;
    text-align: center;
}
.navbar .navbar-nav .nav-item {
    margin: 0 15px;
}
.social-media-icons ul li {
    display: inline-block;
    margin: 0 5px;
}

.top-nav {
    max-height: 45px;
    border-bottom: 1px solid #efefef;
}


.social-media-icons {
    line-height: 45px;
    text-align: left;
}

.langs-box {
    line-height: 45px;
}
.shape-4 {
    position: absolute;
    top: 70%;
    left: -60px;
    transform: translateY(-50%);
}

.shape-5 {
    position: absolute;
    top: 50%;
    left: -340px;
}

.shape-6 {
    position: absolute;
    left: -570px;
    top: 75%;
}

.shape-3 {
    position: absolute;
    right: -190px;
    top: 70%;
    transform: translateY(-50%);
}

/* 
    Navbar Style 
*/
.navbar-brand img {
    height: 80px;
    width: auto;
}
.nav-fixed {
    background: #fff !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    border-bottom: 1px solid #efefef;
}
nav.navbar {
    background: transparent;
    border-bottom: 1px solid #efefef;
    max-height: 110px;
    height: 100px;
    padding: 0;
}
header .navbar-light .navbar-nav .nav-link {
    position: relative;
    transition: all .3s linear;
    color: #ccc;
}
header .navbar-light .navbar-nav .nav-link.active {
    color: #fff
}
.navbar-light .navbar-nav .nav-link:after {
    position: absolute;
    bottom: -36px;
    right: -100%;
    width: 100%;
    height: 3px;
    background: #fff;
    opacity: 0;
    transition: all .3s linear;
}
header .navbar-light .navbar-nav  .nav-item {
    margin: 0 20px;
}
.navbar-light .navbar-nav .nav-link.active:after {
    opacity: 1;
    right: 0;
}
.navbar-light .navbar-nav .nav-link:hover,.navbar-light .navbar-nav .nav-link:focus {
    color: #171715;
}
.navbar-light .navbar-nav .nav-link:hover:after {
    opacity: 1;
    right: 0;
}

header .nav-fixed .navbar-nav .nav-link {
    color: #333333ba;
}

header .nav-fixed .navbar-nav .nav-link.active {
    color: #222;
}

header .nav-fixed .navbar-nav .nav-link:hover {
    color: #222;
}

header .nav-fixed .navbar-nav .nav-link:hover:after {
    background: #222;
}

header .nav-fixed .navbar-nav .nav-link.active:after {
    background: #222;
}




.content {
    position: relative;
    overflow: hidden;
}

.in-dev {
    border: 1px solid #E9E9E9;
    padding: 15px;
    height: 100%;
    margin-bottom: 30px;
}

.in-dev h4 {
    font-size: 19px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
}

.in-dev p {
    font-size: 16px;
    color: #777;
}
.dev-background {
    min-height: 300px;
    background-size: contain;
    background-position: center center;
    margin-bottom: 25px;
    transition: all .3s linear;
    background-repeat: no-repeat;
}
.filter-box {
    margin-bottom: 40px;
}

.filter-box > div {
    display: inline-block;
    margin: 0 3px;
    transition: all .3s linear;
}

.filter-box .grid-style-1 {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border: 1px solid #E9E9E9;
    cursor: pointer;
    font-size: 20px;
    color: #1C2755;
}

.filter-box .grid-style-2 {
    color: #1C2755;
    height: 50px;
    width: 50px;
    text-align: center;
    border: 1px solid #E9E9E9;
    line-height: 50px;
    font-size: 20px;
    cursor: pointer;
}
.cats-sort-btn i {
    margin: 0 5px;
}

.sort-by select {
    border: 1px solid #E9E9E9;
    height: 50px;
    min-width: 140px;
}

.cats-sort-btn {
    border: 1px solid #E9E9E9;
    height: 50px;
    text-align: center;
    min-width: 150px;
    line-height: 50px;
    cursor: pointer;
}

.nice-select.select {
    min-width: 140px;
    border-radius: 0;
}

.style-2 .in-dev .dev-background {
    width: calc(50% - 4px);
    display: inline-block;
    float: right;
}

.style-2 .in-dev  .in-dev-cont {
    width: calc(50% - 4px);
    display: inline-block;
    float: left;
}
.style-1 .in-dev:hover .dev-background {
    transform: scale(1.1);
}
.style-2 a {
    display: block;
}

.style-2 .in-dev .dev-background:after {
    content: '';
    clear: both;
}

.style-2 .in-dev .in-dev-cont:after {content: '';clear: both;}

.style-2 a:after {content: '';clear: both;display: block;}
nav.navbar.ss.home-p.navbar-expand-lg.navbar-light.nav-fixed {
    margin: 0 !important;
}
h2.ti {
    display: inline-block;
    position: relative;
    padding: 0 20px;
    margin: 0;
    font-size: 25px;
    color: #444;
}

h2.ti:before {content: '';position: absolute;top: 50%;right: 0;height: 100%;width: 5px;background: #047DB4;transform: translateY(-50%);}


.client-box img {
    max-width: 70%;
    margin: 0 auto;
    opacity: 0.5;
    transition: all .3s linear;
}

.client-box:hover img {
    opacity: 1;
}

.section-title {
    margin-bottom: 60px;
}



h2.ti.small-text {
    font-size: 20px;
}

.cats-box ul li {
    margin-bottom: 15px;
    margin: 0 30px 15px;
}

.cats-box ul li ul {
    padding: 20px;
}

.cats-box > ul > li {
    position: relative;
}

.cats-box > ul > li:before {content: '';position: absolute;top: 6px;right: -25px;height: 14px;width: 14px;border-radius: 50%;border: 1px solid #333;}
.clients {
    padding: 100px 0;
}

.site-info img {
    width: 30%;
    margin-bottom: 20px;
}

.site-info p {
    font-size: 15px;
}

footer {
    padding: 25px 0;
}

footer h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

footer ul li {
    margin-bottom: 8px;
}
.search-icon {
    cursor: pointer;
}
.search-area {visibility: hidden;padding: 0;position: absolute;bottom: -60px;left: 0;width: 100%;height: 0px;overflow: hidden;transition: all .3s linear;opacity: 0;}

.search-area input {
    width: 70%;
    display: inline-block;
    min-height: 45px;
}
footer ul li a i {
    margin: 0 8px;
}
.search-area button {
    color: #fff;
    width: 15%;
    background: #047DB4;
    min-height: 43px;
    border: none;
    line-height: 45px;
    display: inline-block;
    padding: 0;
    margin: 0 2%;
}
.search-area.active {
    opacity: 1;
    height: 60px;
    padding: 20px;
    overflow: visible;
    visibility: visible;
}
.search-area .form-group {
    display: flex;
    align-items: center;
}
.last-foot .row {
    align-items: center;
}
ul.navbar-nav.m-auto.mt-2.mt-lg-0 {
    background-color: #fff;
    margin-top: 10px !important;
}
.elryad-copyright {
    text-align: left;
}
button.navbar-toggler {
    margin: 0 25px !important;
}
.in-dev:hover a h4 {color: #c5b745;}

.in-dev:hover .in-dev-cont h4 {
    color: #c5b745;
}
.cats-sort-box {
    border-top: 2px solid #333;
    margin-top: 75px;
    position: absolute;
    z-index: 9;
    background: #fff;
    transition: all .3s linear;
    visibility: hidden;
    opacity: 0;
}
.grid-style-1.active,.grid-style-2.active {
    border-color: #c5b745;
}
.cats-sort-box ul {
    padding: 15px;
}
.cats-box ul li ul li {margin: 0;margin-bottom: 15px;}
.cats-sort-box ul li {
    margin-bottom: 3px;
    padding: 10px;
}
.cats-sort-box.show {
    margin: 10px 0;
    visibility: visible;
    opacity: 1;
}
.cats-sort-box ul li:hover {
    background: #047db4;
}
.section-main-title {
    margin-bottom: 60px;
    text-align: center;
}
.cats-sort-box ul li:hover a {
    color: #fff;
}
footer ul li a {
    color: #777;
    font-size: 14px;
}

.shape-1 {
    position: absolute;
    right: 0;
}
.shape-2 {
    position: absolute;
    left: -510px;
    top: -120px;
}
.contact-form .form-group {
    margin-bottom: 25px;
}

.contact-form .btn.mch-bgn {
    background: #047DB4;
    color: #fff;
    padding: 8px 15px;
    min-width: 130px;
}
section {
    padding: 80px 0;
}

.contact-info-icon i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 2px solid #047db4;
    border-radius: 50%;
    color: #047db4;
}

.contact-info-icon {
    margin-left: 15px;
}

.contant-info-box {
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-us-box h3 {
    font-size: 22px;
    font-weight: 500;
}

.about-us-box p {
    line-height: 1.9;
    margin-top: 25px;
}

.section-main-title h2 {
    font-weight: bold;
}
.contact-info-title {
    font-size: 17px;
}

section.contact-info {
    background: #f9f9f9;
}
.contact-form .btn.mch-bgn:hover {
    background: #09648d;
}
.map iframe {
    width: 100%;
    height: 100%;
}

.map {
    height: 100%;
}
.contact-form input {
    min-height: 45px;
    line-height: 45px;
}

.contact-form textarea {
    min-height: 160px;
}


.about-us,
.our-show {
    position: relative;
    padding-bottom: 160px;
}
.our-show:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    /* background-image: url(../images/wave-bottom2.svg); */
    height: 275px;
}
.our-show {
    background-color: #f6f6f6;
}
.about-us {
    background-color: #fff;
}
.about-us:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    /* background-image: url(../images/wave-bottom.svg); */
    height: 275px;
}



/* Start Services */
.service-box {
    background: #fff;
    transition: all .3s linear;
    text-align: center;
    padding: 35px 25px;
    margin-bottom: 30px;
}
.service-box:hover {
    transform: translateY(-10px);
}
.service-box i {
    font-size: 38px;
    margin-bottom: 20px;
}

.service-box .service-title {
    color: #171819;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.service-box p {
    font-weight: 400;
    letter-spacing: 0.1px;
    margin-bottom: 0;
}
.services {
    background-color: #f8f9fa;
}





/* New Style In 22 / 9 / 2020  "Mustafa Fathi" */
.single-page-content-box .element-page-title {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #333;
}
#glass {
    z-index: 99999;
    position: absolute;
    border-radius: 50%;
    box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
    display: none;
    background-repeat: no-repeat;
    background-color: rgba(0,0,0,.6);
  }
  
.single-page-content-box  .element-date li {
    display: inline-block;
    margin: 0 5px;
}
.single-page-content-box .element-date {
    margin-bottom: 20px;
}
.single-page-content-box .element-date li a {
    color: #c5b745;
}
.single-page-content-box p {
    margin-bottom: 15px;
}
.last-foot {
    background: #f9f9f9;
}
ul#products-custom-dots li:first-of-type {
    margin-right: 0 !important;
}
ul#products-custom-dots li {
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
    background: #f9f9f9;
    padding: 10px;
}
ul#products-custom-dots li img {
    height: 100px;
    width: 100px;
    object-fit: cover;
}
.full-product-img {
    text-align: center;
    max-height: 350px !important;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
    height: 350px;
}
.dot-box .full-product-img {
    max-height: initial !important;
    margin: 0;
    height: auto !important;
}
.full-product-img img.light-zoom {
    width: auto !important;
    height: 100% !important;
    object-fit: cover;
    margin: 0 auto;
}
p.pr-price {
    color: #c5b745;
    margin: 0 !important;
}
.product-title-f h3 {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #333;
}
.product-info-box .product-link-btn {
    background: #047DB4;
    margin-top: 15px;
    color: #fff;
    padding: 10px 30px;
}
.product-info-box p {
    margin-bottom: 15px;
}
.product-info-box .product-link-btn:hover {
    background: #c5b745;
    color: #fff;
}
.wpcf7 button.btn.mch-bgn {
    background: #047db4;
    color: #fff;
    min-height: 50px;
    line-height: 50px;
    padding: 0;
    width: 140px;
}
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {direction: rtl !important;}
.loader {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 999;
    top: 0;
    left: 0;
}
.clients-slider .owl-nav {
    text-align: center;
    margin-top: 30px;
}

.clients-slider .owl-nav button {
    margin: 0px 30px;
    font-size: 35px;
}
.clients-slider .owl-nav.disabled {
    text-align: center;
    display: block;
    margin-top: 30px;
}

.clients-slider .owl-nav.disabled button {
    margin: 0px 30px;
    font-size: 35px;
}

.loader i {
    position: absolute;
    top: 50vh;
    left: 50%;
    font-size: 60px;
    transform: translateY(-50%);
}









.cate-s-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.cate-s-box {
    margin-bottom: 30px;
    position: relative;
    min-height: 300px;
}
.cate-s-content {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    padding: 0 50px;
    right: 0;
}

.cate-s-box:before {content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: #000;opacity: 0.4;}

.cate-s-box h3 {color: #fff;font-size: 38px;font-weight: bold;margin-bottom: 15px;}

.cate-s-box h5 {
    color: #ccc;
    font-style: italic;
}
.product-img-list {display: flex;align-items: center;justify-content: center;}

.product-img-list img {display: inline-block;width: 150px;height: 150px;object-fit: cover;margin: 0 5px;cursor: pointer;}
.cate-s-box a {
    color: #fff;
    border: 2px solid #fff;
    border-radius: 0;
    padding: 10px 50px;
    margin-top: 20px;
    transition: all .3s linear;
}

.cate-s-box a:hover {
    background: #fff;
    color: #333;
}
.input-number {
  width: 80px;
  padding: 0 12px;
  vertical-align: top;
  text-align: center;
  outline: none;
}

.input-number,
.input-number-decrement,
.input-number-increment {
  border: 1px solid #ccc;
  height: 40px;
  user-select: none;
}
.search-icon li {
    display: inline-block;
    margin: 0 10px;
    position: relative;
}
.input-number-decrement,
.input-number-increment {
  display: inline-block;
  width: 30px;
  line-height: 38px;
  background: #f1f1f1;
  color: #444;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}
.input-number-decrement:active,
.input-number-increment:active {
  background: #ddd;
}

.input-number-decrement {
  border-left: none;
  border-radius: 0 4px  4px 0;
}
.count-box {
    margin-top: 15px;
}
.input-number-increment {
  border-right: none;
  border-radius: 4px 0   0 4px;
}
.cate-s-box.l-s .cate-s-content {
    left: 0;
    right: auto;
    text-align: left;
}

.product-info-box .select {display: inline-block;}

p.pr-price {
    margin-bottom: 20px !important;
}



/*zoomIn.css*/
.zoomit-ghost {
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  cursor: wait;
  display: block;
  position: absolute;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}
.zoomit-zoomed {
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 5;
  position: absolute;
  width: auto !important;
  height: auto !important;
  max-width: none !important;
  max-height: none !important;
  min-width: 100% !important;
  min-height: 100% !important;
  transition: transform 0.1s ease, opacity 0.2s ease;
}
img#pic {
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.zoomit-container {
  overflow: hidden;
  position: relative;
  vertical-align: top;
  display: inline-block;
}
.zoomit-container img {
  vertical-align: top;
}
.zoomit-container.loaded .zoomit-ghost {
  cursor: crosshair;
}
.zoomit-container.loaded .zoomit-zoomed {
  opacity: 1;
}



.i-dropdown {
    position: relative;
}

ul.u-dropdown {
    position: absolute;
    left: 50%;
    background: #333;
    width: max-content;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    transform: translateX(-50%);
}
ul.u-dropdown .u-dropdown {
    right: calc(100% + 1px);
    opacity: 0;
    visibility: hidden;
    top: 0;
    left: auto;
    transform: unset;
}
span.item-count {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 18px;
    height: 18px;
    background: #333;
    text-align: center;
    line-height: 18px;
    color: #fff;
    border-radius: 50%;
    font-size: 13px;
}
.u-dropdown.show {
    opacity: 1 !important;
    visibility: visible !important;
}
ul.u-dropdown .i-dropdown:hover .u-dropdown {
    opacity: 1;
    visibility: visible;
}
ul.u-dropdown {
    opacity: 0;
    visibility: hidden;
}

.i-dropdown:hover > ul.u-dropdown {
    opacity: 1;
    visibility: visible;
}
ul.u-dropdown li a {
    padding: 10px 20px;
    display: block;
}

ul.u-dropdown li:hover {
    background: #047DB4;
    color: #fff;
}

ul.u-dropdown li:hover a {
    color: #fff;
}

ul.u-dropdown li a {
    color: #fff;
}






.checkout-items h3 {
    margin-bottom: 25px;
    font-weight: bold;
    font-size: 20px;
}

.checkout-form h3 {
    margin-bottom: 25px;
    font-weight: bold;
    font-size: 20px;
}

.checkout-form {
    margin-top: 50px;
}

.checkout-form input {
    height: 50px;
    border-color: #333;
    border-radius: 5px;
    box-shadow: none;
    outline: none;
}

.checkout-form input:focus {
    box-shadow: none;
}

.checkout-form .ad-input {
    min-height: 100px;
    height: 100px;
}

.checkout-form button.btn {
    background: #047DB4;
    color: #fff;
    padding: 10px 40px;
    margin-top: 10px;
}
#c-table {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#c-table td, #c-table th {
  border: 1px solid #ddd;
  text-align: center;
  padding: 8px;
}
.bvs ul li {
    display: inline-block;
    width: 49%;
    margin-bottom: 20px;
}

.bvs ul {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 10px;
    padding-bottom: 0;
}

.bvs ul li h4 {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin-left: 10px;
    color: #047db4;
}

.bvs h3.text-center {
    margin-bottom: 30px;
    font-size: 24px;
}
#c-table tr:nth-child(even){background-color: #f2f2f2;}

#c-table tr:hover {background-color: #ddd;}

#c-table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color: #c5b745;
  color: white;
}


.navbar a.mobile-only {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 110px;
}









