@charset "UTF-8";

:root {
    --primary-color: #ffce00;
    --secondary-color: #cd3b2c;
    --dark-color: #1f1b20;
    --bg-color: #f8f9fa;
    --white-color: #ffffff;
    --black-color: #000000;
    --text-gray-color: #606060;
    --transition: all 0.3s ease 0s;
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body,
html {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    color: var(--black-color);
    font-size: 14px;
    letter-spacing: normal;
    font-weight: 400;
    line-height: 20px;
    font-family: "Nunito Sans", sans-serif;
}

h1,
h2,
h3,
h4 {
    font-family: "Lora", serif;
    margin: 0
	padding:5px;
}
h5,
h6 {
	font-size: 15px;
    margin: 0
}

p {
	    padding: 5px;
    margin-bottom: 10px;
	font-size: 17px;
}

p:last-child {
    margin-bottom: 0;
}

a,
button {
    cursor: pointer;
    text-decoration: none;
    color: var(--black-color);
    transition: var(--transition);
}
a,
button,
img,
input,
textarea {
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

a:focus {
    text-decoration: none;
    outline: 0
}

a:hover {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
    height: auto
}

ul {
    margin: 0;
    padding: 0
}

li {
    list-style: none;
    transition: var(--transition);
}
.section-heading {
   margin-bottom: 10px;
}
.section-heading-center {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: relative;
    text-align: center;
    gap: 10px;
}
.main-head {
    font-size: 34px;
    line-height: 45px;
    margin-bottom: 10px;
	    margin-top: -10px;
    font-weight: 700;
}
.sub-head {
	padding: 5px;
    color: var(--secondary-color);
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.container-fluid {
    padding-right: 30px;
    padding-left: 30px;
}

.section-padding {
    padding: 80px 0;
}
.pad-top {
    padding-top: 80px;
}
.pad-bottom {
    padding-bottom: 80px;
}
/*----- button section start -----*/
.main-btn {
	margin: 15px;
    min-width: 120px;
    height: 40px;
    font-weight: 500;
    padding: 0 20px;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    position: relative;
}
.main-btn i {
    padding-left: 5px;
}
.btn-1 {
    background: var(--primary-color);
    color: var(--black-color);
    border: 1px solid var(--primary-color);
}
.btn-1:hover {
    color: var(--black-color);
    background: transparent;
    border-color: var(--black-color);
}

.main-btnn {
    margin-left: 1050px;
    min-width: 120px;
    height: 40px;
    font-weight: 500;
    padding: 0 20px;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    position: relative;
}
.main-bttn {
    border: 1px solid #000;
    margin-left: 910px;
    min-width: 120px;
    height: 40px;
    font-weight: 500;
    padding: 0 20px;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    position: relative;
}
.main-bttn i {
    padding-left: 5px;
}
.btn-4:hover {
    color: var(--black-color);
    background: var(--primary-color);
    border-color: var(--black-color);
}
.main-btttn {
	margin-bottom: 20px;
    border: 1px solid #000;
    margin-left: 1270px;
    min-width: 120px;
    height: 40px;
    font-weight: 500;
    padding: 0 20px;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    position: relative;
}
.main-btttn i {
    padding-left: 5px;
}
.btn-5:hover {
    color: #000;
    background-color: var(--primary-color);
    border-color: var(--black-color);
}
.main-btnn i {
    padding-left: 5px;
}
.btn-3 {
    background: #fff;
    color: #000;
    border: 1px solid var(--primary-color);
}
.btn-3:hover {
    color: var(--black-color);
    background: transparent;
    border-color: var(--black-color);
}





.btn-2 {
    background: var(--secondary-color);
    color: var(--white-color);
    border: 1px solid var(--secondary-color);
}
.btn-2:hover {
    background: transparent;
    color: var(--secondary-color);
    border-color: var(--secondary-color);
}


.btn-white {
    background: var(--white-color);
    color: var(--secondary-color);
    border: 1px solid var(--white-color);
}
.btn-white:hover {
    background: transparent;
    color: var(--white-color);
    border-color: var(--white-color);
}
/*----- button section end -----*/
.bg-color {
    background-color: var(--bg-color);
}
.secondary-bg-color {
    background-color: var(--secondary-color);
}
.primary-bg-color {
    background-color: var(--primary-color);
}

.top-logo img {
    width: auto;
    height: 64px;
}
.inline-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top-area-right a {
    display: flex;
    align-items: center;
    gap: 10px;
}
.top-icon {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border: 1px solid var(--secondary-color);
    background: var(--secondary-color);
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
}
.top-text h4 {
    font-weight: 700;
    font-size: 16px;
    color: var(--black-color);
    margin-bottom: 2px;
}
.top-text p {
    color: #676767;
}
.top-area-right {
    display: flex;
    gap: 50px;
    margin-right: 30px;
    align-items: center;
}
nav {
    background: #fff9e0;
}
.top-header {
    padding: 5px 0;
}
/*-------- banner section start --------*/
.banner-bg {
    padding-top: 80px;
}
.banner-text {
    margin-top: -50px;
}
.banner-text .main-head {
    font-size: 60px;
    line-height: 65px;
    margin-bottom: 10px;
    font-weight: 700;
    color: var(--primary-color);
}
.banner-img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.banner-img-section .right-dots .owl-nav .owl-prev {
    left: 0;
    opacity: 0;
}
.banner-img-section .right-dots .owl-nav .owl-next {
    right: 0;
    opacity: 0;
}
.banner-img-section:hover .right-dots .owl-nav .owl-prev {
    left: 50px;
    opacity: 1;
}
.banner-img-section:hover .right-dots .owl-nav .owl-next {
    right: 50px;
    opacity: 1;
}
.owl-carousel.banner-owl .owl-dots.disabled,
.owl-carousel.banner-owl .owl-nav.disabled {
    top: 55%;
}
/*-------- banner section end --------*/


/*-------- counter section start --------*/
.counter-grid {
    display: grid;
    width: 100%;
    grid-column-gap: 40px;
    grid-row-gap: 20px;
    grid-template-columns: repeat(4, minmax(0px, 1fr));
}
.counter-grid .counter {
    text-align: center;
    position: relative;
}
.count-number {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 85px;
    color: #ededed;
    z-index: -1;
}
.count-text {
    font-size: 20px;
    text-shadow: 0 0 20px #ffffff;
}
/*-------- counter section end --------*/


/*-------- product section start --------*/
.product-grid {
    display: grid;
    width: 100%;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: repeat(5, minmax(0px, 1fr));
}
.product-bg:before {
    content: "";
    background: url(../images/bg-img/product-bg.png);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
}
.card-front .main-btn, .card-back .main-btn{
    min-width: auto;
    height: 30px;
    font-size: 12px;
    padding: 0 15px;
}
.card-back p {
    font-size: 12px;
    color: #fff;
    line-height: 16px;
}
.card{
    width: 100%;
    height: 220px;
    border: 0;
    border-radius: 20px;
}
.card-inner{
    position: relative;
    width: 100%;
    height: 100%;
    padding-bottom: 100%;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}
.product-img {
    width: 100%;
    height: 100%;
}
.card:hover .card-inner{
    transform: rotateY(180deg);
}
.card-front, .card-back{
    position: absolute;
    width: 100%;
    height: 220px;
    box-shadow: 0 0 8px 0px #0000001f;
    backface-visibility: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 14px;
}
.card-front {
    background: var(--white-color);
}
.card-back{
    padding: 15px;
    background: var(--secondary-color);
    transform: rotateY(180deg);
}
.product-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 14px;
}
.card-front .main-head {
    position: absolute;
    bottom: 0;
    font-size: 14px;
    line-height: 18px;
    width: 100%;
    background: #ffffffd6;
    border-radius: 0 0 14px 14px;
    margin: 0;
    padding: 10px;
}

/*-------- product section end --------*/


/*-------- service section start --------*/
.service-box {
    display: grid;
    width: 100%;
    grid-column-gap: 20px;
    grid-row-gap: 0;
    margin-top: 40px;
    grid-template-columns: repeat(3, minmax(0px, 1fr));
}
.service-img span {
    background: #fff;
    display: block;
    width: 70px;
    height: 70px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 4px solid var(--primary-color);
    z-index: 1;
}
.service-img {
    padding-bottom: 90px;
}
.service-img span img {
    height: 28px;
}
.service-card {
    background-color: #fff;
    padding: 20px 20px;
    border-radius: 14px;
    position: absolute;
    bottom: 30px;
    width: 85%;
    left: 28px;
    z-index: 9;
    display: block;
    box-shadow: 0 0 7px 0px #00000024;
    transition: var(--transition);
}
.service-card a {
    font-size: 14px;
    font-weight: 600;
}
.service-card a i {
    position: relative;
    top: 1px;
    font-size: 13px;
}
.service-card h4 {
    font-weight: 700;
    font-size: 20px;
    text-transform: capitalize;
}
.service-card p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 6px;
    margin-bottom: 5px;
    display: -webkit-box;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
}
.service-item:hover .service-card h4 {
    color: var(--secondary-color);
}
.service-item:hover .service-card a {
    color: var(--secondary-color);
}
.service-item:hover .service-img .service-icon {
    transform: rotateY(180deg);
}
.service-item:hover .service-card {
    transform: translateY(10px);
}
.service-img .img-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 14px;
    transition: var(--transition);
}
.service-item, .service-img {
    position: relative;
    overflow: hidden;
    transition: var(--transition);
}
.service-item:before {
    content: "";
    background-image: linear-gradient(#ffffff24 0%, #000000 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 250px;
    border-radius: 14px;
    opacity: 1;
    transition: var(--transition);
    z-index: 1;
}
/*-------- service section end --------*/


/*-------- about section start --------*/
.about-grid {
    display: grid;
    width: 100%;
    grid-column-gap: 60px;
    grid-row-gap: 20px;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
    justify-content: center;
    align-items: center;
}
.about-img-section {
    width: 450px;
    height: 410px;
    background: var(--black-color);
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about-section:before {
    content: "";
    background: url(../images/bg-img/bg-2.png) no-repeat;
    position: absolute;
    top: 0;
    left: -380px;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0.1;
}
.about-content .section-heading {
    margin-bottom: 15px;
}
.about-img-section .about-img {
    height: 175px;
    width: fit-content;
}
.about-box {
    display: flex;
    justify-content: end;
}
/*-------- about section end --------*/


/*-------- category section start --------*/
.category-item:hover .category-text {
    transform: translateY(-10px);
}
.category-item {
    position: relative;
    transition: var(--transition);
    overflow: hidden;
}
.category-img a {
    display: block;
    width: 100%;
    border-radius: 10px;
}
.category-img img {
    width: 100%;
    height: 200px;
    border-radius: 10px;
    object-fit: cover;
}
#sidebar {
  height: 179px;
  width: 10px;
  position: fixed;
  text-align: center;
  padding: 10px;
  margin-left: 10px;
  z-index: 9999;
  top: 50%;
}
#sidebar a {
  text-decoration: none;
  vertical-align: middle;
  text-align: center;
  line-height: 3;
}
#sidebar p {
  color: #002750;
  position: relative;
  left: -10px;
}
#sidebar p i {
     right: 6px;
    top: 16px;
    position: absolute;
    vertical-align: middle;
    text-align: center;
    font-size: 24px;
    color: #002750;
}

