:root {
  --color-white: #ffffff;
  --color-black: #000000;
  --color-primary:#8DC750;
  ;
  --color-info:#FF9900;
  --color-secondary: #FF1700;
}


@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Crafty+Girls&display=swap');

:root {
  --font-Inter: "Inter", serif;
  --font-Crafty: "Crafty Girls", serif;
}

*{
  margin:0;
  padding:0;
  outline:none;
}
html body{
  margin:0;
  padding:0;
  -ms-word-wrap:break-word;
  word-wrap:break-word;
  background-color:#ffffff;
  position:relative;
  font-size: 15px;
  color: #000000;
  font-family: var(--font-Worksans);
  font-weight: 400;
}
.owl-carousel .owl-item img {
  width: auto !important;
  margin: 0 auto;
  width: auto;
}
#contact-section .wpcf7 form.failed .wpcf7-response-output, #contact-section .wpcf7 form.aborted .wpcf7-response-output{
  color:#fff;
}
label {
  margin-bottom: 10px !important;
}
img{
  margin:0;
  padding:0;
  border:none;
  max-width:100%;
  height:auto;
}
section img {
  max-width: 100%;
  width: 100%;
}
h1,
h2,
h3
{
  margin:0;
  padding:0px 0;
  font-family: var(--font-Outfit);                  
  color:#000000;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 0px;
}
h4,
h5,
h6{
  margin:0;
  padding:0px 0;
  font-family: var(--font-Worksans);                  
  color:#000;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0px;
}
p{
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  color:#797979;
  font-family: var( --font-Inter);
  margin-bottom: 15px;
  font-family: var(--font-Roboto);                  
}
p, ul li a{
  letter-spacing: 0px;
}
body a{
  text-decoration:none;
  color:#000000;
}
a:hover{
  text-decoration:none;
  color:#E74216;
}
a:focus,a:hover{
  text-decoration:none !important;
}
ul,ol{
  margin:0 0 0 15px;
  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;
  margin:0 0 0px 0;
  height:auto;
  width: 100%;
  background: transparent;
}
section{
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px 0;
}
select{
  width: 100%;
  padding: 6px;
}
input[type="submit"] {
  padding: 10px 30px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  border: none;
  background: linear-gradient(110deg, rgba(145, 200, 80, 0.9836309523809523) 0%, rgba(74, 178, 78, 1) 60%);
  border:1px solid var(--color-primary);
 
}
input[type="submit"]:hover{
  cursor: pointer;
  color:var(--color-primary);
  background-color: transparent;
  border:1px solid var(--color-primary);
}
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;
}
button.owl-next, button.owl-prev {
  background: #1e202c;
}
button.owl-prev {
  position: absolute;
  right: 6%;
  top: 0%;
  transform: translateY(-50%);
  border: none;
  padding: 3px 10px;
  border-radius: 50%;
  margin-top: -40px;
  background: rgb(74,178,78);
  background: linear-gradient(15deg, rgba(74,178,78,1) 47%, rgba(115,200,80,0.6951155462184874) 100%);
}
button.owl-next {
  position: absolute;
  right: 1%;
  top: 0%;
  transform: translateY(-50%);
  border: none;
  padding: 3px 10px;
  border-radius: 50%;
  margin-top: -40px;
  background: rgb(74,178,78);
  background: linear-gradient(15deg, rgba(74,178,78,1) 47%, rgba(115,200,80,0.6951155462184874) 100%);
}
button.owl-next i, button.owl-prev i{
  color: #ffffff;
}
/*----------------------  index ---------------------------*/
.post_pic_inner img {
    width: 100%;
}
.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: static;
  padding: 15px 0;
}
#single_post .date-box {
  padding: 20px 10px;
  position: absolute;
  top: 35px;
  background-color: var(--color-primary);
  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: #1f1e1e;
font-family: var(--font-Worksans);                  
}
.page-header h1
{
  color: #1f1e1e;
font-family: var(--font-Worksans);                  
}
.entry-title
{
  color: #1f1e1e;
font-family: var(--font-Worksans);                  
}
.single-post-content table td
{
  text-align: center;
}
.single-post-content .wp-audio-shortcode
{
  margin-bottom: 50px;
}

