@charset "UTF-8";

/*
Theme Name: Rasam Plus
Theme URI: https://rasamplus.com/
Author: Amin haghighati
Author URI: https://rasamplus.com/
Description: a professional theme with wordpress website
Version: 1.0.0
Text Domain: xiii 
*/
:root {
    --main-font-size: 15px;
    --main-color: #8b4a4a;
    --second-color: #08453d;
    --third-color: #e3c29f;
    --main-text-color: #333;
    --main-font-family: 'IRANYekan';
}

@font-face {
    font-family: 'IRANYekan';
    src: url('fonts/IRANYekanWebFn.woff2') format('woff2'),
        url('fonts/IRANYekanWebFn.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Vazir';
    src: url('fonts/Vazirmatn-Medium.woff2') format('woff2'),
        url('fonts/Vazirmatn-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

html {
    scroll-behavior: smooth;
}

body {
    background: #fffff6;
    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: #181818;
    font-weight: 800;
}

h1 {
    font-size: 24px;
    margin-bottom: 24px;
    margin-top: 30px;
    line-height: 40px;
}

h2 {
    font-size: 23px;
    margin-bottom: 23px;
    margin-top: 30px;
    line-height: 35px;
}

h3 {
    font-size: 21px;
    margin-bottom: 21px;
    margin-top: 30px;
    line-height: 35px;
}

h4 {
    font-size: 19px;
    margin-bottom: 19px;
    margin-top: 30px;
    line-height: 30px;
}

h5 {
    font-size: 17px;
    margin-bottom: 17px;
    margin-top: 25px;
    line-height: 30px;
}

h6 {
    font-size: 15px;
    margin-bottom: 15px;
    margin-top: 25px;
    line-height: 30px;
}

p {
    line-height: 27px;
}

img {
    max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
    outline: none;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

ul,
ol {
    padding: 0;
    margin: 0;
    list-style-position: inside;
}

ol {
    list-style: persian;
    list-style-position: inside;
}

.btn.focus,
.btn:focus,
:focus {
    box-shadow: none;
    outline: 0;
}

.btn-link:hover {
    text-decoration: none;
}

.owl-nav {
    position: absolute;
    right: 0;
    top: 45%;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.owl-nav button {
    background: #DDDDDD !important;
    width: 29px;
    height: 29px;
    font-family: 'FontAwesome' !important;
    font-size: 15px !important;
    border-radius: 100%;
}

.owl-nav button.owl-prev {
    position: relative;
    right: -15px;
}

.owl-nav button.owl-next {
    position: relative;
    left: -15px;
}

.owl-nav button:hover {
    background: var(--main-color) !important;
    color: #fff !important;
}

.owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
}

.owl-dots button {
    background: #ccc !important;
    width: 9px;
    height: 9px;
    margin: 0 7px;
    border-radius: 10px;
}

.owl-dots button.active {
    background: var(--main-color) !important;
    outline: 1px solid var(--main-color);
    outline-offset: 2px;
}

.main-color {
    color: var(--main-color);
}

.second-color {
    color: var(--second-color);
}

.site-btn {
    display: inline-block;
    background-color: var(--main-color);
    padding: 10px 39px;
    color: #fff;
    margin-top: 10px;
    border-radius: 0 0 0 30px;
    transition: color .4s ease;
    -webkit-transition: color .4s ease;
    -moz-transition: color .4s ease;
    -ms-transition: color .4s ease;
    -o-transition: color .4s ease;
}

.site-btn:hover {
    background-color: var(--second-color);
    color: #fff;
}

.site-btn i,
.second-btn i {
    position: relative;
    top: 2px;
    margin-right: 5px;
}

.small-title {
    display: block;
    color: #000;
    font-size: 17px;
    line-height: 1.1;
}

.big-title {
    color: var(--main-color);
    font-size: 29px;
    line-height: 1.5;
    margin: 20px 0;
}

.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: var(--second-color);
}

.site-logo img {
    height: 55px;
    width: auto;
}

#header-contact-items-wrap {
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 25px;
}

.header-contact-item-sec img {
    height: 15px;
    margin-left: 7px;
}

.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-menu-wrap {
    display: flex;
    gap: 55px;
    padding: 15px 0;
    position: relative;
    z-index: 1;
}

.header-social-networks-wrap {
    display: flex;
    justify-content: end;
    gap: 15px;
}

.header-social-networks-wrap img {
    height: 20px;
}

/*------------------------
   Top Section
------------------------*/
.top-section {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 170px 0 105px 0;
    margin-top: -85px;
}

.top-section-overlay {
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    right: 0;
    backdrop-filter: blur(10px);
}

/*------------------------
   About Us Section
------------------------*/
.about-us-section {
    background: var(--second-color);
    color: #fff;
    padding: 55px 0;
}

.about-us-items-wrap {
    margin: 30px 0;
}

.about-us-items-wrap>div:nth-child(1) .about-us-item-sec,
.about-us-items-wrap>div:nth-child(4) .about-us-item-sec {
    background: #fff;
}

.about-us-items-wrap>div:nth-child(1) .about-us-item-sec span,
.about-us-items-wrap>div:nth-child(4) .about-us-item-sec span {
    color: var(--second-color);
}

.about-us-items-wrap>div:nth-child(1) .about-us-item-sec h3,
.about-us-items-wrap>div:nth-child(4) .about-us-item-sec h3 {
    color: var(--second-color);
}

.about-us-item-sec {
    padding: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.about-us-item-sec span {
    display: block;
    font-size: 45px;
    font-weight: 800;
    line-height: 1.1;
}

.about-us-item-sec h3 {
    margin: 0;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    margin-top: 5px;
}

.about-big-img img {
    width: 30%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    right: 0;
}

.about-small-img img {
    width: 30%;
    height: 60%;
    object-fit: cover;
    position: absolute;
    bottom: 0;
    left: 0;
}

.about-us-section .site-btn:hover {
    background: #fff;
    color: var(--second-color);
}


/*------------------------
   Services Section
------------------------*/
.services-section {
    background: var(--second-color);
    padding: 70px 0;
}

.services-items-wrap {
    background: #fffff6;
    padding: 30px;
}

.services-item-top-sec {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.services-item-top-sec img {
    width: auto !important;
    height: 55px;
}

.services-item-top-sec h3 {
    margin: 0;
    font-size: 15px;
    line-height: 1.5;
}

.service-text {
    font-size: 13px;
    text-align: justify;
    line-height: 1.9;
}

.services-btn {
    display: inline-block;
    line-height: 1;
    color: var(--second-color);
}

/*------------------------
   Brands section
------------------------*/
.brands-section .owl-stage {
    border-top: 1px solid #9999997a;
    border-bottom: 1px solid #9999997a;
}

.brand-item {
    display: flex;
    justify-content: center;
    border-left: 1px solid #9999997a;
    padding: 25px;
}

.brand-item img {
    height: 120px;
    width: auto !important;
    max-width: 85%;
    object-fit: contain;
    filter: opacity(0.8) grayscale(1);
}

/*------------------------
   Why Us Section
------------------------*/
.products-section {
    background: var(--second-color);
    color: #fff;
    padding: 100px 0;
}

.products-section .big-title {
    color: var(--main-color);
    font-size: 27px;
}

.products-section .owl-dots button.active {
    background: #fff !important;
    outline: 1px solid #fff;
}

.products-section .owl-dots {
    position: absolute;
    top: -105px;
    left: 0;
}

.product-item-sec img {
    height: 270px;
    object-fit: cover;
}

.product-item-sec h3 {
    color: #fff;
    line-height: 1.3;
    font-size: 17px;
    margin: 20px 0 10px;
}

.product-item-sec p {
    font-size: 13px;
    margin-bottom: 10px;
}

.product-item-sec a {
    color: #fff;
    display: inline-block;
    line-height: 1;
    rotate: 45deg;
    transition: all 0.3s;
}

.product-item-sec a:hover {
    rotate: 0deg;
}

/*------------------------
   Importants Section
------------------------*/
.importants-section {
    background: #fffff6;
    padding: 85px 0;
}

.importants-title-wrap {
    justify-content: center;
    text-align: center;
}

.important-item-sec {
    margin-bottom: 25px;
}

.important-item-sec img {
    height: 250px;
    object-fit: cover;
}

.important-item-sec h3 {
    font-size: 15px;
    line-height: 1.3;
    margin: 19px 0 3px;
}

.important-item-sec span {
    color: var(--main-color);
    font-size: 13px;
}

/*------------------------
   FAQ Section
------------------------*/
.faq-section {
    padding: 100px 0 170px;
}

.faq-img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 25%;
}

#faq-sec .site-title {
    margin-bottom: 30px;
}

.accordion .card {
    background: transparent;
    border: none;
    border-bottom: 1px solid #8b4a4a61 !important;
}

.card:has(.show) .card-header h2 button {
    color: var(--main-color);
}

.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 27px 17px 17px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accordion .card-header h2 button::before {
    content: "";
    position: absolute;
    display: inline-block;
    border-right: 15px solid var(--main-color);
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    right: 0;
}

.accordion .card-header h2 button::after {
    content: "\f078";
    color: var(--main-color);
    font-family: "FontAwesome";
    transition: all 0.3s;
    font-size: 11px;
}

.card:has(.show) h2 button::after {
    content: "\f077";
}

.accordion .card-body {
    color: #555555;
    font-size: 13px;
    padding: 25px;
}

/*------------------------
   Horse Details Section
------------------------*/
.horse-section {
    background: var(--second-color);
    color: #fff;
    padding: 85px 0;
}

.horse-details-img {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
}

.horse-content h2 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 1.5;
}

.horse-content p {
    font-size: 13px;
}

.horse-content ul {
    list-style: none;
}

.horse-content ul li {
    margin-top: 20px;
}

.horse-content ul li img {
    height: 55px;
}

.horse-content ul li span {
    margin-right: 15px;
}

.horse-section .site-btn {
    margin-top: 35px;
}

.horse-section .site-btn:hover {
    background: #fff;
    color: var(--second-color);
}

/*------------------------
   Blog Section
------------------------*/
.blogs-section {
    padding: 85px 0;
}

.blog-img-sec img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.blog-cat {
    background: var(--second-color);
    color: #fff;
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    line-height: 1.3;
    padding: 7px 35px;
}

.blog-details-sec h3 {
    font-size: 19px;
    font-weight: 100;
    margin-bottom: 10px;
    margin-top: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.blog-details-sec p {
    color: #555;
    font-size: 13px;
    text-align: justify;
    line-height: 1.9;
}

.blogs-section .owl-dots {
    margin-top: 50px;
}

.blog-details-sec a {
    padding: 7px 29px;
}

/*------------------------
   Portfolio Section
------------------------*/
.portfolio-section {
    background: var(--second-color);
    padding: 85px 0;
}

.portfolio-item-sec {
    height: 215px;
    margin-bottom: 6px;
}

.portfolio-item-sec img {
    object-fit: cover;
}

#portfolio-item-wrap5 {
    flex: 0 0 33.33%;
    max-width: 33.33%;
}

#portfolio-item-wrap6,
#portfolio-item-wrap7 {
    flex: 0 0 25%;
    max-width: 25%;
}