.social {
  margin-left: -200px;
  width: 230px;
  padding: 0;
  display: inline-table;
  height: 0px;
  background-color:var(--primary-color);
  -moz-transition-property: margin-left;
  -moz-transition-duration: 0.2s;
  -moz-transition-delay: 0.2s;
  -ms-transition-property: margin-left;
  -ms-transition-duration: 0.2s;
  -ms-transition-delay: 0.2s;
  -o-transition-property: margin-left;
  -o-transition-duration: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-property: margin-left;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s;
  box-shadow: 0px 0px 6px 0px #3E3D3D;
  cursor: pointer;
}

.social:hover {
  margin-left: -30px;
  width: 230px;
  background-color: #fff;
}

.facebook:hover {
  background-color: #fff;
}

.twitter:hover {
  background-color: #fff;
}
.category-item .product-text{
    position: absolute;
    top: 0;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    transition: var(--transition);
}
.category-item:before{
    content: "";
    background: linear-gradient(to top, #000000 0%, #ffffff00 100%);
    border-radius: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    transition: var(--transition);
}
.category-item:hover:before{
    height: 100%;
    background: linear-gradient(to top, var(--secondary-color) 0%, #ffffff00 100%);
}
.category-text {
    position: absolute;
    bottom: 10px;
    z-index: 11;
    width: 100%;
    transition: var(--transition);
}
.category-item .category-text .main-head{
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    color: #ffffff;
    display: block;
}
.category-section .section-heading {
    margin-bottom: 20px;
}
/*-------- category section end --------*/


/*-------- astrologer section start --------*/
.astrologer-item {
    background: #ffffff;
    padding: 15px;
    border-radius: 100px 0;
    box-shadow: 0 0 6px #0000000a;
    margin: 5px 0;
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.astrologer-img img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #edededee;
}
.astrologer-text .main-head {
    font-size: 16px;
    line-height: 25px;
    margin: 0;
}
.astrologer-text p {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    color: var(--secondary-color);
}
.astrologer-text span {
    font-size: 12px;
    line-height: 25px;
    font-weight: 500;
    color: var(--black-color);
    background: #fff0ae;
    padding: 2px 15px;
    margin-top: 5px;
    display: block;
    width: fit-content;
    border-radius: 30px;
}
.astrologer-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 2px;
}

/*-------- astrologer section end --------*/



/*-------- tab contact section start --------*/
.tabbable-responsive {
    display: block;
    min-width: 100%;
    overflow-x: auto;
    margin: 0px -21px -13px -21px;
}
.tabbable {
    min-width: 100%;
}
.tabbable .nav-tabs {
    white-space: nowrap;
    display: inline-block;
    min-width: 100%;
    padding: 0px 15px;
}
.tabbable .nav-tabs .nav-item {
    display: inline-block;
}
.tabbable .nav-tabs .nav-item .nav-link {
    display: inline-block;
    width: 100%;
    text-align:center;
    color:#000;
}
.tab-content {
    padding: 15px;
}
.nav-tabs {
    display: flex;
    gap: 10px;
    justify-content: center;
}
.nav-tabs .nav-link {
    background: #ffdfdc;
    color: var(--secondary-color);
    font-size: 16px;
    font-weight: 600;
    border-radius: 30px;
    padding: 15px 25px;
    border: 0;
}
.nav-tabs .nav-link.active {
    background: var(--secondary-color);
    color: var(--white-color);
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
    background: var(--secondary-color);
    color: var(--white-color);
}
.contact-form {
    background: var(--primary-color);
    padding: 50px;
    border-radius: 50px 0 0 50px;
}
.contact-img img {
    border-radius: 0 50px 50px 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contact-form .form-control {
    height: 45px;
    color: #747474;
    margin-bottom: 15px;
    padding: 10px 15px;
    border: 1px solid #e7bb03;
    position: relative;
    z-index: 11;
    font-size: 14px;
}
textarea.form-control {
    min-height: 100px;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: var(--secondary-color);
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, .25);
}
.contact-grid {
    display: grid;
    border: 1px solid #000;
    border-radius: 50px;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
}
/*-------- tab contact section end --------*/


/*-------- gallery section start  --------*/
.gallery-details {
    display: grid;
    width: 100%;
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    grid-template-columns: repeat(6, minmax(0px, 1fr));
}
.view-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    background: var(--secondary-color);
    color: #ffffff;
    opacity: 0;
    visibility: hidden;
}
.gallery-img-img {
    height: 250px;
    width: 100%;
    object-fit: cover;
}
.gallery-details a {
    position: relative;
}
.gallery-details a:before {
    content: "";
    /* background: #ffce00c9; */
    position: absolute;
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}
.gallery-details a:hover:before {
    opacity: 1;
    visibility: visible;
}
.gallery-details a:hover .view-icon {
    opacity: 1;
    visibility: visible;
}
/*-------- gallery section end --------*/

