@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300&display=swap');

:root{
    --primarycolor:#c3000d;
	--secondarycolor:#010e1e;
    --whitecolor:#fff;
    --blackcolor: #000;
    --gray:#ddd;
    --lightgray:#b2b9c5;
}

body {
	margin:0;
	padding:0;
    font-family: 'Lato', sans-serif;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="date"], textarea, select {
background: none;
    border: solid 1px #eee;
    color: #444;
    font-size: 15px;
    line-height: normal;
    margin: 0 0 12px;
    padding: 13px 15px;
    width: 100%;
    outline: 0;
    border-radius: 4px;
    font-family: 'Lato', sans-serif;
}
input[type="text"]:hover, input[type="email"]:hover, input[type="tel"]:hover, input[type="date"]:hover, textarea:hover, select:hover {
    border: 1px solid var(--blackcolor);
}
input[type="submit"] {
	color: var(--blackcolor);
    background: var(--primarycolor);
    text-transform: uppercase;
    border: none;
    padding: 8px 24px;
    font-size: 14px;
    border: 0;
    letter-spacing: 0.8px;
    cursor: pointer;
    outline: none;
    font-weight: 600;
    border-radius: 4px;
    font-family: 'Lato', sans-serif;
}
input[type="submit"]:hover {
	background: #3c79b8;
	color: var(--whitecolor);
	transition: 0.8s;
}
textarea {
	height: 100px;
	margin-bottom: 5px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 15px 0;
	font-family: 'Lato', sans-serif;
	color: #242424;
	font-weight: 500;
	text-transform: inherit;
	line-height: inherit;
	letter-spacing: 0.5px;
}
h1 {
	font-size:28px
}
h2 {
	font-size:25px
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size:16px
}
h6 {
	font-size:15px
}
p {
    padding: 0;
    margin: 0 0 10px 0;
    font-family: 'Lato', sans-serif;
    color: #333;
    font-size: 15.5px;
    line-height: 26px;
}
ul, li, a {
	list-style-type: none;
	font-family: 'Lato', sans-serif;
	color: var(--primary);
	line-height: 26px;
	font-size: 15.5px;
}

