@charset "UTF-8";

/*
Theme Name: Rasam Plus
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: #b47f4d;
    --second-color: #f9c57a;
    --main-text-color: #555;
    --main-font-family: 'Vazir';
}

@font-face {
    font-family: 'Vazir';
    src: url('fonts/Vazirmatn-Medium.woff2') format('woff2'),
        url('fonts/Vazirmatn-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--main-font-family);
    color: var(--main-text-color);
    direction: rtl;
    font-size: var(--main-font-size);
    line-height: 27px;
    text-align: right;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 1200px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #111;
    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;
}

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;
}

.btn.focus,
.btn:focus,
:focus {
    box-shadow: none;
    outline: 0;
}

.btn-link:hover {
    text-decoration: none;
}

.owl-nav {
    position: absolute;
    right: 0;
    top: 45%;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.owl-nav button {
    background: #DDDDDD !important;
    width: 29px;
    height: 29px;
    font-family: 'FontAwesome' !important;
    font-size: 15px !important;
    border-radius: 100%;
}
.owl-nav button.owl-prev {
    position: relative;
    right: -15px;
}
.owl-nav button.owl-next {
    position: relative;
    left: -15px;
}

.owl-nav button:hover {
    background: var(--main-color) !important;
    color: #fff !important;
}

.owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
}

.owl-dots button {
    background: #ccc !important;
    width: 29px;
    height: 5px;
    margin: 0 7px;
    border-radius: 10px;
}

.owl-dots button.active {
    background: var(--main-color) !important;
}

.main-color {
    color: var(--main-color);
}

.second-color {
    color: var(--second-color);
}

.site-btn {
    display: inline-block;
    background-color: var(--main-color);
    padding: 11px 43px;
    color: #fff;
    margin-top: 10px;
    border-radius: 7px;
    transition: color .4s ease;
    -webkit-transition: color .4s ease;
    -moz-transition: color .4s ease;
    -ms-transition: color .4s ease;
    -o-transition: color .4s ease;
}

.site-btn:hover {
    background-color: var(--second-color);
    color: #181818;
}

.site-btn i,
.second-btn i {
    position: relative;
    top: 2px;
    margin-right: 5px;
}

.second-btn {
    display: inline-block;
    background-color: var(--second-color);
    padding: 7px 25px;
    color: #101010;
    margin-top: 10px;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
}

.second-btn:hover {
    background-color: #dab100;
    color: #101010;
}


.border-btn {
    display: inline-block;
    background-color: transparent;
    padding: 7px 25px;
    color: var(--main-color);
    border: 1px solid var(--main-color);
    margin-top: 10px;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
}

.border-btn:hover {
    background-color: var(--main-color);
    color: #fff;
}

.border-btn i {
    position: relative;
    top: 2px;
    margin-right: 5px;
}

.site-title-sec {
    position: relative;
    margin-bottom: 40px;
}

.site-title {
    margin-top: 0;
    font-size: 18px;
    line-height: 25px;
}

.site-title {
    margin-top: 0;
    font-size: 29px;
    line-height: 39px;
    margin-bottom: 20px;
    position: relative;
}
.site-title span{
    font-style: italic;
}

.site-title::after {
    content: "";
    background: #888888;
    width: 30px;
    height: 2px;
    display: inline-block;
    position: relative;
    top: 3px;
    margin-right: 7px;
}

.navbar {
    padding: 0;
    z-index: 9999;
}

::-webkit-scrollbar {
    width: 13px;
}

::-webkit-scrollbar-track {
    width: 13px;
}

::-webkit-scrollbar-thumb {
    background: #333;
}

/*------------------------
      Header Section
------------------------*/
.main-menu-sec{
    background: #f4e7d7;
    border: 1px solid var(--main-color);
    margin: 15px 0;
    justify-content: space-between;
    border-radius: 20px;
    padding: 10px;
}
.site-logo img{
    width: auto;
    height: 55px;
}

