*{
  margin:0; 
  padding:0; 
  outline:none;
}
html body{
  margin:0; 
  padding:0; 
  -ms-word-wrap:break-word; 
  word-wrap:break-word; 
  background-color:#fff; 
  position:relative; 
  font-size: 15px;
  color: #6c6c6c;
  font-family: 'Poppins';
  font-weight: 300;
}
a:focus, a:hover{
  color: #123417;
}
label {
  margin-bottom: 0 !important;
}
img{
  margin:0; 
  padding:0; 
  border:none; 
  max-width:100%; 
  height:auto;  
}
section img{
  max-width:100%;
}
h1,
h2,
h3,
h4,
h5,
h6{ 
  margin:0;
  padding:10px 0;
  letter-spacing: 1px;
  font-family: 'Poppins';
  color:#000000;
}
p{
  margin:0 0 15px; 
  padding:0;
  font-size:15px;
  font-weight:300;
}
p, ul li a{
  letter-spacing: 0px;
}
body a{
  text-decoration:none; 
  color:#81b60c;
}
a:hover{
  text-decoration:none; 
  color:#666;
}
a:focus,a:hover{
  text-decoration:none !important;
}
ul,ol{ 
  margin:0; 
  padding:0;
}
ul li, ol li{font-size: 14px;}
:hover{-webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
blockquote {
  font-size: 18px;
  font-style: italic;
  max-width: 450px;
  margin: 0.25em 0;
  padding: 0.25em 40px;
  line-height: 1.45;
  position: relative;
  color: #383838;
}
blockquote:before {
  display: block;
  content: "\201C";
  font-size: 80px;
  position: absolute;
  left: 0px;
  top: -10px;
  color: #7a7a7a;
}
blockquote:after {
  display: block;
  content: "\201D";
  font-size: 80px;
  position: absolute;
  right: 0px;
  bottom: -10px;
  color: #7a7a7a;
}
blockquote cite {
  color: #999999;
  font-size: 14px;
  display: block;
  margin-top: 5px;
}
blockquote cite:before {
  content: "\2014 \2009";
}
small{
  font-size:14px !important;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="phno"],input[type="password"],
textarea{
  border:1px solid #424648;
  font-size:16px;
  padding:10px 10px; 
  height:auto;
  width: 100%;
  background: transparent;
}
section{
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0;
}
select{
  width: 100%;
  padding: 6px;
}
input[type="submit"] {
  padding: 10px 20px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  border: none;
  background-color: #81b60c;
}
input[type="submit"]:hover{
  cursor: pointer;
}
textarea {
  height: 80px;
}
.screen-reader-text {
  position: absolute;
  top:-9999em;
  left:-9999em;
}
.alignleft,
img.alignleft{
  display: inline; 
  float: left; 
  margin-right:20px; 
  margin-top:4px; 
  margin-bottom:10px; 
  padding:0;
  padding:5px;
}
.alignright, img.alignright { 
  display: inline; 
  float: right; 
  padding:5px; 
  margin-bottom:10px;
  margin-left:25px;
  padding:5px;
}
.aligncenter, img.aligncenter { 
  clear: both; 
  display: block; 
  margin-left: auto; 
  margin-right: auto; 
  margin-top:0;
  padding:5px; 
}
.comment-list .comment-content ul { 
  list-style:none; 
  margin-left:15px;
}
.comment-list .comment-content ul li{
  margin:5px;
}
.toggleMenu{
  display:none;
}
table, td, th {
  border: 1px solid black;
}

/*----------------------  index ---------------------------*/
.post-section {
    padding: 20px 0;
}
.postwrapper-box {
  border: 2px solid #eeeeee;
}
.cat-box {
  background: url(images/cat-icon.png) no-repeat 1px 3px;
  padding: 0 0 0 25px;
  font-style: italic;
  font-weight: bold;
  margin: 15px 0 30px 0;
}
.date-box {
  background: url(images/date.png) no-repeat 1px 3px;
  padding: 0 0 0 25px;
  font-style: italic;
  font-weight: bold;
  margin: 0 0 15px 0;
}

/*------------------Single Post -----------------*/

#single_post .postbox .postbox-content {
  position: relative;
  padding: 15px 0;
}
#single_post .date-box {
  padding: 20px 10px;
  position: absolute;
  top: -75px;
  background-color: #81b60c;
  color: #ffffff;
  margin-left: 15px;
}
#single_post .date-box-inner {
  padding: 8px;
  border: solid 2px #ffffff;
}
.posttitle a
{
  font-size: 20px;
  letter-spacing: 1px;
  color: #81b60c;
  font-family: "Poppins";
}
.page-header h1
{
  color: #81b60c;
  font-family: "Poppins";
}
.entry-title
{
  color: #81b60c;
  font-family: "Poppins";
}
.single-post-content table td
{
  text-align: center;
}
.single-post-content .wp-audio-shortcode
{
  margin-bottom: 50px;
}