.singlepost ul,
.singlepost li,
.singlepost a {
    list-style-type: disc!important;
}
a:hover {
	transition:0.8s;
	text-decoration:none;
}
.heading {
    margin-bottom: 40px;
    padding-bottom: 15px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.5px;
    font-size: 35px;
    position: relative;
    background: url(https://carglassfresno.com/wp-content/uploads/2026/04/Group-1321316139.png) no-repeat center bottom;
}
.subheading {
width: 60%;
    margin: 0 auto 50px;
    text-align: center;
    font-size: 17px;
    display: block;
    letter-spacing: 0.5px;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
}
.zoomeffect {
	overflow: hidden;
	position:relative;
}
.zoomeffect img {
	transition: transform 0.8s ease-in-out;
}
.zoomeffect:hover img {
	transform: scale(1.1);
}

header .row {
    align-items: center;
}
header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
.topbar{
/* 	background:url(../images/grey-bg.png)no-repeat center center/cover; */
		background:url(https://carglassfresno.com/wp-content/uploads/2026/05/xzxz-zzzz.png)no-repeat center center/cover; 
}
.dskaddr {
    background: #fff !important;
}
.topbar a img {
    width: 50%;
    height: auto;
    margin-left: 20px;
}
.topbar-timing {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.topbar-timing p {
    margin-top: -10px;
}
.topbar-timing p span {
    color: var(--primarycolor);
    font-weight: 600;
    letter-spacing: .5px;
}
.topbar-timing a.btn {
position: relative;
    padding: 14px 50px;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
}
.topbar-timing a.btn:after {
    position: absolute;
    content: "";
    top: -1px;
    height: 100%;
    right: 100%;
    border-bottom: 51px solid transparent;
    border-right: 31px solid var(--primarycolor);
}
.topbar p {
	margin-bottom: 0;
    color: var(--whitecolor);
}
.topbar-contact {
    display: flex;
    justify-content: flex-end;
    padding: 25px 25px 15px;
}
.topbar-contact p {
    display: flex;
    align-items: center;
}
.topbar-contact a {
    color: var(--primarycolor);
    font-size: 22px;
    margin-left: 16px;
    font-weight: 600;
}





.menubar {
    background-color: var(--whitecolor);
    display: flex;
    justify-content: center;
}
.menubar .row {
    align-items: center;
}
.menubar .btn-primary {
    position: absolute;
    top: 0;
    height: 100%;
    right: 0;
    border-radius: 50px;
    display: flex;
    align-items: center;
    padding: 10px 45px;
    background: var(--whitecolor);
    color: var(--secondarycolor);
    font-size: 15px;
    box-shadow: 2px 2px 6px #777;
}
.menubar .btn-primary:hover {
    color: var(--whitecolor);
    background-color: var(--secondarycolor);
}


.mainslider img {
    filter: brightness(0.5);
    width: 100%;
}
.mainslider .carousel-caption {
    top: 45%;
    left: 50%;
    right: 50%;
    width: 50%;
    text-align: center;
    transform: translateX(-50%);
}

.mainslider .carousel-caption h1 span {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: var(--whitecolor);
    margin-bottom: 25px;
    line-height: normal;
    letter-spacing: 3px;
}
.mainslider .carousel-caption h1 {
    font-size: 52px;
    line-height: 63px;
    font-weight: 800;
    letter-spacing: 2px;
    color: var(--primarycolor);
    text-transform: uppercase;
}
.mainslider .carousel-caption p {
    font-size: 21px;
    margin: 24px 0 0;
    color: var(--whitecolor);
    letter-spacing: 1px;
}

.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 {
    font-size: 28px;
    width: 35px;
    height: 55px;
    line-height: 55px;
}


.whyus {
    padding: 50px 0 60px;
}
.whyuslist {
    padding: 30px;
    text-align: center;
    transition: all ease .5s;
    background: #f5f5f4;
    border-bottom: 3px solid transparent;
}
.whyuslist figure {
        background: var(--primarycolor);
    height: 90px;
    width: 90px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.whyuslist figure img {
    height: auto;
    border-radius: 0;
    width: auto;
}
.whyuslist h3 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
    margin: 25px 0 10px;
}
.whyuslist p{
	margin:0;
}
.whyuslist:hover {
    background: var(--whitecolor);
    box-shadow: 0 0 15px #ddddddbf;
    border-bottom: 3px solid var(--secondarycolor);
}
.whyuslist:hover h3 {
    color: var(--primarycolor);
}
.whyus .col-sm-4:nth-child(2) .whyuslist {
    background: var(--whitecolor);
    box-shadow: 0 0 15px #ddddddbf;
    border-bottom: 3px solid var(--secondarycolor);
}
.homeabout {
    padding: 60px 0;
    background: var(--secondarycolor);
}
.homeabout .row {
    align-items: center;
}
.homeabout img{
width:100%;
height:auto;
}
.homeabout .homeabout-cnt h2 {
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 32px;
    line-height: 46px;
    color: var(--whitecolor);
}
.homeabout .homeabout-cnt h2 span i {
    color: transparent;
    -webkit-text-stroke: 1px var(--whitecolor);
    font-size: 20px;
    margin-right: 5px;
}
.homeabout .homeabout-cnt h2 span {
    display: block;
    font-size: 16px;
    padding-bottom: 5px;
    color: var(--whitecolor);
    text-transform: uppercase;
    letter-spacing: 1px;
}
.homeabout-cnt p {
    text-align: justify;
	color:var(--whitecolor);
}
.homeabout .homeabout-cnt .btn-primary:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--primarycolor);
    z-index: -1;
    border-radius: 4px;
    transform: skewX(-10deg);
}
.homeabout .homeabout-cnt .btn-primary {
    margin-top: 20px;
    padding: 12px 20px;
    background: #000 !important;
    position: relative;
    z-index: 1;
    color: var(--whitecolor);
}
.homeabout .homeabout-cnt .btn-primary i {
    margin-left: 5px;
    font-weight: 600;
}



.homeservice{
    background: var(--graycolor);
    padding: 40px 0 50px;
    text-align: center;
}
.homeservicelist {
    margin: 15px 0;
}
.homeservicelist img {
   width: 100% !important;
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
}
.homeservicelist h3 {
    background: var(--whitecolor);
    padding: 20px;
    width: 80%;
    text-align: center;
    font-weight: 700;
    box-shadow: 2px 2px 10px var(--lightgray);
    margin: -60px auto 10px;
   border-radius: 10px;
    color: #283a5e;
    line-height: 27px;
    position: relative;
}

button.slick-prev.slick-arrow,
button.slick-next.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 40px;
    width: 40px;
    text-indent: 999px;
    overflow: hidden;
    border:none;
    color: var(--blackcolor);
    background: none;
    transition: .5s;
}

button.slick-prev.slick-arrow {
    left: -40px;
}

