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

:root {
  --primary:#f9a305;
  --secondary:#7e1277;
  --white:#fff;
  --black:#000;
}
body {
    margin: 0;
    padding: 0 !important;
	font-family: "Inter", sans-serif;
    scroll-behavior: smooth;
    overflow: inherit !important;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="date"], textarea, select {
    background: none;
    border: solid 1px #ddd;
    color: #333;
    font-size: 14px;
    line-height: normal;
    margin: 0 0 13px;
    padding: 16px 20px;
    width: 100%;
    outline: 0;
    border-radius: 4px;
    font-family: "Public Sans", sans-serif;
    background: var(--white);
}

select, input[type="date"] {
  padding: 14px 17px;
}
input[type="submit"] {
    color: var(--white);
    background-image: linear-gradient(180deg,#ffc83e,#ef9b2d);
    text-transform: uppercase;
    border: none;
    padding: 9px 26px;
    font-size: 14px;
    border: 0;
    letter-spacing: 0.8px;
    cursor: pointer;
    outline: none;
    border-radius: 50px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
}
input[type="submit"]:hover {
    background: #f9ba00 linear-gradient(180deg,#fac426,#f9ba00) repeat-x;
  color: var(--white);
  transition: 0.8s;
}
textarea {
  height: 100px;
  margin-bottom: 5px;
}
h1, h2, h3, h4, h5, h6 {
margin: 0 0 15px 0;
font-family: "Inter", sans-serif;
    color: #050A15;
    font-weight: 500;
    text-transform: inherit;
    line-height: normal;
}
h1 {
  font-size:28px
}
h2 {
  font-size:24px
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size:18px
}
h6 {
  font-size:16px
}
p {
    padding: 0;
    margin: 0 0 10px 0;
    font-family: "Inter", sans-serif;
    color: #333;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}
ul, li, a{
  list-style-type: none;
  font-family: "Inter", sans-serif;
  color: #333;
  line-height: 24px;
  font-size: 14px;
}
a:hover {
  transition:0.8s;
  text-decoration:none;
}
.heading, .leftheading {
    margin-bottom: 35px;
    font-size: 35px;
    position: relative;
    font-weight: 600;
    padding-bottom: 15px;
    line-height: normal;
}
.heading{
	text-align:center;
}
.leftheading{
	text-align:left;
}
.leftheading span, .heading span {
    display: block;
    color: var(--primary);
    font-weight: 500;
    font-size: 22px;
}
.heading:after, .leftheading:after {
    content: '';
    position: absolute;
    border-bottom: solid 3px var(--primary);
    bottom: 0;
    width: 70px;
}
.heading:after{
    left:50%;
    transform: translateX(-50%);
}
.leftheading:after{
    left:0;
}
.subheading{
    width: 90%;
    margin: 0 auto 30px;
    text-align: center;
}

.zoomeffect {
  overflow: hidden;
  position:relative;
}
.zoomeffect img {
  transition: transform 0.8s ease-in-out;
}
.zoomeffect:hover img {
  transform: scale(1.1);
}

/* TOPBAR SECTION CSS */
.fixedquote .btn-primary {
    position: fixed;
    right: -75px;
    top: 50%;
    transform: rotate(90deg);
    border-radius: 0 0 12px 12px;
    letter-spacing: .5px;
    color: var(--white);
    padding: 12px 25px;
    text-transform: capitalize;
    font-size: 17px;
    z-index: 9;
}
.header-wrapepr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
}
.header-wrapepr figure{
	margin:0;
}
.header-wrapepr figure img {
    width: 180px;
}
.header-wrapepr ul.hdraddr {
    column-gap: 40px;
}
.header-wrapepr ul{
	display:flex;
	align-items:center;
}
.header-wrapepr ul.socialicon {
    column-gap: 10px;
}

.header-wrapepr ul.hdraddr span {
    display: block;
    font-weight: 600;
    font-size: 15px;
}
.header-wrapepr ul.hdraddr i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 15px;
    color: var(--secondary);
    border: dotted 1px var(--secondary);
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-wrapepr ul.hdraddr li {
    position: relative;
    padding-left: 50px;
}
.menubar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #08b80026;
    background: var(--secondary);
    border-radius: 20px 20px 0 0;
    padding: 0 0 0 25px;
}
.menubar .btn-primary {
    padding: 17px 28px;
    border-radius: 50px 20px 0;
    text-transform: uppercase;
    font-weight: 600;
    background: var(--white);
    color: var(--black);
    margin-top: -1px;
    border: solid 3px var(--secondary);
}
.menubar .btn-primary:hover {
    background: var(--primary);
    color: var(--white);
}
.menubar .btn-primary i {
    color: var(--secondary);
    font-size: 16px;
    margin-right: 5px;
}
.menubar.fixed {
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    left: 0;
    border-radius: 0;
}
.menubar.fixed .btn-primary {
    padding: 17px 40px;
    border-radius: 50px 0 0;
}

/* SLIDER SECTION CSS */


.mainslider {
    position: relative;
}
.mainslider figure{
	margin:0;
}
.mainslider figure img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    filter: brightness(0.6);
}

