/*
Theme Name: قالب الفا كلين
Author: http://hatem.com/
Version: 1
*/

* {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    box-sizing: border-box
}

*:before,
*:after {
    box-sizing: border-box
}

::selection {
    color: #fff;
    background: #0274be;
}

body {
    background: #fff;
    color: #333;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
    font-size: 18px;
    line-height:1.5;
    
}

iframe {
    max-width: 100%;
}
a {
    color: #333;
    text-decoration: none;
}

a:active,
a:hover {
    outline-width: 0;
}

button {
    -webkit-appearance: button;
    appearance: button;
    cursor: pointer;
}

figure,
header,
footer {
    display: block;
}

.site {
    position: relative;
    word-wrap: break-word;
}

.wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
    padding: 0 22px;
}

.wrapper:before,
.gallery:before,
.gallery:after,
.clear:before,
.clear:after,
.comment-list .comment:before,
.comment-list .comment:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.gallery:after,
.comment-list .comment:after,
.clear:after {
    clear: both;
}

.wrapper:after {
    clear: both;
    content: "";
    display: block;
}


/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}


/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.txtcenter {
    text-align: center;
}

.txtright {
    text-align: right;
    /* animation-name: bounceInUp; */
}

.txtleft {
    text-align: left;
}

.txtjustify {
    text-align: justify;
}

.svg-xs {
    width: 1em;
}

.ml-1 {
    margin-left: 10px
}

.svg-color {
    color: #f1c50e
}

.main-navigation ul,
.unstyled {
    list-style: none;
}

.list-inline li {
    display: inline-block
}


/*--------------------------------------------------------------
4.0 header
--------------------------------------------------------------*/

.site-header {
    transition: top 300ms ease;
}

.site-header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 9999;
    width: 100%;
    transform: translateX(0);
    border-radius: 0;
}

.site-header.fixed .logo-link {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.site-header.fixed .logo-link img {
    max-width: 77%;
}

.site-header.fixed .nav-bar {
    margin-top: 0
}

.site-header .wrapper {
    padding: 0;
}

.mobile-btn {
    padding: 5px 15px;
}

.site-header .wrapper {
    padding: 0;
}

.top-bar {
    color: #ffffff;
    background-color: #3241ac;
}

.site-branding {
    text-align: center;
}

.logo-link,
.widget-card .img-link {
    display: inline-block;
    height: 100%;
}

.nav-bar {
    background: #fff;
    box-shadow: 0 0 9px 1px rgba(100, 100, 100, .3);
}

.menu-items,
.search-wrap,
.sub-menu,
.scrollUp {
    display: none;
}

.menu-toggle,
.search-toggle {
    background: transparent;
    padding: 7px 0;
}

.menu-items.toggled-on,
.menu-items .sub-menu.toggled-on,
.search-wrap.toggled-on {
    display: block;
}

.search-toggle {
    float: left;
}

.menu-items {
    border-top: 1px solid rgb(0, 0, 0, 0.1);
    padding-right: 10px;
}

.menu-items li {
    position: relative;
}

.menu-items>li {
    border-bottom: 1px solid rgb(0, 0, 0, 0.1);
    margin-top: 5px;
}

.menu-items>li:last-child {
    border-bottom: 0;
}

.menu-items a {
    color: #000;
    font-weight: 600;
    white-space: nowrap;
    display: block;
    padding: 5px 0;
    text-decoration: none;
}

.menu-items li:hover>a {
    color: #205D86
}

.icon-angle-down {
    border: solid #5f6f81;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.dropdown-toggle {
    background: 0 0;
    display:block;
    left: 0;
    padding: 9px;
    position: absolute;
    top: 0;
}

.dropdown-toggle.toggled-on .icon-angle-down {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg)
}

.menu-items .sub-menu {
    padding-right: 20px;
}

.search-wrap {
    padding: 15px;
    border-top: 1px solid #c8d7e1;
}

.search-form {
    display: flex;
    justify-content: center;
}

.search-input {
    border: 1px solid #c8d7e1;
    border-radius: 0 5px 5px 0;
    width: 80%;
    padding: 11px;
    -webkit-appearance: textfield;
    appearance: textfield;
}

.search-submit {
    background: #255ca2;
    border-radius: 5px 0 0 5px;
    padding: 0 10px;
}