button.slick-next.slick-arrow {
    right: -40px;
}

button.slick-prev.slick-arrow:after,
button.slick-next.slick-arrow:after {
    position: absolute;
    content: "\f053";
    top: 0;
    left: 14px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    line-height:37px;
    text-indent:0;
    font-size: 18px;
}
button.slick-next.slick-arrow:after {
    content: "\f054";
}








.countdown{
    background-image: url(../images/countdown-bg.jpg);
    padding: 70px 0;
}
.countdown .row {
    align-items: center;
}
.countdownbox {
    border: solid 8px var(--primarycolor);
    border-left: none;
    position: relative;
    padding: 70px 19px 70px 0;
    max-width: 200px;
    float: right;
}
.countdownbox h3 {
    font-size: 32px;
    font-weight: 600;
    margin-left: -100px;

}
.countdownbox h3, .countdownlist h5{
    color: var(--whitecolor);
}
.countdownbox h3::after, .countdownbox h3::before{
    position: absolute;
    left: 0;
    top: 0;
    height: 58px;
    width: 8px;
    background-color: var(--primarycolor);
    content: "";
}
.countdownbox h3::after {
    top: auto;
    bottom: 0;
}
.countdownlist{
    text-align: center;
}
.countdownlist h4 {
    color: var(--primarycolor);
    font-size: 18px;
    font-weight: 600;
    position: relative;
    margin: 25px 0;
    padding-bottom: 15px;
}
.countdownlist h4:before {
    content: '';
    border-bottom: solid 2px var(--lightgray);
    width: 45px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.countdownlist h5 {
    font-size: 30px;
    font-weight: 800;
    margin: 0;
}



.homereview {
    background: url(../images/homereview-bg.jpg)no-repeat center center/cover;
   padding: 60px 0 50px;
    background-attachment: fixed;
}
.gglrvw img {
    width: 220px;
    margin: 20px auto 0;
    display: block;
}
.homereview .heading{
background-image: none;
padding-bottom: 0;
margin-bottom: 15px;;
}
.homereview .slick-slide img {
    margin: 0 auto;
}
.homereviewlist {
    text-align: center;
}

.homereview .heading, .homereviewlist p, .homereviewlist h3{
    color: var(--whitecolor);
}
.homereviewlist p {
    font-size: 17px;
    width: 80%;
    margin: 20px auto 30px;
    line-height: 30px;
    letter-spacing: .3px;
}
.homereviewlist h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.latestnews {
    padding: 45px 0 75px;
}
.latestnews .newslist {
    position: relative;
    text-align: center;
}
.latestnews .newslist img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}
.latestnews .newsbox {
    padding: 30px 20px;
    box-shadow: 0 0 15px #dddddd9e;
}
.latestnews .newsbox p {
    color: var(--primarycolor);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 5px;
}
.latestnews .newsbox h3 {
    margin: 0 0 25px;
}
.latestnews .newsbox h3 a {
        font-size: 20px;
    font-weight: 800;
    color: var(--secondarycolor);
}

.latestnews .newsbox .morebtn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border-radius: 50%;
    height: 45px;
    width: 45px;
    background: var(--primarycolor);
    color: var(--whitecolor);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -22px;
}

.partner {
    padding: 60px 0;
    border-top: 1px solid var(--gray);
    text-align: center;
}
.partner ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.partner ul li {
    border: 1px solid var(--gray);
    padding: 0 5px;
    border-radius: 6px;
}
.partner ul li img {
    width: 90%;
    margin: 10px 0;
}



footer {
    background: #111;
}
.ftdetails-item i {
    color: transparent;
    -webkit-text-stroke: 1px var(--primarycolor);
    font-size: 28px;
}
.ftdetails-item {
    padding: 25px 12px;
    border-right: 1px solid #262626;
    display: flex;
    align-items: center;
    column-gap: 18px;
}
.ftdetails {
    margin-bottom: 55px;
    border-bottom: 1px solid #262626;
}

.ftdetails p{
    color: var(--whitecolor);
    font-size: 15px;
	margin: 0;
}
.ftdetails p span {
    display: block;
    font-weight: 500;
    letter-spacing: .3px;
}

