@font-face {
    font-family: 'sn-icon';
    src: url('assets/fonts/sn-icon.eot?49897632');
    src: url('assets/fonts/sn-icon.eot?49897632#iefix') format('embedded-opentype'),
        url('assets/fonts/sn-icon.woff2?49897632') format('woff2'),
        url('assets/fonts/sn-icon.woff?49897632') format('woff'),
        url('assets/fonts/sn-icon.ttf?49897632') format('truetype'),
        url('assets/fonts/sn-icon.svg?49897632#sn-icon') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  /* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
  /* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
  /*
  @media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
      font-family: 'sn-icon';
      src: url('../font/sn-icon.svg?99404763#sn-icon') format('svg');
    }
  }
  */
  [class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "sn-icon";
    font-style: normal;
    font-weight: normal;
    speak: never;
  
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    /* opacity: .8; */
  
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
  
    /* fix buttons height, for twitter bootstrap */
  
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
  
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
  
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  }
  
  .icon-ig:before { content: '\e800'; } /* '' */
  .icon-g-plus:before { content: '\e801'; } /* '' */
  .icon-fb:before { content: '\e802'; } /* '' */
  .icon-email:before { content: '\e803'; } /* '' */
  .icon-wa:before { content: '\e804'; } /* '' */
  .icon-tw:before { content: '\e805'; } /* '' */
  .icon-msgr:before { content: '\e806'; } /* '' */
  

html {
    scroll-behavior: smooth;
}

body{
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 15px;
    line-height: 1.55;
    color: #404040;
    letter-spacing: 0.2px;
}
p{
    margin-bottom: 15px;
}
a{
    color: #ff330e;
}
#site-header{
    height: 75px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999;
    padding: 10px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+100 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.7) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background: #fff;
    box-shadow: 0 3px 12px rgba(0,0,0,0.08);

}
#site-header .header-inner .site-navigation{
    max-width: inherit;
    margin-right: -15px;
}
#site-header .site-navigation ul.menu li{
    padding: 8px 15px;
}
#site-header .site-navigation ul.menu li a{
    padding: 0;
    color: #404040;
    font-weight: 400;
    transition: all 0.3s ease-in;
    font-size: 16px;
    letter-spacing: 0.2px;
}
#site-header .site-navigation ul.menu li a:hover,
#site-header .site-navigation ul.menu li.current_page_item a{
    color: #ff330e;
}
.site-header .site-branding .site-logo img{
    display: block;
}

#content{
    padding: 75px 0 0;
    min-height: calc(100vh - 62px);
}
#content .sina-cs-item{
    height: calc(100vh - 75px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#content .home-banner .sina-cs-item .sina-cs-title{
    font-size: 78px;
    font-weight: 700;
    line-height: 1.25;
    color: #fff;
    margin: 0 0 10px;
    position: relative;
    z-index: 2;
}
#content .home-banner .sina-cs-item .sina-cs-subtitle{
    font-size: 32px;
    font-weight: 300;
    line-height: 1.25;
    position: relative;
    z-index: 2;
    color: #fff;
    margin: 0 0 20px;
}
#content .home-banner .sina-cs-item .sina-cs-desc{
    padding-top: 20px;
}
#content .home-banner .sina-cs-item .sn-btn{
    line-height: 1.25;
    font-size: 17px;
    background: #ff330e;
    color: #fff;
    padding: 18px 20px;
    position: relative;
    z-index: 2;
    display: inline-block;
    min-width: 220px;
    text-align: center;
}
#content .sina-cs-item:before{
    content: "";
    position: absolute;
    inset: 0;
    background: #000;
    opacity: 0.4;
    z-index: 1;
}
#content .home-banner .owl-carousel .owl-dots{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
#content .home-banner .owl-carousel .owl-dots .owl-dot{
    border-color: #fff;
    background: #fff;
    margin: 35px 5px;
}
#content .home-banner .owl-carousel .owl-dots .owl-dot.active{
    border-color: #ff330e;
    background: #ff330e;
}
#content .sec-padd{
    padding: 100px 0;
}
/* #content .page-content h1{
    font-size: 52px;
    font-weight: 700;
    line-height: 1.25;
    color: #1C1C1C;
    margin: 0 0 10px;
}
#content .page-content h3{
    font-size: 21px;
    font-weight: 500;
    line-height: 1.25;
    color: #ff330e;
    margin: 0;
    letter-spacing: 0.4px;
} */

