/* ===================================================================================

* Theme Name: webarc-v3 Child
* Theme URI: https://webarc.in/watheme/
* Author: WebArc
* Author URI: https://webarcindia.com
* Description: WebArc - WordPress Theme
* Version: 3.0.0
* Template: webarc
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of future updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */

.header__top {
/* background: rgb(237,238,238);
background: radial-gradient(circle, rgba(237,238,238,1) 0%, rgba(214,213,213,1) 100%);  
*/
	background-image: linear-gradient(to bottom, #d8d8d8, #e0e0e0, #e8e8e8, #f1f1f1, #f9f9f9);
}

.header__border {border-bottom: none;}
.mega-menu-column img {display: block;}
.main-menu ul li .mega-menu {    padding: 10px 20px;}
.main-menu ul li .submenu {    min-width: 260px;}
.offcanvas__area-1 .mean-container .mean-nav ul li a:hover {    background: #F1F1F1;}
.header__white-solid .logo-border::after {background-color: transparent;}

.header__social-10 ul li a {    color: rgba(245, 116, 116, 0.7); width:34px;}
.header__social-10 ul li a :hover {    color: rgba(0, 128, 0, 0.7);}

.accordion-item {border:hidden !important;}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
	order: -1; /*swap order*/
    margin-left: 0; 
    margin-right:0.5em; /* just extra space between text and icon	*/
    content: "";
    background-image: url(img/minus.png);
    background-image: url(img/plus.png);
    background-repeat: no-repeat;
    background-size: 1rem;
    transition: transform .2s ease-in-out;
    float: left;
}

.accordion-button:not(.collapsed) {
  background-color: var(--bs-body-bg) !important;
  border:hidden !important;
  color:#000;
  font-weight: 700;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(img/minus.png);
    transform: rotate(-180deg);
}

.accordion-button:link, .accordion-button:visited, .accordion-button:hover, .accordion-button:active  {
    text-decoration: none !important;
     border: hidden !important;
    box-shadow: 0px !important;
}

.accordion-button:focus {
  z-index: 3;
     border: hidden !important;
  border-color: #EEEEEE !important;
  outline: 0;
  box-shadow: 0 0 0 .0rem #FFF !important;
}

.accordion-body {    margin-top: -15px;}


/* Contact form7 styling	*/
.wpcf7 div p {
    float: right;
    margin-top: 5px;
    text-align: right;
	font-size:12px;
	line-height:14px;
}

.wpcf7 fieldset {
    border: dotted 1px #9cc31a;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -khtml-border-radius: 12px;
    border-radius: 12px;
    padding: 10px 10px 0 10px;
    margin: 20px 0 10px 0;
}

.wpcf7 legend {
    margin-left: 30px;
    padding: 0px 10px;
    border: dotted 1px #9cc31a;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    -khtml-border-radius: 9px;
    border-radius: 9px;
    background-color: #FFF;
	margin:auto;
	position: relative;
	margin-top:-30px;
}

.wpcf7 legend h3 {margin-top:5px}
.wpcf7-validates-as-required {
    background: #fff url(img/red_asterisk.png) no-repeat 100% center;
}

.wpcf7-submit {
    padding: 2px 18px;
    background: #649864;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
}

select, input[type=text], input[type=email], input[type=tel], input[type=number], input[type=password], input[type=url], textarea {
	box-shadow: 0 0 3px #ccc,0 10px 15px #eee inset;
	height: 35px;
    padding: 5px;
    width: 100%;
    border: 1px solid #bbb;
    border-radius: 3px;
    outline: 0;
    -webkit-transition: 600ms;
    -moz-transition: 600ms;
    -o-transition: 600ms;
    transition: 600ms;
}

textarea {height:100px}

.header__white-solid .header__info ul li::after {    background-color: #ffffff;}

.back-to-top-wrapper.back-to-top-btn-show {bottom: 5px;}
.back-to-top-wrapper {right: 10px;}

h3 {color:#0D673F}
h3 span {color:#4FA15F}

h1, h2, h3, h4, h5, h6 {margin-top: 20px;}

.breadcrumb__style-10 .breadcrumb__title {
    margin-bottom: 0;
    font-size: 40px;
}

.wp-block-column p {text-align:justify}
.wa__popup_powered {display:none;}

.wave {
  width: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  bottom: -2px;
}

.tp-page-content strong {
	color:#0D673F;
	font-weight:600;
	font-family: var(--tp-ff-heading);
}

.tp-page-content {
	text-align: justify;
}
.tp-page-content h4, .tp-page-content h3 {
	color:#0D673F;
}
.tp-page-content h4 span, .tp-page-content h3 span {
	color:#0D673F;
}
.tp-page-content table td {
    padding: 5px 10px;
	font-size:14px;
}
.tp-page-content table td.bg-td {
	background-color: #ddd;
}

input[type=text], input[type=email], input[type=tel], input[type=number], input[type=password], input[type=url], textarea {
    background-color: transparent;
}

.disable {
   pointer-events: none;
   cursor: default;
}
.btn-buy {margin:5px 0 30px}
.hosting th {background-color:#F1EDED;font-weight:700}
.hosting td:first-child {text-align: left;}
.hosting td .fa-check {color:green}

.footer__top {
    padding-top: 20px;
    padding-bottom: 5px;
    z-index: 1;
	border-bottom: 1px solid var(--tp-border-1);
}
.textwidget h4 {color:#EBEBEB; border-bottom:1px solid}
.textwidget h4 span {color:#90e74e;}
.textwidget a {color:#EBEBEB;font-size:13px}
.textwidget a:hover {color:#C6C6C6;}
.footer__bottom-inner {    padding: 5px 0; border-top: none;}
.nav-links .fa-flask {  color: #FF7800;}

/*	Home Page Slide	*/
#homeSlide {height: calc(100vh - 115px); color:white;}
#homeSlide .carousel, #homeSlide .carousel-item, #homeSlide .carousel-item .container, #homeSlide .carousel-item .container .row, #homeSlide .active {  height: 100%;}
#homeSlide .carousel-inner {  height: 100%;}

/****************************
USE BACKGROUND IMAGES IN CAROUSEL SLIDER
*****************************/
.carousel-bg .carousel-inner .carousel-item {
  background-size: cover;
  background-position: center;
  opacity: 0.8;
}
.carousel-bg .carousel-inner #c01 {background-image: url(slide/img1.jpg);}
.carousel-bg .carousel-inner #c02 {background-image: url(slide/img2.jpg);}
.carousel-bg .carousel-inner #c03 {background-image: url(slide/img3.jpg);}
.carousel-bg .carousel-inner #c04 {background-image: url(slide/img4.jpg);}
.txtCol, .imgCol {height:100%;}
.txtCol p, .txtCol h2 {color:white}
.txtCol .txtBG {background: rgba(0, 0, 0, 0.3); padding:0px 20px 10px;margin-bottom:10px; border-radius:4px;}


.imgCol .img-fluid {max-height: 100%;}

@media (max-width: 768px) {
	.txtCol, .imgCol {height:50%}
	#homeSlide {height: calc(100vh - 75px);}
	.home-h1 {font-size:14px;line-height:20px;}
}
#homeSlide .carousel-item {
   transition: transform 2s ease, opacity 1s ease-out;
 }

.home-h1 {font-size:16px;line-height:24px;}
.tp-page-area a {color: #86BC42;}
.tp-page-area a:hover {text-decoration: underline;}

.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.serviceBox img {border-radius: 20px 20px 0 0;}
.serviceBox a:hover, .serviceBox1 a:hover {text-decoration:none;}

:root { 
	--main-color: #0d8026;
}

#whatsapp {
	width:50px;
	height:50px;
    background-image: url(slide/whatsapp.gif);
    background-size: cover;
    background-position: 50% 50%;
	position: fixed;
    bottom: 50px;
    right: 10px;
    z-index: 2147483648;
}
.serviceBox{
    color: #fff;
    background-color: #FCFCFC;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    padding: 2px 3px 5px;
    border: 5px solid #fff;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    position: relative;
	margin-bottom: 40px;
	margin: 0 0 50px;
}
.serviceBox:before{
    content: "";
    width: calc(100% + 10px);
    height: 40px;
    border-radius: 0 0 20px 20px;
    border: 5px solid var(--main-color);
    border-top: none;
    position: absolute;
    bottom: -5px;
    left: -5px;
}

.serviceBox .title{
    color: var(--main-color);
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0 0 10px;
}
.serviceBox .description{
    color: #555;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.5px;
    text-align: center;
    line-height: 24px;
    margin: 0;
}
.serviceBox.color1 { --main-color: #0aa728; }
.serviceBox.color2 { --main-color: #1eb71e; }
.serviceBox.color3 { --main-color: #18e144; }
@media only screen and (max-width: 1199px){
    .serviceBox{ margin: 0 0 30px; }
}

.serviceBox1{
    font-family:'Poppins', sans-serif;
    text-align: center;
    padding: 20px 35px 20px;
    position: relative;
    z-index: 1;
	margin: 0 0 30px;
}
.serviceBox1:before, .serviceBox1:after{
    content: "";
    background-color: var(--main-color);
    height: 30px;
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.serviceBox1:after{
    background-color: #fff;
    height: auto;
    border-radius: 50%/15%;
    top: 0;
    left: 15px;
    right: 15px;
    bottom: 15px;
}
.serviceBox a, .serviceBox1 a {color: var(--main-color);}
.serviceBox a:hover, .serviceBox1 a:hover {filter: brightness(.45);}
.serviceBox1 .title{
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    margin: 0 0 10px;
}

.serviceBox1.color4 { --main-color: #9fbf16; }
.serviceBox1.color5 { --main-color: #c5dd3f; }
.serviceBox1.color6{ --main-color: #bad524; }
.serviceBox1.color7{ --main-color: #b9df19; }

.justify-image{ text-align: center;width:100%; margin-top:20px}
.justify-image img{display:inline-block; margin:10px 10px}
.justify-image:after{content:""; display: inline-block; width: 100%; height: 0;}

.footer__bottom {    background-color: rgba(28,28,28,.7);}