#portfolio-item-wrap8 {
    margin-right: 16.667%;
}

#portfolio-item-wrap4 .portfolio-item-sec {
    height: 436px;
    position: absolute;
    right: 1px;
}

/*------------------------
   Comments Section
------------------------*/
.comments-section {
    padding: 85px 0;
}

.comments-section .site-title {
    color: #fff;
}

.comments-item {
    width: 85%;
    margin: auto;
    text-align: center;
    margin-top: 35px;
}

.comments-top-sec img {
    width: 75px !important;
    height: 75px;
    border-radius: 100%;
    margin: 20px auto 0;
    display: table !important;
}

.customer-info-sec {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.comments-top-title {
    color: var(--second-color);
}

.customer-name {
    color: var(--main-color);
    font-weight: 800;
    line-height: 1;
}

.comments-text-sec {
    font-size: 13px;
}

.comments-text-sec i {
    color: #00000012;
    font-size: 70px;
    position: absolute;
    left: 0;
    right: 0;
    top: 20px;
    margin: auto;
    z-index: -1;
}

.comments-text-sec p {
    font-size: 15px;
    margin-bottom: 5px;
}

.about-us-comments-section p {
    font-size: 14px;
    color: #777;
    margin-bottom: 5px;
}

.owl-comments {
    position: relative;
    top: -21px;
}

.comments-section .owl-nav {
    position: absolute;
    top: 115px;
    left: 0;
}

.comments-section button.owl-next,
.comments-section button.owl-prev {
    background-color: transparent !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
}

.comments-section button.owl-prev {
    background-image: url(img/comment-right-arrow.png) !important;
    right: 0 !important;
}

.comments-section button.owl-next {
    background-image: url(img/comment-left-arrow.png) !important;
    left: 0 !important;
}

/*------------------------
   Contact Us Section
------------------------*/
.contact-us-section {
    background: var(--second-color);
    color: #fff;
    padding: 75px 0;
}

.contact-us-item-sec {
    background: #1a3937;
    display: flex;
    justify-content: space-between;
    padding: 15px;
    margin-top: 15px;
}

.contact-us-item-title::before {
    content: "";
    background: #fff;
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 10px;
    margin-left: 5px;
}

.contact-us-form-sec {
    background: #fff;
    padding: 50px;
}

.contact-us-form-sec .gform_title {
    color: var(--main-color);
    margin-top: 0;
    margin-bottom: 55px;
    line-height: 1.5;
}

.form-wrap {
    background: #262626;
    padding: 30px;
}

.form-wrap .site-title {
    color: #fff;
    margin-bottom: 10px;
}

.form-wrap>p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 55px;
}

