@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200;400;500;600;700;800&display=swap');
@import url(../css/all.min.css);
@import url(../css/svg_icons.css);
@import url(../css/bootstrap.min.css);
@import url(./all.min.css);
@import url(../css/owl.carousel.min.css);
@import url(../css/owl.theme.default.min.css);

:root {
    --Primary-color:#454444 ;
    --Secondary-color: #F96226;
    --Secondary-bg: #F5F6F4 ;
    --Main-border:1px solid #6666667a;
    --box-shadow:0 20px 40px rgb(0 0 0 / 25%) ;
    --P-color:#666;
    --Primary-text-color:#fff;
    --Secondary-text-color: #000;
}

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    font-family: 'Cairo', sans-serif;
}
img{
    width: 100% !important;
}
ul{
    padding: 0;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
}

::-webkit-scrollbar {
    width: 10px;

}
::-webkit-scrollbar-track {
    background-color: transparent;
    box-shadow: 0 20px 40px rgb(0 0 0 / 25%);
}

::-webkit-scrollbar-thumb {
    background-color: var(--Secondary-color);
    border-radius: 5px;
    transition: all ease-in-out .3s;
}

::-webkit-scrollbar-thumb:hover {
    background-color: var(--Secondary-color);
}

/* Top nav */
.top_Nav{
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center !important;
    justify-content: space-between;
    background-color: var(--Primary-color);
    padding: 0px 5%;
    border-bottom: 1px solid var(--Secondary-color);
}
.top_Nav ul{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
}
.top_Nav ul li{
    margin: 0 10px ;
    color: var(--Primary-text-color);
    font-size: 20px;
    letter-spacing: 1px;
}
.top_Nav ul li a{
    color: var(--Primary-text-color);
}
.top_Nav ul li svg{
    color: var(--Primary-text-color);
    font-size: 20px;
}

/* navbar */

.nav {
    width: 100%;
    height: 75px;
    position: absolute;
    text-align: center;
    background-color: transparent;
    z-index: 326262626262626;
}

.nav div.logo {
    width: 180px;
    height: 10px;

}

.nav div.logo a {
    color: var(--Primary-text-color);
    font-size: 20px;
    transition: all ease-in .3s;
}
.container-nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav div.logo a:hover {
    color: var(--Secondary-color);
}
.nav div.logo span{
    color: var(--Secondary-color);
}
.nav div.main_list {
    height: 65px;
}

.nav div.main_list ul {
    width: 100% ;
    display: flex;
}

.nav div.main_list ul li {
    font-size: 20px;
    margin: 0 20px  ;
}

.nav div.main_list ul li a {
    color: var(--Primary-text-color);
    line-height: 65px;
    transition: all ease-in .2s;
}

.nav div.main_list ul li a:hover {
    color: var(--Secondary-color);
}

.nav div.media_button {
    width: 40px;
    height: 40px;
    background-color: transparent;

    display: none;
}

.nav div.media_button button.main_media_button {
    width: 100%;
    height: 100%;
    background-color: transparent;
    ;
    outline: 0;
    border: none;
    cursor: pointer;
}

.nav div.media_button button.main_media_button span {
    width: 98%;
    height: 1px;
    display: block;
    background-color: var(--Primary-text-color);
    margin-top: 9px;
    margin-bottom: 10px;
}

.nav div.media_button button.main_media_button:hover span:nth-of-type(1) {
    transform: rotateY(180deg);
    transition: all 0.5s;
    background-color: #c0c0c0;
}

.nav div.media_button button.main_media_button:hover span:nth-of-type(2) {
    transform: rotateY(180deg);
    transition: all 0.4s;
    background-color: #c0c0c0;
}

.nav div.media_button button.main_media_button:hover span:nth-of-type(3) {
    transform: rotateY(180deg);
    transition: all 0.3s;
    background-color: #c0c0c0;
}

