/*
Theme Name:  Next Point Consulting
Author URI: https://www.thegeminigeeks.com/
Version: 1.1
Author: The Gemini Geeks
Description: A theme by The Gemini Geeks
*/
:root {
  /* Color Variables: */
--primarycolor:#000;
--secondarycolor:#051433;
--tertiarycolor:#01a4e8;
  /* Font Variables: */
--primaryfont:"Rubik", serif;
--secondaryfont:"Inter", 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:18px;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 10px;}
.aligncenter{display:block;margin:0 auto;}

#scroll {position: fixed;right: 10px;bottom: 10px;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)";}

.grecaptcha-badge { visibility: hidden; }

.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;background: var(--secondarycolor);  padding: 8px;}
.header_area .row{align-items:center}


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

#top-bar{background:#fff;width:100%;padding:0.3rem 0;}
#top-bar .row{align-items:center}
.topemail{display: flex;justify-content: end}
.topemail a{display: flex;align-items:center;justify-content: end;margin:0 1.5rem}
.topemail img{width:60px;border-radius: 10px}
.emailtext p{font-size:18px}
.emailtext{margin-left:1rem;font-size:23px;font-weight: 600;line-height: 1.4;}

.search-form{ display:flex;  justify-content: center;}
.search-form label{width: 17rem;}
.search-form button{ cursor:pointer;margin-left:-0.2rem;transition:0.5s ease; background: var(--tertiarycolor); border:none;width: 60px;height: 60px;padding: 15px;}
.search-submit img{filter:invert();}
.search-form button:hover{background: var(--tertiarycolor)}
.search-form input{width:100%;border:none;font-size:15px;height: 60px; background: #f5f5f5;padding-left: 1rem;}
.search-form input:focus{border: none; outline: none}

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: revert;}
h2 {font-size: 2.8rem;letter-spacing: 1px;}
h3 {font-size: 26px;}
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}

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

