.page-concept {
    width: 100%;
    height: 722px;
    position: relative;
    background-color: rgb(24 64 169);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/main.webp);
    padding: 71px 0px;
    /* margin-top: 40px; */
   
    
}
.all-info {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.container {
    max-width: 1440px;
    margin: 0px auto;
    padding: 0px 20px;
}
.panner {
    flex: 1 1 0%;
}
.info-panner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.panner .info-cover {
    max-width: 660px;
}
.panner h1 {
    font-size: 45px;
    position: relative;
    font-weight: 700;
    margin-bottom: 40px;
    color: white;
    text-align: right;
}
.panner h1 span {
    position: relative;
    z-index: 9;
    margin-right: 10px;
    color: #abef93;
}
.info-cover strong {
    position: relative;
    color: rgb(255, 176, 0);
}
.info-cover strong::before {
    width: 100%;
    height: 4px;
    bottom: 1px;
    border-radius: 4px;
    position: absolute;
    content: "";
    background: rgb(255, 176, 0);
}
.info-cover p {
    font-size: 22px;
    line-height: 32px;
    color: rgb(187, 201, 219);
}
.menu-cat {
    margin: 30px 0px;
}
.intro-cat {
    color: rgb(255, 255, 255);
    display: block;
    font-size: 22px;
    margin-bottom: 16px;
}
.menu-cat-name {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -9px -12px 0px;
}
.menu-cat-name a {
    color: var(--maincolor);
    display: inline-block;
    background-color: #f3f2fc;
    border-radius: 5px;
    padding: 0.5em 1em 0.5em;
    font-size: .867em;
    margin: 5px;
    transition: background-color .3s ease-in,color .3s ease-in;
}
li.cat-select3 {
    list-style: none;
    font-weight: 700;
    color: #031538;
    font-size: 14px;
}
.btn-cover {
    display: flex;
    flex-wrap: wrap;
}
.panner .btn-cover a.services-btn {
    margin-left: 10px;
    border: 2px solid rgba(255, 255, 255, 0.28);
    padding: 15px 30px;
    background-color: rgba(1, 70, 246, 0);
    color: white;
    text-align: center;
    display: flex;
    border-radius: 50px;
    align-items: center;
}

.panner .btn-cover a {
    font-size: 16px;
    font-weight: bold;
}
.btn-cover i {
    padding-left: 8px;
    display: flex;
    height: 100%;
    position: relative;
    z-index: 9;
    align-items: center;
}
.fa-screwdriver-wrench:before, .fa-tools:before {
    content: "\f7d9";
}
.panner .btn-cover a.services-btn span {
    position: relative;
    z-index: 9;
}

.panner .btn-cover a.content-btn {
    position: relative;
    margin-left: 10px;
    border: 2px solid rgba(255, 255, 255, 0.28);
    color: white;
    text-align: center;
    border-radius: 50px;
    display: flex;
    padding: 10px 30px;
    align-items: center;
}

.panner .btn-cover a {
    font-size: 16px;
    font-weight: bold;
}
.box-img {
    height: 700px;
    width: 750px;
    display: flex;
    position: relative;
}
.box-img::before {
    position: absolute;
    width: 80px;
    height: 80px;
    right: 10%;
    top: 96px;
    content: "";
    background-position: center center;
    background-size: cover;
    background-image: url(../img/fc1.webp);
}
.img-faq1 {
    background-image: url(../img/do.webp);
    width: 607px;
    height: 593px;
    vertical-align: middle;
    background-size: contain;
    background-repeat: no-repeat;
    right: 23px;
    display: inline-block;
    top: 36px;
    position: absolute;
}
.box-img img {
    -webkit-mask-image: url(../img/Bg2.webp);
    -webkit-mask-size: 85%;
    -webkit-mask-position: center center;
    object-fit: contain;
    -webkit-mask-repeat: no-repeat;
    margin-bottom: 40px;
}
.box-img::after {
    width: 80px;
    position: absolute;
    content: "";
    height: 80px;
    left: 0px;
    bottom: 51px;
    background-position: center center;
    background-size: cover;
    background-image: url(../img/fc2.webp);
}

@media only screen and (max-width: 1350px){
.box-img {
    height: 650px;
    width: 650px;
}
.img-faq1 {
    width: 550px;
    height: 550px;
}
}
@media only screen and (max-width: 1275px){
.panner h1 {
    font-size: 35px;
    line-height: 35px;
    text-align: right;
}}
@media only screen and (max-width: 1200px){
.box-img {
    height: 550px;
    width: 550px;
}
.img-faq1 {
    right: 92px;
    width: 381px;
    height: 416px;
}



}
@media only screen and (max-width: 1146px){
.panner .info-cover {
    margin-top: -90px;
}
.box-img {
    margin-right: 0px;
}


}
@media only screen and (max-width: 1090px){
.panner h1 {
    font-size: 30px;
    line-height: 35px;
}

.info-cover p {
    font-size: 22px;
}
}
@media only screen and (max-width: 1080px){
.panner .btn-cover a {
    font-size: 16px;
    padding: 6px 20px 6px 30px;
}

}


@media only screen and (max-width: 993px){
.page-concept {
    padding: 50px 0px 80px;
    height: 1100px;
}
.all-info {
    flex-direction: column;
}
.panner {
    width: 100%;
    display: flex;
    order: 2;
    align-items: center;
    margin-top: 70px;
    margin: 0px;

}
.info-panner {
    justify-content: center;
}
.panner .info-cover {
    width: 100%;
    max-width: 100%;
}
.panner h1 {
    text-align: center;
    margin-bottom: 30px;
}
.btn-cover {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.box-img {
    order: 1;
    position: relative;
    z-index: 2;


}
.box-img::before {
    top: 0px;
}
}
@media only screen and (max-width: 775px){
.panner .btn-cover a {
    font-size: 14px;
    padding: 5px 17px 5px 27px;
}


}

@media only screen and (max-width: 720px){
.all-info {
    flex-direction: column;
}

.box-img {
    width: 100%;
    margin-right: 0px;
    order: 1;
    height: 450px;
    margin-top: 40px;
}
.img-faq1 {
    display: none;
}
}
@media only screen and (max-width: 580px){
.page-concept {
    position: relative;
    height: 834px;
    width: 100%;
    padding: 40px 0px;
    display: flex;
    background:rgb(24 64 169) ;
    margin-bottom: -80px;
}
.panner {
    max-width: 500px;
    order: 2;
    margin-top: 0px;
}
.panner h1 {
    margin-bottom: 15px;
    font-size: 33px;
    /* text-align: right; */
}
.panner h1 span {
    margin-right: 0px;
}
.panner .btn-cover a.services-btn {
    padding: 10px 20px;
    font-size: 13px;
}
.panner .btn-cover a.content-btn {
    padding: 10px 20px;
    font-size: 19px;
}
.box-img {
    height: 350px;
    height: 403px;
    margin-top: 0px;
}
.box-img::before {
    width: 50px;
    height: 50px;
    right: 10%;
    top: 0;
}
.box-img::after {
    width: 50px;
    height: 50px;
    left: 0px;
    bottom: 30px;
}

}
@media only screen and (max-width: 490px){
.page-concept {
    border-radius: 0;
}
.panner {
    margin-top: 0px;
    
}
.info-cover p {
    font-size: 22px;
    line-height: 28px;
}
.panner .btn-cover a {
    font-size: 13px;
    padding: 7px 12px 6px 24px;
}
.box-img {
    height: 270px;
    margin-top: 50px;
}

}



img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

/* p {
    margin: 0 0 1.5em;
    padding: 0;
} */

.btn,
h1,
h2,
h3 {
    font-family: Helvetica, Verdana, Arial, sans-serif;
}

h1 {
    font-size: 25px;
}

.col-2-sm {
    width: 43%;
    float: right;
}

.btn.active,
.btn:hover {
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)
}

.hide-xs {
    display: none;
}

.shape svg {
    position: relative;
    display: block;
    fill: #fff;
}

.shape-divider-top {
    width: 100%;
    overflow: hidden;
    transform: rotate(180deg);
}

.shape-divider-top svg {
    position: relative;
    display: block;
    width: calc(155% + 1.3px);
    height: 181px;
}

.shape-divider-top .shape-fill {
    fill: #FFFFFF;
}

.sec-pad-60 {
    padding: 60px 0;
}

.banner {
    padding: 20px 5px 50px 5px;
}

.banner .content {
    position: relative;
    color: #fff;
}

.banner .content p {
    margin: 10px auto 40px auto;
    color: #ecedef;
}

.btn {
    background: #fff;
    border: 3px solid #e8eaee;
    font-weight: 700;
    color: #142752;
    box-shadow: 0 2px 5px rgb(0 0 0 / 15%);
    border-radius: 27.5px;
    padding: 15px 20px 15px 62px;
    position: relative;
}

.section-title {
    margin-bottom: 19px;
    display: inline-block;
    padding: 0 20px;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
}

.blog {
    padding: 40px 0;
}

.blog .section-title {
    box-shadow: inset -6px 0px 0 0 #fcce05;
    /* margin: 35px; */
    margin-bottom: 28px;
    animation-duration: 1.5s;
    
}

.sub-title {
    display: block;
    font-size: 21px;
    font-weight: 900;
    margin-bottom: 5px;
}

.sub-title:hover {
    color: #255ca2
}

.features .sub-title,
.our-service .sub-title {
    font-size: 17px;
    margin: 12px 0;
}

.flex-cont {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.card-sm {
    width: 41%;
    margin: 13px;
}

.collections.clear {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.card-sm-img {
    position: relative;
    text-align: center;
    border-radius: 15px;
    overflow: hidden;
}

p.card-sm-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    font-weight: 900;
    font-size: 18px;
    margin: 0;
    /* padding: 15px 4px; */
}

.card-sm-img a:before {
    content: " ";
    background: rgb(0 0 0 / 42%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: linear-gradient(to top, #232323b0, #0000);
    bottom: 0;
}

.card-sm-img a {
    display: block;
    position: relative;
}

.card-sm-img img {
    width: 100%;
}

.pad-5 {
    padding: 0 20px
}

.first-color {
    color: #0b2154;
}

.txt-gray {
    color: #7A7A7A;
}

.txt-gold {
    color: #fcce06;
}

.txt-justify {
    text-align: justify;
}

.shape-divider-top {
    width: 100%;
    overflow: hidden;
    transform: rotate( 180deg);
    position: relative;
    top: -2px;
}

.shape-divider-top svg {
    position: relative;
    display: block;
    width: calc(155% + 1.3px);
    height: 181px;
}

.shape-divider-top .shape-fill {
    fill: #ffffff;
}

.featurs-card {
    background-color: #ffffff;
    box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.1);
    margin: 10px;
}

.featurs-card .sub-title {
    font-size: 16px;
}

.service-card {
    width: 44%;
    background-color: #fff;
    border-radius: 8px;
    margin: 10px;
    padding: 15px 0;
    -webkit-box-shadow: 0 10px 30px rgb(0 0 0 / 7%);
    box-shadow: 0 10px 30px rgb(0 0 0 / 7%);
}

.overlay {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    content: '';
    background: rgba(29, 64, 118, 0.95);
}

.our-service h2 {
    color: #fff;
}

.our-service {
    background-color: #255ca2;
    padding-bottom: 80px;
    box-shadow: inset 0 0 16px 2px #00000073;
}


.card {
    width: 100%;
    text-align: right;
    display: inline-block;
    margin-bottom: 25px;
}

.card-title {
    font-size: 1.15em;
    font-weight: 700;
    margin: 0px;
}

.card-content {
    padding: 10px 25px;
}

.card-excerpt {
    color: #313131;
    font-size: 14px;
}

.card-meta {
    margin-top: 10px;
}

.card-meta li {
    color: #677286;
    margin-right: 15px;
    font-size: 14px;
}

.card-meta li span {
    margin-left: 5px;
}

.card-archive .card-content {
    padding: 10px;
    margin: auto;
    width: 94%;
    background: #fff;
    border-radius: 9px;
    margin-top: -19px;
    position: relative;
    -webkit-box-shadow: 0 10px 30px rgb(0 0 0 / 7%);
    box-shadow: 0 10px 30px rgb(0 0 0 / 7%);
    margin-bottom: 30px;
}

.card-archive .card-meta {
    border-top: 1px solid rgb(0 0 0 / 11%);
    margin-top: 10px;
    text-align: center;
}

.card-archive .card-img img {
    border-radius: 8px;
    width: 100%;
}

.service-card:hover,
.card:hover {
    -webkit-transform: translatey(-10px);
    -moz-transform: translatey(-10px);
    -ms-transform: translatey(-10px);
    -o-transform: translatey(-10px);
    transform: translatey(-10px);
}

@media only screen and (min-width: 480px) {
    .card-archive {
        width: 22%;
        float: right;
        margin-right: 2.7%;
        margin-left: auto;
    }
    .card-archive:nth-child(2n+1) {
        clear: right;
    }
}

@media only screen and (min-width: 768px) {
    .banner .content {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 120px;
    }
    h1 {
        font-size: 35px;
    }
    .our-featurs .txt-justify {
        padding-left: 40px;
    }
    .sec-pad-80 {
        padding: 80px 0
    }
    .banner {
        padding: 0;
    }
    .hide-xs {
        display: block;
    }
    .col {
        float: right;
    }
    .col-2 {
        width: 16.666667%
    }
    .col-5 {
        width: 50%;
    }
    .col-6 {
        width: 44%;
    }
    .col-7 {
        width: 56%;
    }
    .featurs-card {
        margin: 15px;
    }
    .card-archive {
        width: 22%;
    }
    .card-archive:nth-child(2n+1) {
        clear: none;
    }
    .card-sm{
        width: 14%;
    }
}
/*blog*/
.p-block {
    display: flex;
    flex-wrap: wrap;
    margin: -20px -20px 20px;
    justify-content: center;
    overflow: hidden;
}
.p-block-box-v3 {
    margin: 20px;
    overflow: hidden;
    min-width: 340px;
    flex: 1 1 0%;
    max-width: 480px;
    background: #fff;
    box-shadow: #dae7f3 0 6px 7px;
    position: relative;
    transition: all .1s ease 0s;
    justify-content: center;
    border-radius: 8px;
    visibility: visible;
    /* animation-duration: 3s;
    animation-name: flipInY; */
}

.p-block-box-v3::before {
    content: "";
    position: absolute;
    top: 0;
    left: -83%;
    z-index: 2;
    display: block;
    width: 50%;
    height: 100%;
    background: #fff;
    transform: skewX(-25deg);
    transition: all .2s cubic-bezier(.19,1,.22,1) 0s;
    opacity: 0;
    pointer-events: none;
}
a {
    text-decoration: none;
    transition: color 50ms ease 0s;
    color: #1a205b;
}
.img-project-v3 {
    height: 100%;
    position: relative;
}
.img-project-v3 img {
    height: 215px;
    width: 100%;
    object-fit: cover;
}
.p-block-box-v3:hover .overlay-box {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
}

.overlay-box {
    position: absolute;
    bottom: 0px;
    text-align: center;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(51, 51, 51, 0) 0px, rgba(5, 4, 116, 0.51) 75%);
    content: "";
    transform: translate3d(0px, 1%, 0px);
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    opacity: 0;
}
.overlay-inner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 0px;
}
.content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.content {
    padding: 16px;
}
.title_content_blog {
    padding: 25px 23px 20px;
    display: flex;
    flex-direction: column;
    text-align: right;
    justify-content: center;
    position: relative;
}
.contesaet_shap1 {
    text-align: right;
    display: flex;
    flex-direction: column;
    flex: 1 1 0%;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
}
.contesaet_shap1 h3 {
    margin-bottom: 8px;
    font-size: 20px;
    position: relative;
    color: #1f2453;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 11px;
}
.contesaet_shap1 h3::before {
    content: "";
    width: 36px;
    height: 2px;
    bottom: -2px;
    right: 0;
    background-color: rgba(225,169,220,.13);
    position: absolute;
    transition: all .4s ease 0s;
}
.contesaet_shap1 h3 i {
    font-size: 29px;
    margin-left: 11px;
    color: #5d2b74;
    background: #eaf7ff;
    border-radius: 8px;
    font-weight: 400;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .1s ease 0s;
}
.contesaet_shap1 span .svg1 {
    font-size: 29px;
    margin-left: 11px;
    color: #5d2b74;
    background: #eaf7ff;
    border-radius: 8px;
    font-weight: 400;
    width: 31px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .1s ease 0s;
}
.fa-angle-left:before {
    content: "\f104";
}
.contesaet_shap1 p {
    font-size: 16px;
    margin-bottom: 5px;
    color: #000;
}
.linkes_blog2 {
    display: flex;
    text-align: center;
    align-items: center;
    flex: 1 1 0%;
}
.linkes_blog2 a {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    display: flex;
    text-align: center;
    justify-content: center;
    background: rgb(27 110 221 / 59%);
    transition: all .2s ease 0s;
    padding: 8px 22px;
    border-radius: 8px;
    align-items: center;
    margin-right: auto;
}
.linkes_blog2 a span {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.linkes_blog2 i {
    transition: all .2s ease 0s;
    margin-right: 11px;
}
.fa-chevron-double-left:before, .fa-chevrons-left:before {
    content: "\f323";
}
.p-block-box-v3:hover {
    background: #fdfafa;
}
.p-block-box-v3:hover {
    transform: scale(1.01) translate(0,-8px);
    box-shadow: 0 27px 52px #0003;
}
.p-block-box-v3:hover::before {
    left: 150%;
    transition: all 1.5s cubic-bezier(.19,1,.22,1) 0s;
    opacity: .2;
}
.p-block-box-v3:hover .contesaet_shap1 h3 {
    color: rgb(35 165 184);
}
.p-block-box-v3:hover .contesaet_shap1 h3::before {
    left: 430px;
    width: 100%;
}
.p-block-box-v3:hover .contesaet_shap1 h3 i {
    background: #eaf7ff;
    color: #0e59a5;
}
.p-block-box-v3:hover .contesaet_shap1 h3 i {
    background: #eaf7ff;
    color: #0e59a5;
}
.p-block-box-v3:hover .linkes_blog2 a {
    background: #26abbe;
    color: #fff;
}
.p-block-box-v3:hover .linkes_blog2 i {
    transform: scale(1);
    margin-right: 8px;
    opacity: 1;
    visibility: visible;
}
.foot-project {
    display: flex;
    text-align: right;
    width: 100%;
    align-items: center;
    margin-top: 8px;
    position: relative;
}
.foot-project>div {
    flex: 1 1 0%;
}
.admin_icon {
    display: flex;
    align-items: center;
}
.foot-project>div {
    flex: 1 1 0%;
}
.rating {
    align-self: center;
}
.rating {
    flex: 1 1 0%;
    justify-content: left;
    text-align: left;
}
.caption a {
    position: absolute;
    left: 0%;
    top: 0px;
    background: #e3edfb;
    color: #000;
    font-weight: bold;
    z-index: 999;
    padding: 10px;
    border-radius: 0 10px 10px 00;
    font-size: 12px;
}

.titlesconcept span {
    font-size: 36px;
    line-height: 50px;
    padding-bottom: 5px;
    font-weight: 700;
    margin-bottom: 2px;
    color: #3c3c3c;
    border-bottom: 2px solid #00000024;
}
.titles_concept {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
}



@media (max-width: 1200px){
.container {
    width: 95%;
}}
.city-section {
    margin-top: -111px;
    position: relative;
    margin-bottom: 20px;
}
@media only screen and (max-width: 1200px){
.city-section {
    z-index: 0;
    position: relative;
    width: 100%;
    max-width: 100%;
    
}}
@media only screen and (max-width: 580px) {
  

    section.city-section {
        margin: 10px 0;
    }
    .owl-item {
        padding: 10px 10px;
    }
   
}
.all-info {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    
}
@media only screen and (max-width: 993px){
.all-info {
    flex-direction: column;
   
}}


.city-image {
    background-image: url(../img/city.webp);
}
.city-image {
    transition: all 0.2s ease 0s;
    background-position: center center;
    background-size: cover;
    z-index: 0;
    height: 160px;
    object-fit: contain;
    display: flex;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0,0,0,.05)!important;
}
.container {
    max-width: 1440px;
    margin: 0px auto;
    padding: 0px 21px;
}
.city-section .d-flex {
    box-shadow: rgba(9, 28, 58, 0.07) 0px 7px 16px 0px;
    position: relative;
    width: 89%;
    margin: auto;
}
@media only screen and (max-width: 1200px){
.city-section {
    z-index: 0;
    position: relative;
    width: 100%;
    max-width: 100%;
}}
.d-flex::before {
    content: "";
    position: absolute;
    right: 0px;
    height: 80px;
    z-index: 99;
    transform: rotate(110deg);
    width: 81px;
    top: -82px;
    left: 0px;
    background-position: center center;
    background-size: cover;
    background-image: url(../img/h.png);
}
.owl-stage-outer {
    background-color: rgb(255, 255, 255);
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 5px 20px var(--shadow-1);
}
.owl-item {
    height: 100%;
    padding: 20px 10px;
    display: inline-block;
}
.owl-prev {
    position: absolute;
    left: -46px;
    top: 40%;
    width: 46px;
    height: 45px;
    box-shadow: rgba(9, 28, 58, 0.1) 0px 2px 5px 0px;
    border-radius: 10px;
    margin: 0px 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(255, 255, 255) !important;
}
.owl-prev span {
    background-image: url(../img/arrow.svg);
    background-size: cover;
    height: 25px;
    width: 27px;
    transform: rotateY(180deg);
    left: 0px;
    transition: all 0.3s ease-in-out 0s;
}
.owl-next {
    position: absolute;
    right: -46px;
    width: 46px;
    top: 40%;
    height: 44px;
    box-shadow: rgba(9, 28, 58, 0.1) 0px 2px 5px 0px;
    border-radius: 10px;
    margin: 0px 5px;
    cursor: pointer;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(255, 255, 255) !important;
}
.owl-next span {
    background-image: url(../img/arrow.svg);
    background-size: cover;
    height: 25px;
    width: 27px;
    transition: all 0.3s ease-in-out 0s;
}

/*خدماتنا المميزة*/

.services1{

    width: 100%;
    background: linear-gradient(0deg, #e4f0f9, #fff);
    padding-top: 70px;
    padding: 50px 0;
    position: relative;
  
  }
   .services-info, .services_box {
    position: relative;
  }
  .box-services {
    justify-content: center;
    display: flex;
    margin: 0 -16px;
    flex-wrap: wrap;
  }
  .services_box {
    margin: 10px;
    min-width: 18%;
    transform: skewX(355deg);
    flex: 1 1 0%;
    max-width: 480px;
    z-index: 1;
    justify-content: center;
    background: #faf9f9;
    box-shadow: rgb(0 0 0 / 12%) 1px 3px 5px;
    overflow: hidden;
    border: 2px solid #fff;
    border-radius: 30px;
  }
  .p-services {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
  }
  .img-services {
    overflow: hidden;
    position: relative;
  }
  .img-services img {
    width: 100%;
    height: 300px;
    overflow: hidden;
  }
  .img-services span.Service_pri {
    justify-content: right;
    background: rgb(54 126 233);
    color: #f8f5f5;
    padding: 0;
    font-style: normal;
    position: absolute;
    left: -55px;
    text-align: center;
    font-size: 11px;
    transform: rotate(313deg);
    width: 223px;
    top: 35px;
    font-weight: 700;
    transition: .2s;
    z-index: 1;
  }
  .img-services span.Service_pri p{
    font-size: 18px;
    font-weight: 400;
    text-shadow: #0e59a5;
  }
  .info-services {
    background-color: #fff;
    top: 200px;
    border-radius: 0 0 4px 4px;
    transition: .5s;
    padding: 27px 10px;
    flex-direction: column;
    max-width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-shadow: rgba(27, 33, 90, .18) 0 26px 55px;
  }
  .icon_serives, .info-services {
    position: absolute;
    display: flex;
    right: 0;
    left: 0;
  }
  .icon_serives {
    top: -40px;
    justify-content: center;
    align-items: center;
  }
  .icon_serives span {
    height: 70px;
    width: 70px;
    line-height: 80px;
    /* background: #377de5; */
    border-radius: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
  }
  .icon_serives span i {
    font-weight: 400;
    font-size: 35px !important;
  }
  .Service_price h3 {
    font-size: 23px;
    font-weight: 600;
    height: 65px;
    overflow: hidden;
    margin-bottom: 10px;
    color: #14287b;
    transition: .3s ease-out;
    margin-top: 9px;
  }
  .price_buttun {
    display: flex;
    max-width: 100%;
    flex: 1 1 0%;
    min-width: 100%;
    margin-top: 11px;
    align-items: center;
  }
  .ButtonConcept_service {
    flex: 1 1 0%;
    justify-content: center;
    text-align: center;
    display: flex;
  }
  .ButtonConcept_service span {
    background: #377de5;
    padding: 10px;
    font-size: 14px;
    color: #f8f8f9;
    font-weight: 700;
    border-radius: 8px;
    transition: .5s;
  }
  @media only screen and (max-width: 850px){
  .services_box {
      min-width: 250px;
      max-width: 100%;
  }
  .info-services {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .icon_serives {
    top: -31px;
  }
  .icon_serives span {
    width: 60px;
    height: 60px;
  }
  }
  
  @media only screen and (max-width: 650px){
  .services_box .Service_price h3 {
      font-size: 18px;
  }
  
  .info-services p.content_serives {
    font-size: 14px;
  }
  .price_buttun {
    margin-top: 4px;
  }
  .ButtonConcept_service span {
    font-size: 14px;
    padding: 9px;
  }
  }
  
  @media only screen and (max-width: 1000px){
  .p-services:hover .info-services {
      top: 137px;
  }}
  
  .p-services:hover .info-services {
      background-color: rgba(255, 255, 255, .9);
      top: 128px;
  }
  .p-services:hover .info-services .bahservice {
    opacity: 1;
    visibility: visible;
  }
  .ButtonConcept_service:hover span {
    background: #10428b;
    color: #fcfbfb;
  }
  /* .p-services:hover .info-services .icon_serives span {
    background: #1e1e1e;
  } */


  /* ماشتر */
.new_sec {
    background: #0e59a5;
    padding-bottom: 0 !important;
    overflow: hidden;
    padding: 80px 0px;
}

.new_sec .container{
    display: flex;
    align-items: center;
}
.new_sec .container .div-text{
    width: 50%;

}
.new_sec .container .div-text span{
    font-size: 20px;
    color:#fff;
}
.new_sec .container .div-text h2{
    font-size: 35px;
    color: #ffffff;
    margin: 5px 0 30px;
}
.new_sec .container .div-text p{
    color: #ffffff;
    line-height: 1.3;
    font-size: 20px;
}
.new_sec .container .div-img{
    width: 50%;
}
.new_sec .container .div-img img {
    width: 100%;
}
.stars{
    border: 0;
    gap: 0px;
    display: flex;
    justify-content: center;
    padding: 0;
}
.stars svg{
    width: 20px;
    height: 20px;
}
.new_sec .divboxstars{
    position: relative;
    margin-top: 150px;
    background: #fff;
    padding-bottom: -50px;
}
.new_sec .divboxstars::after{
    position: absolute;
    content: '';
    bottom: 99%;
    background: #fff;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100px;
    border-radius: 50% 50% 0 0;
}
.new_sec .boxs{
    position: relative;
    top: -140px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
    z-index: 10;
}
.new_sec .boxs .box{
    width: 45%;
    background: #FBF4FC;
    border: 1px solid #a51db93a;
    box-shadow: 5px 5px 8px #35353534;
    border-radius: 5px;
    padding: 15px 15px; 
    transition: 0.3s ;
    cursor: pointer;
    margin-bottom: 50px;
    
}
.new_sec .boxs .box:hover{
    box-shadow: 5px 5px 15px #35353550;
    border-color: var(--main);
}
.new_sec .boxs .box .top{
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.new_sec .boxs .box h4{
    font-size: 16px;

}
.new_sec .boxs .box p{
    font-size: 14px;
}




 @media (max-width: 800px) {
  
    .new_sec .boxs{
        flex-direction: column;
        align-items: center;
        gap: 0;
    }
    .new_sec .boxs .box{
        width: 80%;
        margin-bottom: 25px;
    }
    .new_sec .container{
        flex-direction: column;
    }
    .new_sec .container .div-text{
        width: 100%;
        text-align: center;
    }
    .new_sec .container .div-img{
        width: 80%;
        margin: auto;
    }
 }



 

 @media (max-width: 500px) {

    .new_sec .boxs .box{
        width: 100%;
    }
   
 }



/* new */





:root{
    --green: #017D03;
    --main: #0e59a5;
    --parg: #54595f;
    --title: #080809;
}
/* svg{
    width: 50px;
} */
/* p{
    color: var(--parg);
    
}
h1,h2,h3,h4,h5,h6{
    color: var(--title);
}
span{
    color: var(--main);
} */
.btns{
    display: flex;
    gap: 20px;
    margin: 20px 0;
}
.btn{
    padding: 5px 15px;
    border: 2px solid;
    border-color: var(--main);
    border-radius: 10px;
    color: #fff;
    background: var(--main);
    transition: 0.3s ease;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.btn svg{
    fill: var(--main);
    stroke: var(--main);
    width: 40px;
}
.btn svg.wats{
    width: 30px;
}
.btn svg,
.btn path{
    fill: #fff;
    stroke: #fff;
}
.btn:hover{
    background: transparent;
    color: var(--main);
}
.btn:hover svg,
.btn:hover path{
    fill: var(--main);
    stroke: var(--main);
}
.btn_no_bg{
    background: transparent;
    color: var(--main);
}
.btn_no_bg svg,
.btn_no_bg path{
    fill: var(--main);
    stroke: var(--main);
}
.btn_no_bg:hover{
    background: var(--main);
    color: #fff;
}
.btn_no_bg:hover svg,
.btn_no_bg:hover path{
    fill: #fff;
    stroke: #fff;
  
}
.btn:before, .btn:after {
    position: absolute;
    content: "";
    width: 150%;
    left: 50%;
    height: 100%;
    transform: translateX(-50%);
    z-index: 1000;
    background-repeat: no-repeat;
}

.btn:hover:before {
    top: -70%;
    background-image: radial-gradient(circle,var(--main) 20%, transparent 20%), radial-gradient(circle, transparent 20%,var(--main) 20%, transparent 30%), radial-gradient(circle,var(--main) 20%, transparent 20%), radial-gradient(circle,var(--main) 20%, transparent 20%), radial-gradient(circle, transparent 10%,var(--main) 15%, transparent 20%), radial-gradient(circle,var(--main) 20%, transparent 20%), radial-gradient(circle,var(--main) 20%, transparent 20%), radial-gradient(circle,var(--main) 20%, transparent 20%), radial-gradient(circle,var(--main) 20%, transparent 20%);
    background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%;
    background-position: 50% 120%;
    animation: greentopBubbles 0.6s ease;
    opacity: 0;
}
@keyframes greentopBubbles {
    0% {
      background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%,
        40% 90%, 55% 90%, 70% 90%;
        opacity: 1;
    }
  
    50% {
      background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%,
        50% 50%, 65% 20%, 90% 30%;
        opacity: 1;
    }
  
    100% {
      background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%,
        50% 40%, 65% 10%, 90% 20%;
      background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
    }
  }

.btn:hover::after {
    bottom: -70%;
    background-image: radial-gradient(circle,var(--main) 20%, transparent 20%), radial-gradient(circle,var(--main) 20%, transparent 20%), radial-gradient(circle, transparent 10%,var(--main) 15%, transparent 20%), radial-gradient(circle,var(--main) 20%, transparent 20%), radial-gradient(circle,var(--main) 20%, transparent 20%), radial-gradient(circle,var(--main) 20%, transparent 20%), radial-gradient(circle,var(--main) 20%, transparent 20%);
    background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 20% 20%, 18% 18%;
    background-position: 50% 0%;
    animation: greenbottomBubbles 0.6s ease;
    opacity: 0;
}
@keyframes greenbottomBubbles {
    0% {
      background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%,
        70% -10%, 70% 0%;
        opacity: 1;
    }
  
    50% {
      background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%,
        105% 0%;
        opacity: 1;
    }
  
    100% {
      background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%,
        110% 10%;
      background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
    }
  }
.sm-title{
    font-family: 'Lobster', sans-serif;
    color: var(--main);
}

.top-sec{
    text-align: center;
    margin-bottom: 80px;
}
.top-sec span{
    font-size: 25px;
    font-weight: bold;
}
.top-sec h3{
    margin-top: 20px;
    font-size: 30px;
    color: #222;
}







/* .aboutpage{
    background: #FBF4FC;
} */

section.aboutpage{

padding: 100px 0px;

}
.aboutpage .top-about{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.aboutpage .top-about .text span{
    font-size: 20px;
}
.aboutpage .top-about h2{
    font-size: 30px;
    color: #222;
    margin-top: 25px;
    margin-bottom: 40px;
}
.aboutpage .boxs{
    display: flex;
    justify-content: space-between;
}
.aboutpage .boxs .imgimg-box{
    width: 23%;
}
.aboutpage .boxs .imgimg-box .myimg{
    width: 90%;
    margin: auto;
    position: relative;
}
.aboutpage .boxs .imgimg-box .myimg::after{
    content: '';
    position: absolute;
    bottom: -15px;
    right: -15px;
    width: 50%;
    height: 50%;
    background: var(--main);
}
.aboutpage .boxs .imgimg-box .myimg img{
    width: 100%;
    position: relative;
    z-index: 2;
}
.aboutpage .boxs .moredetals{
    width: 23%;
}
.aboutpage .boxs .moredetals div{
    display: flex;
    align-items: center;
    padding: 15px 10px; 
    border: 1px solid #a41db921;
    box-shadow: 5px 5px 8px #35353515;
    margin-bottom: 18px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s ease;
}
.aboutpage .boxs .moredetals div:hover{
    border-color: var(--main);
    box-shadow: 5px 5px 12px #35353544;
}
.aboutpage .boxs .moredetals div img{
    width: 35px;
}
.aboutpage .boxs .moredetals div h4{
    color: #222;
    margin-right: 15px;
    font-size: 12px;
}



.aboutpage .boxs .center-text{
    width: 45%;
}
.aboutpage .boxs .center-text .fristparg{
    font-size: 19px;
    line-height: 1.7;
    margin-bottom: 25px;
}
.aboutpage .boxs .center-text .sm-div{
    margin-bottom: 30px;
}
.aboutpage .boxs .center-text .sm-div h3{
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
}
.aboutpage .boxs .center-text .sm-div img{
    width: 40px;
}
.aboutpage .boxs .center-text .sm-div p{
    font-size: 16px;
    line-height: 1.6;
}






 

 @media (max-width: 1100px) {
    section{
        padding: 100px 0;
    }
    .aboutwhyus .boxs .box{
        width: 45%;
        margin-bottom: 30px;
    }
   
 }

 @media (max-width: 800px) {
    .aboutpage .top-about{
        flex-direction: column;
        text-align: center;
        align-items: center;
        margin-bottom: 20px;
    }
    .aboutpage .boxs{
        flex-direction: column;
        align-items: center;
    }
    .aboutpage .boxs .imgimg-box{
        width: 40%;
        margin-bottom: 40px;
    }
    .aboutpage .boxs .center-text{
        width: 100%;
    }
    .aboutpage .boxs .moredetals {
        width: 80%;
    }
    .new_sec .boxs{
        flex-direction: column;
        align-items: center;
        gap: 0;
    }
    .new_sec .boxs .box{
        width: 80%;
        margin-bottom: 25px;
    }
    .new_sec .container{
        flex-direction: column;
    }
    .new_sec .container .div-text{
        width: 100%;
        text-align: center;
    }
    .new_sec .container .div-img{
        width: 80%;
        margin: auto;
    }
 }



 

 @media (max-width: 500px) {
    .top-sec span{
        font-size: 16px;
        font-weight: bold;
    }
    .top-sec h3{
        margin-top: 15px;
        font-size: 20px;
    }
    .top-sec h2{
        margin-top: 15px;
        font-size: 20px;
    }
    .btns{
        flex-direction: column;
    }
    .aboutwhyus .boxs .box{
        width: 100%;
        margin: auto;
        margin-bottom: 30px;
    }
    .aboutpage .boxs .imgimg-box{
        width: 100%;
        margin-bottom: 40px;
    }
    .aboutpage .boxs .moredetals {
        width: 100%;
    }
    .new_sec .boxs .box{
        width: 100%;
    }
    .aboutwhyus .boxs .imgimg-box{
        width: 30%;
    }
 }

 .bglineone{
    display: flex;
    align-items: center;
    gap: 5px;
 }

 .bigLine{
    background: var(--main);
    width: 40px;
    height: 3px;
    display: inline-block;
    line-height: 50px;
 }
 .btns_7nakah .btn.one{
    padding: 15px ;
 }
 .btns_7nakah .btn.one svg{
    fill: var(--main);
    fill: none;
    width: 20px;
 }
 .btns_7nakah .btnta7{
    display: flex;
    align-items: center;
 }
 .btns_7nakah .btnta7 .img{
    width: 50px;
    height: 50px;
    background: var(--main);
    border-radius: 50%;
    margin-left: 10px;
 }
 .btns_7nakah .btnta7 .text p{
    font-size: 14px;
 }
 .btns_7nakah .btnta7 h5{
    font-size: 18px;
    margin-top: 8px;
    color: #222;
 }
 .btns_7nakah .btnta7 .img svg{
    width: 100%;
    stroke: #fff;
 }