* {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    font-family: 'Poppins' !important;
}

html {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    font-family: 'Poppins' !important;
}

body {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    font-family: 'Poppins' !important;
}

a {
    text-decoration: none;
}

::selection {
    background-color: #1e1e1e !important;
    color: #fff;
}

.site-header {
    width: 100%;
    height: auto;
    background: transparent;
    padding: 4px 0px;
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999 !important;
    transition: all 0.3s;
}

#site-logo-alt {
    width: 150px;
    height: 150px;
    transition: all 0.3s;
}

#site-logo-alt img {
    width: 100%;
    height: 100%;
	object-fit: contain;
    transition: all 0.3s;
}

.site-menu {
    margin-top: 18px;
}

.navlink {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin-right: 25px;
    transition: all 0.3s;
}

.navlink:hover {
    color: #ff6633;
}

.site-primary-btn {
    background: #ff6633;
    color: #fff;
    padding: 8px 40px;
    border: 1px solid #ff6633;
    border-radius: 35px;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s;
}

.site-primary-btn:hover {
    background: #0d0d0d;
    border: 1px solid #0d0d0d;
}

.site-secondary-btn {
    background: #9fcc3a;
    color: #fff;
    padding: 8px 40px;
    border: 1px solid #9fcc3a;
    border-radius: 35px;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s;
}

.site-secondary-btn:hover {
    background: #ff6633;
    border: 1px solid #ff6633;
}

.nav-mt-adjust {
    margin-top: 20px;
}

.hero-section {
    width: 100%;
    height: 628px;
    background: url(../images/bnr_bg.jpg) no-repeat;
    background-size: cover;
}

.hero-img-sec {
    width: 100%;
    height: 100%;
    position: relative;
    margin-top: 24px;
}

.subhead {
    width: 236px;
    height: auto;
    padding: 4px 16px;
    background: #fff;
    border-radius: 35px;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 16px;
}

.leadhead {
    color: #000;
    font-size: 40px;
    line-height: 1.2;
}

.leadhead span {
    font-weight: 600;
}

.ban-cap-sec {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.cap-data {
    padding-bottom: 100px;
}

.wcu-section {
    width: 100%;
    height: auto;
}

.wcu-card {
    width: 100%;
    height: 130px;
    background: #ff6633;
    display: flex;
}

.wcu-card-number-sec {
    width: 30%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    background: #9fcc3a;
    font-size: 50px;
    font-weight: 700;
}

.wcu-txt-sec {
    width: 70%;
    height: 100%;
    background: #ff6633;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 18px;
    padding-right: 18px;
}

.service-card {
    width: 100%;
    height: auto;
    padding: 40px;
    background: #fff;
    transition: all 0.3s;
    border-bottom: 1px solid #ececec;
}

@media (min-width: 1200px) {
    .service-card {
        height: 350px;
    }
}

.service-card:hover {
    background: #edffc4;
}

.serv-c-head {
    color: #000;
    font-size: 20px;
    margin-top: 20px;
    line-height: 1.2;
}

.serv-c-head span {
    font-weight: 600;
}

.serv-subtxt {
    color: #373838;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 24px;
}

.site-primary-btnv2 {
    background: #0196c8;
    color: #fff;
    padding: 8px 20px;
    border: 1px solid #0196c8;
    border-radius: 35px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s;
}

.site-primary-btnv2:hover {
    background: #0d0d0d;
    border: 1px solid #0d0d0d;
}

.servcrd-bdrleftdec {
    border-left: 1px solid #ececec;
}

.section-default-pad {
    padding: 80px 0px;
}

.about-img-sec {
    width: 100%;
    height: auto;
    position: relative;
}

.home-about-img {
    width: 100%;
    height: auto;
    position: static;
    z-index: 1;
}

.exp-panel {
    width: auto;
    height: auto;
    padding: 10px 20px 24px;
    background: #fff;
    border: 2px solid #9fcc3a;
    border-radius: 10px;
    position: absolute;
    top: 30%;
    left: -7%;
}

.exp-panel span {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}

.count {
    color: #9fcc3a;
    font-size: 60px;
    font-weight: 700;
}

.countv2 {
    color: #9fcc3a;
    font-size: 60px;
    font-weight: 700;
}

.subheadv2 {
    width: 120px;
    height: auto;
    padding: 4px 16px;
    background: #ddf6fd;
    border-radius: 35px;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 16px;
}

.sechead {
    font-size: 40px;
    line-height: 1.2;
}

.sechead span {
    font-weight: 700;
    color: #ff6633;
}

.ptxt {
    font-size: 16px;
    margin-top: 20px;
}

.clamp-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.bg-blue-shade {
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(234,244,254,1) 35%, rgba(255,255,255,1) 100%);
    border-top: 1px solid #2e2e2e11;
}