/*------------------ Contact Page -----------------*/

.contact-box .contac_form input[type="submit"]
{
  width: 100%;
  border-radius: 10px;
}
.contact-box .contac_form input[type="submit"]:hover
{
  background-color: #000;
}
.contact-email {
  background: #96dfa1;
  padding: 26px 26px;
  border-radius: 20px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-address {
  background: #85bd8e;
  padding: 26px 26px;
  border-radius: 20px;
  height: 200px;
  display: flex
;
  align-items: center;
  justify-content: center;
}

.contact-phone {
  background: #66a970;
  padding: 26px 26px;
  border-radius: 20px;
  height: 200px;
  display: flex
;
  align-items: center;
  justify-content: center;
}

.contact-page-box {
  background: #ED145B;
  margin-top: 38px;
  padding: 20px;
  position: relative;
  z-index: 1;
  border-radius: 20px;
}

h3.contact-page {
  margin-left: 3%;
  font-weight: bold;
  color: #18304c;
  border-bottom: solid 4px #d3da36;
  display: table;
  margin-bottom: 4%;
}

.contac_form input[type='text'],
.contac_form input[type='email'],
.contac_form input[type='url'],
.contac_form input[type='password'],
.contac_form input[type='search'],
.contac_form input[type='number'],
.contac_form input[type='tel'],
.contac_form input[type='range'],
.contac_form input[type='date'],
.contac_form input[type='month'],
.contac_form input[type='week'],
.contac_form input[type='time'],
.contac_form input[type='datetime'],
.contac_form input[type='datetime-local'],
.contac_form input[type='color'],
.contac_form select,
.contac_form textarea,
.contac_form .wpcf7 .wpcf7-form-control-wrap[class*="file-"] {
  background-color: #fff;
  border-color: #ccc;
  color: #2f3357;
  border-radius: 0px;
  box-shadow: none;
  border: unset;
    width: 100%;
  margin-bottom: 14px;
  padding: 18px;
  border-radius: 10px;
  border: 1px solid;
}
.contact-box {
  padding: 60px 0;
}
.inner-cont {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.c_content.media-small {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.contact-page-details p{
  text-align: center;
}
.choose-content-box:hover .choose-icon-box {
  animation: bounceIn 0.30s linear;
}
.bradcrumbs a:hover {
  color: #000000;
  transition: 0.6s ease-in;
  background: #fff;
}
.contact-page-details p a {
  color: #000000;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  margin: 0;
  padding: 0;
}
.contact-page-details p a:hover {
  color: #5d5d5d;
  transition: 0.6s ease-in;
}
.contact-page-details i {
  color: #000000;
  font-size: 25px;
  padding-bottom: 14px;
  animation: tada 3s infinite;
}
.team-title a:hover {
  color: #000000;
  transition: 0.2s ease-in;
}
.contact-page-details span {
  color: #000000;
  text-align: center;
  margin-bottom: 10px;
  padding: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: capitalize;
}
.contact-page-details p {
  color: #000000;
}
.contact-page-box [type=submit] {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #FFFFFF;
  background: #000000;
  padding: 16px 36px;
  border-radius: 6px;
  border: unset;
}
.contact-page-details {
  margin-bottom: 50px;
}
.contact-page-box [type=submit]:hover{
  background: #FFFFFF;
  color: #000;
}
.contact-page-box h3 {
  font-weight: 600;
  font-size: 36px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #FFFFFF;
  text-align: left;
}


/*---------------- Banner ----------------------*/
.inner_banner img, .title-box img {
    width: 100%;
}
.main_title {
  margin-top: 20px;
}
.main_title h1{
  padding-top: 20px;
  margin-bottom: 22px;
  font-size: 36px;
  color: #2d3b3e;
  font-family: "Poppins";
  font-weight: bold;
}

/* --------- Social Icon Widget ------- */

.social_widget a {
  color: #ffffff;
  padding: 7px 7px;
  margin-right: 7px;
  display: inline-block;
  margin-bottom: 5px;
  border-radius: 50%;
}
.social_widget a i {
  font-size: 13px;
  letter-spacing: 3px;
  width: 20px;
  text-align: center;
}
.social_widget a:hover{
  background: #81b60c;
  border: 1px solid #81b60c;
}

/* --------- Blog Page ------- */

.postbox-content .post-text
{
  font-size: 18px;
  color: #8fa3aa;
  font-family: "Source Sans Pro";
  line-height: 28px;
}
.postbox h3{
  font-weight:normal;
  font-size:35px;
  text-align: center;
}
.blogimg-full img{
  width: 100%;
}
.read-more-icon{
  text-align: center;
  margin: -55px 0 0 0;
  z-index: 999;
}
.read-more-icon a:hover{
  opacity: 0.9;
}
.continue-read a {
  color: rgba(19, 10, 138, 0.6);
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  border: solid 1px #bbb;
  padding: 10px 20px 10px 20px;
  border-radius: 6px; 
  display: block; 
  background: #fff;
}
.continue-read a:hover{
  background: #18304c;
  color:#fff;
}
.continue-read {
  margin: -22px auto 0 auto;
  display: table;
}
.metabox img {
  border-radius: 50%;
  margin-left: 30%;
}
.postbox {
   margin-bottom: 39px;
   border: none;
   border-radius: 6px;
}
.postbox h2{
  margin:0 0 5px; 
  font-weight:bold;
}
a.post-readmore {
   font-size: 18px;
   border-bottom: 1px solid;
}
a.post-readmore i {
 margin-left: 8px !important;
 font-size: 18px;
 border-bottom: 1px solid #ffffff;
 padding-bottom: 2px;
}
.widget_recent_entries li {
  padding: 10px 0;
}
.postbox  a.blogbutton {
  background:none;
  color:#fff;
  font-size:12px; 
  font-weight:bold; 
  color:#fff; 
  padding:6px 25px;
  border:1px solid #000; 
  color:#000; 
  font-size:18px;
  text-transform:uppercase;
  margin:25px 0 0 0;
  display:table;
}
.blogbutton-small{
  background:none;
  font-size:12px; 
  font-weight:bold; 
  padding:6px 25px;
  border:1px solid #000; 
  color:#000; 
  font-size:14px;
  text-transform:uppercase;
  margin:14px 0 0 0;
  display:table;
}
.metabox {
    color: #000;
    padding: 5px 0;
    clear: both;
    margin: 10px 0;
}
.metabox .entry-date{
  margin:0 13px 0 0;
}
.metabox .entry-author{
  padding: 0 0 0 20px;
  margin:0 20px 0 0;
}
.metabox .entry-author a
{
  color: #000;
}
.metabox .entry-comments{
  padding: 0 0 0 20px;
}
.logged-in-as a
{
  color: #000;
}
#comment-nav-above .nav-links {
  width: 100%;
  float: left;
  margin-bottom: 17px;
}
#sidebar span.comment-author-link {
    margin-left: 14px;
}
.post-featured img {
  width: 100%;
}

/* ----------------------- POST---------------------- */
a.page-numbers, span.page-numbers.current {
  padding: 10px !important;
  background-color: #81b60c;
  color: #ffffff !important;
  border: 1px solid #81b60c;
}
.navigation span.page-numbers.current{
  background-color: #ffffff;
  border: 1px solid #81b60c;
  color: #000000 !important;
}
#blog{
  padding-top:0;
  margin-top:0;
}
.blog-post h5{
  text-transform:uppercase;
  color: #000;
}
.blog-icon i {
  font-size: 20px;
  background: #bbb;
  border-radius: 50%;
  padding: 10px 14px 12px 15px;
  color: #fff;
  margin-right: 1%;
}
.blog-icon i:hover {
    background: #d3da36;
    color: #fff;
}
.blog-icon i.fa-google-plus {
    padding: 12px 10px 12px 11px
}
aside#search-3 {
  padding: 0 !important;
}
.feature-image-box img{
  width:100%;
}
.feature-image-box img a:hover{
  opacity:0.8;
}
.post-singlepage {
  border: solid 1px #bbb;
  box-shadow: 0 0 1px #bbb;
}
.bradcrumbs{
  padding:30px 0;
}
.bradcrumbs a{
  background:#f1f1f1; 
  color:#000;
  padding:5px 15px;
  margin-right:5px;
}