/*-------- testimonial section start --------*/
.testimonial-bg .container {
    position: relative;
    z-index: 111;
}
.customers-review-item {
    background: linear-gradient(to right, #f75b4b 0%, #c74537);
    /* background: #fff; */
    border-radius: 15px;
    padding: 30px 30px;
    position: relative;
    height: 220px;
}
.star-review img {
    height: 26px;
}
.testimonial-bg:before {
    content: "";
    background: url(../images/bg-1.png) no-repeat left;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    z-index: 1;
    opacity: 0.4;
}
.testimonial-bg:after {
    content: "";
    background: url(../images/bg-2.png) no-repeat right;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    z-index: 1;
    opacity: 0.4;
}
.divider {
    width: 100%;
    height: 1px;
    background: #fff;
    margin: 10px 0;
}
.client-text {
    font-size: 13px;
    color: #ffffff;
    line-height: 22px;
    margin-bottom: 0;
}
.customers-review-text .main-head {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 3px;
}
.customers-review-item:before {
    content: "";
    background: url(../images/quote-1.png) no-repeat center;
    position: absolute;
    right: 15px;
    bottom: -10px;
    width: 128px;
    height: 108px;
    background-size: contain;
    z-index: 1;
}
/*-------- testimonial section end --------*/


/*--- blog start ---*/
.blog-grid {
    display: grid;
    width: 100%;
    grid-column-gap: 30px;
    grid-row-gap: 35px;
    grid-template-columns: repeat(3, minmax(0px, 1fr));
}
.event-time-location {
    color: var(--primary-color);
    margin-bottom: 15px;
    font-size: 20px;
    margin-top: 20px;
    font-weight: 600;
}
.inner-text h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
}
.inner-text {
    margin-top: 30px;
}
.weight_600 {
    font-weight: 600;
}
.event-date span {
    color: var(--black-color);
    font-size: 46px;
    line-height: 40px;
    font-weight: 600;
    display: block;
}
.event-date {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 100px;
    height: 100px;
    background: var(--primary-color);
    border: 2px solid #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
}
.blog-item .blog-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 14px 14px 0 0;
}
.auth-area img {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    margin-right: 2px;
    background: #fff;
    border: 2px solid #fff;
}
.calendar-area i {
    margin-right: 3px;
}
.blog-content {
    background: var(--primary-color);
    position: relative;
    padding: 20px;
    width: 100%;
    border-radius: 0 0 14px 14px;
}
.blog-content h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: var(--black-color);
    margin-bottom: 10px;
    margin-top: 10px;
    height: 50px;
    display: -webkit-box;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
}
.blog-inline {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.w-fit {
    width: fit-content;
}
.blog-content .main-btn:hover {
    background: #ffffff;
    color: #000;
    border-color: #fff;
}
.blog-item .tag {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    padding: 2px 10px;
    letter-spacing: 0.5px;
}
.blog-item .tag.bg-1 {
    background: #27b56e;
}
.blog-item .tag.bg-2 {
    background: #22a6b3;
}
.blog-item .tag.bg-3 {
    background: #f0932b;
}
.inner-service-section {
    display: grid;
    width: 100%;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
}
/*--- blog end ---*/


/*--- footer section start ---*/
.footer-section {
    background: var(--black-color);
}
.footer-logo {
    height: 50px;
}
.footer-social-inline {
    display: flex;
    align-items: center;
    column-gap: 5px;
    margin-top: 15px;
}
.footer-social-list-icon:hover i{
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--black-color);
}
.footer-social-inline li, .footer-social-inline li a {
    margin-bottom: 0;
}
.footer-social-list-icon i {
    width: 28px;
    height: 28px;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    line-height: 27px;
    text-align: center;
    border-radius: 50%;
    position: relative;
    font-size: 11px;
    display: inline-block;
    transition: var(--transition);
}
.footer-section:before {
    content: "";
    background: #000000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    z-index: 1;
}
.footer-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.footer-bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main-footer {
    display: grid;
    width: 100%;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: repeat(4, minmax(0px, 1fr));
    padding: 70px 0 55px 0;
    position: relative;
    z-index: 1;
}
.footer-title {
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
}
.footer-widget a {
    font-size: 14px;
    width: fit-content;
    color: #ffffff;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.footer-widget a:hover {
    color: var(--primary-color);
}
.footer-item:nth-child(2) {
    padding-left: 80px;
}
.footer-item:nth-child(3) {
    padding-left: 35px;
}
.footer-widget ul li {
    margin-bottom: 5px;
}
.footer-widget p {
    font-size: 14px;
    color: #ffffff;
    margin-top: 15px;
}
.footer-bottom {
    padding: 15px 0;
    position: relative;
    z-index: 1;
    border-top: 1px solid #ffffff;
}
.copyright-content-link {
    color: #ffffff;
}
.copyright-content-link:hover {
    color: var(--primary-color);
}
.footer-bottom p {
    font-size: 12px;
    line-height: 24px;
    color: #ffffff;
    margin: 0;
}
.contact-info i {
    font-size: 20px;
    color: #ffffff;
    margin-right: 10px;
}
.contact-info a:hover i {
    color: var(--primary-color);
}
.home-map iframe {
    width: 100%;
    height: 220px;
    border-radius: 14px;
    filter: grayscale(100%);
}
.home-map iframe:hover {
    filter: grayscale(0%);
}
.extra-link, .extra-link a {
    font-size: 12px;
    color: #ffffff;
}
.extra-link a:hover {
    color: var(--primary-color);
}
.extra-link img {
    height: 26px;
}

