body{
    direction: rtl;
    font-family: 'Rubik';
}
a{
    text-decoration:none;
}
:root {
    --blue: #091339;
    --white: #fefefe;
    --black: #000000;
    --bold: 700;
    --regular: 400;
    --light: 300;
}
@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}
.rotate {
    animation: rotation 6s infinite linear;
}
.ads-sticky {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}
.header-wrap-inner{
    position: fixed;
    top: 0;
    width: 100%;
    background-color: var(--white);
    z-index: 9;
}
.container{
    max-width:1190px ;
}
.main-menu ul{
    padding: 0;
    display: flex;
    justify-content:space-around;
    margin-bottom: 0;
}
.main-menu ul li{
    list-style: none;
}
.main-menu ul li a{
    color: var(--black);
    font-size: 17px;
    font-weight: 400;
    font-family: 'OpenSans';
}
.left-button a{
    font-size: 14px;
    font-weight: 700;
    font-family: 'OpenSans';
    color: var(--white);
    background: var(--blue);
    padding: 8px 20px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: end;
}
.left-button a i{
    font-size: 24px;
    margin-right:20px;
    font-weight: 600;
}
.left-button a img{
    margin-right: 12px;
}
.hero-banner{
    background-position: center center;
    background-size: cover;
    margin-top: 72px !important;
}
.site-main-btn:hover{
    color: var(--white);
}

.site-main-btn{
    font-size: 24px;
    font-weight: 700;
    font-family: 'Rubik';
    color: var(--white);
    background: var(--blue);
    padding: 8px 20px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    width: fit-content;
    cursor: pointer;
}
.site-main-btn i{
    font-weight: 800;
    font-size: 28px;
    margin-right: 20px;
}
.banner-content h1{
    font-family: 'Rubik';
    font-weight: 700;
    font-size: 56px;
    line-height: 56px;
    color: #27314d;
    margin-bottom: 20px;
}
.banner-content h2{
    font-family: 'Rubik';
    font-weight: 400;
    line-height: 40px;
    font-size: 43px;
    color: #27314d;
    margin-bottom: 24px;
}
.banner-content p{
    font-family: 'Rubik';
    font-weight: 300;
    font-size: 23px;
    color: #000000;
    line-height: 28px;
    margin-bottom: 32px;
}

.your-class {
    background-color: white; /* White background */
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5); /* Shadow effect */
}
.hedd-sec .two-color-heading{
    font-family: 'OpenSans';
    font-weight: var(--bold);
    color: #27314d;
    font-size: 36px;
}
.two-color-heading span{
    color: #52a6ce;
}
.hedd-sec p{
    font-family: 'OpenSans';
    font-weight: var(--regular);
    font-size: 20px;
    color: #636363;
    padding: 0 190px;
}
.cardimg-100{
    width: 100%;
    height: 100%;
}
.text-card h2{
    font-family: 'OpenSans';
    font-size: 26px;
    font-weight: var(--bold);
    color: #52a6ce;
}
.text-card p{
    font-family: 'OpenSans';
    font-size: 17px;
    font-weight: var(--regular);
    color: #636363;
}
.inner-card-wrap{
    height: 100%;
}


/*----- advanatge ---------*/
.advantage-card{
    font-family: 'OpenSans';
    display: flex;
    flex-direction: column;
    height: 100px;
    min-height: 325px;
}
/*.advantage-card-upper{*/
/*    align-self: flex-start;*/
/*}*/
.advan-card-bottom{
    margin-top: auto;
}
.icin-wrap-advnt{
    max-width: 95px;
    height: 89px;
}
.icin-wrap-advnt img{
    height: 100%;
}
.advantage-card-upper h2{
    font-weight: var(--bold);
    font-size: 27px;
    color: #091339;
}
.advantage-card-upper p{
    font-weight: var(--regular);
    font-size: 17px;
    color: #636363;
    margin-bottom: 0;
}
.count-wrap-advnt h3{
    font-weight: 900;
    color: #7cbddb;
    font-size: 68px;
    opacity: .2;
    margin-bottom: -20px;
    margin-right: -8px;
}
.head-advantage h2{
    font-family: 'OpenSans';
    font-weight: var(--bold);
    font-size: 36px;
    color: var(--white);
}
.advanatage-middle-heading h2{
    font-family: 'OpenSans';
    font-weight: var(--bold);
    font-size: 42px;
    color: var(--white);
}
.advanatage-form-set h2{
    font-family: 'Heebo';
    font-weight: var(--bold);
    color: var(--white);
    font-size: 32px;
}
input{
    width: 100%;
    border: none;
    background: transparent;
    border-bottom: 1px solid var(--white);
    color: #fff;
    padding-bottom: 12px;
    outline:none;
    direction: rtl !important;
}
form{
    direction: rtl;
}
input[type='email'], input[type='tel']{
    direction: rtl !important;
}
input:focus-visible{

}
.wpcf7-spinner{
    position: absolute;
    left: 0;
}
::-ms-input-placeholder { /* Edge 12-18 */
    color: var(--white);
}