.scroll-about-pos{
    margin-top: -30px;
    position: relative;
    top: -120px;
}
#content .loc-box{
    gap: 0;
    border-radius: 0;
}
#content .loc-box h1{
    font-size: 38px;
    font-weight: 900;
    color: #fff;
    opacity: 1;
    display: inline-flex;
    background: #ff330e;
    padding: 10px;
    height: 60px;
    width: 64px;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0;
}
#content .loc-box h4{
    font-size: 21px;
    line-height: 1.35;
    color: #1c1c1c;
    font-weight: 500;
    margin: 0 0 10px;
    padding-left: 85px;
}
#content .loc-box p{
    color: #404040;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.55em;
    margin: 0;
    padding-left: 85px;
}


#site-footer{
    background-color: #404040;
}
#site-footer .footer-inner{
    display: flex;
    flex-direction: row-reverse;
}
#site-footer .footer-inner .site-branding{
    display: none;
}
#site-footer .footer-inner .copyright{
    color: #fff;
    max-width: inherit;
}
#site-footer .footer-inner .site-navigation{
    justify-content: flex-end;
    max-width: inherit;
}
#site-footer .footer-inner .site-navigation li a{
    color: #fff;
    font-family: 'sn-icon';
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 18px;
    background: #606060;
    border-radius: 50%;
    font-size: 14px;
    transition: all 0.3s ease-in;
}
#site-footer .footer-inner .site-navigation li a:hover{
    background: #ff330e;
}

#boutique-services{
    min-height: 80vh;
}
#boutique-services .e-con-inner{
    display: flex;
    align-items: center;
    justify-content: center;
}
#content .client-carousel .ekit-wid-con .elementskit-single-testimonial-slider{
    background: #f5f5f5;
    box-shadow: none;
}
#content .client-carousel .ekit-wid-con .ekit-testimonia-style-4 .elementskit-watermark-icon{
    color: #ff330e;
}
#content .client-carousel .swiper-navigation-button{
    width: 40px;
    height: 40px;
    background: #404040;
    color: #fff;
    border-radius: 50%;
    left: -20px;
    padding-right: 3px;
}
#content .client-carousel .swiper-navigation-button > i{
    display: none;
}
#content .client-carousel .swiper-navigation-button:before,
#content .client-carousel .swiper-navigation-button:after{
    font-size: 20px;
}
#content .client-carousel .swiper-navigation-button.swiper-button-next{
    left: auto;
    right: -20px;
    padding-right: 0;
    padding-left: 3px;
}

/* #content .contact-box{
    border-radius: 10px;
} */

.row{
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
    flex-wrap: wrap;
}
.col-md-4,
.col-md-6,
.col-md-12{
    padding-left: 10px;
    padding-right: 10px;
}
.col-md-4{
    flex: 0 0 33.33%;
    max-width: 33.33%;
}
.col-md-12{
    flex: 0 0 100%;
    max-width: 100%;
}
.form-group{
    margin-bottom: 20px;
    position: relative;
}
.form-group p,
.form-btn{
    margin: 0;
}
.form-group input.wpcf7-form-control,
.form-group select.wpcf7-form-control,
.form-group textarea.wpcf7-form-control{
    font-family: "Roboto";
    height: 48px;
    background: #fff;
    border: 0;
    border-radius: 0;
    font-size: 15px;
}
.form-group textarea.wpcf7-form-control{
    resize: none;
    height: 100px;
}
.form-group textarea.wpcf7-form-control.h-input{
    height: 60px;
}

#content .btn{
    line-height: 1.25;
    font-size: 17px;
    background: #ff330e;
    color: #fff;
    padding: 5px 20px;
    position: relative;
    z-index: 2;
    display: inline-block;
    min-width: 140px;
    text-align: center;
}