/*------------------------
   Top Section
------------------------*/
.top-section {
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 55%;
    background-color: #f2e5d5;
    padding: 75px 0;
}
.top-sec-title {
    color: #181818;
    display: block;
    margin-top: 0;
    font-size: 19px;
    line-height: 1.2;
    margin-bottom: 15px;
}
.top-sec-text{
    font-size: 17px;
    line-height: 30px;
}
.top-sec-text strong{
    color: #000;
}
.top-sec-text h1, .top-sec-text h2, .top-sec-text h3 {
    font-size: 27px;
    margin-top: 10px;
    line-height: 45px;
    margin-bottom: 15px;
}
.top-sec-text h1 strong, .top-sec-text h2 strong, .top-sec-text h3 strong{
    color: var(--main-color);
}
.top-sec-form{
    margin-top: 50px;
}
.top-sec-form .gform_heading{
    display: none;
}
.top-sec-form .gform_fields > div:first-child{
    margin-bottom: -25px;
}
.top-sec-form input {
    background: #b47f4d69 !important;
    border: 1px solid var(--main-color) !important;
}
.top-sec-form .gform_button {
    background: var(--main-color) !important;
    width: 100% !important;
}
/*------------------------
   Master classess Section
------------------------*/
.master-classess-section {
    background: #ebd9c1;
    padding: 85px 0;
}
.master-classess-title-wrap{
    text-align: center;
    width: 35%; 
    margin: auto;
}
.master-small-title{
    color: var(--main-color);
    display: block;
    font-size: 17px;
}
.master-big-title{
    margin-top: 10px;
}
.master-list-item {
    width: 50%;
    margin: 55px auto 0;
    text-align: center;
}
.master-list-item > div {
    background: var(--main-color);
    color: #fff;
    width: 85px;
    height: 85px;
    margin: 0 auto 30px;
    border-radius: 10px;
    rotate: 45deg;
    outline: 1px solid var(--main-color);
    outline-offset: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.master-list-item span {
    rotate: -45deg;
    font-size: 33px;
    display: block;
    opacity: .7;
    line-height: 1;
}
.master-list-item p{
    margin-bottom: 0;
}
.master-classess-section .site-btn {
    display: table;
    margin: 70px auto 0;
}

/*------------------------
   About Us Section
------------------------*/
.about-us-section {
    background-color: #ecd9c0;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 55%;
    padding: 100px 0;
}
.about-content span {
    font-size: 19px;
}
.about-content h2 {
    line-height: 1.3;
    font-size: 27px;
    margin: 20px 0px;
}

/*------------------------
   Why Us Section
------------------------*/
.why-us-section {
    background: #f6eada;
    padding: 85px 0;
}
.why-us-section img {
    width: 70%;
    display: table;
    margin: auto;
}
.why-us-section h2 {
    margin-top: 0;
}
.why-us-section ul {
    list-style: none;
}
.why-us-section ul li {
    position: relative;
    margin-bottom: 15px;
    font-size: 17px;
    line-height: 30px;
}
.why-us-section ul li::before {
    content: "";
    background: var(--main-color);
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 10px;
    rotate: 45deg;
    position: relative;
    top: 2px;
}

/*------------------------
   Blog Section
------------------------*/
.blogs-section {
    padding-bottom: 75px;
}
.blog-item {
    background: #f9c57a38;
    border: 1px solid var(--main-color);
    border-radius: 25px;
    padding: 15px;
    margin-bottom: 30px;
}
.blog-img-sec img {
    height: 270px;
    object-fit: cover;
    border-radius: 25px;
}

.blog-cat {
    color: #777;
    display: block;
    font-size: 17px;
    line-height: 23px;
    margin-top: 15px;
}

.center .blog-cat {
    background: var(--main-color);
}

.blog-details-sec h3 {
    font-size: 19px;
    font-weight: 100;
    margin-bottom: 10px;
    margin-top: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.blog-details-sec p {
    color: #777;
    font-size: 14px;
    text-align: justify;
}

.blogs-section .owl-nav button {
    bottom: 55%;
}
.blog-details-sec a {
    color: var(--main-color);
    display: flex;
    align-items: center;
    gap: 5px;
}

/*------------------------
   Single
------------------------*/
.single-header .row {
    background: #F2F9FF;
    padding: 115px 0 30px;
    margin-top: 35px;
}
.page-sec {
    background: #f9c57a29;
    padding: 20px;
    border: 1px solid var(--main-color);
    border-radius: 25px;
}

.single-header h1 {
    font-size: 19px;
}

.blog-info-wrap {
    display: flex;
    color: #555555;
    align-items: center;
    font-size: 14px;
    margin-top: 5px;
}

.post-main-category {
    background-image: url(img/post-cat-icon.svg);
}

.single-publish-date {
    background-image: url(img/single-date-icon.svg);
}

.reading-time-sec {
    background-image: url(img/single-time-icon.svg);
}

.post-author {
    background-image: url(img/post-author-icon.svg);
}

.single-publish-date,
.post-main-category,
.post-author {
    background-repeat: no-repeat;
    background-position: 97% center;
    padding: 7px 10px;
    display: flex;
    justify-content: space-between;
    padding-right: 27px;
    line-height: 0px;
    gap: 7px;
    align-items: center;
    border-left: 1px solid #0000004a;
    padding-left: 25px;
    margin-left: 25px;
    margin-top: 10px;
}

.toc {
    border: 1px solid var(--main-color);
    padding: 10px;
    border-radius: 25px;
}

.toc-title {
    background: var(--main-color);
    margin: 0;
    font-size: 14px;
    color: #fff;
    padding: 5px 10px;
    margin-bottom: 15px;
    border-radius: 15px;
}

.toc ul {
    padding: 0 10px;
}

.toc li {
    margin-top: 5px;
}

.toc li a {
    color: #181818;
    font-size: 13px;
    line-height: 20px;
}

.single-sidebar>a {
    color: #181818;
    display: block;
    text-align: center;
    border: 1px solid;
    margin-top: 15px;
    padding: 10px;
}

#single-article {
    background: #f9c57a1f;
    padding: 20px;
    border-radius: 25px;
}

.order-form>p {
    font-size: 14px;
    margin-bottom: 30px;
    line-height: 27px;
}


.landing-content-wrapper {
    position: relative;
    overflow: hidden;
    height: 300px;
    transition: height 0.6s ease;
    padding-bottom: 35px;
}

.landing-content-wrapper.expanded {
    height: auto;
}

.landing-content-btn-sec {
    background: linear-gradient(to top, rgba(255, 255, 255, 0.8) 25%, rgba(255, 255, 255, 0.4) 70%, transparent 100%);
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.read-more-btn {
    background-color: transparent;
    border: none;
    color: var(--main-color);
    font-size: 17px;
    position: relative;
    transition: all 0.3s ease;
}

.read-more-btn::after {
    content: "\f078";
    font-family: "FontAwesome";
    font-size: 15px;
    margin-right: 5px;
    position: relative;
    top: 1px;
}

.landing-content-sec {
    margin-bottom: 130px;
}

/*------------------------
   Comments
------------------------*/
.comment-respond {
    background: #f9c57a2b;
    padding: 30px;
}

.form-name-wrap {
    width: 49%;
    display: inline-block;
    margin-left: 1.5%;
}

.form-email-wrap {
    width: 49%;
    display: inline-block;
}

#reply-title {
    font-size: 17px;
    margin-top: 0;
    margin-bottom: 10px !important;
}

.comments-blog ul.children,
h3.comments-title {
    list-style: none;
    padding: 0;
    margin: 0;
}

.comments-blog ul.children {
    padding-right: 10%;
}

.comment-body {
    border: 1px solid #111;
    padding: 20px;
    margin-top: 55px;
}

.comment-items-header-sec {
    background: #EBEBEB;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 85%;
    padding: 10px 20px;
    position: relative;
    margin-top: -48px;
    margin-bottom: 25px;
}

.comments-blog ul.children .comment-items-header-sec {
    background: #D1ECFF;
}

.comment-items-header-sec h5 {
    margin: 0;
    color: #181818;
}

.reply {
    text-align-last: left;
}

.reply a {
    background-image: url(img/reply-icon.svg);
    background-repeat: no-repeat;
    background-position: right center;
    color: var(--main-color);
    font-size: 14px;
    padding-right: 20px;
}

/*------------------------
   Category
------------------------*/
.owl-blog-cat {
    position: relative;
    border: 2px solid #5555551c;
    padding: 15px 50px;
    margin-bottom: 100px;
}

.owl-cat-link {
    background: #F2F9FF;
    color: #101010;
    font-size: 14px;
    display: block;
    text-align: center;
    position: relative;
    z-index: 9;
    padding: 11px 8px;
}

.owl-cat-link:hover {
    background: #DDF1FF;
    color: #101010;
}

.owl-blog-cat .owl-nav {
    justify-content: space-between;
    position: unset;
}

.owl-blog-cat .owl-prev {
    position: absolute;
    right: 15px;
    top: 27px;
}

.owl-blog-cat .owl-next {
    position: absolute;
    left: 15px;
    top: 27px;
}

.owl-blog-cat-title {
    background: #fff;
    font-size: 14px;
    padding: 0 5px;
    position: absolute;
    z-index: 2;
    top: -15px;
    right: 30px;
}

/*------------------------
   Footer Section
------------------------*/
.footer-section {
    background: #f6eada;
    padding: 20px 0;
    border-top: 1px solid var(--second-color);
}

.footer-section .col {
    align-items: center;
    justify-content: center;
    display: flex;
    gap: 20px;
}

.footer-section a{
    color: var(--main-color);
}

.footer-section img {
    width: auto;
    height: 55px;
}

/*------------------------
   Aside Section
------------------------*/

aside {
    position: -webkit-sticky;
    position: sticky;
    top: 10px;
}

aside .widget-area {
    background: #ffb44529;
    margin-bottom: 10px;
    padding: 10px;
}

.ez-toc-title-toggle {
    display: table;
    float: left;
}

.ez-toc-title-toggle a {
    background: none;
}

.ez-toc-title {
    text-align: revert;
    color: #111;
    font-weight: 700;
}

.ez-toc-widget-container li>a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    color: #333;
    padding: 5px 0;
    font-size: 13px;
}