/*--------------------------------------------------------------
4.0 footer
--------------------------------------------------------------*/

.site-footer {
    overflow: hidden;
    background-color: #284071;
    border-top: 1px solid #133783;
    color: #d8d8d8;
    overflow: hidden;
    background-color: #002b82;
    border-top: 1px solid #133783;
    color: #d8d8d8;
    background-color: #4c6575 !important;
    position: relative;
    width: 100%;
    overflow: hidden;
    background-size: 100% auto;
    background-position: left center;
    /* background-image: linear-gradient(180deg, #1940a5 0%, rgb(27 30 36 / 80%) 58%), url(./assets/img/footer.webp); */
    background-repeat: no-repeat;
    align-items: center;

}
@media (max-width: 767px){
.site-footer {
    background-size: cover;
}}

.site-footer a:hover {
    text-decoration: underline;
}

.footer-contact {
    border-bottom: 1px solid #ffffff1c;
    padding-bottom: 22.85px;
}

.contact-block {
    width: 100%;
    text-align: right;
    margin: 13px 0;
}

.widgets-div .icon-div {
    display: inline-block;
    margin-left: 15px;
}

.widgets-div .text-div {
    display: inline-block;
    margin-left: 10px;
    line-height: 2;
    text-align: right;
}

.widgets-div .text-div span {
    color: #fff;
}

.widgets-div .text-div span+span {
    color: #fff;
}

.site-footer .block {
    margin: 15px 0;
}

.site-footer .subtitle,
.site-footer a {
    color: #fff;
}

.footer-menu-items {
    margin-right: 22px;
}

.subtitle {
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-weight: 700;
    position: relative;
    margin-bottom: 33px;
    font-size: 22px
}

.bold {
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-weight: 700;
}

.subtitle:after {
    content: "";
    background: #fcce06;
    right: 0;
    width: 40px;
    height: 2px;
    position: absolute;
    bottom: -9px;
}

.site-footer .about p {
    text-align: justify;
}

.social-follow {
    display: inline;
    margin-top: 15px;
    margin-left: 15px
}

.social-follow li {
    margin-left: 2px;
    display: inline-block;
    font-size: 18px !important;
    background: rgb(0 0 0 / 17%);
    line-height: 40px;
    text-align: center;
    padding: 0px 14px;
}

.hcontact li {
    margin-bottom: 12px;
}

.social-share .facebook {
    background-color: #2f55a4;
}

.social-share .twitter {
    background-color: #1E90FF;
}

.social-share .youtube {
    background-color: #ff0000;
}

.site-copyright {
    color: #0e153e;
    padding: 15px;
    background: #fff;
    font-weight: 800;
}

.site-copyright p {
    margin-bottom: 10px;
}

.ms-whats-button,
.ms-call-button,
.scrollUp {
    position: fixed;
    bottom: 14px;
    z-index: 9999;
    text-align: center;
    z-index: 9999;
}

.scrollUp {
    background-color: #fff;
    left: 25px;
    width: 45px;
    height: 45px;
    line-height: 55px;
    border-radius: 50%;
    bottom: 100px;
}

.scrollUp.toggled-on {
    display: block;
}

.ms-whats-button,
.ms-call-button {
    display: flex;
    outline: 0;
    cursor: pointer;
}

.ms-call-button {
    right: 6px;
    bottom: 97px;
}

.ms-whats-button {
    right: 6px;
}

.ms-call-icon {
    display: inline-block;
    position: relative;
    width: 65px;
    height: 64px;
    text-align: center;
    border-radius: 50%;
    background-color: white;
    -webkit-box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, 0.705);
    -moz-box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, 0.705);
    box-shadow: 1px 1px 6px 0px rgba(68, 68, 68, 0.705);
}

.ms-call-button .ms-call-icon {
    animation: callrotate 2s infinite ease-in-out;
}

.ms-whats-txt,
.ms-call-txt {
    padding: 0 8px 0 20px;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    background: #fff;
    color: #000;
    margin-left: -13px;
    line-height: 28px;
    border-radius: 10px;
    height: 35px;
    margin-top: 14px;
}

.ms-whats-txt {
    padding: 0 21px;
    background: #4caf50;
    color: #ffffff;
}
.ms-call-txt{

    background: #2d6ac7;
    color: #fff;

}

.ModalTrigger,
.scrollUp,
.ms-whats-txt,
.ms-call-button .ms-call-txt {
    -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)
}