/*
.mainslider figure::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
background-image: linear-gradient(90deg, var(--secondary) 45%,#120F2D00 100%);
}
*/
.mainslider .carousel-caption {
    top: 50%;
    left: 0;
    right: 50%;
    width: 100%;
    transform: translateY(-50%);
    text-align: left;
    bottom: inherit;
}
.mainslider .carousel-content {
    width: 600px;
    margin: 0 auto;
    text-align: center;
}
.mainslider .carousel-content h2 strong {
    color: var(--primary);
    text-decoration: underline;
    text-underline-offset: 5px;
}
.mainslider .carousel-caption h2, .mainslider .carousel-caption p {
	color:var(--white);
}
.mainslider .carousel-caption h2 {
    font-size: 45px;
    line-height: 60px;
    font-weight: 700;
    letter-spacing: .5px;
    opacity: 0;
    animation: lts .5s ease-in-out .3s forwards;
    position: relative;
    padding-top: 30px;
    margin-bottom: 15px;
}
.carousel-content h2:before {
    content: '';
    position: absolute;
    border-top: solid 3px var(--white);
    width: 80px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
@keyframes lts{
0%{
	transform:translateX(-150px);
}
100%{
	opacity:1;
	transform:translateX(0px);
}
}

.mainslider .carousel-content p {
    font-size: 16px;
    margin: 10px 0 18px;
    line-height: 30px;
    opacity: 0;
    animation: lts .5s ease-in-out .6s forwards;
}
.mainslider .carousel-content .btn-primary {
    letter-spacing: .5px;
    opacity: 0;
    animation: lts .5s ease-in-out 1.2s forwards;
    padding: 11px 18px 12px;
}
.mainslider .carousel-control {
	position: absolute;
	bottom: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	font-size: 18px;
	height: 45px;
	background: var(--blackcolor) !important;
	color: var(--whitecolor);
 transition: opacity .15s ease;
	border-radius: 50%;
}
.mainslider .carousel-control.right {
    right: 105px;
    left: auto;
}
.mainslider .left.carousel-control {
	left: 84% !important;
}
.mainslider button i {
    background: rgba(0,0,0,.5);
    font-size: 27px;
    width: 35px;
    height: 55px;
    line-height: 55px;
}

/* Home About */

.homeabout {
    padding: 40px 0 55px;
}
.homeabout .row {
    align-items: center;
}
.homeabout img{
width: 100%;
    height: 390px;
    object-fit: contain;
}
.homeabout-content {
    width: 70%;
    margin: 0 auto;
    text-align: center;
}
.homeabout-content p strong {
    font-size: 20px;
    color: var(--primary);
    margin-bottom: 15px;
    display: block;
}
.homeabout-content .btn-primary {
    margin-top: 12px;
}
.aboutus .whychooseus {
    background: #2faba6;
    margin: 60px 0 0;
}
.aboutus .whychooseus .whychooseus-item {
    box-shadow: 3px 3px 13px #959595;
}

.ourteam-item {
    padding: 25px 15px;
    text-align: center;
    background: var(--white);
    transition: all ease-in-out .5s;
    box-shadow: 3px 3px 13px #ddd;
    margin: 12px 0;
    border-radius: 12px;
}
.ourteam-item:hover {
    transform: translateY(-10px);
    border-color: var(--secondary);
}
.ourteam-item img {
    width: 130px;
    height: 130px;
    object-fit: cover;
    margin-bottom: 15px;
    border-radius: 50%;
}
.ourteam-item h3 {
    font-size: 23px;
    font-weight: 600;
    margin: 15px 0 0;
}
.ourteam-item p {
    margin: 8px 0 15px;
    font-size: 16px;
    font-weight: 600;
    color: var(--primary);
}
.ourteam-item .btn-primary {
    background: #0A66C2;
    text-transform: capitalize;
    font-size: 15px;
}
.ourteam-item .btn-primary i {
    margin-right: 5px;
}
.ourteam-item:hover .btn-primary {
    background: var(--primary);
}


.whychooseus {
    padding: 55px 0 60px;
    background: linear-gradient(#87285cd4, #000000d4), url(../images/whychooseusbg.jpg);
    background-attachment: fixed;
    background-size: cover;
}
.whychooseus .row {
    row-gap: 25px;
}
.whychooseus-item {
    padding: 20px;
    background: var(--white);
    text-align: center;
    border-radius: 6px;
    transition: all ease-in-out .5s;
    border: solid 2px transparent;
    position: relative;
    overflow: hidden;
    z-index: 0;
    height: 100%;
}
.whychooseus-item:after {
    position: absolute;
    content: '';
    top: -80px;
    right: -80px;
    height: 150px;
    width: 150px;
    background: var(--primary);
    border-radius: 50%;
    opacity: .15;
    transition: .5s;
    z-index: -1;
}
.whychooseus-item:hover:after {
    width: 100%;
    height: 100%;
    right: auto;
    top: 0;
    left: 0;
    bottom: auto;
    border-radius: 0;
    opacity: 1;
}
.whychooseus-item figure img {
    width: 65px;
}
.whychooseus-item h3 {
    font-weight: 600;
    margin: 20px 0 0;
    font-size: 20px;
}
.whychooseus-item:hover h3, .whychooseus-item:hover p{
    color: var(--white);
}
.whychooseus-item p {
    margin-bottom: 0;
}


/* SERVICES SECTION CSS */

.products {
    background: #f9f9f9;
    padding: 45px  0 50px;
}
.products-item {
    box-shadow: 0 0 12px #0000001a;
    transition: .5s;
    border-radius: 6px;
    overflow: hidden;
    margin: 12px 0;
}
.products-item:hover{
	transform:translateY(-10px);
}
.products-item figure {
   overflow:hidden;
	margin:0;
}

.products-item figure img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}
.products-info {
    padding: 20px 20px 25px;
    background: var(--white);
    border-top: dotted 1px var(
    --secondary);
}
.products-info h3 {
    margin-bottom: 20px;
    font-size: 19px;
}
.products-info h4 {
font-weight: 700;
    font-size: 20px;
    margin: 0 0 22px;
}
.products-info p {
    margin: 12px 0 25px;
}
.products-info a {
    color: var(--primary);
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    position: relative;
}
.products-info:hover a{
 color: var(--secondary);	
}
.products-info a:before {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 42px;
    height: 42px;
    background: #64ad4d26;
    border-radius: 50%;
}
.products-info a i {
    font-size: 14px;
    margin-left: 1px;
}

/* values */

.values {
    background: #f8f8f8;
    padding: 50px 0 60px;
}
.values .container {
    overflow: hidden;
}
.values .heading {
    color: var(--white);
}
.values-item {
    border: solid 1px var(--secondary);
    padding: 18px;
    background: var(--white);
    border-radius: 6px;
    transition: all ease-in-out .5s;
    display: flex;
    align-items: center;
    column-gap: 20px;
}
.values-item:hover {
    box-shadow: 3px 3px 13px #181818;
}
/*
.values-item figure {
    background: var(--white);
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
*/
.values-item figure img {
    width: 70px;
}
.values-box {
    width: 80%;
}
.values-item h3 {
    font-size: 21px;
    font-weight: 600;
}
.values-item p {
    margin-bottom: 0;
}

/* Gallery  */

.ourgallery {
    padding: 50px 0 65px;
}
.ourgallery .row {
    justify-content: center;
    row-gap: 25px;
}
.gallery-item {
    overflow: hidden;
    display: block;
    outline: solid 1px var(--secondary);
    outline-offset: 5px;
    border-radius: 4px;
}
.ourgallery .gallerylightboxlist {
    height: 260px;
    background-size: cover;
    transition: all 300ms ease;
    border-radius: 6px;
}
.gallery-item:hover .gallerylightboxlist {
    transform: scale(1.1) rotate(5deg);
    filter: grayscale(1);
}
.gallerylightbox {
    position: relative;
}
.gallerylightbox h3 {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    color: var(--secondary);
    background: #ffffffc7;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 19px;
    padding: 10px;
    font-weight: 600;
}
img.fancybox-image {
    border-radius: 6px;
}
.ourgallery .slick-slide {
    margin: 0 5px !important;
}
.compensate-for-scrollbar {
    margin-right: 0 !important;
}
.envira-lazy {
    overflow: hidden;
    border-radius: 6px;
}
.envira-lazy img {
    border-radius: 6px;
    transition: all ease-in-out .5s;
}
.envira-lazy:hover img {
    transform: scale(1.1) rotate(-3deg);
    filter: grayscale(1);
}

/* Blogs */

.homeblog {
    padding: 40px 0 60px;
}
.homebloglist {
    box-shadow: 0 0 12px #ddd;
    background: var(--white);
	margin:12px 0;
}
.homebloglist img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.homebloglist p{
margin: 0;
}
.homeblogbox{
    padding: 20px;
}
.homeblogbox h3 {
    margin: 12px 0;
    line-height: 22px;
}
.homeblogbox h3 a {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    font-family: 'Roboto Slab', serif;
}
.homeblogbox span {
    font-size: 13px;
}

.homeblogbox span i {
    color: var(--primary);
    margin-right: 7px;
}

.homeblogbox .readmore {
    text-decoration: underline;
    text-underline-offset: 3px;
    color: var(--primary);
    margin: 15px 0 0;
    display: inline-block;
    letter-spacing: .5px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}

/* Footer */

footer {
    background: linear-gradient(#021c51c7, #021c51), url(../images/footerbg.jpg);
    padding: 50px 0 10px;
    background-attachment: fixed;
    background-size: cover;
}
.footer-item.footerabout {
    text-align: center;
}
.footer-item.footerabout figure {
    background: var(--white);
    border-radius: 6px;
}
.footer-item.footerabout figure img {
    padding: 10px 20px;
}
footer .col-sm-3:nth-child(2) {
    padding-left: 55px;
}
footer ul li.menu-item a {
    margin-bottom: 8px;
    display: inline-block;
}
footer ul li.menu-item a:hover {
color: var(--primary);
}
.footer-item ul.hours li {
    margin-bottom: 6px;
    display: flex;
    justify-content: space-between;
}
.footerabout p {
margin: 20px 0 0;
}
.footer-item.footerabout p {
    border-bottom: none;
    padding: 15px 0 0;
}
.footerabout .btn-primary{
	background:var(--primary);
}
footer h3 {
    color: var(--white);
    margin-bottom: 20px;
    font-size: 19px;
    letter-spacing: .5px;
    font-weight: 500;
    position: relative;
    padding-bottom: 15px;
}
footer h3:before {
    content: '';
    border-bottom: solid 2px var(--primary);
    width: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all ease-in-out .5s;
}
footer h3:hover:before{
 width: 100px;	
}
footer .footer-item p {
    border-bottom: solid 1px #eeeeee12;
    margin: 0;
    padding: 10px 0;
}
footer ul.footer-details li {
    position: relative;
    padding-left: 45px;
    margin-bottom: 20px;
}
footer ul.footer-details li i {
    position: absolute;
    top: 0;
    left: 0;
    color: var(--white);
    background: var(--primary);
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
footer h4{
	color:var(--white)
}
ul.socialicon {
    display: flex;
    column-gap: 6px;
    justify-content: flex-end;
}
ul.socialicon li a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #25D366;
    color: var(--white);
    margin: 0;
    transition: all ease-in-out .5s;
    font-size: 17px;
}
ul.socialicon li a:hover {
    transform: translateY(-5px);
}
ul.socialicon li:nth-child(2) a{
	background:#3b5998;
}
ul.socialicon li:nth-child(3) a{
background:#1DA1F2;	
}
ul.socialicon li:nth-child(4) a{
background:#0A66C2;	
}
ul.socialicon li a:hover {
  background: var(--primary);
	color:var(--white);
}

footer .ftdetails li i {
  margin-right: 8px;
}
footer ul li, footer ul li a, footer p, footer p a{
    color: var(--white);
}
footer .copyright a {
    color: var(--primary);
}
ul.footer-details li span {
    display: block;
}
footer .footer-item strong {
    color: var(--primary);
}
.copyright {
    margin-top: 45px;
    padding-top: 10px;
    border-top: solid 1px #ffffff0f;
}
#GoToTop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 22px;
    z-index: 99999999;
    padding: 0;
    background: var(--primary);
    border: solid 1px #f3f3f3;
    width: 45px;
    height: 47px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 20px;
    color: var(--white);
    text-decoration: none;
    text-align: center;
    padding-top: 12px;
}
#GoToTop i {
  display: block;
  padding-bottom: 3px;
}