.bradcrumbs span{
  background:#dddddd; 
  color:#000;
  padding:5px 15px;
}

/*------------------ Comments BOX ------------------*/
#comments{
  float: left;
  width: 100%;
  margin-top: 10px;
}
#comments h2.comments-title{
  font-size:20px; 
  font-weight:bold;
}
#comments h3.comment-reply-title{
  font-size:20px; 
  font-weight:bold;
  clear:both;
}
#comments input[type="text"],
#comments input[type="email"],
#comments textarea{
  padding:12px 10px; 
  font-size:18px;
}
#comments input[type="submit"].submit {
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 20px;
  color: #ffffff;
  text-transform: uppercase;
  border-top: none;
}
#comments a time{
  color:#000;
  font-weight:bold;
  font-size:12px;
}
#comments .reply{
  text-align:right;
}
#comments .comment-metadata{
  width:90%;
  float:left;
  padding:1% 0 0 0;
}
#comments .comment-content{
  width:90%;
  text-align:left;
  margin-left:7%;
}
#comments .comment-author{  
  margin-bottom: 1em;
}
#comments h2#reply-title {
  display: inline-table;
  font-family: "Poppins";
}
#comments .comment-author.vcard img {
  padding: 2px;
}

/* Sidebar */
#sidebar aside {
  background: #81b60cba;
  padding: 18px;
  margin-bottom: 18px;
  border-radius: 10px;
}