.wpcf7-list-item{
    margin: 0 30px 0 0;
}
#content .form-check .form-field{
    padding-top: 5px;
}
#content .form-check label > input{
    display: none;
}
#content .form-check label > span{
    display: inline-block;
    padding-left: 30px;
    min-height: 30px;
    position: relative;
    padding-top: 4px;
    font-size: 14px;
    cursor: pointer;
}
#content .form-check label > span:before{
    content: "";
    width: 22px;
    height: 22px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s ease-in;
}
#content .form-check label > span:after{
    content: "";
    width: 7px;
    height: 11px;
    border: solid 2px #fff;
    border-width: 0 2px 2px 0;
    position: absolute;
    left: 7px;
    top: 4px;
    opacity: 0;
    visibility: hidden;
    transform: rotate(45deg) scale(1.8);
    transition: all 0.3s ease-in;
}
#content .form-check label > input:checked + span:before{
    background: #ff330e;
}
#content .form-check label > input:checked + span:after{
    transform: rotate(45deg) scale(1);
    opacity: 1;
    visibility: visible;
}

#content .wpcf7-response-output{
    position: absolute;
    top: 100%;
    left: 150px;
    margin-top: -40px;
    padding: 5px 10px;
    font-weight: 300;
    border-width: 1px;
}
#content form.invalid .wpcf7-response-output{
    border-color: #f00;
    background: #ffeaea;
    color: #f00;
}
#content form.sent .wpcf7-response-output{
    border-color: #008200;
    background: #efe;
    color: #008200;
}
#content form.unaccepted .wpcf7-response-output,
#content form.payment-required .wpcf7-response-output{
    border-color: #ffb900;
    background: #fffbf0;
    color: #e1a401;
}

.opacity-0{
    opacity: 0;
    visibility: hidden;
}
#content .wpcf7-form-control-wrap{
    position: static;
}
#content .wpcf7-not-valid-tip{
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
    font-size: 14px;
    letter-spacing: 0.3px;
    color: #ff0000;
}
#content .sn-table .sina-table{
    border: solid 1px #e8e8e8;
}
#content .sn-table .sina-table table{
    margin: 0;
}
#content .sn-table .sina-table tr th,
#content .sn-table .sina-table tr td{
    font-size: 15px;
    color: #404040;
    font-weight: 400;
    padding: 12px 15px;
    border: 0;
    border-right: solid 1px #e8e8e8;
}
#content .sn-table .sina-table thead tr{
    background: #404040;
}
#content .sn-table .sina-table thead tr th{
    border: 0;
    color: #fff;
    border-right: solid 1px #e8e8e8;
}
#content .sn-table .sina-table tr td,
#content .sn-table .sina-table thead tr th:last-child{
    border-right: 0;
}
#content .sn-table .sina-table tbody tr td{
    font-weight: 600;
}
#content .sn-table .sina-table tbody tr:hover{
    color: #404040;
    background-color: #ffe0e0;
}

.backtotop{
    position: fixed;
    right: 30px;
    bottom: 80px;
    width: 40px;
    height: 40px;
    z-index: 1;
    background: #ff330e;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.backtotop i{
    width: 12px;
    height: 12px;
    display: inline-block;
    border: solid 1px #fff;
    border-width: 2px 2px 0 0;
    transform: rotate(-45deg);
    margin-bottom: -6px;
}


