@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: 17px;
    --main-color: #0078d6;
    --second-color: #373737;
    --main-text-color: #181818;
    --main-font-family: 'Roboto';
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Medium.woff2') format('woff2'),
        url('fonts/Roboto-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);
    font-size: var(--main-font-size);
    line-height: 30px;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 1200px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-weight: 800;
}

h1 {
    font-size: 31px;
    margin-bottom: 24px;
    margin-top: 30px;
    line-height: 40px;
}

h2 {
    font-size: 27px;
    margin-bottom: 23px;
    margin-top: 30px;
    line-height: 35px;
}

h3 {
    font-size: 25px;
    margin-bottom: 21px;
    margin-top: 30px;
    line-height: 35px;
}

h4 {
    font-size: 21px;
    margin-bottom: 19px;
    margin-top: 30px;
    line-height: 30px;
}

h5 {
    font-size: 19px;
    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: 30px;
}

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: #373737;
    padding: 9px 35px;
    color: #fff;
    margin-top: 10px;
    position: relative;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.site-btn::after {
    content: "";
    background: #373737;
    width: 70%;
    height: 100%;
    position: absolute;
    bottom: -7px;
    right: -7px;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
}

.site-btn:hover::after {
    opacity: 1;
    visibility: visible;
}

.site-btn:hover {
    background-color: var(--main-color);
    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 {
    margin-top: 0;
    font-size: 45px;
    line-height: 55px;
}

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

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

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

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

/*------------------------
      Header Section
------------------------*/
.header-section {
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 3;
}
.main-logo-sec img {
    height: 45px;
    width: auto;
    margin: 10px 0;
}
#header-top-sec a {
    margin-left: 30px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 7px;
    color: #555;
}

#header-top-sec a img {
    height: 17px;
}

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

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

#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: #fff;
    display: inline-block;
    margin-left: 40px;
    padding: 20px;
    border-bottom: 3px solid transparent;
    position: relative;
    text-transform: capitalize;
}

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

#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 .container {
    padding: 0;
}

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

.slides {
    position: relative;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 700px;
    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: 700px;
    object-fit: cover;
    position: relative;
}

.slide-img-wrap::after {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    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: 65px;
    line-height: 75px;
    margin-bottom: 10px;
    margin-top: 10px;
}

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

.slider-details-wrap a {
    background: #fff;
    color: #181818;
}

.slider-details-wrap a::after {
    background: #fff;
}

/*------------------------
   Banners Section
------------------------*/
.banners-section {
    padding: 10px 0;
}

.banner-item {
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 70px;
    min-height: 550px;
    position: relative;
}

.banner-item-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.banner-item span {
    color: #fff;
    font-size: 20px;
    position: relative;
}

.banner-item h2 {
    color: #fff;
    font-size: 55px;
    line-height: 75px;
    margin-bottom: 10px;
    margin-top: 10px;
    position: relative;
}

.banner-item a {
    background: #fff;
    color: #181818;
}

.banner-item a:hover {
    background: var(--main-color);
    color: #fff;
}


/*------------------------
   Brands Section
------------------------*/
.brands-section {
    padding: 100px 20px 0px 20px;
}
.brands-section img {
    width: 100%;
    height: 90px;
    object-fit: contain;
}

/*------------------------
   Products Section
------------------------*/
.products-section {
    padding: 100px 0;
}

.products-section #pills-tab {
    gap: 20px;
    margin-bottom: 35px !important;
    border-bottom: 1px solid #0000001a;
}

.products-section #pills-tab li button {
    background: transparent;
    border: none;
    border-bottom: 3px solid transparent;
    border-radius: 0;
}

.products-section #pills-tab li button.active {
    color: var(--main-color);
    border-color: var(--main-color);
}

.products-scroll-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    display: flex;
    gap: 20px;
    padding-bottom: 10px;
    scroll-behavior: smooth;
    cursor: grab;
    user-select: none;
}

.products-scroll-wrapper.active {
    cursor: grabbing;
}

.product-card {
    flex: 0 0 390px;
    border: 1px solid #e5e5e5;
    padding: 20px;
    background: #fff;
    overflow: hidden;
    margin-bottom: 30px;
}

.product-card img {
    height: 270px;
    width: 100%;
    object-fit: cover;
}

.product-card h3 {
    font-size: 23px;
    margin: 15px 0;
}

.product-options-list li {
    white-space: normal;
}

.products-section ::-webkit-scrollbar {
    height: 5px;
}

.products-section ::-webkit-scrollbar-track {
    height: 5px;
}

.products-section ::-webkit-scrollbar-thumb {
    background: var(--main-color);
}


/*------------------------
   Middle Banners Section
------------------------*/
.middle-banners-section {
    padding: 100px 0;
}

