/*
Theme Name: V1
Theme URI: https://wa.me/201125437161
Author: Ahmed Abou Saif
Author URI: https://wa.me/201125437161
Description: Ahmed Abou Saif 
Version: 1.0

*/



.container {
    width: 100%;
    max-width: 1170px !important;
    position: relative;
    padding: 0;
}

* {
    padding: 0;
    outline: none;
    margin: 0;
}


a {
    text-decoration: none;
    transition: all 0.5s ease 0s;
    outline: none;
}

a:hover {
    transition: all 0.5s ease 0s;
    outline: none;
}


/*@font-face {
font-family:DIN;
font-style:normal;
font-weight:normal;
src:url("fonts/ArbFONTS-DINNEXTLTARABIC-LIGHT-1.ttf") format('truetype')
}
*/

@font-face {
    font-family: sky;
    font-style: normal;
    font-weight: normal;
    src: url("fonts/sky.ttf") format('truetype')
}

@font-face {
    font-family: sky bd;
    src: url("fonts/2c458bc98aac2311643f30a231a7ea30.woff2")format("woff2"), url("fonts/2c458bc98aac2311643f30a231a7ea30.woff")format("woff")
}




/* @font-face {
    font-family: Avenir;
    font-style: normal;
    font-weight: normal;
    src: url("fonts/AvenirLTProLight.otf") format('')
}
@font-face {
    font-family: Nature;
    font-style: normal;
    font-weight: normal;
    src: url("fonts/Nature.ttf") format('truetype')
} */


body {
    margin: 0;
    padding: 0;
    color: #000;
    font-family: sky;
    font-size: 17px;
    font-weight: 300;
    text-align: left;
    direction: ltr;
    background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: sky bd;
}

/*  */