.gallery-img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-top: 20px;
}

.ctabg-img {
    width: 100%;
    height: 100%;
    background: url(../images/cta-bg.png) no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.cta-content-sec {
    width: 100%;
    height: auto;
    background: #148bad;
    padding: 30px;
}

.cta-content-sec2 {
    width: 100%;
    height: auto;
    background: #ff6633;
    padding: 30px;
    color: #fff;
    font-size: 18px;
    margin-top: 10px;
}

.cta-btn-1 {
    background: #148bad;
    width: 50%;
    height: 40px;
    border: 1px solid #148bad;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.cta-btn-2 {
background: #9fcc3a;
  width: 50%;
  height: 40px;
  border: 1px solid #9fcc3a;
  color: #1c1c1c;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.tst-card {
    width: 100%;
    height: auto;
    background: linear-gradient(180deg, rgba(234,244,254,1) 0%, rgba(234,244,254,1) 35%, rgba(255,255,255,1) 100%);
    padding: 50px 30px;
    border-radius: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: 1px solid #ff663317;
}

.fs18px {
    font-size: 18px;
    line-height: 1.4;
}

.tstname {
    font-size: 18px;
    font-weight: 500;
    color: #ff6633;
    margin-left: 20px;
    margin-top: 4px;
}

.foot-upper {
    padding: 80px 0px 30px;
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(234,244,254,1) 35%, rgba(255,255,255,1) 100%);
}

.foot-link-head {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #f63;
}

.foot-menu-list {
    margin-left: 0px !important;
    padding-left: 0px !important;
    list-style: none !important;
    margin-top: 20px;
}

.foot-menu-list li {
    margin-top: 5px;
}

.foot-link {
    font-size: 14px;
    color: #373838;
    transition: all 0.3s;
}

.foot-link:hover {
    color: #ff6633;
}

.footer-lower {
    border-top: 1px solid #2e2e2e11;
    background: #fff;
    padding: 16px 0px;
}

.foot-lower-txt {
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.sp-testimonial-free-section .sp-testimonial-client-rating i.fa {
    font-size: 18px !important;
    margin-right: 2px;
    font-family: FontAwesome !important;
}

.fa {
    font-family: FontAwesome !important;
}

#sp-testimonial-free-wrapper-44 .sp-testimonial-free {
    background: linear-gradient(180deg, rgba(234,244,254,1) 0%, rgba(234,244,254,1) 35%, rgba(255,255,255,1) 100%) !important;
    padding: 50px 30px !important;
    border-radius: 10px !important;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
    border: 1px solid #ff663317 !important;
    position: relative !important;
    height: 275px !important;
}

#sp-testimonial-free-wrapper-44 .sp-testimonial-free-section .sp-testimonial-client-rating {
    color: #ffb900;
    position: absolute !important;
    top: 40px !important;
    left: 30px !important;
}

.sp-testimonial-free-section .sp-testimonial-client-testimonial .sp-testimonial-content {
    display: inline;
    margin: 0;
    padding: 0;
    position: absolute !important;
    top: 75px !important;
    right: 30px !important;
    left: 30px !important;
}