/*------------------ Contact Page -----------------*/
.contact-page-details
{
  padding-bottom: 30px;
}
h3.contact-page {
  margin-left: 3%;
  font-weight: bold;
  color: #18304c;
  border-bottom: solid 4px var(--color-info);
  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-"] {
  border: 0px;
  font-size: 15px;
  padding: 10px 20px;
  height: auto;
  margin-bottom: 12px;
  border-radius: 30px;
  width: 100%;
  background: #fff;
  font-weight: 400;
  color:#626B7D;
  box-shadow: 0px 4px 44px 0px #0000002B
}
.contact-box .wpcf7 input[type="text"], .contact-box .wpcf7 input[type="email"] {
  border: 0px;
  font-size: 15px;
  padding: 10px 20px;
  height: auto;
  margin-bottom: 12px;
  border-radius: 30px;
  width: 100%;
  background: #fff;
  font-weight: 400;
  color:#626B7D;
  box-shadow: 0px 4px 44px 0px #0000002B
}
.contact-box .wpcf7 input[type="text"]::placeholder
{
font-family: var(--font-Worksans);                  
}
.contact-box .wpcf7 input[type="email"]::placeholder
{
font-family: var(--font-Worksans);                  
}
.contact-box .wpcf7 textarea::placeholder
{
font-family: var(--font-Worksans);                  
}
.contact-box .contac_form input[type="submit"]
{
  padding: 10px 30px;
  border-radius: 30px;
  color: #ffffff;
  margin: 10px 0px;
  line-height: 22px;
  border: 1px solid var(--color-primary);
  background-color: var(--color-primary);
  font-size: 16px;
  font-weight: 700;
  font-family: var(--font-Worksans);
}
.contact-box .contac_form input[type="submit"]:hover{
  border: 1px solid var(--color-primary);
  background-color: transparent;
  color:var(--color-primary);
}
section#contact-box{
  padding:0;
  margin:0;
}
.contact-info {
  font-size: 14px;
  line-height: 26px;
  padding: 20px;
  width: 100%;

}
.contac_form h3 {
  text-align: center;
}
.contact-info .head{
  color:#000;
}
.contact-address, .contact-email, .contact-phone {
  margin: 7px 0;
}
.c_content span {
  font-size: 18px;
}
.c_content p{
  font-size: 16px;
}
.contac_form .fancy-title {
    width: 250px;
    margin: 0 auto;
}
.contac_form label{
  width: 100%;
}
.c_content {
  color: #ffffff;
}
.contact-page-details .contact-address
{
  text-align:center;
  border:2px solid #cccccc;
  padding: 11px;
}
.contact-page-details .contact-email
{
  text-align:center;
  border:2px solid #cccccc;
  padding: 11px;
}
.contact-page-details .contact-phone
{
  text-align:center;
  border:2px solid #cccccc;
  padding: 11px;
}
.contact-page-details span
{
  font-size: 18px;
  font-weight: 600;
  color: #343434;
  padding-bottom: 15px;
  color: #1f1e1e;
font-family: var(--font-Worksans);                  
}
.contact-page-details span:hover{
  color:var(--color-primary);
}
.contact-page-details .inner-cont i:hover{
  color: var(--color-primary);
  cursor: pointer;
}
a.con-address span{
  color: var(--color-primary);
  font-weight: 300;
}
.contact-box a, a.con-address span {
    color: var(--color-primary);
    font-family: 'Helvetica Neue';
    font-weight: 600;
    font-size: 18px;
}
.contact-box span.wpcf7-spinner {
    display: none;
}
.contact-page-details .inner-cont i
{
  font-size: 35px;
  color:#343434;
  padding: 14px 0;
}
.contact-page-details .inner-cont p
{
font-family: var(--font-Worksans);                  
  color: #343434;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}
.contact-color-bg h3
{
  font-size: 36px;
  color: #1f1e1e;
font-family: var(--font-Worksans);                  
  font-weight: bold;
  padding-bottom: 30px;
}
.contact-color-bg
{
  text-align: center;
}
.contact-color-bg form textarea {
  margin-right: 10px;
  height: 100px;
}
.contact-box .google-map
{
  padding-top: 30px !important;
  margin-bottom: 30px !important;
}

/*---------------- 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: var(--font-Worksans);                  
  font-weight: bold;
}

/* --------- Social Icon Widget ------- */

.social_widget a {
  color: #ffffff;
  margin-right: 10px;
  display: inline-block;
  margin-bottom: 5px;
}
.social_widget a:hover i{
  color: var(--color-primary);
}
.social_widget a i {
  font-size: 13px;
  letter-spacing: 3px;
  width: 20px;
  text-align: center;
}


/* --------- 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 {
   border: none;
   border-radius: 6px;
   box-shadow: 0px 0px 25px #ccc;
    padding: 20px;
    margin-bottom: 30px;
}
.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: #e2133a;
  color: #ffffff !important;
  border: 1px solid #e2133a;
}
.navigation span.page-numbers.current{
  background-color: #ffffff;
  border: 1px solid #e2133a;
  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: var(--font-Worksans);                  
}
#comments .comment-author.vcard img {
  padding: 2px;
}

/*--------------- Sidebar -----------------*/
/* Sidebar */
#sidebar td#prev a {
 color: #6c6c6c;
}
#sidebar caption {
 font-weight: bold;
 color: #6c6c6c;
 font-size: 20px;
}
#sidebar table,#sidebar th,#sidebar td {
 border: 1px solid #e1e1e1;
 text-align: center;
}
#sidebar td {
 padding: 7px;
 color: #6c6c6c;
}
#sidebar th {
 text-align: center;
 padding: 5px;
 color: #6c6c6c;
}
#sidebar select {
 padding: 10px 5px;
 border: solid 1px #e1e1e1;
 color: #6c6c6c;
 background: transparent;
}
#sidebar form{
 text-align: center;
}
#sidebar h3 {
  font-size: 24px;
  color: #343434;
  font-weight: 600;
  padding-bottom: 15px;
  margin-bottom: 11px;
  text-align: center;
  border-bottom: 1px solid #e7e7e7;