header{
    padding: 7px 10px;
    position: sticky;
    top: 0;
    z-index: 999;
    background: #F6F5FE;
}
header .container{
    display: flex;
    flex-wrap: wrap;
    min-height: 75px;
    padding: 0 15px;
    justify-content: space-between;
    align-items: center;
}
header .container .logo{
    height: 74px;
    width: 259px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0 0;
}
header .container img{
    display: block;
    transform: scale(1);
    width: 100%;
    height: auto;
    margin: 0 -3px 0 0;
}
@media (max-width: 769px) {
    header .container .logo{
    height: 74px;
    width: 150px;
}
    header .container img{
        height: auto;
    }
}
header .container ul.topnav{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
header .container ul.topnav li{
    display: flex;
}
header .container ul.topnav li a{
    display: flex;
    padding: 10px 12px;
    color: #636270;
    text-decoration: none;
    outline: none;
    font-size: 17px;
}
header .container ul.topnav li a:hover{
    color: #2A32F8;
    text-decoration: none;
}

@media (max-width: 769px) {
    
header .container ul.topnav{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    position: fixed;
    left: -340px;
    top: 0;
    height: 100vh;
    z-index: 99999999;
    transition: all 0.5s ease 0s;
    padding: 30px;
    background: #f0eff8;
    flex-direction: column;
    justify-content: center;
    width: 300px;
}
header .container ul.topnav.on{
transition: all 0.5s ease 0s;
left: 0 !important;
}
header .container ul.topnav li{
    width: 100%;
    display: flex;
}
header .container ul.topnav li a{
    width: 100%;
    font-size: 21px;
    padding: 20px 0;
    border-bottom: 1px solid #ffffff61;
}
}


header .container .box{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
header .container .box a.wa{
    background-color: #2A32F8;
    color: #ffffff;
    text-decoration: none;
    outline: none;
    padding: 5px 10px 0 5px;
    min-height: 42px;
    margin: 0 5px;
    display: flex;
    align-items: center;
    direction: rtl;
    border-radius: 50px;
    justify-content: center;
    font-family: 'sky bd';
}
header .container .box a.wa i{
    width: 36px;
    height: 36px;
    background-color: #fff;
    border-radius: 50%;
    background-image: url("img/wa.gif");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 23px auto;
    margin: -5px 11px 0 0;
}
@media (max-width: 769px) {
    
header .container .box a.wa{
    font-size: 0;
    padding: 6px 2px 0px 3px;
    background-position: center center;
    width: auto;
    i{
        margin: -5px 1px 0 0;
    }
}
}
header .container .box ul{
    margin: 0 5px;
    padding: 0;
    list-style: none;
}
header .container .box ul li a{
    width: 50px;
    height: 50px;
    background: #fff;
    color: #000;
    text-decoration: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 0 0;
    border-radius: 50%;
    border: 1px solid #E9E9E9;
}
header .container .box ul li a:hover{
    background: #000;
    color: #fff;
}
.fa-bars{
    display: none;
}
@media (max-width: 769px) {
    .fa-bars{
        display: flex;
        background: #fff;
        height: 50px;
        width: 50px;
        color: #000;
        border-radius: 50%;
        margin: 3px 0 0 5px;
        justify-content: center;
        align-items: center;
        font-size: 20px;
    }
}
/*  */
.hero{
    border: 15px solid #fff;
    border-radius: 30px;
    /* min-height: 100vh; */
    padding: 0 10px;
    background-image: url("img/bg.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #111A5D;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero .container{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row-reverse;
    background-image: url("img/bg.png");
    background-repeat: no-repeat;
    background-position: left  top -80px;
    background-size: 40px auto;
}
.hero .container .block{
    padding: 0 10px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.hero .container .block img{
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    margin: 0;
}
.hero .container .block h6{
    background-color: #fff;
    color: #000;
    /* border: 1px solid #2A32F8; */
    padding: 5px 33px 5px 15px;
    border-radius: 40px;
    margin: 20px 0;
    width: auto;
    display: flex;
    background-image: url("img/fxemoji_fire.svg");
    background-repeat: no-repeat;
    background-position: right 10px center;
    font-size: 17px;
    font-family: sky;
}


.hero .container .block h1{
    color: #fff;
    font-size: 40px;
    margin: 0 0 20px;
    max-width: 470px;
}

.hero .container .block p{
    max-width: 470px;
}
.a{
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0;
    flex-direction: row;
    justify-content: flex-start;
}
a.google{
    width: 167px;
    height: 51px;
    background-image: url("img/google.svg");
    background-size: 100% 100%;
    margin: 0;
    padding: 0;
    display: block;
}
a.apple{
    width: 167px;
    height: 51px;
    background-image: url("img/apple.svg");
    background-size: 100% 100%;
    margin: 2px;
    display: block;
}
/*  */
.down{
    width: 35px;
    height: 50px;
    background-color: #fff;
    background-image: url("img/down.gif");
    background-repeat: no-repeat;
    background-position: center top 4px;
    background-size: 20px auto;
    border: 1px solid #EEEEEE;
    border-radius: 45px;
    margin: -40px auto 0;
    position: relative;
    z-index: 99;
    display: flex;
}
/*  */
section{
    padding: 30px 10px;
    clear: both;
    position: relative;
    overflow: hidden;
}
.how{}
.how .container{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
}
.how .container .block{
    padding: 5px;
    color: #636270;
}
.how .container .block h5{
    margin: 0 0 5px;
    font-size: 18px;
    background-image: url("img/tit.svg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 80px auto;
    padding: 60px 0 0;
}
.how .container .block h1{
    margin: 0 0 10px;
    font-size: 40px;
    color: #000;
}
.how .container .block .box{
    background: #2A32F80D;
    padding: 15px;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    height: 100%;
    width: 220px !important;
}
@media (max-width: 769px) {
    .how .container .block .box{
    width: 180px !important;
}
}
.how .container .block .box i{
    width: 90px;
    height: 90px;
    border: 1px solid #2A32F8;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 15px;
    padding: 15px;
    border-radius: 50%;
    background: #fff;
    overflow: hidden;
}
.how .container .block .box i img{
    width: auto;
    height: auto;
    max-width: 100%;
}
.how .container .block .box h4{
    color: #000;
    font-size: 18px;
    margin: 0;
}
.how .container .block .box p{
    margin: 0;
    color: #6D6E71;
}
/*  */
.about{
    /* background-image: url("img/bg.png"); */
    background-position: bottom center;
    background-size: 100% auto;
}
.about .container{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.about .container .block{
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    color: #6D6E71;
}
.about .container .block .box{
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    position: relative;
    width: 100%;
    justify-content: center;
    align-items: flex-end;
}
@media (max-width: 769px) {
    .about .container .block .box{

        padding: 50px 20px 0;
    }
}

.about .container .block .box::after{
    content: "";
    position: absolute;
    top: -30px;
    left: 100%;
    margin-left: -90px;
    width: 130px;
    height: 80px;
    background-image: url("img/sahm.gif");
    background-size: auto 100%;
    background-repeat: no-repeat;
    transform: rotateY(180deg);
    display: none;
}
.about .container .block img{
    height: auto;
    max-height: 100%;
    width: 100%;
}
.about .container .block h5{
    font-size: 20px;
    margin: 0 0 10px;
}
.about .container .block h1{
    color: #000;
    margin: 0 0 10px;
    font-size: 30px;
}
.about .container .block ul{
    padding: 10px 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    max-width: 500px;
}
.about .container .block ul li{
    color: #231F20;
    background: #2A32F80D;
    padding: 15px;
    border-radius: 15px;
    margin: 0 0 7px;
}
/*  */
.do{}
.do .container{
    background: #1723790D;
    padding: 30px 10px;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    border-radius: 20px;
    color: #636270;
}
.do .container .block{
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;

}
.do .container .block h5 {
    margin: 0 0 5px;
    font-size: 18px;
    background-image: url(img/tit.svg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 80px auto;
    padding: 60px 0 0;
}
.do .container .block h1{
    margin: 0 0 10px;
    font-size: 30px;
    color: #000;
}
.do .container .block > img{
    max-width: 100%;
    height: auto;
}
.do .container h1{
    font-size: 36px;
}
/*  */
.steep{
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    justify-content: space-between;
    align-items: center;
}
.steep .box{
    padding: 20px;
    text-align: center;
    color: #7A7A7A;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.steep .box:first-child{
    background-image: url("img/2.png");
    background-repeat: no-repeat;
    background-position: left 40px top;
}
.steep .box:nth-child(5){
    background-image: url("img/1.png");
    background-repeat: no-repeat;
    background-position: right 40px top;
}
.steep .box i{
    width: 80px;
    height: 80px;
    border-radius: 15px;
    background: #fff;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 20px;
    overflow: hidden;
    border: 1px solid #2A32F8;
}
.steep .box i img{
    width: auto;
    height: auto;
    max-width: 100%;
}
.steep .box h4{
    color: #2A32F8;
    font-size: 20px;
    margin: 0 0 10px;
}
.steep .sahm{
    position: relative;
    padding: 10px;
}
.steep .sahm:nth-child(2){
    transform: rotateX(180deg);
}
.steep .sahm:after{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    height: 60px;
    background-image: url("img/steep.svg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
}
.sahm:last-child{
    /* display: none; */
}
@media (max-width: 769px) {
    .sahm{
        display: none;
    }
}
/*  */

.what{}
.what .container{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    align-items: center;
}
.what .container .block{
    padding: 20px;
        color: #6D6E71;

}
.what .container img{
    width: 100%;
    height: auto;
}
.what .container .block h6{
    font-size: 18px;
    margin: 0 0 10px;
}
.what .container .block h1{
    font-size: 36px;
    margin: 0 0 10px;
    color: #000;
}
.what .container .block .whatall{
    display: flex;
    flex-wrap: wrap;
}
.what .container .block .whatall .box{
    padding: 10px 10px 10px 60px;
    display: flex;
    position: relative;
    color: #000;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.what .container .block .whatall .box img{
    width: 32px;
    height: auto;
    position: absolute;
    left: 0;
    top: 14px;
}
.what .container .block .whatall .box h4{
    margin: 0;
    font-size: 20px;
}
.what .container .block .whatall .box p{
    margin: 0;
}
/*  */
.viwe{
}
.viwe .container{
    display: flex;
    flex-wrap: wrap;
    background: #1723790D;
    padding: 30px 10px;
    border-radius: 20px;
        color: #636270;

}
.viwe .container .block{
    padding: 10px;
        color: #636270;

}
.viwe .container .block h5{
    margin: 0 0 5px;
    font-size: 18px;
    background-image: url(img/tit.svg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 80px auto;
    padding: 60px 0 0;
}
.viwe .container .block h1{
    font-size: 30px;
    margin: 0 0 20px;
    color: #000;
}
.viwe .container .block p{}
.viwe .container .block .viwe-slider{
    margin: 0;
    padding: 0 50px;
}
.viwe .container .block .viwe-slider .item{
    padding: 5px;
    background: #fff;
    height: 140px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border: 4px solid #f3f4f8;
    border-radius: 20px;
}
/* @media (min-width: 769px) {
    .viwe .container .block .viwe-slider .owl-item:nth-child(3){
        margin-top: -20px;
    }
} */

.viwe .container .block .viwe-slider .item img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.owl-prev{
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-image: url("img/l.svg");
    background-size: 100% 100%;
    font-size: 0;
}
.owl-next{
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -20px;
    font-size: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-image: url("img/r.svg");
    background-size: 100% 100%;
}
/*  */

.say{}
.say .container{
    background: #fff;
}
.say .container .say-slider{
    padding: 0;
}
.say .container .owl-item{
    padding: 10px;
}
.say .container .item{
    background-color: #F3F3F3;
    padding: 30px;
    border-radius: 20px;
    background-image: url("img/qq.svg");
    background-repeat: no-repeat;
    background-position: right 15px top 25px;
    background-size: auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;
}
.say .container .item i{
    width: 70px;
    height: 70px;
    background-color: #fff;
    border: 1px solid #E0E0E0;
    position: absolute;
    top: 20px;
    left: 20px;
    background-image: url("img/user.gif");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60% auto;
    border-radius: 50%;
}
.say .container .item h4{
    color: #000;
    margin: 5px 0 5px;
    font-size: 16px;
    padding: 0 0 0 70px;
}
.say .container .item span{
    color: #231F20;
    padding: 0 0 0 70px;
    font-size: 13px;
}
.say .container .item p{
    width: 100%;
    margin: 20px 0 0;
    font-size: 15px;
    direction: ltr;
}

.say .container .owl-buttons{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.say .container .owl-prev,.say .container .owl-next{
    position: relative;
    right: auto;
    top: auto;
    left: auto;
    margin: 5px;
}

/*  */
.contact{
    position: relative;
    overflow: inherit;
    z-index: 99;
    padding-bottom: 0;
}
.contact .hot1{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background: #000;
    color: #fff;
    display: flex;
    height: 60px;
    font-size: 14px;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transform: rotate(-5deg);
    z-index: 999;
}
.contact .hot2{
    background: #2A32F8;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    color: #fff;
    display: flex;
    height: 60px;
    font-size: 14px;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transform: rotate(5deg);
    z-index: 999;

}
.contact .container{
    display: flex;
    flex-wrap: wrap;
    /* padding-top: 70px; */
    align-items: center;
    flex-direction: row-reverse;
}
.contact .container .block{
    padding: 20px;
    color: #455A64;
    position: relative;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
}


.contact .container .block h1{
    color: #000;
    font-size: 36px;
    margin: 0 0 10px;
}
.contact .container .block h2{
    font-size: 24px;
    margin: 0 0 10px;
}
.contact .container .block .a{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 30px;
}
.contact .container .block img{
    width: auto;
    height: auto;
    max-width: 100%;
}
.contact .container .block form{
    max-width: 600px;
    height: auto;
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
}
.contact .container .block form p{
    padding: 0;
    margin: 0;
}
/*  */
.rows{
    padding: 10px 10px 0;
    text-align: left;
    color: #000;
}
.wpcf7-form-control{
    width: 100%;
    border: 1px solid #E2E2E2;
    outline: none;
    margin: 4px 0 0;
    border-radius: 8px;
    padding: 10px;
    max-height: 120px;
    text-align: left;
    font-size: 15px;
}

.wpcf7-submit{
    color: #fff;
    background: #111a5d;
    width: 160px;
    border: none;
    text-align: center;
    margin: -10px auto 0;
    display: flex;
    font-size: 20px;
    float: left;
    padding: 6px;
}
.wpcf7-submit:hover{
    background: #000;
}
/*  */
footer{
    background: #111A5D;
    border: 15px solid #fff;
    border-radius: 30px;
    padding: 30px 10px 0;
    color: #fff;
}
footer .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
footer .container .block{
    color: #fff;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
}
footer .container .block img{
   margin: 0 0 10px;
   width: 90%;
   height: auto;
}
.copy{
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    border-top: 1px solid #FFFFFF2E;
    margin: 20px 0 0;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
}
@media (max-width: 769px) {
    .copy{
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        align-items: center;
    }
}

.copy span{
    color: #FFFFFF82;
}
.copy span a{
    text-decoration: none;
    outline: none;
    color: #ffffff;
    display: inline-flex;
    padding: 5px;
}
.copy span a:hover{
    color: #2a32f8;
}

a.link{
    background: #FFFFFF1A;
    display: flex;
    flex-wrap: wrap;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    margin: 10px 2px 0;
    text-decoration: none;
    outline: none;
    padding: 10px;
    align-items: center;
    justify-content: center;
}
a.link img{
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
}
a.link:hover{
    background: #fff;
}
/*  */
.page{
    padding: 50px 20px;
}
.page p{
    color: #455A64;
}
.page .container{
    display: flex;
    flex-wrap: wrap;
}
.page .container ul{
    /* color: #2A32F8; */
    padding: 0 0 0 36px;
    margin: 0 0 20px;
    /* font-size: 18px; */
    width: 100%;
}
/*  */
.head{
    border: 15px solid #fff;
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(239, 198, 36, 0.07) 0%, rgba(239, 198, 36, 0.26) 100%);
    padding-top: 0;
}
.head .container{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    color: #737384;
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding: 80px 20px 0;
}
.head .container img{
    margin: 0 auto 30px;
    width: auto;
    height: 80px;
}
.head .container h1{
    color: #000;
    font-size: 36px;
}
/*  */
.head .container .box{
    position: absolute;
    right: 0;
    top: 10px;
    width: 260px;
    display: flex;
}

.head .container .box a.wa{
    background-color: #fff;
    color: #000;
    text-decoration: none;
    outline: none;
    padding: 9px 60px 0px 15px;
    min-height: 50px;
    background-image: url(img/wa.gif);
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 36px auto;
    margin: 0 5px;
    display: flex;
    align-items: center;
    direction: rtl;
    border-radius: 50px;
}
.head .container .box ul{
    margin: 0 5px;
    padding: 0;
    list-style: none;
}
.head .container .box ul li a{
    width: 50px;
    height: 50px;
    background: #fff;
    color: #000;
    text-decoration: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 0 0;
    border-radius: 50%;
}
.head .container .box ul li a:hover{
    background: #000;
    color: #fff;
}




.faq .container{
    display: flex;
    flex-wrap: wrap;
    background: #1723790D;
    border-radius: 20px;
    padding: 30px 20px;
}
.faq .container .block{
    padding: 20px;
    color: #707070;
    font-size: 17px;
}
.faq .container .block h1{
    color: #000;
    font-size: 30px;
    margin: 0 0 15px;
}

.accordion,.accordion-item{
    background: inherit !important;
    border: none !important;
    border-top: none !important;
    border-bottom: none !important;
    --bs-accordion-btn-focus-box-shadow: none !important;
    text-align: right;
}
.accordion-button {
    color: #000 !important;
    background: inherit !important;
    border: none !important;
    position: relative;
    outline: none;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 20px 62px 20px 20px;
    font-size: 18px;
    align-items: flex-start;
    /* font-family: 'Nature'; */
    background-color: #fff !important;
    border-radius: 20px !important;
    text-align: left;
}
.accordion-button:after{
    position: absolute;
    right: 0;
    top: 10px;
    font-size: 0 !important;
    background-image: url("img/cor.png");
    background-size: 100% 100%;
    width: 64px;
    height: 46px;
    border-radius: 10px;
    transform: rotateY(180deg);
}
.accordion-button:not(.collapsed){
    background-color: #2830ec !important;
    color: #fff !important;
    border-radius: 20px 20px 0 0 !important;
}
.accordion-button:not(.collapsed)::after{
    background-image: url("img/act.png");
    transform: rotateY(180deg);
}
.accordion-body{
    color: #fff;
    background: #2830ec;
    border-radius: 0 0 20px 20px;
    text-align: left;
    margin: -2px 0 0;
}
.accordion-button{
    border: none !important;
    box-shadow: none !important;
    /* text-align: right !important; */
}
.accordion-item{
    margin: 0 0 10px;
}
.sahm{
    width: 200px;
    height: 100px;
    background-image: url("img/sahm.gif");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    display: flex;
    /* transform: rotateY(180deg); */
    margin: 0 auto;
    float: right;
}
footer .google{
    background-image: url("img/google2.svg");
    width: 150px;
    height: 50px;
    background-size: 200px auto;
    background-position: left -35px top -16px;
}
footer .apple{
    background-image: url("img/apple2.svg");
    width: 150px;
    height: 50px;
    background-size: 200px auto;
    background-position: left -35px top -16px;
}



/***
*******************************************************/

@media (max-width: 769px) {}



/*::placeholder { 
color: #ffffff50;
}*/


/*
background-color: rgba(80,104,140,0.5);
transition: all 0.5s ease 0s;
transform: scale(1.2);

*/

.owl-carousel {
    direction: ltr !important;
    position: relative;
}
