body{ padding: 0px; margin: 0px; list-style: none; font: normal 16px/26px 'Poppins'; color:#0c0c0c; background: #fff; }
p{padding: 0px; margin: 0px;}
a{padding: 0px; margin: 0px; outline: none;}
ul{ list-style: none; padding: 0px; margin: 0px;}
label{ list-style: none; padding: 0px; margin: 0px;}
ul li{ padding: 0px; margin: 0px;}
h1, h2, h3, h4, h5, h6{padding: 0px; margin: 0px;}
input[type="text"]::-webkit-placeholder { opacity: 1;  }
input[type="text"]::-moz-placeholder { opacity: 1;}
input[type="password"]::-webkit-placeholder { opacity: 1;}
input[type="password"]::-moz-placeholder { opacity: 1;}
input[type="search"]::-webkit-placeholder { opacity: 1;}
input[type="search"]::-moz-placeholder { opacity: 1;}
input[type="email"]::-webkit-placeholder { opacity: 1; }
input[type="email"]::-moz-placeholder { opacity: 1;}
input[type="tel"]::-webkit-placeholder { opacity: 1;}
input[type="tel"]::-moz-placeholder { opacity: 1;}
textarea::-moz-placeholder { opacity: 1;  }
textarea::-webkit-placeholder { opacity: 1;}
a:hover{ outline: none !important; text-decoration: none;}
a:active{ outline: none !important; text-decoration: none;}
a{ text-decoration: none !important;  -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
button, input[type="submit"]{ -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; cursor: pointer;}
input, button{ -webkit-appearance: none;}
input:focus{ outline: none; box-shadow: none;}
button:focus, input[type="submit"]:focus{ outline: none; box-shadow: none;}
figure{ margin: 0px !important; }


/*font-family: 'Poppins';*/


.btn_link { padding: 12px 28px; border-radius: 30px; text-transform: uppercase; font-weight: 500; color:#000; display: inline-block; font-family: 'Poppins'; font-size: 16px; line-height: 24px; background: #c1d130; margin-top: 10px; overflow: hidden; z-index: 1; transition: background-color 0.3s ease; position: relative; }
.btn_link::before { content: ''; position: absolute; left: 0; bottom: 0; height: 100%; width: 100%; background-color: #4a9f4a; transform: scaleX(0); transform-origin: left;
  z-index: -1; transition: transform 0.3s ease;
}
.btn_link:hover::before { transform: scaleX(1);}
.btn_link:hover{ color:#fff !important;}
.menu_sec li.btn_link a:hover { color:#fff !important;}



/*header*/
p, h1, h2, h3, h4, h4, h5, h6{padding-bottom: 15px;}
.header_sec { width: 100%; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; position: relative;  z-index: 6; box-shadow: 0px 6px 6px -4px #e8e8e8; }

.header_top{position: relative; width: 100%; background: #174549; padding: 12px 0; border-radius: 0;}
.header_top::after{ width: 22%; height: 100%; position: absolute; right: 0px; top: 0; height: 100%; border-radius: 15px 0 0 15px; background: #c1d130; content: ""; }
.header_top .row{ align-items: center;}
.top_contact ul li{ margin: 0 15px 0 0; color:#fff; font-family: "Poppins", sans-serif; font-size: 16px; line-height: 20px; font-weight: normal; float: left; }
.top_contact ul li a{ color:#fff; }
.top_contact ul li i{ margin: 0 5px 0 0; color:#c1d130; }
.top_contact ul li:last-child{ margin-right: 0px;}
.top_contact ul li a:hover{ color:#c1d130; }
.header_top .container{position: relative; z-index: 1; }

.rt_txt { display: flex; align-items: center; justify-content: flex-end;}
.rt_txt ul li{ color:#c1d130; font-size: 16px; font-weight: normal; margin-left: 8px; float: left; }
.rt_txt ul li a{ color:#c1d130; width: 30px; height: 30px; background: #174549; border-radius: 100%; display: flex; justify-content: center; align-items: center; border-radius: 100%; }
.rt_txt ul li a:hover{ background:#fff;color:#174549; }
.rt_txt ul li:first-child{ margin-left: 0px;}


.header_top .row{ justify-content: space-between; }
.headerMain{ width: 100%; background: #fff; padding: 10px 0;  -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
.headerMain .row{ align-items: center; }
.nav_top{ margin: 0px;  background: none; border: none; min-height: auto; box-shadow: none; border-radius: 0; padding: 0; }
.navbar-brand { margin: 0; width: auto;  -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.navbar-brand img{ max-width: 100%; width: auto; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }

.menu_sec {padding: 0; display: flex; justify-content: flex-end; align-items: center; }
.menu_sec li{ margin: 0 0 0 45px; font-size: 16px; line-height: 20px; color:#000; position: relative; font-weight:600; float: left; }
.menu_sec li a{display: inline-block; color: #000; padding: 10px 0; letter-spacing: 0; text-transform: capitalize; }
.menu_sec li:first-child{ margin-left: 0px; }
.menu_sec li a:hover{ color:#4a9f4a !important; background: none !important; }
.menu_sec li a:after{position: absolute; content: ""; width: 0px; height: 2px; background: #4a9f4a; bottom: 0; left: 0; transition: all 0.5s ease-in-out; visibility: hidden; opacity: 0;}
.menu_sec li a:hover:after{ width: 100%; visibility: visible; opacity: 1; }
.primary-navigation .menu-item-has-children > a:after{ display: none !important; }
.site-navigation ul .sub-menu{width: 250px; padding: 0; background: #4a9f4a; top: 40px; box-shadow: 0 0 7px -4px #646363; }
.site-navigation ul .sub-menu li{ width: 100%; font-size: 14px; line-height: 18px; margin: 0px; }
.site-navigation ul .sub-menu li a{ width: 100%; padding: 10px 15px !important; color:#fff; }
.site-navigation ul .sub-menu li a:hover{ background: #c1d130 !important; }
.menu_sec li.btn_link { padding: 0px; border: none; }
.menu_sec li.btn_link a { color: #fff; padding: 15px 35px; border: 2px solid #fbdf4f; border-radius: 8px; font-weight: bold; font-size: 18px;}
.menu_sec li.btn_link a:after{ display: none; }

.top-logo{width: 20%; position: relative; }
.header-mid { width: 62%;}
.header-rt { width: 18%;}
.header-rt .btn_link{ float: right; margin: 0;}
/* .header-rt .btn_link{ background: #5948d7;}
.header-rt .btn_link::before { background-color: #019544; } */


.header_sec.fixed{position: fixed; top: 0; left: 0; width: 100%; z-index: 99; background: #fff; box-shadow: 0 0 14px -8px #000; animation: slideDown 0.75s ease-out; }
.header_sec.fixed .header_top{ display: none; }
.header_sec.fixed .headerMain { padding:10px 0; }
.drop-arw { white-space: nowrap;  margin-left: 5px;  font-size: 14px;}


@keyframes slideDown {
    from {
      transform: translateY(-100%);
    }
    to {
      transform: translateY(0);
    }
  }
  
.header-right .btn_link{ float: right; margin: 0; }


/* .top_btn { position: absolute; right: 0; top: 50%; transform: translate(0, -50%); }
.call_btn{ background: #28662D; background: linear-gradient(90deg, rgba(40, 102, 45, 1) 0%, rgba(63, 134, 54, 1) 21%, rgba(91, 162, 62, 1) 44%, rgba(115, 185, 68, 1) 65%, rgba(145, 213, 76, 1) 100%);}
.call_btn:hover{ background: #28662D; background: linear-gradient(270deg, rgba(40, 102, 45, 1) 0%, rgba(63, 134, 54, 1) 21%, rgba(91, 162, 62, 1) 44%, rgba(115, 185, 68, 1) 65%, rgba(145, 213, 76, 1) 100%); } */



.bannersec{ width: 100%; position: relative;}  
/* .bannersec:before{ width: 100%; position: absolute; left: 0; bottom: -30px; background: url(../images/whitebg.png) no-repeat 0 0; height: 103px; background-size: 100%; content: ""; background-size: 100% 100%; }  */
.banner_box .container{ position: relative; }
.banner_box{ width: 100%; position: relative;  }
.banner_box img{ width: 100%; height: 620px; object-fit: cover; }
.banner_box:before{ width: 100%; position: absolute; left: 0px; top: 0px; height: 100%; content:""; z-index: 1; background: #335C95; background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 42%, rgba(255, 255, 255, 0.98) 100%); }

.banner_innr{ width: 100%; position: absolute; left: 50%; top: 50%; -ms-transform: translate(-50%,-50%); 
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
 	transform: translate(-50%,-50%); z-index: 5; }
.banTxt{max-width: 550px; display: inline-block; padding: 0; }
.banTxt .ban_subheading{display: inline-block; width: 100%; }   
.banTxt .ban_subheading strong{ background: #4a9f4a; border-radius: 30px; padding: 10px 30px; color:#fff; text-transform: uppercase; letter-spacing: 2px; font-size: 16px; font-weight: 600; display: inline-block; margin-bottom: 20px; }
.banTxt .ban_heading, .banTxt h1{display: inline-block; width: 100%; font-size: 48px; line-height: 58px; color: #000; padding-bottom: 18px; position: relative; text-transform: capitalize; position: relative; font-weight: bold; }   
.banTxt .ban_heading strong, .banTxt h1 strong{ color:#748d3d; }
.ban_btn li{ margin: 0 20px 0 0; float: left;}
.ban_btn li:last-child{ margin-right: 0px; }
.ban_content{display: inline-block; width: 100%; font-size: 14px; line-height: 24px; color: #000; padding-bottom: 15px; }   
.ban_btn .btn_link{ margin: 0;}





.wrapper{ padding: 90px 0; }
.welcome_sec{ width: 100%; position: relative; }
.welcome_sec:before{ width: 680px; background: url(../images/aboutbg.png)  no-repeat right top; position: absolute; right: 0; top: 0; height: 600px; content: ""; background-size: 100%; }
.welcome_sec .container{ position: relative; z-index: 1; }
.welcome_img{ width: 100%; }
.welcome_img img{ border-radius: 0 35px 0 0; height: 440px; width: 100%; object-fit: cover; }
.welcome_txt{ width: 100%; padding-left: 20px; }
.reverse{ flex-direction: row-reverse; }
.welcome_sec .row{ align-items: center;}

.numbr_box{ width: 100%; border-radius: 20px; min-height: 172px; margin: 5px 0; padding: 25px; min-height: 172px; position: relative;}
.numbr_box1{ background: #124145; }
.numbr_box2{ background: #4ba04a; display: flex; justify-content: center; align-items: center; }
.numbr_box3{ background: url(../images/map.png) no-repeat center center #abd037; background-size: 80%; min-height: 332px; }
.welcome_left .col-md-6, .welcome_left .col-md-12{ padding: 0 5px; }
.numbr_box h5{ font-size: 28px; line-height: 30px; color:#fff; font-weight: 700; padding: 0 0 5px;}
.numbr_box p{ font-size: 17px; line-height: 21px; color:#fff; font-weight: 400; }
.numbr_box .flex-shrink-0{ width: 59px; height: 59px; border-radius: 100%; display: flex; justify-content: center; align-items: center; background: #124145; }
.numbr_box .flex-shrink-0 img{ max-width: 100%; }
.numbr_box3 img{ max-width: 100%; position: absolute; left: 50%; top: -174px; transform: translate(-50%, 0); }



.service_sec{width: 100%; position: relative; background: #f6f6f6; }

.service_sec .container{ position: relative; z-index: 1;}
.service_sec::before { background: url(../images/service_bg.png) no-repeat 0 0; width: 100%; height: 100%; background-size: cover; position: absolute; left: 0; top: 0;
 content: ""; z-index: 1; }
.service_innr{ width: 100%; position: relative;}


.top_heading{ width: 100%; font-size: 38px; line-height: 42px; color: #0c0c0c; font-weight: bold; padding-bottom: 15px; text-transform: uppercase; }
.top_heading strong{ color:#019544; }
.service_sec .top_heading{ text-align: center; padding-bottom: 30px; }

.service_box{ width: 100%; box-shadow: 0 0 24px 3px #ebeae8; position: relative; margin: 15px 0; border-radius: 170px 170px 20px 20px; background: #fff;}
.service_text{ width: 100%; padding: 10px 0 0; position: relative; z-index: 1; background: #fff; padding: 22px; border-radius: 0 0 20px 20px;}
.service_title { width: 100%; font-size: 20px; line-height: 26px; text-transform: uppercase; color: #151515; font-weight: bold; background: #fff; padding: 0 0 5px; min-height: 58px; }
.service_content{ width: 100%; font-size: 16px; line-height: 28px; text-transform: capitalize; color:#151515; font-weight: normal; padding: 0 0 15px; }
.service_link { color:#4ba04a; font-weight: bold; font-size: 14px; line-height: 20px; text-decoration: underline !important; text-underline-offset: 4px !important; letter-spacing: 1px; text-transform: uppercase; }
.service_link:hover{ color:#c1d130 !important; }

.service_img{ width: 100%; border-radius: 170px 170px 20px 20px; overflow: hidden;}
.service_img img{ width: 100%; border-radius: 170px 170px 20px 20px;     -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;}
.service_box:hover .service_img img {-webkit-transform: scale(1.1); transform: scale(1.1); }
.service_link:hover{ color:#245594; }




.view_service{ width: 100%; text-align: center; margin-top: 60px; background: url(../images/dot.png) repeat-x left top 35px; position: relative; }
.view_service:before{ width: 22px; height: 22px; background: #fbdf4f; border-radius: 100%; position: absolute; left: 0; top: 50%; content: ""; transform: translate(0, -50%); }
.view_service:after{ width: 22px; height: 22px; background: #fbdf4f; border-radius: 100%; position: absolute; right: 0; top: 50%; content: ""; transform: translate(0, -50%); } 
.view_btn{ background: #fff; padding: 0 20px; display: inline-block; }
.top_paragraph{ font-size: 16px; line-height: 28px; font-family: 'Poppins'; color: #0c0c0c; font-weight: normal; padding-bottom: 15px; }
.top_paragraph strong{ font-weight: bold; }


.why_choose{ width: 100%; position: relative; }
.why_choose:after{ width: 800px; height: 700px; background: url(../images/why_bg.png) no-repeat 0 0; background-size: 100% 100%; position: absolute; left: 0px; bottom: 0; content: ""; }
.why_choose .container{ position: relative; z-index: 1; }
.why_choose .row{ align-items: center; }

.why_box {margin: 15px 0; border: none; }
.why_box img{ max-width: 94px; margin: 0 0 15px; width: auto; }
.why_box .card-body{ padding: 0; font-size: 14px; line-height: 26px; color:#0c0c0c; padding: 0 0 5px;}
.why_box .card-body .card-title{ margin: 0; font-size: 18px; line-height: 26px; color:#010101; font-weight: bold; text-transform: uppercase; padding: 0 0 10px; }
.why_choose .welcome_txt {padding: 0 35px 0 0;}


.why_content{ width: 100%; }
.list_style{ width: 100%; padding: 15px 0; }
.list_style li{ width: 100%; display: inline-block; font-size: 16px; line-height: 24px; color:#222222; padding: 10px; padding-left: 30px; position: relative; }
.list_style li:before{ width: 8px; height: 8px; position: absolute; left: 0; top: 2px; content: ""; background: #019544; }
.list_style li strong{ color:#019544; }


.toparww{ position: fixed; right: 15px; bottom: -30px; font-size: 24px; color:#000 !important; opacity: 0; visibility: hidden; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s;transition: all 0.3s; z-index: 5; width: 50px; height: 50px;; display: flex; justify-content: center; align-items: center; background: #c1d130; border-radius: 100%; z-index: 5555; }
.toparww_main.fixed .toparww{opacity: 1; visibility: visible; bottom: 60px; }


.wrapper.get_Intouch{ padding-bottom: 140px; }
.get_Intouch{ width: 100%; }
.get_Intouch_innr{ width: 100%; padding: 50px 40px; border-radius: 20px; box-shadow: 0 0 24px 3px #ebeae8; }
.get_Intouch_innr .top_sec{ padding-bottom: 10px;}
.get_Intouch_innr .top_heading { padding-bottom: 10px;}
.get_frm{ width: 100%; display: inline-block; margin: 7px 0; }
.get_frm input[type="text"], .get_frm input[type="email"], .get_frm input[type="tel"], .get_frm select, .get_frm textarea{ width: 100%; height: 62px; padding: 0 25px; background: #fff; border: 1px solid #949494; outline: none; font-size: 16px; line-height: 18px; color:#131313; border-radius: 10px; font-family: 'Poppins'; transition: all 0.3s;  }
.get_frm textarea{ padding: 15px 20px; resize: none; height: 150px; }
.get_frm input[type="text"]::placeholder, .get_frm input[type="email"]::placeholder, .get_frm input[type="tel"]::placeholder, .get_frm textarea::placeholder{ opacity: 1; color:#4c4c4c; }
.get_frm .btn_link { cursor: pointer; border: none; padding: 15px 42px; outline: none; margin: 0; }
.get_frm .btn_link:hover{background: #3e9b4b; }
.get_frm select{ cursor: pointer;}


.get_sec .row{ margin: 0 -10px; }
.get_sec .col-md-6, .get_sec .col-md-12{ padding: 0 10px;}
.btn_div{ text-align: center;}
.btn_div .btn_link{ margin: 15px 0 0;}

.add_box {
    width: 100%;
    padding: 12px 24px;
    min-height: 115px;
    border: 1px solid #949494;
    border-radius: 15px;
    margin: 10px 0 20px;
    align-items: center;
}
.add_box h5{ font-size: 20px; line-height: 25px; color:#131313; padding: 0 0 5px; font-weight: bold; }
.add_box p{ font-size: 16px; line-height: 26px; color:#131313; padding: 0 0 5px; }
.add_box p a{color:#131313;}
.add_box p a:hover{color:#3e9b4b;}
.add_box .flex-shrink-0 i{ font-size: 35px; color:#3e9b4b; }


.footer_sec{ width: 100%; position: relative; background: #021f22; }
.footer_top{ width: 100%; padding: 50px 0 60px 0;}
.footer_box{ width: 100%; }
.footer_heading{ font-size: 20px; line-height: 26px; font-weight: 700; color:#fff; text-transform: uppercase; padding: 0 0 20px; }
.footer_logo{ display: inline-block; margin-bottom: 22px; }
.footer_logo img { max-width: 170px;}

.ftr_img{ display: flex; align-items: center; justify-content: space-between;}
.social_box { width: auto; display: inline-block;}
.social_box li{ margin: 0 10px 0 0; float: left; }
.social_box li:last-child{ margin-right: 0px;}
.social_box li a {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    background: url(../images/green_circle.png) no-repeat center center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-size: 100%;
}
.social_box li a:hover{ color:#4a9f4a; }

.foot_link li{ width: 100%; margin: 0 0 14px; font-size: 16px; line-height: 24px; color:#fff; position: relative; font-weight: 500; }
.foot_link li:last-child{ margin-bottom: 0px; }
.foot_link li a{color:#fff; }
.foot_link li a:hover{ color:#c1d130 }

.foot_contact li{ width: 100%; margin: 0 0 15px; font-size: 16px; line-height: 24px; color:#fff; position: relative; padding: 5px; padding-left: 50px; font-weight: 500;}
.foot_contact li:last-child{ margin-bottom: 0px; } 
.foot_contact li a{color:#fff; }
.foot_contact li a:hover{ color:#c1d130; }
.foot_contact li i{ width: 39px; height: 38px; display: flex; align-items: center; justify-content: center; border-radius: 100%; font-size: 12px; color:#000; position: absolute; left: 0px; top: 1px; background: url(../images/green_circle.png) no-repeat 0 0; background-size: 100% 100%; }

.footer_box1{width: 29%;}
.footer_box2{width: 24%;}
.footer_box3{width: 25%;}
.footer_box4{width: 22%;}

.footer_btm{ width: 100%; padding: 18px 0; border-top: 1px solid #354c4e; font-size: 14px; line-height: 20px; font-weight: normal; color:#fff; text-align: center; }
.footer_btm em{ font-style: normal; text-transform: uppercase; }
.footer_btm a{ color:#fff; }
.footer_btm a:hover{ color:#c1d130; }

.mobile_btm{ display: none;}
.ndis_logo { width: auto; display: inline-block;}
.ndis_logo img{ max-width: 100%; }

.footer_callSec { width: 100%; position: relative; margin-top: -2px; display: flex;}
.callSec_innr { width: 100%; background: #4a9f4a; border-radius: 130px; padding: 22px; position: relative; margin-top: -70px;}
.callSec_innrbox { width: 100%; border: 1px dashed #fff; padding: 40px; border-radius: 110px;}
.callSec_innrbox .top_heading{ color:#fff; text-transform: capitalize;}

.callSec_innrbox .col-6{ padding: 0 5px; }
.callSec_innrbox .btn_link { padding: 12px 23px; width: 100%; text-align: center;}
.callSec_innrbox .btn_link:before{background: #124145; }
.callSec_innrbox .btn_link:hover{ color:#fff !important; }
.call_row{ align-items: center;}





/*NEW CSS*/
.primary-navigation{ float: none !important; }
.menu-primary-menu-container{display: flex !important; flex-basis: auto; justify-content: flex-end !important; flex-grow: 1; align-items: center;}
.primary-navigation .menu_sec li li{ margin: 0; }
.primary-navigation .menu_sec li li a:after{ display: none !important; }
.primary-navigation .menu_sec ul {background-color: #019544;}
.primary-navigation .menu_sec ul li a:hover{background-color: #5948d7; color:#fff !important; padding-left: 20px; }
.primary-navigation .menu_sec li:hover > a, .primary-navigation .menu_sec li.focus > a { /*color: #cd3386 !important;*/ background: none !important;}
.navbar-brand img { height: auto; max-width: 100%; }



/*CONTENT PAGE CSS*/
.page .entry-header, .blog_page_header { background: url(../images/banner.jpg) no-repeat 0 0; background-position: 0 0 !important; background-size: cover !important;  max-width: 100% !important; padding: 200px 0 150px !important;  margin: 0 0 50px !important;  position: relative;  overflow: hidden;  text-align: center;}
.page .entry-header::after, .blog_page_header::after {   background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);  position: absolute;
content: "";  right: 0;  bottom: 0;  left: 0;  height: 60%;}
.page .entry-content {  max-width: 100% !important;  padding: 0px !important;}
.content-area, .content-sidebar {  padding-top: 0px !important;}
.page .entry-title, .blog_page_title { color: #fff; position: relative; font-size: 32px; font-weight: 600; z-index: 99; margin-bottom: 3px; text-transform: capitalize; }
.breadcrumb-container { width: 100%; color: #019544; position: relative; font-size: 15px; z-index: 5; }
.breadcrumb-container a { color: #fff;}
.page { margin-top: 0 !important; margin-bottom: 0 !important;}
.page .entry-content {  max-width: 100% !important;  padding: 0px !important;}
.full-width .site-content {  margin-left: 0;}  
.page .entry-header:before, .blog_page_header:before {  /* background: rgba(0, 0, 0, 0.7);  position: absolute;  content: "";  top: 0;  right: 0;  bottom: 0;  left: 0; */
content: "";  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);  position: absolute;  left: 0; top: 0; z-index: 0;  width: 100%;
height: 20%;}
.page .entry-header{ margin: 0 !important;}
.primary-navigation .menu-item-has-children > a, .primary-navigation .page_item_has_children > a {   padding-right: 0 !important;  }





/* INNER CONTENT */
.inner_content .container{ position: relative; z-index: 2; }
.inner_title {
  color: #000;
  font-size: 35px;
  line-height: 1.2;
  font-weight: 600;
  position: relative;
  padding-bottom: 12px;
 font-family: 'Poppins';
  text-transform: capitalize;
  margin-bottom: 15px;
}
.inner_subtitle {
  color: #000;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 600;
  position: relative;
  padding-bottom: 12px;
 font-family: 'Poppins';
  margin-bottom: 15px;
  text-transform: capitalize;
}
.inner_subtitle2 {
  color: #7d9e50;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  position: relative;
  padding-bottom: 5px;
 font-family: 'Poppins';
  text-transform: capitalize;
}

.inner_txt {
  font-size: 16px;
  color: #0c0c0c;
  font-weight: normal;
  /* margin-top: 10px; */
  padding-bottom: 15px;
  line-height: 1.6em;
  font-family: 'Poppins';
}
.inner_title strong, .inner_subtitle strong, .inner_subtitle2 strong {
  color:#4a9f4a;
  padding-bottom: 16px;
  position: relative;
}


.inner_title::before, .inner_subtitle::after  {
  background: #4a9f4a;
  width: 35px;
  height: 5px;
  content: "";
  position: absolute;
  left: 0;
  border-radius: 5px;
  bottom: 0px;
}



.core-box {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  padding: 30px 20px;
  background: #fff;
  border-radius: 5px;
  min-height: 100%;
}
.core-box img {
  width: 80px;
  padding-bottom: 20px;
}
.margin-top{
  margin-top: 40px;
}
.inner_list_txt ul {
  padding: 0;
  margin: 0;
}
.inner_list_txt ul li {
  position: relative;
  padding-left: 25px;;
  background-size: 18px;
  font-size: 16px;
  line-height: 1.6em;
  font-family: 'Poppins';
  color: #0c0c0c;
  font-weight: normal;
  list-style: none;
  padding-bottom: 5px;
}
/* .inner_list_txt ul li:before{ position: absolute; left: 0; top: 0; font-size: 20px; font-weight: 900; font-family: "Font Awesome 6 Pro"; content: "\f058"; font-size: 16px; color:#4a9f4a; } */
.inner_list_txt ul li:before{background: url(../../../../wp-content/uploads/2026/06/bullet.png) no-repeat left top; width: 18px; height: 22px; background-size: 100%; position: absolute; left: 0; top: 3px; content: ""; }
.inner_list_txt {
  margin-bottom: 10px;
} 
.inner_bottm_sec {
background: #4ba04a;
  padding: 40px 30px;
  text-align: center;
  width: 100%;
  border-radius: 5px;
}
.inner_bottm_sec .inner_title:after, .inner_bottm_sec .inner_subtitle:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 10%;
  height: 3px;
  background: #ffffff;
}
.breadcrumb-container {
  z-index: 5;
  color:#4ba04a;
}
.sub_heading {
  font-weight: 700;
  padding:10px 0 0;
  color: #0c0c0c;
}
.sub_heading strong{ color: #7d9e50;}
/* .inner_bottm_sec .inner_txt { margin-top: 20px;} */
.inner_bottm_sec .inner_txt{ padding: 0 5% 15px;}





/* CONTACT US */
.content_page {  width: 100%; padding: 75px 0;}
.get_box{ width: 100%; display: inline-block; margin: 0 0 7px; }
.get_box input[type="text"], .get_box input[type="email"], .get_box input[type="tel"], .get_box select, .get_box textarea{ -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s;transition: all 0.3s;font-family: 'Poppins';}
.get_box .btn_link{ border: none;font-family: 'Poppins'; }
.get_box textarea{ height: 70px; padding: 10px 20px 15px;}
.get_box input[type="text"]:focus, .get_box input[type="email"]:focus, .get_box input[type="tel"]:focus, .get_box select:focus, .get_box textarea:focus{ border-color:#c1d130 !important;}
.get_box input[type="text"]::placeholder, .get_box input[type="email"]::placeholder, .get_box input[type="tel"]::placeholder, .get_box select::placeholder, .get_box textarea::placeholder{ color:#131313; opacity: 1; }

.contact_page_heading {
font-size: 35px;
line-height: 1.2;
text-transform: capitalize;
color: #000;
padding: 0 0 15px;
 font-family: 'Poppins';
font-weight: 600;
position: relative;
display: inline-block;
}
.contact_page_heading::before {
position: absolute;
content: "";
bottom: 8px;
left: 0;
width: 30px;
height: 3px;
  background: #4a9f4a;
}
.contact_page_heading strong { color:#4a9f4a;}
.contact_page_info {
position: relative;
color: #0c0c0c;
margin-top: 25px;
padding-left: 60px;
font-family: 'Poppins';
}
.contact-img {
position: absolute;
top: 3px;
left: 0;
background:#4a9f4a;
box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
width: 45px;
height: 45px;
border-radius:50%;
text-align: center;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
}
.contact-text strong {
font-weight: 600;
}
.contact-text a {
transition:
all 0.5s ease;
text-decoration: none !important;
color: #000;
}
.contact_page_info {
color: #000;
}
.contact-text a:hover{ color:#4ba04a; }

.contact_right {
box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
padding: 25px 25px 0;
border-radius:5px;
text-align: left;
background: #fff;
}
.contact-page input, .contact-page textarea, .contact-page select {
width: 100%;
padding: 0 15px !important;
color: #000 !important;
outline:none;
border-color:#ccc !important;
}


.contact-page textarea{ height: 120px; padding: 15px !important}
.contact_box{ width: 100%; margin-bottom: 20px;}

.contact-page input[type="submit"] {
font-size: 16px;
line-height: 24px;
text-transform: uppercase;
color: #000 !important;
font-weight: normal;
text-align: center;
border-radius:50px;
width: fit-content;
padding:13px 50px !important;
transition:all 0.5s ease;
border: none;
font-family: 'Poppins';
height: auto;
letter-spacing: 1px;
font-weight: bold;
background: #c1d130;
}
.contact-page input[type="submit"]:hover {
background-color: #4ba04a !important;
color:#fff !important;
}
.get_touchSec { padding: 20px 0;}
.get_touchSec .col-lg-6, .get_touchSec .col-lg-12{ padding: 0 5px;}
.get_touchSec .row{ margin: 0 -5px; }
.get_touchSec p{ padding: 0; }

.full-width .hentry { margin-bottom: 0 !important;}
.inner_content { width: 100%; padding:75px 0;}
.reverse{ flex-direction: row-reverse; }


.thank_you { text-align: center;}

/* error */

.inner_content{ /* background: none; */ border-radius: 0px; padding-bottom: 120px !important;}

.error404 .header_sec{ position: relative; }
.error404 .header_sec.fixed{ position: fixed; }
.error_page{ text-align: center; padding: 75px 0 !important; }
.error_page .site-content{ margin: 0px; width: 100%; }
.error_page .page-content{ width: 100%; text-align: center; margin: 0px; max-width: 100%;}
.error_page .page-content img{ max-width: 400px; margin: 20px 0;}
.home_btn{ width: 100%; display: inline-block; }
.error_page .inner_title::after{ left: 50%; transform: translate(-50%, 0);}
.inner_txt .home_btn a.btn_link{ text-decoration: none !important;}

.thank_you .inner_txt p{ font-size: 16px; color: #000; font-weight: normal; padding-bottom: 15px; line-height: 1.7em; }
.error404 .header_sec{ box-shadow: 0 0 14px -8px #000; background: #fff; }

.error404 .inner_title::before, .error404 .inner_subtitle::after  {
  left: 50%;
  transform: translate(-50%, 0);
}




/* blog page css  */


.more-link { padding: 12px 30px 12px; border-radius: 50px; text-transform: uppercase; font-weight: normal; color:#000; display: inline-block; font-family: 'Poppins'; font-size: 16px; line-height: 24px; margin-top: 10px; overflow: hidden; z-index: 1; transition: background-color 0.3s ease; position: relative; font-weight: 500; background: #c1d130; display: block; width: fit-content; }
.more-link::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: #4ba04a;
  transform: scaleX(0);
  transform-origin: left;
  z-index: -1;
  transition: transform 0.3s ease;
}

.more-link:hover::before {
  transform: scaleX(1);
}
.more-link:hover{ color:#fff; }


.post .entry-title{ font-size: 24px !important;  font-weight: 600 !important; line-height: 2rem; }
.blog .main-content, .single .content-area{ padding: 65px 0; margin: 0px; }
.blog .category-blog .post-thumbnail img, .single .category-blog .post-thumbnail img{ width: 100%; }
.content-sidebar h2 { color:#000;}
.blog_sec { width: 100%; padding:65px 0;  display: inline-block; padding-bottom: 120px !important; } 
.blog_sec .category-blog .post-thumbnail img{ width: 100%; }
.page .entry-header, .blog_page_header { z-index: 1;}
.entry-title a, .post .entry-title { color:#000; }
.entry-title a:hover, .entry-meta a:hover { color: #7d9e50 !important;}
.post-navigation a:hover, .image-navigation a:hover { color: #7d9e50 !important; }
.blog .page .entry-header, .blog .blog_page_header, .single .page .entry-header, .single .blog_page_header, .archive .page .entry-header, .archive .blog_page_header{ margin: 0 !important;}

.single .entry-content p, .entry-summary p{ font-size: 16px; line-height: 26px; font-family: 'Poppins'; color: #0c0c0c; font-weight: normal; padding-bottom: 15px;}
.content-sidebar .widget a { color: #0c0c0c; font-size: 15px; line-height: 24px; }
.menu_sec li > a{ background: none !important; }


.get_rt .row{ margin: 0 -7px; }
.get_rt .col-md-6, .get_rt .col-md-12{ padding: 0 7px;}
.btn_div{ text-align: center;}
.btn_div .btn_link{ margin: 15px 0 0;}
.get_frm p{ padding: 0;}
.wpcf7-spinner { position: absolute !important; right: 0 !important;}
.get_rt, .contact_right{ position: relative;}
.get_rt .top_heading{ background-position: center bottom;}


.career_page .contact_right {
    padding: 30px;
    max-width: 750px;
    margin: 0 auto;
}
.get_box input[type="file"] {
    padding: 14px 15px !important;
}

.get_box{ width: 100%; display: inline-block; margin: 7px 0; }
.get_box input[type="text"], .get_box input[type="email"], .get_box input[type="tel"], .get_box input[type="date"], .get_box input[type="file"], .get_box select, .get_box textarea{ width: 100%; height: 55px; padding: 0 30px; background: #fff; border: 1px solid #949494; outline: none; font-size: 15px; line-height: 18px; color:#222; border-radius: 10px; font-family: 'Poppins'; }
.get_box textarea{ padding: 20px 30px; resize: none; height: 140px; }
.get_box input[type="text"]::placeholder, .get_box input[type="email"]::placeholder, .get_box input[type="date"]::placeholder, .get_box input[type="file"]::placeholder, .get_box input[type="tel"]::placeholder, .get_box textarea::placeholder{ opacity: 1; color:#959595; }
.get_box .btn_link { cursor: pointer; border: none; padding: 15px 60px; outline: none; margin: 0; }
.get_box select{ cursor: pointer;}

.get_sec .row{ margin: 0 -10px; }
.get_sec .col-md-6, .get_sec .col-md-12{ padding: 0 10px;}
.get_box input[type="file"] {
    padding: 14px 15px !important;
}


.testimonial_sec{ width: 100%; position: relative; background: url(../images/testimonial_bg.jpg) repeat 0 0; background-size: cover; background-attachment: fixed; }
.testimonial_sec .top_heading{ padding-bottom: 60px; text-align: center; color:#fff; }
.testimonial_slider #sp-testimonial-free-wrapper-26 .sp-testimonial-free { position: relative; padding: 15px; padding-top: 28px; padding-left: 130px;}
.testimonial_slider #sp-testimonial-free-wrapper-26 .sp-testimonial-free-section .sp-testimonial-client-image{ width: 120px; height: 120px; border-radius: 100%; position: absolute; left: 0; top: 0; }
.testimonial_slider #sp-testimonial-free-wrapper-26 .sp-testimonial-free-section .sp-testimonial-client-image img{ width: 100%; height: 100%; border-radius: 100%; object-fit: cover;}
.testimonial_slider .sp-testimonial-free-section .sp-testimonial-client-testimonial p{ text-align: left; color:#ffff; font-size: 14px; line-height: 24px; margin: 0 !important; font-style: italic;} 
.testimonial_slider #sp-testimonial-free-wrapper-26 .sp-testimonial-free-section .sp-testimonial-client-name{ text-align: right; color:#fff; font-weight: 400; font-style: italic; margin: 0 !important; }
.testimonial_slider #sp-testimonial-free-wrapper-26 .sp-testimonial-free-section .sp-testimonial-client-testimonial { margin: 0 0 10px !important;}
.testimonial_slider #sp-testimonial-free-wrapper-26 .sp-testimonial-free-section .sp-testimonial-client-rating { position: absolute; left: 140px; top: 0;}

.testimonial_slider .sp-testimonial-free-section .testimonial-nav-arrow.swiper-button-next{ background: url(../images/next.png) no-repeat 0 0 !important; width: 20px; height: 38px; background-size: 100% !important; font-size: 0px; border-radius: 0; border: none !important; }
.testimonial_slider .sp-testimonial-free-section .testimonial-nav-arrow.swiper-button-prev{ background: url(../images/prev.png) no-repeat 0 0 !important; width: 20px; height: 38px; background-size: 100% !important; font-size: 0px; border-radius: 0; border: none !important; }
.testimonial_slider #sp-testimonial-free-wrapper-20 .sp-testimonial-free-section .testimonial-nav-arrow{border: none !important; }
.testimonial_slider .sp-testimonial-free-section .testimonial-nav-arrow{ transform: inherit;}


.thank_you img{ max-width: 100%; margin-bottom: 15px;}
/* .inner_content, .blog .main-content, .single .content-area{ padding-bottom: 120px !important;} */



.review_page .sp-testimonial-free-section .sp-testimonial-item{ padding: 10px !important; }
.review_page .sp-testimonial-free{ background: #fff !important; box-shadow: 0px 1px 6.58px 0.42px rgba(0, 0, 0, 0.1) !important; padding: 15px !important; position: relative;  padding-top: 50px !important; border-radius: 5px !important; }

.review_page .sp-testimonial-free:after{ background: url(../images/coma.png) no-repeat 0 0; width: 45px; height: 45px; background-size: 100%; position: absolute; right: 15px; top: 15px; content: ""; }
.review_page #sp-testimonial-free-wrapper-49 .sp-testimonial-free-section .sp-testimonial-client-image{ width: 52px !important; height: 52px !important; margin: 0 !important; }
.review_page #sp-testimonial-free-wrapper-49 .sp-testimonial-free-section .sp-testimonial-client-image img{ width: 100% !important; height: 100% !important; object-fit: cover !important; }
.review_page #sp-testimonial-free-wrapper-49 .sp-testimonial-free-section .sp-testimonial-client-name{ font-size: 20px; line-height: 24px; font-weight: bold; color:#3e9b4b; text-align: left;  position: absolute; left: 0; top: 25px; padding: 0 0 0 15px; width: 100%; margin: 0; text-transform: uppercase; }
.review_page .sp-testimonial-free-section .sp-testimonial-client-testimonial p{ font-size: 14px !important; line-height: 24px !important; text-align: left !important; color:#212121 !important; padding: 10px 0 0 !important; margin: 0 0 6px !important; min-height: 92px; }
.review_page #sp-testimonial-free-wrapper-49 .sp-testimonial-free-section .sp-testimonial-client-rating { width: 100%;}
.review_page #sp-testimonial-free-wrapper-49 .sp-testimonial-free-section .sp-testimonial-client-testimonial{ margin: 0 !important;}
.review_page .sp-testimonial-free-section.swiper-initialized{ margin: 0 !important;}
.review_page .sp-testimonial-free-wrapper{ padding: 10px !important;}

.get_frm input[type="text"]:focus, .get_frm input[type="email"]:focus, .get_frm input[type="tel"]:focus, .get_frm select:focus, .get_frm textarea:focus{ 
 border: 1px solid #c1d130 !important; }

.img_box img{ width: 100%; border-radius: 8px; }
.inner_content.yello_sec{ padding-top: 30px;}
.inner_bottm_sec .btn_link:before{ background: #fff; }
.inner_bottm_sec .btn_link:hover{ color:#4a9f4a !important; }

.site-navigation ul .sub-menu { width: 250px; top: 40px; box-shadow: 0 0 7px -4px #646363; overflow-y: auto; height: 250px;}
.service_box {height: 100%;}
.error_page { padding-bottom: 120px !important;}

.toparww img{ max-width: 20px; }
.foot_contact li i img{ max-width: 15px; }
.social_box li a img{ max-width: 12px; }

.service_img { border-radius: 170px 170px 0px 0;}
.service_img img{ border-radius: 170px 170px 0px 0;}

@media (min-width: 3000px) and (max-width: 6999px) {
.header_top::after{ width: 40%; }


}


@media (min-width: 2500px) and (max-width: 2999px) {
.header_top::after{ width: 33%; }


}
  
@media (min-width: 2000px) and (max-width: 2499px) {
.header_top::after{ width: 27%; }


}

@media only screen and (max-width: 1399px) {
.header_top::after { width: 21%;}


}

@media only screen and (max-width: 1199px) {
/* blog */
.page .entry-header, .blog_page_header { padding: 160px 0 125px !important;}
.blog .hentry, .archive .hentry, .single .hentry{ max-width: 580px !important;}
.widget h2 { margin-top: 0 !important;}
.post .entry-title{ font-size: 26px !important; line-height: 1.2em; }
.blog .main-content, .single .content-area { padding: 60px 0;}


.inner_title, .inner-form-heading{ font-size: 30px; }
.inner_subtitle { font-size: 27px;}
.top_heading {font-size: 34px; line-height: 38px; padding-bottom: 15px;}


.top_contact ul li{ font-size: 13px; }
.header_top::after { width: 23%;}
.rt_txt ul li {
  font-size: 14px;
  margin-left: 5px;
}
.header_top {
  padding: 10px 0px;
}
.menu_sec li {
  margin: 0 0 0 35px;
}
.btn_link {
  padding: 10px 22px;}
.banner_box img {
  height: 550px;
}
.banTxt .ban_subheading strong {
  padding: 8px 23px;
  letter-spacing: 2px;
  font-size: 14px;
  margin-bottom: 20px;
}
.banTxt .ban_heading, .banTxt h1 {
  font-size: 38px;
  line-height: 48px;
  padding-bottom: 15px;
}
.banTxt {
  max-width: 425px;
}
.wrapper {
  padding: 75px 0;
}
.numbr_box {
  padding: 18px;
}
.numbr_box h5 {
  font-size: 24px;
  line-height: 27px;
}
numbr_box p {
  font-size: 15px;
  line-height: 20px;
}
.numbr_box3 img {
  max-width: 350px;
  top: -126px;
}
.inner_list_txt ul li{font-size: 15px; line-height: 26px; }
.top_paragraph, .single .entry-content p, .entry-summary p, .service_content {font-size: 15px; line-height: 26px; padding-bottom: 12px;}
.service_text {
  padding: 16px;
}
.service_title {
  font-size: 18px;
  line-height: 24px;
  min-height: 55px;
}
.testimonial_slider .sp-testimonial-free-section .sp-testimonial-client-testimonial p {
  font-size: 13px;
  line-height: 21px;
}
.wrapper.get_Intouch {
  padding-bottom: 125px;
}
.get_Intouch_innr {
  padding: 35px 25px;
}
.add_box {
  padding: 15px 25px;
  min-height: 150px;
}
.callSec_innr {
  padding: 18px;
}
.callSec_innrbox .btn_link {
  padding: 10px 8px;
  width: 100%;
  text-align: center;
}
.btn_link {
  font-size: 15px;
}
.footer_heading {
  font-size: 18px;
  line-height: 24px;
  padding: 0 0 18px;
}
.foot_contact li {
  margin: 0 0 15px;
  font-size: 14px;
  line-height: 22px;}
.ftr_img {
  display: flex;
  align-items: start;
  justify-content: start;
  flex-direction: column;
}
.ndis_logo {
  margin-bottom: 15px;
}
.foot_link li {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 22px;
}
.footer_top {
  padding: 45px 0;
}
.footer_box1 {
  width: 30%;
}
.footer_box2 {
  width: 23%;
}
.add_box {
    padding: 15px 25px;
    min-height: 140px;
  }
.add_box .flex-shrink-0 i {
  font-size: 30px;
}







}


@media only screen and (max-width: 1024px) {
.header-mid{ display: none;}
.header-right{ display: none;}

.mobile_btm{ display: block;}
.footer_fixed_buttons {  position: fixed;  bottom: -80px;  left: 0;  width: 100%;  text-align: center;  z-index: 999; transition: 0.5s; }
.footer_btn3 {  background:#009444;  width: 50%;  float: left;  color: #fff !important;  padding:10px 0;  text-decoration:none !important;  text-transform: capitalize;}
.footer_btn2 {  background:#fff;  position: absolute;  top: 0;  left: 50%;  transform: translate(-50%, 0);  height: 44px;  width: 44px;  border-radius:50%;  padding-top: 9px;}
.lazyloaded {  opacity: 1;  transition:opacity 400ms; transition-delay: 0s; transition-delay: 0ms;}
.footer_btn1 {  background:#abd037;  width: 50%;  float: left;  color: #fff !important;  padding:10px 0;  text-decoration:none !important;  text-transform: capitalize;}
.footer_btm { padding-bottom: 60px;}
.header_top{ display: none;}
.footer_fixed_buttons.fixed2{ bottom: 0px;}
    
/* blog */
.widget h2 { font-size: 18px !important; line-height: 1.2;}
.post .entry-title {font-size: 20px !important;  line-height: 1.4em; }
.archive .site-content { margin-right: 36.333%; }


.inner_title, .inner-form-heading{ font-size: 26px; }
.inner_subtitle { font-size: 24px;}
.inner_txt{font-size: 15px; line-height: 24px; padding-bottom: 12px;}
.inner_list_txt ul li{font-size: 15px; line-height: 24px; }
.top_paragraph, .single .entry-content p, .entry-summary p {font-size: 15px; line-height: 24px; padding-bottom: 12px;}
.top_heading { font-size: 28px; line-height: 32px; padding-bottom: 12px; }


.header-rt{ display: none;}
 .banner_box img {
    height: 480px;
  }
.banTxt .ban_subheading strong {
    padding: 5px 15px;
    letter-spacing: 1px;
    font-size: 13px;
    margin-bottom: 12px;
  }
.banTxt .ban_heading, .banTxt h1 {
    font-size: 30px;
    line-height: 38px;
    padding-bottom: 12px;
  }
.banTxt {
    max-width: 340px;
  }
.wrapper {
    padding: 55px 0;
  }
.numbr_box h5 {
    font-size: 18px;
    line-height: 22px;
  }
.numbr_box p {
  font-size: 15px;
  line-height: 19px;
}
.numbr_box {
    padding: 12px;
  }
.numbr_box .flex-shrink-0 {
  width: 45px;
  height: 45px;
}
.numbr_box .flex-shrink-0 img {
  max-width: 22px;
}
.numbr_box3 img {
    max-width: 298px;
    top: -102px;
  }
.numbr_box3 {
  min-height: 288px;
}
.numbr_box p {
  font-size: 14px;
  line-height: 18px;
}
.welcome_txt {
  padding-left: 10px;
}
.service_text {
    padding: 13px;
  }
.service_title {
    font-size: 16px;
    line-height: 21px;
    min-height: 50px;
  }
.top_paragraph, .single .entry-content p, .entry-summary p, .service_content {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 12px;
  }
.inner_list_txt ul li {
    font-size: 14px;
    line-height: 24px;
}
.wrapper {
    padding: 50px 0;
  }
.testimonial_slider #sp-testimonial-free-wrapper-26 .sp-testimonial-free-section .sp-testimonial-client-image {
  width: 65px;
  height: 65px;
}
.testimonial_slider #sp-testimonial-free-wrapper-26 .sp-testimonial-free {
  padding: 12px;
  padding-top: 25px;
  padding-left: 70px;
}
.testimonial_slider #sp-testimonial-free-wrapper-26 .sp-testimonial-free-section .sp-testimonial-client-rating {
  left: 80px;
}
.get_Intouch_innr {
    padding: 25px 20px;
  }
.get_frm input[type="text"], .get_frm input[type="email"], .get_frm input[type="tel"], .get_frm select, .get_frm textarea {
  height: 55px;
  padding: 0 15px;
  font-size: 14px;
  line-height: 18px;
}
.get_frm textarea{ height: 130px; padding: 15px; }
.add_box {
    padding: 12px 16px;
    min-height: 130px;
  }
.add_box p {
  font-size: 13px;
  line-height: 20px;
  padding: 0 0 5px;
}
.add_box h5 {
  font-size: 17px;
  line-height: 22px;
  padding: 0 0 5px;
}
.get_frm .btn_link {
  padding: 11px 35px;
}
.callSec_innr {
    padding: 12px;
  }
.callSec_innrbox {
  padding: 20px 30px;
}
.callSec_innrbox .top_heading {
  font-size: 23px;
}

.why_choose .welcome_txt {
  padding: 0 0 15px;
}
.lazyloaded {
    max-width: 22px;
  }
.testimonial_slider .sp-testimonial-free-section .testimonial-nav-arrow.swiper-button-next {
  width: 13px;
  height: 28px;
}
.testimonial_slider .sp-testimonial-free-section .testimonial-nav-arrow.swiper-button-prev {
  width: 13px;
  height: 28px;
}
.add_box .flex-shrink-0 i {
    font-size: 24px;
  }
.why_choose::after {
  width: 300px;
  height: 400px;
}

.contact_right {
  padding: 20px 20px 0;
}
.rmp-container .rmp-menu-title .rmp-menu-title-image {
  margin-bottom: 0 !important;
  background: #fff;
  padding: 15px 12px;
  border-radius: 5px;
  height: auto;
  width: 160px;
}
.navbar-brand img {
    max-width: 150px;
  }



} 
 
 
@media only screen and (max-width: 991px) {
.page .entry-title, .blog_page_title{ font-size: 28px; line-height: 32px;}

/* blog */
.blog .hentry, .archive .hentry, .single .hentry { max-width: 400px !important; margin: 0 auto 30px; }
.widget h2 { margin-top: 0 !important;}
.post .entry-title{ font-size: 22px !important; line-height: 1.4em; }
.blog .main-content, .single .content-area { padding: 50px 0;}
.entry-summary{ font-size: 15px; line-height: 26px; }
.widget h2 { font-size: 18px !important; line-height: 1.2;}
.post .entry-title { font-size: 20px !important;  line-height: 1.4em;  }
.entry-content { font-size: 15px !important; line-height: 26px !important;}
  

.footer_box1 {
    width: 37%;
  }
.footer_box2 {
    width: 100%;
  }
.footer_box2 .footer_box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    text-align: center;
  }
.ftr_img {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.footer_box{ margin: 15px 0; }
.foot_contact li {
    margin: 0 0 15px;
    font-size: 13px;
    line-height: 19px;
    padding-left: 38px;
  }
.foot_contact li i {
  width: 30px;
  height: 30px;}
.footer_heading {
    font-size: 17px;
    line-height: 23px;
    padding: 0 0 18px;
  }
.footer_box3 {
  width: 33%;
}
.footer_box4 {
  width: 28%;
}
.toparww {
  font-size: 21px;
  width: 42px;
  height: 42px}
.toparww_main.fixed .toparww {
  bottom: 80px;
}
.get_touchSec {
  padding: 0 0 20px;
}  
      
} 

 
@media only screen and (max-width: 767px){
.container{max-width: 100%;}


/* blog */
.blog_sec{ padding: 50px 0;}
.hentry {/* max-width: 100% !important;*/ margin-bottom: 20px !important;}
.page .entry-title, .blog_page_title{ font-size: 26px; line-height: 32px;}
.page .entry-header, .blog_page_header { padding: 150px 0 120px !important; }

.top_heading {font-size: 26px; line-height: 30px; padding-bottom: 12px; }


.banner_box .container {
  position: relative;
  width: 100%;
  margin: 0;
}
.navbar-brand img {
  max-width: 150px;
}
.wrapper {
    padding: 45px 0;
  }
.banTxt .ban_heading, .banTxt h1 {
    font-size: 22px;
    line-height: 30px;
    padding-bottom: 12px;
  }
.banner_box img {
    height: 420px;
  }
.welcome_left {
  padding: 25px 0 0;
}
.numbr_box.numbr_box1 {
  text-align: center;
}
.numbr_box3 img {
    max-width: 270px;
    top: -65px;
  }
.why_choose .welcome_txt .top_heading br{ display: none; }
.testimonial_slider #sp-testimonial-free-wrapper-26 .sp-testimonial-free-section {
  margin: 0 30px !important;
}
.callSec_innr {
    padding: 12px;
    border-radius: 15px;
  }
.callSec_innrbox {
    padding: 15px 20px;
    border-radius: 15px;
  }
.footer_top {
    padding: 40px 0 45px 0;
  }
.foot_contact li {
    margin: 0 0 15px;
    font-size: 12px;
    line-height: 18px;
    padding-left: 38px;
  }
.foot_link li {
    margin: 0 0 14px;
    font-size: 13px;
    line-height: 20px;
  }
.footer_box1 {
    width: 41%;
  }
.footer_box3 {
    width: 32%;
  }
.footer_box4 {
    width: 27%;
  }
.toparww_main.fixed .toparww {
    bottom: 28px;
  }
.numbr_box.numbr_box1 {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.margin-top {
  margin-top: 25px;
}

.inner_subtitle {
    font-size: 20px;
  }
.inner_title, .inner-form-heading {
    font-size: 22px;
  }
 .contact_right {
    padding: 15px 15px 0;
  }
.contact_left {
  margin: 25px 0 0;
}
.career_page .contact_right {
  padding: 15px;
}
.contact-page input[type="submit"] {
  font-size: 16px;
  line-height: 24px;
  padding: 13px 35px !important;}
.get_box label{ padding: 0 0 5px;}
.contact-page input[type="submit"] {
    font-size: 15px;
    line-height: 22px;
    padding: 11px 30px !important;
  }
.get_frm input[type="text"], .get_frm input[type="email"], .get_frm input[type="tel"], .get_frm select, .get_frm textarea {
    height: 50px; border-radius: 3px;
  }
	.get_frm textarea {height: 110px;}

}




@media only screen and (max-width: 672px){ 
/* blog */
.hentry {max-width: 100% !important;}
.blog .main-content, .single .content-area { padding: 40px 0;}
.archive .site-content {margin-right: 0; }
.singular .site-content .hentry.has-post-thumbnail { margin-top: 0 !important;}
.blog .hentry, .archive .hentry, .single .hentry {  max-width: 100% !important;}






}


@media only screen and (max-width: 575px){ 
/* blog */  
.page .entry-header, .blog_page_header {
    padding: 90px 0 100px !important;
    background-position: left 50% center !important;
  }
.error_page .page-content img { max-width: 250px; margin: 20px 0;}

.inner_bottm_sec { padding: 25px 20px;}

.banTxt .ban_subheading strong {
    padding: 3px 12px;
    letter-spacing: 1px;
    font-size: 12px;
    margin-bottom: 10px;
  }
 .banTxt .ban_heading, .banTxt h1 {
    font-size: 21px;
    line-height: 28px;
    padding-bottom: 12px;
  }
.banner_box img {
    height: 370px;
  }
.service_sec::before{ display: none;}
.why_box {margin: 10px 0;}
.testimonial_slider #sp-testimonial-free-wrapper-26 .sp-testimonial-free-section {
    margin: 0 20px !important;
  }
.testimonial_slider #sp-testimonial-free-wrapper-26 .sp-testimonial-free-section .sp-testimonial-client-image {
    width: 45px;
    height: 45px;
  }
.testimonial_slider #sp-testimonial-free-wrapper-26 .sp-testimonial-free {
    padding: 10px;
    padding-top: 24px;
    padding-left: 48px;
  }
.testimonial_slider #sp-testimonial-free-wrapper-26 .sp-testimonial-free-section .sp-testimonial-client-rating {
    left: 58px;
  }
.testimonial_slider .sp-testimonial-free-section .sp-testimonial-client-testimonial p {
    font-size: 12px;
    line-height: 20px;
  }
.add_box {
    padding: 10px 11px;
    min-height: 130px;
  }
.callSec_innrbox .top_heading {
    font-size: 18px;
    line-height: 26px;
  }
.callSec_innr {
    padding: 8px;
  }
.callSec_innrbox {
    padding: 10px 15px;
    border-radius: 15px;
  }
.footer_box1, .footer_box3, .footer_box4 {
    width: 100%;
  }
.footer_btm {
    font-size: 13px;
  }
.footer_fixed_buttons {
    font-size: 14px;
  }







}

@media only screen and (max-width: 400px){ 
/* blog */
.site-content .has-post-thumbnail .entry-header { margin: 0; padding: 0 15px !important;}
.post .entry-title { font-size: 15px !important; line-height: 1.4em; padding: 0 !important; }
.list-view .site-content .post-thumbnail img { width: 100px !important;}
.widget h2 { font-size: 17px !important; }
.single .site-content .has-post-thumbnail .entry-header { padding: 20px 20px 0 !important;}
	
.top_heading {
    font-size: 23px;
    line-height: 30px;
    padding-bottom: 12px;
  }	
.inner_title, .inner-form-heading {
    font-size: 22px;
  }	
	
	
}