font-family: var(--font-Worksans);                  
}
#sidebar input[type="search"] {
 padding:10px 10px;
 font-size:15px;
 color:#6c6c6c;
 border: solid 1px #e1e1e1;
 width: 100%;
}
#sidebar button[type="submit"] {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
    padding: 12px 0px;
    background: var(--color-primary);
    border-color: var(--color-primary);
    font: 500 16px Inter;
    color: #fff;
}
.middle-align input[type=search] {
    height: 41px;
    padding: 10px;
}
#sidebar .wp-block-search__inside-wrapper{
  display: block;
}
#sidebar label{
 margin-bottom: 0;
 width: 100%;
}
#sidebar input[type="submit"]{
 background-color :var(--color-primary);
 color:#fff;
 padding:10px 0;
 font-size:12px;
 width: 100%;
 letter-spacing: 2px;
 font-weight: bold;
}
#sidebar .widget {
 padding: 20px;
 border: 1px solid var(--color-primary);
 margin-bottom: 50px;
}
#sidebar ul {
 list-style: none;
 margin: 0;
 padding: 0;
 font-size: 17px;
}
#sidebar ul li{
 font-weight: 600;
  color: #343434;
font-family: var(--font-Worksans);                  
  font-size: 15px;
  border-bottom: 1px solid #e1e1e1;
  padding: 10px 0;
}
#sidebar ul li:last-child
{
  border:none;
}
#sidebar ul li a {
  font-weight: 600;
  color: #343434;
font-family: var(--font-Worksans);                  
  font-size: 15px;
}
#sidebar .tagcloud a{
 border: solid 1px #e1e1e1;
 color:#6c6c6c;
 font-size:15px !important;
 padding:5px 18px;
 margin:0 0 5px;
 display:inline-block;
}
#sidebar .tagcloud a:hover{
 background:var(--color-primary);
 color: #fff;
}
.single-post-content p
{
  font-size: 18px;
  color: #8fa3aa;
  font-family: "Source Sans Pro";
  line-height: 28px;
}

/*------------- 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;
}
.service-shortcode .service-box img {
    width: 100%;
    height: 300px;
    object-fit: fill;
}
.service-shortcode .service-title a {
    color: var(--color-primary);
   font-family: var();
    padding: 10px 0;
    display: block;
}
.service-shortcode .service-box p {
    color: #222222;
    font: 400 16px/26px Inter;
}
.service-shortcode .service-contents-wrapper {
    box-shadow: 0px 0px 25px #ccc;
    padding: 20px;
    margin-bottom: 30px;
}
.outer_dpage,.content_page {
    padding-bottom: 50px;
}
/* ----------- Unit Testing ------------- */

.outer_dpage table
{
  text-align: center;
}
.outer_dpage table th
{
  text-align: center;
}