.nav div.media_button button.active span:nth-of-type(1) {
    transform: rotate3d(0, 0, 1, 85deg);
    position: absolute;
    margin: 0;
}

.nav div.media_button button.active span:nth-of-type(2) {
    display: none;
}

.nav div.media_button button.active span:nth-of-type(3) {
    transform: rotate3d(0, 0, 1, -45deg);
    position: absolute;
    margin: 0;
}

.nav div.media_button button.active:hover span:nth-of-type(1) {
    transform: rotate3d(0, 0, 1, 20deg);
}

.nav div.media_button button.active:hover span:nth-of-type(3) {
    transform: rotate3d(0, 0, 1, -20deg);
}
.services_nav {
    position: relative ;
    
}
.services_nav svg{
    transition: all ease-in .3s;
    margin-right: 5px;
    color: var(--Primary-text-color);
}
.services_menu {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out .3s !important;
    display: flex;
    flex-direction: column;
    width: 300px !important;
    overflow-y: scroll;
}

.services_nav_tranz .services_menu {
    opacity: 1;
    visibility: visible;
    background-color: var(--Primary-text-color);
}
.services_nav_tranz svg{
    transform: rotate(90deg);
}
.services_menu li {
    background-color: var(--Primary-text-color);
    box-shadow: 0 20px 40px rgb(0 0 0 / 25%);
    padding: 0 20px;
    width: 100%;
}
.services_menu li a{
     color: #000 !important;   
}
.services_menu li a:hover{
    color: var(--Secondary-color) !important;
}
.Logo{
    width: 150px !important;
}

/* Medai qurey section */

@media screen and (min-width: 768px) and (max-width: 1024px) {



}




@media screen and (max-width:1270px) {



    .nav div.main_list {
        width: 100%;
        margin-top: 65px;
        height: 0px;
        overflow: scroll !important;
    }

    .nav div.show_list {
        height: 100vh;
        animation-name: tranze;
        animation-duration: .5s;
        animation-iteration-count: 1;
        animation-timing-function: linear;
        animation-fill-mode: forwards;
    }

    .nav div.main_list ul {
        flex-direction: column;
        width: 100% !important;

    }
    .nav div.main_list{
        background-color: #041c34;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0%;
    }

    .nav div.main_list ul li {
        width: 100% !important ;
        padding: 20px 0;
    }

    .nav div.main_list ul li a {
        text-align: center;
        line-height: 40px;
        width: 100% !important;
        height: 40px;
    }

    .nav div.media_button , .nav div.media_button svg{
        display: block;
        color: #F5F6F4;
        margin-top: 10px;
    }

}

@keyframes tranze {
    0% {
        transform: translatex(-100%);
    }

    100% {
        transform: translatex(0px);
    }
}

@keyframes tranz {
    
    0% {
        left: calc(50% - 150px);
        transform: translateY(-100px);
    }

    100% {
        transform: translateY(0px);
    }
}

.fix {
    background-color: var(--Primary-color) !important;
    position: fixed !important;
    top: 0;
    right: 0;
    z-index: 656665;
    left: 0;
    height: 70px !important;
    transition: all .5s linear;
    animation-name: tranz;
    animation-duration: .5s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    padding: 0 5%;

}