#whatsappbtn {
    cursor: pointer;
    position: fixed;
    bottom: 5%;
    left: 30px;
    z-index: 99999999;
    padding-top: 8px;
    background: #4fcc5d;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    text-align: center;
    font-size: 32px;
    color: var(--white);
    box-shadow: 0 6px 9px rgb(0 0 0 / 5%), 0 4px 5px rgb(0 0 0 / 5%);
}
#whatsappbtn:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	border-radius: 50%;
	background: #4fcc5d;
	box-shadow: 0 0 10px #4fcc5d;
	animation: whtsbtn 2s linear infinite forwards;
}
#whatsappbtn img{
width: 110px;    
}
 @keyframes whtsbtn {
 from {
 transform:scale(1.0);
 opacity: 1;
}
to {
	transform:scale(1.5);
	opacity: 0;
}
}
#whatsappbtn img {
	width: 30px;
	margin-top: 4px;
}
.breadcrumb {
    padding: 20px 0;
    background: var(--primary);
}
.breadcrumb .row {
  align-items: center;
  display: flex;
}
.breadcrumb h1 {
  margin:0;
}
.breadcrumb h1 p {
    text-align: left;
}
.breadcrumb p {
  text-align: right;
  margin:0;
}
.breadcrumb p, .breadcrumb span, .breadcrumb p a {
    font-weight: 500;
    color: var(--white);
}
.breadcrumb p a{
  padding-right: 18px;
  margin-right: 5px;
  position: relative;
}
.breadcrumb h1 span {
    font-size: 25px;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: capitalize;
    line-height: normal;
}