/*primary button*/
.btn-primary {
 
  background: linear-gradient(110deg, rgba(145, 200, 80, 0.9836309523809523) 0%, rgba(74, 178, 78, 1) 60%);
  font-size: 14px;
  text-transform: capitalize;
  /* letter-spacing: 2px; */
  padding: 10px 30px 10px 30px;
  border-radius: 30px;
  border: 1px solid transparent;
  border-color: transparent !important;
  color: var(--color-white);
  font-family: var(--font-Outfit);
  color:#fff !important;
}
.btn-primary:hover {
  background: var(--color-white) !important;
  color:var(--color-primary) !important;
  border-color:var(--color-primary) !important;
}

/*Info button*/
.btn-info {
  background-color: var(--color-info) !important;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 10px 20px;
  border-radius: 25px;
  border:1px solid var(--color-info);
  border-color:var(--color-info) !important;
  color:var(--color-white);
  font-family: var(--font-Worksans);
}
.btn-info:hover {
  background-color: transparent !important;
  color:var(--color-info) !important;
  border-color:var(--color-info) !important;
}

/*-services-------------*/
section#service {
  position: relative;
}
.service-data {
 background-color: #fff;
 border-radius: 4px;
 padding: 30px 15px;
 box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
 margin: 3px;
}
.servc-image{
  position: relative;
}
#service .service-data .service-box {
  padding: 0px;
  z-index: 1;
  position: relative;
}
h5.service-title{
margin: 0px;
padding: 0px;
margin-bottom: 15px;
}
h5.service-title a {
  font-size: 19px;
  font-weight: 600;
  color: #0C142E;
  font-family: var(--font-Outfit);
  line-height: 21px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.seller-star{
  background-color: var(--color-white);
  padding: 8px 10px 0px 10px;
  box-shadow: 0px 4px 4px 0px #0000001A;
  border-radius: 30px;
}
.seller-star span i{
  color:#FFC107;
  font-size: 14px;
}
.seller-star span{
  color:#000;
}
.serv-btn i{
  margin-right: 10px;
  color:var(--color-primary)
}
.price span{
  color: var(--color-black);
  font-weight: 600;
}
.price .from{
  color: #6c6c6c;
  font-size: 13;
  font-weight: 400;
}
#service .servc-image{
  position: relative;
}
.servc-image .wishlist{
  position: absolute;
  left:0px;
  margin: 10px 10px;
  top:0;
}
.location i{
  color:var(--color-info);
}
.location span{
  color:#6c6c6c;
  font-size: 13px;
}
.wishlist .yith-wcwl-add-to-wishlist .feedback{
  font-size: 0;
}
.wishlist .yith-wcwl-add-to-wishlist .feedback .yith-wcwl-icon{
  font-size: 15px;
  color:#fff;
  background-color: red;
  padding: 5px;
  border-radius: 50%;
}
.wishlist div.yith-wcwl-wishlistexistsbrowse a{
  opacity: 0;
  font-size: 0;
}
.wishlist .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a span{
  font-size: 0;
}
.wishlist .yith-wcwl-add-button>a i{
  color:red;
  margin-right: 0;
  background-color: #fff;
  padding: 5px;
  border-radius: 50%;
}
.wishlist .yith-wcwl-add-to-wishlist {
  margin-top: 0px;
}
.wishlist .yith-wcwl-wishlistaddedbrowse a{
  display: none;
}

/*-----about -------*/

