@charset "UTF-8";

/*
Theme Name: SemanticSEO
Theme URI: https://semanticseo.ir/
Author: Amin haghighati
Author URI: https://semanticseo.ir/
Description: a professional theme with wordpress website
Version: 1.0.0
Text Domain: xiii 
*/
:root {
    --main-font-size: 15px;
    --main-color: #00477D;
    --second-color: #FECE00;
    --main-text-color: #101010;
    --main-font-family: 'dana';
}

@font-face {
    font-family: 'dana';
    src: url('fonts/dana-fanum-regular.woff2') format('woff2'),
        url('fonts/dana-fanum-regular.woff') format('woff');
    font-weight: normal;
    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: #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;
}

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 {
    display: flex;
    align-items: center;
    gap: 30px;
}

.owl-nav button {
    opacity: 0.3;
    font-family: 'FontAwesome' !important;
    font-size: 20px !important;
}

.owl-nav button:hover {
    opacity: 1;
}

.owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
}

.owl-dots button {
    background: #EBEBEB !important;
    width: 8px;
    height: 8px;
    margin: 0 5px;
}

.owl-dots button.active {
    background: var(--main-color) !important;
    width: 8px;
    height: 8px;
}

.main-color {
    color: var(--main-color);
}

.second-color {
    color: var(--second-color);
}

.site-btn {
    display: inline-block;
    background-color: var(--main-color);
    padding: 7px 35px;
    color: #fff;
    margin-top: 10px;
    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: #083251;
    color: #fff;
}

.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::before {
    content: "";
    background-image: url(img/title-before-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
    display: inline-block;
    position: relative;
    top: 3px;
    margin-left: 5px;
}

.en-title {
    color: #555555;
    font-size: 98px;
    line-height: 100px;
    font-weight: 700;
    opacity: 0.05;
    position: absolute;
    right: 0;
    top: -5px;
    z-index: -1;
}

.navbar {
    padding: 0;
    z-index: 9999;
}

::-webkit-scrollbar {
    width: 13px;
}

::-webkit-scrollbar-track {
    width: 13px;
}

::-webkit-scrollbar-thumb {
    background: #333;
}

/*------------------------
      Header Section
------------------------*/
#header-top-sec {
    background: linear-gradient(to right, #EBEBEB 40%, #fff 40%);
}

#header-top-sec .col {
    background: #fff;
    padding-left: 0;
}

.header-top-phones-wrap {
    background: #EBEBEB;
    height: 80px;
    line-height: 80px;
    padding-right: 15px;
}

.header-top-phones-wrap img {
    height: 19px;
    margin-right: 10px;
}

.header-top-phones-wrap a {
    color: #101010;
    font-size: 15px;
    display: inline-block;
    margin-right: 10px;
}

.header-top-phones-wrap a span {
    color: #D70000;
}

.site-logo img {
    height: 40px;
    width: auto;
}

.header-search-wrap form {
    width: 525px;
    height: 36px;
    position: relative;
    border: 1px solid #EBEBEB;
}

.header-search-wrap form input[type="image"] {
    position: absolute;
    left: 7px;
    top: 9px;
}

.header-search-wrap form input[type="text"] {
    width: 100%;
    padding-left: 30px;
    border: none;
}

.top-menu-wrap ul {
    list-style: none;
    display: flex;
    gap: 15px;
}

.top-menu-wrap ul a {
    color: #969696;
    font-size: 14px;
}

#header-bottom-sec {
    background: var(--main-color);
}

#main-navigation {
    list-style: none;
    display: flex;
}

#main-navigation>li{
    position: relative;
}
#main-navigation>li.menu-item-has-children::after {
    content: "\f078";
    font-family: "FontAwesome";
    color: #fff;
    font-size: 14px;
    position: absolute;
    left: 27px;
    top: 16px;
}

#main-navigation>li > ul {
    position: absolute;
    background: #F9F9F9;
    right: -15px;
    top: 67px;
    min-width: max-content;
    padding: 10px 5px 10px 20px;
    box-shadow: 0px 0px 10px -7px #00000090;
    list-style: none;
    transition: all 0.3s;
    transform: translateY(20px);
    opacity: 0;
    visibility: hidden;
}
#main-navigation>li:hover > ul{
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

#main-navigation>li > ul a {
    color: #181818;
    font-size: 14px;
    display: inline-block;
    margin: 4px 0px;
}

#main-navigation>li > ul a::before{
    content: "";
    background-image: url(img/main-menu-child-hover-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 15px;
    height: 13px;
    margin-left: 5px;
    position: relative;
    top: 3px;
    opacity: 0;
    visibility: hidden;
}

#main-navigation>li > ul a:hover:before{
    opacity: 1;
    visibility: visible;
}

#main-navigation>li > ul a:hover{
    color: var(--main-color);
    font-weight: bold;
}