.breadcrumb h1 .breadcrumbs_last {
  font-size: 28px;
  margin: 0 0 15px;
  font-weight: 800;
}
.breadcrumb h1 p{
  float:left;
}
.breadcrumb h1 span a {
  display: none;
}

.breadcrumb a:after {
    position: absolute;
    content: '\f101' !important;
    font-size: 10px !important;
    font-weight: 600;
    font-family: 'Font Awesome 5 Free' !important;
    right: 0;
}



.secondary-container {
  padding: 60px 0;
}
.secondary-container h3{
	font-weight:600;
}

/* CONTACT US PAGE CSS */

.secondary-container.contactus {
    padding: 0;
}
.secondary-container.contactus form h3, .secondary-container.contactus h2 {
    border-left: 3px solid var(--primary);
    line-height: 24px;
    padding-left: 10px;
    width: fit-content;
    margin: 0 0 25px;
}
.contacttop {
    padding: 60px 0;
}
.contactus form {
    box-shadow: 3px 3px 13px #ddd;
    padding: 25px;
    border-radius: 8px;
}
.contactus form input[type="submit"] {
    margin-top: 6px;
	border-radius:4px;
}
.contactus_details p {
    margin: 4px 0 0;
}
.contactus textarea {
    height: 139px;
}

.contactus_details h2 {
    margin-bottom: 25px;
}
.contactus iframe {
    width: 100%;
    border-radius: 12px;
    margin-bottom: -20px;
}
.contactus_details h3 {
    margin-bottom: 20px;
    width: fit-content;
    position: relative;
	font-size: 15px;
    letter-spacing: 0.5px;
}
.contactus_details h3:after, .contactus_details h3:before {
    position: absolute;
    background: #000;
    height: 1px;
    content: "";
    bottom: -8px;
    left: 0;
    right: 0;
}
.contactus_details h3:before {
    bottom: -5px;
    display: block;
    right: 10px;
}

.contactus_details p, .contactus_details a {
    margin-bottom: 0;
    font-size: 15px;
    word-break: break-all;
}
.contactus_details {
    width: 100%;
    height: 100%;
    background: white;
    position: relative;
    border: 1px dashed #6c757d75;
    padding: 18px;
    margin-bottom: 20px;
    border-radius: 4px;
    box-shadow: 0 0 14px #1c23361a;
    display: flex;
    column-gap: 20px;
    align-items: center;
}

.contactus_content img {
    width: 60px;
}

.contactus_details p, .contactus_details a {
    margin-bottom: 0;
    font-size: 15px;
    word-break: break-all;
}
.contact-address {
    box-shadow: 0px 2px 13px #ddd;
    padding: 25px;
    border-radius: 8px;
    border: 1px solid #f9a3053b;
}
.contact-address ul li:last-child{
	margin-bottom:0;
}
.page-template-contactus footer{
padding-top:75px;
}
.about-banner img {
    width: 100%;
    height: 400px;
    border-radius: 20px;
    object-fit: cover;
    object-position: top;
}
.aboutus-content {
    background: var(--white);
    box-shadow: 2px 2px 13px #ccc;
    padding: 30px 25px;
    position: relative;
    border-radius: 12px;
    height: 100%;
    border: 1px dashed var(--primary);
}
.aboutus-content h2 {
    font-size: 30px;
    font-weight: 700;
}