.sp-testimonial-free-section .sp-testimonial-client-testimonial, .sp-testimonial-free-section .sp-testimonial-client-testimonial p {
    font-size: 16px;
    line-height: 1.4 !important;
    text-transform: none;
    text-align: left !important;
    letter-spacing: normal;
    font-weight: 500 !important;
    font-style: normal;
    margin: 0 0 20px 0;
    display: -webkit-box !important;
    -webkit-line-clamp: 4 !important;
    -webkit-box-orient: vertical !important;  
    overflow: hidden !important;
}

.sp-testimonial-free-section .sp-testimonial-client-image {
    margin: 0 0 22px 0;
    position: absolute !important;
    bottom: 20px !important;
}

.sp-testimonial-free-section .sp-testimonial-client-image img {
    display: inline-block;
    -webkit-border-radius: 0% !important;
    -moz-border-radius: 0% !important;
    border-radius: 0% !important;
    max-width: 100%;
    height: auto;
}

#sp-testimonial-free-wrapper-44 .sp-testimonial-free-section .sp-testimonial-client-name {
    color: #ff6633 !important;
}

.sp-testimonial-free-section .sp-testimonial-client-name {
    font-size: 18px !important;
    line-height: 24px;
    text-transform: none;
    text-align: center;
    letter-spacing: normal;
    font-weight: 500 !important;
    font-style: normal;
    margin: 0 0 8px 0;
    padding: 0;
    position: absolute !important;
    bottom: 36px !important;
    left: 93px !important;
}

#sp-testimonial-free-wrapper-44 .sp-testimonial-free-section .testimonial-nav-arrow {
    border-radius: 4px !important;
}

.site-content, .site-main .widecolumn {
    margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
    background: url(/wp-content/uploads/2024/04/banner-inner.png) #fff no-repeat center !important;
    background-size: cover !important;
    max-width: 100% !important;
    padding: 90px 0 90px !important;
    margin: 93px 0 0 !important;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.page .entry-header:before, .blog_page_header:before {
    background: rgba(0, 0, 0, 0);
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.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: #000;
    position: relative;
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    z-index: 99;
    margin-bottom: 3px;
	text-shadow: 1px 2px 4px #fff;
}
.breadcrumb-container {
    width: 100%;
    color: #f26d20;
    position: relative;
    font-size: 15px;
}
.breadcrumb-container a {
    color: #f26d20;
}

.sub-head-border {
    border: 1px solid #0c96c1;
}

.side-img-box {
	width: 100%;
	height: 480px;
}

.side-img-box img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	border-radius: 10px;
}

.check-bullet {
    width: 20px !important;
    height: 20px !important;
    margin-top: 1px;
    margin-right: 10px;
}

.sechead5v {
    font-size: 28px;
    line-height: 1.2;
}

.error_container {
    display: flex;
    min-height: 100vh;
    align-items: center;
    text-align: center;
}

.tdnone {
	text-decoration: none !important;
}

.form-sec {
    width: 100%;
    height: auto;
    background: #25256214;
    border-radius: 10px;
    padding: 40px 60px 10px;
}

.form-control {
	height: 48px !important;
	padding-left: 20px !important;
}

.form-control:focus {
	box-shadow: none !important;
	outline: none !important;
	border: 1px solid #000 !important;
}

.form-select {
	height: 48px !important;
	padding-left: 20px !important;
}

.form-select:focus {
	box-shadow: none !important;
	outline: none !important;
	border: 1px solid #000 !important;
}
.wpcf7-list-item {
  display: block !important;
}
.h120px {
	padding-top: 20px !important;
	height: 140px !important;
}

.contact-link-box {
    width: 100%;
    height: 48px;
    background: #f3ffd7;
    border-radius: 10px;
    padding: 40px 20px 33px;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.contacticon-box {
    width: 40px;
    height: 40px;
    background: #9fcc3a;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
}

.contacticon-box img {
    width: 20px;
    height: auto;
}

.contacticon-box p {
	margin-bottom: 0px !important;
}

.conlinktxt {
    color: #252562;
    font-size: 22px;
    font-weight: 600;
	margin-top: auto;
	margin-bottom: auto;
	text-decoration:none !important;
}

.conlinktxt:hover {
	color: #000 !important;
}

.form-labelv1 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 16px;
    margin-bottom: 10px;
}

