/*
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.down {}

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: Poppins;
    font-size: 16px;
    font-weight: 300;
    text-align: left;
    direction: ltr;
}

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

/*  */


.top {
    background: #C65493;
    padding: 5px 20px;
}

.top .container {
    display: flex;
    flex-wrap: nowrap;
    color: #fff;
    font-size: 16px;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
}

.top .container .box {
    padding: 0;
    display: flex;
    align-items: center;
}

.top .container .box span {
    margin: 0 5px;
    display: flex;
    align-items: center;
    padding: 5px 0 0;
}

.top .container .box span .m {
    margin: -3px 10px 0 0;
    width: 18px;
    height: 15px;
    background-image: url("img/mail.png");
    background-size: 100% 100%;
    display: inline-block;
}

.top .container .box span .p {
    margin: -3px 10px 0 0;
    width: 15px;
    height: 18px;
    background-image: url("img/phone.png");
    background-size: 100% 100%;
}

.top .container .box ul {
    list-style: none;
    padding: 0 30px 0 10px;
    margin: 0 0 0 10px;
    background-image: url("img/lang.png");
    background-repeat: no-repeat;
    background-position: right center;
    font-family: sky;
    background-size: auto;
    border-left: 1px solid #fff;
}

.top .container .box ul li {}

.top .container .box ul li a {
    color: #fff !important;
    text-decoration: none;
    outline: none;
}
.top .container .box ul li a:hover {
    color: #000 !important;
}
.top .container .box .link{
    margin: 0 3px;
}
.top .container .box .link img{
    width: 23px;
    height: 23px;
    border-radius: 50%;

}


/*  */
header {
    padding: 10px 20px;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    /* min-height: 106px; */
    display: flex;
    align-items: center;
    justify-content: center;
    background: #181219;
    border-bottom: 1.5px solid #EDEDED14
}

header .container {
    display: flex;
    padding: 0;
    justify-content: space-between;
    align-items: center;
}

header .container img {
    height: 76px;
    width: auto;
    margin: 0;
}

@media (max-width: 769px) {
    header .container img {
        height: 40px;
        width: auto;
        margin: 0;
    }
}

header .container ul.topnav {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0 0;
}

header .container ul.topnav li {
    padding: 0 5px;
}

@media (min-width: 769px) {
    header .container ul.topnav li:last-child {
        display: none;
    }
}

header .container ul.topnav li a {
    color: #6D6E71;
    text-decoration: none;
    outline: none;
    padding: 15px;
    font-size: 18px;
}

header .container ul.topnav li:hover a {
    color: #c65493;
}

header .container ul.topnav .current_page_item a {
    color: #c65493 !important;

}


@media (max-width: 769px) {
    header .container ul.topnav {
        /* display: none */
        position: fixed;
        display: flex;
        top: 0;
        left: -330px;
        transition: all 0.5s ease 0s;
        height: 100vh;
        width: 300px;
        background: #fcfcfc;
        flex-direction: column;
        justify-content: center;
        padding: 20px 15px;
        z-index: 999;
    }

    .open {
        transition: all 0.5s ease 0s;
        left: 0 !important;
    }

    header .container ul.topnav li {
        border-bottom: 1px solid #eee;
    }

    header .container ul.topnav li a {
        /* display: block; */
        /* background-position: right 30px top; */
        margin: 6px 0;
        display: inline-block;
    }
}

header .container .box {
    display: flex;
    align-items: center;
    justify-content: center;
}

header .container .box select {
    border: none;
    outline: none;
    color: #7c7c7c;
    padding: 5px;
}

header .container .box .bar {
    width: 25px;
    height: 20px;
    position: relative;
    border-top: 3px solid #C65493;
    margin: 0 15px 0 0;
    cursor: pointer;
    display: none;
}

@media (max-width: 769px) {
    .box2{
        display: none !important;
    }
    header .container .box .bar {
        display: block;
    }
}

header .container .box .bar::after {
    content: "";
    position: absolute;
    border-top: 3px solid #C65493;
    bottom: 0;
    right: 0;
    width: 30%;
}

header .container .box .bar::before {
    content: "";
    position: absolute;
    border-top: 3px solid #C65493;
    bottom: 49%;
    right: 0;
    width: 59%;
    z-index: 9;
}

header .container .box a.contact {
    background-color: #fff;
    color: #000;
    padding: 0 50px 0 15px;
    text-decoration: none;
    outline: none;
    height: 50px;
    margin: 0;
    display: flex;
    border-radius: 55px;
    font-size: 18px;
    background-image: url("img/contact.gif");
    background-repeat: no-repeat;
    background-position: right 4px center;
    background-size: auto 40px;
    align-items: center;
    justify-content: center;
}