.gform-body input {
    border: 1px solid #999 !important;
    box-shadow: none !important;
    color: #333 !important;
}

.gform-body textarea {
    border: 1px solid #999 !important;
    box-shadow: none !important;
    color: #333 !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: 0 0 0 20px !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_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;
}

/*------------------------
   Timeline section
------------------------*/
.timeline-section {
    padding: 85px 0;
}

.register-customers-list-wrap {
    display: flex;
    gap: 25px;
}

.register-customers-list-wrap ul {
    list-style: none;
}

.register-customers-list-wrap ul li {
    margin-bottom: 10px;
    font-size: 14px;
}

.register-customers-list-wrap ul li::before {
    content: "";
    background-image: url(img/lis-item-check-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-left: 7px;
    position: relative;
    top: 3px;
}

.register-customers-list-wrap img {
    width: 35%;
    height: 100%;
    object-fit: cover;
}

.timeline-item-sec {
    padding-right: 50px;
}

.timeline-item-sec h3 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 21px;
}

.timeline-item-sec {
    padding-right: 60px;
    padding-bottom: 35px;
}

.timeline-counter {
    background: #fffff6;
    color: var(--main-color);
    font-size: 30px;
    width: 55px;
    height: 55px;
    border: 2px solid;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    text-align: center;
    position: absolute;
    right: -15px;
    top: -11px;
}

.timeline-counter::after {
    content: "";
    background: var(--main-color);
    display: inline-block;
    width: 2px;
    min-height: 235px;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: 35px;
    z-index: -1;
}

#timeline-wrap>div:last-of-type .timeline-counter::after {
    display: none;
}

/*------------------------
   Projects Section
------------------------*/
.projects-section {
    padding: 35px 0;
}

.projects-section .nav-pills {
    border-top: 1px solid #e3dfdf;
    justify-content: center;
    margin: 55px 0 !important;
}

.nav-pills .nav-link {
    font-size: 17px;
    color: #333;
    border: none;
    background: transparent;
    margin: 10px;
}

.nav-pills .nav-link.active {
    color: var(--main-color);
    background-color: transparent;
    position: relative;
}

.nav-pills .nav-link.active::after {
    content: "";
    background: var(--main-color);
    display: inline-block;
    width: 100%;
    height: 3px;
    position: absolute;
    right: 0;
    left: 0;
    top: -13px;
    margin: auto;
}

.project-item {
    height: 210px;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
}

.project-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-text {
    background: #262626;
    position: absolute;
    right: 4%;
    top: 4%;
    z-index: 1;
    width: 92%;
    height: 92%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    align-items: center;
    text-align: center;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
}

.project-item:hover .project-text {
    opacity: 1;
    visibility: visible;
}

.project-text .little-title {
    color: var(--main-color);
    font-size: 13px;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 20px;
    font-weight: 100;
}

.project-text .big-title {
    color: #fff;
    font-size: 17px;
}

.project-text a {
    color: var(--main-color);
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 19px;
}

/*------------------------
   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;
}

.single-publish-date,
.post-main-category,
.post-author {
    display: flex;
    justify-content: space-between;
    gap: 7px;
    align-items: center;
    border-left: 1px solid #0000004a;
    padding-left: 25px;
    margin-left: 25px;
    margin-top: 20px;
}

.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;
}

.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;
}


/*------------------------
   Horse Single
------------------------*/
.horse-pedigree-sec {
    padding: 100px 0;
}

.pedigree-node {
    margin-bottom: 30px;
}

.horse-title {
    color: var(--main-color);
    font-size: 27px;
    line-height: 1.5;
    display: block;
    margin: auto;
    margin-bottom: 65px;
    position: relative;
}

.horse-title span {
    color: #777;
    display: block;
    font-size: 19px;
    line-height: 1.5;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    text-transform: uppercase;
}

.horse-title::before,
.horse-title::after {
    content: "";
    background: var(--main-color);
    display: inline-block;
    height: 2px;
    width: 45px;
    position: relative;
    top: 10px;
}