#main-navigation>li>a {
    color: #FBFBFB;
    display: inline-block;
    margin-left: 40px;
    padding: 16px 0 13px 0;
    border-bottom: 3px solid transparent;
    position: relative;
}
#main-navigation>li>a:hover{
    border-bottom: 3px solid var(--second-color);
}
#main-navigation>li>a::after {
    content: "";
    background-image: url(img/main-menu-hover-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: none;
    width: 15px;
    height: 13px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -15px;

}
#main-navigation>li>a:hover:after {
    display: inline-block;

}
#main-navigation>li.menu-item-has-children>a {
    margin-left: 50px;
}

#mobile-menu-btn{
    display: none;
}

#mobile-menu-top-sec{
    display: none;
}

.mobile-search-btn {
    display: none;
}

#header-bottom-sec .col {
    display: flex;
    align-items: baseline;
    position: relative;
    justify-content: space-between;
}

.en-web-btn,
.en-web-btn:hover {
    color: var(--second-color);
    font-weight: 800;
    position: relative;
    display: inline-block;
}

.en-web-btn::after {
    content: "";
    background: var(--second-color);
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 20px;
    position: absolute;
    bottom: -18px;
    left: 0;
    right: 0;
    margin: auto;
    animation: blink 1.5s infinite ease-in-out;
}

@keyframes blink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}


/*------------------------
    Slider Section
------------------------*/
.slider-section {
    padding: 35px 0;
}

.slider-section .container {
    padding: 0;
}

.slider {
    width: 100%;
    position: relative;
    height: 375px;
}

.slides {
    position: relative;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 550px;
    opacity: 0;
    transition: opacity 3s ease-in-out;
    z-index: 1;
    -webkit-transition: opacity 3s ease-in-out;
    -moz-transition: opacity 3s ease-in-out;
    -ms-transition: opacity 3s ease-in-out;
    -o-transition: opacity 3s ease-in-out;
}

.slide img {
    width: 100%;
    height: 375px;
    object-fit: cover;
    position: relative;
}