#sidebar .serach-page {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#sidebar .wp-block-search__button-outside label{
  display: none;
}
#sidebar label {
  text-align: left;
  color: #000000;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: capitalize;
  margin-bottom: 15px;

}
/* aside#block-3 {
  display: none;
} */
#sidebar .widget-title {
  text-align: left;
  color: #000000;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: capitalize;
}
.wp-block-search__input{
  border-radius: 10px;
}
#sidebar {
  display: flex;
  flex-direction: column;
}
#sidebar .search-field{
      height: 56px;
      width: 100%;
      padding-left: 18px;
      border-radius: 10px;
      border: 1px solid #949494;
      flex-grow: 1;
      margin-left: 0;
      margin-right: 0;
      padding: 8px;
      text-decoration: unset !important;
      background: unset !important;
      color: #000;

}
.wp-block-search__inside-wrapper{
  position: relative;
}
#sidebar [type=submit]{
  height: 46px;
  border-radius: 8px;
  padding: 0 23px;
  position: absolute;
  right: 15px;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #fff;
  background: #123417;
  border-radius: 99px;
  border: unset;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  top: 0;

}
#sidebar input[type=search] {
  -webkit-appearance: none;
  background: #FAECFF;
  border: unset;
  border-radius: 99px;
  height: 55px;
  padding: 18px;
}


#sidebar ul li a:hover{
  color: #123417;
  transition: 0.4s ease-in-out;
}
#sidebar h2 {
  font-weight: 700;
  font-style: Bold;
  font-size: 27px;
  line-height: 48px;
  letter-spacing: 0px;
  text-align: left;
  color: #232536;


}
  
#sidebar ul li {
  padding: 10px 0;
}
#sidebar [type=submit]:hover{
  background-color:#81b60c ;
}
#sidebar ul li a {
  color: #000000;
  font-weight: 500;
  font-style: SemiBold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 80%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: capitalize;
}
#sidebar ol li a {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 3%;
  text-align: center;
  color: #000;
}
span.credit_link a {
  color: #ffffff;
}
.single-post-content p
{
  font-size: 18px;
  color: #8fa3aa;
  line-height: 28px;
}




/* 404 page */
.error404 .content_page {
  padding: 80px 0;
}
.page-content h3 span {
  font-weight: 600;
  font-size: 86px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #123417;
  text-align: left;
  background: #fff;
  padding: 34px 59px;
  clip-path: polygon(0% 0%, 87.243% 0%, 99.839% 91.281%, 99.839% 91.281%, 99.954% 92.591%, 99.943% 93.873%, 99.815% 95.1%, 99.581% 96.246%, 99.25% 97.286%, 98.833% 98.195%, 98.338% 98.946%, 97.776% 99.515%, 97.157% 99.874%, 96.49% 100%, 3.472% 100%, 3.472% 100%, 2.909% 99.91%, 2.375% 99.648%, 1.877% 99.23%, 1.422% 98.669%, 1.017% 97.98%, 0.67% 97.177%, 0.388% 96.273%, 0.177% 95.283%, 0.045% 94.222%, 0% 93.103%, 0% 0%);
  display: flex
;
  align-items: center;
  box-shadow: 41px 26px 60px 36px #EBA4A440;
}
.page-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.read-moresec a {
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  text-transform: uppercase;
  color: #fff;
  background: #123417;
  border-radius: 99px;
  padding: 11px 29px;
  position: relative;
  z-index: 1;
}