.contact-info i {
    width: 24px;
    height: 24px;
    background: #ffffff;
    border: 1px solid #fff;
    color: var(--secondary-color);
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    left: -35px;
    font-size: 12px;
    display: inline-block;
    transition: var(--transition);
}
.contact-info a {
    margin-left: 35px;
    position: relative;
}
.contact-info a:hover i {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--black-color);
}

#scroll__top {
    position: fixed;
    bottom: 80px;
    right: 25px;
    z-index: 99;
    outline: 0;
    background-color: var(--primary-color);
    color: var(--black-color);
    border: 2px solid #ffffff;
    box-shadow: 0 2px 22px rgba(0, 0, 0, .16);
    cursor: pointer;
    transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
#scroll__top:hover {
    color: var(--secondary-color);
    background: var(--white-color)
}

#scroll__top.active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}
#scroll__top svg {
    width: 25px;
    line-height: 1
}

/*--- footer section end ---*/


/*--------------------------------------------
        breadcrumb section start
--------------------------------------------*/
.breadcrumb-area {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 150px;
    position: relative;
}
.breadcrumb-area .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    width: 100%;
    height: 100%;
}
.breadcrumb-area:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #000000;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}
.breadcrumb-area h1, .breadcrumb-area h2, .breadcrumb-area h3, .breadcrumb-area h4 {
    color: #fff;
    font-weight: 800;
    font-size: 24px;
    position: relative;
}
.breadcrumb-list a, .breadcrumb-list li {
    color: var(--black-color);
    font-size: 12px;
    margin-right: 10px;
}
.breadcrumb-list li:last-child {
    margin-right: 0;
}
.breadcrumb-list li:last-child:after {
    display: none;
    opacity: 0;
}
.breadcrumb-list li:after {
    content: "\f054";
    font-family: "Font Awesome 6 Pro";
    color: var(--black-color);
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
}
.breadcrumb-list ul {
    display: flex;
    background: #ffffff;
    width: fit-content;
    padding: 5px 15px;
    border-radius: 30px;
    transition: var(--transition);
}
.breadcrumb-list ul:hover {
    background: var(--secondary-color);
}
.breadcrumb-list ul:hover a, .breadcrumb-list ul:hover li {
    color: #ffffff;
}
.breadcrumb-list ul:hover li:after {
    color: #ffffff;
}
/*--------------------------------------------
        breadcrumb section end
--------------------------------------------*/


