/********** Template CSS **********/



/* new service */
img {
    max-width: 100%;
}
.btn-white:hover {
  color: var(--black);
}

a{
  color: var(--white);
}

.color-price{
  color: var(--primary);
}
a:hover,
.btn:hover {
  color: var(--primary);
}
.btn-white {
  color: #ffffff;
  padding: 7px;
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    transition: .5s;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    color: var(--primary);
    /* text-shadow: -1px 1px 0 var(--white), 1px 1px 0 var(--white), 1px -1px 0 var(--white), -1px -1px 0 var(--white); */
}

body{
  /* background-image: url("../images/bg-body.jpg");
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed; */
}

.text-body{ 
  color: var(--black) !important;
}

.title-big {
    font-size: 30px;
    font-weight: 300;
    padding: 0 0 16px 15px;
    background: linear-gradient(360deg, var(--primary) 100%, var(--primary) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.navbar-dark .navbar-toggler {
  background-color: var(--black);
  color: var(--white);
  border-color: var(--white);
}
.img-services{
  border-radius: 2rem;
  border: 3px solid var(--primary_dark);
  box-shadow: 1px 12px 0px -3px var(--black)
}

.service-wrap{
  border-radius: 1rem;
  z-index: 1;
  position: relative;
  padding: 1rem;
  background-color: var(--primary_light);
  background-image: url("../images/bg-services.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  border: 2px solid var(--primary);
}
/* .service-wrap::after{
  position: absolute;
    content: "";
    width: 99%;
    height: 99%;
    top: 4px;
    border-radius: 1rem;
    left: 4px;
    border: 1px solid red;
    background-color: transparent;
    z-index: -1;
} */



.img-drop{
  position: absolute;
  top: -10px;
  right: -7%;
  max-width: initial;
  width: 60%;
  z-index: -1;
  transform: rotate(-13deg);
}

.polish{
  position: absolute;
  top: -61px;
  right: 31%;

}

.img-about{
  width: 70%;
}

.color-title{
  color: var(--black);
}
.line-dash {
    border: 1px solid rgba(255,255,255,0.05);
    height: 0.5px;
    width: 100%;
    margin: 40px 0;
}
.description {
    font-style: italic;
    color: var(--dark);
    padding: 5px 0 calc(var(--bs-gutter-x) / 2) calc(var(--bs-gutter-x) / 2);
}


.contact a{
color: var(--black);
}
.contact a:hover{
color: var(--primary);
}

:root {
    --primary: #ca2434;
    --primary_light: #fff0f2;
    --primary_dark: #4d070e;
    --secondary: #FDBE33;
    --light: #F4F6F8;
    --white: white;
    --dark: #9a8e80;
    --black:#131211;
}

.pt-6 {
    padding-top: 90px;
}

.pb-6 {
    padding-bottom: 90px;
}

.py-6 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.btn {
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    transition: .5s;
}

.btn::after {
    position: absolute;
    content: "";
    width: 0;
    height: 5px;
    bottom: -1px;
    left: 50%;
    background: var(--primary);
    transition: .5s;
}

.btn.btn-primary::after {
    background: var(--dark);
}

.btn:hover::after,
.btn.active::after {
    width: 50%;
    left: 25%;
}

.btn-primary {
    color: #FFFFFF;
}

.text-uppercase.text-white.fw-bold {
	color: var(--light) !important;
}

.text-banner {
	color: var(--primary);
  text-shadow: -1px 1px 0 var(--light), 1px 1px 0 var(--light), 1px -1px 0 var(--light), -1px -1px 0 var(--light), 0px 7px 0px var(--black);
}

.position-absolute.w-100{
	height: 100%;
}

.bg-white {
    background-color: #fff4f4 !important;
}

.text-ore {
	color: var(--white);
}

.text-dark {
    color: var(--primary) !important;
}

.text-sky {
	color: var(--white);
  text-shadow: -1px 1px 0 var(--black), 1px 1px 0 var(--black), 1px -1px 0 var(--black), -1px -1px 0 var(--black), 0px 4px 0px var(--black);
}

.bg-ore.text-white {
  border: 1px solid var(--white);

	background: var(--primary);
}


.btn-app:hover{
  border: 1px solid var(--primary);
  background-color: var(--light);
  color: var(--primary) !important;
}
.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.fa.fa-star {
	color: var(--primary);

}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.back-to-top {
    position: fixed;
    display: none;
    left: 50%;
    bottom: 0;
    margin-left: -22px;
    border-radius: 0;
    z-index: 99;
}

.bg-dark-radial {
    background-image: -webkit-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 100%);
    background-image: -moz-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 100%);
    background-image: -ms-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 100%);
    background-image: -o-repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 100%);
    background-image: repeating-radial-gradient(center center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 1px, transparent 1px, transparent 100%);
    background-size: 3px 3px;
}
.bg-light {
    background-color: var(--primary) !important;
}
.btn-primary {
    background-color: var(--primary);
    border-color: #bd848b;
}
.btn-primary:hover {
    background-color: var(--light);
    color: var(--primary);
    border-color: var(--dark);

}