.modal-wrap {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    padding: 30px;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s linear 0.1s, opacity 0.3s ease;
    background: #fff;
}

.modal-header {
    position: relative;
    margin-bottom: 15px;
    border-bottom: 1px solid #d6d6d6;
}

.modal-content {
    position: relative;
    z-index: 22;
    width: 88%;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 11px;
    margin: 0 auto;
    padding: 17px 10px 10px 10px;
    background-color: #fff;
}

.date {
    margin-left: 15px;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.modal-content label {
    color: #232323;
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 21;
    background-color: rgba(0, 0, 0, 0.7);
}

.modal-close {
    position: absolute;
    top: 0;
    left: 10px;
    border: none;
    outline: none;
    background: none;
    font-size: 24px;
    color: #fcce06;
    font-weight: bold;
}

.form-title {
    font-weight: 900;
    font-size: 18px;
    margin-bottom: 8px;
    margin-left: 28px;
}

.modal-wrap.open {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
}

.overhidden {
    overflow-y: hidden;
}

label {
    font-weight: 800;
    line-height: 2.4;
    margin-right: 10px;
}

input[type="text"],
input[type="email"],
input[type="url"],
textarea,
select {
    font-size: 20px;
    background: #fbfbfb;
    border: 1px solid #c8d7e1;
    border-radius: 25px;
    display: block;
    padding: 12px 30px;
    margin-bottom: 20px;
    width: 100%;
}

input[type="submit"] {
    background-color: #255ca2;
    border-radius: 25px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    padding: 7px 15px;
}

@keyframes callrotate {
    0%,
    100%,
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        transform: rotate(0) scale(1) skew(1deg)
    }
    10%,
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20%,
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg)
    }
}

@media only screen and (min-width: 768px) {
    .wrapper {
        max-width: 1200px;
    }
    .site-header .wrapper {
        max-width: 1300px;
    }
    .modal-content {
        width: 47%;
    }
    .contact-block {
        width: 33%;
        float: right;
    }
}