.read-moresec a:hover{
  color: #fff;
}


.read-moresec a span{
  position: relative;
  z-index: 1;
}


.read-moresec a:before{
	position:absolute;
	content:'';
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:#000;
	transition:all 0.3s ease-out;
	-webkit-transition:all 0.3s ease-out;
	-moz-transition:all 0.3s ease-out;
	transform:scaleX(0);
	-webkit-transform:scaleX(0);
	-moz-transform:scaleX(0);
  border-radius: 99px ;
}
.read-moresec a:hover:before{
	transform:scaleX(1);
	-webkit-transform:scaleX(1);
	-moz-transform:scaleX(1);
}

.text-404 {
  padding: 0 0 20px 0;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 170%;
  letter-spacing: 0px;
  text-align: center;
  color: #626B7D; 

}
.error404 .page-content h3 span {
    padding: 34px 59px 0;
    background: unset;
    font-weight: 400;
    font-style: Regular;
    font-size: 54px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
    text-shadow: 4px 0px #00000040;
}





/*------------- Page -----------------*/
.title-box{
  color:#fff;
  text-transform:uppercase;  
  font-weight:bold;
  text-align:center;
  margin-bottom:25px;
}
.title-box img{
  width:100%;
}
.title-box h1 {
  font-weight: bold;
  text-shadow: 0 2px 2px rgba(255, 255, 255, 0.58);
}
.above_title {
  position: absolute;
  right: 0;
  left: 0;
  margin-top: 10%;
}
.read-moresec{
  margin:2% 0;
}
.middle-content {
  padding-bottom: 20px;
}

/*---------------- Pagination ----------------*/
.navigation {
  font-size:14px; 
  font-weight:bold;
  margin: 10px 0;
}
 
.navigation a {
  padding: 0;
}
.navigation span, .navigation a {
  display: block;
  float: left;
  padding: 10px 15px 0 15;
  margin-bottom: 10px;
  margin-right: 10px;
  color: #5b5b5b;
  -webkit-transition: background .15s ease-in-out;
  -moz-transition: background .15s ease-in-out;
  -ms-transition: background .15s ease-in-out;
  -o-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
  font-weight: normal;
}
.navigation span.meta-nav {
  font-weight: bold;
}
.navigation .current{
  background: #333333; 
  color:#ffffff;
  font-weight:normal;
}

/* ------------- Category --------------------*/

.category-page h4{
  text-align: left !important;
}
ul.post-categories {
  list-style: none;
  margin: 0;
}
ul.post-categories a {
  color: #333333;
}

/*-------------- Single  ---------------*/
.post_ctg span {
  float: left;
  margin-right: 7px;
}
.share_icon i {
  padding: 10px 10px 10px 8px;
  margin: 0 0;
  color: #ffffff;
  background-color: #333333;
  width: 36px;
  margin: 0 4px;
  text-align: center;
}
.share_icon i.fab.fa-facebook-f{
  background-color: #3c5a99;
}
.share_icon i.fab.fa-linkedin-in{
  background-color: #007bb5;
}
.share_icon i.fab.fa-google-plus-g{
  background-color: #da4835;
}
.share_icon i.fab.fa-twitter{
  background-color: #55acee;
}

/* ----------- Unit Testing ------------- */

.outer_dpage table
{
  text-align: center;
}
.outer_dpage table th
{
  text-align: center;
}

.container.main_title {
  margin-top: 100px;
}



/* About */

#about .main_heading {
  color: #252525;
}
#about .main_heading:before{
  display: none;
}
a.about-btn.btn {
  background: #81b60c;
  padding: 12px 22px;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  font-family: "Poppins";
  text-align: center;
}
a.about-btn.btn:hover {
  background: #123417;
}
#about .left img {
  position: relative;
}
section#about{
  padding-bottom: 0px;
}
#about p.text {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 30px;
  color: #858585;
  font-weight: 400;
  font-family: "Poppins";
}

#about .left img {
  position: relative;
  width: 445px;
  height: 570px;
}

#about .heading-img:before {
  content: "";
  width: 120px;
  height: 5px;
  border-radius: 10px;
  background: #000;
  position: absolute;
  bottom: -27px;
}

#about .heading-img img {
  width: 70px;
  height: 70px;
}

#about h5 {
  font-size: 18px;
  color: #001c69;
  font-weight: 600;
  font-family: "Poppins";
}