.bg-social{
  background-color: var(--black);
}

.bg-social a{
  color: var(--light);
}
.bg-social a:hover{
  color: var(--primary);
}
.bg-ore i{
  color: var(--white);
}
.footer-link{
  background-color: var(--black);
}
.footer-link .text-dark:hover{
  color: var(--light) !important;
}

.footer span{
color: var(--white);
}
.service-item {
  box-shadow: var(--primary_dark) 0px 11px 8px -7px !important
}
.service-item h4{
  margin-bottom: 0px;
  font-size: 19px;
  color: var(--light);
}
.service-item a{
  padding: 0;
  font-size: 15px;
  color: var(--light);
}

.bg-review h1{
  color: var(--primary) !important;
    text-shadow: -1px 1px 0 var(--light), 1px 1px 0 var(--light), 1px -1px 0 var(--light), -1px -1px 0 var(--light), 0px 7px 0px var(--black);
  /* text-shadow: -1px 1px 0 var(--dark), 1px 1px 0 var(--dark), 1px -1px 0 var(--dark), -1px -1px 0 var(--dark), 0px 4px 0px var(--black); */
}
.bg-review h1 span{
 
  text-shadow: -1px 1px 0 var(--dark), 1px 1px 0 var(--dark), 1px -1px 0 var(--dark), -1px -1px 0 var(--dark), 0px 4px 0px var(--black);
}
.page-header h1{
  color: var(--primary) !important;
  text-shadow: -1px 1px 0 var(--light), 1px 1px 0 var(--light), 1px -1px 0 var(--light), -1px -1px 0 var(--light), 0px 4px 0px var(--black);
}

.bg-light-radial {
    /* background-image: -webkit-repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -moz-repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -ms-repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: -o-repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
    background-image: repeating-radial-gradient(center center, rgba(256, 256, 256, 0.2), rgba(256, 256, 256, 0.2) 1px, transparent 1px, transparent 100%);
    background-size: 3px 3px; */
}


.bg-dark{
  background-color: var(--primary_dark) !important;

}
.bg-head{
  box-shadow: 0px 2px 15px var(--primary) !important;
  /* border-top: 3px solid var(--primary);
  border-bottom: 3px solid var(--primary); */
  background-color: var(--primary_dark) !important;

}
.navbar-dark .navbar-nav .nav-link {
    position: relative;
    padding: 35px 15px;
    font-size: 18px;
    text-transform: uppercase;
    color: var(--white);
    white-space: nowrap;
    outline: none;
    transition: .5s;
}



.img-logo{
  width: 25%;
}

.img-logo-ft{
  width: 50%;
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-dark .navbar-nav .nav-link  {
        margin-left: 0;
        padding: 10px 0;
    }
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(4, 15, 40, .7);
    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption h4 {
        font-size: 18px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
    .service-wrap::after {
      width: 97%;
      height: 99.5%;
      top: 6px;
      z-index: -1;
  }
  .ribbon {
    margin-left: -3rem !important;
  }
  .img-logo-ft {
    width: 80%;
  }
  .navbar {
    /* flex-wrap: initial; */
  }

  .navbar-dark .navbar-brand {
    width: 50%;
  }
  .img-logo {
    width: 70%;
  }

  .img-about {
    width: 100%;
  }
 
    .img-drop {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-44%, 25%);
      width: calc(100% + 23rem);
  }

  .polish {
    position: absolute;
    bottom: 17rem;
    right: 59%;
    width: 49%;
    top: initial;
  }
}


/* HTML: <div class="ribbon">Your text content</div> */
.ribbon {
  margin-left: -6rem;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}