@media (max-width: 769px) {
    header .container .box a.contact {
        display: none;
    }
}

header .container .box a.contact:hover {
    background-color: #C65493;
}

.whapp {
    width: 53px;
    height: 53px;
    background-color: #fff;
    border: 1px solid #ddd;
    margin: 0 5px;
    border-radius: 50%;
    background-image: url("img/wa.gif");
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center center;
}

/*  */


section {
    overflow: hidden;
    width: 100%;
    padding: 80px 10px;
}

/*  */
.hero {
    padding: 0;
    position: relative;
    background: #000;
    border-radius: 0 0 30px 30px;
}

.hero video {
    width: 100%;
    height: 100vh;
    margin: 0 0 -10px;
    object-fit: cover;
    opacity: 0.5;
}

.hero .cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    display: flex;
    /* background: #FFFFFF; */
    /* background: linear-gradient(270deg, rgba(255, 255, 255, 1) 33%, rgba(255, 255, 255, 0) 100%); */
    flex-direction: column;
    justify-content: center;
    padding: 0 20px;
    color: #fff;
}

.hero .cover::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("img/hero-r.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto 100px;
    z-index: 2;
}

.hero .cover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("img/hero-l.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: auto 150px;
    z-index: 2;
}

.hero .cover .container {
    position: relative;
    z-index: 9;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
}

.hero .cover .container .block {
    font-size: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 16px;
    height: 100%;
}
.hero .cover .container .block-img{
    background-image: url("img/plan.png");
    background-position: left top 50px;
    background-size: auto 70px;
    background-repeat: no-repeat;
    min-height: 400px;
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 20px 0;
    justify-content: flex-end;
    flex-direction: column;
}
.hero .cover .container .block-img img{
    max-height: 90vh;
    max-width: 100%;
    width: auto !important;
    height: auto;
    margin-bottom: -60px;
}
.hero .cover .container .span {
    background-image: url("img/logo.png");
    background-repeat: no-repeat;
    background-position: left center;
    padding: 4px 0 0 40px;
    margin: 0 0 15px;
    text-transform: uppercase;
}

.hero .cover .container h1 {
    font-size: 40px;
    margin: 0 0 20px;
    display: block;
    /* display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    overflow: hidden;
    align-items: baseline; */
    font-weight: 700;
}
.hero .cover .container h1 #words{
    color: #C65493;
    display: inline-block;
    clear: both;
    /* height: 50px !important; */
    overflow: hidden;
    margin: 0 10px -10px 0;
    /* float: left; */
    /* min-width: 100px; */
}

@media (max-width: 769px) {
    .hero .cover .container h1 {
        font-size: 30px;
    }
}

.hero .cover .container p {}

.hero .cover .container .box {
    margin: 10px 0 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.hero .cover .container .box .text{
    width: 100%;
    height: 51px;
    padding: 0 0 0 65px;
    position: relative;
    display: flex;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px auto;
    font-family: Outfit;
    font-size: 20px;
    margin: 0 0 10px;
    background-position: left 4px center;
    font-weight: 500;
    align-items: center;
}
.hero .cover .container .box .text::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 51px;
    width: 51px;
    background-color: #fff;
    border-radius: 5px;
    z-index: -1;
}
.hero .cover .container .box .text1{
    background-image: url("img/ch.gif");
    background-size: 33px auto;
    background-position: left 8px center;
}
.hero .cover .container .box .text2{
    background-image: url("img/com.gif");

}

.hero .cover .container .box a {
    background: #C65493;
    font-size: 18px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    outline: none;
    height: 50px;
    padding: 0 16px;
    margin: 10px 10px 0 0;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    cursor: pointer;
}

.hero .cover .container .box a:hover {
    background: #000;
    color: #fff;
}

.hero .cover .container .box a.serv {
    background: #fff;
    color: #000;
    padding-left: 40px;
    background-image: url("img/tel.gif");
    background-repeat: no-repeat;
    background-position: left 10px center;
    background-size: 25px auto;
}
.modal {
    z-index: 99999;
    background: #000000bd;
}
.hero .cover .container .box a.serv:hover {
    background-color: #fff;
    color: #C65493;
}

.btn-close{
    position: absolute;
    right: 10px;
    top: 10px;
    border: 2px solid #999;
    border-radius: 50%;
    padding: 7px;
    z-index: 99;
}
.modal-content{
    border-radius: 20px !important;
    padding: 10px 10px 0;
}
.intl-tel-input ul.country-list{
    left: 0;
}
.intl-tel-input ul.country-list *{
    color: #000 !important;
}