.col-sm-4:last-child .ftdetails-item {
    border: none;
}
.footer-content p {
    font-family: 'Lato', sans-serif;
}
footer p i {
    margin-right: 10px;
}
.f-details p {
	font-size: 15px;
	margin: 0;
}
.f-details h3 {
	margin: 0 0 5px;
	font-size: 16px;
}
footer .row {
	align-items: normal;
}
footer h3 {
	color:var(--whitecolor);
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 30px;
    font-weight: 700;
}
footer ul.smoicon {
    display: flex;
    align-items: center;
    column-gap: 7px;
}
footer ul.smoicon li a {
        border: 2px solid var(--lightgray);
    height: 35px;
    width: 35px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
footer ul li{
position:relative;
}
footer figure {
    margin-bottom: 20px;
}
.footer-content img {
    width: 69%;
    background: #fff !important;
    padding: 8px;
    border-radius: 20px;
}
footer ul li a {
    margin-bottom: 8px;
    display: inline-block;
}

footer ul li a:after {
	left: 4px;
}


footer ul li a, footer ul li:before, footer p, footer p a {
    color: var(--lightgray);
}
footer ul li a:hover {
    color: var(--primarycolor);
}
footer form{position:relative;}
footer form input[type="submit"] {
    position: absolute;
    top: 0px;
    right: 0;
    width: 17px;
    text-indent: 50px;
    background: url(../images/paper-plane.png)no-repeat center center, var(--primarycolor);
    border-radius: 0 4px 4px 0;
    padding: 6px 21px;
    background-size: 18px;
}
footer form input[type="email"] {
    padding: 9px 15px;
    margin: 0;
}
footer form input[type="email"]:hover {
    border: 1px solid var(--whitecolor) !important;
}
footer form input[type="submit"]:hover{
	background:url(../images/paper-plane.png)no-repeat center center, #fec106;
	background-size: 18px;
}
.copyright {
    border-top: 1px solid #222;
    padding: 20px 0;
    margin-top: 40px;
    text-align: center;
}
.copyright p {
    margin: 0;
}

#GoToTop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
    z-index: 99999999;
    padding: 0;
    cursor: pointer;
    font-size: 17px;
    color: var(--whitecolor);
    text-decoration: none;
    padding-top: 13px;
}
#GoToTop .fa {
    display: block;
    padding-bottom: 3px;
    font-size: 25px;
    color: #16537c;
    background: var(--whitecolor);
    border: solid 1px var(--lightgray);
	padding: 10px;
    border-radius: 4px;
}
#GoToTop .fa:hover {
    color:#fec106;
}
#whatsappbtn {
	cursor: pointer;
	position: fixed;
	bottom:30px;
	left: 20px;
	z-index: 99999999;
	padding: 0 9px;
	background: #4fcc5d;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	text-align: center;
	font-size: 32px;
	color: var(--whitecolor);
}
#whatsappbtn img {
	width: 30px;
	margin-top: 10px;
}
.breadcrumb {
    background: url(../images/testimonial-bg.jpg)no-repeat center center/cover;
    padding: 190px 0 60px !important;
    margin: 0 !important;
}
.breadcrumb .row {
    align-items: center;
}
.breadcrumb h1 {
    margin: 0;
    color: var(--whitecolor);
}
.breadcrumb h1 .breadcrumb_last {
	font-size: 25px;
	color: var(--whitecolor);
	text-transform: capitalize;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 0;
}
.breadcrumb h1 span a {
	display: none;
}
.breadcrumb span a:after {
    content: '\f101';
    font-family: 'Font Awesome 5 Free';
    padding: 0 7px;
    color: var(--whitecolor);
    font-weight: 600;
}
.breadcrumb h1 p#breadcrumbs {
	text-align:left;
}
.breadcrumb p, .breadcrumb p a {
	color: var(--whitecolor);
	margin: 0;
}
p#breadcrumbs {
	text-align: right;
}
span.breadcrumb_last {
    color: #ffc513;
}
.secondary-container {
	padding:55px 0;
}



.aboutus h2 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
}
.aboutus p {
    text-align: justify;
}
.aboutus p:last-child {
    margin: 0;
}
.aboutus img {
    width: 100%;
    height: 435px;
    object-fit: cover;
    border-radius: 12px;
}
.aboutus-mdl {
    border: 2px solid #ffc513;
    padding: 27px;
    margin: 45px 0 55px;
    border-radius: 10px;
    box-shadow: 0 0 12px #c3c3c352;
}
.aboutus-mdl p {
    text-align: center;
    margin: 0;
    line-height: 27px;
}
.aboutus .whyuslist p {
    text-align: center;
}
.aboutus .whyus {
    padding: 0;
	    margin-top: 30px;
}



.contactus form {
    padding: 40px;
    box-shadow: 0 0 15px #00000014;
}
.contactus input[type="submit"] {
    margin-top: 22px;
}
.contactus form p {
    margin: 0;
}
.contactus_details:first-child {
    margin-bottom: 23px;
}

