/*
Theme Name:  plotsinpatiala
Author URI: https://www.thegeminigeeks.com/
Version: 1.1
Author: The Gemini Geeks
Description: A theme by The Gemini Geeks
*/
:root {
  /* Color Variables: */
--primarycolor:#505050;
--secondarycolor:#65b4a1;
--tertiarycolor:#3E4F74;
  /* Font Variables: */
--primaryfont:'Albert Sans', sans-serif;
--secondaryfont:'Roboto', sans-serif;
}
*{margin: 0;padding: 0;}
body {margin: 0;padding: 0;background: #fff;font-family: var(--secondaryfont);-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;color:var(--primarycolor);font-weight: 400;font-size: 1rem;line-height: 1.8;text-rendering: optimizeLegibility;}
a img {border: none;}
a {color:var(--primarycolor);text-decoration: none !important;transition:0.8s;transition: all 0.8s ease;-moz-transition: all 0.8s ease;-ms-transition: all 0.6s ease;-webkit-transition: all 0.8s ease;-o-transition: all 0.8s ease;}
a:hover {transition:0.8s;text-decoration: none;color: var(--secondarycolor);}
.clear {clear: both;}
.divider {clear: both;border-bottom: 1px solid #ddd;margin: 0 0 1.2rem 0;padding: 20px 0 0 0;}
.alignleft{float:left;margin:0 10px 0 0;}
.alignright{float:right;margin:0 0 0 20px;}
.aligncenter{display:block;margin:0 auto;}

#scroll {position: fixed;right: 19px;bottom: 75px;cursor: pointer;width: 40px;height: 40px;background-color: var(--secondarycolor);text-indent: -9999px;display: none;-webkit-border-radius: 60px;-moz-border-radius: 60px;border-radius: 60px;z-index: 999;}
#scroll span {position: absolute;top: 50%;left: 50%;margin-left: -8px;margin-top: -12px;height: 0;width: 0;border: 8px solid transparent;border-bottom-color: #ffffff;}
#scroll:hover {background-color:var(--tertiarycolor);opacity: 1;filter: "alpha(opacity=100)";-ms-filter: "alpha(opacity=100)";}

.inner {width: 1170px;margin: 0 auto;max-width: 100%;}
.overlay {position: absolute;left: 0;right: 0;top: 0;bottom: 0;background-color: #5C2AB5CF;}

.header_area {position:relative;top: 0;left: 0;width: 100%;z-index: 999;transition: background 0.4s, all 0.3s linear;padding: 1.2rem 0;}
.header_area .row{align-items:center}

.header_area .top-bar{display: flex; justify-content: end;}
.header_area  .pull-right{display: flex; list-style: none; gap: 2.5rem;margin-bottom: 0.8rem;}
.header_area  .pull-right li{display: flex; align-items: center; gap: 0.7rem}
.header_area  .pull-right i{color: var(--secondarycolor); font-size: 22px}

#logo .site-title {float:left;}
#logo .site-title a{color:var(--primarycolorcolor);font-size: 1.5rem;}
#logo img{width:400px;}

h1,h2,h3,h4,h5,h6 {margin: 0 0 0.6rem 0;color: #000;line-height: 1.2;font-family: var(--primaryfont);}
h1 {font-size: 36px;text-transform: uppercase;}
h2 {font-size: 38px;line-height: 1.3;}
h3 {font-size: 24px;}
h4 {font-size: 20px;}
h5 {font-size: 18px;}
h6 {font-size: 16px;}
.menu-bar {text-align: left;width: 30px;}
.menu-bar span {height:2px;background:var(--secondarycolor);display:block;margin-bottom:6px}
.menu-bar span:nth-child(1) {width:17px}
.menu-bar span:nth-child(2) {width:30px}
.menu-bar span:nth-child(3) {width:15px;margin-left:auto;margin-bottom:0}
.call-now-button {animation: animationFramesTwo 1.5s infinite linear alternate;}
.call-now-button {
	animation: animationFramesTwo 1.5s infinite linear alternate;
}
@keyframes animationFramesTwo {
 0% {
  transform:scale(1)
 }
 50% {
  transform:scale(1.1)
 }
 100% {
  transform:scale(1)
 }
}

#scrolleffect {padding-top: 6.25rem; margin-top: -6.25rem;}
.smalltext{text-transform: uppercase;letter-spacing: 5px;display: block;text-align: center}

.btn-primary{background:var(--tertiarycolor);padding: 0.5rem 2rem;margin: 2rem 0;display: table;color:#fff;transition: .6s ease-in-out;}
.btn-primary:hover{background:var(--secondarycolor);color:#fff;}

.more-btn{overflow:hidden;position:relative;background: var(--tertiarycolor);padding: 0.5rem 0.5rem 0.5rem 1.5rem;margin: 1.2rem 0 0;color: #fff;transition: .6s ease-in-out;display: flex;font-size: 16px;width: fit-content;justify-content: center;align-items: center;font-weight: 500;z-index: 1;text-transform: uppercase;border-radius: 45px;min-height: 47px;}
.more-btn:after{content:"\f054";font-family:'Font Awesome 5 Free';font-weight:900; margin-left: 13px; width:30px; height:30px; display:flex; align-items:center; justify-content:center;  background:#fff; color:#000; border-radius:50%; }
.more-btn:hover{color:#fff;}

.line{width:115px; height:4px; margin:0.6rem auto 1.2rem; background: var(--secondarycolor); }
.sub-heading{width: fit-content; display: table; border: 1px solid var(--secondarycolor); color: var(--secondarycolor); padding: 3px 20px; border-radius:50px; margin:0 0 0.8rem !important;text-transform: uppercase;}

.list {margin:0px 0 0px 0px !important;}
.list li {list-style :none;padding: 0 0px 14px 2.6rem;/*! display: flex; */list-style-position: inside;
align-items: baseline;position:relative;}
.list li:before{color:var(--secondarycolor);content: "\f00c";font-family:'Font Awesome 5 Free';font-weight:900 ; display: flex;align-items: center; justify-content: center; border-radius: 50%;margin-right:0.6rem; width: 26px; height: 26px; position:absolute;left:0rem;top:2px; font-size:12px; background: #fff;border: 1px solid #e5e5e5;}


#slider{background: url(https://www.plotsinpatiala.com/wp-content/uploads/2025/12/Home-bg-image.jpg) no-repeat center; background-size:cover;  z-index:1; padding:9rem 0 14rem; position:relative; animation: zoom-in 16s linear infinite;}
#slider:before{content: ""; position: absolute; top:0; left: 0; bottom: 0; right: 0; z-index: -1; background: #191F2DE0; backdrop-filter: saturate(0);}
@keyframes zoom-in {
  0%{background-size: 100.0vw ;}
  50%{background-size: 120.0vw;}
  100%{background-size: 100.0vw ;}
}
#slider h1{text-transform: capitalize; font-size: 43px;}
#slider .text-box{width:50rem; margin: 0 auto; text-align: center;max-width: 100%;}
#slider .text-box h1{color: #fff;}
#slider .dis{color: #f1f1f1; margin-bottom: 2.3rem;}
#slider .line{background: var(--secondarycolor)}

.fa-search::before { content: "\f002";}
.search-form{ display:flex;  justify-content: center;margin: 1.5rem auto 0;width: fit-content;border: 1px solid #ffffff17;border-radius: 100px;padding: 10px;background: linear-gradient(150deg, #f1f1fe1f 40%, #9e9e9e00);backdrop-filter: blur(5px);max-width: 100%;}
.search-form label{width: 29rem;position: relative;max-width: 100%;}
.search-form button{ cursor:pointer;border-radius: 0px 100px 100px 0px;margin-left:-0.4rem;transition:0.5s ease; background: var(--secondarycolor); border:none;padding:0px 35px 0 25px; color: #fff;font-size: 17px;font-weight: 700;text-transform: uppercase;font-family: var(--primaryfont);position: relative;z-index: 1;text-shadow: 0 0 20px #000000d6;width: max-content;min-width: max-content;}
.search-form button:hover{background: var(--tertiarycolor);color: #fff;}
.search-form i{position:absolute; top:50%;  transform:translatey(-50%); left:25px}
.search-form input{width:100%;border:none;border-radius: 100px 0 0 100px;box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;font-size:15px;padding: 17px 30px 17px 60px; }
.search-form input:focus{border: none; outline: none}

#featers-box{margin-bottom: 5rem;padding: 0 20px;}
#featers-box .row{gap: 2.2rem;-webkit-gap: 2.2rem; position: relative; z-index: 1; margin-top:-5rem;justify-content: center;}
.f-box{ flex: 1 0 250px; display: flex; justify-content: center; flex-direction: column; align-items: center; text-align: center; background: #fff; padding: 2.5rem 21px; background:#f1f1f1;box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;border-radius: 42px;max-width: 360px;}
.f-box .icon{background: cadetblue; width: 90px; height:90px; border-radius: 50%; display: flex; align-items: center ; justify-content: center ;  padding: 1.3rem; margin-bottom:1.4rem;}
.f-box h3{margin-bottom: 0.6rem;}

#about-us{margin-bottom: 4rem;}
#about-us .row{align-items: center}
#about-us p{margin-bottom: 1.2rem}
#about-us h2{margin-bottom: 1rem}
#about-us .about-image{width: fit-content; padding-left: 4.5rem; position: relative; text-align:center;z-index:1}
#about-us .about-image .num-box{position: absolute; top: 5rem; left: 0;  background: #fff; border: 5px solid var(--secondarycolor);color: #000;padding: 15px 20px;border-radius: 25px 25px 25px 0;}
#about-us .about-image .num-box .num{font-size: 42px; font-weight: 700; font-family: var(--primaryfont);line-height: 1; margin-bottom:0.3rem;color: var(--secondarycolor);}
#about-us .about-image .num-box .title{ line-height: 1.3; font-weight: 700; font-size: 20px}
#about-us .about-image p{margin-bottom: 0}

#listing-section{background: #f1f1f1; padding:3.2rem 12px 3rem; text-align:center;}
#listing-section .dis{margin-bottom: 2.5rem}
#listing-section .row{gap: 1.6rem;justify-content: center;}

.pbox{flex: 1 0 280px; background:#fff; position: relative;max-width: 372px;}
.pbox .size-box{position: absolute;right: -7px;background:var(--secondarycolor);color: #fff;text-transform: uppercase;padding: 3px 19px;top: 18px;}
.pbox .size-box:after{position: absolute;  right: 0;  bottom: -4px;  border-top: 5px solid #28334D;  width: 7px;  content: " ";  display: block;  border-right: 7px solid #fff;}
.pbox  a{color: var(--primarycolor); display: flex; flex-direction: column; height: 100%;}
.pbox .content{display: flex; flex-direction: column; flex:  1; justify-content: space-between; padding:15px 10px}
.pbox .link{font-weight: 600;font-family: var(--primaryfont); width: 100%; color: var(--secondarycolor);border-top: 2px dashed #ccc;padding-top: 0.7rem;margin-top: 1rem;font-size: 17px;}
.pbox .link:after{content: "\f061";font-family:'Font Awesome 5 Free';font-weight:900 ;padding:6px 10px; border-radius:25px}

#why-choose {background:url(https://www.plotsinpatiala.com/wp-content/uploads/2025/12/Home-bg-image.jpg) no-repeat center;z-index:1;background-size: cover; position: relative; padding: 4rem 0 4rem;margin-bottom:8rem;}
#why-choose:before{content: ""; position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: #191F2DF0; z-index:-1;   }
#why-choose .row{align-items: center}
#why-choose .more-btn{margin-top: 1.8rem; background:var(--secondarycolor)}
#why-choose h2{color: #fff;}
#why-choose p{color: #f1f1f1}
#why-choose .why-choose{width: 82%; margin-left: auto; border-radius:30rem 30rem 0 0; margin-bottom: -8rem; aspect-ratio:6/7; object-fit: cover; border: 1px solid #fff;padding: 10px;}
#why-choose .col-md-6{display: flex; flex-direction: column}

.wicon{min-width:90px;width:90px;background: var(--secondarycolor);height: 90px;padding: 12px;margin-right:10px}
.wicon img{filter: invert(1);width: 100%;}
#testimonial{width: 100%;text-align: center;margin-bottom: 8.2rem;padding: 0 12px;}
.navigation-wrapper{position:relative}
#testimonial h2{color:#0a0a0a;}
#testimonial .sub-heading{margin: 0 auto 0.5rem !important;}
#testimonial .keen-slider__slide{display: flex;}
.testbox{background:#f1f1f1;padding: 2rem 1.2rem 2rem;border-radius: 1.4rem;position: relative;margin-top:2rem;overflow:hidden}
.testbox:before{content:"";position: absolute;width:70px;height: 70px;background-size:100%;right:0;top: 0;border-radius: 0 0 0 10px;}
.testbox .wicon{margin: 0 auto 8px;border-radius:100px;padding:1rem}
.client-name{font-weight: 600;font-size:1.2rem;color: #000;}

.slider-nav {width:120px;
  margin:10px auto;
  position: absolute;
  left: 0rem;
  right: 0rem;
  bottom:-5.5rem;
z-index: 3;
}
button.arrow {border:none;width:50px;cursor:pointer;line-height:100%;background:transparent}
button.arrow:hover {color:#000;}
button.arrow--left {float:left;}
button.arrow--right {float:right;}
button img{filter: invert(1)}
.column{column-count: 2;}
.column3{column-count: 3;}

#innerFrom{margin-bottom:0rem;}
#innerFrom h2{text-align: center;font-size: 28px; margin-bottom:1.2rem; color:#fff !important;}
#innerFrom .formWrap{  border-radius: 25px;  position:relative; z-index: 1;}

#innerFrom {padding: 2.4rem 0 0.8rem;position:relative;background: var(--tertiarycolor);}
#innerFrom  h2{text-align: center;margin-bottom: 1rem;font-size: 36px; color:var(--secondarycolor); font-weight: 700; text-transform: capitalize;}
#innerFrom .line{margin-bottom: 1.5rem;background: var(--tertiarycolor);}
#innerFrom .input-items{flex: 1 0 180px; margin: 0 auto; position:relative; z-index:5;}
#innerFrom .row{gap:0 1.2rem;}


.contact-box{width: 63rem; display: flex; flex-wrap:wrap;align-items: center;padding:3rem 1.5rem 2.8rem 0;margin: 0 auto;max-width:100%; background:#f1f1f1;border-radius: 12px;}
.contact-box #contactform textarea{height: 100px !important;}
.contact-box #contactform input.wpcf7-submit{width: fit-content; background:var(--secondarycolor); color: #fff; padding: 0 35px; margin: 1rem auto 0;  height: 45px;}
.contact-box  h3{border-bottom: 0 !important; text-align: center;margin-bottom: 19px !important;font-size: 24px !important;font-weight: 600 !important;line-height: 1.2 !important;}

#info{background: var(--tertiarycolor);padding: 20px;position: relative;left: -80px;margin-right: -69px;box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;border-radius: 13px;}
#main #info p {color:#fff;}
#info h2{font-size: 31px;margin:15px 0 10px !important;padding:0 0 0px 0;color:#fff;text-transform: capitalize;}
#info li{color:#fff !important;margin:17px 10px; list-style:none;}
#info a {color:#fff !important;}
#info a:hover{color:var(--secondarycolor) !important}
#info li i{margin-right: 10px;font-size:20px;color:var(--secondarycolor); font-weight:600}
#info h2:before{width: 100px !important; }

.fa-whatsapp{font-family: "Font Awesome 5 Brands";font-weight: 900; font-style:normal;}
.fa-whatsapp::before { content: "\f232"; }

.fa-building{font-weight: 800;}
.fa-building:before { content: "\f1ad";} 
.fa-mobile-alt::before {content: "\f3cd";}
.xdsoft_timepicker{min-width:200px}

#contactform{margin: 0 0 20px 0;line-height: 20px;}
#contactform *{font-size: 15px;color:#595966;font-family: var(--secondaryfont);}
#contactform p{margin-bottom: 12px; }
#contactform p br{position: absolute; display: none;}
#contactform h3{font-size:26px;text-align: center;}
#contactform i{font-size:26px;}
#contactform h2{font-size: 20px;margin:0 0 15px;font-weight:bolder; text-align: center;color: #252525;text-transform: capitalize;}
#contactform input , #contactform select , #contactform textarea{width: 100%;padding: 10px 20px;background: #fff;border: 1px solid #ddd; margin:6px 0;  transition: 0.5s ease-in-out;-webkit-border-radius: 10px;border-radius: 10px;height: 48px;}
#contactform select{color:var(--primarycolor);color:#595966 !important;}
#contactform textarea{width: 100%;padding: 16px 20px;resize: none;}
#contactform input:focus, #contactform textarea:focus, #contactform select:focus{outline:none;
	color:#000}
#contactform .payment-img{width: 620px; margin: 1.5rem auto 0; max-width:100%; background:#fff;  }

::-webkit-input-placeholder { /* WebKit browsers */color:#595966 !important;opacity: 1;}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */color:#595966 !important;opacity: 1;}
::-moz-placeholder { /* Mozilla Firefox 19+ */color:#595966 !important;opacity: 1;}
:-ms-input-placeholder { /* Internet Explorer 10+ */color:#595966 !important;opacity: 1;}

#contactform input.wpcf7-submit{background: var(--secondarycolor);margin:10px auto;color: #fff !important;text-transform: uppercase;cursor: pointer;padding: 0.74rem;border: none;display: table;width: 160px;transition: 0.6s ease-in-out;height: 44px;-webkit-border-radius: 5px;border: none;}
#contactform input.wpcf7-submit:hover{background: transparent;border: 2px solid var(--secondarycolor);color:  var(--secondarycolor) !important;}
#contactform .wpcf7-spinner{position: absolute !important; display:none !important}
#contactform.enquiry-form input.wpcf7-submit{width: 100%;max-width: 100%;}

.wpa-test-msg{display: none;}

.post {padding: 0 10px;}
.post p {margin-bottom:1rem}
.post p a {font-weight: bold;}
.post a {color: #000;}
.post .side-image{width: 450px; max-width: 100%; border-radius: 15px;}

#single-post{padding: 3.5rem 10px 3rem;}
#single-post .grid{display: grid; grid-template-columns: 62% auto;gap: 1rem 3.5rem; -webkit-gap: 1rem 3.5rem; -moz-gap: 1rem 3.5rem;}
#single-post .post-title{font-size: 32px;margin-bottom: 0.8rem;}
#single-post .price{  color: #606060;  }
#single-post .price{margin-bottom: 0 !important;}
#single-post .property-type{display: flex; align-items: center; font-size: 18px; font-weight: 400; gap: 1rem; -webkit-gap: 1rem; -moz-gap: 1rem; list-style: none; line-height:1.2; margin-bottom: 1.8rem;border-bottom: 1px solid#ccc;padding-bottom: 1.7rem;}
#single-post .property-type li{color: #606060; border-right:2px solid #ccc; padding-right:1rem}
#single-post .post-section1{margin-bottom: 1rem}
#single-post .post-content p{margin-bottom: 1.5rem}
#single-post p+ul{margin-top: -0.4rem !important;}
#single-post h3{border-bottom: 1px dashed #ccc; padding-bottom: 12px; margin-bottom: 19px;font-size: 29px;}
#galley-section img{border-radius: 25px; overflow: hidden; margin-bottom: 1.8rem}

.list {margin:0px 0 20px 0px !important;}
.list li {list-style :none;padding: 0 0px 12px 2.2rem;/*! display: flex; */list-style-position: inside;
align-items: baseline;position:relative;}
.list li:before{color:var(--secondarycolor);content: "\f00c";font-family:'Font Awesome 5 Free';font-weight:900 ; display: flex;align-items: center; justify-content: center; border-radius: 50%;margin-right:0.6rem; width: 23px; height: 23px; position:absolute;left:0rem;top:4px; font-size:12px; border: 1px solid #e4e4e4;background: #fff;}

.side-item {background:#f1f1f1;border-radius: 12px; margin-bottom:3rem}
.side-item h3{background: var(--tertiarycolor); color: #fff; border-bottom: 0 !important; color: #fff !important;padding: 12px 15px; text-align: center; border-radius: 9px;margin-bottom: 1rem !important;}
.side-item ul{list-style: none;}
.side-item ul {list-style :none;margin-bottom: 1.1rem; padding: 0 20px;margin-bottom: 0 !important;padding-bottom: 1rem;} 
.side-item ul li {list-style :none;padding: 10px 0px 10px 2.4rem;/*! display: flex; */list-style-position: inside;align-items: baseline;position:relative;font-weight: 500;border-bottom: 1px dashed #ccc;}
.side-item ul li:before{color:var(--secondarycolor);content:"\f00c";font-family:'Font Awesome 5 Free';font-weight:900 ; display: flex;align-items: center; justify-content: center; border-radius: 50%;margin-right:0.6rem; width: 25px; height: 25px; position:absolute;left:0rem;top:12px; font-size:12px;background: #fff;border: 1px solid #ccc;}
.side-item ul li a{color: #404040 !important;}
.side-item ul li:last-child{border-bottom: 0 !important;}

.side-cta{display: flex; flex-direction: column; align-items: center; justify-content: center; text-align:center; position: sticky;top: 1.2rem;}
.side-cta .image{width: 180px; border-radius: 50%; overflow:hidden; border:5px solid var(--tertiarycolor); margin-bottom: -6rem; position: relative;}
.side-cta .content{background:#f1f1f1; padding: 7.6rem 1.2rem 2rem; border-radius: 20px}
.side-cta h3{border-bottom: 0 !important; padding-bottom: 0 !important; margin-bottom: 0.8rem !important;}
.side-cta .more-btn{margin: 1.3rem auto 0; background:var(--secondarycolor);  }


#single-post .framed{background: #f1f1f1; padding: 10px}
#pagetitle {text-align: center;background:url(https://www.plotsinpatiala.com/wp-content/uploads/2025/12/Home-bg-image.jpg) no-repeat center;color:#fff;background-size:cover;position: relative;width: 100%;padding: 4.5rem 0;position: relative; z-index:1}
#pagetitle:before{content:'';position:absolute;top:0; left:0; right:0; bottom:0; background:#191F2DE0; z-index: -1;}
#pagetitle h1 {color:#fff;text-align: center;text-transform: capitalize;font-weight: 700;font-family: var(--secondaryfont);margin-bottom: 1rem;font-size: 42px;}
#pagetitle p {color:#fff;text-align: center;font-size: 20px;}
.breadcrumb {list-style: none;border-radius: 4px;max-width: 100%;float: none;font-size: 15px;text-transform: uppercase;color: #f1f1f1;font-weight: 300;}
.breadcrumb a:hover{color:var(--secondarycolor);}
.breadcrumb a{color: #f1f1f1}
.breadcrumb>li {display: inline-block;}
.breadcrumb>li+li:before {content: "\f101";padding: 0 5px;color: #f1f1f1;font-family:'Font Awesome 5 Free';font-weight:900}


#blog{padding:4rem 15px 4rem;}
#blog .row{gap: 1.8rem;justify-content: center;}
#blog .pbox{background: #f1f1f1; text-align: center}

#main{padding: 3rem 0 2.5rem;}
#main p{color:var(--primarycolor);font-size: 16px;}
#main a{color:var(--secondarycolor)}
#main a:hover{color:var(--primarycolor);}
#main li{list-style: none;line-height: 30px;color: var(--primarycolor);}
#main h2{font-size: 32px; font-weight:700;line-height: 1.3;}
#main h3{list-style: none;color: #151515;margin-bottom: 1.2rem;font-weight: 700;border-bottom: 2px dashed #ccc;padding-bottom: 15px;}
#main p+h3{margin-top:1.8rem}

.thank-box {text-align: center; width: 572px;margin: 0 auto; padding: 1.6rem 1rem; border-radius: 10px;border: 2px dashed #D7D7D7;max-width: 100%;}
.thank-box img{width: 100px; filter:hue-rotate(121deg); background: #f8f8f8; margin: 0 auto 0.5rem; padding: 0.8rem; border-radius: 15px}
.thank-box h2{ font-size: 28px !important; margin-bottom: 1.3rem;}

.widget {padding: 0 1rem;}
.widget h3 {border-bottom: 2px solid var(--primarycolor);text-transform: uppercase;padding: 0 0 1rem 0;margin-bottom: 1.9rem;}
.widget ul li {display:flex;list-style-type:none;border-bottom: 1px dashed var(--primarycolor);margin: 0 0 1rem 0;}
.main-widget img{width: 320px; max-width: 90%;margin: 0 auto 1.5rem;}

#bottom {background: #fff;color:#454545;font-size: 16px;padding: 4rem 0 0;background-size: cover;}
#bottom .grid{display:grid; grid-template-columns:32% auto;gap: 2.6rem 3rem; -webkit-gap: 2.6rem 3rem; -moz-gap: 2.6rem 3rem;}
#bottom a {color: #454545;}
#bottom a:hover {color:var(--secondarycolor);}
#bottom i {color: #fff;margin-right: 0px;}
#bottom .widget h3 {border: none;text-align: left;font-weight: 700;color: #000;font-size: 24px;position: relative;text-transform: capitalize;}
#bottom .widget h3:after{content:""; position:absolute; bottom:0; left:0; width:70px; border-top:4px solid var(--secondarycolor);}
#bottom .widget li {border: none;text-decoration: none;color:#454545;list-style: none;}
#bottom .widget li:before{content: "-"; margin-right: 0.6rem; font-weight: 600}
#bottom  .main-widget{text-align: center}
#bottom .footer-contact li{line-height:20px;display:flex;margin-bottom: 1.7rem !important;}
#bottom .footer-contact li:before{font-family:'Font Awesome 5 Free';font-weight:900; color: var(--secondarycolor);font-size: 18px;}
#bottom .footer-contact .address:before {content: "\f3c5"; margin-right: 10px;}
#bottom .footer-contact .phone:before {content: "\f879"; margin-right: 10px;transform: rotate(80deg);}
#bottom .footer-contact .email:before {content: "\f0e0"; margin-right: 10px;}


#footer {clear: both;background:transparent;color: #454545;padding:0 0 0.5rem;text-align: center;font-size:14px;margin-top: 3rem;}
#footer a {color: #454545;}
#footer a:hover {color:var(--tertiarycolor);}
.fleft {float: left;}
.fright {float: right;}

.phone-call {width: 50px;height: 50px;left: 20px;bottom: 20px;background:var(--secondarycolor);position: fixed;text-align: center;color: #ffffff;cursor: pointer;border-radius: 50%;z-index: 9999;display: inline-block;line-height: 65px;font-size: 1.6rem;line-height: 50px;animation: shake 1.8s linear infinite alternate;}
.phone-call i{color:#fff;}
.phone-call:before {position: absolute;content: " ";z-index: -1;top: -15px;left: -15px;background-color:var(--secondarycolor);width: 80px;height: 80px;border-radius: 100%;animation-fill-mode: both;-webkit-animation-fill-mode: both;opacity: 0.6;-webkit-animation: pulse 1s ease-out;animation: pulse 1.8s ease-out;-webkit-animation-iteration-count: infinite;animation-iteration-count: infinite;}
.fa-phone-alt::before {content: "\f879";}
@-webkit-keyframes pulse {
    0% {-webkit-transform: scale(0);opacity: 0;}
    25% { -webkit-transform: scale(0.3); opacity: 1; }
    50% {-webkit-transform: scale(0.6);opacity: .6;}
    75% {-webkit-transform: scale(0.9);opacity: .3;}
    100% {-webkit-transform: scale(1);opacity: 0;}
}

@keyframes shake{
    50%{transform:scale(1.1)rotate(90deg)}
}

@keyframes pulse {
    0% {transform: scale(0);opacity: 0;}
    25% {transform: scale(0.3);opacity: 1;}
    50% {transform: scale(0.6);opacity: .6;}
    75% {transform: scale(0.9);opacity: .3;}
    100% {transform: scale(1);opacity: 0;}
}



@media screen and (max-width: 981px) {
body {min-width: 230px;}
.desktoponly {display: none;}
.inner {width: 100%;padding: 0%;}
img.alignleft,
img.alignright {float: none;display: block;margin: 10px auto;}
.site-menu-toggle{display: block;color: var(--secondarycolor);}
.site-navbar{display: none;}

#logo{display:flex;align-items:center;justify-content:space-between}
#logo img{width: 250px;height: auto;float:left;}
.site-navbar{display: none;}

.header_area{padding: 1.3rem 0;}
.header_area .top-bar{display: none}

#bottom {width: 100%;display: block;}
.fleft, .fright {float: none;}
  
  #slider{background-size: cover !important; animation: none !important;}
  
  #about-us .row{gap: 1.5rem}
  #why-choose .why-choose{margin-right: auto;width: 94%;}
  
  .grid{grid-template-columns: 100% !important; }
  
  #info{left: 0px;margin-right:0px;margin-bottom:30px;margin-top: -4.5rem;font-size: 15px;}
  .contact-box{padding:20px 10px;margin-top: 4rem;}
    .contact-box > .col-md-4{padding:0}
  
  #pagetitle h1{font-size: 35px;margin-bottom: 0.8rem;}
}


@media screen and (min-width: 981px) {
.mobileonly {display: none;}
  #about-us .col-md-6:nth-child(1){padding-right:2.5rem}
.site-menu-toggle{display:none;}
}


@media screen and (max-width: 800px) {
	#slider #deskslider{display:none}
	#slider #mobslider{display:block}
}
@media screen and (max-width: 600px) {
.wp-pagenavi span.pages, .wp-pagenavi a , .wp-pagenavi a.nextpostslink  {padding: 0.3rem 0.6rem !important;}
.wp-pagenavi span.current{padding:0.8rem}
.column, .column3, .column4{column-count:1}
	#logo img{width: 205px;}
  
  #innerFrom {padding:2.5rem 1rem 1.7rem;}
  #innerFrom .input-items{flex: 1 0 100%}
  #innerFrom .input-items p{padding-bottom: 0 !important;}
  #innerFrom .input-items .wpcf7-submit{width: fit-content !important; padding: 3px 15px !important;margin-top: 1.4rem;}
  #innerFrom h2{text-transform: capitalize}
  
  #slider{padding: 5.5rem 12px 11rem}
  .search-form{padding: 8px}
  
  .search-form label{width: 25rem; }
  .search-form input{padding: 15px 30px 15px 50px; }
  .search-form button{font-size: 16px; padding: 0 20px}
  .search-form i{left: 20px;}
  #slider .text-box h1{font-size: 36px}
  
  h2{font-size: 30px;}
  
  #why-choose {text-align: center;margin-bottom: 7rem;padding: 2.8rem 0px 4rem;}
  #why-choose .more-btn{margin: 1.8rem auto 3rem}
  
  #bottom .col-md-4{margin-bottom: 1.5rem}
  #footer{margin-top: 0}
  
  .contact-box h3{font-size: 21px !important;}
  #blog{padding:3.5rem 15px 3.5rem;}
  .testbox{padding: 2rem 1rem 2rem;margin-top: 1.3rem;}
  .testbox .wicon{width: 80px; min-width: 80px; height: 80px; padding: 1.2rem;}
  #about-us .about-image{padding-left: 3rem; }
  
  #about-us .about-image .num-box{top: 2rem}
  #about-us .about-image .num-box .title{font-size: 15px}
  #about-us .about-image .num-box .num{font-size: 38px}
  .thank-box h2{margin-bottom: 1rem}
  
  #single-post h3{font-size: 24px;}
  #single-post h2{font-size: 28px !important; margin-bottom: 0.8rem !important;}
}


@media screen and (min-width: 600px) and (max-width: 1200px) {
#bottom .col-md-3{width: 47%;float: left;}
#slider .btn-primary{padding:10px 35px;margin:10px 0;}
     #bottom .col-md-4{width: 33%;float: left;}
}

