html {
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

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

body {
    font-family: "DINNextLTArabic", Helvetica, Verdana, Arial, sans-serif;
    font-size: 18px;
    line-height: 2;
    color: #3c3c3c;
    background-color: #ffffff;
    margin: 0
}

button {
    background: 0 0;
    border: 0;
    cursor: pointer
}

svg:not(:root) {
    overflow: hidden
}

svg {
    vertical-align: middle
}



h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 900;
    clear: both;
}

h1 {
    font-size: 36px;
    line-height: 1.3;
}

h2 {
  font-size: 30px;
    line-height: 1.4;
}

h3 {
  font-size: 24px;
    line-height: 1.5;
}
h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle
}

a {
    color: #234ca5;
}

p {
    margin: 0
}

iframe {
    max-width: 100%
}

::placeholder {
    color: #2b2b2b;
    font-size: 17px;
}

.syanh-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.syanh-section-padding {
    padding: 25px 0;
}

.syanh-col-30 {
    width: 100%;
}

.syanh-flex {
    display: flex;
    flex-wrap: wrap;
}

.syanh-space-between {
    justify-content: space-between;
}
.syanh-align-center{
 align-items: center;
}
.syanh-screen-reader {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute!important;
    width: 1px;
    word-wrap: normal!important
}

.syanh-screen-reader:active, .syanh-screen-reader:focus {
    background-color: #f1f1f1;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto!important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: .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
}

.syanh-btn {
      border: 1px solid #1565c0;
      padding: 4px 30px 3px 8px;
      text-decoration: none;
      font-weight: 700;
      color: #fff;
      background-color: #1565c0;
      border-radius: 60px 60px 60px 0px;
      font-size: 17px;
      background: linear-gradient(195deg, #244da5, #518cd0);
}

.syanh-btn-green {
    background-color: #1565c0;
    color: #fff;
}

.syanh-btn:hover {
    box-shadow: 0px 0px 6px 7px rgb(1 96 231 / 18%);
}

.syanh-btn .icon {
        margin-right: 16px;
        width: 30px;
        height: 30px;
        background-color: #ffffff;
        text-align: center;
        line-height: 30px;
        border-radius: 60px 60px 60px 0px;
        color: #1565c0;
        font-size: 17px;
        margin-left: 6px;
}
.syanh-callusnow .syanh-btn .icon{
    background-color: #1565c0;
    color: #Fff;
}
.syanh-callusnow .syanh-btn .icon.icon-whatsapp{
    background-color: #198f78;
    
}
.syanh-hideflow {
    overflow: hidden
}

.syanh-txtcenter {
    text-align: center
}

.syanh-txtleft {
    text-align: left;
}

.syanh-bg-gray {
    background-color: #edf5ff;
}

.syanh-main-color {
    color: #1565c0;
}

.syanh-bg-main-color {
    background-color: #1565c0;
}

.syanh-second-color {
    color: #ef5050;
}

.syanh-color-white {
    color: #fff;
}

.syanh-bottomborder-right {
    border-bottom: 3px solid #d29d34;
    display: inline-block;
    padding-bottom: 7px;
    margin-bottom: 23px;
}

.syanh-bottom-border {
    display: block;
    padding-bottom: 7px;
    margin-bottom: 23px;
    text-decoration: none;
}

.syanh-bottom-border:after {
    content: " ";
    background: #1565c0;
    height: 4px;
    width: 18%;
    display: block;
    margin: 11px auto auto auto;
}

.syanh-header {
    display: block;
    box-shadow: 0 5px 20px -6px rgb(94 134 255 / 20%);
    padding: 6px 0;
}



.syanh-header.sticky {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 9999;
        background: #ffffff;
}

.syanh-site-logo {
    display: block;
}



.syanh-city-box {
    width: 143px;
    background: #fff;
    color: #666;
    border: 1px solid #00000029;
    border-radius: 5px;
    padding: 15px;
    margin: 5px;
    text-align: center;
    display: block;
    text-decoration: none;
}

.syanh-topbar-contact {
    list-style: none;
    margin: 0;
    padding: 14px 0;
    font-size: 16px;
}

.syanh-topbar-contact li {
    display: inline-block;
    margin-right: 15px;
}

.syanh-topbar-contact li a {
    display: inline-block;
    margin-right: 15px;
    color: #000000;
    text-decoration: none;
    display: inline-block;
}
.syanh-search-form label {
    display: block;
    color: #fff;
    width: 100%;
}
.syanh-search-form {
    position: relative;
    width: 18%;
}

.syanh-search-field {
    width: 100%;
    line-height: 1;
    box-sizing: border-box;
    outline: 0;
    height: 50px;
    border-radius: 6px;
    background: #e8ebf2;
    color: #000;
    overflow: hidden;
    padding-left: 52px;
    border: 0;
}

.syanh-required-filed {
    color: #f00;
}
.search-field-wrapp {
    display: flex;
    position: relative;
}
.syanh-search-submit {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border: 0;
    background: 0 0;
    outline: 0;
    margin: 0;
    padding: 0 14px;
    z-index: 2;
    color: #ffffff;
    background: #1565c0;
    font-size: 19px;
    font-weight: 900;
    height: 50px;
    border-radius: 5px 0 0 6px;
    line-height: 23px;
}

.syanh-main-nav ul {
    list-style: none;
    margin: 0;
    text-align: right;
    padding: 0;
}

.syanh-menu-items li {
    position: relative;
}

.syanh-menu-items li a {
    color: #3c3c3c;
    display: block;
    padding: 10px;
    text-decoration: none;
    font-weight: 900;
}

.syanh-icon-dropdown {
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(134deg);
}

.syanh-submenu-toggle {
    display: block;
    left: 12px;
    position: absolute;
    top: 12px;
    background: #615d69;
    width: 28px;
    height: 28px;
    border-radius: 50px;
}

.syanh-sub-menu {
    display: none;
    border-right: 1px solid #FFF;
}

.syanh-sub-menu.active {
    display: block
}

.syanh-submenu-toggle.active .syanh-icon-dropdown {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg)
}

