@charset "UTF-8";

/*
Theme Name: rasamplus
Theme URI: https://rasamplus.com/
Author: Amin haghighati
Author URI: https://rasamplus.com/
Description: a professional theme with wordpress website
Version: 1.0.0
Text Domain: xiii 
*/
:root {
    --main-font-size: 15px;
    --main-color: #c5a65d;
    --second-color: #862234;
    --main-text-color: #464646;
    --main-font-family: 'Archivo';
}

@font-face {
    font-family: 'Archivo';
    src: url('fonts/Archivo-Medium.woff2') format('woff2'),
        url('fonts/Archivo-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IRANYekan';
    src: url('fonts/IRANYekanWebFn.woff2') format('woff2'),
        url('fonts/IRANYekanWebFn.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IRANYekan-Black';
    src: url('fonts/IRANYekanWebFn-Black.woff2') format('woff2'),
        url('fonts/IRANYekanWebFn-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IRANYekan-ExtraBlack';
    src: url('fonts/IRANYekanWebFn-ExtraBlack.woff2') format('woff2'),
        url('fonts/IRANYekanWebFn-ExtraBlack.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IRANYekan-Bold';
    src: url('fonts/IRANYekanWebFn-Bold.woff2') format('woff2'),
        url('fonts/IRANYekanWebFn-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IRANYekan-ExtraBold';
    src: url('fonts/IRANYekanWebFn-ExtraBold.woff2') format('woff2'),
        url('fonts/IRANYekanWebFn-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--main-font-family);
    color: var(--main-text-color);
    direction: ltr;
    font-size: var(--main-font-size);
    line-height: 27px;
    text-align: left;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 1200px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222944;
    font-weight: 800;
}

h1 {
    font-size: 24px;
    margin-bottom: 24px;
    margin-top: 30px;
    line-height: 40px;
}

h2 {
    font-size: 23px;
    margin-bottom: 23px;
    margin-top: 30px;
    line-height: 35px;
}

h3 {
    font-size: 21px;
    margin-bottom: 21px;
    margin-top: 30px;
    line-height: 35px;
}

h4 {
    font-size: 19px;
    margin-bottom: 19px;
    margin-top: 30px;
    line-height: 30px;
}

h5 {
    font-size: 17px;
    margin-bottom: 17px;
    margin-top: 25px;
    line-height: 30px;
}

h6 {
    font-size: 15px;
    margin-bottom: 15px;
    margin-top: 25px;
    line-height: 30px;
}

p {
    line-height: 27px;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
    outline: none;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

ul,
ol {
    padding: 0;
    margin: 0;
    list-style-position: inside;
}

ol {
    list-style: persian;
    list-style-position: inside;
}

.bold {
    font-family: 'IRANYekan-ExtraBlack';
}

.main-color {
    color: var(--main-color);
}

.second-color {
    color: var(--second-color);
}

.site-btn {
    color: rgb(27, 27, 27);
    font-size: 16px;
    border-bottom: 2px solid var(--second-color);
    display: inline-block;
    padding: 10px 27px 10px 10px;
    transition: all 0.3s;
}

.site-btn:hover {
    background-color: var(--second-color);
    color: #fff;
}

.site-btn i {
    font-size: 15px;
    left: 15px;
    position: relative;
    top: 1px;
    rotate: 180deg;
}

.site-btn:hover::after {
    transform: none;
    transform-origin: -1% 0;
    transition: transform .4s ease;
    -webkit-transition: transform .4s ease;
    -moz-transition: transform .4s ease;
    -ms-transition: transform .4s ease;
    -o-transition: transform .4s ease;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
}

.site-title {
    margin-top: 0;
    margin-bottom: 35px;
    font-size: 39px;
    line-height: 45px;
}

.navbar {
    padding: 0;
    z-index: 9999;
}

::-webkit-scrollbar {
    width: 13px;
}

::-webkit-scrollbar-track {
    width: 13px;
}

::-webkit-scrollbar-thumb {
    background: #333;
}

/*------------------------
      Header Section
------------------------*/
.header-section {
    background: #1b1b1b;
}

.header-btn {
    background: var(--second-color);
    color: #fff;
    display: inline-block;
    padding: 10px 30px;
}

.header-btn:hover {
    background: #691827;
}

.site-logo img {
    height: 65px;
    width: 100%;
    object-fit: contain;
}
#main-navigation > li {
    position: relative;
}
#main-navigation > li.menu-item-has-children::after {
    content: "\f107";
    font-family: 'FontAwesome';
    color: #fff;
    position: relative;
    left: -15px;
    transition: all 0.3s;
}
#main-navigation > li.menu-item-has-children:hover:after{
    color: var(--main-color);
}
#main-navigation > li > a {
    color: #fff;
    display: inline-block;
    padding: 30px 10px;
    margin: 0 10px;
    position: relative;
    transition: all 0.3s;
}
#main-navigation > li > ul {
    background: #fff;
    position: absolute;
    list-style: none;
    width: max-content;
    top: 87px;
    left: 0;
    min-width: 200px;
    padding: 5px 15px;
    border: 1px solid #0000001f;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}
#main-navigation > li:hover > ul{
    opacity: 1;
    visibility: visible;
}
#main-navigation > li > a:hover{
    color: var(--main-color);
}
#main-navigation > li > ul > li > a {
    color: #181818;
    display: block;
    margin: 7px 0;
}
#main-navigation > li > ul > li > a:hover{
    color: var(--second-color);
}
#mobile-menu-btn{
    display: none;
}


