@import "font-awesome.min.css";
@import "material-design-iconic-font.css";

* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    src: url('../font/IRANSansWeb.eot');
    src: url('../font/IRANSansWeb.eot') format('embedded-opentype'),
    url('../font/IRANSansWeb.woff2') format('woff2'),
    url('../font/IRANSansWeb.woff') format('woff'),
    url('../font/IRANSansWeb.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    src: url('../font/IRANSansWeb(FaNum).eot');
    src: url('../font/IRANSansWeb(FaNum).eot') format('embedded-opentype'),
    url('../font/IRANSansWeb(FaNum).woff2') format('woff2'),
    url('../font/IRANSansWeb(FaNum).woff') format('woff'),
    url('../font/IRANSansWeb(FaNum).ttf') format('truetype');
}


@font-face {
    font-family: IRANSansBold;
    font-style: normal;
    src: url('../font/bold/IRANSansWeb(FaNum)_Bold.eot');
    src: url('../font/bold/IRANSansWeb(FaNum)_Bold.eot') format('embedded-opentype'),
    url('../font/bold/IRANSansWeb(FaNum)_Bold.woff2') format('woff2'),
    url('../font/bold/IRANSansWeb(FaNum)_Bold.woff') format('woff'),
    url('../font/bold/IRANSansWeb(FaNum)_Bold.ttf') format('truetype');
}

body {
    font-family: 'IRANSans', Tahoma, Arial;
    font-style: normal;
    background: #FFF;
    direction: rtl;
}

a,
a:hover {
    text-decoration: none !important;
}


input:focus,
textarea:focus,
select:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: initial !important;
}
.header .header-top{
    font-size: 13px;
}
.header .header-top .container {
    display: flex;
    align-items: center;
    padding: 13px 15px;
}

.header .header-top .header-right {
    width: 50%;
    text-align: right;
    color: #a5a5a5;
}

.header .header-top .header-left {
    width: 50%;
    text-align: left;
    color: #a5a5a5;
}

.header .header-top .header-left i {
    margin: 0 5px;
    color: #a5a5a5;
}

.header .header-top .header-left i:hover {
    color: #b19678;
}



.header .header-middle {
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    padding: 0px;
}

.header .header-middle .container {
    display: flex;
    align-items: center;
    padding: 13px 15px;
}

.header .header-middle .header-right {
    width: 100%;
    text-align: center;
    padding-left: 20px;
}

.header .header-middle .header-right h3 {
    font-weight: bold;
}

.header .header-middle .header-left {
    width: 50%;
    text-align: left;
}

.header .header-middle .header-left .input-search {
    float: right;
    margin-right: 15px;
    border: 0;
    width: 85%;
    padding: 5px 10px;
}

.header .header-middle .header-left .icon-search {
    font-size: 25px;
    color: #a5a5a5;
}

.navbar-nav {
    float: none;
    display: inline-block;
    margin-top: 8px;
}

.navbar-nav>li {
    display: inline-block;
}

.navbar .navbar-box {
    text-align: center;
}

#toggleMenu {
    display: none;
}






.slide-container {
    position: relative;
    width: 100%;
    height: auto;
}

.slide-container .background-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.slide-container .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.slide-container .text {
    color: white;
    text-align: center;
    z-index: 1;
}

.slide-container .text .link-page {
    margin-bottom: 15px;
}

.link-page a {
    color: #FFF;
;

}

.slide-container .text .link-page .txt-1 {
    color: #c8c8c8;
}

.slide-container .text h1 {
    margin: 0;
    font-weight: bold;
    font-size: 3em;
}

.slide-container .text p {
    margin: 0;
    font-size: 1.2em;
}






/* footer */


.footer {
    background-color: #2f2f2f;
    color: #fff;
    padding: 40px 0;
    margin-top: 50px;
}


.footer-container {
    display: flex;
    justify-content: space-around;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;

}

.footer-container-bottom {
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;

}

.footer-section {
    flex: 1;
    margin: 20px;
}