.btn-primary{padding: 0.8rem 3rem;margin: 2rem 0 0;display: table;color:#fff !important;transition:0.6s ease;text-transform:uppercase;position:relative;overflow: hidden;display: inline-block;}
.btn-primary:before{background:linear-gradient(to right,var(--secondarycolor),var(--tertiarycolor));content:"";position: absolute;left:0;top:0;right:0;bottom:0;z-index: -1;transition:0.6s ease;}
.btn-primary:hover:before{transform:scaleX(2.5) translateX(2rem)}

.more-btn{background:var(--tertiarycolor);margin:1rem 0;display:inline-block;color: #fff;}
.more-btn:hover{background:var(--secondarycolor);color:#fff !important; }

#slider{position: relative}
#slider .item:before{content:"";position: absolute;left:0;right:0;bottom:0;background: linear-gradient(to top, var(--secondarycolor), #051433c4,#05143300);height: 30%;z-index:1;}
#slider .owl-nav .owl-next, #slider .owl-prev {position: absolute;top:40%;transition: 0.6s;font-size:45px;color:#fff;opacity:0;}
#slider:hover .owl-nav .owl-next{display: block;transition: 0.6s;opacity:1.0;}
#slider:hover .owl-nav .owl-prev{display: block;transition: 0.6s;opacity:1.0;}
#slider .owl-nav .owl-next:hover, #slider .owl-nav .owl-prev:hover {color: #fff; transition: 0.6s;}
#slider .owl-nav .owl-prev {left: 20px;display: block;transition: 0.6s; }
#slider .owl-nav .owl-next {right: 20px;display: block;transition: 0.6s;}
#slider .owl-next span, #slider .owl-prev span{background-color: var(--secondarycolor);}

.carousel-caption {right: 0;top: 0;left: 0;z-index:2;padding-bottom: 1.5rem;position:absolute;bottom: 0;align-items:end;display: flex;}
.textblock{width:60%}
.carousel-caption h1{letter-spacing: 1px;color: #fff;line-height: 1.2;}
.carousel-caption p{color: #fff;font-weight: inherit;}

.requestform{width: 450px;float: right;background:var(--tertiarycolor);padding: 1.5rem;text-align: center;margin-top:-27rem;position: relative;z-index: 3}
.requestform h2{color:#fff}

#aboutus{padding: 6rem 0;width:100%;position: relative;overflow:hidden}
#aboutus .row{align-items:center}
.circleimg{position: absolute;left:-12rem;top:0rem;width:700px;animation: rotation 6s infinite linear;}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
#aboutus .col-md-6 img{border: 8px solid #fff;border-radius: 1rem;box-shadow: 0px 0px 6px rgb(0,0,0,0.2)}
.heading{position:relative;padding-left:90px;line-height: 1;margin-bottom:1.5rem}
.heading:before{content:"";;width:80px;height: 4px;background:var(--tertiarycolor);position: absolute;left: 0;top:1.3rem}
#aboutus p{margin-bottom:1rem}

#services{width: 100%}
.line{width: 200px;height: 4px;background:var(--tertiarycolor);margin:0 auto 1rem}
.titlesec{background:url('https://www.nextpointconsulting.in/wp-content/uploads/2025/02/nextpointconsulting-Services-bg.jpg') no-repeat center / cover;padding: 4rem 0 12rem;text-align: center}    
.titlesec p{width: 56%;margin: 0 auto}
#services .row{gap: 1.2rem;justify-content: centere}
.servicebox{position: relative;margin-top:-9rem;flex: 1 0 300px;border-radius: 2rem;overflow: hidden;box-shadow: 0px 5px 10px rgb(0,0,0,0.5)}
.servicebox a{position: absolute;left: 0;top:0;right:0;bottom:0;z-index: 1}
.servicecontent{position: absolute;bottom:0rem;left: 0;right: 0;text-align: center;background:linear-gradient(to top, var(--secondarycolor),#051433d1,#051433c9,#01a4e800);padding-bottom:1rem;height:30%;transition: 0.6s ease-in-out;padding-top:5rem;}
.servicecontent h3{color:#fff;font-weight: 500}
.hoverbox{height: 0;bottom:-10rem;position: absolute;left: 0;right: 0;transition:0.6s ease-in-out;color:#fff;padding: 0 1rem;line-height: 1.5;}
.servicebox:hover .servicecontent{height:56%;padding-top:2rem;}
.servicebox:hover .hoverbox{bottom:0;height: 70%;}


#counter{width: 100%;margin:4rem 0 0;padding: 4rem 0;background: url('https://www.nextpointconsulting.in/wp-content/uploads/2025/02/nextpointconsulting-Counter-Bg.jpg') no-repeat center / cover;}
#counter .row{align-items: center}
#counter .line{margin:0 0 1rem}
#first-circle,
#second-circle,
#third-circle,
#fourth-circle  {margin: 0.1em auto; width: 160px;  height:60px;position: relative;}
#counter .col-md-6{padding-right:3rem;}
.countersec{padding-right: 0 !important;}
.countersec .row{gap: 2rem;margin-bottom: 1.5rem;}
.counterbox{background:var(--tertiarycolor);margin: 0 auto;flex:1 0 180px;padding:2rem 1rem;border-radius:1rem;text-align:center;color:#fff;max-width: 250px;}
.counterbox p{line-height: 1.3;font-size: 16px;}
.row1{padding-right:3rem;margin-left:-2rem;}
.row2{padding-left: 3rem;}
#counter .btn-primary{padding: 10px 2rem}

#timeline{width: 100%;margin-bottom: 5rem;}
#timeline .container{background:#F0F5FB;padding:4rem 2rem 5rem;border-radius:2rem}
.title{text-align: center;width:65%;margin:0 auto 3rem}
#timeline img{border-radius: 2rem}
#timeline .row{align-items: center}
.iconbox{margin-bottom: 2.5rem;display: flex;align-items:start;position:relative}
.iconbox:last-child{margin-bottom: 0}
.icon{background:#fff;min-width:110px;border-radius:100px;border:2px solid var(--secondarycolor);padding:1rem;position:relative}
.icon:before{content:"";position:absolute;left:0%;right:0%;bottom:-5rem;border-left:2px dashed #ccc;height:75%;z-index: -1;width: 1px;margin: 0 auto;}
.iconbox:last-child .icon:before{display: none}
.iconcontent{text-align: left;padding-left:1rem}
.ctitle{font-size:1.8rem;font-weight: 600;font-family: var(--primaryfont);color:var(--secondarycolor)}
.iconcontent p{line-height: 1.3}

#cta{width:100%;background:var(--secondarycolor);padding: 2rem 0;text-align:center}
.twobtns{margin: 0 auto;align-items: center;justify-content: space-between;display: flex;}
#cta a{font-size:1.6rem;width:296px;padding: 8px 0;margin: 10px;}
#cta .more-btn:hover{background:#fff;color:#000 !important;}

#cta i{transform: rotate(170deg);margin-right:12px;animation: shake 1.8s linear infinite alternate;}
#cta .callbtn{background:#fff;/*! color: #fff !important; */;}
#cta .callbtn:hover{background:var(--tertiarycolor)}

.contpage{margin: 0 auto}
.contpage .row{align-items: center}
.contpage h3{font-weight: 500;margin-bottom:1.5rem;font-size:1.2rem}
.cbox{/*! margin-bottom:1.5rem; */}
.cbox p{margin-bottom:0 !important}
.cbox strong{color:#333}
.formbg {background:#f2f2f2;padding:2.5rem 1rem;border-radius:2rem;text-align: center;margin-top: 2rem;}

#hollowsection1 p{text-align: left;}
#hollowsection1 .btn-primary,#hollowsection3 .btn-primary{margin-top:2rem}

#hollowsection2{text-align: center;background: url('https://www.nextpointconsulting.in/wp-content/uploads/2025/02/sap-implementation-bg.jpg') no-repeat center / cover;background-attachment:fixed;margin-bottom: 0;}
#main h2{font-weight: 600;font-size:2.3rem;color:var(--secondarycolor)}
#hollowsection2 h2{color:#fff}
.fullrow{    width: 99.335vw;
    position: relative;
    margin-left: -49.99vw;
    left: 50%;
    background: #F2F2F2;
    padding: 4rem 0;
    margin-top:4rem;
margin-bottom: 4rem;
}
.border{width:550px;border-radius:1rem;border:3px solid #fff}
.page-id-61 #hollowsection2,.page-id-64 #hollowsection2{text-align: left;margin-bottom: 0;}
.page-id-61 #hollowsection2 .row,.page-id-64 #hollowsection2 .row{align-items: center}
.list.list1 li{color:#fff;}
.page-id-61 #main img{width: 500px;  border-radius: 1rem;}

#hollowsection3 p{margin-bottom:0 !important;text-align: center}
#hollowsection3 .row{gap:2rem;margin-top:2rem;justify-content:center}
#hollowsection3 .ibpicon{flex:1 0 250px;text-align: center;font-weight:500;border:1px solid var(--tertiarycolor);border-radius: 1rem;padding:1.5rem 1rem;max-width:290px;background: var(--tertiarycolor);}
.ibpicon p{color:#fff !important;}
.ibpicon img{width:90px;/*! background: var(--tertiarycolor); */filter: invert();}


#hollowsection4{margin-top:0;text-align: center}
#hollowsection4 .row,#workshop .row{gap: 1rem;justify-content: center;margin-top: 2rem;}
#main #hollowsection4 .line,#main #workshop .line{margin: 0 auto 1rem}
.box1{flex:1 0 200px;max-width:220px;}
.boxicon {
  border: 1px solid #ccc;
  display: table;
  margin: 0 auto;
  border-radius: 100px;
  padding: 19px;
  width: 90px;
  background: #fff;
}
.box1 img{margin:0 auto;}
.box1 h3{font-size:21px;font-weight: 500;margin:0.5rem 0}

.page-id-64 #hollowsection4{margin-bottom:0;margin-top:5rem}
.page-id-45 #hollowsection4{margin-bottom:0}
.page-id-64 #main,.page-id-45 #main,.page-id-61 #main{padding-bottom:0}

#workshop{width:100%;text-align:center;margin-top: 4rem;}
.coursebox{flex:1 0 250px;max-width:400px;border: 1px solid #ccc;border-radius: 1rem;overflow: hidden;text-align: left;background:#f1f1f15e;}
.coursecontent{padding:1rem}
.coursecontent h3{font-size:24px}
.link{font-weight: 600;margin-top:1.5rem;display: table;font-style: italic;color:var(--secondarycolor)}

.modules{}
.modules .row{gap: 3rem;justify-content: center;}
.modules .row.row2{gap:1.5rem}
.modulebox{border:1px solid #C8C8C8;box-shadow: 0px 0px 19px -3px #0000005c;flex:1 0 400px;max-width:500px;border-radius: 1rem;overflow: hidden}
.modules .row2 .modulebox{flex:1 0 320px}
.modulebox h4{padding:10px;background:var(--secondarycolor);color:#fff;font-weight: 400;text-align: center;}
.modulebox ul{padding:1.5rem !important;}
.modules .row2 .modulebox ul{padding:1.5rem 1rem !important;}
.modulebox ul li{border-bottom:1px solid #c8c8c8;padding: 5px 0;font-size:15px;list-style:    decimal !important;margin-left: 1.2rem;}
.modulebox li:last-child{border:0}


#contactform .pickup-date p span input {
  width: 100%;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-align: left !important;
}
#contactform .pickup-date p input::-webkit-date-and-time-value {text-align: left;width: 100%;}
#contactform .pickup-date pinput[type="date"] { display: block; text-align: left;}
#contactform{display:table}
#contactform *{font-size: 15px;color:#595966;font-family: var(--secondaryfont)}
#contactform p{margin-bottom:0}

#contactform input{width: 100%;background: #fff;border: 0;padding: 10px 20px;height: 45px;margin:5px 0}
#contactform select{width: 100%;background: #FFF;border:0;padding: 10px 20px;
	margin: 10px 0;color:var(--primarycolor);-webkit-border-radius:0px}
#contactform textarea{width: 100%;height: 125px;background:#fff;border:0;padding: 20px;margin: 10px 0;}
#contactform input:focus, #contactform textarea:focus, #contactform select:focus{outline:none;
	background: rgba(255,255,255,0.5);color:var(--tertiarycolor)}


::-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);color: #fff;text-transform: uppercase;cursor: pointer;border: none;margin: 15px auto 0;display: table;width: 200px;transition: 0.6s ease-in-out;height: 48px;-webkit-border-radius: 0rem;}
#contactform input.wpcf7-submit:hover{background:#fff;color: var(--secondarycolor);}
#contactform .wpcf7-spinner{display: none}

textarea, iframe{max-width: 100%;}
.wpcf7-response-output{color:#595959 !important;background:tranparent !important;border:0px !important}
#contactform .wpcf7-not-valid-tip {background: var(--secondarycolor) !important;}

#babyseat p,#returnjourney p{width: 100%;display: flex;align-items:center}
#contactform .wpcf7-radio{display: flex;}
#contactform .wpcf7-list-item{display: flex}
#contactform .wpcf7-list-item label{width: 100%;}
#contactform .wpcf7-radio input{width:unset}

.post {padding:0 10px;}
.post p {margin-bottom:1rem}
.post ul {margin: 10px 0 0px 0px;}
.list li {list-style :none;margin: 0 0px 10px 0px;display: flex;position:relative;align-items: top;padding-left: 1.8rem;font-size: 16px;text-align: left;}
.list li:before{content: "";background:url('https://www.nextpointconsulting.in/wp-content/uploads/2025/02/arrow.png');background-size:100% 100%;position:absolute;left:0;width: 20px;height: 18px;top: 0.3rem;}


#pagetitle {text-align: center;background:url('https://www.nextpointconsulting.in/wp-content/uploads/2025/02/nextpointconsulting-Services-bg.jpg') no-repeat center / cover;color:#fff;background-size:cover;position: relative;width: 100%;height: 300px;display: flex;align-items: center;justify-content: center;}
#pagetitle .text-box{width : fit-content; padding: 1rem 2rem ;   border: 7px solid #01a4e873; max-width: 93%;min-width: 300px;}
#pagetitleinner{z-index: 1;position: relative}

#pagetitle h1 {color:var(--primarycolor);text-align: center;text-transform: uppercase;}
#pagetitle p {color:#fff;text-align: center;font-size: 20px;}
.breadcrumb {list-style: none;border-radius: 4px;max-width: 100%;float: none;font-size: 14px;text-transform: uppercase;color: var(--primarycolor);font-weight: 300;}
.breadcrumb a:hover{color:var(--tertiarycolor);}
.breadcrumb>li {display: inline-block;}
.breadcrumb>li+li:before {content: "\f101";padding: 0 5px;color: #fff;font-family:'Font Awesome 5 Free';font-weight:900}
/* #pagetitle .breadcrumb> a {color: #fff} */

#main{padding: 4rem 0;}
#main p{color:var(--primarycolor);font-size: 16px;}
#main a{color:var(--primarycolor)}
#main a:hover{color:var(--tertiarycolor);}
#main h3{font-weight:400;}
.gap{margin-top:2rem;width:100%;display:table}
#main .line{margin:0 0 1rem}
#main li{list-style: none;line-height: 30px;}

.widget {padding: 0 1rem;margin-top:1.5rem}
.widget ul li {display:flex;list-style-type:none;border-bottom: 1px dashed var(--primarycolor);margin: 0 0 1rem 0;}

.paginate{text-align: center;margin:0 auto;}
.wp-pagenavi {clear: both;padding: 1.5rem 0;}
.wp-pagenavi a {display:inline-block;padding: 0.1rem 1.2rem !important;margin: 2px;border: 1px solid #ccc;color: var(--primarycolor);background: #fff;border-radius: 3px;}
.wp-pagenavi a:hover {color: #fff !important;background: var(--secondarycolor);}
.wp-pagenavi span.pages {padding: 0.3rem 1.2rem !important;margin: 3px;border-radius: 3px;border: 1px solid #ccc;}
.wp-pagenavi span.current {padding: 0.7rem 1rem;margin: 3px;font-weight: 700;border: 1px solid #ccc;background: var(--secondarycolor);border-radius: 3px;color: #fff;}
.wp-pagenavi span.extend {padding: 15px;margin: 3px;border: 1px solid #000;color: #fff;background: #000;}
.wp-pagenavi .next-comment-page,.wp-pagenavi .previous-comment-page {padding: 12px 14px;border: 1px solid #aaa;}
.wp-pagenavi a.nextpostslink {font-weight: 500;padding: 0.2rem 1rem !important;color: var(--secondarycolor);}

#bottom {font-size: 1rem;padding: 4rem 0;font-weight:500;background:#f1f1f15c;}
#bottom .col-md-4{text-align: center}
#bottom .col-md-5{padding: 0 3rem 0 2.4rem;}
#bottom .col-md-8 .col-md-4{padding-left: 0}
.flogo{margin: 0 auto 1.5rem;display: table;width: 300px;}
.social{display: flex;justify-content: center}
.social li:before{display: none}
.social img{width:48px;margin:5px}
#bottom a:hover {color:var(--secondarycolor);}
#bottom i {color: #fff;margin-right: 0px;}
#bottom .widget h3 {font-weight: 700;margin-bottom:2.5rem;position:relative;text-align:left}
#bottom h3:after{content:"";position: absolute;left:0;width:100px;background:var(--tertiarycolor);height: 4px;bottom:-1rem}
#bottom .widget li {border: none;text-decoration: none;list-style: none;align-items: baseline;text-align: left}

#bottom .footer-contact li{line-height: 1.4;align-items: center;}
#bottom .footer-contact li:before{font-family:'Font Awesome 5 Free';font-weight:900;font-size: 1.3rem;}
#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;}

.info li{line-height:30px;display:flex;font-weight:300;}
.info .address:before {content: "\f3c5"; margin-right: 10px;font-size: 24px;color:var(--secondarycolor)}
.info .phone:before {content: "\f095"; margin-right: 10px;font-size: 24px;color:var(--secondarycolor)}
.info .email:before {content: "\f0e0"; margin-right: 10px;font-size: 24px;color:var(--secondarycolor)}


#footer {clear: both;background:var(--tertiarycolor);color: #fff;padding:0.5rem 0;text-align: center;font-size:13px;}
#footer a {color: #fff;}
#footer a:hover {color:var(--secondarycolor);}
.fleft {float: left;}
.fright {float: right;}

.phone-call i{color:#fff}
.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: 999;
  display: inline-block;
  line-height: 65px;
    font-size: 1.6rem;
    line-height: 50px;
    animation: shake 1.8s linear infinite alternate;
}

.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;
}

@-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) {
	.topbtn a {
		font-size: 1.6rem !important;}
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 .site-title{margin: 10px 0;}
#logo img{height: auto;float:left;width:300px}
    .topemail,.search-form{display: none}
    .header_area{padding: 0}
    .requestform{margin:2rem auto;float: none;}
    .textblock{width: 100%;text-align: center}
    #aboutus{padding-bottom: 4rem}
    #aboutus img{margin: 0 auto 2rem}
    .circleimg{width:600px}
    .requestform{width: 95%}
    .titlesec{padding: 4rem 0}
    .titlesec p{width:100%}
    .servicebox{max-width:400px;margin:1rem auto 0}
    .row1,.row2{margin:10px 0;padding: 0;margin-bottom: 0 !important;}
    #counter{margin:0}
    #timeline .container{padding:3rem 1rem}
    .title{width:100%}
    #timeline .col-md-6:first-child img{margin-bottom:1.5rem}
    #cta p{font-size:2rem;flex-direction: column;}
    #cta a{font-size:1.5rem !important;margin:10px auto;display: table}
    .contpage .col-md-5, .contpage .col-md-7{padding: 0 !important;}
	#hollowsection3 .ibpicon{flex: 1 0 180px;}
    .page-id-61 #hollowsection2 img, .page-id-64 #hollowsection2 img{margin:0 0}
    .box1 h3 br{display: none}
      .twobtns {    display: table;    margin: 0 auto 0;  }
    .twobtns a{margin: 10px auto;display: table}
#bottom {width: 100%;display: block;}
	.widget{padding:0 1rem !important}
.fleft, .fright {float: none;}
}

@media screen and (min-width: 981px) {
.lefthalf {float: left;width: 48%;}
.righthalf {float: right;width: 48%;}
.site-menu-toggle{display:none;}
}

@media screen and (min-width: 800px) {
.mobileonly {display: none !important;}
}
@media screen and (max-width: 800px) {
	.desktoponly{display: none !important;}
    #slider .item:before{height:50%;}
    h1{font-size:1.4rem;}
    .carousel-caption{font-size:1rem}
    .countersec{padding: 0px 5px !important;}
    .countersec .row{gap:0.7rem}
	#pagetitle::before{width:90%}
}
@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}
	.modulebox{flex: 1 0 320px;}
    #cta p{font-size:1.5rem;}
    #cta a{}
    .box1{max-width:300px}
	h2{font-size:2.5rem}
    .contpage h2{font-size: 28px !important;}
    #pagetitle .text-box{padding: 1rem;}
}

@media screen and (min-width: 220px) and (max-width: 420px) {
    h2{font-size:2.2rem}
      .servicebox{max-width:98%}
    .counterbox{max-width:180px}
}

@media screen and (min-width: 421px) and (max-width: 500px) {
#bottom .col-md-3{width: 49%;float: left;word-wrap: anywhere}
}


@media screen and (min-width: 501px) and (max-width: 768px) {
#bottom .col-md-3{width: 47%;float: left;}
}


@media screen and (min-width: 769px) and (max-width: 980px) {

}

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


@media (min-width: 576px) {
.container-fluid {
max-width: 540px;
}
}
@media (min-width: 768px) {
.container-fluid {
max-width: 720px;
}
}
@media (min-width: 992px) {
.container-fluid {
max-width: 1040px;
}
}
@media (min-width: 1200px) {
.container-fluid {
max-width: 1350px;
}
}