/*------------------------
    Slider Section
------------------------*/
.img-slider {
    position: relative;
    min-height: 550px;
    --count: 3;
    /* تعداد عکس‌ها */
    --dur: 30s;
    /* مدت یک چرخه کامل */
    margin-bottom: 150px;
}

.img-slider img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    animation: fade var(--dur) linear infinite;
    animation-delay: calc((var(--i) - 1) * (var(--dur) / var(--count)));
    z-index: -1;
    /* پشت متن */
}

.img-slider::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .25), rgba(0, 0, 0, .35));
    z-index: 0;
}

@keyframes fade {

    0%,
    10% {
        opacity: 0;
    }

    10%,
    25% {
        opacity: 1;
    }

    35%,
    100% {
        opacity: 0;
    }
}

@media (max-width: 768px) {
    .img-slider {
        min-height: 45vh;
    }
}

.slider-content {
    background: #fff;
    width: 65%;
    max-width: 46.5rem;
    padding: 3.125rem;
    position: absolute;
    inset: auto 0% -2rem auto;
    overflow: hidden;
    z-index: 1;
    box-shadow: -75px 70px #f8f2e4;
}

.slider-content p {
    margin-bottom: 1rem;
    font-size: 1.1rem;
    line-height: 1.9;
}

.slider-content h2 {
    color: var(--main-color);
    margin-top: 0;
    margin-bottom: 1.25rem;
    font-size: 33px;
    line-height: 45px;
}

/*------------------------
    Counter Section
------------------------*/
.counter-item-wrap{
    text-align: center;
    color: var(--main-color);
    font-weight: 700;
    font-size: 33px;
}
.counter-item-wrap span {
    font-size: 33px;
    display: inline-block;
    margin-top: 23px;
}
.counter-icon-box img{
    height: 100px;
}

.counter-item-wrap h3 {
    color: #181818;
    font-size: 17px;
    margin-top: 15px;
    margin-bottom: 0;
}

/*------------------------
   About us Section
------------------------*/
.about-us-sec {
    background: #f8f8f8;
    padding: 70px 0;
    position: relative;
    margin-top: 55px;
}

#about-us-img-sec img {
    position: absolute;
    top: -35px;
    height: 920px;
    right: 0;
}

.about-contact-sec{
    background: #fff;
    box-shadow: 0 0 20px #0003;
    padding: 60px 35px;
}
.about-contact-sec h3{
    font-size: 25px;
    line-height: 40px;
    margin-top: 0;
}
.about-us-text {
    font-size: 17px;
    line-height: 33px;
    padding-left: 25px;
}