.slide-img-wrap::after {
    content: "";
    background: #00477dab;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}

.slide.active {
    opacity: 1;
    z-index: 2;
}

.slider .controls {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    padding: 20px 25px;
    border-radius: 7px;
    position: absolute;
    right: 35px;
    bottom: -31px;
    z-index: 2;
}

.slider .controls::after {
    content: "";
    background: var(--main-color);
    height: 3px;
    width: 75%;
    position: absolute;
    bottom: 0;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.next i,
.prev i {
    position: relative;
    top: 3px;
    font-size: 16px;
}

.next i {
    margin-right: 10px;
}

.prev i {
    margin-left: 10px;
}

.indicators {
    display: flex;
    margin: 0 20px;
}

.indicator {
    background-color: transparent;
    border: none;
    margin: 0 5px;
    font-size: 16px;
    font-weight: bold;
}

.indicator.active {
    color: var(--second-color);
}

.slider-details-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    padding: 150px 50px 0 50px;
    z-index: 4;
}

.slider-details-wrap h2 {
    color: #fff;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 10px;
}

.slider-details-wrap p {
    color: #fff;
    font-size: 20px;
    position: relative;
}

.slider-btn {
    color: #fff;
    display: inline-block;
    border: 1px solid #fff;
    padding: 5px 20px;
    margin-top: 10px;
    transition: all 0.3s;
}

.slider-btn:hover {
    background: #fff;
    color: #181818;
}

.slider-btn i {
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.slider-buttons-wrap {
    position: fixed;
    bottom: 30px;
    z-index: 5;
    left: 10px;
}

.slider-go-down {
    background-image: url(img/slider-go-down.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 56px;
    display: inline-block;
    position: absolute;
    left: 13px;
    bottom: 50px;
}

/*------------------------
   Services Section
------------------------*/
.services-section {
    padding: 100px 0;
    z-index: 2;
}

.services-title-sec {
    margin-bottom: 50px;
}

.services-detail {
    width: 75%;
    margin-bottom: 0;
}

.service-item {
    height: 230px;
}

.service-item::after {
    content: "";
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 10%, rgba(0, 0, 0, 0.2) 50%, transparent 100%);
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}

.service-item img {
    height: 100%;
    object-fit: cover;
}

.service-item>div {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    text-align: center;
    transition: all 0.3s;
    transform: translateY(50px);
    padding: 10px;
    z-index: 3;
}

.service-item:hover>div {
    transform: translateY(0px);
}

.service-item>div h3 {
    color: #fff;
    font-size: 17px;
    margin: 0;
    font-weight: 100;
    line-height: 33px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.service-item>div a {
    font-size: 14px;
}

.services-section .owl-nav {
    position: absolute;
    top: -67px;
    width: 100%;
    justify-content: end;
}

/*------------------------
   Electrical Section
------------------------*/
.electrical-panel-section {
    padding-bottom: 100px;
}

.electrical-panel-item {
    color: #101010;
    border: 1px solid #EBEBEB;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 10px 0;
    padding: 30px 15px;
    transition: all 0.3s;
}

.electrical-panel-item:hover {
    border-color: #00477D;
}

.electrical-panel-item h3 {
    color: #101010;
    font-size: 17px;
    margin: 0;
}

/*------------------------
   Projects Section
------------------------*/
.projects-section .site-title::after {
    content: "";
    background: #00000080;
    display: inline-block;
    width: 2px;
    height: 14px;
    position: relative;
    top: 2px;
    margin-right: 20px;
}

.projects-section .site-title-sec {
    margin-bottom: 5px;
}

.nav-pills .nav-link {
    color: #555555;
    border: none;
    background: transparent;
    margin: 0 10px;
}

.nav-pills .nav-link.active {
    color: var(--main-color);
    background-color: transparent;
    font-weight: bold;
    position: relative;
}

.nav-pills .nav-link.active::after {
    content: "";
    background: var(--main-color);
    display: inline-block;
    width: 5px;
    height: 5px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.project-item {
    height: 320px;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
}

.project-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;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}

.project-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-text {
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    align-items: center;
}

.project-text .little-title {
    color: #fff;
    font-size: 13px;
    margin-top: 0;
    margin-bottom: 5px;
    line-height: 20px;
    font-weight: 100;
}

.project-text .big-title {
    color: #fff;
    font-size: 16px;
}

.project-text a {
    background: #fbfbfb36;
    color: #fff;
    display: inline-block;
    width: 48px;
    height: 48px;
    border: 1px solid;
    text-align: center;
    line-height: 52px;
    transition: all 0.3s;
}

.project-text a:hover {
    background: #fff;
    color: #181818;
}

/*------------------------
   Why Us Section
------------------------*/
.why-us-section {
    background: #F9F9F9;
    padding: 100px 0;
    margin: 55px 0;
}

.why-us-item-wrap {
    background: #fff;
    height: 240px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 25px;
}

.why-us-item-wrap img {
    height: 80px;
    margin-bottom: 10px;
}

.why-us-item-wrap h3 {
    font-size: 16px;
    line-height: 25px;
    margin: 0;
}

/*------------------------
   About Us Section
------------------------*/
.about-us-section {
    padding: 75px 0 50px;
}

.about-us-items-wrap {
    background: #F9F9F9;
    padding: 35px 0;
    position: relative;
    margin-top: 30px;
    padding-left: 17%;
    left: 0;
    width: 115%;
}

.about-us-items-wrap::before {
    content: "";
    background: #F9F9F9;
    width: 100%;
    height: 100%;
    position: absolute;
    right: -100%;
    top: 0;
}

.about-us-item-sec {
    margin-bottom: 35px;
}

.about-us-item-sec h3 {
    color: #10101020;
    font-size: 36px;
    margin-top: 0;
    margin-bottom: -10px;
}

/*------------------------
   Blog Section
------------------------*/
.blogs-section {
    padding: 75px 0;
}

.blog-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;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 1;
}

.blog-img-sec img {
    height: 320px;
    object-fit: cover;
}

.blog-details-sec {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 10px 15px;
    z-index: 2;
}

.blog-cat {
    background: #000;
    color: #fff;
    font-size: 12px;
    display: inline-block;
    padding: 0px 13px;
    border-radius: 3px;
    opacity: 0.6;
}

.center .blog-cat {
    background: var(--main-color);
}

.blog-details-sec h3 {
    color: #fff;
    font-size: 14px;
    font-weight: 100;
    margin-bottom: 0;
    margin-top: 0;
}

.blogs-section .owl-nav button {
    bottom: 55%;
}

/*------------------------
   Comments Section
------------------------*/
.comments-section {
    padding: 50px 0;
}

.comments-item {
    padding: 30px;
    border: 1px solid #EBEBEB;
}

.comments-top-sec img {
    background-color: #F5F5F5;
    width: 75px !important;
    height: 75px;
    border-radius: 100%;
    padding: 13px;
    margin-left: 15px;
}

.comments-top-title {
    color: #101010;
    font-size: 16px;
    font-weight: 700;
}

.customer-name {
    color: #555555;
    font-size: 13px;
}

.comments-text-sec {
    font-size: 13px;
    margin-top: 15px;
}

.comments-text-sec p {
    color: #101010;
    margin-bottom: 0;
}

.owl-comments {
    position: relative;
    top: -21px;
}

.comments-section .owl-nav {
    position: absolute;
    top: -47px;
    left: 0;
}

/*------------------------
   FAQ Section
------------------------*/
.faq-section {
    padding: 100px 0 170px;
}

#faq-sec .site-title {
    margin-bottom: 30px;
}

#faq-sec .en-title {
    top: -25px;
    font-size: 90px;
}