/* Features */

section#features {
  padding-bottom: 0px;
}

#features .main_heading {
color: #001c69;
}
#features .fur-box {
margin-top: -130px;
z-index: 1;
position: relative;
background: #fff;
border-radius: 7px;
padding: 15px 0px;
box-shadow: 0 0 10px #ababab;
}

#features .boxs img{
width: 100%;
height: auto;
}
#features .boxs .title{
font-size: 19px;
letter-spacing: 0px;
text-transform: uppercase;
color: #252525;
font-weight: 700;
font-family: "Poppins";
}
#features .content-boxs.text-left {
padding: 12px 0px;
}
#features .description{
font-size: 14px;
letter-spacing: 0px;
line-height: 22px;
color: #8e8e8e;
font-weight: 400;
font-family: "Poppins";
}
#features .read-more{
display: block;
width: 120px;
border-radius: 5px;
background: #123417;
padding: 10px 0;
margin: 0 auto;
transition: all 0.3s ease 0s;
font-size: 14px;
letter-spacing: 0px;
color: #001c69;
font-weight: 500;
font-family: "Poppins";
}
#features .read-more:hover{
background: #fff;
color: #001c69;
}

.feature-box .fea-box-img  {
width: 95px !important;
height: 95px;
border-radius: 50%;
transition: all 0.2s ease-in-out 0s;
background: #81b60c;
}
.feature-box .fea-box-img img {
width: 50px !important;
height: 50px;
margin: 0 auto;
margin: 23px;
}
.feature-box h5.title {
font-size: 18px;
letter-spacing: 0px;
text-transform: uppercase;
color: #252525;
font-weight: 700;
font-family: "Poppins";
}

#latest_news .socila_share a{
  margin: 0 5px;
}

.about-page-box{
  padding-bottom:80px ;
}

.postbox:hover .post_pic_inner img {
  animation: fadeIn 500ms linear;
}

.fur-box:hover .boxs img {
  animation: fadeIn 500ms linear;
}

.rel-card-item:hover img {
  animation: fadeIn 500ms linear;
}

.tab-pane .item img {
  transition: filter 0.3s ease; /* Smooth transition for filter */
}

.tab-pane .item img:hover {
  filter: brightness(0.5) contrast(1.2); /* Darken the image on hover */
}

.pricingTable:hover ul li{
  color: #81b60c;
}

.post-slide:hover .post-img img {
  animation: fadeIn 500ms linear;
}


.testimonial .test_img{
  transition: all 1s;
}
.testimonial:hover .test_img{
  transform: scale(1.05);
}

.partner_content img {
  transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
}

.partner_content:hover img {
  animation: dance 1s ease-in-out infinite;
  filter: brightness(00) contrast(1.2);
}


.heading-img img {
  transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
}
.heading img {
  transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
}
#service:hover .heading img,#team:hover .heading img,#pricing:hover .heading img {
  animation: dance 1s ease-in-out infinite;
  filter: brightness(1.1);
}

#about:hover .heading-img img {
  animation: dance 1s ease-in-out infinite;
  filter: brightness(1.1);
}

.fea-box-img img {
  transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
}

.abytt:hover .fea-box-img img {
  animation: dance 1s ease-in-out infinite;
  filter: brightness(1.1);
}

@keyframes dance {
  0% {
    transform: rotate(0deg) translateY(0);
  }
  50% {
    transform: rotate(15deg) translateY(0);
  }
  100% {
    transform: rotate(0deg) translateY(0);
  }
}



.counter-image img {
  transition: transform 0.3s ease-in-out;
  transform-origin: center;
}

.counter_box:hover .counter-image img {
  transform: perspective(500px) rotateX(10deg) rotateY(10deg); /* Tilt effect */
  filter: brightness(1.2);
}


.pricingTable .read-more.btn{
  transition: all 1s;
}
.pricingTable:hover .read-more.btn{
  animation: scaallle 1s ease-in-out infinite;
  background: #123417 !important;
}

.post-slide .read-more.btn{
  transition: all 1s;
}
.post-slide:hover .read-more.btn{
  animation: scaallle 1s ease-in-out infinite;
  background: #123417 !important;
}

