
@import url('https://fonts.googleapis.com/css2?family=Inter&family=Rubik:wght@700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');

@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&amp;display=swap");

@import url('https://fonts.googleapis.com/css2?family=Inter&family=Rubik:wght@700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Inter&family=Rubik:ital,wght@0,700;1,400&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');

@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&amp;display=swap");

@import url('https://fonts.googleapis.com/css2?family=Rubik&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@500&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200&family=Rubik&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Anton&family=Bungee&display=swap');

:root {
  
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*---------------------------------
    typography css start 
---------------------------------*/
body {
  margin: 0px;
  padding:0px;
  font-size: 16px;
  line-height: 24px;
  font-family: 'Rubik', sans-serif;
}

a {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  line-height: 1.2;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 30;
}

h4 {
  font-size: 24;
}

h5 {
  font-size: 20;
}

h6 {
  font-size: 18;
}

ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

p {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 25px;
}

a,
.btn,
button,
span,
p,
i,
input,
select,
textarea,
li,
img,
svg path,
*::after,
*::before,
.transition-3,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

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

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
  border: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

input {
  outline: none;
}

input[type=color] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 0;
  border-radius: 50%;
}

*::-moz-selection {
  text-shadow: none;
}

::-moz-selection {
  text-shadow: none;
}

::selection {
  text-shadow: none;
}

*::-moz-placeholder {
  opacity: 1;
}