.footer-section h2 {
    font-size: 20px;
    margin-bottom: 20px;
}

.footer-section p,
.footer-section ul {
    line-height: 1.8;
}

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

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

.footer-section ul li a {
    color: #fff;
    text-decoration: none;
}

.footer-section ul li a:hover {
    color: #c0c0c0;
}

.email-form {
    display: flex;
    margin-top: 20px;
}

.email-form input[type="email"] {
    padding: 10px;
    border: none;
    flex: 1;
    font-size: 16px;
    background: none;
    border-bottom: 1px solid #f3f3f3;
}

.email-form button {
    padding: 10px;
    color: #fff;
    background: none;
    border: none;
    font-size: 16px;
    cursor: pointer;
    border-bottom: 1px solid #f3f3f3;
}

.footer-bottom {
    background-color: #2f2f2f;
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid #F3F3F3;
    color: #FFF;
}

.footer-section p {
    text-align: justify;
}

.footer-bottom span {
    margin: 0;
    float: left;
}

.footer-bottom-links {
    list-style: none;
    padding: 0;
    margin-top: 10px;
    display: flex;
}

.footer-bottom-links li {
    margin: 0 10px;
}

.footer-bottom-links li a {
    color: #fff;
    text-decoration: none;
}

.footer-bottom-links li a:hover {
    color: #c0c0c0;
}




/* blog */

.card-blog {
    border: none;
    position: relative;
    margin: 10px 0;
}

.card-body-blog {
    padding: 20px 0;
    position: relative;
}

.card-category {
    display: inline-block;
    background: white;
    padding: 16px 50px;
    font-size: 12px;
    position: absolute;
    bottom: 155px;
    right: 0px;
    z-index: 10;
}

.read-more {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 14px;
    color: #000;
    text-decoration: none;
    border-top: 1px solid #F3F3F3;
    padding: 20px 0;
    margin-top: 30px;
}

.read-more span {
    margin-left: 5px;
}

.read-more:hover {
    text-decoration: underline;
}


.card-blog .img-container {
    width: 100%;
    overflow: hidden;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
    margin-bottom: 0;
    transition: transform 0.3s ease;
}

.card-blog:hover .img-responsive {
    transform: scale(1.1);
}


/* dashed-line */


.dashed {
    margin: 0;
}

.dashed .title {
    font-weight: bold;
}

.dashed p {
    color: #a8a8a8;
}

.dashed-line {
    font-size: 20px;
    letter-spacing: -3px;
    color: #a8a8a8;
    text-align: center;
    margin-left: 5px;
}




/* contact us */


.contact-us .dashed-line-bottom {
    font-size: 24px;
    letter-spacing: -3px;
    color: #2f2f2f;
    text-align: center;
    margin-left: 5px;
    width: 70px;
    border-top: 1px solid #2f2f2f;
    margin-top: 30px;
}

.dashed-line .title {
    font-weight: bold;
}

.contact-us .box-contact.title {
    font-weight: bold;
}

.dashed-line .des {
    margin: 30px 0;
    width: 70%;
    text-align: justify;
    color: #616161;
}

.contact-us .box-contact .text {
    color: #757575;
    margin: 25px 0;
}


.contact-details h5 {
    font-weight: bold;
}

.contact-details .btn-message {
    color: #FFF;
    background-color: #b19678;
    border: #b19678;
    padding: 8px 25px;
    border-radius: 3px;
    margin: 20px 0;
}

.contact-details .input-message {
    width: 100%;
    background: none;
    border: 0;
    border-bottom-width: 0px;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
    padding: 20px 0;
    border-bottom: 1px solid #a8a8a8;
    text-align: right;
}

.contact-us .map-container {
    width: 100%;
    height: 400px;
    margin: 50px 0;
}




/* about us */

.about-us .description p {
    color: #817e7e;
    margin-bottom: 25px;
}

.mb-3 {
    margin-bottom: 1rem;
}

.about-us a {
    color: #2f2f2f;
}