.contactus_details {
    border: 2px solid #ffc513;
    border-radius: 8px;
    padding: 23px;
    text-align: center;
    box-shadow: 0 0 15px #00000014;
}
.contactus_details i {
    font-size: 26px;
    color: #ffc513;
    background: #2d2d2d;
    height: 60px;
    width: 60px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.contactus_details h3 {
    font-weight: 600;
    margin: 15px 0 10px;
}
.contactus_details ul li, .contactus_details a {
    font-size: 16px;
}


.contactus iframe {
    width: 100%;
    height: 400px;
    margin-top: 60px;
}


.services-item {
    box-shadow: 0 0 10px #00000026;
    margin: 12px 0;
    transition: .5s;
}
.services-item:hover {
    transform: translateY(-10px);
}
.services-item img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}
.servicesitm-caption h3 {
    margin: 0;
    font-weight: 600;
    line-height: 28px;
    width: 70%;
}

.servicesitm-caption {
    padding: 20px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.espanol-top {
    border: 2px solid #ffc513;
    padding: 30px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 0 10px #dddddd61;
}
.espanol-top h2 {
    font-size: 24px;
    font-weight: 600;
}
.espanol-top p {
    margin: 0;
}
.espanol h2 {
    font-size: 26px;
    font-weight: 600;
}

.espanol-mdl {
   padding: 55px 0 45px;
    background: #fafaff;
    margin: 55px 0 45px;
}
.espanol-mdl img {
    width: 100%;
    height: 340px;
    object-fit: cover;
	border-radius: 10px;
}
.espanol-mdl p strong {
    color: #222;
}

.espanol-mdl p {
    text-align: justify;
}
.espanol-btm {
    text-align: center;
}
.espanollist h3 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    margin: 20px 0 0;
}
.espanol-btm p {
    margin-bottom: 30px;
}
.espanollist {
        box-shadow: 0 0 8px #ddd;
    padding: 20px;
    height: 100%;
    border-radius: 10px;
}

.servicesdtls-cnt {
    background: #fff;
    box-shadow: 0 0 12px #e1e1e1;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 60px;
}
.servicesdtls-cnt img {
    width: 100%;
    height: 375px;
    object-fit: cover;
    margin-bottom: 22px;
    border-radius: 12px;
}
.services-details h4 {
    font-weight: 600;
    font-size: 29px;
    margin: 0 0 12px;
    text-transform: capitalize;
}
.servicedtls-btm h3 {
    font-size: 25px;
    font-weight: 600;
}
.services-details strong {
    color: #000;
    font-size: 24px;
}
.servicesdtls-lwr strong {
    font-size: 18px;
}
.servicesdtls-cnt p {
    text-align: center;
}