.accordion .card {
    background: #F9F9F9;
    border: none;
    margin-bottom: 10px;
}

.card:has(.show) {
    background-color: #EBEBEB;
}

.accordion .card-header {
    background: transparent;
    border: none;
    padding: 0;
}

.accordion .card-header h2 {
    margin-top: 0;
}

.accordion .card-header h2 button {
    color: #101010;
    text-align: right !important;
    text-decoration: none !important;
    padding: 17px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accordion .card-header h2 button::after {
    content: "\f078";
    font-family: "FontAwesome";
    transition: all 0.3s;
}

.card:has(.show) h2 button::after {
    content: "\f077";
}

.accordion .card-body {
    color: #555555;
    font-size: 14px;
}

#form-sec .en-title {
    top: -25px;
    text-align: left;
    width: 100%;
    padding-left: 30px;
}

.form-wrap {
    background: #F2F9FF;
    padding: 30px;
    margin-top: 25px;
}

.form-wrap .site-title {
    margin-bottom: 10px;
}

.form-wrap>p {
    color: #101010;
    font-size: 14px;
    margin-bottom: 30px;
}


.gform_heading {
    display: none !important;
}

.gform-body input {
    border: 1px solid #ccc !important;
    box-shadow: none !important;
    color: #777 !important;
}

.gform-body textarea {
    border: 1px solid #ccc !important;
    box-shadow: none !important;
    color: #777 !important;
    resize: none !important;
}

.gform-body>div>div {
    margin-top: -30px;
}

.gform_button {
    background: var(--main-color) !important;
    color: #fff !important;
    padding: 10px 25px !important;
    display: inline-block !important;
    border-radius: 0px !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;
}

.gform-body label,
.comment-respond label {
    background: #f2f9ff;
    color: #555555 !important;
    font-size: 13px !important;
    width: max-content;
    position: relative;
    top: 18px;
    right: 20px;
    padding: 0 5px;
}

.gform-body input,
.comment-respond input {
    background: transparent !important;
    border: 1px solid #555555 !important;
    height: 40px !important;
}

.gform-body textarea,
.comment-respond textarea {
    background: transparent !important;
    border: 1px solid #555555 !important;
}

.gform_footer {
    display: flex !important;
    justify-content: left !important;
}

.gform-body .gform_footer .gform_button,
.comment-respond input[type="submit"] {
    background: var(--main-color) !important;
    border: none !important;
    border-radius: 0 !important;
}

.comment-respond input[type="submit"] {
    margin-top: 15px;
}

p.form-submit {
    text-align: left;
    margin-bottom: 0;
}

.comment-form-cookies-consent {
    display: none;
}

/*------------------------
   Single
------------------------*/
.single-header .row {
    background: #F2F9FF;
    padding: 115px 0 30px;
    margin-top: 35px;
}

.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;
}

.single-sidebar {
    margin-top: -170px;
}

.toc {
    border: 1px solid #999;
    padding: 7px;
}

.toc-title {
    background: var(--main-color);
    margin: 0;
    font-size: 14px;
    color: #fff;
    padding: 5px 10px;
    margin-bottom: 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: #F9F9F9;
    padding: 20px;
}

.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: #F2F9FF;
    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;
}

/*------------------------
   Single Projects
------------------------*/
.project-details {
    background: #F9F9F9;
    margin: 10px 0 85px 0;
    padding: 50px 0px;
}

.project-details-items-wrap {
    display: flex;
    flex-wrap: wrap;
}

.project-details-items-sec {
    background: #fff;
    width: 46%;
    border: 1px solid #EBEBEB;
    margin: 0 2% 20px 2%;
    padding: 15px;
}

.project-details-items-sec h3 {
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 7px;
    margin-top: 0;
    font-weight: 100;
}

#project-details-left-sec{
    margin-top: 20px;
}

#project-details-left-sec img{
    width: 100%;
}

.project-details-items-sec span {
    font-size: 16px;
    font-weight: 700;
}

.project-details-desc {
    margin-top: 40px;
}

.project-gallery-item {
    margin-top: 50px;
}

.project-gallery-item-title {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 25px;
}

/*------------------------
   Category Projects
------------------------*/
.project-cat-top-sec {
    margin: 20px 0 120px 0;
}

.project-cat-top-item {
    height: 370px;
}

.project-cat-top-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;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}

.project-cat-top-item img {
    height: 100%;
    object-fit: cover;
}

.project-cat-item-content {
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
    padding: 15px;
}

.project-cat-item-content h3 {
    color: #fff;
    margin-top: 0;
    font-size: 18px;
    margin-bottom: 5px;
    line-height: 25px;
}