::placeholder {
    color: var(--white);
}
.advantages-wrap{
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.submitwrap-advantage input{
    background: var(--white);
    border-radius: 50px;
    font-size: 21px;
    font-weight: 700;
    color: #0a153e;
    padding: 7px;
}
.form-advantage{
    width: 67%;
}
.wpcf7 form.sent .wpcf7-response-output{
    color: #fff;
    direction: rtl;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
    direction: rtl;
    color: #fff;
}
.wpcf7-not-valid-tip{
    direction: rtl;
    position: absolute;
}
.submitwrap-advantage{
    position: relative;
}
.submitwrap-advantage:after{
    content: '';
    width: 17px;
    height: 22px;
    display: block;
    left: 17px;
    position: absolute;
    top: 13px;
    background: url(../images/arrow-down.svg);
    background-repeat: no-repeat;
}
.heading-section-who h2{
    font-family: 'OpenSans';
    font-weight: var(--bold);
    font-size: 41px;
    color: #27314d;
    line-height: 43px;
    position: relative;
}
.heading-section-who h2:after{
    content: '';
    width: 98%;
    height: 3px;
    background: #27314d;
    position: absolute;
    right: 179px;
    top: 23px;
}
.content-whoe-we p{
    font-family: 'OpenSans';
    font-weight: var(--regular);
    font-size: 19px;
    color: #636363;
    text-align: justify;
    margin-bottom: 28px;
    padding-left: 36px;
    word-spacing: -2px;
}
.content-whoe-we p:last-child{
    margin-bottom: 0;
}
.heading-sec-test h2{
    font-family: 'OpenSans';
    font-weight: var(--bold);
    font-size: 42px;
    color: var(--white);
}
.test-slied p{
    font-family: 'OpenSans';
    color: var(--white);
    font-weight: var(--regular);
    font-size: 32px;
    padding: 0 13rem;
}
.test-slied span{
    font-family: 'OpenSans';
    color: var(--white);
    font-weight: var(--regular);
    font-size: 20px;
}
.testimonila{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.testimonila .slick-next:before{
    content: '';
    background-image: url(../images/left-arrow-test.png);
    width: 36px;
    height: 36px;
    display: block;
    fill: #fff;
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(180deg);
}
.testimonila .slick-prev:before{
    content: '';
    background-image: url(../images/left-arrow-test.png);
    width: 36px;
    height: 36px;
    display: block;
    fill: #fff;
    background-repeat: no-repeat;
    background-size: contain;
}
.testimonila .slick-prev, .testimonila .slick-next{
    top: 33%;
}
.faq-head h2{
    font-size: 42px;
    color: #091339;
    font-weight: var(--bold);
    font-family: 'OpenSans';
}
.accordion-button{
    user-focus: none;
}
.accordion-button:focus{
    border: none;
    box-shadow:none;
}
.accordion-button:not(.collapsed){
    background: transparent;
}
.accordion-item:first-of-type .accordion-button, .accordion-item:first-of-type{
    border-top-right-radius:0;
    border-top-left-radius:0;
}
.accordion-item:last-of-type{
    border-bottom-left-radius:0;
    border-bottom-right-radius:0;
}
.faqs .accordion-header button{
    font-family: 'Rubik';
    color: #091339;
    font-weight: 600;
    font-size: 21px;
}
.faqs .accordion-body p{
    font-family: 'Rubik';
    font-weight: 400;
    font-size: 16px;
}
.mobile-hero-img{
    display: none;
}
.accordion-button::after{
    background-image: url("../images/arrow-down.svg");
    transform: rotate(-90deg);
    background-size: 12px;
}
.accordion-button:not(.collapsed)::after{
    background-image: url("../images/arrow-down.svg");
    transform: rotate(90deg);
    background-size: 12px;
}
.addi-content h2{
    font-family: 'OpenSans';
    font-size: 26px;
    font-weight: 700;
    color: #091339;
}
.addi-content p{
    font-family: 'OpenSans';
    font-size: 18px;
    color: #636363;
    font-weight: 400;
    padding: 0 8px 0 8px;
}
.hed-addi h2{
    color: #091339;
    font-size: 41px;
    font-weight: 700;
    font-family:'OpenSans' ;
}
.footer-sect{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.footer-head h2{
    font-weight: 700;
    font-size: 42px;
    color: var(--white);
    font-family: 'OpenSans';
}
.footer-head p{
    font-weight: 400;
    font-size: 24px;
    color: var(--white);
    font-family: 'OpenSans';
}

.footer-con-wrap img{
    width: 46px;
    height: 46px;
    display: block;
}
.footer-con-wrap h3{
    font-family: 'OpenSans';
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 5px;
    color: #fff;
}
.footer-con-wrap a{
    font-family: 'OpenSans';
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 0px;
    color: #fff;
    opacity: .6;
}
.footer-conta-icn ul li{
    margin-bottom: 35px;
}
.footer-conta-icn ul li:last-child{
    margin-bottom: 0;
}
.footer-submit{
    font-family: 'OpenSans';
    width: auto;
    border: none;
    background: #fff;
    padding: 9px 42px;
    border-radius: 36px;
    color: #000;
    font-size: 19px;
    font-weight: 700;
}
.addi-content h2{
    padding: 0 15px 0 15px;
}
.additiona-service-box {
    min-height: 406px;
    display: flex;
    flex-direction: column;
}

/*window page style*/
.adavanagte-form-window{
    margin-top: -9rem;
    padding-top: 10rem !important;
}
.adavanagte-form-window{
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;

}
.heading-top{
    font-family: 'OpenSans';
    font-weight: var(--bold);
    font-size: 22px;
    color: #7cbddb;
}
.steam-top-setct .text-card h2{
    font-size: 21px;
}
.window-testimonial .test-slied p{
    font-size: 20px !important;
}
.adavanagte-form-window{
    overflow: hidden;
}
form p{
    margin-bottom: 0;
}
.solor-top-check-wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding-top: 10px;
}
.solor-top-check-wrap .solor-top-check-item {
    flex: 45%;
    margin-bottom: 10px;
    position: relative;
    min-height: 200px;
    align-items: end;
    display: flex;
    justify-content: center;
}
.solor-top-check-wrap .solor-top-check-item:before{
    content: '';
    width: 57px;
    height: 54px;
    display: block;
    background: url(../images/check.png);
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-repeat: no-repeat;
}
.solor-top-check-wrap .solor-top-check-item h2{
    font-family: 'OpenSans';
    font-size: 23px;
    color: #1a4073;
    font-weight: 700;
    margin-top: 14px;
    margin-bottom: 10px;
}
.solor-1st-sec h2{
    font-family: 'OpenSans';
    font-size: 33px;
    font-weight: 700;
}
.solor-box-middle h3{
    font-family: 'OpenSans';
    font-weight: 700;
    font-size: 19px;
    color: #1a4073;
}
.solor-box-middle p{
    font-family: 'OpenSans';
    font-weight: 400;
    color:#636363;
    font-size: 15px;
}
.solor-bottom-box{
    position: relative;
    min-height: 270px;
}
.solor-bottom-box:after{
    content: '';
    width: 45px;
    height: 8px;
    background: #1a4073;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}

/* Hash css start */
.top-solar-bottom-heading, .solor-secound-sec .solor-secound-head h2{
    font-size: 35px;
    line-height: 50px;
    font-weight: 400;
    color: #0b184d;
}
.solor-1st-sec h2{
    color: #0b184d;
}
.solor-secound-sec .solor-secound-head h2{
    font-weight: bold;
}
.safety-at-work{
    padding: 100px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.safety-box {
    padding: 20px 30px;
    border-radius: 20px;
    box-shadow: 4px 0 16px rgba(0,0,0,0.16);
    text-align: center;
}
.safety-box img {
    max-height: 100px;
}
.safety-box p {
    font-size: 22px;
    line-height: 32px;
    color: #1a4073;
    font-weight: 400;
    font-family: 'OpenSans';
}
.our-advantages-sec{
    padding: 100px 0;
    position: relative;
}
.advantages-box{
    padding: 25px 18px 20px;
    border-radius: 20px;
    box-shadow: 4px 0 16px rgba(0,0,0,0.16);
    text-align: center;
}
.advantages-box img{
    max-height: 90px;
    object-fit: contain;
}
.advantages-box h3{
    font-size: 26px;
    line-height: 32px;
    color: #091339;
    font-weight: bold;
    margin-bottom: 20px;
    font-family: 'OpenSans';
}
.advantages-box p{
    font-size: 16px;
    line-height: 26px;
    color: #636363;
    font-weight: 400;
    font-family: 'OpenSans';
}
.heading-section-who.custom h2::after {
    content: '';
    width: 23%;
    height: 3px;
    background: #27314d;
    position: absolute;
    right: unset;
    top: 23px;
    left: 0;
}
.heading-section-who.custom h2:empty::after {
    content: none !important;
}
.who-content-col .content-whoe-we{
    margin-bottom: 40px;
}
.who-content-col .content-whoe-we strong{
    color: #27314d;
}
.who-content-col .content-whoe-we:last-child{
    margin-bottom: 0px;
}