@keyframes scaallle {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

.work_box:hover{
	box-shadow: 0 0 5px rgba(0,0,0,0.4) inset;
  border-radius: 20px;
}

.work-image img {
  transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
}

.work_box:hover .work-image img {
  animation: dance 1s ease-in-out infinite;
  filter: brightness(1.1);
}

.toppp i {
  transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
}

.toppp:hover i {
  animation: dance 1s ease-in-out infinite;
  filter: brightness(1.1);
}

.latest-news-head img,.testimonial-head img,.product-head img {
  transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
}
#latest_news:hover .latest-news-head img ,#testimonial:hover .testimonial-head img ,#work:hover .product-head img {
  animation: dance 1s ease-in-out infinite;
  filter: brightness(1.1);
}

section.banner-image {
  padding: 100px 0;
  background-size: 100% 100%;
  margin-bottom: 50px;
}
.bradcrumbs {
  padding: 30px 0;
  color: #81b60c;
}

.banner-image .entry-title {
  font-size: 50px;
}



/* Service */

#service .main_text {
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 20px;
  color: #707171;
  font-weight: 400;
  font-family: "Poppins";
  text-align: center;
}
.serviceBox .service-box img {
  width: 75px !important;
  height: auto;
  border-radius: 50%;
  transition: all 0.2s ease-in-out 0s;
  margin-top: -47px;
}
.service-box {
  position: absolute;
  width: 100%;
  bottom: 0px;
  background: #fff;
  padding: 7px 30px;
  border-radius: 0px 0px 9px 9px;
}
.serviceBox .service-content h5{
  font-size: 18px;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #252525;
  font-weight: 700;
  font-family: "Poppins";
  text-align: center;
}
.serviceBox .service-content p{
  font-size: 12px;
  padding: 0 30px;
  letter-spacing: 0px;
  display: none;
  line-height: 20px;
  color: #707171;
  font-weight: 400;
  font-family: "Poppins";
  text-align: center;
}
.serviceBox a.read.btn {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  background: #81b60c;
  letter-spacing: 1px;
  text-decoration: none;
  position: relative;
  transition: all 0.16s ease 0s;
}
.serviceBox:hover .service-image img{
  padding: 5px;
  border: 3px solid #001c69;
  transition: all 0.2s ease-in-out 0s;
}
.serviceBox:hover .service-box{
  top: 0;
  border-radius: 12px;
}
.serviceBox:hover .service-content p{
  display: block;
}
.serviceBox:hover .service-box img{
  margin-top: 0px;
}
.serviceBox:hover .service-box{
  padding: 45px 25px 20px 25px;
  background: #81b50b94;
}
.serviceBox:hover .service-content h5{
  color: #ffffff;
}
.serviceBox:hover .service-content p{
  color: #ffffff;
}
.serviceBox:hover a.read.btn {
  background: #123417;
  color: #001c69;
}
section#service {
  background: #e8ffeb;
}
.ser-bg-image img {
  border-radius: 12px;
}


/* Why choose us */
  
  #why_choose_us .main_heading {
    color: #001c69;
  }
  #why_choose_us h4.left {
    font-size: 25px;
    color: #001c69;
    font-weight: bold;
    font-family: "Raleway Roman";
    background: #efefef;
    text-align: center;
  }
  #why_choose_us h5.title {
    font-size: 27px;
    line-height: 32px;
    color: #001c69;
    font-weight: bold;
    font-family: "Raleway Roman";
  }
  #why_choose_us p.text {
    font-size: 13px;
    line-height: 22px;
    color: #707171;
    font-weight: 400;
    font-family: "Poppins";
  }
  #why_choose_us .choose_box {
    background: #efefef;
    padding: 25px 15px;
  }
  #why_choose_us .choose-image img {
    margin: 0 auto;
    border-radius: 50%;
    background: #0d53ad;
    padding: 10px;
    width: 80px!important;
    height: 70px;
  }
  #why_choose_us .choose_box p {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 21px;
    color: #707171;
    font-weight: 400;
    font-family: "Poppins";
    text-align: center;
  }
  #why_choose_us h4.right {
    font-size: 25px;
    color: #001c69;
    font-weight: bold;
    font-family: "Raleway Roman";
    text-align: center;
    box-shadow: 0 0 3px 2px #eee;
  }
  #why_choose_us .video-image {
    position: relative;
  }
  #why_choose_us .video-content {
    position: absolute;
    top: 40%;
    width: 100%;
    text-align: center;
  }
  #why_choose_us .video-content i {
    width: 60px;
    height: 58px;
    color: #fff;
    padding: 17px 20px;
    font-size: 18px;
    cursor: pointer;
    border: 4px solid #1758ab;
    border-radius: 50%;
    background: #1758ab;
  }
  .counter-image {
    width: 95px !important;
    height: 95px;
    margin: 0 auto;
    border-radius: 50%;
    transition: all 0.2s ease-in-out 0s;
    background: #81b60c;
  }
  .counter-image img {
    border-radius: 50%;
  }
  #counter h6 {
    font-size: 35px;
    letter-spacing: 3px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 800;
    font-family: "Poppins";
    text-align: center;
    position: relative;
  }
  #counter h6:before {
    content: "";
    width: 29px;
    left: 32px;
    height: 3px;
    background: #81b60c;
    position: absolute;
    border-radius: 30px;
    bottom: 24px;
  }
  #counter h6:after {
    content: "";
    width: 29px;
    right: 32px;
    height: 3px;
    border-radius: 30px;
    background: #81b60c;
    position: absolute;
    bottom: 24px;
  }
  #counter p {
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    font-family: "Poppins";
    text-align: center;
  }