.banner-about {
    width: 100%;
    max-height: 380px;
    margin: 65px 0;
}

.about-team {
    margin: 25px 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #ececec;
}

.image-team {
    width: 100%;
}

.about-team .info {
    padding: 0 15px;
}

.about-team:hover {
    background-color: #f3f3f3;
}

.about-team ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.about-team ul li {
    display: inline-block;
}

.about-team ul li i {
    font-size: 12px;
    color: #333;
    padding: 4px;
    margin: 20px 2px;
    border: 1px solid #ececec;
    border-radius: 1px;
}








/* faq  */

.box-questions {
    background-color: #F3F3F3;
    padding: 30px;
    margin: 35px 0;
}

.box-questions .q-title {
    font-weight: bold;
    margin: 25px 0;
}

.faq-title a {
    text-decoration: none;
    display: block;
    position: relative;
    color: #2f2f2f;
    margin: 27px 0;
}

.faq-default {
    border-bottom: 1px solid #CECECE;
}

.faq-default .faq-body {
    color: #797979;
    text-align: justify;
    line-height: 2;
    margin-bottom: 20px;
}

.faq-title a::before {
    content: "+";
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
    font-size: 20px;
    color: #797979;
}

.faq-title a.collapsed::before {
    content: "+";
}

.faq-title a:not(.collapsed)::before {
    content: "_";
}

.question-content {
    margin-top: 50px;
    margin-bottom: 10px;
}

.box-questions .input-q-message {
    width: 100%;
    border: 0;
    background-color: #FFF;
    padding: 10px 15px;
    margin: 10px 0;
    text-align: right;
}

.box-questions .btn-faq {
    width: 100%;
    border: 0;
    padding: 10px;
    margin: 13px 0;
    color: #FFF;
    background-color: #b19678;
}




.video-item {
    display: none;
    margin-bottom: 15px;
}

.video-item.active {
    display: block;
}

.filter-buttons {
    margin-bottom: 35px;
}

.filter-buttons button {
    margin-right: 10px;
}

.videos .filter-btn {
    margin-right: 10px;
    padding: 9px 17px;
    padding-top: 9px;
    padding-right: 17px;
    padding-bottom: 9px;
    padding-left: 17px;
    border: 0;
    color: #FFF;
    background-color: #1a1a1a;
}

video {
    width: 100%;
    height: 380px;
}

.filter-buttons .filter-btn.active {
    background-color: #b19678;
}





/* services */

/* .item-service {
    padding: 20px;
    border: 1px solid #EAEAEA;
    margin: 15px 0;
} */

.services .description{
    padding-top: 5px;
    line-height: 2;
}
.item-service {
    position: relative;
    overflow: hidden;
    padding: 20px;
    border: 1px solid #EAEAEA;
    color: #444444;
    margin: 15px 0;
}

.item-service:hover::before {
    transform: scale(1);
}

.item-service .title {
    font-weight: bold;
    margin: 20px 0;
    font-size: 16px;
}



.item-service .desc {

    text-align: justify;
    height: 70px;
    font-size:13px;
}

.item-service .btn-link-service {
    padding-top: 10px;
    display: block;
    color: #b77d3d;
}

.item-service .btn-link-service:hover {
    color: #b19678;
}


.btn-link-service i {
    margin-right: 10px;
}

.item-service .title,
.item-service .desc,
.item-service .btn-link-service {
    position: relative;
    z-index: 2;
}





/* works  */

.works {
    margin-bottom: 50px;
}

.works .item-work {
    position: relative;
    margin-bottom: 150px;
}

.works .box-work {
    background-color: #FFF;
    width: auto;
    position: absolute;
    top: 50%;
    padding: 30px;
    margin-right: 30px;
    margin-left: 30px;
    right: 0;
}

.works .title {
    font-weight: bold;
    margin: 20px 0;
}

.works .des {
    text-align: justify;
    height: 100px;
}

.works .btn-link-works {
    color: #2f2f2f;
}

.works .btn-link-works:hover {
    color: #b19678;
}