.ez-toc-widget-container li.active>a {
    font-weight: 800;
    color: var(--main-color);
}

.ez-toc-title-container {
    padding-bottom: 15px;
    position: relative;
}

.ez-toc-title-container::after {
    content: "";
    display: table;
    height: 1px;
    width: 55%;
    background: #00000020;
    position: absolute;
    bottom: 5px;
    right: 0;
}

.ez-toc-widget-container ul.ez-toc-list li.active::before {
    background-color: transparent !important;
}

.breadcrumb {
    background: transparent;
    color: #ACACAC;
    font-size: 14px;
    margin: 0;
    padding: 0;
    display: block;
    text-align: left;
}

.breadcrumb a {
    color: #ACACAC;
}

/*------------------------
   Landing Page
------------------------*/
.landing-header-sec {
    background: var(--second-color);
    height: 230px;
    padding-top: 75px;
    width: 95%;
    margin: auto;
    margin-bottom: 30px;
    border-radius: 55px;
    outline: 2px solid var(--main-color);
    outline-offset: 5px;
}
.landing-header-sec .col {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.landing-header-sec .col h1 {
    font-size: 27px;
    margin-top: 0;
    margin-bottom: 13px;
    position: relative;
}
.breadcrumbs {
    display: flex;
    color: #181818;
    gap: 10px;
    font-size: 13px;
    position: relative;
}
.breadcrumbs a{
    color: var(--main-color);
}

.landing-top-sec {
    padding: 30px 0 130px;
}

.landing-top-opt-wrap {
    background: #F2F9FF;
    display: flex;
    flex-wrap: wrap;
    padding: 30px;
    margin-top: 35px;
}

.landing-top-opt-sec {
    width: 50%;
    text-align: center;
    padding: 15px;
}

.landing-top-opt-sec h3 {
    margin: 0;
    font-size: 15px;
    font-weight: 100;
    line-height: 25px;
}

.landing-top-opt-wrap>div:nth-child(1) {
    border-bottom: 1px dashed #D0D0D0;
    border-left: 1px dashed #D0D0D0;
}

.landing-top-opt-wrap>div:nth-child(2) {
    border-bottom: 1px dashed #D0D0D0;
}

.landing-top-opt-wrap>div:nth-child(3) {
    border-left: 1px dashed #D0D0D0;
}

.landing-cat-sec {
    margin-bottom: 100px;
}

.landing-cat-item-overlay {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 25%, rgba(0, 0, 0, 0.2) 70%, transparent 100%);
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.landing-cat-item img {
    height: 270px;
    object-fit: cover;
}

.landing-cat-item h3 {
    margin: 0;
    color: #fff;
    position: absolute;
    font-size: 17px;
    text-align: center;
    font-weight: 100;
    width: 100%;
    bottom: 10px;
    right: 0;
}

.landing-project-item img {
    width: 100%;
}
.landing-project-info {
    background: #fe5a0e8f;
    color: #fff;
    position: absolute;
    font-size: 29px;
    line-height: 35px;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 25px;
    display: flex;
    align-items: end;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.landing-project-info i {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 39px;
}
.landing-project-item:hover .landing-project-info{
    opacity: 1;
    visibility: visible;
}
.landing-project-item h3 {
    font-size: 17px;
    margin: 10px 0;
}

.project-info-top-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.project-info-top-sec span {
    background: #F9F9F9;
    display: inline-flex;
    align-items: center;
    padding: 10px;
    white-space: nowrap;
    overflow-x: auto;
    cursor: grab;
    scrollbar-width: none;
}

.project-info-top-sec span::-webkit-scrollbar {
    display: none;
}

.project-info-top-sec span.active {
    cursor: grabbing;
}


.landing-project-name {
    width: 65%;
}

.landing-project-location {
    width: 33%;
}

.project-info-top-sec img {
    height: 16px !important;
    width: auto !important;
    margin-left: 10px;
}

.landing-project-text {
    background: #F9F9F9;
    color: #555555;
    padding: 10px;
    font-size: 13px;
    line-height: 23px;
}

.work-process-sec {
    background: #F9F9F9;
    padding: 100px 0;
}

.work-step-box {
    background: #fff;
    width: 80%;
    margin: auto;
    padding: 35px;
    text-align: center;
}

.step-title {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 15px;
}

.step-options li {
    font-size: 13px;
    display: inline-block;
    line-height: 23px;
    margin-bottom: 7px;
}

.step-options li i {
    color: var(--main-color);
    font-size: 15px;
    margin-left: 3px;
    position: relative;
    top: 2px;
}

.work-step-box .count {
    color: #5555556b;
    font-size: 57px;
    position: absolute;
    top: 0;
    right: 20px;
    font-weight: 700;
}

.work-process-sec .container>div:nth-of-type(1) {
    margin-top: 40px;
    margin-bottom: 90px;
}

.work-process-sec .container>div:nth-of-type(1)>div:nth-child(1) .work-step-box::after,
.work-process-sec .container>div:nth-of-type(1)>div:nth-child(2) .work-step-box::after {
    content: "";
    background-image: url('img/work-step-left.svg');
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 99px;
    height: 15px;
    position: absolute;
    left: -100px;
    top: 48%;
}

.work-process-sec .container>div:nth-of-type(1)>div:nth-child(3) .work-step-box::after {
    content: "";
    background-image: url('img/work-step-bottom.svg');
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 15px;
    height: 87px;
    position: absolute;
    left: 49%;
    bottom: -89px;
}

.work-process-sec .container>div:nth-of-type(2)>div:nth-child(1) .work-step-box::after,
.work-process-sec .container>div:nth-of-type(2)>div:nth-child(2) .work-step-box::after {
    content: "";
    background-image: url('img/work-step-right.svg');
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 99px;
    height: 15px;
    position: absolute;
    right: -105px;
    top: 48%;
}

.table-primary,
.table-primary>td,
.table-primary>th {
    background-color: var(--main-color);
    color: #fff;
}

.panel-price-sec {
    padding: 100px 0;
}

.method-item-box {
    border: 1px solid #EBEBEB;
    padding: 15px;
    margin-top: 10px;
}

.method-item-box h3 {
    margin-top: 0;
    font-size: 16px;
    margin-bottom: 13px;
    line-height: 23px;
}

.method-item-box ul {
    padding-right: 10px;
}

.order-form {
    background: #F2F9FF;
    padding: 20px;
}



.phone-mobile-fix, .mobile-logo{
    display: none;
}

/*------------------------
   RESPONSIVE
------------------------*/

@media only screen and (max-width: 850px) {
    .container {
        max-width: 98%;
    }

    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: 14px;
        line-height: 29px;
    }

    .row {
        margin-right: 0;
        margin-left: 0;
    }

    #mega-menu-wrap-main-menu .mega-menu-toggle.mega-menu-open + #mega-menu-main-menu {
        right: 0 !important;
        left: unset !important;
    }

    #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
        text-align: right !important;
    }

    #mega-menu-wrap-main-menu .mega-menu-toggle {
        position: fixed !important;
        left: 10px !important;
        top: 10px !important;
    }



    #header-top-sec {
        background: #181818;
    }

    #header-contact-items-wrap {
        display: none;
    }

    .main-menu-wrap {
        margin-top: 0;
    }

    .site-logo {
        display: none;
    }

    #header-top-sec .col {
        padding-right: 43%;
        flex-direction: row-reverse;
    }

    .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;
    }

    .site-logo img {
        height: 45px;
        margin: 7px 0;
    }
    .slider-section .site-title {
        font-size: 23px !important;
    }
    .slider-section p {
        font-size: 13px !important;
    }
    .slider-section .site-btn {
        font-family: var(--main-font-family) !important;
        padding: 15px 29px !important;
        font-size: 15px !important;
    }

    .header-btn {
        position: relative;
        top: 13px;
    }

    .blogs-section {
        padding: 35px 0;
    }
    .top-section {
        background-image: none !important;
        padding: 35px 0;
    }
    .master-classess-section, .why-us-section {
        padding: 50px 0;
    }
    .why-us-section img {
        margin-bottom: 35px;
    }
    .about-us-section {
        background-image: none !important;
        padding: 35px 0;
    }
    .main-menu-sec {
        border: none;
        margin: 0;
        justify-content: start;
        padding: 0;
    }

    .landing-header-sec {
        height: 155px;
        padding-top: 50px;
        margin-top: 20px;
    }
    .mega-close{
        display: none !important;
    }

}