.horse-title::before {
    margin-left: 15px;
}

.horse-title::after {
    background: var(--second-color);
    margin-right: 15px;
}

.node-box {
    background: var(--main-color);
    color: var(--third-color);
    padding: 15px 7px;
    line-height: 2;
    position: relative;
}

.node-box span {
    text-transform: uppercase;
}

#pedigree-l1-n1,
#pedigree-l2-n1,
#pedigree-l3-n1,
#pedigree-l4-n1,
#pedigree-l4-n3,
#pedigree-l3-n3,
#pedigree-l4-n5,
#pedigree-l4-n7 {
    background: var(--second-color);
}

#pedigree-l1-n1 {
    outline: 1px solid;
    outline-offset: -9px;
    font-size: 19px;
}

.node-box::before {
    content: "";
    background: var(--second-color);
    display: inline-block;
    width: 2px;
    height: 25px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -22px;
}

.node-box::after {
    content: "";
    background: var(--second-color);
    display: inline-block;
    width: 70%;
    height: 2px;
    position: absolute;
    top: -23px;
    left: -20%;
}

.pedigree-node {
    position: relative;
}

.pedigree-node::after {
    content: "";
    background: var(--second-color);
    display: inline-block;
    width: 2px;
    height: 33px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -31px;
    top: unset;
}

.pedigree-tree>div:last-of-type .pedigree-node::after {
    display: none;
}

#pedigree-l1-n1::before,
#pedigree-l1-n1::after {
    display: none;
}

#pedigree-l2-n2::after,
#pedigree-l3-n2::after,
#pedigree-l3-n4::after,
#pedigree-l4-n2::after,
#pedigree-l4-n4::after,
#pedigree-l4-n6::after,
#pedigree-l4-n8::after {
    right: -20%;
}

.horse-awards {
    background: var(--second-color);
    padding: 100px 0;
}

.horse-awards .horse-title,
#horse-production-odd .horse-title {
    color: var(--third-color);
}

.horse-awards .horse-title::after,
#horse-production-odd .horse-title::after {
    background: var(--third-color);
}

.horse-awards .horse-title::before,
.horse-father .horse-title::before,
.horse-mother .horse-title::before,
.horse-grandfather .horse-title::before,
.horse-grandmother .horse-title::before,
.horse-production .horse-title::before {
    display: none;
}

.horse-awards .horse-title span,
#horse-production-odd .horse-title span {
    color: #bbb;
}

.awards-list {
    max-width: 750px;
    margin: 0 auto;
    padding: 0;
}

.award-item {
    position: relative;
    color: #fff;
    font-size: 19px;
    line-height: 1.7;
    margin: 20px 0;
}

.award-item::before {
    content: "";
    background-image: url(img/award-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-left: 10px;
    position: relative;
    top: -2px;
}


.horse-father,
.horse-grandfather {
    padding: 100px 0;
}

.horse-mother,
.horse-grandmother {
    background: #fafafa;
    padding: 100px 0;
}

.horse-production {
    padding: 100px 0;
}

#horse-production-even {
    background: var(--third-color);
}

#horse-production-odd {
    background: var(--second-color);
    color: #fff;
}

#horse-production-odd h1,
#horse-production-odd h2,
#horse-production-odd h3,
#horse-production-odd h4,
#horse-production-odd h5,
#horse-production-odd h6 {
    color: #fff;
}

