html {
  scroll-behavior: smooth;
}


body {
   font-family: 'Manrope';
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    color: #000;
    overflow-x: hidden;
    font-weight: 400;
}
@font-face {
    font-family: 'Audiowide';
    src: url('../fonts/Audiowide-Regular.woff2') format('woff2'),
        url('../fonts/Audiowide-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
  font-family: 'Ethnocentric Rg';
  src: url('../fonts/EthnocentricRg-Regular.woff2') format('woff2'),
      url('../fonts/EthnocentricRg-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Ethnocentric Rg';
  src: url('../fonts/EthnocentricRg-Italic.woff2') format('woff2'),
      url('../fonts/EthnocentricRg-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Light.woff2') format('woff2'),
      url('../fonts/Manrope-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-ExtraBold.woff2') format('woff2'),
      url('../fonts/Manrope-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Bold.woff2') format('woff2'),
      url('../fonts/Manrope-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Regular.woff2') format('woff2'),
      url('../fonts/Manrope-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Medium.woff2') format('woff2'),
      url('../fonts/Manrope-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Semibold.woff2') format('woff2'),
      url('../fonts/Manrope-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Thin.woff2') format('woff2'),
      url('../fonts/Manrope-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}




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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Manrope';
}
textarea,
div,
span,
li,
button,
a {
  font-family: 'Manrope';
  font-weight: 400;
  color: #000;
  transition: ease-in-out 1s;
}

input{  font-family: 'Manrope';}

ul {
  margin: 0;
  padding: 0;
}

li::marker {
  color: #62e5f3;
	    font-size: 26px;
}
li {
  list-style: none;
  
}

p {
  font-family: 'Manrope';
  line-height: 37px;
  font-size: 19px;
  font-weight: 300; margin-bottom: 15px;
  color: #fff;
}
.clear {
  clear: both;
  float: none;
  width: 100%;
}
.clearfix::after {
  display: block;
  content: "";
  clear: both;
}
a {
  text-decoration: none !important;
}

a:hover {
  transition: ease-in-out 1s;
  color: #315380;
}
a,
span {
  display: inline-block;
  color: #fff;
  transition: ease-in-out 1s;
}

:focus {
  box-shadow: none !important;
  outline: none !important;
}


h1, h2, h3, h4, h5, h6 { font-family: 'Manrope';}
textarea, input, div, span, li, button { font-family: 'Manrope';}



/*Responsive css*/

@media (min-width: 1366px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1250px;
}

}

@media (min-width: 1440px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1350px;
}

}


@media (min-width: 1600px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1500px;
}

}

/*------------------common-css End-------------------*/




/*nav*/  
header {
    /* position: fixed; */
    top: 0px;
    left: 0px;
    background-color:#fff;
    transition: ease-in-out 5s;
    width: 100%;
    z-index: 5;
}
/* .fixed-nav .top-nav-bar {background: #3c3341;} */
.fixed-nav .top-nav-bar{
  animation: smoothScroll 4s forwards;}
header.header-section.fixed-nav .top-nav-bar .row {
  align-items: center !important;
  display: flex;
}
header.header-section.fixed-nav .top-nav-bar .row .d-flex{
  align-items: center !important;

}