/* Home */
/* /////////////////// */
/* S1_home */
#particles-js{
    padding: 70px 0;
    background-color: var(--Primary-color);
    width: 100% ;
    height: 100vh;
    position: relative;
    z-index: 0;
}
.S1_home img{
    width: 80% !important;
}
.S1_home .rowsa{
    display: flex;
    position: absolute;
    top: 17%;
    left: 0;
    flex-direction: column;
}
.S1_home .box{
    padding: 25px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.S1_home h1{
    font-size: 42px;
    font-weight: 600;
    color: var(--Primary-text-color);
    text-align: center;
    line-height: 1.7;
    padding: 25px;
}
.S1_home a{
    padding: 10px 50px;
    border: none;
    border-radius: 5px ;
    background-color: var(--Secondary-color);
    color: var(--Primary-text-color);
    font-weight: 600;
    letter-spacing: 1px;
}
.S1_home h4{
    text-align: center;
    margin-top: 50px;
    color:var(--Primary-text-color);
    font-size: 22px;
    
}
/* S2 home */
.S2_home{
    padding: 70px 0;

}
 .intro{
    text-align: center;
    margin-bottom: 70px;
    position: relative;
}
 .intro::after{
    content: '';
    position: absolute;
    bottom: 0;
    width: 200px;
    height: 2px;
    border-radius: 5px;
    background-color: var(--Secondary-color);
    left: calc(50% - 100px);
}
 .intro h3{
    font-size: 28px;
    color: var(--Secondary-text-color);
    font-weight: 500;
    padding-bottom: 20px ;
}
  p{
    color: var(--P-color);
    line-height: 1.7;
    padding-bottom: 20px;
}
.S2_home .box{
    padding: 20px;
    text-align: center;
    margin: 20px 0;
}
.S2_home .box svg{
    font-size: 50px;
    margin-bottom: 20px ;
    color: var(--Secondary-color);
}
.S2_home .box h4{
    font-size: 22px;
    color: var(--Secondary-text-color);
    margin-bottom: 20px;
}
/* S3 home */
.S3_home{
    padding: 70px 0;
    background-color: var(--Secondary-bg);
}
.S3_home .box{
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.S3_home .box svg{
    width: 30px;
    height: 30px;
    padding: 20px 21px;
    border-radius: 50%;
    border: 3px solid var(--Secondary-color);
    margin-left: 20px;
}
.S3_home .box  li{
    color: var(--P-color);
    line-height: 1.7;
}
.S3_home .box h4 {
    font-size: 22px;
    color: var(--Secondary-text-color);
    margin-bottom: 10px;
}
/* S4_home */
.S4_home{
    padding: 70px 0;
}
.S4_home .box{
    padding: 25px;
     background-color: var(--Secondary-bg); 
    text-align: center;
     border-radius: 5px ;
}
.S4_home .box img{
    width: 30% !important;
    border-radius: 50%;
    margin-bottom: 20px;

}
.S4_home .box ul{
    display: flex;
    justify-content: center; 
    align-items: center;
}
.S4_home .box ul h4{
    font-size: 22px;
    margin-left: 10px ;
    color: var(--Secondary-text-color);
}
.S4_home .box ul span {
    font-size: 15px;
    color: var(--P-color);
}
/* S5_home */
.S5_home {
    padding: 70px 0;
    background-color: var(--Primary-text-color);
    position: relative;

}


.S5_home .item{
    padding: 20px;
}
.S5_home .item img{
    width: 100px;
    height: 100px;
    border-radius: 5px;
    box-shadow: 1px 1px 5px 1px #0000001d;
    opacity: .7;
}
.S5_home .owl-nav {
     position: absolute;
     top: -100px;
     right: 100px;
 }

.S5_home .owl-nav .owl-prev {
     background-color: var(--Secondary-color);
     border-radius: 50%;
     padding: 5px 9px;
     transition: all ease-in-out .3s;
 }

.S5_home .owl-nav .owl-next {
     background-color: var(--Secondary-color);
     border-radius: 50%;
     padding: 5px 9px;
     transition: all ease-in-out .3s;
 }

/* S6_home */
.S6_home{
    padding: 70px 10%;
    background-color: var(--Secondary-bg);
}
.S6_home .box{
    border-radius: 5px;
    margin: 20px 0;
    padding: 25px;
    text-align: center;
    background-color: var(--Primary-text-color);
}
.S6_home .foot_S6{
    text-align: center;
    margin-top: 30px;
}
.S6_home .foot_S6 a{
    color: var(--Primary-text-color);
    padding: 10px 60px ;
    background-color: var(--Secondary-color);
    border-radius: 5px;

}
.box_content h3{
    font-size: 22px;
    color: var(--Secondary-text-color);
    margin: 20px 0;
}
.box_content h3 a{
    color: var(--Secondary-text-color);
    transition: all ease-in-out .3s;
}
.box_content h3 a:hover{
    color: var(--Secondary-color);
}
.S6_home .box img{
    border-radius: 5px;
}

/* footer */
footer{
    padding-top: 70px;
    background-color: var(--Primary-color);
}
footer h4{
    font-size: 22px;
    color: var(--Primary-text-color);
    margin: 20px 0;
}
footer h3{
    color: var(--Primary-text-color)!important;
}
footer .content_foot p{
    color: var(--Primary-text-color);
}
footer img{
    width: 200px !important; 
    margin-bottom: 30px;
}
footer .midia ul {
    display: flex;
    align-items: center;

    
}
footer .midia ul li a{
    font-size: 20px;
    color: var(--Primary-text-color);
    margin: 0 10px ;
    transition: all ease-in-out .3s;
}
footer .midia ul li a:hover{
    opacity: .7;
}


footer .contact ul{
    display: flex;
    margin: 20px 0;
    align-items: center;
}
footer .contact ul li{
    margin-left: 20px;
    color: var(--Primary-text-color);
    font-size: 18px;
}
footer .contact ul svg{
    font-size: 22px;    
}

footer .links ul li {
    line-height: 2;
}
footer .links ul li a{
    color: var(--Primary-text-color);
    transition: all ease-in .3s;
}
footer .links ul li a:hover{
    margin-right: 10px;

}
footer .last_foot{
    background-color: var(--Primary-color);
    padding: 20px 0;
    text-align: center;
    color: var();
    border-top:var(--Main-border);
}
footer .last_foot h4{
    margin: 0;
    font-size: 18px;
}
footer .phone{
    color: var(--Primary-text-color);
    margin: 0;
}
/* ////////////////////////////////////// */
/* Services */
/* S1-services */
.S1-services{
    padding: 70px 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: var(--Primary-color);
}
.S1-services h1{
    font-size: 38px;
    font-weight: 500;    
    padding: 20px 0;
    color: var(--Primary-text-color);
}
.S1-services p{
   color: #ccc;     
}
/* services &  */
.services{
    padding: 70px 0;
}
.S3-services , .S5-services{
    background-color: var(--Secondary-bg);
}
.services .box{
    padding: 25px ;


}
.services .box img{
    width: 70% !important;
}
.services .box h3{
    font-size: 22px;
    color: var(--Secondary-text-color);
    margin-bottom: 20px;
}
.services .box p{
    margin-bottom: 20px;
    color: var(--P-color);
    line-height: 1.7;
}
.services .box a{
    padding: 5px 20px;
    color: var(--Primary-text-color);
    background-color: var(--Secondary-color);
    border-radius: 5px;
    margin-top: 20px;
}
/* ////////////////////////// */
/* S1_website */
.S1_website{
    padding: 70px 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: var(--Primary-color);
}
.S1_website h1 {
    font-size: 38px;
    font-weight: 500;
    padding: 20px 0;
    color: var(--Primary-text-color);
}

.S1_website p {
    color: #ccc;
}
/* S2_website */
.S2_website{
    padding: 70px 0;
}
.S2_website .box {
    padding: 25px ;
}
.S2_website .box img{
    width: 80% !important;
}
.S2_website .box h3{
    color: var(--Secondary-text-color);
    padding-bottom: 20px ;
}
.S2_website .box p{
    color: var(--P-color);
    padding-bottom:  20px;
    line-height: 1.7;
}
.S2_website .box a{
    padding: 10px 40px ;
    background-color: var(--Secondary-color);
    color: var(--Primary-text-color);
    border-radius: 5px;
}
/* S3_website */
.S3_website{
    padding: 70px 0;
    background-color: var(--Primary-text-color);
}
.S3_website .box{
    text-align: center;
    padding: 25px ;
    background-color: var(--Secondary-bg);
    border-radius: 5px ;
    transition: all ease-in-out .3s;
    margin: 20px 0;
}
.S3_website .box:hover{
    box-shadow: 1px 1px 5px 3px #00000019;
}
.S3_website .box svg{
    font-size: 50px;
    margin-bottom: 20px ;
    color: #F96226;
}
.S3_website .box h4{
    font-size: 22px;
    color: var(--Secondary-text-color);
    padding: 20px 0;
}
.S3_website .box p{
    color: var(--P-color);
    line-height: 1.7;
}
/* m_website */
.m_website{
    background-color: var(--Secondary-bg );
}
/* ////////////////////////////////// */
/* S1_marketing */
.marketing{
    padding: 70px 0;
}
.S1_marketing{
    background-color: var(--Secondary-bg);
}
.marketing .box{
    padding: 25px;

}
.marketing .box p{
    line-height: 1.7;
    color: var(--P-color);
}
.marketing .box h3{
    padding-bottom: 20px ;
}
/* /////////////// */
/* contact us */
.S1_contact{
    height: 400px;
    background-color: var(--Primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
}
.intro_ontact{
    text-align: center !important;
}
.S1_contact h1{
    color: var(--Primary-text-color);
    font-size: 42px;
    margin-bottom: 20px;
}
.S1_contact p{
    color: #ccc;
}
.S2_contact{
    padding: 70px 0;
}
.S2_contact .form{

    padding: 25px;
    background-color: var(--Secondary-bg);
    margin: auto;
    border-radius: 5px;

}
.S2_contact .form input{
    width: 100%;
    border: var(--Main-border);
    height: 40px;
    border-radius: 5px !important;
    color: var(--P-color);
}
.S2_contact .form label{
    color: var(--P-color);
    margin-bottom: 10px;
    margin-top: 20px !important;
}
.S2_contact .form textarea{
    width: 100%;
    border: var(--Main-border);
    border-radius: 5px;
}
.S2_contact .form button{
    padding: 10px 30px;
    background-color: var(--Secondary-color);
    border: none;
    border-radius: 5px;
    color: var(--Primary-text-color);
    margin-top: 20px !important;
}
.S2_contact .Contact_numpers ul{
    display: flex;

}
.S2_contact .Contact_numpers ul li {
    margin: 20px 5px ;

}
.S2_contact .Contact_numpers ul li a{
    margin: 0 10px ;
    color: var(--Secondary-text-color);
    font-size: 25px;
}
.S2_contact svg{
    color: var(--Secondary-color);
    font-size: 20px;
}
.S2_contact .media{
    margin-top: 20px;
}
.S2_contact .media svg{
    font-size: 30px;
}
/* //////////////////////////////// */
/* S1_blog */
.S1_blog{
    padding: 70px 0;

}
.S1_blog .box{
    border-radius: 5px ;
    margin: 20px 0;
}
.S1_blog .box a{
    font-size: 15px;
    color: var(--Secondary-color);
    transition: all ease-in-out .3s;
    margin-bottom: 5px;
    display: block;
}
.S1_blog .box a:hover{
    color: var(--Secondary-text-color);
}
.S1_blog .box span{
    color: var(--P-color);

}
.S1_blog .box svg{
    color: var(--Secondary-color);
    margin: 0 5px;
}
.S1_blog .box p{
        font-size: 15px;

    margin-top: 10px ;
    color: var(--P-color);
}
.S1_blog .links ul{
    display: flex;
    justify-content: center;
}
.S1_blog .links ul li{
    margin: 20px;
    padding: 10px 20px;
    transition: all ease-in-out .3s;
    border-radius: 5px;
}
.S1_blog .brand{
    text-align: center !important;
}
.S1_blog .links ul .active{
    background-color: var(--Secondary-color);
}
.S1_blog .links ul .active a{
    color: var(--Primary-text-color);
}
.S1_blog .links ul li:hover{
    background-color: var(--Secondary-color);
}
.S1_blog .links ul li:hover a{
    color: var(--Primary-text-color);
}
.S1_blog  ul li a{
    color: #000;
}
/* Single_blog */
.Single_blog{
    padding: 70px 0;
}
.Single_blog .right_side{
    padding: 25px;
}
.Single_blog .right_side img {
    padding: 25px;
    border-radius: 50px ;
}
.Single_blog .right_side .admin{
    display: flex;
    margin-bottom: 40px;
}
.Single_blog .right_side .admin img{
    width: 70px !important;
    height: 70px;
    border-radius: 50%;
    border: 3px solid var(--Secondary-color);
    padding: 0;
}
.Single_blog .right_side .admin li{
    margin-left: 20px;
}
.Single_blog .right_side .admin span{
    color: var(--Secondary-color);
}

.Single_blog h3{
    font-size: 28px;
    margin: 20px 0;
    color: var(--Secondary-text-color);
}
.Single_blog h4{
    padding-top: 30px;
    font-size: 20px;
    color: var(--Secondary-color);
}

 .left_side img{
    width: 100px !important;
    height: 100px;
    border-radius: 5px;
}
 .left_side ul{
    display: flex;

}
 .left_side ul li {
    margin-right: 30px;
}
 .left_side ul li span{
    color: var(--Secondary-color);
}
.Single_blog .links ul{
    display: flex;
    align-items: center;
}
.Single_blog .links ul li{
    padding: 10px 20px;
    margin: 0 10px ;
    border-radius: 5px;
    border: var(--Main-border);
    transition: all ease-in .3s;
}
.Single_blog .links ul li a{
    color: var(--Secondary-text-color);
    transition: all ease-in .3s;
}
.Single_blog .links ul li:hover{
    background-color: var(--Secondary-color);
}
.Single_blog .links ul li:hover a{
    color: var(--Primary-text-color);
}
.Single_blog .comments{
    margin-top: 70px;
}
.Single_blog .comments ul{
    display: flex;

}
.Single_blog .comments ul img{
    width: 70px !important;
    height: 70px;
    border-radius: 50%;
    padding: 0;
    border: 1px solid var(--Secondary-color);
}
.Single_blog .comments ul li{
    margin-left: 20px;
}
.Single_blog .comments ul li span{
    color: var(--Secondary-color);
}
.Single_blog .comments ul li h4{
    margin: 5px 0;
    padding: 0;
}
.Single_blog .comments ul li p{
    color: var(--P-color);
}
.Single_blog .comments .form{
    margin-top: 50px;
    display: flex;
    flex-direction: column;
}
.Single_blog .comments .form input{
    border: none;
    margin: 10px 0;
    background-color: var(--Secondary-bg);
    border-radius: 5px;
    height: 40px;
    border: var(--Main-border);
    padding: 10px;
}
.Single_blog .comments .form textarea{
    border: none;
    margin: 10px 0;
    background-color: var(--Secondary-bg);
    border-radius: 5px;
    border: var(--Main-border);
    padding: 10px;
} 
.Single_blog .comments .form button{
    padding: 10px 30px;
    border: none;
    border-radius: 5px;
    color: var(--Primary-text-color);
    background-color: var(--Secondary-color);
    margin-top: 20px;
}
/* media */
@media screen and (min-width:1px) and (max-width:767px){
h1{
    font-size: 22px !important;
    line-height: 1.7;
}
.S1_home img{
    width: 50% !important;

    
}
.S1_home .imge{
    text-align: center;
}
.S1_home h4{
    font-size: 16px;

}
h4{
    font-size: 18px;
}
h3{
    font-size: 22px;
}
p{
    font-size: 15px !important;
}
.S4_website .form{
    width: 100%;
}
nav{
    height: 100px !important;
}
.navbar-toggler-icon{
    color: #F5F6F4 !important;
    background-color: #F5F6F4 !important;
    transition: all ease-in-out .3s !important;
}
.navbar-collapse{
    background-color: #F5F6F4 !important;
    padding: 25px ;
    border: 1px solid #666;
    border-radius: 5px;
}
.navbar-collapse a{
    color: var(--Secondary-text-color) !important;
}
.top_Nav{
    display: none;
}
.S5_home .owl-nav{
    right: 0% !important;
}
.S1_blog .links ul , .Single_blog .links ul  {
    display: block;
}
.S1_home .box {
    display: block;
    margin: 10px 0;
}

.S1_home .rowsa {
    display: block;
    top: 0;
    left: 0;
}

.S1_home .box img {
    margin-top: 70px;
    width: 70% !important;
}

.S1_home h4 {
    margin-top: 0;
}
.services_nav_tranz .services_menu{
    top: -60px;
    bottom: -400px;
}
.nav div.main_list ul li{
    width: 100% !important;
    margin: 0;
    text-align: center;
}
.nav div.main_list ul {
    width: 100%;
    display: flex;

}

    }
@media screen and (min-width:768px) and (max-width:1300px) {
    .S1_home .rowsa {
        top: 0;
        left: 0;
        
    }
    .S1_home .rowsa {
        display: flex;
        top: 20%;
        left: 0;
        margin-top: 70px;
    }


}
@media screen and (min-width:768px) and (max-width:1023px) {
    .S1_home .box{
        display: block;
        margin: 30px 0;
    }
    .S1_home .rowsa{
        display: flex;
        top: 0;
        left: 0;
    }
    .S1_home .box img{
        margin-top: 20px;
        width: 30% !important;
    }
    .S1_home  h4{
        margin-top: 0;
    }
}



/* scroll to top */
.progress-wrap {
    position: fixed;
    right: 50px;
    bottom: 50px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap::after {
    position: absolute;
    font-family: 'unicons';
    content: '\e84b';
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    color: var(--Secondary-color);
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    transition: all .2s linear;
}

.progress-wrap:hover::after {
    opacity: .4;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: var(--Secondary-color);
    stroke-width: 4;
    transition: all linear .3s;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes prixClipFix {
    0% {
        clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0)
    }

    25% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0)
    }

    50% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%)
    }

    75% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%)
    }

    100% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0)
    }
}