.aboutus figure {
    margin: 0;
}
.aboutus figure img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
	object-fit:cover;
}
.aboutus-content p {
    text-align: justify;
}
.aboutus-content p:last-child {
    margin-bottom: 0;
}
.aboutus-mdl {
    box-shadow: 3px 3px 8px #ddd;
    padding: 25px;
    border-radius: 6px;
    margin-top: 15px;
}


.aboutus-btm {
    border: dotted 2px #01356e;
    padding: 25px;
}
.aboutus-btm h3 {
    font-weight: 700;
    color: #01356e;
}
.aboutus-btm ul {
    margin-top: 20px;
}
.aboutus-btm ul li {
    line-height: 30px;
    position: relative;
    padding-left: 27px;
}
.aboutus-btm ul li:before {
    content: '\f560';
    font-family: 'Font Awesome 5 Free';
    color: #01356e;
    position: absolute;
    left: 0;
    font-weight: 600;
    font-size: 13px;
}
.aboutus .whychooseus img {
    width:65px;
}


.aboutmsn {
    border-top: solid 1px var(--primary);
    margin-top: 55px;
    padding-top: 55px;
}
.aboutmsn .aboutmsn-item {
    text-align: center;
    padding: 25px;
    border-radius: 20px;
    box-shadow: 2px 2px 13px #ddd;
}
.aboutmsn .aboutmsn-item h3 {
    margin: 26px 0 11px;
    font-size: 25px;
	color:var(--primary);
}
.aboutmsn .aboutmsn-item img {
    width: 90px;
}
.aboutmsn .aboutmsn-item p {
    margin-bottom: 0;
}

.services .homeservices {
    padding: 0;
}
.servcsdtls-banner{
	margin-bottom:30px;
}
.servcsdtls-banner img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    border-radius: 12px;
}
.servcsdtls-content p {
    text-align: justify;
}
.things {
    background: #bed530;
    padding: 40px 0 55px;
    text-align: center;
}
.things .heading, .things p, .things p a {
    color: var(--white);
}
.things p {
    margin-bottom: 30px;
}
.things p, .things p a {
    font-size: 20px;
}
.things p a {
    text-decoration: underline;
    text-underline-offset: 3px;
}


.pagesidebar {
    position: sticky;
    top: 0;
}
.pagesidebar input, .pagesidebar select, .pagesidebar textarea {
    background: var(--white);
}
.pagesidebar input[type="submit"] {
    border-radius: 12px;
    width: 100%;
    background-image: linear-gradient(180deg,#ffc83e,#ef9b2d);
}
span.wpcf7-spinner {
    position: absolute;
}
.sidebarbox {
    background: #f9f9f9;
    padding: 18px;
    margin-bottom: 15px;
    border: solid 2px var(--primary);
    border-radius: 12px;
}
.sidebarbox ul li {
    line-height: 35px;
    position: relative;
    padding-left: 25px;
}
.sidebarbox ul li:before {
    content: '\f0a9';
    font-family: 'Font Awesome 5 Free';
    color: var(--secondary);
    font-weight: 600;
    position: absolute;
    left: 0;
}


.blogpost .homeblog {
    padding: 0;
}

.single-post .sidebarbox {
    background: none;
    padding: 18px;
    margin-bottom: 15px;
    border-radius: 20px;
    border: solid 2px var(--primary);
    margin-top: 20px;
}
.sidebar ul li {
    margin: 15px 0;
    position: relative;
    padding-left: 25px;
}
.sidebar ul li:before {
    content: '\f35a';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: 0;
    color: var(--primary);
}



.favorite-item {
    border: solid 1px #eee;
    padding: 15px;
    margin: 15px 0;
}
.favorite-item h3 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
}
.favorite-item h4 {
    margin-bottom: 0;
    color: var(--primary);
}
.servcsdtls-content ul {
    margin: 15px 0;
}
.servcsdtls-content ul li {
    line-height: 30px;
    position: relative;
    padding-left: 24px;
}
.servcsdtls-content ul li:before {
    content: '\f192';
    font-family: 'Font Awesome 5 Free';
    color: var(--primary);
    font-size: 13px;
    position: absolute;
    left: 0;
}

.customordrs-top {
    margin-bottom: 35px;
}
.customorders-item {
    border: solid 1px var(--secondary);
    padding: 30px 20px;
    text-align: center;
    height: 100%;
    transition: all ease-in-out .5s;
}
.customorders-item:hover {
    transform: translateY(-10px);
}
.customorders-item h3 {
    background: var(--primary);
    color: var(--white);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    border-radius: 50%;
}
.customorders-item h4 {
    font-weight: 600;
    line-height: 27px;
}
.customorders-item p {
    margin-bottom: 0;
}