.about-title {
    font-size: 33px;
    line-height: 55px;
    margin-top: 0;
    margin-bottom: 55px;
}

.about-text {
    color: #777;
    font-size: 14px;
}

.about-us-sec .product-link {
    bottom: -7px;
}

/*------------------------
   Work Proccess Section
------------------------*/
.work-process-section {
    padding: 100px 0;
}

.process-title-wrap .bg-title {
    font-size: 150px;
    position: absolute;
    left: 0;
    top: -13px;
    z-index: -1;
    background: linear-gradient(180deg, #0C0A0A 0%, rgba(12, 10, 10, 0) 100%);
    opacity: 0.06;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    height: 93px;
    display: flex;
    align-items: center;
    -webkit-text-stroke: 1px #000000;
}
.process-title-wrap span.pre-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    font-family: var(--font-primary);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #0C0A0A;
}
.process-title-wrap .title {
    font-size: 48px;
    line-height: 58px;
    color: #0C0A0A;
    margin-top: 12px;
}
.timeline-item {
    position: relative;
    text-align: center;
}
.timeline-item::after {
    content: '';
    position: absolute;
    width: 1rem;
    height: 1rem;
    background-color: #e9ecef;
    border: 2px solid #6c757d;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: 1;
}
.timeline-line {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #e9ecef;
    top: 0.5rem;
    left: 0;
    z-index: 0;
}
.timeline-item:last-child .timeline-line {
    width: 0;
}
.timeline-icon-box {
    display: inline-block;
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 0.75rem;
    padding: 1.5rem;
    margin-bottom: 1rem;
}
.timeline-icon-box img {
    height: 50px;
}
.timeline-number {
    font-size: 100px;
    font-weight: 700;
    line-height: 100px;
    color: #e9ecef;
    position: absolute;
    top: 79px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    opacity: 0.8;
}


/*------------------------
   Footer Section
------------------------*/
.footer-section {
    background: #1b1b1b;
    color: #fff;
    font-size: 14px;
    padding: 50px 0 0;
}
.footer-section ul a{
    font-size: 13px;
}
.footer-section ul a:hover{
    color: var(--second-color);
}
.footer-title {
    margin-top: 0;
    color: #fff;
    border-bottom: 1px solid var(--main-color);
    display: table;
    margin-bottom: 30px;
    padding-bottom: 10px;
}
#footer-right-sec img{
    height: 75px;
}
#footer-right-sec p {
    font-size: 13px;
    padding-left: 35px;
}
.footer-section p {
    margin-bottom: 0;
}

.footer-section a {
    color: #181818;
}

.footer-contact-detail {
    margin-bottom: 13px;
    font-size: 15px;
}
.footer-contact-detail i {
    font-size: 17px;
}
.footer-socials-wrap{
    margin-top: 30px;
}
.footer-socials-wrap img {
    height: 30px;
    width: auto;
}
.copyright-sec{
    font-size: 12px;
}


/*------------------------
   Aside Section
------------------------*/

aside {
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
}

.toc {
    background: #f7f7f7;
    padding: 15px;
    margin-top: 10px;
}

.toc h3 {
    margin-top: 0;
    font-size: 17px;
    line-height: 30px;
    border-bottom: 1px solid #00000029;
    padding-bottom: 13px;
}

.toc ul {
    list-style: none;
}

.toc ul a {
    font-size: 13px;
    color: #181818;
    display: block;
    margin-bottom: 10px;
}

aside .widget-area {
    background: #ffb44529;
    margin-bottom: 10px;
    padding: 10px;
}

.breadcrumb {
    background: transparent;
    color: #ddd;
    font-size: 14px;
    margin: 0;
    padding: 0;
    display: block;
    text-align: left;
}

.breadcrumb a {
    color: #fff;
}

.blog-item {
    border: 1px solid #0000002e;
    padding: 5px;
    text-align: center;
}

.blog-item img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.blog-cat {
    display: block;
    text-align: center;
    color: var(--main-color);
    padding: 10px 0;
}

.blog-details-sec {
    padding: 0 20px 20px 20px;
}