.loader2 {
    position: relative;
    display: block;
    margin-top: 40px;
}

.loader2::before {

    content: 'Loading';
    color: #777777;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 48px;
    letter-spacing: 2px;
    display: inline-block;
    box-sizing: border-box;
    animation: floating 1s ease-out infinite alternate;
}

.loader2::after {
    content: '';
    width: 100%;
    height: 10px;
    background: rgba(0, 0, 0, 0.15);
    position: absolute;
    left: 0;
    top: 100%;
    filter: blur(4px);
    border-radius: 50%;
    box-sizing: border-box;
    animation: animloader 1s ease-out infinite alternate;
}

@keyframes floating {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-25px);
    }
}

@keyframes animloader {
    0% {
        transform: scale(0.8);
    }

    100% {
        transform: scale(1.2);
    }
}
.WahtsApp{
    position: fixed;
    left: 30px;
    bottom: 30px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color:#11BA17;
    display: flex;
    align-items: center;
    justify-content: center;
}
.WahtsApp a svg{
    color: #fff;
    font-size: 50px;
}

.threads img{
    width: 22px !important;
    height: 22px !important;
    border-radius: 50% !important;
    margin-bottom: 5px !important;
    padding: 0 !important;
}

.nav div.main_list .services_menu li {
    margin: 0;
}