/*------------------------
   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 {
    margin: 10px 0 85px 0;
    padding: 50px 0px;
}

.project-details-items-sec {
    background: #0000000f;
    padding: 15px;
    margin-bottom: 10px;
}

.project-details-items-sec h3 {
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 7px;
    margin-top: 0;
    font-weight: 100;
}

#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;
}

.project-masonry {
    margin: 0 auto;
}

.masonry-item {
    padding: 12px;
    box-sizing: border-box;
}

@media (min-width: 992px) {
    .masonry-item {
        width: 32.5%;
    }
}

@media (min-width: 576px) and (max-width: 991px) {
    .masonry-item {
        width: 50%;
    }
}

@media (max-width: 575px) {
    .masonry-item {
        width: 100%;
    }
}

/*------------------------
   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: var(--main-color);
    color: #fff;
    padding-top: 75px;
}

.footer-section ul {
    list-style: none;
}

.footer-section a {
    color: #fff;
}

.footer-section a:hover {
    color: #ccc;
}

#footer-logo-sec img {
    height: 55px;
    width: auto;
    filter: grayscale(1) brightness(100);
}

#footer-menu-sec {
    display: flex;
    justify-content: end;
}

#footer-navigation {
    display: flex;
    list-style: none;
    gap: 35px;
}

#footer-navigation a {
    color: #fff;
    display: inline-block;
    position: relative;
}

#footer-navigation a:hover {
    color: #ccc;
}

#footer-navigation a::after {
    content: "/";
    position: relative;
    right: 15px;
    color: #fff;
}

#footer-navigation li:last-of-type a::after {
    display: none;
}

.top-footer {
    border-bottom: 1px solid #ffffff5c;
    padding-bottom: 25px;
    margin-bottom: 35px;
    align-items: center;
}

.widget-footer-title {
    display: block;
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 20px;
    line-height: 1;
}

.footer-socials {
    display: flex;
    align-items: center;
    gap: 13px;
}

.footer-socials a {
    line-height: 1;
    border: 1px solid;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.copyright-wrap .row {
    border-top: 1px solid #ffffff5c;
    padding: 13px 0;
    font-size: 13px;
    margin-top: 35px;
}

/*------------------------
   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-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0;
}

.landing-header-sec .col {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.landing-header-overlay {
    background-color: #ffffffbd;
    backdrop-filter: blur(5px);
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
}

.landing-header-sec .col h1 {
    color: var(--main-color);
    font-size: 27px;
    margin-top: 0;
    margin-bottom: 13px;
    position: relative;
}

.breadcrumbs {
    display: flex;
    color: #181818;
    gap: 10px;
    font-size: 13px;
    position: relative;
}

.breadcrumbs a {
    color: var(--main-color);
}

#cat-header-sec {
    background-color: var(--main-color);
}

.landing-top-sec {
    padding: 30px 0 130px;
}

.landing-top-opt-wrap {
    background: #F2F9FF;
    display: flex;
    flex-wrap: wrap;
    padding: 30px;
    margin-top: 35px;
}

.landing-top-opt-sec {
    width: 50%;
    text-align: center;
    padding: 15px;
}

.landing-top-opt-sec h3 {
    margin: 0;
    font-size: 15px;
    font-weight: 100;
    line-height: 25px;
}

.landing-top-opt-wrap>div:nth-child(1) {
    border-bottom: 1px dashed #D0D0D0;
    border-left: 1px dashed #D0D0D0;
}

.landing-top-opt-wrap>div:nth-child(2) {
    border-bottom: 1px dashed #D0D0D0;
}

.landing-top-opt-wrap>div:nth-child(3) {
    border-left: 1px dashed #D0D0D0;
}

.landing-cat-sec {
    margin-bottom: 100px;
}

.landing-cat-item-overlay {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 25%, rgba(0, 0, 0, 0.2) 70%, transparent 100%);
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.landing-cat-item img {
    height: 270px;
    object-fit: cover;
}

.landing-cat-item h3 {
    margin: 0;
    color: #fff;
    position: absolute;
    font-size: 17px;
    text-align: center;
    font-weight: 100;
    width: 100%;
    bottom: 10px;
    right: 0;
}

.landing-project-item img {
    width: 100%;
}

.landing-project-info {
    background: #fe5a0e8f;
    color: #fff;
    position: absolute;
    font-size: 29px;
    line-height: 35px;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 25px;
    display: flex;
    align-items: end;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.landing-project-info i {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 39px;
}

.landing-project-item:hover .landing-project-info {
    opacity: 1;
    visibility: visible;
}

.landing-project-item h3 {
    font-size: 17px;
    margin: 10px 0;
}

.project-info-top-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.project-info-top-sec span {
    background: #F9F9F9;
    display: inline-flex;
    align-items: center;
    padding: 10px;
    white-space: nowrap;
    overflow-x: auto;
    cursor: grab;
    scrollbar-width: none;
}

.project-info-top-sec span::-webkit-scrollbar {
    display: none;
}

.project-info-top-sec span.active {
    cursor: grabbing;
}


.landing-project-name {
    width: 65%;
}

.landing-project-location {
    width: 33%;
}

.project-info-top-sec img {
    height: 16px !important;
    width: auto !important;
    margin-left: 10px;
}

.landing-project-text {
    background: #F9F9F9;
    color: #555555;
    padding: 10px;
    font-size: 13px;
    line-height: 23px;
}

.work-process-sec {
    background: #F9F9F9;
    padding: 100px 0;
}

.work-step-box {
    background: #fff;
    width: 80%;
    margin: auto;
    padding: 35px;
    text-align: center;
}

.step-title {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 15px;
}

.step-options li {
    font-size: 13px;
    display: inline-block;
    line-height: 23px;
    margin-bottom: 7px;
}

.step-options li i {
    color: var(--main-color);
    font-size: 15px;
    margin-left: 3px;
    position: relative;
    top: 2px;
}

.work-step-box .count {
    color: #5555556b;
    font-size: 57px;
    position: absolute;
    top: 0;
    right: 20px;
    font-weight: 700;
}

.work-process-sec .container>div:nth-of-type(1) {
    margin-top: 40px;
    margin-bottom: 90px;
}

.work-process-sec .container>div:nth-of-type(1)>div:nth-child(1) .work-step-box::after,
.work-process-sec .container>div:nth-of-type(1)>div:nth-child(2) .work-step-box::after {
    content: "";
    background-image: url('img/work-step-left.svg');
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 99px;
    height: 15px;
    position: absolute;
    left: -100px;
    top: 48%;
}

.work-process-sec .container>div:nth-of-type(1)>div:nth-child(3) .work-step-box::after {
    content: "";
    background-image: url('img/work-step-bottom.svg');
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 15px;
    height: 87px;
    position: absolute;
    left: 49%;
    bottom: -89px;
}

.work-process-sec .container>div:nth-of-type(2)>div:nth-child(1) .work-step-box::after,
.work-process-sec .container>div:nth-of-type(2)>div:nth-child(2) .work-step-box::after {
    content: "";
    background-image: url('img/work-step-right.svg');
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 99px;
    height: 15px;
    position: absolute;
    right: -105px;
    top: 48%;
}

.table-primary,
.table-primary>td,
.table-primary>th {
    background-color: var(--main-color);
    color: #fff;
}

.panel-price-sec {
    padding: 100px 0;
}

.method-item-box {
    border: 1px solid #EBEBEB;
    padding: 15px;
    margin-top: 10px;
}

.method-item-box h3 {
    margin-top: 0;
    font-size: 16px;
    margin-bottom: 13px;
    line-height: 23px;
}

.method-item-box ul {
    padding-right: 10px;
}

.order-form {
    background: #F2F9FF;
    padding: 20px;
}


/*------------------------
   RESPONSIVE
------------------------*/