.servicedtls-btm .row {
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.servicedtls-btm .row:nth-child(even) {
    flex-direction: row-reverse;
}
.servicedtls-btm .row:last-child{
	border-bottom: none;
    padding-bottom:0;
    margin-bottom:0;
}

.servicedtls-btm img {
    border-radius: 8px;
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.services-details ul li {
    line-height: 24px;
    position: relative;
    padding-left: 25px;
    margin-bottom: 8px;
}
.services-details ul li:before {
    content: '\f192';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: 0;
    color: #ffc513;
    font-size: 12px;
}

.servicesdtls-lwr {
    margin-top: 40px;
    background: #fafaff;
    padding: 50px 0 40px;
}

button.rmp_menu_trigger {
    margin: 5px 0 !important;
}
.aboutus .row {
    align-items: center;
}
.mbladdr {
    display: none;
}
.mbladdr i {
    margin-right: 5px;
}
.topbar-timing .mbladdr .btn-warning {
    padding: 11px 50px;
}
.topbar-contact p span {
    font-size: 11px;
    line-height: 16px;
}
.page-id-50 .secondary-container p {
    text-align: justify;
}
.page-id-50 .secondary-container p strong, .page-id-52 .secondary-container p strong  {
    margin: 5px 0;
    display: inline-block;
}
.page-id-50 .secondary-container table {
    border: solid 1px #ddd;
    margin: 15px 0;
}
.page-id-50 .secondary-container table tr, .page-id-50 .secondary-container table th, .page-id-50 .secondary-container table td, .page-id-52 .secondary-container table tr, .page-id-52 .secondary-container table th, .page-id-52 .secondary-container table td {
    border: solid 1px #ddd;
    padding: 10px 15px;
}
.page-id-50 .secondary-container ul, .page-id-52 .secondary-container ul {
    margin-bottom: 10px;
}
.page-id-50 .secondary-container ul li, .page-id-52 .secondary-container ul li {
    list-style-type: disc;
    list-style-position: inside;
}

/* VCALIBRATION */

.secondary-container.vcalibration {
    padding-bottom: 0;
}
.vcalibrations .row {
    row-gap: 22px;
}
.vcalibration-item {
    text-align: center;
    border: 1px solid #ffc513;
    padding: 40px;
}
.vcalibration-caption h3 {
    font-weight: 700;
    margin: 15px 0 10px;
}
.vcalibration-caption p {
    margin: 0;
}
.solutions {
    background: #f3f3f3;
    padding: 70px 0;
    margin-top: 70px;
}
.solutions .row {
    align-items: center;
}
.solutions img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.solutions-content {
    background: #fff;
    padding: 30px;
    border-left: 2px solid #ffc513;
}
.leftheading {
    font-size: 30px;
    font-weight: 700;
}
.solutions-content p {
    font-size: 17px;
    line-height: 30px;
}
.solutions-content ul {
    display: flex;
    column-gap: 20px;
    margin-top: 40px;
}
.solutions-content li a {
    border: 1px solid #ffc513;
    padding: 13px 20px;
}
.solutions-content li a i {
    color: #ffc513;
    padding-right: 7px;
    font-size: 15px;
}
.solutions-contact {
    background: #1e2126;
    padding: 70px 0 50px;
}
.solutions-contact form {
    background: #fff;
    padding: 30px 30px 20px;
}
.solutions-contact form select {
    margin-bottom: 15px;
}
.solutionscont_details {
    position: relative;
    padding: 40px 28px;
    padding-left: 100px;
    transition: .5s;
    margin-bottom: 20px;
    border: 2px solid #b5b5b5;
    border-left: 3px solid #ffc513;
}
.solutionscont_details i {
    font-size: 30px;
    color: transparent;
    -webkit-text-stroke: 1px #ffc513;
    background: #fff;
    height: 60px;
    width: 60px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 25px;
}
.solutionscont_details h3, .solutionscont_details a {
    color: #fff;
    margin-bottom: 5px;
}
.solutionscont_details p {
    color: #ddd;
}
.price-beat-guarantee {
    padding-bottom: 0;
}


@media only screen and (max-width:1199px){
.menutop li a {
    font-size: 14px !important;
    padding: 15px 16px !important;
}
.mainslider .carousel-caption h1 {
    font-size: 48px;
    line-height: 48px;
}	
.servicesitm-caption h3 {
    width: 66%;
}	
	
}


@media only screen and (max-width:991px){
.menutop {
    display: none;
}
.menubar {
    justify-content: flex-end;
}
.topbar a img {
    width: 90%;
}	
.topbar-timing a.btn {
    padding: 9px 50px;
    margin: 0;
}
.topbar-timing a.btn:after {
    border-bottom: 45px solid transparent;

}	
.topbar-contact {
    padding: 11px 25px 13px;
}	
.topbar-contact a {
    font-size: 20px;
    font-weight: 500;
}	
.mainslider .carousel-caption h1 {
    font-size: 34px;
    line-height: 32px;
}	
.mainslider .carousel-caption h1 span {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 20px;
}
.mainslider .carousel-caption p {
    font-size: 16px;
    margin: 20px 0 0;
}	
.heading {
    margin-bottom: 35px;
    font-weight: 700;
    font-size: 30px;
}	
.whyuslist {
    padding: 20px;
}	
.whyuslist h3 {
    font-size: 16px;
    margin: 20px 0 10px;
}	
.whyuslist p {
    line-height: 23px;
}	
.homeabout .homeabout-cnt h2 {
    font-size: 32px;
    margin-bottom: 25px;
    line-height: 40px;
}	
.homeabout .homeabout-cnt h2 span {
    font-size: 14px;
}	
.homeabout .homeabout-cnt h2 span i {
    font-size: 16px;
}	
.homeabout .col-sm-6 {
    width: 100%;
}	

.homeabout img {
    display: none;
}	
	
.latestnews .col-sm-4 {
    width: 50%;
}	
.latestnews .newslist {
    margin-bottom: 45px;
}	
.latestnews {
    padding: 45px 0 35px;
}
.partner ul {
    column-gap: 5px;
}	
.ftdetails .col-sm-4 {
    width: 100%;
}	
.ftdetails-item {
	border-right:none;
    border-bottom: 1px solid #262626;
}	

	
	
.aboutus .col-sm-6 img {
    display: none;
}	
.aboutus .col-sm-6 {
    width: 100%;
}	
.aboutus h2 {
    margin-bottom: 12px;
}	
	
.services .col-sm-6 {
    width: 100%;
}	
	
}

@media only screen and (max-width:767px){
.mainslider img {
    height: 500px;
    object-fit: cover;
}
.topbar a img {
    width: 100%;
}
.mainslider .carousel-caption h1 span {
    font-size: 14px;
}	
.mainslider .carousel-caption {
    width: 100%;
}	
.whyus {
    padding: 25px 0 15px;
}
.heading {
    margin-bottom: 30px;
    font-size: 25px;
}	
.whyus .col-sm-4 {
    width: 50%;
}	
.whyuslist {
    margin-bottom: 22px;
}	
.homeabout {
    padding: 35px 0;
}
.homeabout .homeabout-cnt h2 {
    font-size: 27px;
    line-height: 34px;
}	
.homeabout img {
    display: block;
    margin-bottom: 20px;
}
.homeabout .row {
    flex-direction: column-reverse;
}	
.homeservice {
    padding: 30px 0;
}	
.homereview {
    padding: 40px 0 20px;
}	
.homereviewlist p {
    font-size: 16px;
    width: 100%;
    margin: 20px auto 12px;
    line-height: 24px;
}	
.latestnews .col-sm-4 {
    width: 100%;
}	
.latestnews {
    padding: 25px 0 10px;
}	
.partner {
    padding: 35px 0;
}	
.ftdetails-item i {
    font-size: 20px;
}	
.ftdetails-item {
    padding: 18px 12px;
}	
.ftdetails {
    margin-bottom: 35px;
    border-bottom: 1px solid #262626;
}	
footer .col-sm-3 {
    width: 100%;
}	
.footer-content img {
    width: 35%;
}	
footer h3 {
    margin: 18px 0 13px;
}
footer ul li a {
    margin-bottom: 3px;
}	
.copyright {
    padding: 15px 0;
    margin-top: 25px;
}	
	
	
.aboutus .col-sm-6 img {
    display: block;
    height: 300px;
    margin-bottom: 20px;
}
.secondary-container {
    padding: 35px 0;
}
.aboutus-mdl {
    padding: 20px;
    margin: 32px 0;
}
.aboutus>.container>.row {
    flex-direction: column-reverse;
}
.aboutus .whyus .col-sm-4:last-child .whyuslist {
    margin: 0;
}	
.aboutus h2 {
    margin-bottom: 8px;
    font-size: 24px;
}	
.breadcrumb h1 p#breadcrumbs {
    margin: 25px 0 0;
}	
ul.posted {
    column-gap: 0;
    margin: 15px 0 6px;
}	
}	

@media only screen and (max-width:568px){
.topbar a img {
    width: 130px;
    position: absolute;
    top: 7px;
}
.breadcrumb h1 p#breadcrumbs {
    text-align: center;
}	
p#breadcrumbs {
    text-align: center;
    margin-top: 5px;
}	
.breadcrumb p, .breadcrumb p a {
    font-size: 14.5px;
}	
.breadcrumb span a:after {
    font-size: 11px;
}	
article.post img, .singlepost img {
    height: auto;
}
.espanollist {
    margin: 7px 0;
}
.espanol h2 {
    line-height: 35px;
}	
.services-item img {
    height: auto;
}
.services-item {
    margin: 7px 0;
}
.whyuslist {
    margin-bottom: 15px;
}	
.dskaddr {
    display: none;
}
.mbladdr {
    display: block;
}	
}	