.project-cat-item-content span {
    color: #FBFBFB;
    font-size: 14px;
    display: block;
}

.procta-content {
    background: var(--second-color);
    display: flex;
    justify-content: space-between;
    padding: 35px;
    height: 155px;
    align-items: center;
    box-shadow: 5px 5px 0 var(--main-color);
    margin-bottom: 100px;
}

.procta-content h2 {
    margin: 0;
    font-size: 23px;
    line-height: 27px;
    width: 80%;
}

.procta-content-btn {
    background: var(--main-color);
    position: absolute;
    left: 55px;
    top: 0;
    color: #fff;
    padding: 15px 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

.procta-content-btn:hover {
    color: #fff;
}

.procta-content-btn img {
    height: 30px;
}

.procta-content-btn i {
    position: relative;
    top: 2px;
    margin-right: 5px;
    font-size: 14px;
}

/*------------------------
   Certificates Template
------------------------*/
.certificates-gallery {
    margin-bottom: 100px;
}

.certificate-info-sec {
    background: #F9F9F9;
    padding: 20px;
}

.certificate-info-sec h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 25px;
}

.certificate-info-sec p {
    color: #333;
    font-size: 14px;
}

/*------------------------
   About Us Template
------------------------*/
.about-us-header {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 50px 0;
    min-height: 350px;
}

.about-us-header h1 {
    color: #fff;
    font-size: 27px;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 35px;
}

.principles-sec {
    background: linear-gradient(to bottom, #F2F9FF 60%, #fff 40%);
    padding: 50px 0;
    margin-bottom: 75px;
}

.principles-sec h2 {
    margin-top: 0;
    font-size: 19px;
}

.principle-item {
    background: #F9F9F9;
    padding: 30px 35px;
    text-align: center;
    min-height: 219px;
}

.principle-item h3 {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 10px;
}

.principle-item p {
    font-size: 14px;
    margin-bottom: 0;
}

.customers-sec {
    margin-bottom: 125px;
}

.customer-item-sec img {
    border: 1px solid #EBEBEB;
    height: 160px;
    object-fit: contain;
    padding: 25px;
}

.customer-item-sec h3 {
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 0;
}

#contact-info-right-sec {
    border: 2px solid #EBEBEB;
    padding: 25px;
}

#contact-info-right-sec h2 {
    font-size: 17px;
    margin-top: 0;
    margin-bottom: 7px;
}

.contact-item {
    background: #F9F9F9;
    margin-top: 15px;
    padding: 20px 10px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.contact-item img {
    height: 29px;
}

.contact-item div span {
    font-size: 16px;
    font-weight: 700;
    display: block;
}

.contact-item div p {
    color: #333;
    margin-bottom: 0;
    font-size: 14px;
    margin-top: 5px;
}

.contact-info {
    margin-bottom: 130px;
}

#contact-info-left-sec iframe {
    width: 100%;
}

#contact-info-left-sec h3 {
    font-size: 16px;
    margin: 0 0 0 20px;
    line-height: 20px;
}

.contact-social-item {
    margin-left: 25px;
    display: flex;
    align-items: center;
}

.contact-social-item img {
    height: 14px;
    margin-left: 5px;
}

.contact-social-item span {
    color: var(--main-color);
    font-size: 14px;
}

.contact-form-section {
    margin-bottom: 100px;
}

/*------------------------
   Footer Section
------------------------*/
.footer-section {
    background-color: #00477D;
    background-image: url(img/footer-text-img.svg);
    background-repeat: no-repeat;
    background-position: 20px 50px;
    color: #fff;
}

.footer-section li a {
    color: #F9F9F9;
    font-size: 14px;
    position: relative;
    transition: all 0.3s;
}

.footer-section li a:hover {
    color: var(--second-color);
}

.footer-section li a::before {
    content: "";
    background-image: url(img/footer-menu-before.svg);
    display: inline-block;
    width: 10px;
    height: 11px;
    position: relative;
    top: 3px;
    display: none;
    margin-left: 7px;
    transition: all 0.3s;
}

.footer-section li a:hover:before {
    display: inline-block
}

.footer-section a:hover {
    color: #fff;
}

.widget-footer-title {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
}

.footer-section ul {
    list-style: none;
}

.footer-section ul li {
    margin-bottom: 10px;
}

.mobile-contact-fix-wrap{
    display: none;
}

#footer-two-sec,
#footer-three-sec,
#footer-four-sec {
    padding: 35px 30px;
}

#footer-right-sec {
    background: #EBEBEB;
    color: #555555;
    border-right: 10px solid #fff;
    border-left: 10px solid #fff;
    font-size: 13px;
    padding: 20px;
}

#footer-right-sec>img,
#footer-right-sec>figure>img {
    width: 70%;
    display: table;
    margin: 0 auto 10px;
}