.bar-align {
    display: flex;
    position: relative;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.syanh-page-hero {
    padding: 20px 0;
    position: relative;
}

.syanh-page-hero .container {
    position: relative;
}

.required {
    color: #f44336
}

.g-recaptcha {
    margin-bottom: 21px;
    overflow: hidden;
}

label {
    font-weight: 800;
    margin-bottom: 15px;
    display: block;
}
#syanhdatetime,
input[type="text"], input[type="email"], input[type="url"], textarea, input[type="tel"],select{
    font-size: 20px;
    background: #ffffff;
    border: 0;
    border-radius: 60px 60px 60px 0px;
    display: block;
    padding: 12px 30px;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 2px 5px rgb(1 96 231 / 20%);
}

select {
    -webkit-appearance: none;
    background: #ffffff url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E) no-repeat left 13px top 55%;
    background-size: 16px 16px;
    cursor: pointer;
    vertical-align: middle;
}
.syanh-post-services-box a {
    text-decoration: none;
}
textarea {
    max-height: 160px;
}

.syanh-submit {
    font-weight: 900;
    border: 0;
    padding: 7px 46px;
    font-size: 18px;
    font-weight: 900;
    font-size: 23px;
    width: 52%;
    color: #fff;
    background: #1565c0;
    border-radius: 60px 60px 60px 0px;
}

footer {
    color: #ffffff;
    background-color: #364bc3;
    background: linear-gradient(348deg, #4f97d4 0%, #1c46a0 58%);
}

footer a {
    color: #ffffff;
}

.contact-info .icon {
    margin-left: 12px;
}

.syanh-scrollUp {
    display: none;
    position: fixed;
    left: 17px;
    bottom: 19px;
    border-radius: 60px 60px 60px 0px;
    background: #1565c0;
    color: #fff;
    outline: 2px dashed #1565c0;
    width: 42px;
    height: 42px;
    font-size: 23px;
    line-height: 35px;
    text-align: center;
    outline-offset: 3px;
    background: linear-gradient(7deg, #4f97d4 0%, #234ca5 58%);
}

.syanh-scrollUp.active {
    display: block
}

.syanh-whats-icon {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 45px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    font-size: 51px;
    color: #16a085;
}

.syanh-not-found {
    padding: 80px 0;
    text-align: center;
}

.syanh-not-found h1 span {
    display: block
}

.syanh-not-found .number {
    color: #1565c0;
    position: relative;
    font: 839 133px Consolas;
    letter-spacing: 5vmin;
    display: block;
}

.footer-padding {
    padding: 40px 0 20px 0
}

.syanh-copyright {
    text-align: center;
    background-color: #ffffff;
    padding: 20px 10px;
    font-weight: 900;
    color: #000000;
}

.footeritems li a {
    text-decoration: none;
    padding: 6px 0;
    display: block;
}

ul.footeritems {
    list-style: none;
    padding: 0;
}

.footeritems li {
    display: block;
    border-bottom: 1px solid #0000003b;
    padding-right: 24px;
    position: relative;
}

.contact-info li {
    margin-bottom: 18px;
}

.footeritems li:after {
    content: ' ';
    width: 0;
    height: 0;
    position: absolute;
    right: 5px;
    top: 17px;
    border: solid #ffffff;
    border-width: 2px 0 0 2px;
    display: inline-block;
    padding: 2.5px;
    transform: rotate(135deg)
}
.syanh-sidebar-open,
.syanh-search-open {
    font-size: 25px;
    color: #ffffff;
    border-radius: 60px 60px 60px 0px;
    background-color: #1565c0;
    border: 0;
    width: 45px;
    height: 45px;
    line-height: 44px;
    text-align: center;
}
  .syanh-search-open {
        font-size: 18px;
    }
.syanh-footer-title {
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 15px;
}


.contact-list ul{
    list-style: none;
    padding: 0;
}
.contact-list li i{
       background-color: #1565c0;
    width: 40px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 60px 60px 60px 0px;
    color: #fff;
    font-size: 15px;
    margin-left: 6px;
    background: linear-gradient(83deg, #4f97d4 0%, #234ca5 58%);
}
.syanh-follow-us a {
    display: inline-block;
    font-size: 15px;
    margin: 5px;
    border: 1px solid #ffffff;
    border-radius: 60px 60px 60px 0px;
    box-shadow: -7px 7px 0px 0px rgb(1 96 231 / 20%);
    background-color: #fff;
    text-decoration: none;
    padding: 0px 21px;
	font-weight: 700
}

.syanh-content-box {
    padding: 30px 38px;
    border-radius: 17px;
    margin-bottom: 30px;
}

.syanh-content-box img {
    margin-bottom: 30px;
}

.icon {
    font-family: "syanhicons";
    content: attr(data-icon);
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    vertical-align: middle;
}

.syanh-whats-button, .syanh-call-button {
    position: fixed;
    bottom: .3em;
    right: 6px;
    outline: 0;
    cursor: pointer;
    z-index: 9999;
    text-decoration: none;
    border-radius: 60px 60px 60px 0px;
    padding: 10px 17px 5px 4px;
    box-shadow: inset 4px 4px 5px rgba(255, 255, 255, 0.3), inset -4px -4px 5px rgba(0, 0, 0, 0.1), 10px 40px 40px rgba(0, 0, 0, 0.1);
    height: 50px;
    width: 143px;
    line-height: 12px;
    color: #fff;
}
    .syanh-search-container {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: #102259c7;
    justify-content: center;
    align-items: center;
}

.syanh-search-container.active {
    display: flex;
}
.syanh-call-button {
    bottom: 74px;
    background-color: #1565c0;
    background: linear-gradient(195deg, #244da5, #518cd0);
}
.syanh-call-number {
    display: inline-block;
    font-size: 13px;
    width: 79px;
}


.syanh-whats-txt, .syanh-call-txt {
     display: block;
     font-size: 13px;
     margin-bottom: 2px;
}
.syanh-order-whats.syanh-btn,
.syanh-whats-button {
    background-color: #16a085;
     border-color: #16a085;
    background: linear-gradient(313deg, #1a8b75, #16a085);
}
.syanh-callusnow .syanh-btn {
    background: #fff;
    color: #000;
    border-color: #ffffff;
}
.syanh-call-icon,
.syanh-whats-icon{
    display: inline-block;
    position: relative;
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 60px 60px 60px 0px;
    background: #ffffff;
    color: #0f7c66;
    font-size: 21px;
    line-height: 37px;
    margin-top: -17px;
}
.syanh-call-icon {
    color: #1565c0;
}
@media (max-width: 768px) {
 body{
     font-size: 14px;
 }
    h1 {
    font-size: 28px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 20px;
}
 h4 {
        font-size: 18px;
    }
.syanh-faq-head h3,
    h5 {
        font-size: 16px;
    }

    h6 {
        font-size: 14px;
    }
     .syanh-post-card, .syanh-review-block, .syanh-post-services-box, .syanh-post-feature-box, .syanh-post-worksteps-box,
    .entry-content img, .entry-content ol, .entry-content p, .entry-content ul, h1, h2, h3, h4, h5, h6 {
    margin: 0 0 24px 0;
}

}
@media (max-width: 991px) {

    .syanh-main-nav {
        position: fixed;
        height: 100%;
        top: 85px;
        right: 0;
        overflow-x: hidden;
        padding-top: 60px;
        width: 0;
        transition: .5s;
        visibility: hidden;
        opacity: 0;
        z-index: 999;
        background: #292930;
    }

    .syanh-menu-items {
        padding: 0;
        margin: 0;
        text-align: right;
    }
.syanh-sidebar-open.active .icon-navicon-round::before {
    content: "\72";
    color: #f00;
}
    .syanh-sidebar-close {
        background: #ffffff;
        position: absolute;
        top: 0;
        left: 0;
        padding: 4px 7px;
        z-index: 9999;
        right: 0;
        border-radius: 0;
        font-size: 24px;
        color: #000000;
    }

    .syanh-sidebar-close .icon {
        color: #f00;
        font-size: 27px;
    }

    .syanh-main-nav.active {
        width: 100%;
        visibility: visible;
        opacity: 1;
        padding: 25px;
    }
    .syanh-menu-items li {
    background-color: #2c2c32;
    border-radius: 25px;
    margin-bottom: 7px;
}
  
    .syanh-sidebar-open {
        background: #ebf4ff;
        color: #1565c0;
    }

    .syanh-topbar, .call-us-wrap {
        display: none
    }

    .syanh-header-search {
        display: none
    }
}

@media (min-width: 576px) {
    .syanh-container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .syanh-container {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .syanh-container {
        max-width: 960px
    }

    .syanh-contact-form {
        width: 73%;
        margin: 40px auto;
    }

    .syanh-main-nav {
        width: 75%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    .syanh-sidebar-close, .syanh-sidebar-open, .syanh-submenu-toggle {
        display: none
    }

    .syanh-menu-items>li {
        display: inline-block
    }

    .syanh-menu-items li a {
        box-shadow: none;
        padding: 3px 21px;
        border-right: 1px solid #d3d3d3;
    }

     .syanh-menu-items li:first-child a {
        border-right: 0;
    }
    .syanh-menu-items li a:hover,
    .syanh-menu-items li.current a{
        color: #234ca5;
    }
    .syanh-menu-items li.has-children>a:after {
        content: " ";
        border: solid #000000;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 2.5px;
        transform: rotate(45deg);
        position: relative;
        top: -3px;
        right: 7px
    }

    .syanh-menu-items .syanh-sub-menu li.has-children>a:after {
        border: solid #f1f1f1;
        border-width: 0 2px 2px 0;
    }

    .syanh-menu-items .syanh-sub-menu .has-children>a:after {
        position: absolute;
        top: 43%;
        left: 1em;
        right: auto;
        transform: rotate(137deg)
    }

    .syanh-menu-items .syanh-sub-menu {
        position: absolute;
        top: 100%;
        right: 0;
        min-width: 180px;
        padding: 0;
        z-index: 9999;
        box-shadow: 0 0 20px 0 rgb(0 0 0 / 40%);
        border-radius: 0 0 10px 10px;
        border-bottom: 3px solid #ffffff;
        background-color: #fff;
    }

    .syanh-menu-items .syanh-sub-menu a:hover {
        color: #d8d8d8;
    }

    .syanh-menu-items .syanh-sub-menu .has-children .syanh-sub-menu {
        right: 100%;
        top: 0
    }

    .syanh-menu-items .has-children:hover>.syanh-sub-menu {
        display: block
    }

    .syanh-site-branding {
        width: 14%;
    }

    .syanh-section-padding {
        padding: 80px 0;
    }

    .syanh-col-25 {
        width: 23%;
    }

    .syanh-col-30 {
        width: 29%;
    }

    .syanh-col-50 {
        width: 49%;
    }

    .syanh-col-60 {
        width: 60%;
    }

    .syanh-col-70 {
        width: 69%
    }

    .syanh-col-20 {
        width: 20%;
    }

    .syanh-col-40 {
        width: 40%;
    }
}

@media (min-width: 1200px) {
    .syanh-container {
        max-width: 1150px
    }
}

@media (min-width: 1400px) {
    .syanh-container {
        max-width: 1450px;
    }
}


.icon-star-solid:before {
  content: "\61";
}
.icon-star-icon:before {
  content: "\62";
}
.icon-icons8-facebook-messenger:before {
  content: "\63";
}
.icon-icons8-telegram:before {
  content: "\64";
}
.icon-dark-mode-6682:before {
  content: "\65";
}
.icon-email-open-svgrepo-com:before {
  content: "\66";
}
.icon-x-social-media-black-icon:before {
  content: "\67";
}
.icon-navicon:before {
  content: "\68";
}
.icon-headset:before {
  content: "\69";
}
.icon-house:before {
  content: "\6a";
}
.icon-phone-volume:before {
  content: "\6b";
}
.icon-phone:before {
  content: "\6c";
}
.icon-map-location-dot:before {
  content: "\6d";
}
.icon-phone-stroke:before {
  content: "\6e";
}
.icon-phone-stroke2:before {
  content: "\6f";
}
.icon-search:before {
  content: "\70";
}
.icon-at:before {
  content: "\71";
}
.icon-images:before {
  content: "\72";
}
.icon-hand-o-up:before {
  content: "\73";
}
.icon-thumbs-o-up:before {
  content: "\74";
}
.icon-left:before {
  content: "\75";
}
.icon-facebook:before {
  content: "\76";
}
.icon-instagrem:before {
  content: "\77";
}
.icon-social-snapchat:before {
  content: "\78";
}
.icon-tiktok-svgrepo-com:before {
  content: "\79";
}
.icon-pinterest-p:before {
  content: "\7a";
}
.icon-calendar:before {
  content: "\41";
}
.icon-iphone:before {
  content: "\42";
}
.icon-marker:before {
  content: "\43";
}
.icon-check-mark:before {
  content: "\44";
}
.icon-check-square-o:before {
  content: "\45";
}
.icon-check-5:before {
  content: "\46";
}
.icon-info-circled:before {
  content: "\47";
}
.icon-info:before {
  content: "\48";
}
.icon-shipping:before {
  content: "\49";
}
.icon-delivery-1:before {
  content: "\4a";
}
.icon-angle-down:before {
  content: "\4b";
}
.icon-angle-left:before {
  content: "\4c";
}
.icon-angle-right:before {
  content: "\4d";
}
.icon-angle-up:before {
  content: "\4e";
}
.icon-home:before {
  content: "\4f";
}
.icon-whatsapp:before {
  content: "\50";
}
.icon-waterdrop:before {
  content: "\51";
}
.icon-tint:before {
  content: "\52";
}
.icon-water:before {
  content: "\53";
}
.icon-droplet:before {
  content: "\54";
}
.icon-times:before {
  content: "\55";
}
.icon-shield:before {
  content: "\56";
}
.icon-paper-plane:before {
  content: "\57";
}
.icon-linkedin-alt:before {
  content: "\58";
}
.icon-share-square-o:before {
  content: "\59";
}
.icon-tools:before {
  content: "\5a";
}
.icon-tools-1:before {
  content: "\30";
}
.icon-home-1:before {
  content: "\31";
}
.icon-settings:before {
  content: "\32";
}
.icon-moon:before {
  content: "\33";
}
.icon-thumbnails:before {
  content: "\34";
}
.icon-happy-smiley:before {
  content: "\35";
}
.icon-happy-smiley-very:before {
  content: "\36";
}
.icon-group:before {
  content: "\37";
}

.icon-youtube:before {
  content: "\38";
}
.icon-youtube-play:before {
  content: "\39";
}
.icon-clock:before {
  content: "\22";
}