@media only screen and (max-width: 850px) {
    .container {
        max-width: 98%;
    }

    h1 {
        font-size: 21px;
        margin-bottom: 20px;
        margin-top: 23px;
    }

    h2 {
        font-size: 19px;
        margin-bottom: 19px;
        margin-top: 21px;
    }

    h3 {
        font-size: 17px;
        margin-bottom: 17px;
        margin-top: 19px;
    }

    h4 {
        font-size: 16px;
        margin-bottom: 15px;
        margin-top: 17px;
    }

    h5 {
        font-size: 16px;
        margin-bottom: 15px;
        margin-top: 17px;
    }

    h6 {
        font-size: 16px;
        margin-bottom: 15px;
        margin-top: 17px;
    }

    p {
        font-size: 14px;
        line-height: 29px;
    }

    .row {
        margin-right: 0;
        margin-left: 0;
    }

    #mega-menu-wrap-main-menu .mega-menu-toggle.mega-menu-open+#mega-menu-main-menu {
        right: 0 !important;
        left: unset !important;
    }

    #mega-menu-wrap-main-menu #mega-menu-main-menu>li.mega-menu-item>a.mega-menu-link {
        text-align: right !important;
    }

    #mega-menu-wrap-main-menu .mega-menu-toggle {
        position: fixed !important;
        left: 10px !important;
        top: 10px !important;
    }

    #mega-menu-wrap-main-menu .mega-menu-toggle.mega-menu-open~button.mega-close {
        display: none !important;
    }

    #header-top-sec {
        background: #181818;
    }

    #header-top-sec,
    .about-small-img,
    .about-big-img {
        display: none;
    }

    .main-menu-wrap {
        padding: 10px 0;
    }

    .site-logo {
        order: 2;
    }

    .top-section {
        padding: 75px 0;
        margin-top: 0;
    }

    .top-section-overlay {
        width: 100%;
        backdrop-filter: blur(5px);
    }

    .projects-section .owl-nav button,
    .blogs-section .owl-nav button {
        bottom: unset;
        top: -40px;
    }

    .projects-section .owl-next,
    .blogs-section .owl-next {
        left: 0;
    }

    .projects-section .owl-prev,
    .blogs-section .owl-prev {
        right: unset;
        left: 35px;
    }

    .blogs-section .owl-nav button {
        bottom: unset;
    }

    .comments-section .owl-nav button {
        width: 45px;
        height: 45px;
        background-size: 17px !important;
        top: -20px;
    }

    .comments-section .owl-next {
        left: 0px;
    }

    .comments-section .owl-prev {
        right: unset;
        left: 55px;
    }

    .footer-copyright {
        padding: 10px 15px;
        text-align: center;
    }

    .site-logo img {
        height: 45px;
        margin: 7px 0;
    }

    .slider-section .site-title {
        font-size: 23px !important;
    }

    .slider-section p {
        font-size: 13px !important;
    }

    .slider-section .site-btn {
        font-family: var(--main-font-family) !important;
        padding: 15px 29px !important;
        font-size: 15px !important;
    }

    .header-btn {
        position: relative;
        top: 13px;
    }

    .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;
    }

    #SR7_1_1 .hesperiden.sr7-arrows {
        display: none !important;
    }

    .services-section .container {
        padding: 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;
    }

    #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 {
        margin-bottom: 30px;
    }

    #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;
    }

    .faq-section {
        padding: 75px 0 70px;
    }

    .en-web-btn,
    .en-web-btn:hover {
        display: none;
    }

    #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;
    }

    .about-us-section {
        padding: 55px 0;
    }

    .about-images,
    .horse-details-img {
        display: none;
    }

    .site-title {
        font-size: 23px;
        line-height: 35px;
        margin-bottom: 15px;
    }

    .about-item {
        font-size: 15px;
    }

    .why-us-section {
        padding: 20px 0 50px;
    }

    .nav-pills .nav-link {
        font-size: 14px;
        padding: 0 5px;
        margin: 10px;
    }

    .projects-section .nav-pills {
        margin: 35px 0 20px !important;
    }

    .project-item {
        height: 160px;
    }

    .project-text .big-title {
        font-size: 14px;
    }

    .project-text .little-title {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .project-text a {
        top: 9px;
        left: 11px;
        font-size: 15px;
    }

    .comments-text-sec p {
        font-size: 14px;
    }

    .comments-text-sec i {
        font-size: 21px;
    }

    .comments-item {
        padding: 15px;
    }

    .comments-top-sec img {
        width: 55px !important;
        height: 55px;
        padding: 1px;
    }

    .customer-name {
        font-size: 15px;
        line-height: 20px;
    }

    .comments-top-title {
        font-size: 12px;
    }

    .feature-section {
        padding-bottom: 0px;
    }

    .feature-section .container {
        padding: 0;
        max-width: 100%;
    }

    .top-footer h2 {
        font-size: 23px;
        margin: 20px auto 15px;
        display: table;
    }

    .services-items-backend {
        padding: 15px;
    }

    .services-items-backend img {
        height: 35px;
        margin-left: 10px;
    }

    .services-items-backend div h3 {
        font-size: 15px;
        line-height: 27px;
        margin-bottom: 5px;
    }

    .services-items-backend p {
        font-size: 13px;
        line-height: 25px;
        margin-bottom: 7px;
    }

    .top-footer-items-wrap {
        gap: 15px;
    }

    .top-footer-item-sec {
        font-size: 15px;
    }

    .top-footer-item-sec h3 {
        font-size: 15px;
        line-height: 30px;
        margin-bottom: 13px;
    }

    .widget-footer-title {
        font-size: 19px;
        line-height: 27px;
        margin-bottom: 10px;
    }

    .footer-contact-title {
        font-size: 15px;
        line-height: 23px;
        margin-bottom: 10px;
    }

    .copyright-wrap {
        font-size: 12px;
        padding: 7px 0;
    }

    .landing-header-sec {
        padding: 55px 0;
        margin-bottom: 30px;
    }

    .landing-header-overlay {
        width: 100%;
    }

    .products-section,
    .importants-section,
    .faq-section,
    .horse-section,
    .portfolio-section,
    .comments-section,
    .contact-us-section,
    .timeline-section {
        padding: 55px 0;
    }

    #portfolio-item-wrap5,
    #portfolio-item-wrap6,
    #portfolio-item-wrap7 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    #portfolio-item-wrap8 {
        margin-right: 0;
    }

    #portfolio-item-wrap4 .portfolio-item-sec {
        height: 215px;
        position: relative;
        right: 0;
    }

    .portfolio-item-sec {
        margin-bottom: 25px;
    }

    #contact-us-items-wrap,
    .register-customers-list-wrap {
        margin-bottom: 35px;
    }

    .register-customers-list-wrap img {
        display: none;
    }

    .footer-section {
        padding-top: 40px;
    }

    #footer-logo-sec {
        text-align: center;
        margin-bottom: 30px;
    }

    #footer-menu-sec {
        justify-content: center;
    }

    .pedigree-mobile ul {
        list-style: none;
        padding-right: 20px;
        margin: 0;
        margin-bottom: 30px;
    }
    
    .pedigree-mobile li {
        position: relative;
        border: 1px solid #0000002e;
        margin: 5px;
        padding: 5px;
    }
    
    .pedigree-mobile li::before {
        content: "";
        position: absolute;
        right: -12px;
        top: 10px;
        width: 8px;
        height: 8px;
        background: var(--second-color);
        border-radius: 50%;
    }
    
    .pedigree-mobile strong {
        display: block;
        font-weight: bold;
    }
    
    .pedigree-mobile span {
        font-size: 12px;
        color: #777;
        display: block;
    }

    ul.pedigree-list {
        color: #000;
        font-size: 23px;
    }
    ul.pedigree-list > li > ul {
        font-size: 19px;
        color: #333;
    }
    ul.pedigree-list > li > ul > li > ul {
        font-size: 17px;
        color: #555;
    }
    ul.pedigree-list > li > ul > li > ul > li > ul {
        color: #777;
        font-size: 14px;
    }

    .horse-pedigree-sec, .horse-awards, .horse-father, .horse-grandfather, .horse-mother, .horse-grandmother, .horse-production {
        padding: 55px 0;
    }
    .horse-awards .col-12 > img, .horse-father .col-12 > img, .horse-mother .col-12 > img, .horse-grandfather .col-12 > img, .horse-grandmother .col-12 > img, .horse-production .col-12 > img{
        margin-top: 30px;
    }
    .horse-father .container .row > div:nth-child(1), .horse-grandfather .container .row > div:nth-child(1), #horse-production-even .container .row > div:nth-child(1){
        order: 2;
    }

}