section#about {
  position: relative;
}
#about .commitment {
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  padding: 20px;
}
#about .small-heading {
  color:var(--color-white);
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 500;
}
#about .main-heading{
  color:#fff;
}
.project-detail.project{
  background: linear-gradient(110deg, rgba(145, 200, 80, 0.9836309523809523) 0%, rgba(74, 178, 78, 1) 60%);
  margin: -60px 16.8% 10px;
  border-radius: 50px;
  padding: 10px 30px;
}
.project-detail.shiping{
  background: linear-gradient(110deg, rgba(145, 200, 80, 0.9836309523809523) 0%, rgba(74, 178, 78, 1) 60%);
  margin: 0px 16.8% -60px;
  border-radius: 50px;
  padding: 10px;
}
.project-detail p {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}
.project-detail h5{
  font-size: 20px;
  padding: 0px;
  margin: 0px;
  color:#fff;
  font-weight: 600;
  margin-bottom: 0px;
}
.project-detail .icon{
  background-color: var(--color-primary);
  padding: 8px 13px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 10px auto;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.project-detail .icon img{
  width: 30px;
  height: 20px;
}
#about .img_one img{
  position: absolute;
  margin: -38px 0px -30px;
  height: 300px;
  width: 100%;
}
.policy{
  text-align: center;
  margin: 0 auto;
}
.policy .icon{
  background-color: #4e4d4d;
  padding: 8px 13px;
  border-radius: 50%;
  width: 40px;
  margin: 10px auto;
}
.policy h5{
  font-size: 18px;
  padding: 0px;
  margin: 0px;
  color:#fff;
}
.policy p{
  font-size: 15px;
  padding: 0px;
  margin: 0;
}
.small-heading{
  font-size: 18px;
  font-weight: 400;
  color:var(--color-black);
  font-family: var( --font-Crafty);
  text-transform: capitalize;
}
.main-heading {
  font-size: 28px;
  line-height: 40px;
  font-weight: 700;
  color: var(--color-black);
  font-family: var(--font-Inter);
  padding: 0px;
  margin-bottom: 0px;
  text-transform: capitalize;
}
.main-title {
  font-size: 25px;
  line-height: 40px;
  font-weight: 600;
  color: var(--color-primary);
  font-family: var(--font-Inter);
  padding: 0px;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.small-title {
  font-size: 20px;
  line-height: 40px;
  font-weight: 500;
  color: #181919;
  font-family: var(--font-Outfit);
  padding: 0px;
  margin-bottom: 20px;
}
.main-text{
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
  color:#797979;
  font-family: var( --font-Inter);
  margin-bottom: 20px;
}
/*animation*/
@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: translateY(-150px) scale(0.5);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: translateX(150px) scale(0.5);
  }
  100% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: translateY(150px) scale(0.5);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes flipInX {
  0% {
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
  100% {
    opacity: 1;
    transform: perspective(400px) rotateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-150px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: translateX(-150px) scale(0.5);
  }
  100% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

@keyframes zoomOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-150px);
  }
}

@keyframes zoomOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(150px);
  }
}

@keyframes zoomOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-150px);
  }
}

@keyframes zoomOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(150px);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(150px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(150px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-150px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

 /* Common reveal styles */
.reveal {
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
}

.reveal.active {
  opacity: 1;
}

.reveal.zoomInDown.active {
  animation: zoomInDown 1s ease-out forwards;
}

.reveal.zoomInRight.active {
  animation: zoomInRight 1s ease-out forwards;
}

.reveal.zoomInUp.active {
  animation: zoomInUp 1s ease-out forwards;
}

.reveal.flipInX.active {
  animation: flipInX 1s ease-out forwards;
}

.reveal.fadeInLeft.active {
  animation: fadeInLeft 1s ease-out forwards;
}


/* Adding new animation styles */
.reveal.zoomInLeft.active {
  animation: zoomInLeft 1s ease-out forwards;
}

.reveal.zoomOutLeft.active {
  animation: zoomOutLeft 1s ease-out forwards;
}

.reveal.zoomOutRight.active {
  animation: zoomOutRight 1s ease-out forwards;
}

.reveal.zoomOutUp.active {
  animation: zoomOutUp 1s ease-out forwards;
}

.reveal.zoomOutDown.active {
  animation: zoomOutDown 1s ease-out forwards;
}

.reveal.fadeInRight.active {
  animation: fadeInRight 1s ease-out forwards;
}

.reveal.fadeInUp.active {
  animation: fadeInUp 1s ease-out forwards;
}

.reveal.fadeInDown.active {
  animation: fadeInDown 1s ease-out forwards;
}
/*---blog-----*/

.post-box-in .list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 1px solid #ddd !important;
}
.post-box-in .list-group-flush:first-child .list-group-item:first-child {
  border-top: 1px solid #ddd !important;
}
.post-box-in ul li{
  margin-bottom: 10px !important;
  padding-bottom: 10px;
}
 .newsbox{
 position: relative;
 margin-bottom: 40px;
}
.newsbox .news-img{
  margin-bottom:-90px;
}
.newsbox:hover .btn-primary{
  background-color: var(--color-primary) !important;
  border-color:var(--color-primary) !important;
}
.newsbox .content-box{
  background-color:#EEF8ED;
  margin-bottom: 0px;
  padding: 20px 10px;
  border-radius: 10px;
  padding-top: 100px;
}
.newsbox .content-box .user i{
  color:var(--color-primary);
}
.newsbox .content-box .user span{
  color:#181919;
  font-size: 14px;
  font-family: var(--font-Outfit);
  text-transform: capitalize;
}
.blog-btn{
  margin-bottom: -30px;
}
.blog-btn .btn-primary {
  border: 3px solid #fff;
  border-color: #fff !important;
}
.blog-title{
  padding: 0;
}
.blog-title a {
  font-size: 19px;
  font-weight: 600;
  color:#000;
  font-family: var(--font-Outfit);
  text-transform: capitalize;
}
.date-box1 {
  position: absolute;
  top:0;
  left: 0;
  margin: 20px 30px;
  border-radius: 50%;
  text-align: center;
}

.date-box1 .date{
 background-color: var(--color-primary);
 border-radius: 50%;
 padding: 8px 10px;
 color: #fff;
  font-size: 12px;
  display: inline-block;
}
.date-box1 .date .bdate{
  font-size: 18px;
  margin-bottom: 0px;
  font-weight: 600;
}
p.latest-content {
  font-size: 15px;
  font-weight: 400;
  color: #626B7D;
  font-family: var(--font-Roboto);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
/* #latest_news .owl-carousel .owl-dots{
  text-align: center;
  position: absolute;
  bottom: 0;
  margin: 0px auto -30px;
  width: 100%;

}
#latest_news .owl-carousel .owl-dots .owl-dot{
width: 10px;
height: 10px;
background: #00000033;
margin: 2px;
border-color:#00000033;
}
#latest_news .owl-carousel .owl-dots .owl-dot.active{
  background: var(--color-info);
  border-color:var(--color-info);
} */
#contact-section .about-right-image .about-box h6{
margin-bottom: 10px;
font-size: 18px;
}
#contact-section .about-right-image .about-box h2{
margin-bottom: 20px;
line-height: 55px;
}
.draw_one {
  position: absolute;
  left: 0;
  height: auto;
  width: 365px;
  margin-left: -40px;
  top: 0;
}
.draw_three {
  position: absolute;
  right: 0;
  height: auto;
  width: 300px;
  margin-right: 0px;
  bottom:0;
}
.draw_two {
  position: absolute;
  left: 0;
  height: auto;
  width: 365px;
  margin-left: -40px;
  bottom: 0;
}
.draw_four {
  position: absolute;
  left: 0;
  height: auto;
  width: 340px;
  margin-left: -60px;
  bottom: 0;
  margin-bottom: 180px;
}
.draw_line {
  position: absolute;
  left: 0;
  height: auto;
  width: 300px;
  margin-left: 0px;
  top: 0;
}

