/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/*********** my code *********/

@import url("https://fonts.googleapis.com/css2?family=ABeeZee&family=Fredoka+One&display=swap");
/*
@font-face {
font-family: 'ABeeZee', sans-serif;
src: url(../font/LifeSavers-Bold.ttf);
}@font-face {
font-family:head3;
src: url(../font/garto16.ttf);
}
@font-face {
font-family:pargrph;
src: url(../font/kottaone-regular.ttf);
}@font-face {
font-family:head1;
src: url(../font/Elsie-Regular.otf);
}
*/

html {
    scroll-behavior: smooth;
}


body {
    text-transform: capitalize;
    /*    overflow: hidden;*/
    font-family: "ABeeZee", sans-serif;
}

p {
    color: #888;
    font-family: "ABeeZee", sans-serif;
    font-size: 19px;
}

h2,
.h1 {
    font-family: "ABeeZee", sans-serif;
    font-weight: bold;
    color: #239194;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-size: 36px;
}

h3 {
    color: #333333;
    font-family: "ABeeZee", sans-serif;
}

.padding-section {
    padding-top: 160px;
    padding-bottom: 160px;
}
a:hover {
    text-decoration: none;
}
/* Grid System 
--------------------------------------------------------------------------------------------------------------- */

.row {
    margin-top: 50px;
}
.row {
    margin-right: 0px; 
    margin-left: 0px; 
}
/* .grid-box {
margin-bottom: 10px;
padding: 10px;
font-family: fantasy;
}

.warning {
color: red;
font-size: 16px;
font-weight: bold;
}

.product {
padding: 10px;
background: #333;
color: white;
margin-bottom: 10px;
min-height: 100px;
}

.test {
height: 2000px;
background: #F6F6F6;
line-height: 300px;
} */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------Start Overriding Bootstrap---------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------ */
/* Navigation 
--------------------------------------------------------------------------------------------------------------- */
.navbar-nav {
    height: 80px;
}
.navbar-inverse {
/*    background-color: rgba(255, 255, 255, 0.7);*/
    background-color: #fff;
    font-family: "ABeeZee", sans-serif;
    border-color: #eae8e8;
}

.navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
}

.navbar-inverse .navbar-brand {
    color: #333;
}

.navbar-inverse .navbar-brand:hover {
    color: #239194;
}

.navbar-inverse .navbar-nav > li > a {
    color: #333;
    opacity: 1;
}
.navbar-inverse .navbar-nav > li > a:hover {
    color: #239194;
}
.navbar-inverse .navbar-nav > li > a:before {
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
    opacity: 0;
}
.navbar-inverse .navbar-nav > li > a:hover {
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
    opacity: 1;
    -webkit-transition: 0.5s color, opacity ease;
    -o-transition: 0.5s color, opacity ease;
    transition: 0.5s color, opacity ease;
}

.navbar-inverse .navbar-nav > li > a:focus {
    color: #333333;
}

.dropdown-menu {
    background: #239194;
    min-width: 200px;
}

.navbar-right .dropdown-menu {
    left: 0;
    right: auto;
}

.dropdown-menu > li > a {
    padding: 6px 20px;
    -webkit-transition: padding 0.5s ease;
    -o-transition: padding 0.5s ease;
    transition: padding 0.5s ease;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    padding-left: 25px;
}

.navbar-inverse .navbar-brand {
    font-family: "Fredoka One", cursive;
    font-size: 39px;
    line-height: 30px;
    padding: 0px;
}
.navbar-inverse .navbar-brand img {
    padding-top: 17px;
    width: 95%;
    height: auto;
    -o-object-fit: fill;
       object-fit: fill;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #333;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    background: #239194;
}

.navbar-toggle {
    margin-top: 12px;
}
.sticky {
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
}
/*  Slidebar 
--------------------------------------------------------------------------------------------------------------- */

.carousel-caption {
    bottom: 120px;
    background: rgba(255, 255, 255, 0.7);
    padding-left: 20px;
    padding-right: 20px;
    color: #333;
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    text-shadow: none;
    border-radius: 18px;
}

.carousel-caption h2 {
    color: #239194;
    font-size: 23px;
    font-weight: lighter;
    line-height: 46px;
}

.carousel-caption p {
    color: #239194;
}
.carousel-caption span {
    /* color: #045a8f; */
    color: #800a12;
}

.carousel-indicators li {
    height: 11px;
    width: 11px;
    border: 2px solid #fff;
}

.carousel-indicators .active {
    height: 16px;
    width: 16px;
}

.carousel-inner > .item > img {
    height: 739px;
    margin: 0 auto;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px 10px 0 0;
    border-top: 1px solid rgb(245, 239, 239);
    border-left: 1px solid rgb(245, 239, 239);
    border-right: 1px solid rgb(245, 239, 239);
}
.carousel-inner > .item-product > img {
    height: 210px;
    -o-object-fit: fill;
       object-fit: fill;
    width: 100%;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    margin-top: 146px;
}
.carousel-control .sign-chevron {
    margin-top: 9px !important;
    font-size: 19px;
}
/***************** End Overriding Bootstrap ************/
/*  About
--------------------------------------------------------------------------------------------------------------- */