/*--------------------------------------------
        breadcrumb section end
--------------------------------------------*/
.registration {
    position: relative;
    z-index: 11;
    background: #ffffffeb;
    padding: 15px;
    border-radius: 10px;
}
.form-label {
    font-weight: 500;
    margin-bottom: 5px;
}
.required-text {
    color: red;
}
.form-control {
    border-radius: 6px;
    padding: 10px 15px 10px 15px;
    height: 40px;
    border: 1px solid #c7c6c6;
    color: #444444;
    font-size: 14px;
    width: 100%;
}
.form-group {
    margin-bottom: 10px;
}
/*--------------------------------------------
        breadcrumb section end
--------------------------------------------*/





/*--------------------------------------------
        branch section start
--------------------------------------------*/
.tasto{
	margin-bottom:20px;
}
.branch-box {
  background: #000000;
    margin-top: 28px;
    margin-left: 100px;
    border-radius: 25px;
    border: 1px solid #fff;
    /* margin: 11px; */
    padding: 30px 30px;
    position: relative;
    height: 200px;
    box-shadow: 10px 10px #ffce00;
}
.branch-box a {
    font-size: 14px;
    width: fit-content;
    color: #ffffff;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding-left: 35px;
}
.branch-box i {
    width: 24px;
    height: 24px;
    background: #ffffff;
    border: 1px solid #fff;
    color: #000000;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    left: 0;
    font-size: 12px;
    display: inline-block;
    transition: var(--transition);
}
.branch-box:before {
    content: "";
    background: url(../images/bg-img/map.png) no-repeat center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    background-size: cover;
}
/*--------------------------------------------
        branch section end
--------------------------------------------*/