.mt-5 {
    margin-top: 3rem;
}

.mb-130 {
    margin-bottom: 130px;
}

.content-order {
    padding-right: 150px;
    color: #91928f;
    line-height: 2;
}

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

.profile h5 {
    color: #1a1a1a;
}

.profile .box-start {
    color: #b19678;
}

.profile div {
    display: inline;
    margin-right: 10px;
}





.box-links {
    background-color: #F3F3F3;
    padding: 30px;
    margin: 30px 0 0 0;
}

.box-links .title {
    font-weight: bold;
    margin: 10px 0 0 35px;
}

.box-links .div-links {
    margin-top: 50px;
    margin-bottom: 10px;
}

.box-links .div-links .item {
    padding: 20px;
    background-color: #FFF;
    display: block;
    text-decoration: none;
    color: #2F2F2F;
    margin-bottom: 10px;
}

.box-links .div-links .item:hover {
    background-color: #b19678;
    color: #FFF;
}

.box-links .div-links a i {
    float: left;
}



.content-work img {
    width: 100%;
}

.content-work h2 {
    font-weight: bold;
    margin-bottom: 30px;
}

.content-work p {
    text-align: justify;
    color: #616161;
    line-height: 2;
}



/* story */


.link-100-s {
    color: #757575;
    float: left;
    margin-top: 20px;
}

.link-100-s:hover {
    color: #b19678;
}

.list-stories .item {
    border-top: 1px solid #F3F3F3;
    height: 125px;
    align-content: center;
}

.list-stories .item:hover {
    color: #b19678;
}

.list-stories .item h2 {
    font-weight: bold;
}

.link-100-s i {
    border: 1px solid #a8a8a8;
    border-radius: 100%;
    font-size: 18px;
    color: #757575;
    padding: 13px;
    text-align: center;
    align-content: baseline;
    width: 45px;
    height: 45px;
}

.p-100-s {
    padding: 15px 0;
    color: #757575;
}






/* blog  */

.content-blog .image-blog img {
    width: 100%;
}

.content-blog ul {
    display: inline;
}

.content-blog ul li {
    display: inline;
    margin-left: 15px;
}

.content-blog ul li span {
    margin-right: 5px;
}

.content-blog ul .item-heart {
    float: left;
    margin-left: 0px;
}

.box-sub-blog {
    margin: 20px 0;
    color: #757575;
}

.content-blog .title {
    font-weight: bold;
    margin: 40px 0;
    font-size: 25px;
}

.content-blog .box-content {
    color: #757575;
    text-align: justify;
    line-height: 2.0;
}

.blog .icon-b-search {
    padding: 15px;
    background-color: #a6a183;
    color: #FFF;
    margin: 0;
    position: absolute;
    left: 40px;
}

.blog .blog-search {
    border: 0;
    padding: 10px;
    width: 100%;
}

.blog .box-tags {
    margin: 25px 0;
}

.blog .box-tags .tag {
    background-color: #FFF;
    padding: 5px 15px;
    margin-left: 5px;
    display: inline-block;
    margin-bottom: 10px;
    color: #2f2f2f;
}

.box-links .title-tag {
    font-weight: bold;
}

.box-comment {
    margin: 25px 0;
}

.box-comment .q-comment .input-comment {
    width: 100%;
    border: 1px solid #d8d8d8;
    background-color: #FFF;
    padding: 10px 15px;
    margin: 10px 0;
    text-align: right;
}

.box-comment .btn-comment {
    width: 100%;
    border: 0;
    padding: 10px;
    margin: 13px 0;
    color: #FFF;
    background-color: #b19678;
}


.box-desc-contant {
    padding: 40px 15%;
    text-align: justify;
    color: #8c8c8c;
}

.link-p-new {
    color: #757575;
    float: left;
}

.link-p-new i {
    border: 1px solid #a8a8a8;
    border-radius: 100%;
    font-size: 18px;
    color: #757575;
    padding: 13px;
    text-align: center;
    align-content: baseline;
    width: 45px;
    height: 45px;
    margin-right: 10px;
}