.middle-banner-item-one {
    background: #000;
    color: #fff;
    height: 680px;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.middle-banner-item-one span {
    font-size: 23px;
}

.middle-banner-item-one h3 {
    color: #fff;
    font-size: 45px;
    line-height: 55px;
    margin: 10px 0;
}

.middle-banner-item-one a {
    width: max-content;
    background: transparent;
    border: 2px solid;
}

.middle-banner-item-one a:hover {
    background: transparent;
    border-color: var(--main-color);
}

.middle-banner-item-two img {
    height: 680px;
    width: 100%;
    object-fit: cover;
}

.middle-banner-item-three {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    height: 680px;
    display: flex;
    flex-direction: column;
    padding: 50px;
    justify-content: end;
}

.middle-banner-item-three span {
    color: #fff;
    font-size: 23px;
}

.middle-banner-item-three h3 {
    color: #fff;
    font-size: 45px;
    line-height: 55px;
    margin: 10px 0;
}

.middle-banner-item-four {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    height: 680px;
    display: flex;
    flex-direction: column;
    padding: 50px;
    justify-content: end;
}

.middle-banner-item-four span {
    color: #fff;
    font-size: 23px;
}

.middle-banner-item-four h3 {
    color: #fff;
    font-size: 45px;
    line-height: 55px;
    margin: 10px 0;
}

/*------------------------
   About us
------------------------*/
.about-us-section {
    padding: 100px 0;
}

.about-us-inner-sec {
    padding: 70px 150px 0 75px;
}

.about-us-inner-sec span {
    color: #373737;
    font-size: 27px;
}

.about-us-inner-sec h2 {
    font-size: 70px;
    line-height: 85px;
    margin: 15px 0;
}

.about-us-inner-sec p {
    color: #555;
    font-size: 19px;
    line-height: 30px;
}

.about-main-text-sec {
    color: #999;
    font-size: 13px;
    padding: 200px 0 0 75px;
}

/*------------------------
   Single
------------------------*/
.single-header .row {
    background: #000;
    padding: 115px 0 30px;
}

.single-header h1 {
    color: #fff;
    font-size: 37px;
    line-height: 45px;
}

.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 {
    color: #fff;
    background-repeat: no-repeat;
    background-position: 0 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;
    filter: brightness(100);
}

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

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

.toc-title {
    background: var(--main-color);
    margin: 0;
    font-size: 17px;
    color: #fff;
    padding: 7px 10px;
    margin-bottom: 15px;
}

.toc ul {
    padding: 0 10px;
}

.toc li {
    margin-top: 5px;
}

.toc li a {
    color: #181818;
    font-size: 15px;
    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;
}

/*------------------------
   About Us Template
------------------------*/
.about-us-header {
    background: #000;
    color: #fff;
    padding: 50px 0;
    min-height: 350px;
}

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

.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: 27px;
    line-height: 33px;
}

.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
------------------------*/
.social-networks-wrap {
    background: #000;
    color: #fff;
    margin-bottom: 50px;
    padding: 113px 70px 85px 75px;
}

.social-networks-wrap h2 {
    color: #fff;
    font-size: 35px;
    line-height: 39px;
    margin-top: 0;
    margin-bottom: 10px;
}

.social-networks-sec {
    margin-top: 35px;
    display: flex;
    align-items: center;
    gap: 30px;
}

.social-networks-sec img {
    height: 27px;
    transition: all 0.3s;
}

.social-networks-sec img:hover {
    opacity: 0.7;
}

.footer-navbar {
    border-top: 1px solid #ccc;
    padding: 15px 0;
}

.footer-navbar ul {
    list-style: none;
    display: flex;
    gap: 32px;
}

.footer-navbar ul a {
    color: #aaa;
    font-size: 13px;
    border-right: 1px solid #ccc;
    display: inline-block;
    padding-right: 30px;
    line-height: 20px;
    transition: all 0.3s;
}

.footer-navbar ul a:hover {
    color: var(--main-color);
}

.footer-navbar ul li:last-of-type a {
    border-right: none;
}

.copyright-sec {
    color: #999;
    font-size: 13px;
    padding: 15px 75px 15px 0;
}