.fixed-nav .navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover>a {
    color: #62e5f3;
/*     background: #000; */
}
.fixed-nav .navbar li.active a {color: #fff;}
.fixed-nav .navbar li.active {background: url(../images/white-dot.webp);background-repeat: no-repeat;background-position: right;}
/* .navbar li.active a{color: #000;} */
.fixed-nav  .select-lang .select-lang-btn{
  color: #000;
  background-color: #62e5f3;
  font-weight: 400;
}
.fixed-nav .select-lang .form-select { background-image: url(../images/black-down-angle.webp)}
/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
@media (min-width: 992px) {
/* .navbar-expand-lg {padding: 20px 0px;} */
.navbar {padding:20px 0px;}
.navbar ul {margin: 0;padding: 0;display: flex;list-style: none;align-items: center;}
.navbar li {position: relative;}
.navbar>ul>li {white-space: nowrap;padding: 10px 15px 10px 15px;}
.navbar a,
.navbar a:focus {
/* 	display: flex;align-items: center;justify-content: space-between; */
	text-align:center;padding: 0px 40px 0px 0px;font-size: 20px;font-weight: 400;text-transform: uppercase; color:#ffffff;white-space: nowrap;transition: 0.3s;position: relative;  font-family: 'Manrope';}
	.navbar-brand {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
		padding-left: 0px !important;
		margin-right:0px !important;
	display:block !important;
	}
.navbar a i,
 .navbar a:focus i {font-size: 12px;line-height: 0;margin-left: 5px;}
/*.navbar>ul>li>a:before {content: "";position: absolute; width: 100%;height: 2px;bottom: -6px;left: 0; background-color:#ccbb95;visibility: hidden;width: 0px;
transition: all 0.3s ease-in-out 0s;} */
.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before { visibility: visible;width: 100%;}
.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {color: #62e5f3; transition: ease-in-out 1s;}
	
.navbar li.active {color:#62e5f3;}
.navbar li.current-menu-item{color:#62e5f3;}
.navbar .dropdown ul {display: block;position: absolute;background: #fff; left: 28px;top: calc(100% + 30px); margin: 0;padding: 0px 0;z-index: 99;opacity: 0;visibility: hidden;box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);transition: 0.3s;border-radius: 4px;}
.navbar .dropdown ul li {min-width: 250px;background: #62e5f3;border-bottom: 1px solid #fff;}
.navbar .dropdown ul li:hover{background: #000;border-bottom: 1px solid #62e5f3;color: #fff;
/* 	-webkit-box-shadow: inset 3px 3px 6px #bfc3cf, inset -3px -3px 6px #fff; */
	}
    .navbar .dropdown ul a {
        padding: 8px 10px;
        font-size: 15px;
        text-transform: none;
        color: #000;
        font-weight: 700;
        width: 100% !important;
        text-align: left;
    }
.navbar .dropdown ul a i {font-size: 12px;}
    .navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover>a {
        color: #fff;
        width: 100% !important;
        text-align: left;
    }
.navbar .dropdown:hover>ul {opacity: 1;top: 100%;visibility: visible;}
.navbar .dropdown .dropdown ul {top: 0;left: calc(100% - 30px);visibility: hidden;}
.navbar .dropdown .dropdown:hover>ul {opacity: 1;top: 0;left: 100%;visibility: visible;}
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
    color: #ffffff !important;
    text-decoration: none;
}
@media (min-width: 992px) and (max-width: 1366px) {
.navbar .dropdown .dropdown ul {left: -90%;}
.navbar .dropdown .dropdown:hover>ul {left: -100%; }}
@media (min-width: 992px) {.mobile-nav-show,.mobile-nav-hide {display: none;}
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 991px) {
/* .navbar {position: fixed;top: 0;right: -100%;width: 100%;max-width: 400px;bottom: 0;transition: 0.3s;z-index: 9997;} */
.navbar ul {position: absolute;inset: 0;padding: 50px 0 10px 0;margin: 0;background: rgba(24, 24, 40, 0.9);overflow-y: auto;transition: 0.3s;z-index: 9998;}
.navbar a,
.navbar a:focus {display: flex;align-items: center;justify-content: space-between;padding: 10px 20px;font-size: 16px;font-weight: 500; color: rgba(255, 255, 255, 0.9);white-space: nowrap;transition: 0.3s;}
.navbar a i,
.navbar a:focus i {font-size: 12px;line-height: 0; margin-left: 5px;}
.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {color: #fff;}
.navbar .getstarted,
.navbar .getstarted:focus { padding: 8px 20px;border-radius: 4px;margin: 15px;color: #fff;}
.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {color: #fff;background: rgba(0, 131, 116, 0.8);}
.navbar .dropdown ul,
.navbar .dropdown .dropdown ul { position: static;display: none;padding: 10px 0;margin: 10px 20px;transition: all 0.5s ease-in-out;background-color: #3d3d45;border: 1px solid #3d3d45;}
.navbar .dropdown>.dropdown-active,
.navbar .dropdown .dropdown>.dropdown-active { display: block;}
.mobile-nav-show {color: #fff;font-size: 28px;cursor: pointer;line-height: 0;transition: 0.5s;z-index: 9999;margin-right: 10px;}
.mobile-nav-hide {color: #fff;font-size: 32px;cursor: pointer;line-height: 0;transition: 0.5s;position: fixed;right: 20px;top: 20px;z-index: 9999;}
.mobile-nav-active {overflow: hidden;}
.mobile-nav-active .navbar {right: 0;}
.mobile-nav-active .navbar:before {content: "";position: fixed;inset: 0; background: rgba(24, 24, 40, 0.8);z-index: 9996;}}

.header-bg{background-color: #252525}
.top-nav-bar{ position: fixed; top: 0px; left: 0; width: 100%; z-index: 11;padding:0px;}
.nav-container{ padding: 0 80px;}
.top-container{padding: 0px 85px;}

/* -----------------header-section-------------------} */
.fixed-nav .logo img {width: 130px;}
.navbar-expand-lg .navbar-collapse {
  justify-content: end;
  padding: 10px 0px;
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: top;
  z-index: 99;
  background: transparent;
}

.page-header.is-sticky .navbar-brand {
  padding: 0px 0px;
  margin: 0;
  text-align: center;
}

.nav-right {
  display: flex;
  position: absolute;
  right: 30px;
  justify-content: end;
  top: 30px;
  z-index: -1;
}

.nav-right img {
  margin: 5px;
}

.nav-icons {
  display: flex;
  justify-content: center;
}

.nav-icons li {
  padding: 5px 10px;
}

.btn-secondary {
  font-size: 22px;
  color: #000;
  font-weight: 600;
  background-color: transparent;
  border-color: transparent;

}


.btn-secondary:hover {
  color: #6ccff6;
  background-color: transparent;
  border-color: transparent;
}

.navbar .nav-link {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  padding: 0 !important;
  transition: 0.5s ease-in-out;
  border-bottom: 2px solid transparent;
}
/* .nav-link:hover {
  border-bottom: 2px solid #000;
}

.nav-link.active{
  border-bottom: 2px solid #000;
} */
/* .navbar-brand.d-md-block img {
  width: 450px;
} */

/* .navbar .nav-link:hover {
  color: #000080;
} */

.nav-item {
  padding: 0px 29px;
  display: flex;
  align-items: center;
}








.email-text {
  position: fixed;
  top: 48%;
  right: 0px;
  z-index: 7;
}
.phone-icon {
  /* position: fixed;
  right: 16px;
  top: 50%;
  z-index: 2; */
  background: #62e5f3;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;


border: 1px solid transparent;
}
.phone-icon:hover {background: #fff;border: 1px solid #ffff;}
.email-text i{font-size: 26px;color: #000;}
header.header-section.fixed-nav .top-nav-bar {animation: smoothScroll 4s forwards;background: #000;}

.contact-btn  {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
 
 }
.main-slidee .swiper-slide::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(0 0 0 / 50%);
  z-index: 0;
}
 
.home-banner{position: relative; line-height: 0}

.home-banner:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(0 0 0 / 50%);
    background-image: linear-gradient(to top, rgb(7 7 7 / 75%), rgb(12 11 11 / 0%), rgb(0 0 0));
    border-radius: 0;
}
.main-slidee .swiper-slide:before {
 content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100px;
  width: 100%;
  background-image: url(../images/blur-top.png);
  background-repeat: no-repeat;
  z-index: 0;
}


.banner-text-heading-1 {
  font-size: 56px;  padding: 0px;margin-bottom:30px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  bottom: 56%;
  font-style: italic;
}
.banner-text-heading-2{
  font-size: 42px;
  padding-bottom: 25px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

.banner-text-container {
  position: absolute;
  width: 44%;
  bottom: 45%;
  right: 0;
  z-index: 2;
  text-align: center;
  left: 0;
  margin: auto;
}
.banner-text-1 {
    position: absolute;
    width: 74%;
    bottom: 15%;
    right: 0;
    z-index: 2;
    text-align: center;
    left: 0;
    margin: auto;
}
.shft-txt {
    margin-top: -50px;
}
.banner-text {
  position: relative;
  padding: 0px 50px;
}
.banner-text:after{
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 55px;
  height: 128px;
  background: url(https://tintiq360.com/wp-content/uploads/2025/04/leaf-left3.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.banner-text:before{
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  width: 55px;
  height: 128px;
  background: url(https://tintiq360.com/wp-content/uploads/2025/04/leaf-right3.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.banner-text p{padding: 200px 200px 0px 200px;}
.home-section-1{padding: 100px 0px;background-color: #0e0f0f;}
.hm-sec-btn1 {margin-top: 0 !important;}
.hm-sec1-text {padding-right: 50px;}
.hm-sec1-heading {font-size: 40px;padding-bottom: 20px; color: #fff;font-weight: 800;font-family: 'Audiowide';}
.google-review {
    display: inline-block;
    position: absolute;
    left: 6%;
    bottom: 9%;
    z-index: 1;
}
.google-review-image {padding-top: 110px;display: flex;align-items: self-start;justify-content: center;}
.google-review img {width: 220px;}
/* .hm-sec1-text p{font-size: 19px;line-height: 37px;color: #fff;} */
.hm-sec1-img1 img{border-radius: 10px;}
.hm-sec1-img2 img{border-radius: 10px;}
.hm-sec1-img2 {margin-top: 35px;}
.home-section-2{
padding: 100px 0px;
position: relative;
background-image: url(https://tintiq360.com/wp-content/uploads/2025/03/ab-sec2-bg.webp);
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
}

.home-section-2:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgb(0 0 0 / 50%);
  border-radius: 10px;
  
}

 .scrollIcon {
  width: 38px;
    height: 55px;
    border: 3px solid #bfbfbf;
    border-radius: 30px;
    display: flex
;
    justify-content: center;
    position: relative;
    text-align: center;
    left: 0;
    right: 0;
	 margin: auto;
}
/*  .scrollIcon:after {
	 content: 'Scroll Down';
	 color: #bfbfbf;
	 font-family: 'Source Sans Pro', sans-serif;
	 font-weight: 300;
	 width: 100px;
	 display: block;
	 position: absolute;
	 bottom: 0;
	 text-align: center;
	 animation: scrollText 2s infinite;
} */
 i.scroll {
	 background: #bfbfbf;
	 width: 6px;
	 height: 14px;
	 display: block;
	 border-radius: 40px;
	 animation: scrollWheel 2s infinite;
}
 @keyframes scrollWheel {
	 0% {
		 opacity: 1;
		 transform: translateY(40%);
	}
	 100% {
		 opacity: 0.7;
		 transform: translateY(130%);
	}
}
 @keyframes scrollText {
	 0% {
		 opacity: 1;
		 transform: translateY(120%);
	}
	 100% {
		 opacity: 0;
		 transform: translateY(180%);
	}
}
 

.hm-sec2-btn{
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hm-sec2-btn i{padding-left: 15px; font-size: 28px;}
.hm-sec3-img img {
  border-radius: 10px;
  transition: opacity 1s, transform 0.7s ease-in;
}
.hm-sec3-img {
  overflow: hidden;
  border-radius: 10px;
}
.hm-sec3-text-box:hover .hm-sec3-text-box-title1 {
  height: 100%;
}
.sec2-box{position: relative;z-index: 2;}

/* .hm-sec3-text-box:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(to bottom, rgb(255 0 0 / 0%), rgb(42 40 40 / 53%), rgb(0 0 0 / 150%));
   background-color: rgb(0 0 0 / 10%);
  border-radius: 10px;
  }  */


.hm-sec3-img img:hover {
  opacity: 1;
  transform: scale(1.1);


}
#product-slider .owl-dot.active span {
  background-color: #7c7878;
  width: 10px;
  height: 10px;
}
#product-slider .owl-dot span {
  background-color: #2c2729;
  width: 10px;
  height: 10px;
  margin: 2px;
  border-radius: 50%;
}

.hm-sec3-text-box{position: relative;border-radius: 10px;}

.hm-sec3-text-box:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* background-color: rgb(0 0 0 / 62%); */
    background-image: linear-gradient(to bottom, rgb(7 7 7 / 0%), rgb(12 11 11 / 9%), rgb(0 0 0));border-radius: 10px;
}
.hm-sec3-text-box-title{
  padding: 30px;
  position:absolute;
  bottom: 10px;
  left: 0;
  z-index: 2;
}
.hm-sec3-number{
  padding: 30px;
  position:absolute;
  top: 10px;
  left: 0;
  font-size: 30px;color: #fff;font-weight: bold; font-family: 'Manrope';z-index: 3;
}
.hm-sec3-title{font-size: 26px;color: #ffffff;font-weight: 400; width:400px;}
.hm-sec3-heading{font-size: 50px;padding-bottom: 10px; color: #0a0a0a;font-weight: bold;text-align: center;
}

#product-slider .owl-prev {
    position: absolute;
    top: 50%;
    right: 20px;
    display: none;
}
#product-slider .owl-prev span {
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #000;
    font-size: 24px;
    text-align: center;
}
#product-slider .owl-next span {
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #000;
    font-size: 24px;
    text-align: center;
}
#product-slider .owl-next {
    position: absolute;
    display: none;
    top: 50%;
    left: 20px;
}
#product-slider .owl-nav {display: none;}
#product-slider .owl-dots {
  display: none;
  position: relative;
  bottom: 0px;
  justify-content: center;
  padding: 50px 0px 0px 0px;}

.hm-sec-slider{position: relative;left: 11%;}
/* .hm-sec3-text-box:hover{cursor: url("../images/sec2-icon.png") 8 8, pointer;transition: ease-in-out 1s;} */
.wpcf7-not-valid-tip {
    font-size: 16px !important;
}


.mapp-sec{
	line-height:0px;
}


.hm-sec3-text-box:hover:after {
    content: ' ';
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: #000000a4;
  border-radius: 10px;
    -webkit-transition: opacity 0.3sease;
    -ms-transition: opacity 0.3s ease;
    transition: opacity 0.3sease;
    will-change: opacity;
}

.message .corner-button:after {
    top: 0px;
    right: 0px;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    transition: 0.2s all;
}
.error-box .corner-button:after {
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
}

.error-box .corner-button .arrow-text:after {
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
}

.error-box .corner-button .arrow-text:before {
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
}

.error-box .corner-button:before {
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
}


.message .corner-button .arrow-text:before {
    bottom: 0px;
    left: 0px;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    transition: 0.2s all;
}

.message .corner-button:before {
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
}

.message .corner-button .arrow-text:after {
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
}
.message  .arrow-btn {
    padding: 16px 30px;
    background: #ffffff;
    position: absolute;
    right: -99px;
    top: 0;
}


.message .corner-button .arrow-text {
    display: block;
    color: #000;
}
.message .corner-button {
    border: 1px solid #000;
}

.error-box .corner-button .arrow-text {
    display: block;
    color: #000;
}
.error-section a.corner-button.hm-sec-btn1 {
    color: #000;
    border: 1px solid #000000;
}


.hm-sec2-left{text-align: left;position: relative;z-index: 2;}
.hm-sec2-right{text-align: right;z-index: 2;position: relative;}
.hm-sec2-main-heading {font-size: 50px;padding-bottom: 20px; color: #fff;font-weight: 700; text-transform: uppercase;}



.home-section-3{
  padding: 100px  0px 80px 0px; 
  position: relative;
  background: url(https://tintiq360.com/wp-content/uploads/2025/03/hm-sec3-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.home-section-3:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* background-image: linear-gradient(to bottom, rgb(255 0 0 / 0%), rgb(42 40 40 / 53%), rgb(0 0 0 / 150%)); */
   background-color: #191f23d4;
  
}
.hm-sec3-container{padding: 0px 120px; position: relative;z-index: 2;}
.hm-sec-text {padding-right: 180px;}
.hm-sec-text p{color: #fff;}

.hm-sec-text-icon{margin-bottom: 30px; gap: 20px; display: flex;align-items: center;}
.hm-sec-icon-1{
  width: 85px;
  height: 85px;
  background: #1d1e1e;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
}
.hm-sec-text-1{font-size: 18px;font-weight: 500;color: #fff;}
.hm-sec-text-box{text-align: end;}
.hm-sec-icon-1:hover{
background-color: #1a1b1b;transition: ease-in-out 1s;
}

/* 
button {
  width: 170px;
  margin: 0 20px;
  padding: 15px 0;
  text-align: center;
  float: left;
  cursor: pointer;
  background: rgba(333, 333, 333, 0.5);
  position: relative;
  font-weight: 900;
  font-size: 14px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  color: #fff;
  box-sizing: content-box;
  border: 2px solid transparent;
}

button::before, button::after {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
}

button::before {
    top: 4px;
    left: 4px;
    border-top: 2px solid white;
    border-left: 2px solid white;
    transition: 0.5s all;
}

button::after {
    bottom: 4px;
    right: 4px;
    border-bottom: 2px solid white;
    border-right: 2px solid white;
   
    transition: 0.5s all;
}

button:hover::before{
  border-top: 4px solid white;
  border-left: 4px solid white;
}
 button:hover::after {
  border-bottom: 4px solid white;
  border-right: 4px solid white;
} */

.banner-text-1 p {
    margin: 0;
    font-size: 30px;
    line-height: 45px;
}



.banner-button {
  margin: 0 20px;
  padding: 15px 40px;
  text-align: center;
  cursor: pointer;
  background: #62e5f3;
  position: relative;
  font-weight: 400;
  font-size: 17px;
  border: none;
  cursor: pointer;
  color: #fff;
  box-sizing: content-box;
  border: 2px solid transparent;
}

.banner-button::before, .banner-button::after {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
}

.banner-button::before {
    top: 4px;
    left: 4px;
    border-top: 2px solid white;
    border-left: 2px solid white;
    transition: 0.5s all;
}

.banner-button::after {
    bottom: 4px;
    right: 4px;
    border-bottom: 2px solid white;
    border-right: 2px solid white;
    transition: 0.5s all;
}

.banner-button:hover::before{
  border-top: 4px solid white;
  border-left: 4px solid white;
}
.banner-button:hover::after {
  border-bottom: 4px solid white;
  border-right: 4px solid white;
}


.banner-button-2 {
  margin: 0 20px;
  padding: 15px 40px;
  text-align: center;
  cursor: pointer;
  background: #62e5f3;
  position: relative;
  font-weight: 400;
  font-size: 17px;
  border: none;
  cursor: pointer;
  color: #fff;
  box-sizing: content-box;
  border: 2px solid transparent;
}

.banner-button-2::before, .banner-button-2::after {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
}

.banner-button-2::before {
    top: 4px;
    right: 4px;
    border-top: 2px solid white;
    border-right: 2px solid white;
    transition: 0.5s all;
}

.banner-button-2::after {
    bottom: 4px;
    left: 4px;
    border-bottom: 2px solid white;
    border-right: 2px solid white;
    transition: 0.5s all;
}

.banner-button-2:hover::before{
  border-top: 4px solid white;
  border-left: 4px solid white;
}
.banner-button-2:hover::after {
  border-bottom: 4px solid white;
  border-right: 4px solid white;
}
  .arrow-btn {
    padding: 16px 30px;
    background: #62e5f3;
    position: absolute;
    right: -99px;
    top: 0;
}
.arrow-btn:after, .arrow-btn:before{border-bottom: none;
  border-left: none}
.arrow-btn i {font-size: 36px; rotate: 311deg;color:#000;}
.corner-button:hover .arrow-btn i {
  transform: rotate(405deg);
  transition: 0.5s;
}
/* .corner-button:before, .corner-button .arrow-text:before, .corner-button:after, .corner-button .arrow-text:after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
} */
/* .corner-button {
margin: 15px 0px;
  font-size: 17px;
  position: relative;
  background: none;
  border: none;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  padding: 20px 56px;
  box-sizing: content-box;
  border: 1px solid #fff;
  text-align: center;
  line-height: 30px;
  transition: 0.5s color;
  background: transparent;
} */
.corner-button {
    padding: 2px 2px !important;
    border: 1px solid #fff;
    border-radius: 50px;
    position: relative;
    width: auto;
    display: inline-block;
}
.corner-button a{
    padding: 15px 20px !important;
    border: 1px solid #62e5f3;
    color: #000;
    font-weight: 700;
    background: #62e5f3;
    border-radius: 50px;
	line-height: 1.5;
}
.corner-button a:hover {
    border: 1px solid #fff;
    color: #000;
    background: #fff;
}
/* .corner-button:hover{border: 1px solid transparent;color:#000;} */
/* .corner-button:before {
  top: 0px;
  left: 0px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transition: 0.2s all;
}
.corner-button:after {
  top: 0px;
  right: 0px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transition: 0.2s all;
} */

/* .corner-button .arrow-text {
  display: block;
}
.corner-button:hover .arrow-text{color:#000;}
.corner-button .arrow-text:before {
  bottom:0px;
  left: 0px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  transition: 0.2s all;
}
.corner-button .arrow-text:after {
  bottom: 0px;
  right: 0px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transition: 0.2s all;
}
.corner-button:hover {
      border: 1px solid #fff;
    color: #000;
    background: #fff;
}
}
.corner-button:hover:before, .corner-button:hover:after {
 border: 1px solid transparent;

}
.corner-button:hover .arrow-text:before{
  bottom:4px;
  left: 4px;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
}
.corner-button:hover .arrow-text:after{
  bottom: 4px;
  right: 4px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;

} .corner-button:hover:before {
  top: 4px;
  left: 4px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;

}
.corner-button:hover:after {
  top: 4px;
  right: 4px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
 */
.banner-text-btn-box {
    justify-content: center;
    display: flex;
    margin-top: 20px;
}

.hm-sec6-button:before, .hm-sec6-button .arrow-text:before, .hm-sec6-button:after, .hm-sec6-button .arrow-text:after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
}
.hm-sec6-button {
  margin-top: 35px;
  font-size: 17px;
  cursor: pointer;
  color: #fff;
  padding: 15px 50px;
  border: 1px solid #fff;
  text-align: center;
  line-height: 30px;
  background: transparent;
	font-weight:600;
}
.hm-sec6-button:hover {
  color: #000;
  background: #62e5f3;
  border: 1px solid transparent;
  transition: ease-in-out 1s;
}






/*Animations*/

[data-animate-in] {
  opacity: 0;
  transition: transform 0.8s ease, opacity 0.8s ease
}

[data-animate-in="up"] {
  transform: translate3d(0, 24px, 0)
}

[data-animate-in="left"] {
  transform: translate3d(-25%, 0, 0)
}

[data-animate-in="right"] {
  transform: translate3d(25%, 0, 0)
}

[data-animate-in="down"] {
  transform: translate3d(0, -24px, 0)
}

[data-animate-in="fadeIn"] {
  transform: translate3d(0, 0, 0)
}

[data-animate-in].in-view {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transition: transform 0.6s ease, opacity 0.6s ease
}

.fade-in {
  opacity: 0;
  transition: opacity 1s ease
}

.page-loaded .fade-in,.page-loaded.fade-in {
  opacity: 1
}

.isSafari.isTouch [data-animate-in],.isSafari.isTouch [data-animate-in="up"] {
  opacity: 1;
  transition: none;
  transform: none
}


.footer-timing li{ font-size: 17px;
  padding-bottom: 10px;
  color: #fff;
  font-weight: 400;}
.footer-heading-1{font-size: 26px;padding-bottom: 15px;color: #fff;font-weight: 400;text-transform: uppercase;}
.footer-heading-2{font-size: 22px;padding: 25px 0px 0px 0px;color: #fff;font-weight: 400;text-transform: uppercase;}
.footer-social-icon{display: flex;align-items: center;justify-content: center;}
.footer-menu-icon{text-align: center;}    
.footer-social-icon li a{
  width: 48px;
  height: 48px;
  background-color: #62e5f3;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid transparent;
}
.footer-social-icon li:hover a{background: #fff;border: 1px solid #ffff;}
.footer-social-icon li{margin-right: 10px;}
.footer-social-icon li a i{color: #000;font-size: 24px; }
.footer-item li {
  font-size: 17px;
  padding-bottom: 10px;
  color: #fff;
  font-weight: 400;
}
.footer-item li i{color: #fff;font-size: 24px;padding-right: 15px; }
.footer-item li a{  border-bottom: 2px solid transparent;}
.footer-item li:hover a{color: #fff;transition: ease-in-out 1s;border-bottom: 2px solid #62e5f3;padding-left: 8px;}
.footer-section{
  position: relative;
  padding: 80px 0px 60px 0px;
  background: url(https://tintiq360.com/wp-content/uploads/2025/03/ab-sec2-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.footer-section::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000e3;
}
.footer-sec-1{padding-bottom:65px; position: relative;z-index: 1;}
.footer-item-1{display: flex;gap: 10px;}
.footer-item-1 li a{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}
.footer-item-1 li:hover a{background-color: #fff;}
.footer-logo {padding-bottom: 30px;}
.footer-menu p{ font-size: 19px;
  padding: 0px 200px 0px 0px;
  line-height: 30px;
  color: #fff;
  font-weight: 300;}
.footer-btm-left p {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
	margin:0px;
}
.footer-btm-right p{ font-size: 17px;margin:0px;
  font-weight: 400;color: #fff;text-align: end;}
.footer-btm-right p a{font-size: 17px;}
.footer-btm-right p a:hover{color: #62e5f3;}
.top-container-1{padding: 0px 80px;}
.footer-bottom {
  
  position: relative;
  z-index: 1;}
.footer-btm-left span{padding: 0px 5px;}

.footer-btm-right i{font-size: 18px;padding-right: 2px; color: #fc0707;}
.hm-sec6-form-input {
  position: relative;
}
.hm-sec6-form-input p{
 padding:0px !important;    margin: 0;
}
.hm-sec6-form-input a {
  position: absolute;
  font-size: 24px;
  right: 0px;
  bottom: 12px;
  font-weight: 300;
  color: #fff;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.fotr-submi {
    position: absolute;
    right: 0;
}
.footer-menu input.wpcf7-form-control.wpcf7-email.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-email.form-control {
    position: relative;
}
.hm-sec6-subscribe-form .form-control {
    display: block;
    width: 100%;
    padding: 10px 45px 10px 0px;
    font-size: 17px;
    font-weight: 400;
    border-radius: 0;
    line-height: 30px;
    color: #fff;
    background-color: transparent;
    background-clip: padding-box;
    border-bottom: 1px solid #707b7d !important;
    border: none;
}

.hm-sec6-subscribe-form .form-control::placeholder{color: #ffff;} 
.home-section-6{position: relative;    overflow: hidden;}
.home-section-6:after{
  content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000c1;
}
.hm-sec6-form .form-control {
  display: block;
  width: 76%;
  padding: 16px 0px;
  font-size: 20px;
  border-radius: 0px;
  font-weight: 300;
  line-height: 38px;
  color: #fff;
  background-color: #ffffff00;
  border-bottom: 1px solid #d3cfcf !important;
  border: none;
}
.hm-sec6-form .form-control::placeholder{color: #fff;}

/* .hm-sec6-button{padding: 10px 52px;
  font-size: 18px;
  margin-top: 20px;
  border-radius: 50px;
  color: #000;
  background: #f29003;
  border: none;
} */


.hm-sec6-form:after{
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  background-image: url(https://tintiq360.com/wp-content/uploads/2025/03/hm-sec6-img1.webp);
  background-repeat: no-repeat;
  width: 60%;
  clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
  z-index: 0;
  background-size: cover;
}

.hm-sec6-container{
  position: relative;
  z-index: 1;
  left: 200px;
  top: 80px;
}

.home-section-5{
  position: relative;
  padding: 100px 0px;
  background: url(https://tintiq360.com/wp-content/uploads/2025/03/hm-sec5-bg-67d259b319067.webp);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.home-section-5:after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000c1;
}

.hm-sec5-container{max-width: 1300px;margin: auto;position: relative;z-index: 2;}
.hm-sec5-conatiner{
  padding: 40px 60px 75px 30px;background: #292828;border-radius: 20px;
}
.client-name{font-size: 19px;padding-top: 25px; font-weight: 500;color: #fff;}
.hm-sec5-comma {
  display: block;
  padding-bottom: 20px;
}

#home-sec5-slider .owl-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  gap: 8px;
 bottom: -30px;
}
#home-sec5-slider .owl-dot {
  width: 13px;
  height: 13px;
  background: #fff;
  border-radius: 50%;
}
#home-sec5-slider .owl-dot.active  {
  width: 13px;
  height: 13px;
  background: #62e5f3;
  border-radius: 50%;
}
.hm-sec5-main-heading {
    font-size: 50px;
  padding-bottom: 10px;
  line-height: 65px;
  color: #fff;
  font-weight: 800;
	 text-transform: uppercase;
	
}
.thanku-section {padding: 80px 0px 80px 0px;position: relative;background-color: #fff;}
.message {
      padding: 60px 40px;
      border-radius: 5px;
      text-align: center;
      max-width: 700px;
      margin: auto;
      position: relative;
      background: #62e5f3;
  }
  .thanku-text{
      font-size: 50px;
      color: #000;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 8px;
  }
  .message p{
      font-size: 22px;
      color: #000;
      font-weight: 600;
      padding: 10px 0px 20px 0px;
      letter-spacing: 1px;
      text-transform: capitalize;
  }
  .thanku-btn {
    font-size: 18px;
    padding: 14px 16px;
    position: relative;
    font-weight: 500;
    color: #000;
    border: 1px solid #62e5f3;
    border-radius: 0px;
    background: #fff;
    line-height: normal;
  transition: all 0.3s;
  text-transform: uppercase;
}

.thanku-btn:hover{
background-color: #62e5f3;
border: 1px solid #fff;
color: #000;
transition: ease-in-out 1s;
}


  .poster {
    transform: scale(0.6);
    transform-origin: top center;
  }
  
  
  .codepen {
    background: url(https://assets.codepen.io/images/codepen-logo.svg) no-repeat;
    background-size: contain;
    text-indent: -9999px;
    overflow: hidden;
    height: 92px;
  }
  
  .bungalow {
    background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/3/bungalow.webp) no-repeat;
    height: 63px;
    background-size: contain;
    text-indent: -9999px;
    overflow: hidden;
  }
  
  #drawing_canvas {
    position: absolute;
    width: 512px;
    height: 512px;
    top: 51px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    right: 0;
    pointer-events: none;
  }
  /* --------------error-page-------------- */
  .error-section {background: #fff;padding: 80px 0px;}
  .error-title {
    color: #000;
    font-weight: 500;
    font-size: 39px;
    text-align: center;
    margin-top: 20px;
  }
  .error-box {
    text-align: center;
    max-width: 800px;
    margin: auto;
    
  }
    .error-box-title{
      font-size: 150px;
      line-height: 100px;
      letter-spacing: 8px;
      font-weight: 400;
      color: #000;
  }
  .error-box p {
    font-weight: 400;
    font-size: 24px;
    padding: 10px 0px;
    color: #000;
  }
.error-btn {
    font-size: 18px;
    padding: 14px 16px;
    position: relative;
    font-weight: 500;
    color: #000000;
    border: 1px solid #62e5f3;
    border-radius: 0px;
    background: #62e5f3;
    line-height: normal;
    transition: all 0.3s;
    text-transform: uppercase;
}
  
  .error-btn:hover{
  background-color: #fff;
  border: 1px solid #62e5f3;
  color: #000;
  transition: ease-in-out 1s;
  }


.main-slidee {
  width: 100%;
 
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.slide {
 
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 18px;
  background: #fff;
  overflow: hidden;
}
.slide-image {
  width: 100%;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  transform: inherit !important;
}
.slide-title {
  color: #fff;
  z-index: 9;
  position: relative;
}

.slide-title span {
  display: inline-block;
}

.slideshow-pagination {
  position: absolute;
  bottom: 23%;
  left: 26%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  transition: 0.3s opacity;
  z-index: 10
}
/* .slideshow-navigation {
  display: inline-block;
} */
.main-slidee.bottom-slider {
  height: 650px;
  margin: 100px 0 0;
}
.slideshow-pagination-item {
  display: flex;
  align-items: center;
}



.slideshow-navigation-button:hover, .slideshow-navigation-button:focus {
  cursor: pointer;
  background: #fff;
}

.pagination-number {
  font-size: 1.8rem;
  color: #fff;
  padding: 0 0.5rem;
  
}
.pagination-separator {
  display: none;
  position: relative;
  width: 40px;
  height: 2px;
  background: rgba(255, 255, 255, 0.25);
  transition: all 0.3s ease;
}
@media (min-width: 45em) {
  .pagination-separator {
    display: block;
 }
}
.pagination-separator-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transform-origin: 0 0;
}

.home-banner-txt.slide-title {
  padding: 0px 0px 0px 60px;
  text-align: left;
  position: relative;
  z-index: 9;
}
.home-banner-txt.slide-title.image-banner {
  text-align: left;
  padding: 0;
  position: relative;
  top: 0px;
  /* padding-top: 60px; */
}
.home-banner-txt.slide-title h5 {
    font-size: 60px;
    font-weight: 400;
    border-bottom: 2px solid #fff;
    width: fit-content;
    margin-bottom: 40px;
}


.home-banner-txt.slide-title h1 {
  font-size: 50px;
  font-weight: bold;
/*   margin-bottom: -20px; */
  text-transform: capitalize;
}
.home-banner-txt.slide-title h2 {
  font-size: 40px;
  font-weight: 400;
  padding-right: 200px;
	margin-bottom:50px;
}
.btn-banner a {
  color: #fff;
  background: #fff;
  font-size: 18px;
  padding: 13px 40px;
  border-radius: 5px;
  float: left;
  transition: 0.8s ease-in-out;
  font-weight: bold;
}
.btn-banner a:hover {
  color: #fff;
  background: #fff;
}

.slideshow-pagination-item .pagination-number {
  /* opacity: 0.5; */
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

	.mobile-banner {
    display: none;
}
	
.slideshow-pagination-item:hover, .slideshow-pagination-item:focus {
  cursor: pointer;
}
.slideshow-pagination-item:last-of-type .pagination-separator {
  width: 0;
}
.slideshow-pagination-item.active .pagination-number {
  opacity: 1;
  color: #62e5f3;
  font-weight: bold;
  font-size: 20px;
}
.slideshow-pagination-item.active .pagination-separator {
  width: 10vw;
}

.slide-image{

}

 .topmain-banner{

background-image: url(https://tintiq360.com/wp-content/uploads/2025/02/banner-img.webp);	  
	  
 background-position: center;
  background-size: cover;
  background-repeat: no-repeat; 
} 


.slideshow-navigation-button {
  position: absolute;
  bottom: 23%;
  right: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 38px;
  width: 38px;
  z-index: 1000;
  transition: all 0.3s ease;
  color: #000;
  border-radius: 50%;
  background: #fff;
}
.slideshow-navigation-button:hover, .slideshow-navigation-button:focus {
  cursor: pointer;}
  
.slideshow-navigation-button.prev {
  right: 200px;
}
.slideshow-navigation-button.prev span{color: #000;}
.slideshow-navigation-button.next span{color: #000;}
.slideshow-navigation-button.next {
  right: 156px;
  
}

/* end here  */


.swiper-container-sec4 .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 550px;
  height: 550px;
 
}
.swiper-container-sec4 .swiper-slide:after{display: none;}
.home-section-4{padding: 100px 0px 100px 0px;background: #1a1b1b;}
.hm-sec4-container{padding: 0px 60px;}
.hm-sec4-main-heading{padding-bottom: 100px !important; text-align: center;}
.hm-sec4-container .swiper-3d .swiper-slide-shadow-left {background-image: none !important;}

.inner-banner {position: relative;}
.inner-banner-text-container {
  position: absolute;
  bottom: 30%;
  z-index: 1;
}
.inner-banner:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(to top, rgba(255, 0, 0, 0), rgba(255, 0, 0, 0), rgb(0 0 0 / 30%));
  background-color: rgb(0 0 0 / 50%);
  z-index: 0;
}
.inner-banner:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  /* background-color: #1d1e1e; */
  height: 100px;
  width: 100%;
  background-image: url(../images/blur-top.png);
  background-repeat:repeat;
  z-index: 0;
}
.inner-banner-text {display: inline-block;}
.inner-banner-text-heading {
   font-size: 60px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
.inner-banner-text-heading1 {
    font-size: 45px;
     color: #62e5f3;
    font-weight: 400;
    font-family: 'Audiowide';
    background-color:#62e5f3;
  /* Set the background size and repeat properties. */
  background-size: 100%;
  background-repeat: repeat;

  /* Use the text as a mask for the background. */
  /* This will show the gradient as a text color rather than element bg. */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}



.breadcrum-box {padding: 10px 0px;background-color: #0e0f0f;}
.breadcrumb-item a{font-size: 16px;font-weight: 300; color: #fff;}
.breadcrumb-item.active{font-size: 16px;font-weight: 300; color: #fff;}
.breadcrumb-item.active {font-size: 16px;font-weight: 300;color: #fff;}
li.breadcrumb-item {color: #fff;}
.about-section-1{padding: 100px 0px;
  position: relative;
  background-color: #1d1e1e;
  background-image: url(https://tintiq360.com/wp-content/uploads/2025/03/ab-sec1-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
/* .about-section-1::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 109px;
  background-image: url(../images/blur-top.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
} */
.about-section-1:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #0e0f0ffa;
}
.ab-sec1-box{position: relative;z-index: 1;}
.ab-sec1-heading{font-size: 44px;font-weight: 400;color: #fff;}
.circle-heading{font-size: 45px;font-weight: 400;color: #fff;}

.ab-sec1-text-box{padding-top: 20px; display: flex;justify-content: space-between;align-items: center;}
.ab-sec1-circle{
width: 304px;
height: 304px;
background: #1c2e34;
border-radius: 50%;
border: 1px dotted #fff;
display: flex;
justify-content: center;
align-items: center;

}
.ab-sec1-img1{text-align: end;overflow: hidden;}
.ab-sec1-img1 img{border-radius: 10px;}
.ab-sec1-img2 {margin-top: -140px; overflow: hidden;}
.ab-sec1-img2 img{border-radius: 10px;}

.about-secton-2{padding: 110px 0px;
  position: relative;
  background-image: url(https://tintiq360.com/wp-content/uploads/2025/03/ab-sec2-bg-1.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
text-align: center;
}
.about-secton-2:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgb(0 0 0 / 74%);
}
.ab-sec2-text{padding: 0px 120px;}
.ab-sec2-img img{border-radius: 10px;}

.contact-section-1{padding: 100px 0px;background: #0e0f0f;}
.contact-social-box{text-align: center;}
.conatct-form-box .form-control {
  display: block;
  width: 100%;
  padding: 16px 0px;
  font-size: 20px;
  border-radius: 0px;
  font-weight: 300;
  line-height: 42px;
  color: #fff;
  background-color: transparent;
  border-bottom: 1px solid #7e7d7d !important;
  border: none;
}
.conatct-form-box {padding-right: 15px;}
.conatct-form-box .form-control::placeholder{color: #fff;}
.contact-box{padding-top: 30px;}
.contact-button{padding: 18px 52px;
  font-size: 18px;
  margin-top: 20px;
  border-radius: 0px;
  color: #000;
background: #62e5f3;
border: none;
border: 1px solid #62e5f3;
	font-weight:600;
}
.contact-button:hover{
background: transparent;
border: 1px solid #7e7d7d;
transition: ease-in-out 1s;
	 color: #fff;
}
.contact-heading {
  font-size: 36px;
  font-weight: 400;
  color: #fff;
}
.con-sec1-map iframe{border-radius: 10px;}
.contact-section-2{padding: 110px 0px;
  position: relative;
  background-image: url(../images/contact-sec2-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
text-align: center;
}
.contact-section-2:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgb(0 0 0 / 74%);
}
.ct-sec2-heading1{font-size: 36px;padding-bottom: 50px; font-weight: 400;color: #fff;text-align: center;}
.ct-sec2-box-heading{font-size: 24px;padding-bottom: 10px;     font-weight: 600;color: #fff;text-transform: uppercase;}
.ct-sec2-icon{padding-bottom: 15px;}
.ct-sec2-box p{font-size: 17px;padding: 0px 36px; line-height: 27px;color: #fff;margin-bottom: 0;}
.ct-sec2-box a{font-size: 17px;color: #fff;}
.ct-sec2-box{ padding: 50px 50px 0px 50px; width: 25%; border-radius: 10px;background: #103646;    min-height: 250px;}
.contact-sec2-container{width: 100%; gap: 20px; display: flex;justify-content: center;align-items: center;}
.ct-sec2-social-icon {gap: 10px; display: flex;justify-content: center;align-self: center;}
.ct-sec2-social-icon li a{
padding: 10px;
width: 50px;
height: 50px;
background-color: #62e5f3;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
border: 1px solid transparent;
}
span{font-weight:600;}
.ct-sec2-social-icon li:hover a{background: #fff;border: 1px solid #fff;}
.ct-sec2-social-icon li a i{font-size: 23px;color:#000;}
.ct-sec2-box:hover{box-shadow: 0 0 20px rgba(96, 165, 250, 0.3);  transform: translateY(-5px); }

.ceramic-section-1{padding: 100px 0px;background: #0e0f0f;}
.ceramic-sec1-text p{font-size: 17px;line-height: 31px;color: #fff;font-weight: 300;}
.ceramic-sec1-img{overflow: hidden;}
.ceramic-sec1-img img{border-radius: 10px;}
.ceramic-sec1-text{padding-left: 20px;}
.cera-sec2-list {column-count: 2;padding-bottom: 50px;padding-left: 20px;}
.cera-sec2-list li{font-size: 19px;padding-bottom: 10px;padding-right: 15px; font-weight: 300;color: #fff;list-style: disc;}
.cera-sec2-list li span{font-weight: 600;}
.ceramic-section-2{padding: 110px 0px;
  position: relative;
  background-image: url(../images/cera-sec2-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;

}
.cera-span span{font-weight:300 !important;}
.ceramic-section-2:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgb(0 0 0 / 80%);
}
.cera-sec2-text{position: relative;z-index: 2;}
.cera-sec2-main-heading {
  padding-bottom: 20px;
  text-align: center;
}
.ceramic-section-7{
/*   padding: 100px  0px 80px 0px;  */
  position: relative;
  background: url(https://tintiq360.com/wp-content/uploads/2025/04/banner-automotive-img.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

.testimonial-section-1 {padding: 40px 0px 90px 0px;background-color: #0e0f0f;}
.test-sec1-box{margin-bottom: 35px; border-radius: 10px;border: 1px solid #717373;}
.test-sec1-top{padding: 30px;min-height: 350px;}
.test-sec1-list1{padding-bottom: 10px; gap: 15px;display: flex;align-items: center;}
.test-sec1-list1 li{font-size: 18px;font-weight: 600;color: #fff;}
.test-sec1-list1 li i{color: #ffc300;font-size: 26px;}
.test-sec1-box p{font-size: 17px;line-height: 33px;font-weight: 300;color: #fff;}
.test-sec1-bottom{padding: 30px; border-top: 1px solid #717373;}
.test-sec1-list2{gap: 15px; display: flex;align-items: center;}
.test-sec1-list2 li{font-size: 18px;font-weight: 600;color: #fff;}
.test-sec1-list2 li img{border-radius: 50%;}

.get-sec1-img img{border-radius: 10px;}



.get-section-1{padding: 80px 0px 100px 0px;background: #0e0f0f;}
.get-box-container .form-control {
  display: block;
  width: 100%;
  padding: 16px 0px;
  font-size: 20px;
  border-radius: 0px;
  font-weight: 300;
  line-height: 42px;
  color: #fff;
  background-color: transparent;
  border-bottom: 1px solid #7e7d7d !important;
  border: none;
}
.get-box-container .form-control option{color:#000;}
.get-box-container{padding-right: 30px;}
.get-box-container .form-control::placeholder{color:#fff;}
.get-heading{font-size: 28px;color: #fff;font-weight: 300;}
.get-heading-1{padding: 30px 0px;}
.get-button {
    padding: 18px 52px;
    font-size: 18px;
    margin-top: 20px;
    border-radius: 0px;
    color: #000000;
    background: #62e5f3;
    border: 1px solid #62e5f3;
	transition: 0.7s ease-in-out;
}
.get-button:hover{
  background: transparent;
  border: 1px solid #7e7d7d;
  transition: ease-in-out 1s;
  color: #fff;
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
    color: #fff;
}
  
.out-gallery {
  padding: 30px 0px 100px 0px;
  overflow: hidden;
background: #0e0f0f;}

.maing-a a {
    display: block;
    padding: 10px;
    width: 24.9%;
}


.maing-a {
    display: flex;
    flex-wrap: wrap;
}



.maing-a img {
  width: 100%;
  cursor: pointer;
  padding-bottom: 1px;
 border-radius: 10px;
}

.lightbox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  display: none;
  background: #7f8c8d;
  perspective: 1000;
}

.filter {
  position: absolute;
  width: 100%;
  height: 100%;
  filter: blur(20px);
  opacity: 0.5;
  background-position: center;
  background-size: cover;
}

.lightbox img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotateY(0deg);
  max-height: 95vh;
  max-width: calc(95vw - 100px);
  transition: 0.8s cubic-bezier(0.7, 0, 0.4, 1);
  transform-style: preserve-3d;
}
.gallery-item{
  position: relative;
}
.services-heading-one {
    font-size: 50px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.ceramic-section-3 {
  padding: 80px 0px;
  background: #0e0f0f;
  text-align: center;
}
.cera-sec3-heading2 {
    font-size: 50px;
    padding-bottom: 10px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.cera-sec3-heading-1 {
    font-size: 50px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}
.cera-sec3-heading-2 {
  padding-bottom: 50px;
}
.cera-sec3-box-heading1 {
    font-size: 30px;
    color: #000;
    text-transform: capitalize;
    font-weight: 800;
}
.cera-sec3-text-container{ position: relative;z-index: 2;}
.cera-sec3-list{    padding-left: 20px;}
.cera-sec3-list li{
  font-size: 18px;
  padding-bottom: 10px;
  font-weight: 300;
  color: #fff;
  list-style: disc;
}
.ceramic-section-4{
  padding: 100px 0px;
  background-image: url(../images/services-ng.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.ceramic-section-4:after{
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 80%);
}
.cera-sec3-list-box {
  margin: 0px 8px;
      padding: 75px 30px 60px 30px;
  border-radius: 20px;
  background-color: #0e0f0f;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  height: 100%;
  position: relative;
}
.cera-sec3-list-box:hover {
  transition: ease-in-out 1s;
  transform: translate3D(0, -1px, 0) scale(1.03);
}
.ceramic-section-5{
  padding: 50px 0px;
  background: #0e0f0f;
}
.cera-sec5-img img{border-radius: 10px;}
.ceramic-sec3-text p {
  line-height: 32px;
  font-size: 18px;}
.ceramic-sec2-box{padding-top: 40px;}
.auto-sec-text-icon {margin-bottom: 12px;}
.hm-sec-icon-1 {width: 90px;height: 90px;}
.auto-sec-icon-1 img {width: 60px;height: 60px;}
.home-section-7{padding: 80px 0px;background: #212121;}
.hm-sec7-box{gap: 20px;display: flex;justify-content: center;align-items: center;}
.hm-sec7-list{background: #fff;border-radius: 10px; border: 1px solid #8080804f;}

.paint-cor-heading{text-transform:uppercase; !important ;padding: 16px 30px;position: absolute;top: -14px;background-color: #62e5f3;left: 0;right: 0;    width: 95%;
clip-path: polygon(0 0, 100% 0%, 92% 100%, 0% 100%);}

.accordion-body {color:#fff !important;border: none !important;padding: 20px 0px;}
.accordion-item { padding: 20px 0px;background-color: #ffffff00; border-bottom: 1px solid #fff;border: none !important;}
.accordion-button:not(.collapsed)  {   color: #fff;
    background-color: #e7f1ff00;
    border-bottom: 1px solid #fff;
    padding: 20px 0px;
}
.accordion-button {font-size: 20px;font-weight: 600; background-color: #ffffff00;color: #fff;    padding: 20px 0px;border-bottom: 1px solid #fff !important;}
.hm-sec7-main-heading{text-align:center;}
.accordion-button:not(.collapsed)::after {
    background-image: url(https://tintiq360.com/wp-content/uploads/2025/03/minus-1.png);
    transform: rotate(-180deg);
}
.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url(https://tintiq360.com/wp-content/uploads/2025/03/plus-1.png);}
.icon-container{gap:20px;padding-top: 20px; display:flex;justify-content:center;align-items:center;}
.icon-box{padding: 20px 25px;border: 1px solid #fff;border-radius:10px;}
	.icon-box-text {
    font-size: 18px;
    color: #fff;
    text-align: center;
}
	.icon-box-img {
    padding-bottom: 20px;
}
	
.audio-wide-font-color{
    font-family: 'Audiowide';
    background-color:#62e5f3;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}
.audio-wide-color span{ background-color: #62e5f3;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;font-weight:700;}


.audio-wide-font-color-span span{
    font-family: 'Audiowide';
    background-color: #62e5f3;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
	font-weight:700;
}
.audio-wide-color-1 { background-color: #62e5f3;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;}
.cera-sec3-list li::marker {color: #62e5f3;}
.cera-sec3-heading-2 span{font-style:italic;}


    
.hm-welcome-btn{
  font-size: 24px;
  margin-bottom: 20px;
  padding: 32px 30px;
  font-weight: 700;
  border: 1px solid #fff;
  color: #fff;
	display:inline-block;
  text-transform: uppercase;
  font-family: 'Audiowide';}

/*   .navbar-nav li:last-child a {
    padding: 10px 16px !important;
    border: 1px solid #fff;
}
 */

.navbar-nav li:last-child a {
    padding: 10px 16px !important;
    border: 1px solid #62e5f3;
    color: #000;
    font-weight: 700;
    background: #62e5f3;
    border-radius: 50px;
}
.navbar-nav li:last-child a:hover {
    border: 1px solid #fff;
    color: #000;
    background: #fff;
}
/* .navbar-nav li:last-child a {
    padding: 10px 16px !important;
    border: 1px solid #62e5f3;
    color: #62e5f3;
} */
.hm-sec2-text span{font-weight:800;font-style:italic;}
.contact-all-page-position{position:absolute;bottom:60px;}
.hm-sec2-text {padding-left: 40px;}






/* .contact-all-page{
	 margin-top: 15px;
    font-size: 17px;
    cursor: pointer;
    color: #fff;
    padding: 15px 50px;
    border: 1px solid #62e5f3;
    text-align: center;
    line-height: 30px;
    background: #62e5f3;

}
.contact-all-page:hover {
  border: 1px solid #fff;
}
 */
	

.scroll-container {  
    justify-content: center;  
    backface-visibility: hidden;
    transform-style: preserve-3d;
}

.content {
    width: 60%; 
    padding-top:50px;
}


.dropdown-menu li:last-child a {
    border: none !important;
    color: #000;
    font-weight: 700;
    padding: 8px 10px !important;
    width: 100%;
    text-align: left;
	
}
.wpcf7-response-output {
    font-size: 15px;
    margin: 0 !important;
}
    
.dropdown-menu li:last-child:hover a{background:#000;}
.hm-sec6-container .hm-sec2-main-heading span{display:block;}

.error404 .email-text a:hover {
    border: 1px solid #000;
}

/* ------------------------- */

.blog-sec-3-title span i{padding-right: 4px; font-size: 14px;}
.blog-sec-3-title span {padding-left: 10px; font-size: 14px;}
.blog-sec-1-container{max-width: 1000px;margin:0 auto;}
.bl-sec-1-rec-img{border: 2px solid #fff;}
.blog-sec-2-container{max-width: 1200px; margin:0 auto;text-align: center;}
.blog-sec-2-heading{font-size: 60px; color: #000;font-weight: 300;}
.blog-sec-2{padding: 100px 0px;}
.blog-sec-3-heading {
  font-size: 24px;
  line-height: 34px;
  font-weight: 800;
  color: #62e5f3;
}
.blog-sec4-box{margin-bottom: 40px;}
.blog-sec-3-title:hover{color:#e9d3bf;transition: ease-in-out 1s;}

.blog-sec-3-text{padding: 20px 20px;}
.blog-sec-3-text p{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; 
          line-clamp: 2; 
  -webkit-box-orient: vertical;
  }

  .news-sec-dp-form .form-control {
    padding: 0px 0px 0px 0px;
    font-size: 16px;
    font-weight: 500;
    line-height: 36px;
    color: #fff;
    border-bottom: 2px solid #fff !important;
    border: transparent;
    border-radius: 0;
    background: transparent !important;
}

.news-sec-dp-form .form-control::placeholder{color: #fff;}
.news-sec-dp-form .form-control:focus {background-color: transparent;border-radius: 0;}
.news-sec-dp-form {position: relative;}
.news-sec-dp-form::before{
content: '';
position: absolute;
left: 0;
}
.news-dp-category a i{
  position: absolute;
  left: 0;
  top: 14px;
  font-size: 16px;
  color: #fff;
}
.news-sec-dp-form i{
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  margin: 0px 0px 0px 8px;
}
.blog-sec-4 {
  padding: 80px 0px 80px 0px;
  background: #0e0f0f;
}
.news-pt-sec-3-heading-2 {
  font-size: 21px;
  color: #1b1b1b;
  font-weight: 500;
  text-transform: capitalize;
}
.news-pt-sec-3-heading-1 {
  font-size: 30px;
  color: #191919;
  font-weight: 500;
  text-transform: capitalize;
}
.news-sec-dp-sec-search {padding-bottom: 25px;}
.blog-sec-3-title{
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #313131;
  background-color: #fff;
  text-transform: capitalize;
}
.news-dp-category li{padding: 10px 0px 10px 20px;border-bottom: 1px solid #bababa;position: relative;}
.news-dp-category li:last-child{border-bottom: none;}
  .news-dp-category li a {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
  
    text-transform: capitalize;
}
.news-dp-category li a:hover{color:#62e5f3;}
.blog-sec-3-img img:hover {opacity: 1;transform: scale(1.1);box-shadow: 1px 2px 8px 4px rgb(195, 195, 195);}
.blog-sec-3-img img {transition: opacity 1s, transform 0.7s ease-in;}
.blog-sec-3-img{ overflow: hidden;border-radius: 5px 5px 5px 5px;}
.blog-sec3-image-box{position: relative;border-radius: 5px;}
.blog-date-box {
  padding: 20px 30px;
  background: #e9d3bfe3;
  border-radius: 5px;
  width: 150px;
  text-align: center;
  position: absolute;
  bottom: 6px;
}
.blog-date{font-size: 16px;color: #0a0a0a;font-weight: 400;}
.blog-year{font-size: 26px;color: #0a0a0a;font-weight:bold;}
.news-pt-sec-3 {padding-left: 30px;}
.blog-sec-3-container {height: 100%; box-shadow: 0px 0px 1px #ccc;border-radius: 5px;}
.blog-sec4-right {background: transparent;padding: 20px 20px;border-radius: 5px;}
.news-sec-dp-form:focus {
  box-shadow: none !important;
  outline: none !important;
  border: none !important;
  border-radius: 0;
}
.content h2 {
	color: #fff;
	font-size: 100px;
	position: absolute;
  text-transform: capitalize;
}
.content h2:nth-child(1) {color: transparent;-webkit-text-stroke: 2px #000;}
.content h2:nth-child(2) {color: #000;animation: animate 4s ease-in-out infinite;}
.hm-sec7-client-item:hover img {
  border: 2px solid #e9d3bfe3;
  box-shadow: 0px 0px 20px #ccc;
  transition: ease-in-out 1s;
}
.hm-sec7-client-item img {
  border: 2px solid transparent;
  padding: 10px;
  border-radius: 5px;
  transition: ease-in-out 1s;
}
.blog-dt-sec1-heading{font-size: 28px;padding-bottom: 8px;margin-top: 20px; color: #fff;font-weight: 500;}
.blog-dt-sec1-text h4{font-size: 16px;color: #fff;font-weight: 400;}
.blog-dt-sec1-list li{font-size: 18px;padding-bottom: 10px; color: #fff;font-weight:300;list-style: disc;}
ul.blog-dt-sec1-list {padding-left: 20px;}
/* -----------------blog-detail-------------- */
.blog-dt-section-1 {
  padding: 90px 0px;
  background: #0e0f0f;
}


.blog-detail-sec-2{padding-bottom: 60px;}
.blog-detail-form-1{padding: 40px 30px;background: #f3f1ee;border-radius: 8px;}

.form-check-label-1{
  font-size: 17px;
  padding-left: 10px;
  font-weight: 400;
  color: #0f0f0f;}

.news-search-form-text {
  background: #62e5f3;
  padding: 8px 18px;
  font-size: 28px;
  font-weight: bold;
  color: #000;
  --f: 14px;; /* control the folded part*/
  --r: 0px; /* control the ribbon shape */
  line-height: 1.8;
  border-bottom: var(--f) solid #0005;
  border-right: var(--r) solid #0000;
  clip-path: 
    polygon(0 0,0 calc(100% - var(--f)),var(--f) 100%,
      var(--f) calc(100% - var(--f)),100% calc(100% - var(--f)),
      calc(100% - var(--r)) calc(50% - var(--f)/2),100% 0);

}
.blog-dt-imgage-1{overflow: hidden;border-radius: 5px;}
.blog-dt-imgage-1 img:hover {
  opacity: 1;
  transform: scale(1.1);
  box-shadow: 1px 2px 8px 4px rgb(195, 195, 195);
  border-radius: 5px;
}

.blog-dt-imgage-1 img {
  transition: opacity 1s, transform 0.7s ease-in;
}


#product-slider-one .owl-prev {
    position: absolute;
    top: 50%;
    right: 20px;
    display: none;
}
#product-slider-one .owl-prev span {
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #000;
    font-size: 24px;
    text-align: center;
}
#product-slider-one .owl-next span {
    background-color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #000;
    font-size: 24px;
    text-align: center;
}
#product-slider-one .owl-next {
    position: absolute;
    display: none;
    top: 50%;
    left: 20px;
}
#product-slider-one .owl-nav {display: none;}
#product-slider-one .owl-dots {
  display: flex;
  position: relative;
  bottom: 0px;
  justify-content: center;
	padding: 20px 0px 0px 0px;gap:10px;}

#product-slider-one .hm-sec4-box img{border-radius:0px !important;}


#product-slider-one .owl-dot span {
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
}
#product-slider-one .owl-dot.active span {
    background-color: #62e5f3;
    width: 10px;
    height: 10px;
	border-radius:50%
}
.blue-color span{color:#62e5f3;}


li#menu-item-1042 {
    padding: 2px 2px !important;
    border: 1px solid #fff;
    border-radius: 50px;
	position:relative;
}
/* li#menu-item-1042:after {
    content: '';
    position: absolute;
    background-image: url(https://tintiq360.com/wp-content/uploads/2026/01/CTA.png);
    width: 45px;
    height: 49px;
    right: -20px;
    top: -40px;
    background-repeat: no-repeat;
}
 */



.extra-class{ display:none;}
.hm-sec4-main-heading { padding-bottom: 30px !important;}


















@media (max-width: 1600px){
body, html{ overflow-x: hidden}	
.navbar>ul>li {white-space: nowrap;padding: 10px 0 10px 5px;}
    a.logo.d-flex.align-items-center {width: 190px;}
.navbar a, .navbar a:focus {font-size: 17px;}
/* .banner-text-1 {width: 70%;} */
.banner-text-container {width: 38%;}
.banner-text-1 {bottom: 10%;}
.banner-text-heading-1 {font-size: 40px;margin-bottom: 0;}
.arrow-btn i {font-size: 30px;}
.corner-button {font-size: 16px;padding: 14px 36px;}
.arrow-btn {padding: 12px 20px;right: -80px;}
.slideshow-pagination {left: 23%;}
.home-section-1 {padding: 80px 0px;}
.hm-sec1-heading {font-size: 36px;padding-bottom: 10px;}
/* .hm-sec1-text p {font-size: 17px;line-height: 30px;} */
.hm-sec2-main-heading {font-size: 36px;padding-bottom: 15px;}
.hm-sec3-title {font-size: 22px;}
.home-section-2 {padding: 80px 0px;}
.hm-sec3-number {padding: 24px;top: 0px;left: 0;font-size: 28px;}
p {line-height: 30px;font-size: 17px;}
.hm-sec-text-1 {font-size: 17px;}
.hm-sec3-container {padding: 0px 130px;}
.hm-sec-icon-1 {width: 80px;height: 80px;}
.home-section-3 {padding: 80px 0px 60px 0px;}
.home-section-4 {padding: 80px 0px 80px 0px;}
.swiper-container-sec4 .swiper-slide {width: 530px;height: 530px;}
.hm-sec4-main-heading {padding-bottom: 30px !important;}
.home-section-5 {padding: 80px 0px}
	.hm-sec5-container {max-width: 1250px;}
.hm-sec5-main-heading {font-size: 40px;padding-bottom: 4px;line-height: 52px;}
/* .hm-sec5-text p {font-size: 17px;line-height: 30px;} */
.client-name {font-size: 17px;padding-top: 17px;}
.hm-sec6-form .form-control {padding: 10px 0px;font-size: 18px;font-weight: 300;line-height: 32px;}
.hm-sec6-button {margin-top: 20px;font-size: 16px;padding: 12px 44px;}
.hm-sec-text {padding-right: 245px;}



.phone-icon {width: 50px;height: 50px;}
.email-text i {font-size: 22px;}
.footer-logo img{width: 150px;}
.footer-section {padding: 60px 0px 40px 0px;}
.footer-heading-1 {font-size: 24px; padding-bottom: 12px;}
.footer-item li {font-size: 16px;}
.footer-item li i {font-size: 22px;}
.footer-social-icon li a {width: 45px;height: 45px;}
.footer-social-icon li a i {color: #000;font-size: 21px;}
.footer-btm-left p {font-size: 16px;}
.footer-btm-right p a{font-size: 16px;}
.footer-btm-right p {font-size: 16px;}
.footer-timing li {font-size: 16px;padding-bottom: 8px;}
.footer-heading-2 {font-size: 19px;padding: 20px 0px 0px 0px;}
.hm-sec6-form-input a {font-size: 22px;}
.hm-sec6-subscribe-form .form-control {font-size: 16px;line-height: 27px;}


.about-section-1 {padding: 80px 0px;}
.ab-sec1-heading {font-size: 38px;}
.ab-sec1-circle {width: 270px;height: 270px;}
.circle-heading {font-size: 40px;}
.about-secton-2 {padding: 85px 0px;}

.contact-section-1 {padding: 80px 0px;}
.contact-heading {font-size: 30px;}
.conatct-form-box .form-control {padding: 10px 0px;font-size: 18px;line-height: 38px;}
.contact-button {padding: 16px 44px;font-size: 17px;}
.con-sec1-map iframe {height: 540px;}
.contact-section-2 {padding: 80px 0px;}
.ct-sec2-box-heading {font-size: 22px;padding-bottom: 8px;}
.ct-sec2-icon img {width: 35px;}
.ct-sec2-box p {font-size: 16px;line-height: 25px;}
.ct-sec2-box {padding: 40px 50px 0px 50px;min-height: 230px;}
.ct-sec2-social-icon li a {width: 46px;height: 46px;}
.ct-sec2-social-icon li a i {font-size: 21px;}

.ceramic-section-1 {padding: 80px 0px;}
.ceramic-sec1-text p {font-size: 16px;line-height: 28px;}
.ceramic-section-2 {padding: 80px 0px;}
.cera-sec2-list li {font-size: 16px;}
.cera-sec2-list {padding-bottom: 40px;}

.test-sec1-list1 li {font-size: 17px;}
.test-sec1-box p {font-size: 16px;line-height: 30px;}
.test-sec1-top {min-height: 330px;}
.test-sec1-bottom {padding: 12px 30px;}
.test-sec1-list2 li {font-size: 17px;}
.test-sec1-list2 li img {width: 50px;}
.test-sec1-list2 li img {width: 48px;}
.test-sec1-box {margin-bottom: 20px;}
.testimonial-section-1 {padding: 70px 0px;}
.test-sec1-box {margin-bottom: 35px;}

.get-section-1 {padding: 80px 0px;}
.get-heading {font-size: 26px;}
.get-box-container .form-control {padding: 14px 0px;font-size: 19px;line-height: 36px;}
.get-heading-1 {padding: 20px 0px;}
.get-button {padding: 16px 48px;font-size: 17px;margin-top: 10px;}

.ceramic-section-3 {padding: 60px 0px;}
.services-heading-one {font-size: 36px;}
.ceramic-sec3-text p {line-height: 24px;font-size: 16px;}
.cera-sec3-box-heading1 {font-size: 24px;}
.ceramic-section-4 {padding: 70px 0px;}
.cera-sec3-heading-1 {font-size: 36px;}
.cera-sec3-heading-2 {padding-bottom: 30px;}
.cera-sec3-heading2 {font-size: 36px;padding-bottom: 4px;}
.cera-sec3-list li {font-size: 16px;padding-bottom: 5px;}
.cera-sec3-list-box {padding: 100px 30px;}
.out-gallery {padding: 30px 0px 70px 0px;}
/* .maing-a {column-width: 320px;display: contents;} */
.inner-banner-text-heading {font-size: 50px;}	
.banner-text:before {background-size: 90%;}
.banner-text:after {background-size: 90%;}	
/* .banner-text-heading-1 {font-size: 45px;} */
.hm-welcome-btn {font-size: 22px;padding: 24px 24px;}
.google-review img {width: 200px;}
.banner-heading-2{font-size: 32px;}	
.inner-banner-text-heading1 {font-size: 40px;}
.banner-text-1 p {margin: 0;}	
.nav-container { padding: 0 70px;}	
.top-container {padding: 0px 75px;}	
.error-section {padding: 80px 0px 60px;}	
.shft-txt {margin-top: -62px;}
.banner-text-1 p { font-size: 25px; line-height: 40px;}	
	
	
}




@media (max-width: 1440px) {
  body, html{ overflow-x: hidden}	
.navbar>ul>li {padding: 10px 0 10px 2px;}
.logo.d-flex.align-items-center {width: 165px;}
.fixed-nav .logo img {width: 110px;}
.banner-text-heading-1 {font-size:36px;}
.arrow-btn i {font-size: 32px;}
.corner-button {margin-top: 20px;font-size: 16px;padding: 14px 32px;}
.arrow-btn {right: -77px;}
.home-section-1 {padding: 60px 0px 70px 0px;}
.hm-sec1-heading {font-size: 36px;padding-bottom: 5px;}
.banner-heading-2 {font-size: 30px;}
.home-section-2 {padding: 60px 0px;}
/* .hm-sec2-main-heading {font-size: 36px;} */
.hm-sec-text {padding-right: 188px;}
.hm-sec-text-icon {margin-bottom: 20px;gap: 15px;}
.hm-sec-text-1 {font-size: 15px;}
.hm-sec5-main-heading {font-size: 36px;line-height: 44px;}
.hm-sec6-button { margin-top: 4px;font-size: 16px;padding: 7px 35px;}
.hm-sec6-form .form-control {padding: 5px 0px;font-size: 15px;line-height: 28px;}
.home-section-7 {padding: 70px 0px;}
.footer-heading-2 {font-size: 18px;padding: 20px 0px 0px 0px;}
	
.cera-sec3-box-heading1 {font-size: 22px;}
.inner-banner-text-heading {font-size: 46px;margin: 0;}
.ab-sec1-heading {font-size: 36px;}
.ab-sec1-circle {width: 250px;height: 250px;}
.circle-heading {font-size: 36px;}
.about-section-1 {padding: 70px 0px;}
.about-secton-2 {padding: 70px 0px;}
.contact-section-1 {padding: 70px 0px;}
.contact-section-2 {padding: 70px 0px;}
.testimonial-section-1 {padding: 60px 0px;}
.get-heading-1 {padding: 15px 0px;}
.ceramic-section-1 {padding: 60px 0px;}
.ceramic-section-3 {padding: 50px 0px;}
.ceramic-section-4 {padding: 60px 0px;}	
.hm-sec5-container {max-width: 1100px;}
.banner-text-container {bottom: 50%;}	
.banner-text-1 {bottom: 6%;}
.fixed-nav  .navbar {padding: 10px 0px;}
.hm-welcome-btn {font-size: 20px;padding: 22px 24px;}
.nav-container { padding: 10px 60px;}	
.top-container-1 {padding: 0px 50px;}		
.banner-text:after {bottom: -30px;}			
.banner-text:before {bottom: -30px;}
.top-container {padding: 0px 60px;}	
ol.breadcrumb { margin: 0;}	
.get-button {padding: 10px 45px;font-size: 17px;margin-top: 10px; }	
.get-section-1 {padding: 70px 0px 80px;}	
.get-box-container .form-control {padding: 14px 0px;font-size: 17px; line-height: 28px;}	
.hm-sec2-main-heading {font-size: 35px;padding-bottom: 10px;}	
.accordion-item {padding: 10px 0px;}	
.accordion-button:not(.collapsed) {padding: 10px 0px;}	
.accordion-body {padding: 10px 0px;}	
.accordion-body p {margin: 0;}	
.accordion-button {font-size: 18px;padding: 10px 0px;}	
.accordion-body p {font-size: 16px;}	
.ct-sec2-box {padding: 30px 40px 0px 40px;}	
.ct-sec2-box p { font-size: 17px;padding: 0px 20px;}
 .contact-button {padding: 10px 44px;font-size: 16px;}	
.ceramic-section-2 {padding: 70px 0px;}	
.ceramic-section-7 .hm-sec3-container {padding: 0px 100px;}	
.cera-sec3-list-box {padding: 80px 30px;}	
.error-btn { font-size: 17px;padding: 11px 16px;}	
.error-box p {font-size: 22px;padding: 0px 0px;}	
.message {padding: 50px 30px;max-width: 580px;}	
.message p {font-size: 22px;padding: 0px 0px 0px 0px;}	
.thanku-btn {font-size: 16px; padding: 12px 16px;}	
.shft-txt {margin-top: -44px;}	
	
	
	
}




@media (max-width: 1400px) {
.navbar .nav-link {font-size: 17px;}
.banner-text-heading-1 {font-size: 32px;}
.hm-sec1-heading {font-size: 34px;}
.slideshow-navigation-button.prev {right: 156px;}
.slideshow-navigation-button.next {right: 106px;}
.home-section-1 {padding: 70px 0px;}
.home-section-2 {padding: 70px 0px;}
.hm-sec2-main-heading {font-size: 34px;padding-bottom: 6px;}
.hm-sec3-title {font-size: 20px;}
.hm-sec3-text-box-title {padding: 20px;position: absolute;bottom: 5px;}
.hm-sec-icon-1 {width: 65px;height: 65px;}
.hm-sec-icon-1 img {width: 50px;}
.hm-sec-text-box {text-align: inherit;}
.hm-sec-text {padding-right: 140px;}
.home-section-4 {padding: 65px 0px 65px 0px;}
.hm-sec4-main-heading {padding-bottom: 40px !important;}
.hm-sec5-main-heading {font-size: 34px;}
.footer-heading-1 {font-size: 22px;padding-bottom: 12px;}
.footer-logo img {width: 130px;}
.footer-heading-2 {font-size: 18px;padding: 15px 0px 0px 0px;}
.corner-button:before, .corner-button .arrow-text:before, .corner-button:after, .corner-button .arrow-text:after {
width: 14px;height: 14px;}
.fixed-nav .navbar {padding: 0px 0px;}
.navbar {padding: 10px 0px;}
a.logo.d-flex.align-items-center {width: 130px;}
.banner-text-1 p { font-size: 24px; }	
.hm-sec-slider { left: 8%;}	
.hm-sec-text { padding-right: 50px; }

}









@media (max-width: 1366px) {
/* .top-nav-bar {padding: 8px 0px;} */
.navbar a, .navbar a:focus {font-size: 14px; padding: 0px 15px 0px 15px;}
.navbar-expand-lg .navbar-collapse {padding: 0px 0px;}
a.logo.d-flex.align-items-center {width: 150px;}
.fixed-nav .logo img {width: 90px;}
.banner-text-container {position: absolute;width: 40%;}
.banner-text-heading-1 {font-size: 32px;}
.navbar .nav-link {font-size: 15px;}
.corner-button {margin-top: 10px;font-size: 15px;padding: 10px 20px;}
.arrow-btn i {font-size: 24px;}
.arrow-btn {right: -60px;padding: 11px 16px;}
.slideshow-pagination-item .pagination-number {font-size: 17px;}
.slideshow-navigation-button {bottom: 23%;right: 90px;height: 30px;width: 30px;}
.phone-icon {width: 40px;height: 40px;}
.email-text i {font-size: 16px;}
.home-section-1 {padding: 60px 0px;}
.hm-sec1-heading {font-size: 30px;padding-bottom: 0px;}
p {line-height: 28px;font-size: 15px;}
.home-section-2 {padding: 55px 0px;}
.hm-sec2-main-heading {font-size: 32px;}
.hm-sec3-number {padding: 18px;font-size: 24px;}
.hm-sec3-title {font-size: 18px;}
.home-section-3 {padding: 50px 0px 50px 0px;}
.hm-sec-text-1 {font-size: 14px;}
.home-section-4 {padding: 55px 0px 55px 0px;}
.client-name {font-size: 16px;}
.hm-sec5-container {max-width: 960px;}
.hm-sec5-main-heading {font-size: 30px;line-height: 38px;}
.hm-sec6-form .form-control {font-size: 15px;line-height: 26px;}
.hm-sec6-button {margin-top: 4px;font-size: 16px;padding: 8px 30px;}
.footer-heading-1 {font-size: 20px;padding-bottom: 10px;}
.footer-item li {font-size: 15px;}
.hm-sec6-subscribe-form .form-control {font-size: 15px;}
.hm-sec6-form-input a {font-size: 18px;}
.hm-sec6-subscribe-form .form-control {line-height: 22px;}
.home-section-7 {padding: 50px 0px;}
.footer-section {padding: 50px 0px 30px 0px;}
.footer-timing li {font-size: 15px;padding-bottom: 5px;}
.footer-heading-2 {font-size: 16px;padding: 0;}
.footer-btm-left p {font-size: 15px;}
.footer-btm-right p {font-size: 15px;}
.footer-btm-right p a{font-size: 15px;}
.footer-social-icon li a {width: 40px;height: 40px;}
.footer-social-icon li a i {font-size: 19px;}
.footer-item li i {font-size: 20px;padding-right: 12px;}
.inner-banner-text-heading {font-size: 38px;}
.about-section-1 {padding: 60px 0px;}
.ab-sec1-heading {font-size: 30px;}
.about-secton-2 {padding: 60px 0px;}
.ab-sec1-heading {font-size: 26px;}
.ab-sec1-circle {width: 195px;height: 195px;}
.circle-heading {font-size: 30px;}
.contact-section-1 {padding: 60px 0px;}
.contact-section-2 {padding: 60px 0px;}
.ct-sec2-box {padding: 35px 20px 0px 20px;min-height: 210px;}
.contact-heading {font-size: 26px;}
.conatct-form-box .form-control {padding: 7px 0px;font-size: 16px;line-height: 34px;}
.contact-button {padding: 12px 36px;font-size: 16px;}
.ct-sec2-heading1 {font-size: 32px;padding-bottom: 25px;}
.ct-sec2-box {padding: 25px 20px 0px 20px;min-height: 195px;}
.ct-sec2-box p {font-size: 15px;line-height: 24px;}
.ct-sec2-box-heading {font-size: 19px;padding-bottom: 8px;}
.ct-sec2-icon img {width: 30px;}
.test-sec1-box p {font-size: 14px;line-height: 28px;}
.test-sec1-list1 li {font-size: 16px;}
.test-sec1-list1 li i {color: #ffc300;font-size: 23px;}
.test-sec1-list1 {padding-bottom: 10px;gap: 10px;}
.test-sec1-top {min-height: 320px;}
.test-sec1-list2 li {font-size: 16px;}
.get-section-1 {padding: 40px 0px 50px;}
.get-heading {font-size: 22px;}
.get-box-container .form-control {padding: 8px 0px;font-size: 15px;line-height: 29px;}
.get-heading-1 {padding: 8px 0px;}
.get-button {padding: 12px 36px;font-size: 16px;margin-top: 5px;}
.breadcrumb-item.active {font-size: 15px;}
.breadcrumb-item a {font-size: 15px;}
.ceramic-section-1 {padding: 40px 0px;}
.services-heading-one {font-size: 28px;}
.ceramic-sec1-text p {font-size: 15px;line-height: 26px;}
.ceramic-section-2 {padding: 60px 0px;}
.cera-sec2-list li {font-size: 15px;padding-bottom: 5px;}
.ceramic-sec3-text p {line-height: 24px;font-size: 15px;margin: 0;}
.ceramic-section-3 {padding: 40px 0px;}
.cera-sec3-heading-1 {font-size: 28px;}
.cera-sec3-box-heading1 {font-size: 20px;padding: 12px 0px;}
.cera-sec3-heading2 {font-size: 28px;padding-bottom: 2px;}
.cera-sec3-list li {font-size: 14px;padding-bottom: 2px;}
.cera-sec3-list-box {padding: 65px 30px;}
.ceramic-section-4 {padding: 50px 0px;}
.paint-cor-heading {padding: 10px 20px;}
li::marker {font-size: 22px;}
.nav-container {padding: 10px 50px;}
.top-container {padding: 0px 40px;}	
.ab-sec2-text {padding: 0px 70px;}	
.testimonial-section-1 {padding: 50px 0px 40px; }
.get-heading {font-size: 25px;margin: 0;}	
.contact-section-1 {padding: 50px 0px;}
.ceramic-section-5 {padding: 10px 0px 50px;}	
.thanku-section {padding: 50px 0px 50px 0px;}	
.corner-button a { padding: 10px 20px !important;}	
.banner-text-1 p { font-size: 20px; line-height: 35px; }	
	
	
	
	
	
	
}




@media (max-width: 1360px) {


.test-sec1-top {padding: 20px;}
	
	
	
}






@media (max-width: 1280px) {
.hm-sec-text {padding-right: 80px;}
.hm-sec3-container {padding: 0px 100px;}
.hm-sec-text-icon {margin-bottom: 15px;}	
.top-container {padding: 0px 30px;}
.ab-sec1-img2 {width: 400px;}	
.about-secton-2 { padding: 50px 0px;}
.contact-section-2 {padding: 40px 0px;}	
.ceramic-section-7 .hm-sec3-container {padding: 0px 40px;}	
.cera-sec3-text-container p { margin: 0;}
.cera-sec3-list-box {padding: 55px 20px;}
.shft-txt {margin-top: -44px;padding: 20px 0; }	
.contact-all-page-position {bottom: 5px;}	
.banner-text-1 {  position: absolute; width: 80%;}	
.banner-text-1 p { font-size: 22px;}	
.hm-sec-text p { font-size: 16px;}	
.hm-sec-text-1 { font-size: 16px;}
.hm-sec-text { padding-right: 50px;}	
	
	
	
	
}




@media (max-width: 1152px) {
.banner-text {position: relative;padding: 0px 50px;margin-bottom: 20px;}
.hm-sec1-heading {font-size: 28px;padding-bottom: 0px;}	
.home-section-1 {padding: 50px 0px;}
.hm-sec1-text {padding-right: 40px;}
.home-section-2 {padding: 45px 0px;}
.top-container-1 {padding: 0px 30px;}
.hm-sec2-main-heading {font-size: 30px;}
.hm-sec3-container { padding: 0px 40px;}    
.home-section-4 {padding: 45px 0px 45px 0px;}
.home-section-5 {padding: 70px 0px;}
.footer-item li i {font-size: 17px;padding-right: 3px;}
textarea.wpcf7-form-control.wpcf7-textarea.form-control {height: 80px;}
.hm-sec6-form p {margin: 0;}
.wpcf7-not-valid-tip { font-size: 14px !important;}
.ab-sec2-text {padding: 0px 60px;}	
.ab-sec1-img2 {width: 400px;margin-top: -80px;}
.test-sec1-top {padding: 15px;}	
.test-sec1-box p {font-size: 14px;line-height: 26px;}
 .get-button { padding: 10px 30px;font-size: 16px;margin-top: 5px;}
 .ct-sec2-box p {padding: 0px 0px;}	
.contact-box {padding-top: 20px;}	
.ceramic-section-7 .hm-sec3-container {padding: 0px 10px;}	
.cera-sec3-list-box {padding: 45px 20px;}
 .ceramic-section-4 {padding: 40px 0px;}	
.ceramic-sec1-text { padding-left: 0px;}
.banner-text-1 {bottom: 5%; }	
.banner-text-container {bottom: 45%;}
.banner-text-1 p { font-size: 20px; }

	

}






@media (max-width: 1024px) {
.icon-box {padding: 10px 10px;}
.banner-text-heading-1 {font-size: 28px;} 
.hm-welcome-btn {font-size: 16px;padding: 18px 20px;margin-bottom: 10px;}
.arrow-btn {right: -60px;padding: 8px 16px;}
.banner-text {position: relative;padding: 0px 50px;margin-bottom: 30px;}
.corner-button {margin-top: 10px;font-size: 15px;padding: 8px 15px;}
.hm-sec1-heading {font-size: 25px;padding-bottom: 0px;}
.hm-sec6-container {position: relative;z-index: 1;left: 100px; top: 50px;}
.nav-container {padding: 10px 30px;}
.footer-sec-1 {padding-bottom: 40px;}	
.top-container {padding: 0px 20px;}	
.ab-sec2-text {padding: 0px 40px;}
.cera-sec3-text-container .mb-5 {margin: 0 !important;}
.error-section { padding: 60px 0px 60px;}	
.hm-sec3-text-box { margin-right: 20px;}	
.hm-sec6-image img {height: 100% !important; object-fit: cover;}
.hm-sec6-image { height: 100% !important;}
.banner-text-1 { width: 90%; }	
.banner-text-1 { bottom: 5%; }		
.banner-text-btn-box{ margin-top: 10px;}	
	
	
	
}





@media (max-width: 991px) {
#rmp_menu_trigger-407 {right: 3% !important;border-radius: 50% !important;transition:0.7s ease-in-out;}
#rmp_menu_trigger-407.is-active {background: #3aaab6 !important;border-radius: 0% !important;transition:0.7s ease-in-out;}
.container{max-width:95%;}	
.banner-text-heading-1 {font-size: 27px;}
.extra-class{ display:block;}
.hm-sec3-text-box { margin-right: 10px;}	
.home-section-3 {padding: 30px 0px 30px 0px;}
.hm-sec2-main-heading {font-size: 28px;}	
.hm-sec-text-1 {font-size: 13px;}
.hm-sec-text {padding-right: 26px;}
.hm-sec3-container {padding: 0px 80px;}
.hm-sec-icon-1 {width: 65px;height: 65px;}
.hm-sec6-button {margin-top: 4px;font-size: 16px;padding: 4px 27px;}	
textarea.wpcf7-form-control.wpcf7-textarea.form-control {height: 60px;}	
.hm-sec5-container { max-width: 840px;}
.ab-sec2-text {padding: 0px 30px;}
.inner-banner-text-heading {font-size: 32px; }
.maing-a a {width: 33%;}	
.out-gallery {padding: 30px 0px 40px 0px;}	
a.logo.d-flex.align-items-center{display:block !important;padding: 0;margin: 0;width: 110px;}
.testimonial-section-1 {padding: 50px 0px 30px;}
span.responsive-menu-pro-inner {width: 20px !important;}	
#rmp_menu_trigger-407.is-active span.responsive-menu-pro-inner { width: 25px !important;}
.inner-banner-text-heading1 {font-size: 32px;}
.residential-window-sec2 .ceramic-section-2 {padding: 30px 0px;}
.banner-text-1 { width: 90%;}	
.banner-text-1 { bottom: 10%; }	
.home-section-4 { padding: 45px 0px 60px 0px; }	
.extra-class { position: absolute; top: 20px; right: 110px;}
#rmp_menu_trigger-407 {top: 30px !important;}	
#rmp-menu-wrap-407 .rmp-menu, #rmp-menu-wrap-407 .rmp-submenu { padding-top: 30px; }	
.banner-text-1 { bottom: 5%;}	
.banner-text-1 p { line-height: 32px; }	
.home-section-3 .hm-sec3-container{padding: 0px 0px 0px 0px;}	
.home-section-3 .hm-sec3-container{padding: 0px 0px 0px 10px;}	
	
	
}





@media (max-width: 912px) {
.hm-sec6-container {top: 15px;}
 .banner-text-container { position: absolute;width: 50%;}
 .test-sec1-top {min-height: 340px;}
#rmp_menu_trigger-407 {top: 25px !important;}	
.google-review { bottom: 1%;}	
.google-review img {width: 180px;}	
.hm-sec6-form { padding: 20px 0 50px;}
.wpcf7-response-output {font-size: 14px; margin: 0px 0px 10px !important;}	
.hm-sec-text-icon {margin-bottom: 15px;line-height: 30px;}
.home-section-3 .hm-sec3-container {padding: 0px 0px 0px 100px;}
.footer-section {padding: 50px 10px 30px 10px;}
.ceramic-section-5 {padding: 30px 0px 30px;}
.ceramic-section-2.cera-span span {font-weight: 300 !important;display: block;}
.hm-sec-icon-1 img {width: 40px;height: 40px;}	
.banner-text-btn-box { margin-top: 0px;}
.hm-sec3-title {font-size: 20px;}	
	
	
}




@media (max-width: 840px) {
.google-review img {width: 130px;}
.banner-text-heading-1 {font-size: 25px;}
.hm-sec1-heading {font-size: 23px;padding-bottom: 0px;}
.banner-text-1 p {margin: 0;font-size: 13px;line-height: 21px;}
.footer-item li i {font-size: 15px;padding-right: 5px;}
.hm-sec6-container {top: 15px;left: 60px;}
.footer-item li {font-size: 15px;padding-bottom: 7px; }
.hm-sec5-container {max-width: 790px;}
.hm-sec2-main-heading {font-size: 22px;}
.ab-sec1-img2 {width: 372px;margin-top: 20px;}	
.about-section-1 {padding: 40px 0px;}
.about-secton-2 {padding: 40px 0px;}
.ab-sec2-text {padding: 0px 20px;}
.inner-banner-text-heading { font-size: 30px;}
.test-sec1-top {min-height: 370px;}
.test-sec1-box p {font-size: 13px;line-height: 26px;}
.get-box-container .form-control { padding: 7px 0px; font-size: 13px;line-height: 28px;}	
.ct-sec2-box {padding: 20px 20px 0px 20px;min-height: 195px;}	
.cera-sec3-list-box {padding: 35px 10px;}
.hm-sec-text {padding-right: 0px; }
.inner-banner-text-heading1 {font-size: 30px;}	
.error-title { font-size: 35px;}
.message {padding: 40px 20px;max-width: 70%;}	
.home-section-3 {background-position: center;}
.home-section-3 .hm-sec3-container { padding: 0px 0px 0px 0px;}	
.banner-text-1 p { font-size: 20px; line-height: 34px; }	
.banner-text-1 { bottom: 10%; }	
.extra-class { top: 15px; }	
.top-nav-bar { position: relative; background:#000;}
header.header-section.fixed-nav { position: fixed;}	
.banner-text:before {bottom: -30px;width: 45px; height: 108px;}	
.banner-text:after {bottom: -30px;width: 45px; height: 108px;}
.banner-text-container { bottom: 60%; }
	
	
	
}


@media (max-width: 768px) {
.hm-welcome-btn {font-size: 15px;padding: 15px 20px;margin-bottom: 2px;}.hm-sec3-container {padding: 0px 0px;}	
.hm-sec6-form .form-control {font-size: 13px;line-height: 23px;}
.hm-sec5-main-heading {font-size: 26px;line-height: 38px;}
.hm-sec1-text {padding-right: 0px;}
.hm-sec1-text p {line-height: 27px;}
textarea.wpcf7-form-control.wpcf7-textarea.form-control {height: 40px;}
.hm-sec6-container {top: 5px;left: 60px;}
.hm-sec5-conatiner {padding: 40px 50px 75px 30px;}
.hm-sec5-container {max-width: 750px; }
.hm-sec4-main-heading {padding-bottom: 20px !important;}
 .contact-button {padding: 8px 30px; font-size: 15px;}	
.ct-sec2-box a {font-size: 17px;color: #fff; word-break: break-all;}
.error-box {max-width: 550px;}
.banner-text{ margin-bottom: 50px; }	
.banner-text-1 { bottom: 5%;}	
	
}





@media (max-width: 767px) {
.hm-sec1-img1 img {border-radius: 10px;width: 100%;margin: 10px 0 0;}
.hm-sec-slider { position: relative;left: 0%;}	
.hm-sec6-container {top: 5px;left: 10px;}
.hm-sec6-form .form-control {font-size: 13px;line-height: 30px;width: 100%;}
.hm-sec2-left {margin-left: 10px;}
.footer-menu-icon {text-align: left;}
.footer-social-icon {justify-content: left;}
.footer-section {padding: 30px 0px 30px 0px;}	
.footer-btm-right p {font-size: 15px;text-align: left;}
.footer-heading-1 {font-size: 20px;padding-bottom: 0px;margin: 20px 0 10px; }	
.footer-sec-1 {padding-bottom: 10px;}
.top-container-1 {padding: 0px 10px;}
.hm-sec3-text-box {margin-right: 0; margin: 10px;}
textarea.wpcf7-form-control.wpcf7-textarea.form-control {height: 90px;}
.hm-sec6-image img { display: none;}
.home-section-5 {padding: 30px 0px;}
.large-banner {display: none;}
.hm-sec6-form { padding: 30px 0;}
.mobile-banner { display: block;}
.banner-text-1 {bottom: 30%;width:100%;}
.google-review {left: 0;bottom: 24%;z-index: 1;right: 0;text-align: center;}
.home-section-1 {padding: 30px 0px;}
.home-section-2 {padding: 35px 0px;}
.home-section-7 {padding: 30px 0px; }
.hm-sec4-main-heading {padding-bottom: 10px !important;}
.home-section-4 {padding: 35px 0px 270px 0px;}
.hm-sec5-container {max-width: 100% !important;margin: 0px 10px;}
.ab-sec1-img2{display:none;}
.ab-sec1-img1 img {border-radius: 10px;width: 100%;}
.ab-sec1-text-box {padding: 20px 0;}
.ab-sec2-text { padding: 0px 0px;}
.ab-sec1-circle {width: 175px; height: 175px;}
.top-container {padding: 0px 10px;}
.maing-a a {width: 100%;}	
a.logo.d-flex.align-items-center {padding: 0;margin: 0;width: 90px;}
.nav-container {padding: 10px 10px;background: #000000;}
button#rmp_menu_trigger-407 {top: 25px !important;z-index: 99 !important;}
.inner-banner-text-container {position: absolute; bottom: 20px;z-index: 1;}	
.testimonial-section-1 { padding: 30px 0px 20px;}
.test-sec1-top {min-height: auto;}
.test-sec1-box p {font-size: 15px; line-height: 28px; }
.test-sec1-bottom {padding: 10px 20px;}
.get-sec1-img { margin: 20px 0 0;}
.get-box-container {padding-right: 0px;}	
.get-section-1 {padding: 30px 0px 40px; }	
.accordion-button {font-size: 16px;padding: 10px 0px;}
.contact-sec2-container {width: 100%;display: block;}
.ct-sec2-box {padding: 20px 20px 20px 20px;min-height: auto;margin-bottom: 20px;width: 100%;}	
.contact-section-1 {padding: 30px 0px;}
.ceramic-sec1-text {padding: 20px 0 0;}
.cera-sec2-list {padding-bottom: 30px;column-count: 1;}
.cera-sec2-list li {padding-right: 0;}	
.ceramic-section-2 {padding: 40px 0px;}	
.ceramic-section-3 {padding: 30px 0px;}
.cera-sec3-box-heading1 {font-size: 20px;padding: 0px 0px 0;}
.cera-sec3-list-box {padding: 30px 10px;}
.ceramic-section-4 {padding: 30px 0px;}
.ceramic-section-5 {padding: 30px 0px;}
.cera-sec3-text-container .mb-5 { margin-bottom: 0 !important;}	
.services-heading-one {font-size: 28px;line-height: 40px;}	
.inner-banner-text-heading1 {font-size: 28px;}
/* .nav-height { height: 125px;} */
.ceramic-section-1 {padding: 40px 0px 0;}
.cera-sec3-list {padding-bottom: 20px;}
.ceramic-section-4.package .contact-all-page-position {position: inherit !important;bottom: 0 !important; }
.ceramic-section-4.package .cera-sec3-box-heading1.paint-cor-heading {padding: 5px;}
.ceramic-section-4.package .cera-sec3-list {padding-bottom: 10px;}
.ceramic-section-4.package .cera-sec3-list-box {padding: 30px 0px;margin: 0;}
.inner-banner-text-heading {font-size: 28px;}
.error-section {padding: 40px 0px 40px;}
.error-box p {font-size: 20px;padding: 0px 0px;}
.error-title {font-size: 30px;}
.error-btn {font-size: 16px;padding: 10px 16px; }
.thanku-section {padding: 40px 0px 40px 0px;}
.message {padding: 30px 10px;max-width: 100%;}
.home-section-3 .hm-sec3-container {padding: 0px 0px 0px 0px;}	
.hm-sec-icon-1 {width: 65px;height: 65px;}
.hm-sec-icon-1 img { width: 50px;height: 50px;}
.hm-sec6-form:after { width: 100%;clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);}
.sl-wrapper .sl-navigation button.sl-next {right: 20px !important;}	
.sl-wrapper .sl-close {z-index: 9999999 !important;opacity: inherit !important;}	
.sl-overlay {opacity: 0.8 !important;}	
.container {max-width: 100%; }	
.hm-sec7-box { display: block;}	
.hm-sec7-list { margin-bottom: 15px;}	
.home-section-4 {padding: 30px 0px 30px 0px; }	
.hm-sec4-container { padding: 0px 15px;}
.hm-sec5-conatiner { padding: 20px 10px 50px 10px; }	
.navbar { padding: 0px 0px;}	
/* .nav-height { height: 100px;}	 */
.extra-class {right: 80px;}	
.insta-icongr { display: none;}	
.banner-text:before { bottom: -20px;}	
.banner-text:after { bottom: -20px;}		
.shft-txt { margin-top: 0px; padding: 0px 0 20px; }	
.hm-sec1-text p { font-size: 16px;}	
}



@media (max-width: 460px) {
.banner-text-container {bottom: 70%;}
.banner-text-1 {bottom: 19%;width: 100%;}
.google-review {bottom: 51%;}
.hm-welcome-btn {margin-bottom: 12px; }
.banner-text-container { width: 98%;}
.google-review img {width: 160px;}
.hm-sec2-main-heading.hm-sec7-main-heading.in-view { margin: 0; padding: 0;}	
.conatct-form-box {padding-right: 0;padding-bottom: 20px; }
.conatct-form-box .hm-sec2-main-heading.in-view { margin: 0;padding: 0;}
.ceramic-section-1 {padding: 30px 0px 0;}
.thanku-text { font-size: 45px;}
 .home-section-1 {padding: 60px 0px;}	 
.wpcf7-response-output {font-size: 14px;margin: -20px 0px 20px !important; }
.conatct-form-box .wpcf7-response-output { font-size: 14px; margin: 10px 0px 10px !important; }	
	
	
	
}





@media (max-width: 414px) {


.hm-sec1-heading {font-size: 20px;padding-bottom: 0px;}
.banner-text-1 p { margin: 0; font-size: 22px; line-height: 40px; padding: 0 15px;}
.banner-text {position: relative;padding: 0px 50px;margin-bottom: 50px;}
.google-review {bottom: 55%;}
.hm-welcome-btn {margin-bottom: 20px;}
.message p {font-size: 18px;}	
.home-section-1 { padding: 30px 0px;  }	
.banner-text-1 { bottom: 15%; width: 100%; }	
	
}





@media (max-width: 390px) {
.hm-welcome-btn {margin-bottom: 10px;}
.banner-text-heading-1 { font-size: 22px;}
.hm-sec1-heading {font-size: 18px;padding-bottom: 0px;}
.banner-text-1 p {padding: 0 20px;}
.banner-text:after {bottom: -40px;width: 35px; }
.banner-text:before { bottom: -40px;width: 35px;}
.banner-text {position: relative;padding: 0px 50px;margin-bottom: 61px;}
.google-review {bottom: 59%;}
.google-review img {width: 140px;}
a.logo.d-flex.align-items-center { padding: 0; margin: 0;width: 80px;}	
.inner-banner-text-heading1 {font-size: 23px;}
.inner-banner-text-heading {font-size: 23px;}
/* .nav-height {height: 96px;} */
.navbar {padding: 0px 0px;}
.error-box p { font-size: 18px;line-height: 26px;}
.thanku-section {padding: 30px 0px 30px 0px;}	
.thanku-text {font-size: 38px;}
.message p {font-size: 16px;}
.banner-text-1 {bottom:3%;width: 100%;}	
	

	
	
	
}





@media (max-width: 375px) {
.hm-welcome-btn {margin-bottom: 7px;}
.banner-text-1 {bottom: 5%;width: 100%;}	
.services-heading-one { font-size: 20px; line-height: 30px; }	
.cera-sec3-heading-1 { font-size: 20px; }
.banner-text-container { bottom: 75%;}
.banner-text:before { bottom: -40px;}	
.banner-text:after { bottom: -40px;}	
.banner-text-1 p { line-height: 38px; }	
.banner-text { margin-bottom: 40px;}	
.hm-sec-text-1 { font-size: 16px;}	
	
	
}