.about p {
    color: #333333;
    margin-top: 15px;
    line-height: 1.9;
}
/*  Features
--------------------------------------------------------------------------------------------------------------- */

.features {
    background: #eae8e8;
    padding-top: 140px;
    position: relative;
}

.features h2 {
    margin: 90px auto 70px;
}

.features .feature {
    margin-bottom: 35px;
}

.features .feature img {
    width: calc(100% - 60px);
    height: auto;
    padding: 10px 0;
}

.features .feature h3 {
    font-weight: bold;
    font-size: 19px;
}
.features .feature button a {
    color: #333;
    font-size: 14px;
    text-decoration: none;
}
.features .feature button:hover a {
    color: #ffffff;
}
.features .feature button {
    -webkit-transition: ease-out 0.3s;
    -o-transition: ease-out 0.3s;
    transition: ease-out 0.3s;
    margin: 20px 0;
    padding: 8px 30px;
    border-radius: 50px;
    background: #eae8e8;
    border: 2px solid #333333;
    outline: none;
    position: relative;
    z-index: 1;
}
.features .feature button:hover {
    color: #ffffff;
    cursor: pointer;
    border: 0.5px solid #045a8f;
}
.features .feature button:before {
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    content: "";
    background-color: #045a8f;
    border-radius: 50px;

}

.features .feature button:hover:before {
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1;
    z-index: -1;
}
/* .features .feature button {
margin: 20px 0;
padding: 8px 30px;
border-radius: 0px;
background: #ccc;
font-size: 14px;
background-color: #239194;
color: #fff;
outline: none;
}

.features .feature button a.more {
color: white;
text-decoration: none;
cursor: pointer;
border: none;
position: relative;
top: 0px;
text-transform: uppercase;
transition: all 0.2s ease;
}
.features .feature button:hover {
background-color: #045a8f;
} */
.features .feature button .fa-arrow-down {
    margin-left: 10px;
}
.custom-shape-divider-top-1607503528 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.custom-shape-divider-top-1607503528 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 150px;
}

.custom-shape-divider-top-1607503528 .shape-fill {
    fill: #ffffff;
}

/** For mobile devices **/
@media (max-width: 767px) {
    .custom-shape-divider-top-1607503528 svg {
        width: calc(100% + 1.3px);
        height: 78px;
    }
}
/* Price Table 
--------------------------------------------------------------------------------------------------------------- */

.product {
    padding-bottom: 60px;
    /*    padding-top: 140px;*/
    z-index: 2;
    position: relative;
    display: none;
}
.product .product-headline {
    padding: 68px 12px;
}
.product .product-headline h2 {
    font-size: 26px;
}

.product .product-content h3 {
    margin: 0;
}
.product .product-name {
    /* background-color: #045a8f; */
    background-color: #fff;
    margin-bottom: 34px;
    padding: 28px 10px 30px;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
    border-radius: 0 0 10px 10px;
}
.product .product-name h3 {
    font-size: 15px;
    color: #045a8f;
}
img-product {
    width: 100%;
}
/* Contact Us 
--------------------------------------------------------------------------------------------------------------- */

.contact-us {
    /* background: url(../images/banner2.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 300px; */
    width: 100%;
    margin: 0 auto;

}

/*
.contact-us .fields {
background: rgba(0, 0, 0, 0.6);
min-height: 300px;
padding-bottom: 160px;
padding-top: 140px;
}
*/

/*
.contact-us .fields form {
background: rgba(234, 232, 232, 0.7);
padding: 30px 25px;
width: 100%;
margin-bottom: 20px;
margin-left: 20px;
color: #333333;
}

.contact-us .fields form label {
font-size: 16px;
}

.contact-us .fields form textarea .form-control {
resize: none;
}

.contact-us .fields form input[type="text"]:focus,
.contact-us .fields form textarea:focus {
border-color: #239194;
outline: none;
}

.contact-us .fields form input[type="submit"] {
background: #239194;
border: 1px solid #239194;
text-transform: uppercase;
color: #fff;
font-size: 14px;
}
.contact-us .fields form input[type="submit"]:hover {
background: #045a8f;
border: 1px solid #045a8f;
}
.contact-us .fields .contact-info {
overflow: hidden;
}
*/