@media only screen and (max-width: 550px) {
    body {
        font-size: 14px;
    }

    h1 {
        font-size: 21px;
    }

    h2 {
        font-size: 19px;
    }

    h3 {
        font-size: 17px;
    }

    h4,
    h5,
    h6 {
        font-size: 16px;
    }

    #header-left-sec {
        display: none;
    }

    .slider-section .site-title,
    .slider-section p,
    .slider-section .site-btn {
        display: none;
    }

    .next i,
    .prev i {
        font-size: 14px;
    }

    .next i {
        margin-right: 5px;
    }

    .prev i {
        margin-left: 5px;
    }

    .indicators {
        display: flex;
        margin: 0px 10px;
    }

    .indicator {
        margin: 0 3px;
        font-size: 15px;
    }

    .site-title {
        font-size: 19px;
        margin-bottom: 10px;
    }

    .site-title::before {
        width: 30px;
        height: 23px;
        top: 6px;
        margin-left: 5px;
    }

    .services-detail {
        width: 100%;
        margin-bottom: 0;
    }

    #about-us-right-sec {
        margin: 0;
    }

    #about-us-advantages-sec {
        margin-top: 30px;
    }

    #about-us-advantages-sec ul li {
        width: 100%;
        padding-left: 0;
    }

    #about-us-left-sec {
        padding: 25px 0 25px 0;
    }

    .our-team-item-sec {
        margin-bottom: 35px;
    }

    #about-us-certification-sec {
        margin-top: 14px;
    }

    .why-us-item {
        border-left: none;
        border-bottom: 2px dashed #0B457040 !important;
        padding-bottom: 30px;
    }

    .why-us-section .site-title {
        text-align: center;
        margin-bottom: 40px;
    }

    .projects-section .owl-nav button,
    .blogs-section .owl-nav button {
        position: absolute;
        bottom: 40%;
        background: var(--second-color) !important;
        font-size: 43px !important;
        width: 30px;
        height: 30px;
        color: #000 !important;
    }

    .blogs-section {
        padding: 20px 0;
    }

    .comments-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;
    }

    .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;
    }

    #blog-content-sec>div {
        padding: 0;
    }

    #single-article {
        margin-top: 20px;
    }

    .form-name-wrap,
    .form-email-wrap {
        width: 100%;
        display: block;
        margin-left: 0;
    }

    .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;
    }

    .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: auto;
    }

    #form-sec .en-title {
        top: -32px;
        text-align: left;
        width: 100%;
        padding-left: 0;
        font-size: 67px;
    }

    #form-sec {
        padding: 0;
    }

    .form-wrap {
        padding: 15px;
    }


    .accordion .card-header h2 button {
        font-size: 14px;
    }

    .mobile-search-btn {
        width: 20px;
        height: 20px;
        position: relative;
        top: 4px;
    }

    #landing-header-right-sec {
        margin-bottom: 20px;
    }

    #landing-header-right-sec h1 {
        font-size: 17px;
        margin-bottom: 10px;
        line-height: 25px;
    }

    #landing-header-right-sec span {
        font-size: 13px;
    }

    #landing-header-left-sec {
        text-align: right;
    }

    #landing-header-left-sec .second-btn {
        padding: 9px 17px;
        font-size: 13px;
    }

    .landing-top-opt-sec {
        width: 100%;
        text-align: center;
        padding: 15px 0px;
        border-left: none !important;
        border-bottom: 1px dashed #D0D0D0;
    }

    .landing-top-opt-sec h3 {
        font-size: 14px;
    }

    .landing-cat-sec .owl-nav {
        display: none;
    }

    .landing-cat-item img {
        height: 235px;
    }

    .landing-cat-item h3 {
        font-size: 16px;
    }

    .border-btn {
        padding: 0;
        border: none;
        margin-top: 0px;
    }

    .border-btn i {
        font-size: 13px;
    }

    .landing-cat-sec .row>div:nth-child(1) {
        padding-right: 0;
    }

    .landing-cat-sec .row>div:nth-child(2) {
        padding: 0;
    }

    .landing-top-opt-wrap {
        margin-bottom: 20px;
    }

    .work-step-box {
        width: 80%;
        margin: 40px 0;
        padding: 35px 15px;
    }

    .work-step-box .count {
        font-size: 39px;
        top: -7px;
    }

    .step-title {
        font-size: 15px;
        margin-top: 0;
        margin-bottom: 10px;
    }

    .step-options li {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 3px;
    }

    .col {
        padding: 0;
    }

    .project-cat-top-item {
        height: 300px;
    }

    .procta-content {
        display: block;
        width: 100%;
        padding: 0;
        height: auto;
        margin-bottom: 55px;
        text-align: center;
    }

    .procta-content h2 {
        width: 100%;
        padding: 30px 20px;
        font-size: 19px;
        line-height: 35px;
    }

    .procta-content-btn {
        left: 0;
        position: relative;
        padding: 15px 15px 5px 15px;
        width: 100%;
    }

    .landing-content-sec .col-12 {
        padding: 0;
    }

    .landing-content-sec {
        margin-top: 35px;
    }

    .project-details-items-sec {
        width: 100%;
        margin: 0 0 15px 0;
    }

    .owl-blog-cat {
        height: 83px;
        padding: 15px 35px 0;
    }

    .comment-respond {
        padding: 15px;
    }

    .comment-respond input[type="submit"] {
        font-size: 14px;
        padding: 9px 15px !important;
        height: auto !important;
    }

    .about-us-header {
        padding: 30px 0;
        min-height: auto;
    }

    .about-us-header h1 {
        font-size: 21px;
    }

    .principles-sec {
        background: linear-gradient(to bottom, #F2F9FF 29%, #fff 29%);
    }

    #contact-info-right-sec {
        padding: 15px 10px;
    }

    #contact-info-right-sec .col-12 {
        padding: 0;
    }

    #contact-info-left-sec iframe {
        height: 270px;
    }

    #contact-info-left-sec h3 {
        font-size: 16px;
        margin: 0 0 10px 0;
    }

    .about-item {
        width: 100%;
    }

    .projects-section .nav-pills {
        border-top: none;
    }

    .nav-pills .nav-link {
        margin: 10px;
        font-size: 14px;
        padding: 0;
    }

    .nav-pills .nav-link.active::after {
        display: none;
    }

    .blog-details-sec h3 {
        font-size: 17px;
    }

    .top-footer h2 {
        font-size: 21px;
    }

    .top-footer-items-wrap {
        display: block;
    }

    .top-footer-item-sec {
        margin-bottom: 20px;
    }

    .landing-header-sec {
        padding: 35px;
    }

    .landing-header-sec .col h1 {
        font-size: 19px;
        margin-top: 0;
        margin-bottom: 3px;
        line-height: 1.7;
    }

    .landing-header-sec .container {
        padding: 0;
    }

    .breadcrumbs {
        gap: 5px;
        font-size: 11px;
    }

    .landing-project-name {
        width: 100%;
        font-size: 23px;
    }

    .landing-project-info i {
        font-size: 29px;
    }

    .project-details {
        margin: 10px 0 25px 0;
    }

    .blog-info-wrap {
        display: none;
    }

    .single-header .row {
        padding: 15px 0 15px;
    }

    .single-header h1 {
        font-size: 17px;
        line-height: 30px;
        text-align: center;
    }

    .blog-img-sec img {
        height: auto;
    }

    .copyright-wrap {
        font-size: 11px;
        text-align: center;
    }

    #copyright-left {
        text-align: center;
    }

    .top-section {
        padding: 50px 0;
    }

    .big-title {
        font-size: 19px;
        margin: 13px 0;
    }

    .small-title {
        font-size: 16px;
    }

    .services-section {
        padding: 35px 0;
    }

    .products-section .owl-dots {
        position: relative;
        top: 10px;
        left: unset;
    }

    .accordion .card-header h2 button::before {
        border-right: 10px solid var(--main-color);
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
    }

    .accordion .card-header h2 button {
        padding: 17px 19px 17px 0px;
    }

    .faq-img {
        display: none;
    }

    .products-section,
    .about-us-section,
    .importants-section,
    .faq-section,
    .horse-section,
    .portfolio-section,
    .comments-section,
    .contact-us-section,
    .timeline-section {
        padding: 35px 0;
    }

    .portfolio-items-wrap>div {
        padding-right: 5px;
        padding-left: 5px;
    }

    .portfolio-item-sec,
    #portfolio-item-wrap4 .portfolio-item-sec {
        height: 135px;
        margin-bottom: 7px;
    }

    .comments-item {
        padding: 0;
        width: 100%;
        margin-top: 10px;
    }

    .contact-us-form-sec {
        padding: 20px;
    }

    .timeline-item-sec {
        padding-right: 40px;
    }

    .timeline-item-sec h3 {
        margin-bottom: 10px;
        font-size: 17px;
    }

    .timeline-counter {
        font-size: 21px;
        width: 45px;
        height: 45px;
        top: -2px;
    }

    #footer-four-sec {
        display: none;
    }

    .copyright-wrap .row {
        padding: 10px 0;
        font-size: 12px;
        margin-top: 20px;
    }

    #footer-two-sec {
        margin-top: 30px;
    }

    .about-us-item-sec span {
        font-size: 35px;
        margin-bottom: 7px;
    }

    .about-us-item-sec h3 {
        font-size: 19px;
    }

    .landing-header-overlay {
        width: 100%;
    }

    .page-wrap .container {
        padding: 0;
    }

    .horse-pedigree-sec, .horse-awards, .horse-father, .horse-grandfather, .horse-mother, .horse-grandmother, .horse-production {
        padding: 35px 0;
    }
    .horse-title {
        font-size: 21px;
    }
    .horse-title span {
        font-size: 15px;
    }
    .horse-title::before {
        margin-left: 7px;
    }
    .horse-title::after {
        margin-right: 7px;
    }
    .award-item {
        font-size: 15px;
        line-height: 1.9;
    }

}