/* team*/

#team .teams-info {
  position: relative;
  text-align: center;
}
#team .team-data {
  background-color: #EEF8ED;
  border-radius: 6px;
  padding: 120px 10px 20px;
  margin-top: -40%;
}
#team .team-data h5{
  font-size: 20px;
  font-family: var(--font-Inter);
  font-weight: 600;
}
#team .teams-info .social-link {
  position: relative;
  text-align: center;
  width: 100%;
  margin-top: -15px;
  margin-bottom: 15px;
}
#team .teams-info .social-link .socialbox i{
  background-color: var(--color-primary);background: linear-gradient(15deg, rgba(74,178,78,1) 47%, rgba(115,200,80,0.6951155462184874) 100%);
  padding: 6px;
  color:#fff;
  border-radius: 50%;
  margin-bottom: 10px;
  border:2px solid #fff; 
}
#team .teams-info .social-link .socialbox .pintrest i{
  padding: 6px 8px;
}
#team .teams-info .social-link .socialbox .insta i{
  padding: 6px 7px;
}
#team .teams-info .social-link .socialbox i:hover{
  background: var(--color-info);
  color:#fff;
}
#team .teams-info .social-link .socialbox i.fa-facebook-f{
  padding: 6px 10px;
}
#team .team-detail-box:hover{
  background-color: var(--color-info);
  border-color: #f01429;
}
#team .team-detail-box h3{
  font-size: 16px;
  color:var(--color-primary);
  transform: translate(0px,40px);
  padding: 0px 8px;
  margin: 0px;
}
#team .team-detail-box:hover h3{
  color:var(--color-white);
}
#team .team-detail-box h3 a{
  color:inherit;
}

.page-template header#masthead{
  margin-top: 20px;
  position: relative;
  width: 100%;
}
.home header#masthead{
  margin-top: 20px;
  position: absolute;
  width: 100%;
}
.banner{
  position: relative;
}
.banner h1{
  position: absolute;
  top:0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color:#fff;
}