.project-new {
    margin: 35px 0;
}

.project-item {
    display: flex;
    padding: 10px 0;
    margin: 32px 0;
}

.project-item .number {
    padding: 0 0 0 20px;
    border-left: 2px solid #7b7b7b;
    font-size: 20px;
    color: #888;
    margin-left: 30px;
    height: 80px;
}

.project-item .title {
    font-size: 16px;
    font-weight: bold;
    margin-top: 0;
    color: #2f2f2f;
}

.project-item:hover .title {
    color: #b19678 !important;
}

.project-item .text {
    color: #686868;
    margin: 0;
    line-height: 2.0;
    text-align: justify;
}

.project-item .item{
    position: absolute;
    right: 70px;
    height: 80px;
    width :auto;
}

.blog-new-card-container {
    /*display: flex;*/
    /*gap: 20px;*/
    margin: 35px 0;
}

.blog-item {
    position: relative;
    height: 300px;
    /*background: url('/home/images/blog/1.jpg') no-repeat center center/cover;*/
    overflow: hidden;
    transition: background 0.3s ease;
    margin: 15px 0;
}

.blog-item:hover .content h2,
.blog-item:hover .content p {
    color: white;
}

.box-project-new {
    margin: 130px 0;
}

.box-blog-new {
    margin: 130px 0 20px 0;
}

.blog-item:hover .image-overlay {
    transform: translateY(0);
}

.image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(100%);
    transition: transform 0.5s ease;
}

.blog-item .content {
    position: relative;
    z-index: 2;
    padding: 20px;
    top: 60px;
}

.blog-item .content h2 {
    margin: 20px 0;
    font-size: 20px;
    color: #333;
}

.blog-item .content p {
    margin-top: 10px;
    font-size: 14px;
    color: #555;
}

.blog-item:hover {
    color: #FFF !important;
}
.box-brand {
    position: relative;
}

.swiper-container {
    width: 100%;
    padding: 20px 0;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.box-brand .box-img img {
    width: 100%;
    max-width: 150px;
    height: auto; padding: 10px 0;
    margin: auto;

}

.owl-prev {
    float: right;
}


.box-brand h5 {
    margin-bottom: 40px;
}



.works-title {
    text-align: center;
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 50px;
    line-height: 100px;
    color: transparent;
    font-weight: 700;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #E3E3E3;
    display: block;
}






.works-content {
    height: 100%;
    border-top: 1px solid #E3E3E3;
}

.working-process-list {
    margin-top: 48px;
}

.single-working-process {
    position: relative;
    height: 100%;
    margin: 30px 0;
}

.working-process-list .single-working-process::before {
    position: absolute;
    content: "";
    left: 50%;
    top: -21%;
    transform: translateX(-50%);
    width: 16px;
    height: 16px;
    background: transparent;
    border-radius: 50%;
    border: 1px solid #30373E;
    opacity: 0;
    transition: 0.3s;
    z-index: 2;
}


.working-process-list .single-working-process::after {
    position: absolute;
    content: "";
    left: 50%;
    top: -20%;
    transform: translateX(-50%);
    width: 8px;
    height: 8px;
    background: #E3E3E3;
    border-radius: 50%;
    transition: 0.3s;
    z-index: 2;
}


.working-process-list .single-working-process .inner {
    height: 100%;
    padding: 30px;
    position: relative;
    z-index: 1;
    background-image: url('/home/images/work/05.jpg');
}


.working-process-list .single-working-process span {
    font-size: 100px;
    line-height: 100px;
    color: transparent;
    font-weight: 700;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #E3E3E3;
    display: block;
    margin-bottom: 106px;
}

.working-process-list .single-working-process .title {
    color: #30373E;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}

.working-process-list .single-working-process .inner .overlay-bg {
    position: absolute;
    content: "";
    width: 0%;
    height: 100%;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    z-index: -1;
    background-size: cover;
    transition: 0.3s;
}

.working-process-list .single-working-process:hover::before {
    background: #2f2f2f;
    opacity: 1;
}

.working-process-list .single-working-process:hover .inner .overlay-bg {
    width: 100%;
    right: 0;
    left: auto;
}

.working-process-list .single-working-process .inner .overlay-bg {
    position: absolute;
    content: "";
    width: 0%;
    height: 100%;
    top: 0;
    right: 0;
    left: auto;
    z-index: -1;
    background-size: cover;
    background: rgba(255, 255, 255, 0.2);
    transition: width 0.3s ease;
}

.working-process-list .single-working-process::before,
.working-process-list .single-working-process::after {
    transition: all 0.3s ease;
}

.working-process-list .single-working-process:hover::after {


    border-radius: 50%;
    border: 1px solid #30373E;
}

.working-process-list .single-working-process:hover .title,
.working-process-list .single-working-process:hover .desc,
.working-process-list .single-working-process:hover .number {
    color: white;
    transition: color 0.3s ease;
}




/*slider home*/

.slider {
    position: relative;
    width: 100%;
    height: 600px;
    margin: 0 auto;
    overflow: hidden;
}


.slider .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/home/images/slider/bg1.jpg'); /* default image */
    background-size: cover;
    background-position: center;
    transition: background-image 0.5s ease;
    z-index: 1;
}


.slider .content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 100%;
    z-index: 2;
}


