body{ padding: 0px; margin: 0px; list-style: none; font: normal 16px/26px 'Poppins'; color:#373737; 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 25px; border-radius: 30px; text-transform: uppercase; font-weight: bold; color:#fff; display: inline-block; font-family: 'Poppins'; font-size: 16px; line-height: 24px; background: #019544; margin-top: 10px; overflow: hidden; z-index: 1; transition: background-color 0.3s ease; position: relative; letter-spacing: 1px; }
.btn_link::before { content: ''; position: absolute; left: 0; bottom: 0; height: 100%; width: 100%; background-color: #5948d7; 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: 5; box-shadow: 0px 6px 6px -4px #e8e8e8; }

.header_top{position: relative; width: 100%; background: #7fd7ee; padding: 12px 0; border-radius: 0;}
.header_top .row{ align-items: center;}
.top_contact ul li{ margin: 0 30px 0 0; color:#000; font-family: "Poppins", sans-serif; font-size: 16px; line-height: 20px; font-weight: normal; float: left; }
.top_contact ul li a{ color:#000; }
.top_contact ul li i{ margin: 0 5px 0 0; color:#5948d7; }
.top_contact ul li:last-child{ margin-right: 0px;}
.top_contact ul li a:hover{ color:#5948d7; }

.rt_txt { display: flex; align-items: center; justify-content: flex-end;}
.rt_txt ul li{ color:#000; font-family: "Poppins", sans-serif; font-size: 16px; line-height: 20px; font-weight: normal; margin-left: 15px; float: left; }
.rt_txt ul li a{ color:#5948d7; }
.rt_txt ul li a:hover{ color:#019544; }
.rt_txt ul li:first-child{ margin-left: 0px;}


.header_top .row{ justify-content: space-between; }
.headerMain{ width: 100%; background: #fff; padding: 18px 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;
 width: 146px; height: 146px; padding: 6px; background: #fff; border-radius: 100%; display: block; position: absolute; left: 0; top: -35px; }
.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: normal; float: left; }
.menu_sec li a{display: inline-block; color: #0e0e0e; padding: 10px 0; letter-spacing: 0; text-transform: capitalize; }
.menu_sec li:first-child{ margin-left: 0px; }
.menu_sec li a:hover{ color:#019544 !important; background: none !important; }
.menu_sec li a:after{position: absolute; content: ""; width: 0px; height: 2px; background: #019544; 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: #019544; top: 41px; 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: #5948d7 !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; min-height: 600px; background: url(../images/banner_bg.jpg) no-repeat 0 0; background-size: 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(51, 92, 149, 0) 42%, rgba(51, 92, 149, 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: 1; }
.banTxt{max-width: 100%; display: inline-block; padding: 0px 75px 0 0 }
.banTxt .ban_heading, .banTxt h1{display: inline-block; width: 100%; font-size: 50px; line-height: 58px; color: #5948d7; padding-bottom: 18px; position: relative; text-transform: capitalize; position: relative; font-weight: bold; }   
.banTxt .ban_heading strong, .banTxt h1 strong{ color:#019544; }
.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: 16px; line-height: 25px; color: #373737; padding-bottom: 15px; }   

.header_sec.fixed .navbar-brand { width: 100px; height: 100px; box-shadow: 0 14px 8px -17px #000; }

.ban_img{ width: 450px; position: relative;}
.ban_img::before { background: url(../images/grennbg.png) no-repeat 0 0; width: 469px; height: 570px; background-size: 100% 100%; position: absolute; left: -28px; top: -105px;
  content: "";
}
.ban_img img{ width: 100%; border-radius: 10px; position: absolute; right: 0; top: -75px; height: 550px; object-fit: cover; }






.wrapper{ padding: 90px 0; }
.service_sec{width: 100%; position: relative; }
.service_sec::after { width: 100%; position: absolute; left: 0; top: -103px; background: url(../images/whitebg.png) no-repeat 0 0; height: 103px; background-size: 100%;
  content: ""; background-size: 100% 100%;
}
.wrapper.service_sec { /*padding-bottom: 50px;*/ position: relative;}
.service_sec .container{ position: relative; z-index: 1;}
.service_sec::before { background: url(../images/blue_circle2.png) no-repeat 0 0; width: 233px; height: 109px; background-size: 100%; position: absolute; left: 0; top: -100px;
 content: ""; z-index: 1; transform: rotate(7deg);
}
.service_innr{ width: 100%; position: relative;}
.service_innr::after { background: url(../images/service_bg.png) no-repeat 0 0; width: 220px; height: 500px; background-size: 100%; position: absolute; right: 0; bottom: 130px;
  content: "";
}

.top_heading{ width: 100%; font-size: 36px; line-height: 42px; color: #202020; font-weight: bold; padding-bottom: 15px; text-transform: capitalize; }
.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; background: url(../images/pattern_bg.png) #fff no-repeat right top; padding: 40px 25px; margin: 15px 0; border-radius: 15px; text-align: center; background-size: 100%; }
.service_text{ width: 100%; padding: 10px 0 0; position: relative; z-index: 1; }
.service_title { width: 100%; font-size: 20px; line-height: 26px; text-transform: capitalize; color: #191919; font-weight: bold; background: #fff; padding: 0 0 10px;}
.service_content{ width: 100%; font-size: 15px; line-height: 26px; text-transform: capitalize; color:#1b1b1b; font-weight: normal; padding: 0 0 15px; }
.service_link { color:#5948d7; font-weight: bold; font-size: 16px; line-height: 20px; text-decoration: underline !important; text-underline-offset: 4px !important; letter-spacing: 1px; text-transform: uppercase; }
.service_link:hover{ color:#000 !important; }
.service_icon{ width: 148px; height: 148px; background: url(../images/service_pic1.png) no-repeat 0 0; background-size: 100% 100%; padding: 5px; margin: 0 auto 10px; display: flex; align-items: center; justify-content: center; text-align: center;  transition: 0.5s; border-radius: 100%; }
.service_icon img{ max-width: 100%; transition: 0.5s; }
.service_box:hover .service_icon { transform: translate(0, -10px);}
.service_box:hover .service_icon img {transform: rotateY(360deg);}
.service_link:hover{ color:#245594; }
.service_sec .col-lg-4:nth-child(even) .service_box .service_icon{background: url(../images/service_pic2.png) no-repeat 0 0; background-size: 100% 100%;}
.service_sec .col-lg-4:nth-child(even) .service_link{ color:#019544; }



.welcome_sec{ width: 100%; position: relative;}
.wrapper.welcome_sec {padding: 85px 0 40px 0;}
.welcome_sec:before{ width: 100%; background: url(../images/welcome_bg.png) repeat-x left top #7ed7ee; position: absolute; left: 0; top: 0; height: 520px; content: ""; }
.welcome_sec .container{ position: relative; z-index: 1; }
.welcome_sec .top_heading{ text-align: center; color:#202020; }
.welcome_innnr{ width: 100%; border-radius: 35px 35px 0 35px; box-shadow: 0 2px 25px -20px #444; margin-top: 30px; background: #fff; }
.welcome_img{ width: 100%; }
.welcome_img img{ border-radius: 0 35px 0 0; height: 440px; width: 100%; object-fit: cover; }
.welcome_innnr .row{ margin: 0; }
.welcome_innnr .col-md-6{ padding: 0; }
.welcome_txt{ width: 100%; text-align: left; padding: 70px 40px 30px 55px; }
.welocme_heading{ width: 100%; }
.welcome_sec .welcome_txt .top_heading{ text-align: left;}



.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: #3f3f3f; font-weight: normal; padding-bottom: 15px; }
.top_paragraph strong{ font-weight: bold; }


.why_choose{ width: 100%; position: relative; }
.why_choose:after{ width: 190px; height: 95px; background: url(../images/blue_circle3.png) no-repeat 0 0; background-size: 100%; position: absolute; right: 0px; bottom: 0; content: ""; }
.wrapper.why_choose {padding-top: 40px;}
.why_choose .container{ position: relative; z-index: 1; }
.why_choose .row{ align-items: center; }
.why_choose .top_heading{ text-align: center; padding-bottom: 70px; }

.why_box { align-items: center; margin: 0 0 85px; padding-right: 50px; }
.why_box .flex-shrink-0 { background: #019544; width: 72px; height: 72px;  display: flex; justify-content: center; align-items: center; border-radius: 100%; }
.why_box .flex-shrink-0 img{ max-height: 100%; }
.why_box .why_heading{ font-size: 18px; line-height: 26px; color:#202020; font-weight: bold; }
.why_box .why_content{ font-size: 14px; line-height: 26px; color:#202020; }
.why_rt .why_box:last-child{ margin-bottom: 0px; }
.why_box:nth-child(2){ margin-left: 90px;}
.why_box:nth-child(3){ margin-left: 90px;}

.why_mid{ width: 100%; text-align: center;}
.why_mid img{ max-width: 100%; }
.why_rt { margin-left: -40px;}
.why_box .ms-3 { margin-left: 1.5rem !important;}


.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:#fff !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: 45px; height: 45px; display: flex; justify-content: center; align-items: center; background: #019544; border-radius: 100%; z-index: 5555; }
.toparww_main.fixed .toparww{opacity: 1; visibility: visible; bottom: 60px; }


.get_box{ width: 100%; display: inline-block; margin: 10px 0; }
.get_box input[type="text"], .get_box input[type="email"], .get_box input[type="date"], .get_box input[type="file"], .get_box input[type="tel"], .get_box select, .get_box textarea{ width: 100%; height: 55px; padding: 0 25px; background: #fff; border: 1px solid #fff; outline: none; font-size: 14px; line-height: 18px; color:#000; border-radius: 10px; font-family: 'Poppins';  }

.get_box textarea{ padding: 15px 20px; resize: none; height: 130px; }
.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:#4c4c4c; }
.get_box .btn_link { cursor: pointer; border: none; padding: 15px 42px; 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;}
.btn_div{ text-align: center;}
.btn_div .btn_link{ margin: 15px 0 0;}


.testimonial_sec{ width: 100%; position: relative; background: url(../images/testimonial_bg.png) repeat 0 0 #fbffd9; }
.testimonial_sec .top_heading{ padding-bottom: 30px; text-align: center; }
.testimonial_box{ width: 100%; background: #fff; padding: 25px; border-radius: 15px; }
.review{ width: 100%; display: inline-block; margin: 0 0 5px; }
.review img{ width: auto !important; max-width: auto !important;}
.review_text{ font-size: 16px; line-height: 30px; color:#2d2d2d; padding: 0 0 10px; font-weight: normal; min-height: 125px; }
.client_name{ font-size: 16px; line-height: 25px; color:#010101; font-style: italic; font-weight: normal; font-weight: bold; }


.footer_sec{ width: 100%; position: relative; background: #160971; }
.footer_top{ width: 100%; padding: 80px 0;}
.footer_box{ width: 100%; }
.footer_heading{ font-size: 20px; line-height: 26px; font-weight: 500; color:#fff; text-transform: capitalize; padding: 0 0 20px; }
.footer_logo{ display: inline-block; margin-bottom: 35px; }
.footer_logo img{ max-height: 100%;}

/* .social_box{ width: 100%; 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: 100%; display: inline-block; color:#fff; }
.social_box li a i{ width: 31px; height: 31px; display: flex; align-items: center; justify-content: center; border: 1px solid #66a3d8; border-radius: 100%; font-size: 12px; color:#fff; background: none; -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: #66a3d8; }
.social_box li a i img{ max-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; }
.social_box li a:hover i{ background: #0097dc; color:#fff; border-color:#0097dc; }
.social_box li a:hover i img{  filter: brightness(100);}
.social_box li a:hover i{ color:#213d77; background: #fff; border-color:#fff; } */

.foot_link li{ width: 100%; margin: 0 0 14px; font-size: 16px; line-height: 24px; color:#fff; position: relative; padding-left: 15px; }
.foot_link li:last-child{ margin-bottom: 0px; }
.foot_link li a{color:#fff; }
.foot_link li a:hover{ color:#019544; }
.foot_link li:before{ width: 9px; height: 9px; position: absolute; left: 0; top: 7px; content: ""; background: #019544; border-radius: 100%; }

.foot_contact li{ width: 100%; margin: 0 0 20px; font-size: 16px; line-height: 24px; color:#fff; position: relative; padding: 5px; padding-left: 40px;}
.foot_contact li:last-child{ margin-bottom: 0px; } 
.foot_contact li a{color:#fff; }
.foot_contact li a:hover{ color:#019544; }
.foot_contact li i{ width: 31px; height: 31px; display: flex; align-items: center; justify-content: center; border-radius: 100%; font-size: 12px; color:#fff; position: absolute; left: 0px; top: 1px; background: #019544; }

.footer_box1{width: 21%;}
.footer_box2{width: 21%;}
.footer_box3{width: 34%;}
.footer_box4{width: 24%;}

.footer_btm{ width: 100%; padding: 15px 0; border-top: 1px solid #fff; 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:#66a3d8; }

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




/*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: #38b54a;}
.primary-navigation .menu_sec ul li a:hover{background-color: #245594; color:#fff !important; padding-left: 20px; }
.primary-navigation .menu_sec li:hover > a, .primary-navigation .menu_sec li.focus > a { color: #38b54a !important; background: none !important;}
.navbar-brand img { height: auto;}



/*CONTENT PAGE CSS*/
.page .entry-header, .blog_page_header { background: url(../images/inner_ban.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: #38b54a; 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(0, 0, 0) 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;  }



.testimonial_slider #sp-testimonial-free-wrapper-28 .sp-testimonial-free-section { margin: 0; text-align: left;}
.testimonial_slider .sp-testimonial-free-section .sp-testimonial-client-testimonial p{ text-align: left; padding: 0px !important; font-size: 16px; line-height: 30px; color:#202020; padding: 0 0 10px !important; font-weight: normal; margin: 0 !important; min-height: 160px; }
.testimonial_slider #sp-testimonial-free-wrapper-28 .sp-testimonial-free-section .sp-testimonial-client-name{ font-size: 16px; line-height: 24px; color:#202020; font-style: italic; font-weight: bold; text-align: right; padding: 0 !important; margin: 0 !important; }
.testimonial_slider #sp-testimonial-free-wrapper-28 .sp-testimonial-free-section .sp-testimonial-client-testimonial{ margin: 0 !important;}
.testimonial_slider #sp-testimonial-free-wrapper-28 .sp-testimonial-free-section .sp-testimonial-client-rating{ position: absolute !important; left: 160px !important; top: 32px !important;}
.testimonial_slider #sp-testimonial-free-wrapper-28 .sp-testimonial-free{ padding: 60px 30px 30px !important; border-radius: 15px !important; background: #fff !important; padding-left: 160px !important; }
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal{bottom: 0px !important;}
.testimonial_slider #sp-testimonial-free-wrapper-28 .sp-testimonial-free-section { padding-bottom: 60px !important;}
.testimonial_slider #sp-testimonial-free-wrapper-28 .sp-testimonial-free-section .testimonial-pagination span.swiper-pagination-bullet{ background: #b5b7a4 !important; margin: 0 8px !important; }
#sp-testimonial-free-wrapper-28 .sp-testimonial-free-section .testimonial-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active{ background: #707070 !important;}

#sp-testimonial-free-wrapper-28 .sp-testimonial-free-section .sp-testimonial-client-image { text-align: center; position: absolute; left: 20px; top: 0px; width: 115px; }
.testimonial_slider { padding: 30px 0 0;}
.testimonial_slider .sp-testimonial-free-section .sp-testimonial-client-image img { border-radius: 0 !important;}




/* INNER CONTENT */

.inner_title {
  color: #202020;
  font-size: 36px;
  line-height: 1.2;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  font-family: 'Poppins';
  text-transform: capitalize;
  margin-bottom: 15px;
}
.inner_subtitle {
  color: #202020;
  font-size: 30px;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  font-family: 'Poppins';
  margin-bottom: 15px;
  text-transform: capitalize;
}
.inner_txt, .entry-content {
  font-size: 16px;
  color: #3f3f3f;
  font-weight: normal;
  /* margin-top: 10px; */
  padding-bottom: 15px;
  line-height: 1.7em;
  font-family: 'Poppins';
}




.inner_title strong, .inner_subtitle strong {
  color: #019544;
}
.inner_title::after, .inner_subtitle::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 30px;
  height: 3px;
  background: #019544;
}
.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.7em;
  font-family: 'Poppins';
  color: #3f3f3f;
  font-weight: normal;
  list-style: none;
  padding-bottom: 6px;
}
.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:#019544; }
.inner_list_txt {
  margin-bottom: 10px;
} 
.inner_bottm_sec {
background: #5948d7;
  padding: 40px 30px;
  text-align: center;
  width: 100%;
  border-radius: 10px;
}
.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:#5948d7;
}
.breadcrumb-container a:hover{color:#5948d7;}
.sub_heading {
  font-weight: 700;
  padding:10px 0 0;
  color: #1d1d1d;
}
.sub_heading strong{ color: #019544;}
.inner_bottm_sec .inner_txt { margin-top: 20px;}
.inner_bottm_sec .inner_txt{ padding: 0 5% 15px;}

.get_left p{ padding: 0;}



/* CONTACT US */
.content_page {  width: 100%; padding: 75px 0;}
.get_touch{ width: 100%; background: #fff; padding: 30px; }
.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 input[type="file"], .get_box input[type="date"], .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; }
.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 input[type="file"]:focus, .get_box input[type="date"]:focus, .get_box textarea:focus{ border-color:#019544 !important;}
.get_box input[type="text"]::placeholder, .get_box input[type="email"]::placeholder, .get_box input[type="tel"]::placeholder, .get_box input[type="date"]::placeholder, .get_box input[type="file"]::placeholder .get_box select::placeholder, .get_box textarea::placeholder{ color:#131313; opacity: 1; }

.contact_page_heading {
font-size: 36px;
line-height: 1.2;
text-transform: capitalize;
color: #202020;
padding: 0 0 15px;
font-family: 'Poppins';
font-weight: bold;
position: relative;
display: inline-block;
}
.contact_page_heading::before {
position: absolute;
content: "";
bottom: 8px;
left: 0;
width: 30px;
height: 3px;
  background: #019544;
}
.contact_page_heading strong {  color: #1e6cc6;}
.contact_page_info {
position: relative;
color: #3f3f3f;
margin-top: 25px;
padding-left: 60px;
}
.contact-img {
position: absolute;
top: 3px;
left: 0;
background:#ffffff;
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: #3f3f3f;
}
.contact_page_info {
color: #3f3f3f;
}
.contact-text a:hover{ color:#5948d7; }

.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;
}
.contact-page input, .contact-page textarea, .contact-page select {
width: 100%;
padding: 0 15px !important;
color: #3f3f3f !important;
text-transform: capitalize;
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: #ffffff !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;
margin-top: 10px;
}
.contact-page input[type="submit"]:hover {
background-color: #5948d7;
}
.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;}
.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;}

.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: #3f3f3f; font-weight: normal; padding-bottom: 15px; line-height: 1.7em; }
.contact-page input[type="email"]{ text-transform: lowercase; }
.error404 .header_sec{ box-shadow: 0 0 14px -8px #000; }




.testimonial_slider #sp-testimonial-free-wrapper-44 .sp-testimonial-free-section { margin: 0; text-align: left;}
.testimonial_slider #sp-testimonial-free-wrapper-44 .sp-testimonial-free-section .sp-testimonial-client-name{ font-size: 16px; line-height: 24px; color:#202020; font-style: italic; font-weight: bold; text-align: right; padding: 0 !important; margin: 0 !important; }
.testimonial_slider #sp-testimonial-free-wrapper-44 .sp-testimonial-free-section .sp-testimonial-client-testimonial{ margin: 0 !important;}
.testimonial_slider #sp-testimonial-free-wrapper-44 .sp-testimonial-free-section .sp-testimonial-client-rating{ position: absolute !important; left: 160px !important; top: 32px !important;}
.testimonial_slider #sp-testimonial-free-wrapper-44 .sp-testimonial-free{ padding: 60px 30px 30px !important; border-radius: 15px !important; background: #fff !important; padding-left: 150px !important; box-shadow: 0 0 14px -7px #a29f9f; }
.testimonial_slider #sp-testimonial-free-wrapper-44 .sp-testimonial-free-section { padding: 10px !important;}
.testimonial_slider #sp-testimonial-free-wrapper-44 .sp-testimonial-free-section .testimonial-pagination span.swiper-pagination-bullet{ background: #707070 !important; margin: 0 4px !important; }
#sp-testimonial-free-wrapper-44 .sp-testimonial-free-section .sp-testimonial-client-image { text-align: center; position: absolute; left: 20px; top: 0px; width: 115px; }
#sp-testimonial-free-wrapper-44 .tfree-layout-grid .sp-testimonial-item {margin: 15px 0 !important;}

.career_page .contact_right {padding: 30px; max-width: 750px; margin: 0 auto;}
.career_page .get_touchSec{ padding: 0px; }
.career_page .get_box label{ margin: 5px 0; font-weight: 500;}
.get_box input[type="file"] { padding: 14px 15px !important; }
.img_box img{ border-radius: 5px; }

.service-page.service_sec::before{ display: none;}
.welcome_img { height: 100%;}
.welcome_img img {height: 100%;}
.service_box{ height: 100%; }

.thank_you .btn_link{background: #5948d7;}
.thank_you .btn_link::before{background: #019544;}


/* .more-link { padding: 13px 30px 15px; border-radius: 50px; text-transform: capitalize; font-weight: normal; color:#fff; display: inline-block; font-family: 'Helvetica'; font-size: 16px; line-height: 24px; margin-top: 20px; display: block; background: #019544; position: relative; width: fit-content; }
.more-link:hover{ background: #fbdf4f !important; color:#000; } */

.more-link { padding: 13px 30px 15px; border-radius: 30px; text-transform: uppercase; font-weight: bold; color:#fff; display: block; font-family: 'Poppins'; font-size: 16px; line-height: 24px; background: #019544; margin-top: 10px; overflow: hidden; z-index: 1; transition: background-color 0.3s ease; position: relative; letter-spacing: 1px;  width: fit-content; }
.more-link::before { content: ''; position: absolute; left: 0; bottom: 0; height: 100%; width: 100%; background-color: #5948d7; 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 !important;}

.post .entry-title{ font-size: 24px !important;  font-weight: 600 !important; line-height: 2rem; font-family: 'Poppins'; }
.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 { margin: 0; color:#019544; font-family: 'Poppins';}
.blog_sec { width: 100%; padding:65px 0;  display: inline-block;}
.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:#3f3f3f; }

.blog .blog_page_header, .archive .blog_page_header, .single .blog_page_header{ margin-bottom: 0 !important;}
.post-navigation a:hover, .image-navigation a:hover { color: #019544 !important;}

.inner_bottm_sec .btn_link::before{ background:#fff; }
.inner_bottm_sec .btn_link:hover { color: #019544 !important;}

.img_box img{ width: 100%; }
.inner_subtitle2 {
  color: #019544;
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  font-family: 'Poppins';
  text-transform: capitalize;
}
.service_innr.service_innr2 {
  padding: 30px 0;
}
.service_innr2 .inner_subtitle, .service_innr2 .inner_txt {
  text-align: center;
}
.service_innr2 .inner_subtitle::after{ left: 50%; transform: translate(-50%, 0); }


.fixed_buttons {
    position: fixed;
    right: -100px;
    top: 50%;
    z-index: 55555;
    transform: rotate(-90deg);
    width: auto;
}
.fixed_buttons li {
    float: left;
    margin: 0 2px;
    list-style: none;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
}
.fixed_buttons li a {
    padding: 12px 14px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s;
}
.fixed_buttons li.contact_btn a {
    background: #019544;
    border-radius: 10px 10px 0 0;
}
.fixed_buttons li.call_btn a {
    background: #5948d7;
    border-radius: 10px 10px 0 0;
}

.service_sec .top_heading {
    text-align: center;
    padding-bottom: 15px;
}
.why_choose .top_heading {
    text-align: center;
    padding-bottom: 15px;
}
.why_innr{ padding-top: 55px;}
.service_btm{ padding-top: 20px;}

.banner_box { min-height: 780px;}
.faq_sec {background: #e3f9ed;}
.sp-easy-accordion .sp-ea-single .ea-header { padding: 0;}
.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a{color: #fff !important; font-size: 16px; background: #019544;}
.ea-header a .ea-expand-icon { color:#fff !important;}
.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-body p{ padding-bottom: 10px;
  font-size: 14px;
  line-height: 26px;
  color: #202020;
padding-bottom:10px !important;
}
.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-body li{ margin-bottom:5px;font-size: 14px;
  line-height: 26px;
  color: #202020; position: relative;
  padding-left: 25px;}
.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-body 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: #019544;
}
.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a {
  padding: 12px; font-size: 14px; line-height: 24px;
}
.faq_sec.faq_page {
  padding: 50px 0 0;
  background: none;
}
.faq_page .sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a {
  background: #019544;
}
.mid_sec{ position: relative;}
.mid_sec::before {
background: url(../images/blue_circle2.png) no-repeat 0 0;
    width: 233px;
    height: 109px;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: -100px;
    content: "";
    z-index: 1;
    transform: rotate(7deg);
}
.home_service.service_sec::before, .home_service.service_sec::after{ display: none;}
.mid_sec.wrapper{ padding-bottom: 0px;}
.mid_sec::after {
    width: 100%;
    position: absolute;
    left: 0;
    top: -103px;
    background: url(../images/whitebg.png) no-repeat 0 0;
    height: 103px;
    background-size: 100%;
    content: "";
    background-size: 100% 100%;
}

.inner_bottm_sec .inner_txt strong a{ color:#11d518; }





@media only screen and (max-width: 1199px) {
.top_contact ul li{ font-size: 14px; }

.menu_sec li {margin: 0 0 0 30px; font-size: 15px;}
.navbar-brand { width: 125px; height: 125px; padding: 6px; top: -35px; }
.btn_link { padding: 11px 25px; border-radius: 30px; font-size: 15px; line-height: 22px;}
.banTxt .ban_heading, .banTxt h1 { font-size: 38px; line-height: 50px; padding-bottom: 10px; }
.banTxt { padding: 0px 60px 0 0;}
.banner_box { min-height: 560px;}
.ban_img::before { width: 390px; height: 520px; left: -25px; top: -105px;}
.ban_img img { top: -75px; height: 500px;}
.ban_img { width: 375px;}
.service_sec::after { top: -80px; height: 80px;}
.service_sec::before { width: 190px; height: 90px; left: 0; top: -78px;}
.wrapper { padding: 70px 0;}
.top_heading, .inner_title { font-size: 30px; line-height: 36px;}
.inner_subtitle { font-size: 26px; line-height: 30px;}
.top_paragraph, .inner_txt, .entry-content {font-size: 15px; line-height: 26px; padding-bottom: 15px;}
.inner_list_txt ul li{font-size: 15px; }
.service_box { padding: 30px 15px; margin: 15px 0;}
.service_icon { width: 112px; height: 112px; padding: 5px; margin: 0 auto 10px;}
.service_icon img { max-width: 65px;}
.service_text { padding: 5px 0 0;}
.service_title {font-size: 17px; line-height: 22px; padding: 0 0 10px;}
.wrapper.welcome_sec { padding: 70px 0 30px 0;}
.welcome_innnr { margin-top: 20px;}
.welcome_txt { padding: 40px 25px 20px 25px;}
.why_choose .top_heading { padding-bottom: 70px;}
.why_box .why_heading { font-size: 17px; line-height: 25px;}
.why_box .why_content { font-size: 14px; line-height: 24px;}
.why_box { margin: 0 0 70px; padding-right: 30px;}
.why_box .flex-shrink-0 { width: 65px; height: 65px;}
.why_box .flex-shrink-0 img { max-height: 42px;}
.why_choose::after { width: 140px; height: 70px;}
.why_box .ms-3 { margin-left: 1.1rem !important;}
.testimonial_sec .top_heading { padding-bottom: 20px;}
.testimonial_slider { padding: 15px 0 0;}
.testimonial_slider .ti-widget.ti-goog .ti-reviews-container-wrapper { margin: 0 !important; }
.footer_top { padding: 70px 0;}
.footer_logo img { max-height: 105px;}
.ndis_logo img { max-width: 130px;}
.footer_logo { margin-bottom: 25px;}
.footer_heading { font-size: 18px; line-height: 24px; padding: 0 0 15px;}
.foot_link li { margin: 0 0 12px; font-size: 15px; line-height: 22px; padding-left: 15px;}
.foot_contact li { margin: 0 0 15px; font-size: 15px; line-height: 22px; padding: 5px; padding-left: 40px;}
.footer_btm { padding: 12px 0; font-size: 13px; line-height: 18px;}

.page .entry-header, .blog_page_header { padding: 160px 0 130px !important;}
.page .entry-title, .blog_page_title { font-size: 28px;}

/* blog */
.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;}

.banTxt .ban_heading, .banTxt h1 { font-size: 35px; line-height: 40px; padding-bottom: 10px; }
.banTxt { padding: 0px 35px 0 0; }
.banner_box { min-height: 750px; }
	
	

}


@media only screen and (max-width: 1024px) {
.header-mid{ display: none;}
.header-rt{ 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:#019544;  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:#e5fb2f;  width: 50%;  float: left;  color: #000 !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;}

.navbar-brand { width: 90px; height: 90px; padding: 6px; top: -20px; }
.banTxt .ban_heading, .banTxt h1 { font-size: 28px; line-height: 40px; padding-bottom: 10px; }
.banTxt { padding: 0px 12px 0 0; }
.ban_content {font-size: 14px; line-height: 24px; padding-bottom: 10px;}
.btn_link { padding: 11px 22px; font-size: 14px; line-height: 22px; }
.ban_img { width: 275px; }
.ban_img::before { width: 290px; height: 375px; left: -21px;  top: -41px; }
.banner_box { min-height: 420px; }
.ban_img img { top: -22px; height: 360px; }
.service_sec::before { width: 130px; height: 62px; left: 0; top: -59px;}
.service_sec::after {top: -60px; height: 60px; }
.wrapper { padding: 50px 0; }
.wrapper.service_sec { padding-bottom: 75px;}
.header_sec.fixed .navbar-brand { width: 90px; height: 90px;}
.header_sec.fixed { animation: inherit; padding: 30px 0;}
.lazyloaded { max-width: 22px;}
.header_sec {padding: 30px 0; }
.headerMain { padding: 0;}
.header_sec.fixed .headerMain { padding: 0;}
.header_sec.fixed .navbar-brand {width: 80px; height: 80px; top: -30px; }
.navbar-brand {width: 80px; height: 80px; top: -30px; }

#rmp-menu-title-122 > .rmp-menu-title-link { width: 115px !important; height: 113px; padding: 6px; border-radius: 100%; background: #fff !important; margin: 0 auto; }
.contact-text { font-size: 15px;}

/* 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%; }  

.desk_btn {display: none;}



} 
 
 
@media only screen and (max-width: 991px) {
.top_heading, .inner_title { font-size: 25px; line-height: 30px; }
.service_sec .top_heading {padding-bottom: 25px; }
.wrapper.welcome_sec {padding: 58px 0 30px 0; }
.welcome_txt { padding: 25px 20px 15px 20px; }
.top_paragraph, .inner_txt, .entry-content { font-size: 14px; line-height: 24px; padding-bottom: 15px; }
.inner_list_txt ul li{font-size: 14px; }
.inner_subtitle { font-size: 24px; line-height: 28px;}
.service_content {font-size: 14px; line-height: 24px; padding: 0 0 15px;}
.why_choose .top_heading { padding-bottom: 50px;}
.why_mid img { max-width: 320px;}
.why_rt { margin: 0; width: 100%; padding: 30px 0 0;}
.why_box { margin: 0 0 20px; padding-right: 0; }
.why_box:nth-child(2) {margin-left: 0;}
.why_box:nth-child(3) { margin-left: 0;}  
.why_box .flex-shrink-0 { width: 60px; height: 60px; }  
.why_box .flex-shrink-0 img {  max-height: 35px; }
.why_box .why_heading { font-size: 16px; line-height: 23px; }  
.footer_top { padding: 40px 0 30px 0; }  
.footer_box1 {width: 100%; text-align: center;}
.footer_box {width: 100%; margin: 15px 0;}
.footer_box2 { width: 23%;}
.footer_box3 { width: 44%;}
.footer_box4 { width: 33%;}
.foot_link li { margin: 0 0 10px; font-size: 14px; line-height: 21px; padding-left: 15px; }
.foot_contact li { margin: 0 0 13px; font-size: 14px; line-height: 20px; padding: 5px; padding-left: 40px; }
.welcome_innnr { border-radius: 15px 15px 0 15px;}
.welcome_img img { border-radius: 0 15px 0 0;}
.service_innr::after { width: 110px; height: 250px; bottom: 45px;}
.contact-text { font-size: 14px; line-height: 22px;}
.contact_right { padding: 20px 15px 0;}

.page .entry-header, .blog_page_header { padding: 120px 0 100px !important;}
.page .entry-title, .blog_page_title { font-size: 26px;}
.core-box img { width: 70px; padding-bottom: 15px;}


/* 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: 14px !important; line-height: 24px !important;}
.blog_sec { padding: 50px 0;}
.more-link { padding: 10px 24px 12px; font-size: 15px; line-height: 22px;}

.banTxt .ban_heading, .banTxt h1 { font-size: 26px;line-height: 35px; padding-bottom: 10px;}
.banner_box {min-height: 610px; }

.mid_sec::before {
  width: 198px;
  height: 96px;
  top: -90px;
  transform: rotate(8deg);
}	
	
	
	
} 

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

.banner_innr {width: 100%; position: inherit; left: inherit; top: inherit; -ms-transform: inherit; -webkit-transform: inherit; -moz-transform: inherit; -o-transform: inherit;
transform: inherit; z-index: 1; padding: 65px 0; }
.ban_img {
    width: 100%;
    margin-left: 0;
    padding: 0;
    margin-top: 15px;
    border: 4px solid #00a946;
    border-radius: 15px;
    box-shadow: 0 0 3px 3px #e6fb36;
  }
.ban_img::before { display: none;}
.banner_box { min-height: auto; }
.ban_img img { top: inherit; height: auto; position: inherit; right: inherit; }
.service_sec::after { top: -45px; height: 45px;}
.service_sec::before { width: 100px; height: 50px; left: 0; top: -44px;}
.wrapper.welcome_sec {padding: 50px 0 30px 0; }
.welcome_txt { padding: 15px; }
.welcome_img {height: auto;}
.top_heading, .inner_title { font-size: 22px;line-height: 26px; }
.inner_subtitle { font-size: 20px;line-height: 25px; }
.why_choose .top_heading { padding-bottom: 40px; }
.why_mid img { max-width: 240px; }
.why_box .flex-shrink-0 { width: 50px; height: 50px;}
.why_box .flex-shrink-0 img { max-height: 30px; }
.why_choose::after { width: 90px; height: 45px;}
.welcome_img img { border-radius: 0 0 15px 15px; }

.get_box input[type="text"], .get_box input[type="email"], .get_box input[type="date"], .get_box input[type="file"], .get_box input[type="tel"], .get_box select, .get_box textarea { height: 50px; padding: 0 20px; border-radius: 8px;}
.get_box textarea{ height: 120px; padding: 15px !important;}
.contact-page textarea { height: 120px; padding: 15px !important;}
.contact_left { width: 100%; padding: 35px 0 0;}
.contact-page input[type="submit"] { font-size: 15px; line-height: 23px; padding: 11px 34px !important;}

.page .entry-header, .blog_page_header { padding: 100px 0 80px !important;}
.page .entry-title, .blog_page_title { font-size: 24px;}
.career_page .contact_right { padding: 20px;}
.inner_bottm_sec {  padding: 30px 20px;}
.inner_bottm_sec .inner_txt { padding: 0 0 15px;}


/* blog */
.hentry {/* max-width: 100% !important;*/ margin-bottom: 20px !important;}

.margin-top { margin-top: 25px;}
.inner_subtitle2{ font-size: 16px;}	
.mid_sec::before { display: none;}
.mid_sec::after {
  top: -16px;
  height: 20px;
}	
	
	
}

@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){ 
.service_box { height: auto; }
.service_innr .row-gap-4 {row-gap: 0 !important;}
.wrapper.service_sec { padding-bottom: 40px; }
.why_mid img { max-width: 210px;}
.why_box .why_heading { font-size: 15px; line-height: 22px; }
.footer_box2, .footer_box3, .footer_box4 { width: 100%; }
.footer_fixed_buttons{ font-size: 14px; }
.banTxt .ban_heading, .banTxt h1 { font-size: 25px; line-height: 35px; padding-bottom: 10px; }

.toparww { right: 15px; bottom: -30px; font-size: 20px; width: 40px; height: 40px;}
.toparww_main.fixed .toparww { bottom: 35px;}
.error_page .page-content img { max-width: 250px; margin: 20px 0;}
.page .entry-title, .blog_page_title { font-size: 20px; }



} 

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



}