.menu-toggle {
	display: none !important;
}

#rmp_menu_trigger-209 {
	background: #0196c8 !important;
}

#rmp_menu_trigger-209:focus {
  background: #000 !important;
  text-decoration: unset;
}

#rmp-container-209 {
	background: #fff !important;
}

 #rmp-menu-wrap-209 .rmp-menu-current-item .rmp-menu-item-link {
    color: #fff;
    border-color: #9fcc3a !important;
    background-color: #9fcc3a !important;
	color: #fff !important;
 }

@media (max-width: 1199px) {
	.site-menu {
		display: none;
	}
}

@media (max-width: 991px) {
	.hero-section {
		position: relative;
	}
	.hero-img-sec {
	  width: 400px;
	  height: auto;
	  position: absolute;
	  bottom: 0;
	  right: 0;
	}
	.ban-cap-sec {
	  width: 100%;
	  height: auto;
	  display: flex;
	  align-items: flex-end;
	  margin-top: 200px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.bdr-md {
		border-top: 1px solid #fff;
	}
	
	.service-card {
		min-height: 355px;
	}
	
	.home-about-img {
		width: 100%;
		height: 400px;
		object-fit: cover;
		border-radius: 10px;
		margin-top: 30px;
	}
	
	.exp-panel {
		left: 0;
	}
	
	.side-img-box {
		height: 360px;
		margin-bottom: 40px;
	}
	
	.page .entry-title, .blog_page_title {
		font-size: 28px;
	}
}

@media (max-width: 767px) {
	.hero-section {
		height: 780px;
	}
	.hero-img-sec {
		width: 280px;
	}
	.leadhead {
		font-size: 32px;
	}
	.ptxt {
		font-size: 14px;
	}
	.site-secondary-btn {
		padding: 8px 30px;
		font-size: 15px;
	}
	.site-primary-btn {
		padding: 8px 30px;
		font-size: 15px;
	}
	.bdr-sm {
		border-bottom: 1px solid #fff;
	}
	.sechead {
	  font-size: 26px;
	  line-height: 1.2;
	}
	.home-about-img {
		margin-top: 20px;
	}
	.exp-panel {
		top: 25%;
		left: 0;
	}
	.count {
		font-size: 40px;
	}
	.countv2 {
		font-size: 40px;
	}
	.exp-panel span {
		font-size: 16px;
	}
	.gallery-img {
		height: 230px;
		object-fit: cover;
	}
	.sp-testimonial-free-section .sp-testimonial-client-testimonial, .sp-testimonial-free-section .sp-testimonial-client-testimonial p {
		font-size: 14px !important;
	}
	.cta-content-sec2 {
		font-size: 14px;
	}
	.side-img-box {
		height: 300px;
		margin-bottom: 40px;
	}
	p {
		font-size: 14px !important;
	}
	.sechead5v {
	  font-size: 22px;
	  line-height: 1.2;
	}
	.page .entry-title, .blog_page_title {
		font-size: 24px;
	}
	.conlinktxt {
		font-size: 12px;
	}
	.contact-link-box {
  width: 100%;
  height: 36px;
  background: #f3ffd7;
  border-radius: 10px;
  padding: 36px 20px 23px;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
	.contacticon-box {
		margin-top: -14px;
	}
	.contact-link-box p {
		margin-top: -4px;
	}
	.form-sec {
  width: 100%;
  height: auto;
  background: #25256214;
  border-radius: 10px;
  padding: 40px 40px 10px;
}
	.form-control {
		font-size: 14px !important;
	}
	.form-select {
		font-size: 14px !important;
	}
	.form-labelv1 {
		font-size: 18px;
	}
}

#rmp-menu-wrap-209 .rmp-menu-item-link {
	color: #0196c8 !important;
}

#rmp-menu-title-209 > .rmp-menu-title-link {
	color: #000 !important;
	text-transform: uppercase !important;
}

#rmp-menu-wrap-209 .rmp-menu-subarrow {
	color: #0196c8 !important;
	cursor: pointer !important;
}