form{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    background: #fff;
    padding: 20px 20px 0px;
    border-radius: 20px;
}



/*  */
.rows{
    padding: 5px;
    text-align: left;
    font-size: 16px;
}
.rows p{
    margin: 0;
    color: #000;
    font-weight: 500;
    text-transform: capitalize;
}
.wpcf7-form-control{
    min-height: 50px;
    width: 100%;
    border-radius: 10px;
    color: #000000;
    background-color: #fff;
    border: 1px solid #52525B40;
    outline: none;
    text-align: left;
    direction: ltr;
    padding: 10px 15px;
    direction: ltr;
    font-size: 16px;
    max-height: 140px;
    margin: 5px 0 0;
    appearance: none;
}
select{
    background-image: url("img/select.png");
    background-position: right 15px center;
    background-repeat: no-repeat;
}
/*  */
.wpcf7-submit{
    width: 200px;
    height: 49px;
    display: flex;
    /* background-image: url(img/sub.png);
    background-position: right 15px center;
    background-repeat: no-repeat;
    background-size: 25px auto; */
    background-color: #C65493;
    border-radius: 8px;
    margin: 0 auto;
    padding: 0 10px;
    color: #fff;
    text-decoration: none;
    outline: none;
    transition: all 0.5s ease 0s;
    align-items: center;
    text-align: center;
    float: none;
    font-size: 16px;
    text-align: center;
}
.wpcf7-submit:hover{
    opacity: 0.7;
    transition: all 0.5s ease 0s;
}
.intl-tel-input.separate-dial-code .selected-flag {
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    color: #C65493;
    font-weight: bold;
    border-radius: 10px;
    
}
.intl-tel-input.separate-dial-code .selected-dial-code {
    display: table-cell;
    direction: ltr;
    vertical-align: middle;
    padding-left: 10px;
}
.intl-tel-input {
    float: left;
    margin: 5px 0 0;
}
.iti-flag {
    display: none;
}
.intl-tel-input .country-list li.country {
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
/*  */
section{
    padding: 50px 10px;
    clear: both;
    position: relative;
}
.about{
    background-image: url("img/palaan.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 8% auto;
}
.about .container{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.about .container .block{
    padding: 20px 20px;
    display: flex;
    flex-wrap: wrap;
}
@media (max-width: 769px) {
    .about .container .block{
    padding: 15px 10px;
}
}

.about .container .block-text{
    display: flex;
    flex-direction: column;
    color: #6D6E71;
}
.about .container .block strong{
    background-image: url(img/logo2.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding: 4px 0 0 40px;
    margin: 0 0 10px;
    text-transform: uppercase;
    color: #000;
    display: block;
}
.about .container .block h1{
    font-size: 30px;
    margin: 0 0 20px;
    display: block;
    font-weight: 600;
    color: #000;
}
.about .container .block p{
    margin: 0;
    width: 100%;
}
.about .container .block .box{
    padding: 10px;
    .box-2{
        position: relative;
    }
}
@media (max-width: 769px) {
    .about .container .block .box{
    padding: 10px 5px;
}
}
.about .container .block .box span{
    background: #C65493;
    color: #fff;
    padding: 20px;
    border-radius: 15px;
    margin: 0 0 20px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
}
.about .container .block .box i{
    background-image: url("img/s.png");
    background-repeat: no-repeat;
    background-size: auto 70px;
    background-position: top center;
    width: 100%;
    height: 80px;
    margin: 20px 0 0;
    display: block;
}
.about .container .block .box span h1{
    font-size: 50px;
    font-weight: 600;
    margin: 0 20px 0 0;
    color: #fff;
}
@media (max-width: 769px) {
    .about .container .block .box span{
    padding: 15px;
}
    .about .container .block .box span h1{
    font-size: 30px;
    margin: 0 10px 0 0;
}
}
.boxx{
    position: relative;
}
.about .container .block .boxx::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #c65493;
    left: 7px;
    top: 14px;
    border-radius: 15px;
}
.about .container .block .box video{
    width: 100%;
    height: 400px;
    border-radius: 15px;
    object-fit: cover;
}
@media (max-width: 769px) {
    .about .container .block .box video{
    height: 300px;
}
}
/*  */
.point{
    display: flex;
    flex-wrap: wrap;
    margin: 26px 0 0;
    justify-content: space-between;
}
.point .point-box{
    border: 1px solid #E3DBD8;
    padding: 20px;
    border-radius: 20px;
    width: 100%;
    max-width: 265px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
    /* height: 100%; */
    margin: 0 0 10px;
}
@media (max-width: 769px) {
    .point .point-box{
    width: 100%;
    max-width: 100%;
    display: flex;
}
}

.point .point-box img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0 15px 0 0;
}
.point .point-box h4{
    color: #C65493;
    font-size: 18px;
    margin: 0;
}
.point .point-box p{
    width: 100%;
    margin: 0;
    color: #6D6E71;
}
.point .point-box  ul{
    list-style: none;
    outline: none;
    padding: 0;
    width: 100%;
    margin: 10px 0 0;
    color: #6D6E71;
    display: flex;
    flex-direction: column;
    height: auto;
}
.point .point-box ul li{
    background-image: url("img/ch.png");
    background-repeat: no-repeat;
    background-position: left top 4px;
    padding: 0px 0 0 24px;
    font-size: 14px;
    margin: 8px 0 0;
}
.fooot{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 10px 0 0;
}
.moree{
    background: #C65493;
    font-size: 18px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    outline: none;
    height: 50px;
    padding: 0 7px;
    margin: 0px 10px 20px 0;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 134px;
    cursor: pointer;
    width: auto;
    float: left;
}
@media (min-width: 769px) {
    .moree{
    margin: 0px 20px 20px 0;
    min-width: 180px;
}
}

.moree:hover{
    background: #000;
    color: #fff;
}

.tel{
    position: relative;
    display: inline-flex;
    color: #C65493;
    flex-direction: column;
    padding: 0 0 0 65px;
    float: left;
    width: auto;
    align-items: flex-start;
    justify-content: center;
    width: 199px;
    font-weight: 600;
}
.tel i{
    height: 55px;
    width: 55px;
    border-radius: 50%;
    border: 1px solid #C65493;
    margin: 0;
    background-image: url("img/tel.gif");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 31px auto;
    position: absolute;
    left: 0;
    top: 0;
}
.tel span{
    color: #000;
    display: flex;
    width: 100%;
    font-weight: 400;
}

.logos{
    padding: 0 10px;
    margin: -20px 0;
}
.logos .container{
    flex-wrap: wrap;
    display: flex;
    justify-content: space-evenly;
}
.logos .container .logos-box{
    padding: 10px;
    display: flex;
    height: 70px;
    align-items: center;
    justify-content: center;
}
.logos .container .logos-box img{
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
}
/*  */
.service{}
.service .container{
    position: relative;
    background-color: #181219;
    padding: 25px;
    border-radius: 30px;
    min-height: 400px;
    box-shadow: -15px -15px 0 #C65493;
    background-image: url("img/Map.png");
    background-repeat: no-repeat;
    background-position: center top 30px;
    background-size: 70% auto;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.service .container::before{
    content: "";
    position: absolute;
    top: 10px;
    right: -15px;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    z-index: -1;
    background: #C6549340;

}
/*  */
.air{
    width: auto;
    height: auto;
    max-width: 80%;
    margin: 0 auto;
    display: block;
}
.service .tit{
    display: flex;
    color: #FFFFFFB2;
    font-size: 14px;
    flex-direction: column;
    align-items: center;
    background-image: url("img/pl.png");
    background-repeat: no-repeat;
    background-size: 15% auto;
    background-position: left center;
    position: relative;
    width: 100%;
}
.service .tit::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("img/pr.png");
    background-repeat: no-repeat;
    background-size: 15% auto;
    background-position: right center;
    z-index: 0;
}


.service .tit h1{
    color: #fff;
}
.service .tit p{
    max-width: 600px;
    margin: 0 0 30px;
}
.tit-logo{
    background-image: url("img/logo.png");
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 40px;
    background-size: auto;
    color: #fff;
    margin: 0 0 20px;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
}
.service-all{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.service-box{
    padding: 10px;
}
.service-box .box{
    display: flex;
}
.service-box .box a{
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.service-box .box img{
    width: 100%;
    height: 230px;
    border-radius: 20px 20px 0 20px;
    object-fit: cover;
}
.service-box .box h3{
    background: #fff;
    color: #000;
    padding: 15px;
    border-radius: 15px;
    display: flex;
    font-size: 15px;
    width: 90%;
    margin: -40px 0 0 auto;
    flex-direction: row;
    align-items: center;
}
.service-box .box i{
    /* border: 1px solid #E3DBD8; */
    border-radius: 14px;
    background-color: #fff;
    display: flex;
    color: #034833;
    font-size: 20px;
    margin: 0 0 0 5px;
    min-width: 40px !important;
    height: 40px;
    justify-content: center;
    align-items: center;
    background-image: url("img/a.png");
    background-size: 100% 100%;
}
.all-serv{
    background: #C65493;
    font-size: 18px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    outline: none;
    height: 50px;
    padding: 0 7px;
    margin: 30px auto 0;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 170px;
    cursor: pointer;
    width: auto;
    float: none;
}
.all-serv:hover{
    background: #C6549355;
}
/*  */
.baner{
    background-image: url("img/ss.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 15% auto;
}
.baner .container{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    background-image: url("img/sahm.gif");
    background-position: center top 40px;
    background-repeat: no-repeat;
    background-size: 15% auto;
}
.baner .container .block{
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    color: #6D6E71;
    flex-direction: column;
}
.baner .container .block img{
    width: 100%;
    height: auto;
}
.baner .container .block h1{
    font-size: 40px;
    color: #342835;
    margin: 0 0 20px;
}
.baner .container .block p{
    max-width: 520px;
}
.baner .container .block .box-all{
    margin: 20px 0 0;
    display: flex;
    flex-wrap: wrap;
}
.baner .container .block .box-all .box{
    padding: 0 20px 20px 0;
    color: #000;
    font-size: 14px;
    display: flex;
    flex-direction: row;
    font-weight: 400;
}
.baner .container .block .box-all .box i{
    background: #C654931A;
    min-width: 58px;
    height: 58px;
    margin: 0 15px 0 0;
    border-radius: 5px;
    display: flex;
    text-align: center;
    font-weight: 400;
    font-style: normal;
    font-size: 30px;
    align-items: center;
    justify-content: center;
    color: #C65493;
}
.baner .container .block .box-all .box p{
    margin: 0;
}
/*  */
.saying{
    background-color: #F3F3F3;
    padding: 50px 10px 0;
}
.saying .container{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 1000px;
    justify-content: center;
}
.saying .container .tit{
    background-image: url("img/logo2.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-repeat: no-repeat;
    text-align: center;
    display: flex;
    color: #000;
    flex-direction: column;
    align-items: center;
    padding: 40px 0 0;
}
.saying .container .tit p{
    margin: 0;
}
.saying .container .tit h1{
    margin: 0 0 30px;
}
.saying .container .tit h1 p{}
.saying .container .block{
    padding: 20px;
}
.saying .container .block > img{
    width: 100%;
    height: auto;
}
.saying .container .block .saying-box{
    background: #fff;
    padding: 30px 20px;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    /* box-shadow: 0px 83.37px 166.73px 0px #0117361A; */

}
.saying .container .block .saying-box img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin: 0 15px 0 0;
}
.saying .container .block .saying-box h3{
    color: #011736;
    margin: 0;
    font-size: 16px;
    display: flex;
    flex-direction: column;
}
.saying .container .block .saying-box span{
    color: #6D6E71;
    font-size: 15px;
    width: 100%;
    clear: both;
}
.saying .container .block .saying-box p{
    width: 100%;
    color: #000;
    margin: 20px 0 0;
}
/*  */
.owl-buttons{
    display: flex;
    margin: 15px 0 0;
    justify-content: center;
}
.owl-prev{
    font-size: 0;
    width: 35px;
    height: 35px;
    margin: 2px;
    border-radius: 50%;
    background-image: url("img/l.png");
    background-size: 100%;
    /* filter: grayscale(1); */
}
.owl-next{
    font-size: 0;
    width: 35px;
    border-radius: 50%;
    height: 35px;
    margin: 2px;
    background-image: url("img/r.png");
    background-size: 100%;
    /* filter: grayscale(1); */
}
.owl-buttons *:hover{
    opacity: 0.5;
}
/*  */
.approvals{
    background: #F3F3F3;
background: linear-gradient(180deg, rgba(243, 243, 243, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
.approvals .container{
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    background: #000;
    border-radius: 20px;

}
.approvals .container video{
    width: 100%;
    height: 480px;
    opacity: 0.4;
    border-radius: 20px;
    margin: 0;
    object-fit: cover;
}
.approvals .container .cov{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    color: #fff;
    display: flex;
    background: linear-gradient(90deg, #181219 0%, #181219 9.03%, rgba(52, 40, 53, 0) 79.43%);
    padding: 50px 30px 50px 50px;
    flex-direction: column;
    justify-content: center;
}
.approvals .container .cov h1{
    font-size: 36px;
    margin: 0 0 10px;
}
.approvals .container .cov p{}
.approvals .container .cov ul{
    padding: 10px 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.approvals .container .cov ul li{
    margin: 5px 0;
    position: relative;
    display: block;
    padding-left: 20px;
}
.approvals .container .cov ul li:after{
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #C65493;
}
.approvals .container .cov a{
    background: #C65493;
    color: #fff;
    width: 180px;
    margin: 20px 0 0;
    height: 50px;
    border-radius: 7px;
    text-align: center;
    text-decoration: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
.approvals .container .cov a:hover{
    color: #C65493;
    background: #fff;
}
.approvals .container .cov img{
    position: absolute;
    right: -80px;
    top: 100px;
    height: auto;
    max-height: 100%;
    width: auto;
    max-width: 600px;
}
@media (max-width: 769px) {
    .approvals .container .cov{
    padding: 30px;
    }
    .approvals .container .cov img{
    display: none;
}
}
/*  */
.textbaner{
    width: 100%;
    height: auto;
    padding: 10px 0;
    display: flex;
    -webkit-text-stroke: 1px #00000059;
    color: #fff;
    font-weight: 900;
    font-size: 86px;
    flex-wrap: nowrap;
    justify-content: space-around;
    text-transform: uppercase;
    text-align: justify;
    overflow: hidden;
    margin: -30px 0 0;
}
@media (max-width: 769px) {
    
.textbaner{
    font-size: 25px;
    margin: -10px 0 0;
}
}

.qeu .block > p strong{
    position: relative;
    display: inline-block !important;
    padding-right: 20px !important;
}
.qeu .block > p strong::after{
    content: "";
    position: absolute;
    left: 100%;
    width: 50px;
    height: 30px;
    background-image: url("img/sss.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 100% auto;
}

.img1{
    width: 100%;
    height: auto;
    border-radius: 20px;
    margin: 0 0 20px;
}
.img2{
    width: 100%;
    border-radius: 20px;
    height: auto;
    height: 350px;
    object-fit: cover;
}
.glo{
    display: flex;
    border: 1px solid #C65493;
    padding: 20px 20px 20px 90px;
    background-image: url("img/global.png");
    background-repeat: no-repeat;
    background-position: left 10px center;
    background-size: 65px auto;
    flex-direction: column;
    justify-content: center;
    margin: 15px 0 0;
    border-radius: 20px;
    min-height: 120px;
}
@media (max-width: 769px) {
    .glo{
    padding: 20px ;
    background-image: none;
}
}

.glo strong{
    display: block;
    background: none !important;
    padding: 0 !important;
    color: #034833 !important;
    font-size: 18px;
    font-weight: 600;
    margin: 0 !important;
}

/*  */



.accordion,.accordion-item{
    background: inherit !important;
    border: none;
    border-top: none !important;
    border-bottom: none !important;
    --bs-accordion-btn-focus-box-shadow: none !important;
    text-align: left;
}
.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 60px 20px 20px;
    font-size: 17px;
    align-items: flex-start;
    /* font-family: 'Nature'; */
    background-color: #fff !important;
    border-radius: 20px !important;
    text-align: left;
}
.accordion-button:after{
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 0 !important;
    background-image: url("img/cor.png");
    background-size: 100% 100%;
    width: 44px !important;
    height: 44px !important;
}
.accordion-button:not(.collapsed){
    background: none !important;
    color: #000 !important;
    border-radius: 20px 20px 0 0 !important;
}
.accordion-button:not(.collapsed)::after{
    background-image: url("img/act.png");
    transform: rotate(0deg);
}
.accordion-body{
    color: #727272;
    background: #fff;
    border-radius: 0 0 20px 20px;
    text-align: left;
    padding-top: 0;
}
.accordion-button{
    border: none !important;
    box-shadow: none !important;
    /* text-align: right !important; */
}
.accordion-item{
    margin: 0 0 20px;
    border: 1px solid #E3DBD8 !important;
    border-radius: 10px;
}
/*  */
.blog{
    background: #fff !important;
}
.blog .container{
    padding: 30px !important;
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(255, 255, 255, 0) 100%);

}
.post-box{
    padding: 5px;
}
.post-box *{
    max-width: 100% !important;
    box-shadow: none !important;
}
.post-box .post{
    padding: 0;
}
.post-box .post .card{
    background: #fff;
    border: 1px solid #c4c4c48e;
    border-radius: 15px;
    padding: 0;
}
.post-box .post .card img{
    width: 100%;
    height: 180px;
    margin: 0;
    object-fit: cover;
}
.post-box .post .card .card-body{
    padding: 20px;
}
.post-box .post .card .card-body small{
    display: block;
    color: #767676;
}
.post-box .post .card .card-body h5{
    display: block;
    color: #000;
}
.post-box .post .card .card-body p{
    color: #000;
    padding: 0;
    background: none;
}


.blog-slider{
    width: 100%;
    padding: 0 40px;
}

@media (max-width: 769px) {
    .blog-slider{
        padding: 0 15px
    }
}

.blog-slider .owl-prev{
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -20px;
}
.blog-slider .owl-next{
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -20px;
}
/*  */
.contacts{
    background: #fff;
    padding-top: 0;
}
.contacts .container{
    background: #C654931A;
    padding: 50px 30px;
    border-radius: 25px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}
@media (max-width: 769px) {
    .contacts .container{
    padding: 50px 10px;
}
}
.contacts .container .block{
    display: flex;
    flex-wrap: wrap;
}
.contacts .container .block .box{
    background-repeat: no-repeat;
    width: 100%;
    display: flex;
    padding: 0 0 0 50px;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    margin: 20px 0 0;
    background-position: left  center;
}
.contacts .container .block .box span{
    width: 100%;
    font-weight: normal;
    color: #727272;
    font-size: 17px;
    background: none !important;
    padding: 0;
    text-align: left !important;
    display: flex;
    justify-content: flex-start;
    margin: 0 0 0;
}
.contacts .container .block .box1{
    background-image: url("img/call.png") !important;
}
.contacts .container .block .box2{
    background-image: url("img/time.png") !important;

}
.contacts .container .block .box3{
    background-image: url("img/loc.png") !important;

}
.contacts .container .block .wpcf7-submit{
    width: 100%;
}


/*  */
footer{
    padding: 40px 10px 0;
    background: #181219;
    color: #fff;
}
footer .container{
    display: flex;
    flex-wrap: wrap;
    min-height: 300px;
}
footer .container .foot{
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
}
footer .container .foot img{
    margin: 0 0 20px;
    /* width: 36px; */
    max-height: 145px;
}
footer .container .foot .media img{
    width: 34px;
}
footer .container .foot p{
    max-width: 350px;
}
footer .container .foot h3{
    color: #c65493;
    margin: 0 0 20px;
    font-size: 20px;
    font-weight: 500;
}
footer .container .foot ul{
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}
footer .container .foot ul li{}
footer .container .foot ul li a{
    padding: 2px 0;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    outline: none;
}
footer .container .foot ul li a:hover{
    color: #c65493;
}


.media{
    display: flex;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 10px 0;
}
.media a{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    text-decoration: none;
    outline: none;
    margin: 1px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
    border: 1px solid #231f2047;
    border-radius: 50%;
}
.media a:hover{
opacity: 0.7
}

form.mailpoet_form{
    padding: 0 !important;
    position: relative;
    background: none !important;
}
.mailpoet_spacer{
    display: none !important;
}
.mailpoet_submit{
    position: absolute;
    top: 4px;
    right: 5px;
    margin: 0 !IMPORTANT;
    font-family: 'Outfit' !important;
    font-size: 16px !important;
    padding: 11px 15px !important;
    background: #c65493;
    width: 110px !important;
}
.mailpoet_text{
    font-family: 'Outfit' !important;
    height: 55px !important;
}
/*  */
.mobile{
    display: none;
}
@media (max-width: 769px) {
    .mobile{
        display: flex;
        flex-wrap: wrap;
        padding: 10px;
        list-style: none;
        margin: 0;
        background: #fff;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99;
        align-items: center;
        justify-content: space-around;
    }
    .mobile li{}
    .mobile li a{
        display: block;
        padding: 5px;
        color: #000;
        text-decoration: none;
        outline: none;

    }
    .mobile li.current-menu-item a{
        color: #14B4EF;
    }
}

.copy{
    text-align: center;
    padding: 10px 15px;
    border-top: 1px solid #4D4D4D;
    display: flex;
    align-items: center;
    justify-content: center;
}
.copy a{
    color: #fff;
    text-decoration: none;
    outline: none;
    margin: 10px 0;
}
.copy a:hover{
    color: #14B4EF;
}
@media (max-width: 769px) {
    .copy{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
.mailpoet_paragraph {
    width: 100% !important;
}

/*  */
.bg{
    background: #F8E9F1;
background: linear-gradient(180deg, rgba(248, 233, 241, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
.head{
    background-image: url("img/head.png");
    background-repeat: repeat-x;
    background-position: center top;
    background-size: 100% auto;
}
.head .container{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}
.head .container h4{
    background-image: url("img/logo2.png");
    background-repeat: no-repeat;
    background-position: center top;
    padding: 40px 0 0;
}
.head .container h1{
    font-size: 36px;
    font-weight: 700;
    color: #C65493;
}
.head .container p{
    max-width: 700px;
}
.head .container video{
    width: 100%;
    height: auto;
    border-radius: 20px;
    max-width: 900px;
    display: block;
    margin: 20px auto 0;
}
.container2{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse !important;
    align-items: center;
    margin: 0 auto 30px;
    max-width: 1050px !important;
}
.container2 .block{
    padding: 20px;
    color: #737384;
}
.container2 h1{
    font-size: 30px;
    font-weight: 600;
    color: #000;
    margin: 0 0 20px;
}
.container2 img{
    max-width: 100%;
    height: auto;
    width: auto;
    display: block;
    margin: 0 auto;
}
/*  */

.servall{
    padding-top: 0;
}
.servall .container{
    display: flex;
    flex-wrap: wrap;
}
/*  */
.cat{
    padding-top: 0;
}
.cat .container{
    display: flex;
    flex-wrap: wrap;
}
/*  */
.single{
    background-image: url("img/palaan.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 20% auto;
}
.single .container{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.single .container .block{
    padding: 10px 15px;
    margin: 0 0 20px;
    display: flex;
    flex-wrap: wrap;
}
.single .container .block .box{
    padding: 0 20px;
}
@media (max-width: 769px) {
    .single .container .block .box{
    padding: 0 ;
}
}
.single .container .block img{
    width: 100%;
    height: auto;
    border-radius: 20px;
    margin: 0 0 20px;
}
.text-muted{
    background-image: url("img/cont.png");
    background-repeat: no-repeat;
    background-position: left center;
    padding: 5px 0 5px 30px;
    margin: 0 0 10px;
    display: block;
}
.gallery-item{
    padding: 10px;
    margin: 0;
}
.gallery-item img{
    width: 100%;
    height: auto;
    border: none;
    object-fit: cover;
    min-height: 250px;
}
@media (max-width: 769px) {
.gallery-item{
    width:  100% !important;
}
}
.single .container .block ul{
    padding: 0 20px;
}
.single .container .block ul li{}
.single .container .block ul li::marker{
    color: #C65493;
}
.sher{
    display: block;
}
.sher h5{
    color: #C65493;
}
/*  */
.block-other{}
.block-other h4{
    color: #000;
    background-image: url("img/logo2.png");
    background-position: left center;
    background-repeat: no-repeat;
    padding: 0 0 0 40px;
    display: flex;
    margin: 0 0 20px;
    text-transform: uppercase;
    font-size: 20px;
}
.related-posts{
    padding: 0;
    margin: 0;
}
.related-posts ul{
    list-style: none;
    padding: 0 !important;
    margin: 0 !important;
}
.related-posts ul li{
    margin: 0 0 10px;
}
.related-posts ul li a{
    display: flex;
    flex-wrap: wrap;
    padding: 5px 5px 5px 115px;
    position: relative;
    min-height: 65px;
    color: #000;
    text-decoration: none;
    outline: none;
    flex-direction: column;
}
.related-posts ul li a img{
    width: 100px !important;
    height: 77px !important;
    border-radius: 5px !important;
    object-fit: cover;
    position: absolute;
    top: 5px;
    left: 0;
}
.related-posts ul li a strong{}
/*  */
.block-form{
    background: #000;
    padding: 30px  20px 0 !important;
    border-radius: 20px;
    color: #fff;
    margin: 10px 0 0 !important;
}
.block-form h6{
        background-image: url(img/logo.png);
        background-repeat: no-repeat;
        background-position: left center;
        padding: 4px 0 0 40px;
        margin: 0 0 20px;
        text-transform: uppercase;
        color: #fff;
        display: block;
}
.block-form form{
    padding: 0;
    background: none !important;
    color: #fff;
}
.block-form form .rows{
    width: 100% !important;
}
.block-form form .rows p{
    color: #fff;
    font-size: 13px;
}

.block-form form .rows .wpcf7-form-control {
    min-height: 50px;
    width: 100%;
    border-radius: 10px;
    color: #fff;
    background-color: #262026 !important;
    border: 1px solid #52525B40;
    outline: none;
    text-align: left;
    direction: ltr;
    padding: 10px 15px;
    direction: ltr;
    font-size: 16px;
    max-height: 140px;
    margin: 5px 0 0;
    appearance: none;
    border: 1px solid #3C3C3C;
}
.block-form form .rows  .wpcf7-submit{
    background: #C65493 !important;
    text-align: center !important;
    color: #fff !important;
}

.intl-tel-input.separate-dial-code .selected-flag{
    background: none !important;
}


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

@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;
}