/*-----------------------------------------------------------------------
                        shape section start
-----------------------------------------------------------------------*/
.about-img-section .shape-3 img {
    height: 135px;
}
.about-img-section .shape-3 {
    top: -30px;
    right: -30px;
}
.about-img-section .shape-2 img {
    height: 115px;
}
.about-img-section .shape-2 {
    bottom: 10px;
    left: -80px;
    top: auto;
    right: auto;
}
.shape-3 {
    top: 3%;
    right: 0;
    -webkit-animation: moveleftright1 3s infinite linear;
    animation: moveleftright1 3s infinite linear;
}
.shape {
    position: absolute;
    opacity: 1;
}
@keyframes moveleftright1 {
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(10px);
    }
    100% {
        transform: translateX(0px);
    }
}


.shape-2 {
    top: 40px;
    right: 40px;
    -webkit-animation: moveupdown1 5s infinite linear;
    animation: moveupdown1 5s infinite linear;
}
@keyframes moveupdown1 {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(0px);
    }
}
.banner-img-section .shape-2 {
    bottom: 10px;
    left: -60px;
    right: auto;
    top: auto;
    z-index: 11;
}
.banner-img-section .shape-2 img {
    height: 110px;
}


.shape-5 {
    z-index: 1;
    -webkit-animation: circle2 5s infinite linear;
    animation: circle2 5s infinite linear;
}
@keyframes circle2 {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.about-content .shape-5 {
    top: -50px;
    right: 0;
}
.about-content .shape-5 img {
    height: 100px;
    opacity: 0.2;
}




























/*-----------------------------------------------------------------------
                        shape section end
-----------------------------------------------------------------------*/
