#footer-right-sec p {
    line-height: 20px;
}

.footer-contact-item-sec {
    display: flex;
    align-items: flex-start;
    margin-top: 20px;
}

.footer-contact-item-sec img {
    height: 24px;
    margin-left: 15px;
}

.footer-contact-title {
    color: #00477D;
    font-weight: 700;
    display: block;
    font-size: 14px;
}

.footer-contact-detail {
    color: #00477D;
    font-size: 13px;
    line-height: 23px;
    display: block;
}

.footer-social-networks-wrap {
    background: #F9F9F920;
    position: absolute;
    bottom: 20px;
    right: 20px;
    padding: 20px;
}

#footer-social-networks>span {
    margin-left: 25px;
}

#footer-social-networks a {
    display: inline-block;
    margin-right: 20px;
}

#footer-social-networks a img {
    height: 24px;
}

.go-top {
    background-image: url(img/go-top-icon.svg);
    background-repeat: no-repeat;
    display: inline-block;
    width: 64px;
    height: 66px;
    position: absolute;
    left: 0;
    top: 0;
}

#footer-left-sec {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-top: 120px;
    border-top: 7px solid var(--second-color);
}

#footer-center-sec {
    border-top: 7px solid var(--second-color);
}

.enamad-title {
    display: block;
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
    padding-left: 30px;
}

#footer-left-sec img {
    height: 135px;
    margin-bottom: 15px;
}

