/* this website created by : Engineer Abdo Hassan */
                    /* start Global Rules */
/* start Variables */
:root {
    --main-color:#2A89CD;
    --secondary-color:#FF7033;
    --third-color:#E6E9F7;
    --padding:50px;
}
/* end Variables */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body {
    font-family: 'Cairo', sans-serif;
}

                        /* end Global Rules */
/* section1 */
.navbar .container-fluid .navbar-brand {
   margin-right: 10px;
}
.navbar .container-fluid ul.navbar-nav .nav-item a.nav-link {
    font-size: 20px;
}
/* section1 */
/* section2 */
section.section2 {
    position: relative;
}
section.section2::before {
    content: "";
    position: absolute;
    width: 100%;
    height:550px;
    background-color:var(--main-color);
    z-index: -1;
    transform: skewY(-6deg);
    transform-origin: top left;
}
@media(max-width:992) {
    section.section2  .pro {
        border: 1px solid #888;
    }
}
section.section2 .row .right , section.section2 .row .left {
    margin-top:20px;
}
section.section2 .row .left .text p {
    font-size:30px;
    font-weight: bold;
    color: #fff;
}
@media (min-width:0px) and (max-width:767px) {
    section.section2 .row .left .text p {
        font-size:15px;
    }
}
@media (min-width:768px) and (max-width:991px) {
    section.section2 .row .left .text p {
        font-size:15px;
    }
}
section.section2 .row .left .but button {
    background-color: var(--secondary-color);
    color: #fff;
    font-size: 25px;
    border-radius: 5px;
    padding: 10px;
    border: none;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media (min-width:0px) and (max-width:767px) {
    section.section2 .row .left .but button {
        font-size: 20px;
        padding: 5px;
    }
}
@media (min-width:768px) and (max-width:991) {
    section.section2 .row .left .but button {
        font-size: 20px;
        padding: 5px;
    }
}
section.section2 .row .left .social {
    margin-top:20px;
}
section.section2 .row .left .social i {
    margin: 10px;
    font-size: 25px;
    color: #fff;
    cursor: pointer;
}
@media (min-width:0px) and (max-width:767px) {
    section.section2 .row .left .social {
        margin-top:10px;
    }
    section.section2 .row .left .social i {
        margin: 10px;
        font-size: 20px;
        color: #fff;
        cursor: pointer;
    }
}
@media (min-width:768px) and (max-width:991px) {
    section.section2 .row .left .social {
        margin-top:10px;
    }
    section.section2 .row .left .social i {
        margin: 10px;
        font-size: 20px;
        color: #fff;
        cursor: pointer;
    }
    section.section2::before {
        height:520px;
    }
}
section.section2 .right .img , section.section2  .pro {
    width: 280px;
    height: 280px;
}
section.section2  .pro {
    padding-top: 15px;
}
section.section2 .right img , section.section2  .pro img {
    max-width: 100%;
    border-radius: 8px;
}
@media(max-width:992px) {
    section.section2::before {
        height: 900px;
    }
}
/* section2 */
/* section3 */
section.section3 {
    padding-top:calc( var(--padding) + 100px);
    
}
@media (min-width:0px) and (max-width:767px) {
    section.section3 {
        padding-top:calc( var(--padding) + 20px);
    }
}
@media (min-width:768px) and (max-width:991px) {
    section.section3 {
        padding-top:calc( var(--padding) + 20px);
    }
}
section.section3 .text-center {
    margin-bottom: 10px;
}
section.section3 .text-center p#p1 {
    color: var(--main-color);
    font-size: 20px;
}
@media(min-width:0px){
    section.section3 .text-center p#p1 {
        margin-top: 150px;
    }
}
section.section3 .text-center p#p2 {
    color: #000;;
    font-size: 35px;
}
section.section3 .row .card{
    background-color:#fff;
    width: fit-content;
    margin: 20px;
}
@media (min-width:992px){
    section.section3 .row div.abdo{
        margin-top: 400px;
    }
}
@media (min-width:0px) and (max-width:767px) {
   .section3 .col-xs-12  {
        display: flex;
        justify-content: center;
        align-content: center;
    }
}
section.section3 .row .card p {
    /* font-weight: bold; */
    font-size: 20px;
}
section.section3 .row .card p a {
    text-decoration: none;
    color: #fff;
    background-color: var(--main-color);
    padding: 7px;
    border-radius: 8px;
}
/* section3 */
/* section4 */
section.section4 {
    background-color: var(--third-color);
}
section.section4 .container .row .s {
    position: relative;
}
section.section4 .container .txt p#pp1 {
    font-size: 25px;
    color: var(--main-color);
    margin-bottom: 15px;
}
section.section4 .container .txt p#pp2
{
    font-size: 27px;
    color: #000;
    margin-bottom:10px;
}
section.section4 .container .txt p#pp3
{
    color: #000;
}
section.section4 .container .see {
    display: flex;
    align-items: baseline;
    position: absolute;
    left: 50px;
}
section.section4 .container .see p {
    color: #000;
    font-size: 27px;
    margin-left: 10px;
}
section.section4 .container .see button {
    width: 50px;
    height: 50px;
    border: none;
    padding:10px;
    border-radius: 50%;
    background-color: var(--secondary-color);
    color: #fff;
}
@media(max-width:767px){
    .see {
        margin: -15px;
    }
}
/* section4 */
/* section5 */
section.section5 .container-fluid {
    background-color: var(--main-color);
}
section.section5 .container-fluid .text {
    padding-top: 20px;
}
section.section5 .container-fluid .text p#m1 {
    font-size: 25px;
    font-weight: bold;
    color: #fff;
}
section.section5 .container-fluid .text p#m2 {
    font-size: 20px;
    color: #fff;
}
section.section5 .container-fluid .row .one ,
section.section5 .container-fluid .row .two ,
section.section5 .container-fluid .row .three ,
section.section5 .container-fluid .row .four ,
section.section5 .container-fluid .row .five ,
section.section5 .container-fluid .row .six {
    display: flex;
    align-items: baseline;
    justify-content: space-around;
    background-color: #888;
    margin: 20px;
    padding: 10px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    border: none;
    border-radius: 5px;
}
section.section5 .container-fluid .row .one p,
section.section5 .container-fluid .row .two p,
section.section5 .container-fluid .row .three p,
section.section5 .container-fluid .row .four p,
section.section5 .container-fluid .row .five p,
section.section5 .container-fluid .row .six p ,
section.section5 .container-fluid .row .one i,
section.section5 .container-fluid .row .two i,
section.section5 .container-fluid .row .three i,
section.section5 .container-fluid .row .four i,
section.section5 .container-fluid .row .five i,
section.section5 .container-fluid .row .six i {
    font-size: 20px;
    color: #fff;
}
@media (max-width:991) {
    section.section5 .col-lg-4 {
        display: flex;
        justify-content: center;
        align-content: center;
    }
}
/* section5 */
/* section6 */
section.section6 {
    background-color: var(--third-color);
    padding-bottom: var(--padding);
}
section.section6 .container .cont {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: repeat(2,1fr);
    gap: 5px;
}
section.section6 .container .cont .card .bol {
    font-weight: bold;
}
section.section6 .container .second {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}
section.section6 .container .row .second h2 {
    font-size: 25px;
    color: var(--main-color);
    margin-bottom: 20px;
}
section.section6 .container .row .second p#p {
    font-weight: bold;
}
section.section6 .container .second button {
    background-color: var(--secondary-color);
    color: #fff;
    font-size: 25px;
    border-radius: 5px;
    padding: 10px;
    border: none;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
/* section6 */
/* section7 */
section.section7 {
    padding-top: var(--padding);
    padding-bottom: var(--padding);
}
section.section7 h2 {
    margin: 20px;
    color: var(--main-color);
    font-weight: bold;
}
section.section7 .card {
    margin: 15px;
}
/* section7 */
/* section8 */
section.section8 {
    padding-top: calc( var(--padding) - 20px );
    padding-bottom: var(--padding) ;
    background-color: #e6e9f7c4;
}
section.section8 h3 {
    color: #fff;
    font-weight: bold;
}
section.section8 .text {
    background-color: var(--secondary-color);
    border-radius: 8px;
    padding: 15px;
    color: white;
    text-align: center;
    margin: 10px;
    box-shadow: 0 28px 16px -26px rgba(0, 0, 0);
}
section.section8 .text i {
    color: #000;
    font-size: 30px;
    margin-bottom: 5px;
}
/* section8 */
/* section9 */
section.section9 {
    padding-top: var(--padding);
    padding-bottom: var(--padding);
}
section.section9 h2 {
    margin: 20px;
    color: var(--main-color);
    font-weight: bold;
}
section.section9  img {
    width: 200px;
    height: 200px;
    padding:4px;
    border-radius: 15px;
    border: 2px solid var(--secondary-color);
    margin: 5px;
}
@media(max-width:767px) {
    section.section9 .col-xs-12 {
        display: flex;
        justify-content: center;
        align-content: center;
    }
}
/* section9 */
/* section10&end */
section.section10 {
    padding-top: var(--padding);
    background-color: #2a89cd8e;
}
section.section10  h3 ,  h4  {
    color:#fff;
}
section.section10 a {
    color: #fff;
    text-decoration: none;
}
section.section10 i {
    color: #fff;
    font-size: 20px;
    margin-right: 15px;
}

/* section10&end */
/* section11 */
.loading-overlay {
    background-color: #222;
    color: #fff;
    position:fixed;
    top:0;
    left:0;
    height: 100%;
    width: 100%;
    z-index:9;
}
.spinner {
    margin: 300px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 15px;
}
.spinner > div {
    background-color:var(--main-color);
    height: 100%;
    width: 6px;
    display: inline-block;
    
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}
.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
    20% { -webkit-transform: scaleY(1.0) }
}
@keyframes sk-stretchdelay {
    0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
    }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
    }
}
/* section11 */
/* section12 */
section#scroll-top {
    width: 50px;
    height: 50px;
    color: #000;
    border-radius:50%;
    cursor: pointer;
    text-align: center;
    position: fixed;
    right: 15px;
    bottom: 10px;
    z-index: 9999;
    display: none;
}
section#scroll-top i {
    font-size: 35px;
}
/* section12 */
/********************************************************************************/
/* section13 */
section.section13 {
    padding-top: var(--padding);
    padding-bottom: var(--padding);
}
section.section13 h1 {
    color: var(--main-color);
    text-align: center;
    margin-bottom: 20px;
}
section.section13 .container .row .text #p1 {
    color: var(--main-color);
    font-size: 25px;
}
section.section13 .container .row .text #p2 {
    color: #000;
    font-size: 30px;
}
section.section13 .container .row .form .text input,
section.section13 .container .row .form .textarea textarea,
section.section13 .container .row .form .email input,