.slider .text-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: white;
    height: 100%;
    width: 100%;
    border-right: 1px solid #a2a2a2;
    position: relative;
    overflow: hidden;
}

.slider .text-container h3,
.slider .text-container p {
    position: relative;
    margin: 20px;
}


.slider .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    cursor: pointer;
    z-index: 3;
}

.txt-danger{
    color: red;
    margin: 10px 0 0 0;
}
.slider .arrow.left {
    left: 10px;
}

.slider .arrow.right {
    right: 10px;
}

.main-controls {
    text-align: center;
    position: absolute;
    left: 0;
    right: auto;
    top: 4px;
    bottom: auto;
    z-index: 2;
}

.box-brand .main-controls {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    opacity: 1;
    transition: all .3s ease;
    width: 100%;
}


.box-brand .main-controls .next {
    right: 0;
    position: absolute;
}
.box-brand .main-controls .prev {
    position: absolute;
    left: 0;
}
.main-controls .next {
    background-image: url(/home/images/icons/pst-prod-next.svg);
}

.main-controls .prev {
    background-image: url(/home//images/icons/pst-prod-prev.svg);
}
.main-controls div {
    z-index: 99;
    background-repeat: no-repeat;
    background-color: transparent;
    color: #ffffff;
    height: 20px;
    width: 20px;
    background-size: 100%;
    line-height: 20px;
    background-position: center;
    margin: 0 0 0 5px;
    float: right;
    cursor: pointer;
    overflow: hidden;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}



.img-service{
    z-index: 2;
    position: relative;
    padding-top: 20px;
}

.services-title{
    text-align: center;
    margin-bottom: 70px;
}

.services-title h1{
    font-size: 48px;
    font-weight: bold;
    margin: 20px 0;
}

.services-title .service-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.services-title .circle {
    width: 8px;
    height: 8px;
    background-color: #a48b6d;
    border-radius: 50%;
    margin-right: 10px;
}

.services-title .line {
    width: 50px;
    height: 2px;
    background-color: #a48b6d;
    margin: 0 0 0 10px;
}

.services-title .service-text {
    font-size: 16px;
    color: #a48b6d;
}

.link-slider{
    color: #FFF;
}

.link-slider:hover{
    color: #2f2f2f;
}


.video-container{
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    border-radius: 7px;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


#back-to-top{
    background-color: #a48b6d;
    border-radius: 25px;
    height: 40px;
    width: 40px;
    left: 15px;
    bottom: 15px;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    z-index: 95;
    font-size: 30px;
    background-size: 40px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    padding: 0px;
}

#back-to-top.show{
    opacity: 1;
    visibility: visible;
}