.contact__widget {

    padding-top: 100px;
    padding-bottom: 100px;
}
.contact__widget__icon {
    height: 70px;
    width: 70px;
    background: #f2f7f8;
    border-radius: 50%;
    line-height: 70px;
    text-align: center;
    font-size: 30px;
    color: #239194;
    float: left;
    margin-right: 30px;
}
.contact__widget__icon:hover {
    background: #239194;
    color: #f2f7f8;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;

}
.contact__widget__text {
    overflow: hidden;
    padding-top: 8px;
}
.contact__widget__text h5 {
    font-size: 20px;
    font-weight: 600;
    color: #239194;
    margin-bottom: 5px;
}
.contact__widget__text p , .contact__widget__text p a {
    font-weight: 300;
    margin-bottom: 0;
    color: #333
}
.contact__widget__text p a:hover, .contact__widget__text p a:visited {
    color: #239194;
    text-decoration: none;
}
img {
    max-width: 100%;
}
.contact__pic img {
    min-width: 100%;
    -webkit-box-shadow: 0px 3px 15px rgba(35, 145, 148, 0.1);
    box-shadow: 0px 3px 15px rgba(35, 145, 148, 0.1);
}
.contact__form h3 {
    color: #111111;
    font-weight: 600;
    margin-bottom: 35px;
}
.contact__form form input {
    width: 100%;
    height: 50px;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    padding-left: 20px;
    font-size: 15px;
    color: #666666;
    margin-bottom: 20px;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}
.contact__form form textarea {
    width: 100%;
    height: 110px;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    padding-left: 20px;
    font-size: 15px;
    color: #666666;
    padding-top: 12px;
    resize: none;
    margin-bottom: 14px;
    -webkit-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}
.contact__form form button {
    width: 100%;
}
.submit-btn {
    font-size: 15px;
    color: #ffffff;
    background: #239194;
    font-weight: 600;
    border: none;
    border-radius: 5px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 14px 30px 12px;
}
/* Our Clients 
--------------------------------------------------------------------------------------------------------------- */

.our-clients {
    padding-top: 140px;
    padding-bottom: 160px;
}

.our-clients h1 {
    margin-bottom: 80px;
}

.our-clients img {
    opacity: 0.4;
    filter: alpha(opacity=40);
    /* هذه عشان ما تسبب مشاكل في ويندوز*/
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.our-clients img:hover {
    opacity: 1;
}
/* Loading 
--------------------------------------------------------------------------------------------------------------- */

/*
.loading-overlay {
background: #f5f5f5;
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 99999;
}

.spinner {
margin: 400px auto;
width: 40px;
height: 40px;
position: relative;
}
*/

.cube1,
.cube2 {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
    animation: sk-cubemove 1.8s infinite ease-in-out;
}

.cube1 {
    -webkit-background-color: #239194;
    background-color: #239194;
}

.cube2 {
    -webkit-background-color: #045a8f;
    background-color: #045a8f;
}

.cube2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

@-webkit-keyframes sk-cubemove {
    25% {
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    }
    50% {
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    }
    75% {
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg)
            scale(0.5);
    }
    100% {
        -webkit-transform: rotate(-360deg);
    }
}
@keyframes sk-cubemove {
    25% {
        transform: translateX(42px) rotate(-90deg) scale(0.5);
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    }
    50% {
        transform: translateX(42px) translateY(42px) rotate(-179deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
    }
    50.1% {
        transform: translateX(42px) translateY(42px) rotate(-180deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    }
    75% {
        transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg)
            scale(0.5);
    }
    100% {
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
    }
}
/* Scrollup 
--------------------------------------------------------------------------------------------------------------- */

#scroll-top {
    width: 50px;
    height: 40px;
    color: #fff;
    background-color: rgba(35, 145, 148, 0.7);
    text-align: center;
    position: fixed;
    right: 15px;
    bottom: 20px;
    z-index: 9999;
    cursor: pointer;
    display: none;
}

#scroll-top .fa-chevron-up {
    padding-top: 5px;
}

#scroll-top:hover {
    background-color: #045a8f;
}
/* Footer
--------------------------------------------------------------------------------------------------------------- */

.container {
    margin: 0 auto;
}

.footer {
    /* background-color: rgba(35, 145, 148, 0.5); */
    background-color: #f2f7f8;
    /* padding-top: 60px; */
    margin: 0 auto;
    width: 100%;
}
.footer .links {
    margin-top: 30px;
}
.footer .useful-links {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 20px auto 10px;
}

.footer .useful-links li {
    margin-right: 30px;
}

.footer .useful-links li a {
    width: 30px;
    margin: 0 auto;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    color: #333;

}
.footer .useful-links li a:hover {
    color: #239194;
}
.footer .copyright {
    padding: 20px 0;
    margin-top: 30px;
    font-size: 14px;
}

.navbar-inverse .navbar-toggle:hover {
    background-color: #239194;
}

.navbar-inverse .navbar-toggle {
    border-color: #239194;
}

.navbar-inverse .navbar-toggle span {
    color: #239194;
}

.navbar-inverse .navbar-toggle span:hover {
    color: #ffffff;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #333333;
}