/*------------------------
   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 .row {
    padding: 75px 0;
    align-items: center;
}

#landing-header-right-sec h1 {
    font-size: 27px;
    margin-top: 0;
    margin-bottom: 13px;
}

#landing-header-right-sec span {
    color: #555555;
    display: block;
}

#landing-header-left-sec {
    text-align: left;
}

#landing-header-left-sec .second-btn {
    margin-top: 0;
    padding: 17px 30px;
}

.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;
}

.owl-nav {
    position: absolute;
    left: 0;
    top: -51px;
}

.landing-project-item {
    border: 1px solid #EBEBEB;
    padding: 5px;
}

.landing-project-item img {
    height: 230px !important;
}

.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;
}


/*------------------------
   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: 13px;
        line-height: 25px;
    }

    .row {
        margin-right: 0;
        margin-left: 0;
    }
    #mobile-menu-btn {
        display: inline-block;
        background-color: #fff;
        background-image: url(img/mobile-menu-button.svg);
        background-repeat: no-repeat;
        background-size: 74%;
        background-position: center;
        border-radius: 2px;
        border: none;
        width: 40px;
        height: 40px;
        position: fixed;
        top: 13px;
        right: 20px;
        z-index: 3;
    }
    #header-bottom-sec {
        background: #FBFBFB;
        position: fixed;
        top: 0;
        right: 0;
        height: 100%;
        z-index: 7;
        width: 75%;
        transition: all 0.3s;
        border-left: 1px solid #0000001f;
        transform: translateX(101%);
    }
    .menu-show{
        transform: translateX(0%) !important;
    }
    #main-navigation {
        display: block;
    }
    #header-bottom-sec .container{
        padding: 0;
    }
    #main-navigation a {
        color: #181818 !important;
    }

    #header-bottom-sec .col {
        display: block;
        padding: 0;
        position: relative;
        justify-content: space-between;
    }
    #header-bottom-sec .navbar {
        display: block;
    }
    #main-navigation>li {
        position: relative;
        border-bottom: 1px solid #00000012;
    }
    #main-navigation>li.open::after{
        rotate: 180deg;
    }
    #main-navigation>li > ul {
        background: #eeeeeeba;
        position: relative;
        right: 0;
        top: 0;
        min-width: max-content;
        padding: 0px;
        box-shadow: none;
        list-style: none;
        transition: all 0.3s;
        transform: none;
        opacity: unset;
        visibility: unset;
    }
    #main-navigation>li > ul li{
        margin: 5px 0;
    }
    #main-navigation>li.menu-item-has-children::after {
        color: #181818;
        left: 10px;
        top: 6px;
    }

    #main-navigation>li>a, #main-navigation>li.menu-item-has-children>a {
        margin-left: 0;
        padding: 5px 10px;
    }

    #mobile-menu-top-sec {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px;
        margin-bottom: 20px;
        border-bottom: 1px solid #00000014;
    }

    #mobile-menu-top-sec img {
        height: 40px;
        width: auto;
    }
    #mobile-menu-top-sec i {
        color: var(--main-color);
        font-weight: 700;
        font-size: 29px;
    }
    #mobile-menu-top-sec .en-web-btn {
        display: inline-block;
        color: var(--main-color);
        font-size: 16px;
    }
    #mobile-menu-top-sec .en-web-btn::after {
        bottom: -7px;
        background: var(--main-color);
    }

    #main-navigation>li>a:hover {
        border-bottom: navajowhite;
    }

    #main-navigation>li>a::after, #main-navigation>li>a:hover:after {
        display: none;
    }



    #header-top-sec {
        background: #fff;
    }

    .header-search-wrap form {
        left: 0;
        width: 100%;
        height: 36px;
        top: 65px;
        position: absolute;
        transition: all 0.3s ease;
        visibility: hidden;
        opacity: 0;
        z-index: 3;
    }

    .header-search-wrap form input[type="text"] {
        height: 100%;
    }

    .header-search-wrap form.active {
        opacity: 1;
        visibility: visible;
    }

    .site-logo {
        order: 2;
    }

    #header-top-sec .col {
        padding-right: 43%;
        flex-direction: row-reverse;
    }

    .slider-section {
        padding: 10px 0;
    }

    .top-menu-wrap,
    .header-top-phones-wrap {
        display: none;
    }

    .mobile-search-btn {
        background-image: url(img/search-icon.svg);
        background-repeat: no-repeat;
        background-size: contain;
        display: inline-block;
        width: 25px;
        height: 25px;
        cursor: pointer;
    }

    .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 {
        border-top: 2px solid var(--second-color);
        padding: 10px 0;
    }

    .header-btn {
        position: relative;
        top: 13px;
    }

    .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;
    }

    .blogs-section {
        padding: 35px 0;
    }

    .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 {
        padding: 13px;
        margin-top: 25px;
        margin-bottom: 30px;
    }

    .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;
    }

    #about-us-right-sec {
        margin-bottom: 30px;
    }

    #form-sec {
        margin-top: 50px;
    }

    #footer-right-sec>figure {
        text-align: left;
    }

    #footer-right-sec>figure>img {
        width: 30%;
        display: inline-block;
        margin: 0 0 20px;
    }

    #footer-right-sec {
        margin-top: 50px;
        border-right: 0;
        border-left: 0;
    }

    .go-top {
        left: unset;
        right: 30px;
        z-index: 1;
    }

    .footer-social-networks-wrap {
        position: relative;
        bottom: 20px;
        right: 0;
        margin-top: 20px;
    }

    #footer-center-sec,
    #footer-left-sec {
        border-top: 0;
    }

    #footer-left-sec {
        display: block;
        padding-top: 20px;
        border-top: 0;
    }

    .enamad-title {
        display: block;
        width: 100%;
        text-align: right;
        margin-bottom: 20px;
        padding-left: 0;
        font-size: 19px;
        margin-bottom: 25px;
    }

    .footer-section {
        background-image: none;
        position: relative;
        overflow: hidden;
        border-top: 7px solid var(--second-color);
    }

    .footer-section::after {
        content: "Arian Parto";
        font-size: 92px;
        color: #FBFBFB;
        opacity: 0.07;
        font-weight: 700;
        text-align: center;
        width: 100%;
        display: block;
        position: absolute;
        bottom: 0;
    }

    .faq-section {
        padding: 75px 0 70px;
    }

    .en-web-btn,
    .en-web-btn:hover {
        display: none;
    }

    .landing-header-sec .row {
        padding: 50px 0;
    }

    #landing-header-left-sec .second-btn {
        margin-top: 0;
        padding: 13px 25px;
    }

    .landing-top-sec {
        padding: 30px 0 70px;
    }

    .work-process-sec .container>div:nth-of-type(1) {
        margin-bottom: 23px;
    }

    .work-step-box {
        width: 75%;
        margin: 40px 0;
    }

    .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(3) .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/left-bottom-arrow.svg');
        background-repeat: no-repeat;
        background-size: contain;
        display: inline-block;
        width: 45px;
        height: 135px;
        position: absolute;
        left: -47px;
        right: unset;
        top: 48%;
    }

    .work-process-sec .container>div:nth-of-type(1)>div:nth-child(2) .work-step-box,
    .work-process-sec .container>div:nth-of-type(2)>div:nth-child(1) .work-step-box,
    .work-process-sec .container>div:nth-of-type(2)>div:nth-child(3) .work-step-box
    {
        float: left;
        margin-top: 3px;
    }

    .work-process-sec .container>div:nth-of-type(1)>div:nth-child(2) .work-step-box::after,
    .work-process-sec .container>div:nth-of-type(2)>div:nth-child(1) .work-step-box::after
    {
        content: "";
        background-image: url('img/right-bottom-arrow.svg');
        background-repeat: no-repeat;
        background-size: contain;
        display: inline-block;
        width: 58px;
        height: 82px;
        position: absolute;
        right: -61px;
        top: 80%;
    }

    .work-process-sec .container>div:nth-of-type(1)>div:nth-child(3) .work-step-box {
        margin: 5px 0;
    }
    .work-process-sec .container>div:nth-of-type(2)>div:nth-child(2) .work-step-box {
        margin: 0;
    }
    .work-process-sec .container>div:nth-of-type(2)>div:nth-child(3) .work-step-box {
        float: left;
        margin-top: 30px;
    }
    .work-process-sec {
        padding: 50px 0 30px;
    }

    .panel-price-sec {
        padding: 50px 0 0;
    }
    #order-methods-left-sec .order-form {
        margin-top: 30px;
    }
    .read-more-btn {
        font-size: 15px;
    }
    .landing-content-sec {
        margin-bottom: 75px;
    }
    .project-cat-top-item {
        height: 350px;
    }
    .project-cat-top-sec {
        margin: 20px 0 85px 0;
    }
    .landing-cat-sec {
        margin-bottom: 70px;
    }
    .procta-content-btn {
        left: 20px;
    }
    .procta-content {
        padding: 20px;
        height: 120px;
        margin-bottom: 75px;
    }
    .procta-content h2 {
        font-size: 20px;
        width: 75%;
    }

    .owl-blog-cat {
        margin-bottom: 70px;
    }

    .blog-img-sec img {
        height: 260px;
    }

    .blog-info-wrap {
        flex-wrap: wrap;
    }
    .single-sidebar {
        margin-top: 20px;
    }
    .single-header .row {
        padding: 30px 0 30px;
    }

    .principles-sec h2 {
        font-size: 17px;
    }
    .principles-sec {
        background: linear-gradient(to bottom, #F2F9FF 40%, #fff 40%);
        margin-bottom: 0;
    }
    .customers-sec {
        margin-bottom: 50px;
    }
    .comments-section .owl-nav {
        display: none;
    }
    #contact-info-left-sec{
        margin-top: 35px;
        padding: 0;
    }
    .contact-info {
        margin-bottom: 0;
    }

    #main-navigation li > ul.sub-menu {
        max-height: 0;
        opacity: 0;
        visibility: hidden;
        overflow: hidden;
        transition: all 0.4s ease;
      }
      
      #main-navigation li.open > ul.sub-menu {
        max-height: 500px;
        opacity: 1;
        visibility: visible;
      }

}

@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,
    .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 {
        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;
    }

    .about-us-section {
        padding: 70px 0 20px;
    }

    .blogs-section .border-btn {
        padding: 0;
        border: none;
        margin-top: 0;
        float: left;
    }

    .blog-img-sec img {
        height: 270px;
    }

    #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: #01365F;
        margin-top: 25px;
        padding: 20px 20px;
        border-radius: 5px;
        overflow: hidden;
        height: 61px;
    }

    .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 {
        padding-bottom: 50px;
    }

    .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-sec .row {
        padding: 25px 0;
        flex-wrap: wrap;
    }
    #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;
    }

    .mobile-contact-fix-wrap {
        background-color: var(--main-color);
        display: flex;
        position: fixed;
        justify-content: space-between;
        align-items: center;
        bottom: 0;
        right: 0;
        padding: 10px;
        width: 100%;
        z-index: 2;
    }

    .mobile-contact-fix-wrap .blue-btn {
        color: #fff;
        border: 1px solid #FFFFFF1A;
        display: inline-block;
        padding: 9px 17px;
        font-size: 14px;
    }
    .mobile-contact-fix-wrap .yellow-btn {
        background-color: var(--second-color);
        background-image: url(img/mobile-fix-phone-icon.svg);
        background-repeat: no-repeat;
        color: var(--main-color);
        background-position: 90%;
        display: inline-block;
        font-size: 14px;
        padding: 9px 40px 9px 27px;
    }
    .footer-section {
        margin-bottom: 65px;
    }

}
/* استایل آیکون‌های اجتماعی */
.header-social-icons {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 15px;
    vertical-align: middle;
}

.header-social-icons a {
    transition: 0.3s;
    border: 1px solid #e8e8e8;
    /* کادر دور آیکون */
    padding: 0;
    border-radius: 5px;
    /* گوشه‌های گرد */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    /* عرض ثابت برای مربع بودن */
    height: 32px;
    /* ارتفاع ثابت */
    text-decoration: none;
    background-color: transparent;
}

/* تنظیم سایز عکس‌ها داخل کادر */
.header-social-icons a img {
    max-width: 18px;
    /* عرض حداکثر عکس */
    max-height: 18px;
    /* ارتفاع حداکثر عکس */
    width: auto;
    height: auto;
    display: block;
}

/* افکت هاور */
.header-social-icons a:hover {
    border-color: #aaa;
    /* تغییر رنگ کادر هنگام هاور */
}

/* تنظیمات برای موبایل */
#mobile-menu-top-sec .header-social-icons {
    margin: 0 10px;
}