@media only screen and (max-width:479px){
.topbar-contact p {
    font-size: 14px;
}	
.topbar-contact a {
    font-size: 16px;
    margin-left: 6px;
}		
.mainslider .carousel-caption h1 {
    font-size: 28px;
    line-height: 27px;
}
.carousel-control-next {
    right: 0;
}
.carousel-control-prev {
    left: 0;
}	
button.slick-prev.slick-arrow, button.slick-next.slick-arrow {
    top: 84%;
    transform: translateY(-16%);
}	
button.slick-prev.slick-arrow {
    left: 0;
}
button.slick-next.slick-arrow {
    right: 0;
}	
.partner ul {
    column-gap: 5px;
    flex-wrap: wrap;
}
.partner ul li {
    width: 32%;
    margin: 4px 0;
}	
.servicesitm-caption h3 {
    font-size: 18px;
    line-height: 24px;
}	
.topbar-contact {
    padding: 11px 15px 13px;
}
}	

@media only screen and (max-width:414px){
.mainslider img {
    height: 420px;
}	
	.topbar a img {
    width: 115px;
    position: absolute;
    top: 14px;
    margin-left: 15px;
}
.whyus .col-sm-4 {
    width: 100%;
}	
.homeabout .homeabout-cnt h2 {
    font-size: 24px;
    line-height: 30px;
	margin-bottom: 15px;
}	
.homeabout .homeabout-cnt .btn-primary {
    margin-top: 12px;
}	
.breadcrumb {
    padding: 140px 0 42px !important;
}	
.aboutus .col-sm-6 img {
    height: 260px;
}	
	
.servicesitm-caption {
    flex-direction: column;
    justify-content: center;
    row-gap: 15px;
}
.servicesitm-caption h3 {
    width: 100%;
    text-align: center;
}	
	
}	