@media only screen and (min-width: 1024px) {
    .wrapper {
        max-width: 1350px;
    }
    .site-header {
    
        padding: 5px 30px;
        box-shadow: 0 0 10px 5px rgb(0 0 0 / 10%);
    }
    .site-branding {
        text-align: right;
    }
    .site-header.fixed .logo-link {
        position: static;
        text-align: center;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .site-header.fixed .logo-link img {
        max-width: 100%;
    }
    .content-right {
        width: 70%;
        float: right;
    }
    .side-left {
        width: 27%;
        float: left;
    }
    .widget-card {
        width: 47.0588235294%;
    }
    .site-branding {
        width: 16%;
    }
    .site-branding {
        vertical-align: middle;
    }
    .nav-bar {
        background-color: transparent;
        width: 84%;
        box-shadow: none;
        position: relative;
    }
    .mobile-btn {
        width: 3%;
        margin-top: 7px;
    }
    .menu-toggle,
    .search-toggle {
        padding: 12px 0;
    }
    .mobile-btn {
        float: left;
    }
    .site-branding,
    .nav-bar,
    .site-footer .block {
        float: right;
    }
    .site-footer .block {
        margin: 15px;
    }
    .site-footer .about {
        width: 35%;
    }
    .site-branding .wrapper {
        text-align: right;
        padding: 0
    }
    .search-wrap {
        position: absolute;
        left: 0;
        background: #fff;
        top: 64px;
        line-height: 30px;
        z-index: 9999;
        border: 1px solid #c8d7e1;
    }
    .menu-items {
        text-align: right;
        display: block;
        border: 0;
        margin-top: 11px;
    }
    .dropdown-toggle,
    .menu-toggle {
        display: none;
    }
    .menu-items>li {
        display: inline-block;
        border: 0;
        padding: 9px 0;
    }
    .menu-items>li>a {
        border-left: 1px solid rgba(0, 0, 0, 0.1);
        padding: 0 20px;
    }
    .menu-items li.has-child>a:after {
        content: " ";
        border: solid #343434;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        margin-right: 5px;
        position: relative;
        top: -3px;
        right: 0;
    }
    .menu-items .sub-menu {
        background: #fff;
        position: absolute;
        top: 100%;
        right: 0;
        min-width: 180px;
        padding-right: 0;
        border-radius: 2px;
        -webkit-box-shadow: 0 20px 29px 0 rgba(0, 0, 0, .4);
        box-shadow: 0 20px 29px 0 rgba(0, 0, 0, .4);
        border: 1px solid #e5e5e5;
        z-index: 9999;
    }
    .menu-items li.has-child:hover .sub-menu {
        display: block;
    }
    .menu-items .sub-menu a {
        padding: 3px 20px;
        font-size: 14px;
        background: linear-gradient( 180deg, #fff, #f6f7ff);
        border-bottom: 1px solid rgb(218 216 216 / 58%);
    }
    .menu-items .sub-menu li:hover {
        border-bottom: 1px solid #dad8d894;
        background: linear-gradient( 180deg, #fff, #daeeff);
    }
    .site-contact,
    .site-info {
        width: 36%;
    }
    .footer-pages {
        width: 19%;
    }
    .second-menu {
        width: 21%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .terms {
        width: 50%;
        text-align: justify;
    }
    .site-footer .wrapper {
        padding: 30px 0;
    }
}

@media only screen and (min-width: 1480px) {
    .site-header {
        width: 100%;
    }
}
/*المدونة*/

.blog-topics {
    padding: 80px 0
}

.blog-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}


.blog-box {
    width: 100%;
    margin-bottom: 25px;
    margin-right: 2%;
  /*  box-shadow: 0 0 5px #00000029;
    border: 2px solid #fff;
    border-radius: 20px;
    overflow: hidden;
    background: #eef3f7;
    width: 100%;*/
}
.card-image {
    position: relative;
}

.card-image img {
    width: 100%
}

.blog-topics h2 {
    margin-bottom: 80px
}

.card-content {
    padding: 15px 15px
}

.card-date {
    font-size: 12px;
    font-weight: 900;
    color: #4f3374;
    z-index: 6;
    position: relative;
}

.card-title {
    /*color: #000;
    font-weight: 900;
    font-size: 18px;
    padding: 5px 0;
    text-decoration: none*/
    font-size: 20px;
    font-weight: 900;
    width: 90%;
    height: 63px;
    overflow: hidden;
    border-radius: 10px;
    text-align: right;
    color: #0b306e;
    z-index: 5;
    position: relative;
    transition: all .3s ease;
}

.card-excerpt {
    /*font-size: 15px;*/
    color: #949494;
    line-height: 32px;
    margin-top: 2px;
    width: 90%;
    height: 92px;
    font-size: 14px;
    z-index: 5;
    position: relative;
    overflow: hidden;
    text-align: right;
}


.sub-title {
    font-weight: 900;
    font-size: 20px
}
p.card-more {
    margin: 15px;
    text-align: left;
}

.card-more a {
    background: #236eb4;
    color: #fff;
    padding: 5px 14px;
    font-size: 16px;
    font-weight: 900;
    display: inline-block;
    border-radius: 8px;
    text-decoration: none;
}
.card-more a:hover{

background-color: #e4f2fd;
color:#000;

}
.link {
    position: absolute;
    bottom: 90px;
    right: -108px;
    width: 140px;
    height: 50px;
    background: #228870;
    font-size: 22px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    transition: .3s all;
    clip-path: polygon(25% 0%,100% 0%,100% 100%,25% 100%,0% 50%);
}
.link a{

    color: #fff;
    text-decoration: none;
  
}
.inner-box:hover .link {
    right: 0;
    background: #228870;
}
.inner-box:hover img {
    transform: scale(1.2);
    transition: all 1s ;
}

.inner-box {
    margin: 15px;
    position: relative;
    transition: all .3s ease;
    box-shadow: 0 0 13px #d4d4d4;
    padding: 8px;
    margin-bottom: 40px;
    padding-bottom: 0;
}
.inner-box:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 5;
}
.inner-box:after {
    content: '';
    position: absolute;
    bottom: -30px;
    right: 0;
    width: 98%;
    height: 80px;
    transform: skewY(-2deg);
    transition: all .5s ease;
    border: 3px solid #343434;
    z-index: 0;
}
.inner-box:hover:after {
    transform: skewY(2deg);
    border-color: #140d0c;
}
.image {
    height: 100%;
    width: 100%;
    position: relative;
    border-radius: 8px;
    z-index: 8;
    overflow: hidden;
}
.image img {
    max-width: 100%;
    height: auto;
    width: 100%;
    height: 250px;
    display: block;
}

.image a {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}
.up-hover {
    width: 100%;
    height: 100%;
    padding: 13px 0;
    /*text-align: center;*/
    transition: all .5s ease;
    position: relative;
}

textarea {
    max-height: 160px;
}
.form-submit{
    text-align:left
}
.submit {
    background-color: #ff6200;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    border-radius: 20px;
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    padding: 7px 15px;
    border: 0;
}


/*title*/



.titles_concept {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto auto 30px;
    align-items: center;
    position: relative;
    z-index: 1;
  }
  .titles_concept_1{
    position: relative;
  }
  /* .titles_concept_1:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 78%;
    height: 3px;
    border-radius: 5px;
    right: 0;
    margin: 0 auto;
    background: #363532;
  }
   */
  .titles_concept h2 {
    font-size: 30px;
  }
  
  .titles_concept_1 h2 {
    width: fit-content;
    font-size: 35px;
    text-align: center;
    font-weight: 700;
    margin: auto auto 12px;
    line-height: 34px;
    z-index: 1;
    color: #228870;
  }
  .q-a, .titles_concept_1 h2 {
    display: block;
    position: relative;
  }
  .titles_concept h3 {
    justify-content: center;
    font-size: 37px;
    font-weight: 700;
    -webkit-background-clip: text;
    background-clip: text;
    line-height: 37px;
    margin: 0 0 15px;
    text-align: center;
    display: block;
    color: #171f26;
    
  }
  .titles_concept_1 p {
    position: relative;
    margin: 5px 5px 19px;
    transition: .5s;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
  }
/*title*/

.blog-topics {
    padding: 50px 0
}

.blog-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.blog-box {
    width:100%;
    margin-bottom: 25px;
    margin-right: 2%;
   /* box-shadow: 0 0 5px #00000029;
    border: 2px solid #fff;
    border-radius: 20px;
    overflow: hidden;
    background: #eef3f7;*/
}
.card-image {
    position: relative;
}

.card-image img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}


.blog-topics h2 {
    margin-bottom: 80px
}

.card-content {
    text-align: right;
    padding: 9px 13px;
}

.card-date {
    font-size: 12px;
    font-weight: 900;
    color: #4f3374
}

.card-title {
    font-weight: 900;
    font-size: 18px;
    padding: 5px 0;
    text-decoration: none
}

.card-excerpt {
    font-size: 15px
}

.sub-title {
    font-weight: 900;
    font-size: 20px
}

.desc {
    font-size: 17px;
    font-weight: 500
}

.wp-video,
.wp-video video {
    height: 100%!important;
    max-width: 100%!important;
    padding: 1px 12px 11px 22px;
    margin-top: 15px;
}

.col-6 {
    width: 100%
}

@media (min-width:992px) {
    .col-6 {
        width: 49%
    }
    .features.content {
        width: 48%
    }
    .features-videos {
        width: 48%
    }
    .features-box {
        width: 22%
    }
    .price-plan {
        width: 30.333%
    }
    .box-work {
        width: 30.3333%
    }
    .blog-box {
        width: 30%
    }
    .services-plan .flex {
        justify-content: space-between
    }
    .qr-img {
        text-align: left
    }
    .features-content,
    .features-videos {
        width: 48%
    }
    .slider-header h3 {
        font-size: 22px
    }
    .services-plan>img {
        opacity: 1
    }
}
@media only screen and (min-width: 982px){
.blog-box {
    width: 28%;
}
}




/*المدونة*/
/*archive*/
/* .page-header {
    background-color: #228870!important;
    color: #fff;
    padding: 40px 0 15px;
    text-align: center;
    margin-bottom: 50px
} */
.flex-zone {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center
}

.p-50 {
    padding: 50px 0
}
/* 
.pagination .page-numbers {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-weight: 500;
    margin: 0 3px;
    background: #fff;
    border: 1px solid #c8d7e1;
    color: #000;
    text-decoration: none
}

.pagination .next,.pagination .prev {
    float: left;
    text-align: left;
    padding: 0 1.5em;
    width: auto;
    height: auto;
    line-height: revert
}

.pagination .prev {
    float: right;
    text-align: right
}

.pagination .current,.pagination .page-numbers:hover {
    background: #228870!important;
    border: 1px solid #2e1e41;
    color: #fff
} */

.services-box {
    background: #fff;
    text-align: center;
    text-decoration: none;
    color: #444;
    padding: 15px;
    margin: 15px 10px;
    outline: 2px dashed #cdc7d4;
    outline-offset: -12px;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    border-radius: 15px;
    width: 43%;
    font-size: 14px
}

.services-box img {
    margin-bottom: 15px
}

.flex-archive {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0
}

@media (min-width: 992px) {
    .services-box {
        width:18%;
        font-size: 18px;
        font-weight: 700
    }
}
.container {
    max-width: 1400px;
    margin: 0px auto;
    padding: 0px 10px;
}
/*الاسئلة الشائعه*/
.faq-section {
    padding: 60px 0px;
    position: relative;
    z-index: 9;
    background: rgb(237, 242, 253);
    overflow: hidden;
  }
  section.faq {
    display: flex;
    flex-wrap: wrap;
  }
  .faq-info {
    flex: 1 1 0%;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .faq-info .titlesconcept  {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
   /* visibility: visible;
    animation-duration: 2s;
    animation-name: bounceInUp;  */
     
}
  .faq-info .titlesconcept span {
    font-size: 36px;
    line-height: 50px;
    padding-bottom: 15px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #3c3c3c;
    border-bottom: 2px solid #00000024;
}
  .faq-info .titles_concept_1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
  .faq-info .titlesconcept h2 {
    font-size: 26px;
    line-height: 35px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3565e1;
}
  .faq-info .titles_concept_1 p {
    margin-top: 8px;
    font-size: 19px;
    line-height: 35px;
    font-weight: 500;
    color: #141313;
}
  .left-faq {
    justify-content: center;
    margin-right: 40px;
    height: 650px;
    width: 700px;
    display: flex;
    position: relative;
    /* visibility: visible;
    animation-duration: 2s;
    animation-name: slideInRight; */
  }
  .left-faq::before {
    position: absolute;
    width: 80px;
    height: 80px;
    left: 0px;
    content: "";
    background-position: center center;
    background-size: cover;
    background-image: url(./assets/img/faq---.webp);
  }
  .img-faq {
    position: relative;
  }
  .img-faq img {
    transition: all 0.3s ease 0s;
    height: 100%;
    object-fit: contain;
   
  }
  .img-faq2 {
    background-image: url(./assets/img/do.webp);
    width: 490px;
    height: 578px;
    top: 46px;
    vertical-align: middle;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
  }
  .left-faq::after {
    width: 80px;
    position: absolute;
    content: "";
    right: 1px;
    height: 80px;
    bottom: -29px;
    background-position: center center;
    background-size: cover;
    background-image: url(./assets/img/faq--.png);
}
    @media only screen and (max-width: 1090px){
  .left-faq {
      display: none;
  }
    }
  .container-boxed {
    max-width: 1000px;
    margin: auto;
  }
  .text-center {
    text-align: center;
  }
  questions .company-title h2 {
    color: #ffffff;
  }
  
  .company-title h2 {
    font-size: 35px;
    color: #293e9c;
  }
  questions .company-title p {
    color: #e9e9e9;
    font-weight: 500;
    font-size: 25px;
  }
  
  .company-title p {
    font-size: 25px;
    margin: 20px 0;
    color: #464646;
  }
  .accordion {
    width: 100%;
    max-width: 1000px;
    margin: 5px;
    color: #293e9c;
    font-size: 20px;
    /* padding: 10px; */
    margin-bottom: 19px;
    border-radius: 25px;
    /* background: #ffffff; */
    cursor: pointer;
    transition: .35s ease;
    visibility: visible;
    /* animation-name: slideInLeft;
    animation-duration: 3s; */
  }
  
  
  .accordion-item-header {
    padding: 0.5rem 3rem 0.5rem 1rem;
    min-height: 3.5rem;
    line-height: 1.25rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
  }
  
  .accordion-item-header::after {
    content: "\002B";
    font-size: 2rem;
    position: absolute;
    right: 1rem;
  }
  
  .accordion-item-header.active::after {
    content: "\2212";
  }
  
  .accordion-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }
  
  .accordion-item-body-content {
    padding: 1rem;
    line-height: 28px;
    border-top: 1px solid;
    border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
  }
  
  
  
  
  h1 {
    text-align: center;
    margin: 2rem 0;
    font-size: 2.5rem;
  }
  
  .accordion-item {
    background-color: #fff;
    padding: 5px;
    border-radius: 14px;
  }
  
  .accordion-item-header {
    padding: 0.5rem 3rem 0.5rem 1rem;
    min-height: 3.5rem;
    line-height: 28px;
    font-weight: bold;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
  }
  
  .accordion-item-header::after {
    content: "\002B";
    font-size: 2rem;
    position: absolute;
    right: 1rem;
  }
  
  .accordion-item-header.active::after {
    content: "\2212";
  }
  
  .accordion-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }
  
  .accordion-item-body-content {
    padding: 1rem;
    line-height:28px;
    border-top: 1px solid;
    border-image: linear-gradient(to right, transparent, #34495e, transparent) 1;
  }
  
  
  
  @media (max-width: 767px){
  questions {
    border-radius: 1px;
    padding: 10px;
  }}

  
  
  
  
  /**/

  /*city*/
  section.citis {
    padding: 10px 0;
    background: #ffffff;
    
}

.city-innr {

    display: flex;
    /* margin: 0px -15px; */
    flex-wrap: wrap;
    justify-content: center;
}
.city-innr a.city {
    flex: 1 1 0%;
    max-width: 500px;
    margin: 15px;
    min-width: 200px;
}
a.city {
    flex: 1 1 0%;
    display: flex;
    position: relative;
    border-radius: 8px;
    z-index: 9;
}
.icon-box {
    position: relative;
    z-index: 9;
    width: 100%;
}

.city-innr .city-image {
    max-height: 220px;
    height: 177px;
    background-image: url(./assets/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;
    
}
.city-image:before {
    z-index: 2;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(25 39 86 / 22%);
    left: 0px;
    top: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 9px;
    justify-content: center;
}
.bottom-city {
    height: 100%;
    position: absolute;
    top: 0px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.icon-city {
    position: relative;
    width: 50px;
    height: 50px;
    margin-bottom: 5px;
    line-height: 62px;
    text-align: center;
    color: rgb(255 255 255);
    border-radius: 50%;
    display: flex;
    z-index: 9;
    transition: all 0.3s ease 0s;
    align-items: center;
    justify-content: center;
}
.icon-city i {
    font-size: 30px;
    z-index: 9;
    position: relative;
}
.fa-city:before {
    content: "\f64f";
}
.right_city {
    color: rgb(255 255 255);
    position: relative;
    z-index: 9;
}
.right_city h3 {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}
.link_city {
    font-size: 0.8rem;
    padding: 4px 10px;
    border-radius: 6px;
    display: inline-block;
    margin-top: 10px;
    color: rgb(255, 255, 255);
    background: rgb(19 19 20);
    box-shadow: rgb(255 255 255 / 30%) 0px 0px 0px 4px;
}

.icon {
    background-color: rgba(252, 206, 6, 0.58);
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    left: 5px;
    top: 12%;
    border-radius: 50%;
    font-size: inherit;
    text-align: center;
    line-height: 40px;
}

.banner .icon {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    animation: callrotate 2s infinite ease-in-out;
}

.banner .icon svg {
    transform: rotate( 276deg);
}

.relative {
    position: relative;
    z-index: 999;
}


  /*end city*/
  .titles_concept {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
}
  .titles_concept span {
    font-size: 36px;
    line-height: 50px;
    padding-bottom: 15px;
    font-weight: 700;
    /* margin-bottom: 20px; */
    color: #3c3c3c;
    border-bottom: 2px solid #00000024;
}
   .titles_concept_1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
  .titles_concept h2 {
    font-size: 26px;
    line-height: 35px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3565e1;
}
  .titles_concept_1 p {
    margin-top: 8px;
    font-size: 19px;
    line-height: 35px;
    font-weight: 500;
    color: #141313;
}


/*خدماتنا المميزة*/

.services1{

    width: 100%;
    /* background: linear-gradient(0deg, #1840a9, #fff); */
    padding-top: 70px;
    padding: 50px 0;
    position: relative;
    overflow: hidden;
    /* margin-bottom: 79px */
    
    }
     .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: 16px;
    }
    .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: #1840a9ad; */
      border-radius: 19% 10% 15% 20%;
      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 */





: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;
} */
.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: 20px 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;
 }