/*------------------------
   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: #000;
}

.landing-header-sec .row {
    padding: 55px 0;
    text-align: center;
}

.landing-header-sec h1 {
    margin-top: 0;
    color: #fff;
    font-size: 50px;
    line-height: 60px;
}

.breadcrumbs,
.breadcrumbs a {
    color: #fff;
}

.blog-item {
    border: 3px solid;
    padding: 15px;
    margin-bottom: 35px;
}

.blog-item img {
    height: 320px;
    width: 100%;
    object-fit: cover;
}

.blog-item h3 {
    font-size: 25px;
    line-height: 35px;
}

.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: 5px;
        right: 13px;
        z-index: 3;
    }

    #header-bottom-sec {
        background: #FBFBFB;
        position: fixed;
        top: 0;
        left: 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: 0 center;
        width: 49%;
        display: inline-block;
    }

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

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

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

    .slider-details-wrap {
        padding: 75px 30px 0 30px;
    }

    .slider-details-wrap span,
    .middle-banner-item-one span,
    .banner-item span,
    .middle-banner-item-three span,
    .middle-banner-item-four span,
    .about-us-inner-sec span {
        font-size: 17px;
    }

    .slider-details-wrap h2,
    .banner-item h2,
    .middle-banner-item-one h3,
    .middle-banner-item-three h3,
    .middle-banner-item-four h3,
    .about-us-inner-sec h2 {
        font-size: 39px;
        line-height: 45px;
    }

    .site-btn {
        padding: 7px 23px;
        font-size: 15px;
    }

    .banner-item {
        padding: 35px;
        min-height: 350px;
    }

    .banners-section .container-fluid .row>div:nth-child(1) {
        margin-bottom: 15px;
    }

    .products-section,
    .middle-banners-section,
    .about-us-section {
        padding: 50px 0;
    }

    .site-title {
        font-size: 33px;
        line-height: 39px;
    }

    .products-section #pills-tab li button {
        padding: 10px;
        font-size: 14px;
    }

    .product-card {
        flex: 0 0 430px;
    }

    .middle-banner-item-one {
        height: 370px;
        margin-bottom: 20px;
    }

    .middle-banner-item-two img {
        height: 380px;
    }

    .middle-banner-item-three,
    .middle-banner-item-four {
        height: 370px;
        margin-bottom: 20px;
    }

    .about-us-inner-sec p {
        font-size: 17px;
    }

    .about-us-inner-sec,
    .about-main-text-sec {
        padding: 50px;
    }

    .footer-navbar ul {
        flex-wrap: wrap;
        gap: 15px;
        padding: 0 15px;
    }

    .footer-navbar ul a {
        font-size: 12px;
        padding-right: 10px;
    }

    .social-networks-wrap {
        margin-bottom: 0;
        padding: 50px;
    }

    .social-networks-sec img {
        height: 19px;
    }

    .social-networks-sec {
        margin-top: 15px;
        gap: 20px;
    }

    .brands-section {
        padding: 55px 20px 0px 20px;
    }

    .brands-section img {
        margin: 20px 0;
    }

}

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

    .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: 21px;
    }

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

    #header-top-sec .container-fluid {
        padding: 0;
    }

    #header-top-sec a {
        margin-left: 10px;
        font-size: 12px;
        gap: 5px;
        color: #555;
    }

    #header-top-sec .col {
        padding-right: 17%;
    }

    #header-top-sec a img {
        height: 15px;
    }

    .slider-section {
        padding: 0;
    }

    .slider-details-wrap span,
    .middle-banner-item-one span,
    .banner-item span,
    .middle-banner-item-three span,
    .middle-banner-item-four span,
    .about-us-inner-sec span {
        font-size: 15px;
    }

    .slider-details-wrap {
        padding: 20px;
    }
    .slider-details-wrap h2, .banner-item h2, .middle-banner-item-one h3, .middle-banner-item-three h3, .middle-banner-item-four h3, .about-us-inner-sec h2 {
        font-size: 25px;
        line-height: 35px;
    }
    .site-btn {
        padding: 4px 15px;
        margin-top: 10px;
        font-size: 13px;
    }
    .banner-item {
        padding: 25px;
        min-height: 200px;
    }
    .products-section, .middle-banners-section, .about-us-section {
        padding: 35px 0;
    }

    .products-section #pills-tab li button {
        padding: 5px;
        font-size: 12px;
    }
    .products-section #pills-tab {
        gap: 10px;
    }
    .product-card {
        flex: 0 0 275px;
    }
    .product-card img {
        height: 185px;
    }
    .product-card {
        padding: 15px;
    }
    .product-card h3 {
        font-size: 17px;
        white-space: normal;
    }
    .product-options-list li {
        white-space: normal;
        line-height: 23px;
    }
    .middle-banner-item-one {
        height: auto;
        padding: 30px;
    }
    .middle-banner-item-two img {
        height: 200px;
    }
    .middle-banner-item-three, .middle-banner-item-four {
        height: auto;
        padding: 56px 20px 20px 20px;
    }
    .about-us-inner-sec, .about-main-text-sec {
        padding: 30px 0;
    }
    .social-networks-wrap {
        padding: 30px 20px;
    }
    .social-networks-wrap h2 {
        font-size: 23px;
        line-height: 27px;
    }
    .footer-navbar ul {
        gap: 7px;
    }
    .landing-header-sec h1 {
        font-size: 29px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .breadcrumbs, .breadcrumbs a {
        font-size: 11px;
    }
    .blog-item img {
        height: auto;
    }
    .archive-content {
        padding: 35px 0;
    }
    .blog-item {
        border: 1px solid;
        padding: 7px;
        margin-bottom: 10px;
    }
    .blog-item h3 {
        font-size: 19px;
        line-height: 21px;
        margin: 15px 0 10px;
    }
    .single-header h1 {
        font-size: 19px;
        line-height: 25px;
    }
    .single-publish-date, .post-main-category, .post-author {
        justify-content: left;
        padding-right: 0;
        gap: 7px;
        padding-left: 25px;
        margin-left: 0;
        font-size: 12px;
    }
    .toc {
        display: none;
    }

    .brands-section {
        padding: 20px 20px 0px 20px;
    }

}