@media only screen and (max-width:375px){
.topbar-contact p span {
    display: none;
}	
.topbar-contact a {
    font-size: 17px;
    margin-left: 0;
}	
.topbar-timing a.btn {
    padding: 9px 24px;
    font-size: 14px;
}
.topbar-timing a.btn:after {
    border-bottom: 42px solid transparent;
}	
.topbar a img {
    margin-left: 4px;
}
.mainslider .carousel-caption h1 span {
    font-size: 13px;
}	
.mainslider .carousel-caption h1 {
    font-size: 26px;
    line-height: 20px;
}
.heading {
    font-size: 24px;
}	
.homeabout .homeabout-cnt h2 {
    font-size: 19px;
}
.homeabout .homeabout-cnt .btn-primary {
    padding: 10px 20px;
}	
}	

@media only screen and (max-width:360px){
.mainslider .carousel-caption h1 {
    font-size: 20px;
}
.mainslider .carousel-caption h1 span {
    font-size: 13px;
    letter-spacing: .3px;
}	
}
/* PRICE BEAT GUARANTEE PAGE CSS */

.price-beat-guarantee  p {
    text-align: justify;
}
.price-beat-guarantee  figure {
    height: 100%;
    border: 1px solid var(--primarycolor);
    padding: 2px;
    border-radius: 12px;
}
.price-beat-guarantee  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}
.guarantee-cnt h2{
	font-size: 26px;
    font-weight: 600;
	 margin-bottom: 11px;
}
.guarantee-cnt  p {
    margin-bottom: 6px;
}

.howworks-content, .guarantee-cnt {
    height: 100%;
    padding: 25px;
    box-shadow: 0px 6px 15px rgb(80 80 80 / 12%);
    border-radius: 12px;
    border: 1px dotted #ffc51352;
}
.howworks-content ul{
	list-style: unset !important;
}
.howworks-content li{
	list-style: unset !important;
    margin-left: 21px;
	margin-bottom:15px;
}
.howworks-content li::marker{
	color:var(--primarycolor)
}
.howworks-content li strong{
    display: block;
    margin-bottom: 3px;
}

.why-choose, .getstarted, .howworks{
	padding:4rem 0;
}
.why-choose figure{
	position:relative;
	overflow:hidden;
	height: 270px;
	border-radius: 12px;
}
.why-choose img {
	width:100%;
	height:100%;
    filter: brightness(0.5);
	transition:0.7s ease-in-out;
}
.why-choose .whychoose-cnt{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
}
.why-choose .whychoose-cnt {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    padding: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
	overflow:hidden;
	transition:0.5s ease-in-out
}
.why-choose h3, .why-choose p{
	color:var(--whitecolor);
	text-align:center;
	transition:0.5s ease-in-out;
}

.why-choose figure:hover img{
	scale:1.5;
}
.getstarted{
	background:url(../images/homereview-bg.jpg)no-repeat center center/cover;
	background-attachment:fixed;
}
.getstarted li {
    padding: 10px 20px;
    border: 1px dotted var(--primarycolor);
    border-radius: 5px;
    margin-bottom: 10px;
    box-shadow: 0px 6px 15px rgb(80 80 80 / 12%);
    color: white;
}
.getstarted h2, .getstarted p, .getstarted li, .getstarted a,.getstarted  h3{
	color:white;
}
.getstarted p.top-paragraph {
    text-align: center;
    width: 70%;
    margin: 0px auto 30px;
}
.getstarted  h3 {
    width: fit-content;
    border-bottom: 1px solid var(--primarycolor);
    font-weight: 600;
    font-size: 23px;
}