.blog-details-sec h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 17px;
    text-align: center;
    color: var(--second-color);
}

.blog-details-sec p {
    color: #555;
    margin-bottom: 0;
    font-size: 14px;
}
.blog-btn {
    background: var(--second-color);
    color: #fff;
    display: inline-block;
    font-size: 13px;
    padding: 8px 30px;
    margin-top: 20px;
}
.blog-btn:hover{
    background: #5e1320;
}
.page-top-sec{
    background: var(--second-color);
    color: #fff;
    padding: 5px 0;
}
#single-article{
    border: 1px solid #00000033;
    padding: 25px;
}
.page-top-sec h1 {
    color: #fff;
    font-size: 19px;
    margin: 0;
}

.service-item-wrap {
    background: #f9f9f9;
    padding: 15px;
    margin-bottom: 35px;
}

.service-item-wrap h2 {
    color: var(--second-color);
    margin-top: 0;
}

.service-item-wrap img {
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    width: 100%;
}

.service-item-wrap ul {
    list-style: none;
}

.service-item-wrap ul li::before {
    content: "";
    background-image: url(img/check-circle-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-left: 5px;
    position: relative;
    top: 2px;
}

.mobile-header {
    display: none;
}

.service-item-wrap .site-btn::after {
    margin-right: 5px;
    content: "";
    background-image: url(img/left-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 16px;
    height: 12px;
    position: relative;
    top: 1px;
}

.service-small-title {
    color: var(--second-color);
}

.service-big-title {
    margin-top: 5px;
}

#single-page-top-left-sec img {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    width: 100%;
}

.single-service-top-text ul {
    list-style: none;
}

.single-service-top-text li {
    line-height: 35px;
    margin-bottom: 10px;
}

.single-service-top-text li::before {
    content: "";
    background-image: url(img/yellow-check-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-left: 8px;
    position: relative;
    top: 7px;
}

.single-service-buttons-sec {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.single-service-buttons-sec .header-btn {
    top: 0;
    margin-left: 25px;
}

.about-us-btn {
    color: #737373;
}

.about-us-btn::before {
    content: "";
    background-image: url(img/about-us-btn-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 20px;
    height: 24px;
    margin-left: 7px;
    position: relative;
    top: 3px;
}

.widget-services {
    margin-bottom: 20px;
}

#services-single-content-sec .page-sec {
    border: 1px solid #00000020;
    border-radius: 7px;
    padding: 20px;
}

.persons-info-sec {
    background: #FFD00040;
    border: 1px solid #00000020;
    text-align: center;
    border-radius: 7px;
    padding: 0 20px 20px 20px;
    font-size: 14px;
}

.person-name {
    display: block;
    font-weight: 700;
    color: #000;
    margin: 10px;
    font-size: 17px;
}

.gform_heading {
    display: none !important;
}

.gform-body input {
    border: 1px solid #ccc !important;
    box-shadow: none !important;
    padding: 25px 15px !important;
    color: #777 !important;
}

.gform-body textarea {
    border: 1px solid #ccc !important;
    box-shadow: none !important;
    color: #777 !important;
    resize: none !important;
}

.gform_button {
    background: var(--main-color) !important;
    color: #fff !important;
    padding: 10px 25px !important;
    display: inline-block !important;
    border-radius: 5px !important;
    transition: all 0.5s !important;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.product-wrap {
    border: 1px solid #ddd;
    padding: 5px;
    margin-bottom: 30px;
}

.product-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.product-title {
    font-size: 15px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 5px;
    padding: 0 10px;
    line-height: 25px;
}

.product-main-category a {
    display: block;
    text-align: center;
    font-size: 13px;
    color: #999;
}

.sidebar-title {
    margin-top: 0;
    font-size: 17px;
    margin-bottom: 15px;
}

.sidebar-product-categories ul {
    list-style: none;
    padding-right: 10px;
    font-size: 14px;
}

ul.product-category-list>li>a {
    color: #222;
}

ul.child-term-list {
    margin-right: 15px;
}

ul.child-term-list>li>a {
    color: #555;
}

/*------------------------
   RESPONSIVE
------------------------*/

@media only screen and (max-width: 850px) {
    .container {
        max-width: 100%;
    }

    h1 {
        font-size: 21px;
        margin-bottom: 20px;
        margin-top: 23px;
    }

    h2 {
        font-size: 19px;
        margin-bottom: 19px;
        margin-top: 21px;
    }

    h3 {
        font-size: 17px;
        margin-bottom: 17px;
        margin-top: 19px;
    }

    h4 {
        font-size: 16px;
        margin-bottom: 15px;
        margin-top: 17px;
    }

    h5 {
        font-size: 16px;
        margin-bottom: 15px;
        margin-top: 17px;
    }

    h6 {
        font-size: 16px;
        margin-bottom: 15px;
        margin-top: 17px;
    }

    p {
        font-size: 13px;
        line-height: 25px;
    }

    .row {
        margin-right: 0;
        margin-left: 0;
    }

    .mega-menu-toggle {
        position: fixed !important;
        left: 10px;
        top: 10px;
    }

    .mega-close {
        display: none !important;
    }

    #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator {
        float: left !important;
    }

    #mega-menu-main-menu {
        position: fixed !important;
        top: 0 !important;
        right: 0 !important;
        width: 75% !important;
        height: 100% !important;
    }

    #mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link,
    #mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-flyout ul.mega-sub-menu {
        background: #111 !important;
        color: #fff !important;
    }

    #mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item>a.mega-menu-link {
        font-weight: normal !important;
    }

    .projects-section .owl-nav button,
    .blogs-section .owl-nav button {
        bottom: unset;
        top: -40px;
    }

    .projects-section .owl-next,
    .blogs-section .owl-next {
        left: 0;
    }

    .projects-section .owl-prev,
    .blogs-section .owl-prev {
        right: unset;
        left: 35px;
    }

    .blogs-section .owl-nav button {
        bottom: unset;
    }

    .comments-section .owl-nav button {
        width: 45px;
        height: 45px;
        background-size: 17px !important;
        top: -20px;
    }

    .comments-section .owl-next {
        left: 0px;
    }

    .comments-section .owl-prev {
        right: unset;
        left: 55px;
    }

    .footer-copyright {
        padding: 10px 15px;
        text-align: center;
    }

    .slider,
    .slide,
    .slide img {
        height: 350px;
    }

    .slider .controls {
        padding: 10px 15px;
        border-radius: 5px;
        right: 15px;
        bottom: -23px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }

    .services-section,
    .why-us-section {
        padding: 55px 0;
    }

    .projects-section {
        padding: 20px 0;
    }

    .why-us-item {
        margin-bottom: 25px;
    }

    .why-us-section .container .row:nth-child(2)>div:nth-child(2) .why-us-item {
        border: none;
    }

    .comments-section {
        padding: 35px 0 55px;
    }

    #footer-social-networks {
        justify-content: center;
        margin-top: 10px;
    }

    .fixed-contact-button {
        right: 10px;
        bottom: 20px;
    }

    .page-top-sec h1 {
        font-size: 19px;
    }

    .page-top-sec::after {
        background-size: contain;
        width: 30px;
        height: 25px;
    }

    #page-service-item-text-sec {
        order: 2;
        margin-top: 20px;
    }

    #single-page-top-right-sec {
        order: 2;
        margin-top: 20px;
    }

    #footer-two-sec {
        border-left: none;
    }

    #services-single-content-sec .page-sec {
        margin-bottom: 25px;
    }

    .breadcrumb {
        padding-right: 5px;
    }

    .single-publish-date,
    .reading-time-sec {
        background-position: 98% center;
        width: 49%;
        display: inline-block;
    }

    .site-logo img {
        height: 55px;
    }

    .header-contact-wrap>span {
        font-size: 17px;
        line-height: 30px;
    }

    .header-contact-wrap a span {
        font-size: 25px;
        line-height: 35px;
    }

    .header-contact-wrap a i {
        font-size: 31px;
        margin: 3px 5px 3px 0px;
    }

    #bottom-header-left-sec,
    .sr7-bullets {
        display: none !important;
    }

    #top-header-sec {
        padding-bottom: 0px;
    }

    .slider-text-wrap {
        padding: 20px;
    }

    .slider-text-wrap h2 {
        margin-bottom: 7px;
        font-size: 23px;
        line-height: 35px;
    }

    .slider-text-wrap p {
        font-size: 13px;
    }

    .product-item-footer h3,
    .small-product-sec .product-item-footer h3 {
        font-size: 17px;
        line-height: 30px;
        margin-bottom: 5px;
    }

    .product-item-footer p {
        font-size: 13px;
        line-height: 23px;
    }

    .product-item-footer {
        padding: 10px 10px 10px 20px;
    }

    .product-link {
        left: -15px;
    }

    .about-image {
        margin-bottom: 25px;
    }

    .site-title {
        margin-bottom: 15px;
        font-size: 25px;
        line-height: 35px;
    }

    .projects-section {
        margin-top: 0;
    }

    .projects-section .nav {
        width: 100%;
        margin-left: 0%;
    }

    .projects-section .tab-content {
        width: 100%;
    }

    .projects-section .nav button {
        height: 65px;
        font-size: 17px;
        padding: 10px;
        border-radius: 0;
        margin-bottom: 5px;
    }

    .projects-section .nav button i {
        font-size: 27px;
    }

    .cta-section h2 {
        font-size: 35px;
        line-height: 55px;
        margin-bottom: 20px;
        width: 85%;
    }

    .cta-section p {
        width: 85%;
    }

    .cta-section {
        padding: 50px 0;
    }

    .brand-item-sec img {
        height: 85px;
    }

    .brand-item-sec {
        height: 120px;
    }

    .map-section iframe {
        height: 390px;
    }

    .brands-section {
        padding: 55px 0;
    }

    .footer-sectio {
        padding-top: 25px;
        font-size: 12px;
    }

    .footer-section p {
        padding: 0;
    }

    .slider-content {
        background: #f8f2e4;
        width: 100%;
        max-width: unset;
        padding: 20px;
        position: absolute;
        inset: unset;
        overflow: hidden;
        z-index: 1;
        box-shadow: none;
        top: 100%;
        right: 0;
        display: none;
    }
    .slider-content p {
        margin-bottom: 1rem;
        font-size: 15px;
        line-height: 1.9;
    }
    .slider-content p {
        font-size: 15px;
        line-height: 1.9;
    }
    .img-slider {
        margin-bottom: 10px;
    }
    #header-menu-wrap {
        order: 3;
        position: fixed;
        left: 0;
        top: 0;
        background: #111;
        width: 75%;
        height: 100%;
        transition: all 0.3s;
        transform: translateX(-101%);
        z-index: 3;
    }
    .header-section {
        padding: 5px 0;
    }
    .counter-icon-box img {
        height: 55px;
        width: auto;
    }
    .counter-item-wrap span {
        font-size: 23px;
        margin-top: 17px;
    }
    .counter-item-wrap {
        font-size: 23px;
    }
    .counter-item-wrap h3 {
        font-size: 15px;
        margin-top: 0;
    }
    .about-us-sec {
        padding: 50px 0;
    }
    .about-title {
        font-size: 23px;
        line-height: 45px;
        margin-top: 0;
        margin-bottom: 45px;
    }
    #about-us-img-sec{
        display: none;
    }
    .about-contact-sec {
        box-shadow: 0 0 6px #0003;
        padding: 35px 20px;
        margin-bottom: 35px;
    }
    .about-contact-sec h3 {
        font-size: 19px;
        line-height: 37px;
        margin-top: 0;
        margin-bottom: 0;
    }
    .about-us-text {
        font-size: 15px;
        line-height: 31px;
        padding-right: 0;
    }
    .work-process-section {
        padding: 50px 0;
    }
    .process-title-wrap .title {
        font-size: 33px;
        line-height: 45px;
    }
    .process-title-wrap .bg-title {
        font-size: 100px;
    }
    .timeline-number {
        font-size: 67px;
        top: 66px;
    }
    #footer-center-sec{
        display: none;
    }
    .footer-title {
        margin-bottom: 20px;
    }
    .footer-socials-wrap img {
        height: 25px;
    }
    #footer-right-sec p {
        padding-left: 0;
    }
    #mobile-menu-btn {
        display: inline-block;
        position: fixed;
        top: 10px;
        right: 10px;
        background: #111;
        font-size: 23px;
        color: #fff;
        padding: 5px 9px;
        z-index: 3;
    }
    .mobile-menu-show{
        transform: translateX(0) !important;
    }

    #main-navigation > li > a {
        color: #fff;
        padding: 0;
        margin: 7px 0;
        display: inline-block;
        position: relative;
        transition: all 0.3s;
    }
    #header-menu-wrap nav, .menu-main-menu-container, #header-menu-wrap ul{
        width: 100%;
    }
    #main-navigation > li.menu-item-has-children::after {
        position: absolute;
        right: 0;
        left: unset;
        top: 5px;
    }
    #main-navigation > li > ul {
        position: relative;
        width: 100%;
        top: 0;
        opacity: 1;
        visibility: visible;
        display: none;
    }

}