.potterypp-top {
    text-align: center;
    border: dotted 2px var(--primary);
    padding: 20px;
}
.potterypp-top p {
    margin-bottom: 20px;
}
.potterypp-item {
    border: dotted 2px var(--primary);
    padding: 20px;
    height: 100%;
}
.potterypp-item h3 {
    margin-bottom: 10px;
}
.potterypp-item ul li {
    padding: 7px 0 7px 25px;
    position: relative;
}
.potterypp-item ul li:before {
    content: '\f058';
    font-family: 'Font Awesome 5 Free';
    color: var(--primary);
    font-size: 13px;
    position: absolute;
    left: 0;
}
.potterypp-item strong {
    font-size: 18px;
    color: var(--secondary);
}
.potteryppmdl {
    text-align: center;
    margin: 35px 0 20px;
}
.howitwrks-top img {
    width: 100%;
    object-fit: cover;
    height: auto;
}
.howitwrks-content {
    box-shadow: 3px 3px 13px #ddd;
    padding: 28px;
}
.howitwrks-content h4 {
    color: var(--primary);
    font-weight: 500;
}
.howitwrks-content p {
    text-align: justify;
}
.process-item {
    box-shadow: 3px 3px 13px #ddd;
    padding: 20px;
    text-align: center;
    height: 100%;
    border: solid 1px var(--secondary);
    transition: all ease-in-out .5s;
}
.process-item:hover {
    border-color: var(--primary);
    transform: translateY(-10px);
}
.process-item h3 {
    background: var(--secondary);
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 20px;
    color: var(--white);
    font-size: 30px;
}
.process-item:hover h3 {
    background: var(--primary);
}
.process-item h4 {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 22px;
    margin-bottom: 10px;
}
.process-item p {
    margin-bottom: 0;
}
.howitwrks-top {
    margin-bottom: 40px;
}


.bookapntmnt-form {
    border: solid 1px #ddd;
    padding: 25px 30px 30px;
}
.bookapntmnt figure img {
    width: 100%;
    height: 435px;
    object-fit: cover;
}
.bookapntmnt-form h2 {
    margin-bottom: 10px;
    font-weight: 700;
    color: var(--secondary);
}
.bookapntmnt-form strong {
    font-weight: 600;
    margin-bottom: 20px;
    display: block;
    font-size: 17px;
}
.bookapntmnt-form input[type="submit"] {
    margin-top: 5px;
}

@media only screen and (max-width:1199px){
.hdraddr li:nth-child(3) {
    display: none;
}
.heading, .leftheading {
    font-size: 30px;
	margin-bottom: 20px;
}
.leftheading span, .heading span {
    font-size: 20px;
}
.services-info h4 {
    font-size: 19px;
}
.whychooseus-item {
    height: 100%;
}
	.whychooseus-item h3 {
    font-size: 20px;
}
	.homebloglist {
    height: 100%;
}
}


@media only screen and (max-width:991px){
	.hdraddr li:nth-child(2) {
    display: none;
}
.menubar .btn-primary {
    padding: 15px 15px !important;
}
.menubar {
    border-radius: 4px;
    padding-left: 0;
}
#rmp_menu_trigger-573 {
position: absolute !important;
    top: -22px !important;
    background: none !important;
}
#rmp_menu_trigger-573 .responsive-menu-pro-inner, #rmp_menu_trigger-573 .responsive-menu-pro-inner::before, #rmp_menu_trigger-573 .responsive-menu-pro-inner::after {
    background-color: var(--white) !important;
}
	.header-wrapepr ul.hdraddr li:last-child {
    display: none;
}
	#rmp-menu-title-573{
		display:none;
	}	
	#rmp-menu-wrap-573 .rmp-menu-current-item .rmp-menu-item-link {
    border-color: var(--secondary) !important;
    background-color: var(--secondary) !important;
}
.menubar .btn-primary {
    padding: 5px 15px;
    font-size: 15px;
    border-radius: 4px;
}
#rmp-container-573 {
    background-color: #111 !important;
 
}	
	.header-wrapepr img {
    width: 170px;
}
	.header-wrapepr ul.hdraddr {
    column-gap: 20px;
}
.homeabout .col-sm-5, .homeabout .col-sm-7 {
    width: 100%;
}
.homeabout-content, .homeabout-content p {
    text-align: center;
}
.aboutleft h4 {
    font-size: 18px;
}	
.homeservices .col-sm-4 {
    width: 50%;
}
	.whychooseus {
    padding: 50px 0;
    margin-top: 50px;
}
	.whychooseus .row {
    justify-content: center;
    row-gap: 20px;
}
	.whychooseus .col-sm-4 {
    width: 50%;
}
	
.homeblog .row {
    justify-content: center;
    row-gap: 20px;
}
.homeblog .col-sm-4 {
    width: 50%;
}
	.homeblog {
    padding: 35px 0 70px;
}
	.homereview {
    padding: 40px 0 40px;
}
	.faq {
    padding: 40px 0 40px;
}
	footer {
    padding: 50px 0 20px;
}
	.footer-item.footerabout figure img {
    width: 200px;
}
	footer .col-sm-3:nth-child(2) {
    padding-left: 10px;
}
	footer .col-sm-4, footer .col-sm-2, footer .col-sm-3 {
    width: 100%;
}
	footer h3 {
    margin: 20px 0 8px;
    font-size: 20px;
}
	.copyright {
    margin-top: 20px;
    padding-top: 0;
    border-top: none;
}
	
	.howitwrks-top .col-sm-6 {
    width: 100%;
}
	.howitwrks-top img {
    height: 500px;
    margin-top: 10px;
}
	.process .col-sm-4 {
    width: 50%;
}
.process .row {
    justify-content: center;
    row-gap: 25px;
}
	.howitwrks-top .col-sm-6:nth-child(1) {
    order: 2;
	width:100%;
}
		.howitwrks-top .col-sm-6:nth-child(2) {
    order: 1;
	width:100%;
}
	.howitwrks-top .row {
    row-gap: 15px;
}
	.secondary-container.servcsdtls .col-sm-8, .secondary-container.servcsdtls .col-sm-4{ 
		width: 100%;
	}