.ribbon {
  --r:  .6em; /* control the cutout of the ribbon */
  --s: 1.5em; /* size of the folded part */
  
  line-height: 1.8;
  padding-inline: 1lh calc(var(--r) + .3em);
  border-bottom: var(--s) solid #0005;
  background: var(--primary);
  clip-path: polygon(1lh 0,100% 0,calc(100% - var(--r)) calc(50% - var(--s)/2),100% calc(100% - var(--s)),1lh calc(100% - var(--s)),1lh calc(100% - var(--r)),.5lh 100%,0 calc(100% - var(--r)),0 calc(100% - var(--s)));
  width: fit-content;
}

.page-header {
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(rgba(4, 15, 40, .7), rgba(4, 15, 40, .7)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.service-item .service-icon {
  background-color: var(--primary_dark);
    margin-top: -30px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}
.service-item .service-icon i {
   font-size: 20px;
   color: var(--white);
}
.service-item .ribbon{
  position: absolute;
  font-size: 15px;
  left: 72px;
  top: 1rem;
}


.service-item .service-icon i {
    transition: .2s;
}

/* .service-item:hover .service-icon i {
    font-size: 60px;
} */

.portfolio-item {
    margin-bottom: 60px;
}

.justify-content-center {
	justify-content: center;
}

.portfolio-title {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 120px;
    padding: 0 30px;
    right: 30px;
    left: 30px;
    bottom: -60px;
    background: #FFFFFF;
    z-index: 3;
}

.portfolio-btn {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    margin-top: -60px;
    margin-left: -60px;
    font-size: 120px;
    line-height: 0;
    transition: .1s;
    transition-delay: .3s;
    z-index: 2;
    opacity: 0;
}

.portfolio-item:hover .portfolio-btn {
    opacity: 1;
}

.portfolio-box::before,
.portfolio-box::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    transition: .5s;
    z-index: 1;
    background: rgba(4, 15, 40, .7);
}

.portfolio-box::before {
    left: 0;
}

.portfolio-box::after {
    right: 0;
}

.portfolio-item:hover .portfolio-box::before {
    left: 0;
    width: 50%;
}

.portfolio-item:hover .portfolio-box::after {
    right: 0;
    width: 50%;
}

.column-left{
	width: 70px;
}

.column-left1{
	width: 100px;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.list-style-none {
    list-style: none !important;
}

.column-left{
	width: 87px;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.list-style-none {
    list-style: none !important;
}
	
.about-bg{
  background-attachment: fixed;
  background-color: var(--primary_light);
  background-image: url("../images/bg-about.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.about-bg p{
  color: var(--black);
}
	
@media (min-width: 768px) {
    .border-right-img {
	    border-right: 1px solid rgba(0,0,0,0.1);
	}
	.border-right {
	    border-right: 1px solid var(--white) !important;
	}
}	
	
@media (min-width: 992px) {
    .testimonial,
    .contact-form {
        margin-left: -90px;
    }
}

@media (min-width: 992px) {

    .footer {
      /* border-top: 2px solid var(--primary); */
        position: relative;
        z-index: 1;
    }

    .footer::after {
        position: absolute;
        content: "";
        width: 1px;
        height: 100%;
        bottom: 0;
        left: 50%;
        z-index: -1;
    }
    .column-left {
	    width: 97px;
	}
	
	.column-left1 {
	    width: 97px;
	}
	
	.block {
		flex: 0 0 auto;
		width: 100%;
	}
}

.text-align-justify{
	text-align: justify;
}

@media (min-width: 1024px) {
    .column-left1 {
        width: 94px;
    }
    .display-4 {
	    font-size: calc(1.475rem + 0.7vw);
	    font-weight: 700;
	    line-height: 1.2;
	}
	.px-5 {
		padding-left: 2rem !important;
		padding-right: 2rem !important;
	}

@media (min-width: 1200px) {
    .column-left {
	    width: 145px;
	}
	.display-4 {
	    font-size: calc(1.475rem + 1.7vw);
	    font-weight: 700;
	    line-height: 1.2;
	}
	.px-5 {
		padding-left: 3rem !important;
		padding-right: 3rem !important;
	}
}

@media (min-width: 1440px) {
    .column-left {
	    width: 194px;
	}
	.px-5 {
		padding-left: 3rem !important;
		padding-right: 3rem !important;
	}
  .container-fluid .row {
      max-width: 1440px;
      margin: 0 auto;
  }
}

@media (min-width: 1920px) {
    .column-left {
	    width: 306px;
	}
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}


.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem ;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem;
}

.footer-shape::before {
    position: absolute;
    content: "";
    width: 70px;
    height: 100%;
    top: 0;
    left: -40px;
    background: var(--primary);
    transform: skew(40deg);
}