*::placeholder {
  opacity: 1;
}
.container{
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
.max-container{
  width: 100%;
  max-width: 1270px;
  margin: 0 auto;
}
/*---------------------------------
    common classes css start 
---------------------------------*/

/*--header start--*/
.headerArea{
  position: absolute;
  top: 0;
  padding:10px 0;
  width: 100%;
  left: 0;
  z-index: 1;
}
.headerInner{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.headerInner{
  padding: 10px 15px;
  border-radius: 100px;
  background-color: #ffffff9e;
  box-shadow: 0px 0px 10px 0px #ccc;
}
.logoWeap{
  width: 110px;
  padding-left: 12px;
}
.logoWeap img{
  width: 100%;
}
.innerHeaderArea{
  position: relative;
}
/*--header end--*/
/*--banner_wrap start--*/
.banner_wrap{
  position: relative;
}
.banner_wrap img{
  width: 100%;
}
.banner_content{
  position:absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.bannerHeading{
  font-weight: 600;
  font-size: 48px;
}
.banner_txt span{
  color: #d8000c;
}
.banner_txt p{
  font-size: 18px;
}
.headerRight ul li{
  display: inline-block;
  margin-left:10px;
  font-size: 20px;
}
.headerRight ul li svg{
  color: #d8000c;
  margin-right:17px;
  position: relative;
  z-index: 1;
}
.bannerInnerImg .imgholder{
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  height: 500px;
}
.headerRight ul li a svg{
  color: #fff;
}
.bannerInnerImg{
  position: relative;
}
.bannerInnerImg .imgholder img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center left;
}
.bannerInnerImg::before{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-color: rgba(255,255,255,0.4);
  z-index: 1;
}
.bannerInnerImg::after{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  content: "";
  border: 4px solid #d8000c;
  top: 30px;
  right: -30px;
  z-index: -1;
  border-radius: 10px;
}
.frm_wrap .input_txt {
  width: 100%;
  float: left;
  height: 45px;
  border-radius: 3px;
  padding: 0 15px;
  border: none;
  background-color: #fff;
  border-radius: 30px;
  margin-bottom: 20px;
  outline: none;
  border: 1px solid #c5e8dd;
}
.frm_wrap .input_txt:focus{
  box-shadow: none;
}
.frm_wrap{
  display: flex;
}
.formWrap{
  padding: 40px;
  border-radius: 30px;
  background-color: #effffa;
  box-shadow: 0px 0px 16px -4px #ccc;
  position: relative;
}
.formWrap:before{
  width: 175px;
  height: 175px;
  position: absolute;
  content: "";
  background-color: #c5e8dd;
  left: -25px;
  bottom: -25px;
  border-radius: 30px;
  z-index: -1;
}
.formWrap::after{
  width: 175px;
  height: 175px;
  position: absolute;
  content: "";
  background-color: #c5e8dd;
  right: -25px;
  top: -25px;
  border-radius: 30px;
  z-index: -1;
}
.frm_wrap .sub-btn {
  float: left;
  padding: 0 40px;
  border-radius: 30px;
  background: #d8000c;
  text-transform: uppercase;
  color: #fff;
  border: none;
  cursor: pointer;
  height: 50px;
  width: 100%;
  transition: 0.5s;
}
.frm_wrap .sub-btn:hover{
  background-color: #000;
}
section{
  padding: 50px 0;
}
.formSec{
  position: relative;
}
.headerRight ul li a{
  padding: 0 20px;
  font-size: 14px;
  line-height: 45px;
  display: inline-flex;
  align-items: center;
  border-radius: 5px;
  position: relative;
}
.headerRight ul li a::before{
  width: 30px;
  height: 30px;
  position: absolute;
  left: 12px;
  top: 7px;
  border-radius: 50%;
  z-index: 0;
  content: "";
  background-color: #d8000c;
}
/*---banner_wrap end--*/
/*--aboutWrap start--*/
.aboutImg img{
  width: 100%;
}
.secHeading{
  font-size: 27px;
  margin-bottom: 20px;
  position: relative;
}
.abouttxt{
  padding-left: 20px;
}
.subHeading{
  font-size: 18px;
  position: relative;
  color: #7a7a7a;
  padding-left: 40px;
  margin-bottom: 10px;
}
.subHeading::before{
  width: 50px;
  height: 10px;
  content: "";
  position: absolute;
  left: -10px;
  background: url(../img/line.png) no-repeat center center;
  top: 5px;
}
.secHeading span{
  color: #d8000c;
}
.abouttxt p{
  color: #797979;
}
.abouttxt ul{
  margin-bottom: 20px;
}
.abouttxt ul li{
  margin-bottom: 10px;
  padding-left: 17px;
  position: relative;
  color: #797979;
}
.abouttxt ul li::before{
  width: 7px;
  height: 7px;
  position: absolute;
  background-color: #d8000c;
  border-radius: 0px;
  transform: rotate(45deg);
  left: 0;
  top: 10px;
  content: "";
}
.text-center .secHeading::after{
  left: 50%;
  transform: translateX(-50%);
}
/*--serviceSec start--*/

/*--serviceSec end--*/
/*--chooseSec start--*/
.chInner{
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px #cecece;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 10px;
  text-align: center;
  margin-bottom: 20px;
}
.chContent{
  min-height: 70px;
  margin-top: 10px;
}
.chContent h4{
  font-size: 17px;
  font-weight: 400;
}
.noWrap{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #d8000c;
  margin-top: 15px;
  position: relative;
}
.noWrap::before{
  width: 100%;
  height: 100%;
  position: absolute;
  border: 1px solid #d8000c;
  border-radius: 50%;
  content: "";
  top: -8px;
}
.chInner h3{
  width: auto;
  margin-bottom: 0px;
  color: #fff;
  position: relative;
}
/*--chooseSec end--*/
/*--testimonialSec start--*/
.testimonialSec{
  background-attachment: fixed !important;
  background-size: cover !important;
  padding: 50px 0;
}
.testiInner{
  margin: 0 0px;
  margin-top: 10px;
  padding: 10px;
  margin-bottom: 10px;
}
.testimonialSlider  .slick-slide{
  justify-content: center;
  transition: all 0.4s ease-in-out;
}
.pt-none{
  padding-top: 0px !important;
}
.testiTxt p {
  font-weight: 400;
  line-height: 2;
  color: #939393;
  font-size: 13px;
  line-height: 24px;
}
.iconInner{
  width:65px;
  height:65px;
  border-radius: 50%;
  background: #d8000c;
  padding: 20px;
  margin-right: 15px;
}
.slick-dots{
  text-align: center;
}
.slick-dots li{
  display: inline-block;
  margin: 0 5px;
}
.slick-dots li.slick-active button{
  background-color: #d8000c;
}
.slick-dots li button{
  font-size: 0px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #000;
}
.iconInner img{
  width: 100%;
  filter: brightness(0) invert(1);
}
.testibtm{
  margin-bottom: 20px;
}
.testiTxt{
  padding: 20px;
  background-color: #fff;
  box-shadow: 0px 1px 10px 0px #e0e0e0;
  border-radius: 20px;
  min-height: 250px;
}
.quoteIcon{
  display: flex;
  align-items: center;
}
.testiTxt .checked {
  color: orange;
}
.clientName p {
  margin-bottom: 0px;
  color: #979797;
  font-weight: 400;
  font-size: 15px;
}
/*--aboutWrap end--*/
/*--footer start--*/
.footerWrap {
  padding: 40px 0 0px;
  background: #000;
  position: relative;
}
.addressWrap{
  display: flex;
  margin-bottom: 10px;
}
.addWrap{
  border-bottom: 1px solid #333333;
  margin-bottom: 10px;
}
.socialIcon a{
  color: #fff;
  font-size: 24px;
  margin-left: 7px;
}
.socialIcon a:hover{
  color: #d8000c;
}
.footerWrap p{
  font-size: 15px;
  margin-bottom: 10px;
  color: #fff;
}
.addressWrap p{
  color: #fff;
  margin-bottom: 20px;
  padding-left: 40px;
  position: relative;
  line-height: 30px;
  margin-bottom: 0px;
}
.addressWrap p::before{
  width: 30px;
  height: 30px;
  position:absolute;
  content: "";
  top: 0;
  left: 0;
}
.addressWrap p.location{
  margin-right: 20px;
}
.addressWrap p.location::before{
  background: url(../img/location.png) no-repeat center center;
}
.addressWrap p.callIcon::before{
  background: url(../img/call-footer.png) no-repeat center center;
}
::-webkit-calendar-picker-indicator {
  color: #000 !important;
}

.slider-offbeat{
	position: relative;
}
.slider-offbeat .swiper-slide {
	width: 183.333px;
	margin-right: 10px;
	aspect-ratio: 81/93;
	position: relative;
	transition: margin 1.2s ease-in-out;
	margin: 0 0 10%;
	position: relative;
  }
  .slider-offbeat .swiper-slide-next {
	margin: 10% 0 0;
  }
  .slider-offbeat .swiper-slide .container-img {
	height: 100%;
    display: flex;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 0px 23px 0px #d3d3d3;
  }
  .slider-offbeat .swiper-slide .container-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.5s all;
  }
  .slider-offbeat .swiper-slide .container-img:hover img {
	transform: scale(1.1);
  }
  .slider-offbeat .swiper-slide .container-img .img-title {
	position: absolute;
    bottom: 0;
    left: 0;
    padding: 5%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 30px;
    background-image: linear-gradient(rgba(17, 18, 37, 0) 55%, #111225);
    width: 100%;
    margin: 0px auto;
    left: 0;
    border-radius: 20px;
	z-index: 1;
  }
  .slider-offbeat .swiper-slide .container-img .img-title .specialTitle{
	font-size: 20px;
	color: #fff;
  }
  .slider-offbeat .slider-offbeat-next {
	width: 14vw;
	margin-right: 19vw;
  }
  @media (min-width: 425px) {
	.slider-offbeat .slider-offbeat-next {
	  width: 10vw;
	  margin-right: 23vw;
	}
  }
  .slider-offbeat .slider-offbeat-next::after {
	content: "";
  }
  @media (min-width: 1024px) {
	.slider-offbeat {
	  width: 100%;
	  overflow: hidden;
	  margin-top: 0;
	}
	.slider-offbeat .slider-offbeat-next {
		padding: 0;
		margin-right: 7.5vw;
		width: 60px;
		background-color: #d8000c;
		height: 60px;
		border-radius: 50%;
		color: #fff;
		box-shadow: 0px 0px 10px 0px #474747;
		transition: 0.6s all;
	}
	.slider-offbeat .slider-offbeat-next:hover{
		background-color: #fff;
		color: var(--primary-color);
	}
	.slider-offbeat .slider-offbeat-next .slider-button-purple {
	  width: 100%;
	}
  }
  .slider-offbeat .text-container {
	margin-bottom: 5vw;
  }
  .customizedProduct{
	background-size: cover !important;
  overflow-x: hidden;
  }
  .cpInnerTxt{
	padding: 0 50px;
	padding-left: 200px;
  }

  main{
    min-height:calc(100vh - 230px);
    }
    .innerHeader{
    position:relative;
    }
    .thankyouSec{
    padding:60px 0;
    }
    .t-iconWrap {
        margin: 0 auto;
        width: 160px;
        height: 160px;
    }
    .thankTxt{
    padding:0 50px;
    }
    .contactBox{
    box-shadow:0px 0px 10px 0px #ccc;
    background-color:#fff;
    position:relative;
    padding:50px;
    text-align:center;
    border-radius: 30px;
    }
    .contactBox a{
    display:inline-flex;
    font-size:30px;
    color:#d8000c;
    }
    .thankyouSec .btn_wrap{
    display:flex;
    justify-content:center;
    margin-top:50px;
    }
    .gotohome_btn {
        float: left;
        padding: 0 40px;
        border-radius: 3px;
        background: #d8000c;
        text-transform: uppercase;
        color: #fff;
        border: none;
        cursor: pointer;
        height: 50px;
        transition: 0.5s;
    display:inline-flex;
    align-items:center;
    border-radius: 30px;
    }