.pagesidebar {
    padding-top: 15px;
}
	.breadcrumb h1 span {
    font-size: 20px;
}
	
	.secondary-container.servcsdtls {
    padding: 50px 0;
}
	.favorite-item {
    margin: 10px 0;
}
	.servcsdtls-banner {
    margin-bottom: 25px;
}
.menubar {
    flex-direction: row-reverse;
}
	.footer-item.footerabout figure {
    display: inline-block;
}
	.secondary-container.aboutus .col-sm-6 {
    width: 100%;
}
	.ourteam .col-sm-4 {
    width: 50%;
}
.footer-item.footerabout {
    text-align: left;
}	
footer ul.socialicon {
    justify-content: flex-start;
}	
.copyright ul li:first-child a {
    padding-left: 0;
}	
.contacttop {
    margin-top: 60px;
}	
.breadcrumb {
    padding: 25px 0;
}
.copyright ul {
    justify-content: left;
}	
}


@media only screen and (max-width:767px){
.fixedquote .btn-primary {
    right: -64px;
    padding: 10px 12px;
}
.mainslider .carousel-caption {
    left: 50%;
    transform: translate(-50%, -50%);
}
	.mainslider .carousel-content {
    width: 100%;
}
.mainslider .carousel-caption h2 {
    font-size: 30px;
}
.homeservices .col-sm-4 {
    width: 100%;
}
ul.hdraddr {
    display: none;
}
	.mainslider figure img {
    height: 400px;
}
	.homeabout {
    margin-top: 50px;
    padding: 20px;
}
.aboutleft {
    padding: 30px;
}
	.aboutleft, .aboutright {
    width: 100%;
}

	.whychooseus .row {
    row-gap: 12px;
}
	.whychooseus {
    margin-top: 0;
}
	.values-item figure img {
    width: 60px;
}
	.values-item figure {
    height: 105px;
}
	.whychooseus .col-sm-4 {
    width: 100%;
}
	.homeblog .row {
    row-gap: 12px;
}
	.homeblog {
    padding: 30px 0 60px;
}
	.homeblog .col-sm-4 {
    width: 100%;
}
	.homereview h2 {
    margin-bottom: 30px;
}
	.homereview {
    padding: 35px 0 35px;
}
	.faq {
    padding: 35px 0 40px;
}
	.secondary-container {
    padding: 40px 0 50px;
}
	.howitwrks-top img {
    height: 400px;
}
	.process .row {
    row-gap: 10px;
}
	.process .col-sm-4 {
    width: 100%;
}
	.secondary-container {
    padding: 35px 0 45px;
}
	.howitwrks-top img {
    height: 350px;
}
	
	.breadcrumb h1 span {
    font-size: 20px;
}
	.servcsdtls-banner {
    margin-bottom: 30px;
}
.secondary-container.servcsdtls {
    padding: 45px 0;
}
	
	.servcsdtls-banner img {
    height: auto;
}
	.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a {
    padding: 10px !important;
    color: #444 !important;
    font-size: 17px !important;
}
	
	.breadcrumb.clearfix .col-sm-5, .col-sm-7 {
    width: 100%;
}
	.breadcrumb h1 p {
    float: inherit;
    text-align: center;
	padding-bottom:8px;
}
	.breadcrumb p, .breadcrumb span, .breadcrumb p a {
    text-align: center;
}
	
.secondary-container.potterypp .col-sm-6 {
    width: 100%;
    margin: 7px 0;
}
.secondary-container.potterypp {
    padding: 45px 0;
}
	.secondary-container.contactus .col-sm-6 {
    width: 100%;
}
	.contactus iframe {
    height: 350px;
}
.contacttop .row {
    row-gap: 15px;
}
.values .row {
    row-gap: 15px;
}	
.values-item {
    display: block;
    text-align: center;
}	
.values-box {
    width: 100%;
}
.values-item figure {
    height: auto;
}
.values-item figure img {
    width: 60px;
    margin: 0 auto 18px;
    display: block;
}
.homeabout-content {
    width: 100%;
}	
.menubar .btn-primary {
    padding: 10px 15px !important;
}	
.menubar.fixed .btn-primary {
    padding: 10px 15px !important;
    border-radius: 6px;
}	
.products-item {
    margin: 7px 0;
}
.copyright p {
    margin-bottom: 10px !important;
}	
.breadcrumb .col-sm-5, .breadcrumb .col-sm-7 {
    width: 100%;
}	
.aboutus-content {
    padding: 20px;
    margin-top: 15px;
}	
}



@media only screen and (max-width:568px){
	.fixedquote .btn-primary {
    font-size: 15px;
}
	.header-wrapepr figure img {
    width: 130px;
}
	.mainslider figure img {
    height: 350px;
}
	.mainslider .carousel-caption h2 {
    font-size: 25px;
    line-height: 35px;
    padding-top: 20px;
}
.mainslider .carousel-control-next, .carousel-control-prev {
    width: 43px;
    height: 43px;
}	
	.fixedquote .btn-primary {
    right: -67px;
    padding: 12px 20px;
    font-size: 16px;
}
.contactus form {
    padding: 20px;
}	
	.whychooseus {
    padding: 50px 0;
    margin: 0;
}
	.values-item {
    display: block;
    align-items: center;
}
	.leftheading span, .heading span {
    font-size: 16px;
}
	.heading, .leftheading {
    font-size: 22px;
}
.homeabout .contact li i {
    padding: 12px;
    font-size: 18px;
}
	.homeabout .contact {
    margin: 15px 0;
}
	.whychooseus {
    padding: 35px 0;
    margin-top: 35px;
}
	.whychooseus-item h3 {
    font-size: 18px;
}
.homeblog {
    padding: 30px 0 60px;
}
	
	.homereview {
    padding: 25px 0;
}
	.clientrvw-item img {
    width: 60px !important;
}
.serviceslist figure img {
    height: auto;
}
.serviceslist {
    margin: 7px 0;
}	
.homebloglist img {
    height: auto;
}	
		.faq {
    padding: 30px 0 25px;
}
	#sp-ea-593.sp-easy-accordion>.sp-ea-single>.ea-header a .ea-expand-icon.fa {
    font-size: 13px;
}
	.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a {
    font-size: 15px !important;
}
	footer {
    padding: 40px 0 20px;
}
	
	.secondary-container.servcsdtls {
    padding: 40px 0;
}
	
	.secondary-container.potterypp {
    padding: 35px 0;
}
.secondary-container {
    padding: 30px 0 35px;
}
	.contactus form h3 {
    font-size: 20px;
}
	.values-item {
    text-align: center;
}
.values-item figure {
    width: 105px;
    height: 105px;
    display: inline-flex;
}
	.values-box {
    width: 100%;
}
	.whychooseus {
    padding: 45px 0;
    margin: 0;
}
	.homeservices {
    padding: 30px 0 35px;
}
	.values {
    padding: 30px 0 40px;
}
	.services-info a:before {
    width: 30px;
    height: 30px;
}
.ourteam .col-sm-4 {
    width: 100%;
}
footer h3 {
    margin: 15px 0 18px;
    font-size: 19px;
}
.contact-address {
    padding: 20px;
}	
}