@media only screen and (max-width: 550px) {

    h1 {
        font-size: 21px;
        margin-bottom: 13px;
    }

    h2 {
        font-size: 19px;
        margin-bottom: 10px;
    }

    h3 {
        font-size: 17px;
        margin-bottom: 10px;
    }

    h4,
    h5,
    h6 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    #header-left-sec {
        display: none;
    }

    .slider,
    .slide,
    .slide img {
        height: 220px;
    }

    .slider .controls {
        font-size: 14px;
    }

    .next i,
    .prev i {
        font-size: 14px;
    }

    .next i {
        margin-right: 5px;
    }

    .prev i {
        margin-left: 5px;
    }

    .indicators {
        display: flex;
        margin: 0px 10px;
    }

    .indicator {
        margin: 0 3px;
        font-size: 15px;
    }

    .site-title {
        font-size: 19px;
        margin-bottom: 10px;
    }

    .site-title::before {
        width: 30px;
        height: 23px;
        top: 6px;
        margin-left: 5px;
    }

    .services-detail {
        width: 100%;
        margin-bottom: 0;
    }

    #about-us-right-sec {
        border-radius: 15px;
        margin: 15px 0px 20px 0px;
        padding: 17px;
    }

    #about-us-advantages-sec {
        margin-top: 30px;
    }

    #about-us-advantages-sec ul li {
        width: 100%;
        padding-left: 0;
    }

    #about-us-left-sec {
        padding: 25px 0 25px 0;
    }

    .our-team-item-sec {
        margin-bottom: 35px;
    }

    #about-us-certification-sec {
        margin-top: 14px;
    }

    .why-us-item {
        border-left: none;
        border-bottom: 2px dashed #0B457040 !important;
        padding-bottom: 30px;
    }

    .why-us-section .site-title {
        text-align: center;
        margin-bottom: 40px;
    }

    .services-section,
    .why-us-section {
        padding-bottom: 0;
    }

    .projects-section .owl-nav button,
    .blogs-section .owl-nav button {
        position: absolute;
        bottom: 40%;
        background: var(--second-color) !important;
        font-size: 43px !important;
        width: 30px;
        height: 30px;
        color: #000 !important;
    }

    .blogs-section {
        padding: 20px 0;
    }

    .comments-item {
        background-size: 30px;
        background-position: 25px 93%;
        padding: 15px 15px 35px 15px;
    }

    .center .comments-item {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    .comments-section .owl-nav button {
        width: 37px;
        height: 37px;
        background-size: 15px !important;
    }

    .comments-section {
        padding: 35px 0 15px;
    }

    #footer-two-sec,
    #footer-three-sec {
        display: none;
    }

    .fixed-contact-button a.icon_phone {
        height: 45px;
        width: 45px;
        font-size: 15px;
        line-height: 51px;
    }

    .fixed-contact-button .tooltip {
        padding: 5px 13px;
        font-size: 13px;
    }

    .fixed-contact-button .tooltip:before {
        right: 17px;
    }

    .page-top-sec {
        text-align: center;
    }

    .breadcrumb {
        text-align: center;
    }

    .page-top-sec::after {
        display: none;
    }

    #footer-one-sec,
    #footer-two-sec,
    #footer-three-sec {
        border-left: none;
    }

    .single-service-buttons-sec .header-btn {
        margin-bottom: 20px;
    }

    .breadcrumb {
        padding-right: 0px;
    }

    .single-publish-date,
    .reading-time-sec {
        display: block;
        margin-bottom: 5px;
        width: 100%;
    }

    .main-image-sec img {
        margin-bottom: 13px;
    }

    #single-article {
        margin-top: 30px;
    }

    .breadcrumbs {
        font-size: 11px;
    }

    #top-header-sec .container {
        padding: 0;
    }

    #top-header-left-sec {
        display: none;
    }

    #top-header-right-sec {
        padding: 0;
    }

    .site-logo img {
        height: 40px;
    }

    .slider-text-wrap {
        padding: 10px;
    }

    .slider-text-wrap h2 {
        margin-bottom: 7px;
        font-size: 17px;
        line-height: 27px;
    }

    .slider-text-wrap p {
        font-size: 11px;
    }

    .product-item {
        height: 300px;
        margin-bottom: 15px;
    }

    .about-us-sec {
        padding: 35px 0;
    }

    #about-us-left-sec {
        padding: 0;
    }

    .about-image {
        margin-bottom: 0;
    }

    .projects-section .nav button {
        height: 50px;
        font-size: 15px;
        padding: 10px;
        border-radius: 0;
        margin-bottom: 5px;
    }

    .projects-section .tab-content img {
        height: 230px !important;
    }

    .cta-section {
        padding: 35px 0;
    }

    .cta-section h2 {
        font-size: 19px;
        line-height: 39px;
        margin-bottom: 10px;
        width: 100%;
    }

    .cta-section p {
        width: 100%;
    }

    .site-btn {
        padding: 10px 20px;
        font-size: 13px;
        margin-top: 10px;
    }

    .site-btn i {
        font-size: 13px;
        margin-right: 4px;
        top: 1px;
    }

    .brands-section {
        padding: 30px 0;
    }

    .map-section iframe {
        height: 250px;
    }
    .img-slider {
        min-height: 40vh;
    }
    .about-us-sec {
        margin-top: 0;
    }
    .counter-item-wrap {
        margin-bottom: 20px;
    }
    .about-title {
        font-size: 17px;
        line-height: 33px;
        margin-top: 0;
        margin-bottom: 30px;
    }
    .about-contact-sec {
        box-shadow: 0 0 6px #0003;
        padding: 25px 15px;
        margin-bottom: 35px;
        text-align: center;
    }
    .about-contact-sec h3 {
        font-size: 15px;
        line-height: 30px;
    }
    .about-us-text {
        font-size: 14px;
        line-height: 29px;
    }
    .process-title-wrap span.pre-title {
        font-weight: 600;
        font-size: 14px;
        line-height: 23px;
        letter-spacing: 0;
    }
    .process-title-wrap .title {
        font-size: 23px;
        line-height: 30px;
    }
    .process-title-wrap .bg-title {
        font-size: 77px;
    }
    .timeline-item > div:nth-child(2) {
        margin-top: 29px !important;
        margin-bottom: 35px;
    }
    .timeline-number {
        font-size: 75px;
        top: 100px;
    }
    .timeline-item::after{
        display: none;
    }
    .blog-details-sec {
        padding: 0 10px 10px 10px;
    }
    .blog-details-sec p {
        font-size: 13px;
    }

    #single-article {
        border: none;
        padding: 0;
    }
    .header-section .container{
        padding: 0;
    }
    .header-btn {
        padding: 5px 20px;
        font-size: 12px;
    }
    .page-top-sec h1 {
        font-size: 17px;
    }

}