/* Project*/

.tabs {
    display: flex;
    justify-content: center;
}
.tab {
  padding: 10px 20px;
  cursor: pointer;
  font-weight: 600;
  color: #333;
  border: none;
  background-color: transparent;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.tab:hover {
  background-color: #f2f2f2;
}

.tab.active {
  color: #81b60c;
}
div#tab3 {
  display: flex;
  --gap: 30px;
  --row-height: 300px;
  --num-cols: 3;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(var(--num-cols), 1fr);
  grid-auto-rows: var(--row-height);
  gap: var(--gap);
}
div#tab2 {
  display: flex;
  --gap: 30px;
  --num-cols: 3;
  --row-height: 300px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(var(--num-cols), 1fr);
  grid-auto-rows: var(--row-height);
  gap: var(--gap);
}
div#tab1 {
  display: flex;
  --gap: 30px;
  --row-height: 300px;
  --num-cols: 3;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(var(--num-cols), 1fr);
  grid-auto-rows: var(--row-height);
  gap: var(--gap);
}
.tab-content {
  width: 100%;
}
.box.rel-card-item img {
  width: 100%;
  object-fit: cover;
}
.content{
  gap:20px;
}
.hidden {
  display: none !important;
}
.box-content hr{
  width: 10px;
}

.box{
  text-align: center;
  position: relative;
  transition: all 0.35s ease-in-out;
}

.box:before{
  content: "";
  background: linear-gradient(135deg,#81b60c,#81b60c);
  opacity: 0.8;
  transform: perspective(800px) rotateX(90deg);
  position: absolute;
  top: 30px;
  left: 30px;
  right: 30px;
  bottom: 30px;
  z-index: 1;
  transition: all 0.25s ease-in-out;
}
.box:hover:before{ transform: perspective(800px) rotateX(0deg); }
.box img{
  width: 100%;
  height: auto;
  transition: all 0.35s ease-in-out;
}

.box-content{
  color: #fff;
  width: 100%;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transition: all 0.25s ease 0s;
}
.box:hover .box-content{ opacity: 1; }
.box .title{
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
}
.box .post{
  font-size: 16px;
  font-weight: 300;
  text-transform: capitalize;
  margin: 0 0 10px;
  display: block;
}
.box .icon{
  padding: 0;
  margin: 0;
  list-style: none;
}
.box .icon li{
  margin: 0 3px;
  display: inline-block;
}
.box .icon li a{
  color: #c0392b;
  background: #fff;
  font-size: 14px;
  line-height: 31px;
  width: 30px;
  height: 30px;
  display: block;
  position: relative;
  transition: all 0.25s ease;
}

.box-content hr {
  width: 45px;
  height: 4px;
  margin: 0 auto;
  border-radius: 20px;
  background: #ffffff;
}

.box.rel-card-item h4 {
  font-size: 19px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}

.box-content p {
  font-size: 14px;
  letter-spacing: 1px;
  margin-top: 20px;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
  padding: 0px 30px;
}

.no-ressss .form.search-form.serach-page label{
  width: 100%;
}
.col-12.no-ressss input[type=search] {
  padding: 8px;
}




.contact-email,.contact-address,.contact-phone {
  position: relative;
  overflow: hidden;
  transition: color 0.4s ease;
}

.contact-email::before,.contact-address::before,.contact-phone::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #e8ffeb; /* your hover background color */
  transition: all 0.5s ease;
  z-index: 0;
}

.contact-email:hover::before,.contact-address:hover::before,.contact-phone:hover::before {
  left: 0;
}

.contact-email > * ,.contact-address > * ,.contact-phone > * {
  position: relative;
  z-index: 1;
}