@media only screen and (max-width:479px){
header ul.socialicon li a {
    width: 32px;
    height: 32px;
}
.contactus_details img {
    width: 60px;
}	
}	

@media only screen and (max-width:414px){
		.menubar .btn-primary {
    padding: 6px 8px !mportant;
    font-size:12px !important;
}
	.homeabout-content h2 {
    font-size: 27px;
}
	.carousel-control-next, .carousel-control-prev {
    width: 45px;
    height: 45px;
}
	.mainslider .carousel-caption h2 {
    font-size: 20px;
    line-height: 30px;
    padding-top: 10px;
}
	.mainslider .carousel-content .btn-primary {
    padding: 11px 20px;
    font-size: 13px;
}
.mainslider figure img {
    height: 270px;
}
	.carousel-control-next-icon, .carousel-control-prev-icon {
    padding: 10px;
}
.carousel-control-next, .carousel-control-prev {
    width: 45px;
    height: 45px;
}
	.homeabout {
    margin-top: 40px;
}
	.whychooseus {
    padding: 40px 0;
}
	.homeservices {
    padding: 25px 0 30px;
}
	.values {
    padding: 25px 0 35px;
}
	.homeblog {
    padding: 20px 0 55px;
}
	footer img {
    width: 180px;
}
	.howitwrks-top img {
    height: auto;
}
	.howitwrks-content h4 {
    font-size: 16px;
}
	.howitwrks-content h3 {
    font-size: 20px;
}
	.process-item h3 {
    width: 60px;
    height: 60px;
    font-size: 25px;
}
.secondary-container.howitwrks {
    padding: 25px 0 35px;
}
	.howitwrks-top {
    margin-bottom: 25px;
}
	.breadcrumb h1 span {
    font-size: 21px;
}
.contactus_details h2 br {
    display: none;
}	
.breadcrumb h1 p {
    text-align: center;
    float: inherit;
}
	.breadcrumb p, .breadcrumb span, .breadcrumb p a {
    text-align: center;
}
	.breadcrumb.clearfix .col-sm-5, .col-sm-7 {
    width: 100%;
}
	.servcsdtls-banner img {
    height: auto;
}
	.secondary-container.potterypp h3 {
    font-size: 20px;
}

}

@media only screen and (max-width:315px){
.header-wrapepr img {
    width: 140px !important;
}
	.header-wrapepr ul.socialicon {
    column-gap: 6px;
}
	header ul.socialicon li a {
    width: 30px;
    height: 30px;
}
.menubar .btn-primary {
    font-size: 11px !important;
}
	.mainslider figure img {
    height: 200px;
}
	.carousel-control-next-icon, .carousel-control-prev-icon {
    padding: 9px;
}
	.carousel-control-next, .carousel-control-prev {
    width: 40px;
    height: 40px;
}
	.heading, .leftheading {
    font-size: 19px;
}
	.leftheading span, .heading span {
    font-size: 15px;
}
	.aboutleft h4 {
    font-size: 13px;
}
	.homeabout .contact li i {
    padding: 11px;
    font-size: 14px;
}
	.btn-primary {
    font-size: 12px;
}
	
	.breadcrumb h1 span {
    font-size: 18px;
}
	.secondary-container.servcsdtls {
    padding: 35px 0;
}
	.servcsdtls-content h3 {
    font-size: 19px;
}
}

.accordion-item h3 {
    font-size: 18px;
}
.accordion-item p {
    font-size: 15px;
}
.accordion-item ul {
    margin: 10px 0;
}
.accordion-item li {
    font-size: 15px;
    line-height: 35px;
    font-weight: 500;
    position: relative;
    padding-left: 20px;
}
.accordion-item li:before {
    position: absolute;
    content: '\f25a';
    top: 2px;
    left: 0;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    color: var(--primary);
    transform: rotate(90deg);
    font-size: 13px;
}
.accordion-item img {
    border: 1px solid #dbdbdb;
    border-radius: 10px;
    height: 250px;
    object-fit: contain;
}
.accordion-item .row {
    row-gap: 22px;
}
.question .accordion-body h4 {
    margin: 12px 0 0;
    text-align: center;
    color: var(--secondary);
    font-weight: 600;
    font-size: 18px;
}
.thead {
    background: var(--secondary);
    color: var(--white);
}
.facts-item table {
    width: 100%;
}
.facts-item tr td {
    border: 1px solid #e5e5e5;
    padding: 8px;
    text-align: center;
}