section.section13 .container .row .form .phone input {
    padding: 10px;
    margin: 10px;
    width: 50%;
    border-radius: 10px;
    border: 2px solid var(--main-color);
}
section.section13 .container .row .form .send input {
    padding: 10px;
    margin: 10px;
    width: 50%;
    border-radius: 10px;
    border: 2px solid var(--main-color);
    background-color: #fff;
    color: black;
    font-size: 25px;
    opacity: 0.7;
}
section.section13 .container .row .form .send input:hover {
    padding: 10px;
    margin: 10px;
    width: 50%;
    border-radius: 10px;
    border: 2px solid var(--main-color);
    background-color: var(--main-color);
    color: #fff;
    font-size: 25px;
    opacity: 0.7;
}
section.section13 .container .row .form .textarea textarea {
    border: 1px solid var(--main-color);
}
@media(max-width:767px) {
    section.section13 .container .row .img img {
        width: 250px;
        height: 250px;
    }
}
/* section13 */
/* section14 */
.section14 {
    padding-top: var(--padding);
    padding-bottom: var(--padding);
}
.section14 #p1 {
    color: var(--main-color);
    font-size: 20px;
}
.section14 #p2 {
    color: #000;
    font-size: 25px;
    margin-bottom: 10px;
}
.section14 .feat {
    background-color: var(--main-color);
    padding: 15px;
    margin: 10px;
    border: none;
    border-radius: 7px;
    text-align: center;
}
.section14 .feat i {
    font-size: 35px;
    color: #000;
    margin-bottom: 10px;
}
.section14 .feat p {
    color: #fff;
    font-size: 25px;
}
/* section14 */
/********************************************************************************/
/* section15 */
.section15 {
    padding-top: var(--padding);
    padding-bottom: var(--padding);
}
.section15 h1 {
    color: var(--main-color);
    text-align: center;
    margin-bottom: 20px;
}
.section15 .text {
    margin-bottom: 10px;
}
.section15 .text #p1 {
    color: #000;
    font-size: 25px;
    text-align: right;
    line-height: 2;
}
.section15 .but button {
    background-color: var(--secondary-color);
    color: #fff;
    font-size: 25px;
    border-radius: 5px;
    padding: 10px;
    border: none;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.section15 .img {
    display: flex;
    justify-content: center;
    align-content: center;
}
/* section15 */
/* section16 */
.section16 {
    padding-top: var(--padding);
    padding-bottom: var(--padding);
    background-color: var(--main-color);
}
.section16 .text h2 ,.section16 .text p {
    color: #fff;
}
.section16 .text h2 {
    margin-bottom: 15px;
}
.section16 .text p {
    text-align: right;
}
.section16 ul li {
    color: #fff;
    font-size: 20px;
    line-height: 2;
}
/* section16 */
/* section17 */
.section17 {
    padding-top: var(--padding);
    padding-bottom: var(--padding);
    background-color: var(--main-color);
}
.section17 p {
    color: #000;
    font-size: 25px;
    font-weight: bold;
}
/* section17 */
section.serv {
    padding-top: calc( var(--padding) + 20px );
    padding-bottom: var(--padding);
}
section.serv h2 {
    font-size: 35px;
    font-weight: bold;
    color: var(--main-color);
    margin-bottom: 35px;
}
section.serv .row .img {
    width: 270px;
    height: 500px;
}
section.serv .row .img img {
    max-width: 100%;
    max-height: 100%;
}
.acc-img .row {
    margin: 20px;
}
.od h2 {
    padding-top: var(--padding);
    padding-bottom: var(--padding);
    text-align: center;
    word-spacing: 10px;
    color: var(--main-color);
    display: block;
}
.od .container .row {
    display: flex;
    justify-content: center;
    align-content: center;
}
.od .container .bbuutt {
    margin: 20px;
    display: flex;
    justify-content: center;
    align-content: center;
}
.bg-image {
    position:relative;
    overflow:hidden;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:50%
}
.mask {
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    width:100%;
    height:100%;
    overflow:hidden;
    background-attachment:fixed
}
.about {
    padding: var(--padding) 0px ;
}
.about .text h2 {
    color: var(--main-color);
}
.about .icon i {
    color: var(--main-color);
    font-size: 35px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.about .para p {
    color: black;
    font-size: 20px;
    opacity: 0.7;
    line-height:1.5;
}
.unlist {
    margin: 0;
    padding: 5px;
}
::marker {
    color: var(--main-color);
}
/*واتساب*/
section#wa {
    width: 50px;
    height: 50px;
    color: #000;
    border-radius:50%;
    cursor: pointer;
    text-align: center;
    position: fixed;
    left: 15px;
    bottom: 10px;
    z-index: 9999;
    
}
section#wa i {
    font-size: 50px;
    color: green;
}
.paner-img {
    padding-top: var(--padding);
    padding-bottom: var(--padding);
}
.paner-img .img {
    display: flex;
    justify-content: center;
    align-content: center;
}