@media screen and (max-width: 1199px) {
    #site-header .site-navigation-toggle-holder{
        display: block !important;
        position: absolute;
        right: 20px;
        top: 15px;
        padding: 0;
    }
    #site-header .site-navigation{
        display: none;
    }
    #site-header .site-navigation-toggle-holder .site-navigation-toggle{
        width: 40px;
        height: 36px;
        color: #fff;
        font-size: 24px;
        border-radius: 0;
        background: #1c1c1c;
    }
    #site-header .site-navigation-toggle-holder .site-navigation-toggle i{
        width: 20px;
        height: 2px;
        background: #fff;
        transition: all 0.3s ease-in-out;
    }
    #site-header .site-navigation-toggle-holder .site-navigation-toggle i:before,
    #site-header .site-navigation-toggle-holder .site-navigation-toggle i:after{
        content: "";
        width: 20px;
        height: 2px;
        position: absolute;
        inset: 0;
        top: -15px;
        margin: auto;
        background: #fff;
        transform: rotate(0);
        transition: all 0.3s ease-in-out;
    }
    #site-header .site-navigation-toggle-holder .site-navigation-toggle i:after{
        top: 14px;
    }
    #site-header .site-navigation-toggle-holder.elementor-active .site-navigation-toggle i{
        background: transparent;
    }
    #site-header .site-navigation-toggle-holder.elementor-active .site-navigation-toggle i:before,
    #site-header .site-navigation-toggle-holder.elementor-active .site-navigation-toggle i:after{
        top: 0;
        transform: rotate(45deg);
    }
    #site-header .site-navigation-toggle-holder.elementor-active .site-navigation-toggle i:after{
        transform: rotate(-45deg);
    }
    #site-header .site-branding .site-logo img{
        width: 180px;
        max-width: 180px;
    }
    #site-header{
        height: 65px;
        padding: 10px 20px;
    }
    #content{
        padding: 65px 0 0;
        overflow: hidden;
    }
    #content .sina-cs-item{
        height: 720px;
    }
    #content .elementor > .elementor-element > .e-con-inner,
    #site-footer{
        padding-left: 20px;
        padding-right: 20px;
    }
    #content .sec-padd{
        padding: 70px 0;
    }

    .site-navigation-dropdown ul.menu{
        box-shadow: 0 3px 5px rgba(0,0,0,0.08);
        border-top: solid 1px #e8e8e8;
    }
    .site-navigation-dropdown ul.menu li a{
        padding: 12px 20px;
    }
    .site-navigation-dropdown ul.menu li.current-menu-item a{
        background: #ff330e;
    }

    #content .home-banner .sina-cs-item .sina-cs-title{
        font-size: 54px;
    }
    #content .home-banner .sina-cs-item .sn-btn{
        min-width: 200px;
        padding: 15px;
    }
    #content .home-banner .sina-cs-item .sina-cs-subtitle{
        font-size: 21px;
    }
    #content .loc-box h4 {
        font-size: 17px;
        margin: 0 0 5px;
        padding-left: 80px;
    }
    #content .loc-box p {
        line-height: 1.4em;
        padding-left: 80px;
    }
}

@media screen and (max-width: 991px) {
    #content .sina-cs-item {
        height: 480px;
    }
    #content .home-banner .sina-cs-item .sina-cs-title {
        font-size: 38px;
    }
    #content .sec-padd{
        padding: 40px 0;
    }
    .contact-form .col-md-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }


}
@media screen and (max-width: 767px) {
    #content .sina-cs-item {
        height: 350px;
    }
    #content .home-banner .sina-cs-item .sina-cs-title {
        font-size: 28px;
    }
    #content .home-banner .sina-cs-item .sina-cs-subtitle {
        font-size: 16px;
    }
    #content .btn{
        padding: 15px 20px;
        font-size: 15px;
    }
    #content .home-banner .sina-cs-item .sn-btn{
        min-width: 180px;
        padding: 15px 20px;
        font-size: 15px;
    }
    #content form .wpcf7-response-output{
        position: static;
        margin: 15px 0 0;
    }
    #content .home-banner .owl-carousel .owl-dots .owl-dot{
        margin: 20px 5px;
    }
    #content .home-banner .sina-cs-item .sina-cs-desc{
        padding-top: 10px;
    }
    #site-footer .footer-inner .site-navigation{
        justify-content: center;
    }
    #site-footer .footer-inner .site-navigation li a{
        margin: 0 5px;
    }
    #site-footer .footer-inner .copyright{
        margin-top: 15px;
        width: 100%;
        justify-content: center;
    }
}
@media screen and (max-width: 575px) {
    #site-header {
        padding: 10px 0 10px 10px;
    }
    #content .loc-box{
        padding: 20px;
    }
    #content .loc-box h1{
        font-size: 28px;
        height: 50px;
        width: 54px;
    }
    #content .loc-box h4,
    #content .loc-box p{
        padding-left: 70px;
    }

    .contact-form .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media screen and (min-width: 1200px) {
    #content .sina-cs-item{
        min-height: 700px;
    }
}