@media only screen and (max-width: 500px) {
    body{
        font-size: 14px;
    }

    h1 {
        font-size: 21px;
    }

    h2 {
        font-size: 19px;
    }

    h3 {
        font-size: 17px;
    }

    h4,
    h5,
    h6 {
        font-size: 16px;
    }

    #header-left-sec {
        display: none;
    }

    .slider-section .site-title, 
    .slider-section p, 
    .slider-section .site-btn {
        display: none;
    }

    .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 {
        margin: 0;
    }

    #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;
    }

    .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;
    }

    .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 {
        padding: 7px;
        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 {
        padding: 15px;
        margin-top: 20px;
    }

    .page-top-sec h1 {
        font-size: 17px;
    }

    .en-title {
        font-size: 47px;
    }

    .slider-buttons-wrap {
        display: none;
    }

    .slider-details-wrap {
        padding: 20px;
    }

    .slider-details-wrap h2 {
        font-size: 21px;
        line-height: 27px;
    }

    .slider-details-wrap p {
        font-size: 15px;
        margin-bottom: 0px;
        position: relative;
    }

    .slider-btn {
        padding: 5px 10px;
        margin-top: 10px;
        font-size: 13px;
        transition: all 0.3s;
    }

    .slider-btn i {
        margin-right: 3px;
        position: relative;
        top: 2px;
        font-size: 12px;
    }

    .services-section .owl-nav {
        display: none;
    }

    .services-section position-relative .en-title {
        top: -35px;
        font-size: 55px;
    }

    .services-section .owl-carousel .owl-dots.disabled {
        display: flex;
    }

    .projects-section .site-title::after {
        display: none;
    }

    .site-title {
        font-size: 17px;
    }

    .site-title::before {
        width: 21px;
        height: 20px;
        top: 8px;
        margin-left: 2px;
    }

    .projects-section .en-title {
        font-size: 58px;
        top: -39px;
    }

    .nav-pills .nav-link {
        margin: 0 0px;
        font-size: 14px;
    }

    .project-item {
        height: 260px;
    }

    .project-text a {
        width: 40px;
        height: 37px;
        line-height: 41px;
    }

    .project-text .little-title {
        font-size: 12px;
        margin-top: 0;
        margin-bottom: 3px;
        line-height: 20px;
    }

    .project-text .big-title {
        font-size: 15px;
    }

    .electrical-panel-section {
        padding-bottom: 55px;
    }

    .why-us-section {
        padding: 30px 0;
    }

    .why-us-item-wrap {
        margin: 10px 0;
    }

    .comments-section .owl-nav {
        display: none;
    }

    .en-title {
        top: -40px;
    }

    .about-us-section .en-title {
        font-size: 65px;
    }

    .about-us-items-wrap::before {
        display: none;
    }

    .about-us-items-wrap {
        background: transparent;
        padding: 10px 0;
        position: relative;
        margin-top: 15px;
        padding-left: 0;
        left: 0;
        width: 100%;
    }

    .about-us-item-sec h3 {
        font-size: 23px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .site-btn {
        padding: 7px 25px;
        margin-top: 10px;
        font-size: 13px;
    }

    .blogs-section .border-btn {
        padding: 0;
        border: none;
        margin-top: 0;
        float: left;
    }

    .blog-img-sec img {
        height: auto;
    }

    #form-sec .en-title {
        top: -32px;
        text-align: left;
        width: 100%;
        padding-left: 0;
        font-size: 67px;
    }

    #form-sec {
        padding: 0;
    }

    .form-wrap {
        padding: 15px;
    }

    #footer-right-sec>figure>img {
        width: 50%;
        margin: 0 0 7px;
    }

    #footer-two-sec, #footer-three-sec, #footer-four-sec {
        background: #111;
        margin-top: 15px;
        padding: 20px 20px;
        border-radius: 5px;
        overflow: hidden;
        height: 61px;
    }
    #footer-two-sec {
        margin-bottom: 0;
    }

    #footer-five-sec{
        margin-top: 30px;
    }

    .widget-footer-title {
        color: #fff;
        font-size: 17px;
        border-bottom: 1px solid #ffffff29;
        padding-bottom: 15px;
        font-size: 17px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .widget-footer-title::after {
        content: "\f078";
        font-family: "FontAwesome";
        font-size: 15px;
    }

    .footer-social-networks-wrap {
        bottom: 0;
        margin-top: 35px;
        margin-bottom: 35px;
    }

    #footer-social-networks {
        margin-top: 0;
        text-align: center;
        font-size: 14px;
        line-height: 20px;
    }

    #footer-social-networks>span {
        display: block;
        margin-left: 0;
        margin-bottom: 15px;
    }

    .footer-section::after {
        font-size: 60px;
    }

    .accordion .card-header h2 button {
        font-size: 14px;
    }

    .mobile-search-btn {
        width: 20px;
        height: 20px;
        position: relative;
        top: 4px;
    }
    #landing-header-right-sec{
        margin-bottom: 20px;
    }
    #landing-header-right-sec h1 {
        font-size: 17px;
        margin-bottom: 10px;
        line-height: 25px;
    }
    #landing-header-right-sec span {
        font-size: 13px;
    }
    #landing-header-left-sec {
        text-align: right;
    }
    #landing-header-left-sec .second-btn {
        padding: 9px 17px;
        font-size: 13px;
    }
    .landing-top-opt-sec {
        width: 100%;
        text-align: center;
        padding: 15px 0px;
        border-left: none !important;
        border-bottom: 1px dashed #D0D0D0;
    }
    .landing-top-opt-sec h3 {
        font-size: 14px;
    }
    .landing-cat-sec .owl-nav {
        display: none;
    }
    .landing-cat-item img {
        height: 235px;
    }
    .landing-cat-item h3 {
        font-size: 16px;
    }
    .border-btn {
        padding: 0;
        border: none;
        margin-top: 0px;
    }
    .border-btn i {
        font-size: 13px;
    }
    .landing-cat-sec .row > div:nth-child(1){
        padding-right: 0;
    }
    .landing-cat-sec .row > div:nth-child(2){
        padding: 0;
    }
    .landing-top-opt-wrap {
        margin-bottom: 20px;
    }
    .work-step-box {
        width: 80%;
        margin: 40px 0;
        padding: 35px 15px;
    }
    .work-step-box .count {
        font-size: 39px;
        top: -7px;
    }
    .step-title {
        font-size: 15px;
        margin-top: 0;
        margin-bottom: 10px;
    }
    .step-options li {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 3px;
    }
    .faq-section {
        padding: 20px 0 30px !important;
    }

    .col{
        padding: 0;
    }

    .project-cat-top-item {
        height: 300px;
    }

    .procta-content {
        display: block;
        width: 100%;
        padding: 0;
        height: auto;
        margin-bottom: 55px;
        text-align: center;
    }
    .procta-content h2 {
        width: 100%;
        padding: 30px 20px;
        font-size: 19px;
        line-height: 35px;
    }
    .procta-content-btn {
        left: 0;
        position: relative;
        padding: 15px 15px 5px 15px;
        width: 100%;
    }

    .landing-content-sec .col-12{
        padding: 0;
    }

    .landing-content-sec {
        margin-top: 35px;
    }

    .project-details-items-sec {
        width: 100%;
        margin: 0 0 15px 0;
    }

    .owl-blog-cat {
        height: 83px;
        padding: 15px 35px 0;
    }

    .comment-respond {
        padding: 15px;
    }
    .comment-respond input[type="submit"] {
        font-size: 14px;
        padding: 9px 15px !important;
        height: auto !important;
    }
    .about-us-header {
        padding: 30px 0;
        min-height: auto;
    }
    .about-us-header h1 {
        font-size: 21px;
    }
    .principles-sec {
        background: linear-gradient(to bottom, #F2F9FF 29%, #fff 29%);
    }

    #contact-info-right-sec {
        padding: 15px 10px;
    }

    #contact-info-right-sec .col-12{
        padding: 0;
    }
    #contact-info-left-sec iframe {
        height: 270px;
    }
    #contact-info-left-sec h3 {
        font-size: 16px;
        margin: 0 0 10px 0;
    }

    .about-item {
        width: 100%;
    }

    .projects-section .nav-pills {
        border-top: none;
    }

    .nav-pills .nav-link {
        margin: 10px;
        font-size: 14px;
        padding: 0;
    }
    .nav-pills .nav-link.active::after{
        display: none;
    }

    .comments-item {
        border-left: none;
    }
    .blog-details-sec h3 {
        font-size: 17px;
    }

    .top-footer h2 {
        font-size: 21px;
    }
    .top-footer-items-wrap {
        display: block;
    }
    .top-footer-item-sec {
        margin-bottom: 20px;
    }
    .landing-header-sec {
        height: auto;
        border-radius: 25px;
        padding: 20px 0;
    }
    .landing-header-sec .col h1 {
        font-size: 21px;
        margin-top: 0;
        margin-bottom: 3px;
    }
    .breadcrumbs {
        gap: 5px;
        font-size: 11px;
    }

    .landing-project-name {
        width: 100%;
        font-size: 23px;
    }
    .landing-project-info i {
        font-size: 29px;
    }
    .project-details {
        margin: 10px 0 25px 0;
    }

    .blog-info-wrap {
        display: none;
    }
    .single-header .row {
        padding: 15px 0 15px;
    }
    .single-header h1 {
        font-size: 17px;
        line-height: 30px;
        text-align: center;
    }
    .blog-img-sec img {
        height: auto;
    }
    .copyright-wrap {
        font-size: 11px;
        text-align: center;
    }
    #copyright-left {
        text-align: center;
    }
    .top-sec-title, .about-content span {
        font-size: 17px;
    }
    .top-sec-text h1, .top-sec-text h2, .top-sec-text h3, .about-content h2 {
        font-size: 23px;
        line-height: 37px;
    }
    .master-classess-title-wrap {
        width: 100%;
    }
    .why-us-section ul li {
        font-size: 15px;
        line-height: 27px;
    }
    .why-us-section ul li::before {
        width: 12px;
        height: 12px;
    }
    .footer-section img {
        height: 40px;
    }
    .footer-section {
        padding: 10px 0;
        font-size: 12px;
        margin-bottom: 55px;
    }
    .page-wrap .col-12{
        padding: 0;
    }
    
    .phone-mobile-fix {
        background: var(--main-color);
        color: #fff;
        display: table;
        position: fixed;
        width: 97%;
        bottom: 5px;
        margin: auto;
        left: 0;
        right: 0;
        text-align: center;
        padding: 10px;
        border-radius: 10px;
        outline: 1px solid #936234;
        outline-offset: 2px;
    }
    .mobile-logo {
        display: block;
        background: #f9c57a9e;
        padding: 10px;
    }
    .mobile-logo img{
        width: auto;
        height: 50px;
    }

}