.font-10 { font-size: 10px !important; }
.font-11 { font-size: 11px !important; }
.font-12 { font-size: 12px !important; }
.font-13 { font-size: 13px !important; }
.font-14 { font-size: 14px !important; }
.font-15 { font-size: 15px !important; }
.font-16 { font-size: 16px !important; }
.font-17 { font-size: 17px !important; }
.font-18 { font-size: 18px !important; }
.font-19 { font-size: 19px !important; }
.font-20 { font-size: 20px !important; }
.font-21 { font-size: 21px !important; }
.font-22 { font-size: 22px !important; }
.font-23 { font-size: 23px !important; }
.font-24 { font-size: 24px !important; }
.font-25 { font-size: 25px !important; }
.font-26 { font-size: 26px !important; }
.font-27 { font-size: 27px !important; }
.font-28 { font-size: 28px !important; }
.font-29 { font-size: 29px !important; }
.font-30 { font-size: 30px !important; }
.font-31 { font-size: 31px !important; }
.font-32 { font-size: 32px !important; }
.font-33 { font-size: 33px !important; }
.font-34 { font-size: 34px !important; }
.font-35 { font-size: 35px !important; }
.font-36 { font-size: 36px !important; }
.font-37 { font-size: 37px !important; }
.font-38 { font-size: 38px !important; }
.font-39 { font-size: 39px !important; }
.font-40 { font-size: 40px !important; }
.font-41 { font-size: 41px !important; }
.font-42 { font-size: 42px !important; }
.font-43 { font-size: 43px !important; }
.font-44 { font-size: 44px !important; }
.font-45 { font-size: 45px !important; }
.font-46 { font-size: 46px !important; }
.font-47 { font-size: 47px !important; }
.font-48 { font-size: 48px !important; }
.font-49 { font-size: 49px !important; }
.font-50 { font-size: 50px !important; }
.fw-100 { font-weight: 100 !important; }
.fw-200 { font-weight: 200 !important; }
.fw-300 { font-weight: 300 !important; }
.fw-400 { font-weight: 400 !important; }
.fw-500 { font-weight: 500 !important; }
.fw-600 { font-weight: 600 !important; }
.fw-700 { font-weight: 700 !important; }
.fw-800 { font-weight: 800 !important; }
.fw-900 { font-weight: 900 !important; }
.text-gradient {
    background: -webkit-linear-gradient(45deg, #3b9029, #00768a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.theme-bg-dark {
    background-color: #001d1b !important;
}
.btn-gradient {
    color: #fff;
    background: linear-gradient(45deg, #3b9029, #00768a);
}
.btn-gradient:hover {
    color: #fff;
    background: linear-gradient(45deg, #00768a, #3b9029);
}
.btn-gradient-second {
    color: #fff;
    background: linear-gradient(45deg, #0084a6, #00c1fe);
}
.btn-gradient-second:hover {
    color: #fff;
    background: linear-gradient(45deg, #00c1fe, #0084a6);
}
.btn-outline-gradient {
    color: #027787;
    border: none;
    background: linear-gradient(45deg, #3b9029, #00768a);
    position: relative;
    z-index: 1;
}
.btn-outline-gradient::before {
    content: '';
    position: absolute;
    background-color: white;
    border-radius: 8px;
    z-index: -1;
    inset: 2px;
}
.btn-outline-gradient:is(:hover, :focus)::before {
    background: linear-gradient(45deg, #3b9029, #00768a);
}
table tr th, table tr td {
    vertical-align: middle;
}
.text-muted {
    --bs-text-opacity: 1;
    color: rgb(255 255 255 / 75%) !important;
}
/*Password Strength*/
.check-strength {
    line-height: 24px;
}
.check-strength > div {
    border-radius: 3px;
    display: inline-block;
    height: 4px;
    margin-right: 2px;
    opacity: 0.2;
    transition: all 0.5s ease;
    vertical-align: middle;
    width: 15px;
}
.check-strength > div:first-child,
.check-strength > div:nth-child(2) {
    background-color: var(--bs-danger);
}
.check-strength > div:nth-child(3),
.check-strength > div:nth-child(4) {
    background-color: var(--bs-warning);
}
.check-strength > div:nth-child(5),
.check-strength > div:nth-child(6) {
    background-color: var(--bs-success);
}
.check-strength.good > div:first-child,
.check-strength.good > div:nth-child(2),
.check-strength.good > div:nth-child(3),
.check-strength.good > div:nth-child(4),
.check-strength.strong > div:first-child,
.check-strength.strong > div:nth-child(2),
.check-strength.strong > div:nth-child(3),
.check-strength.strong > div:nth-child(4),
.check-strength.strong > div:nth-child(5),
.check-strength.strong > div:nth-child(6),
.check-strength.weak > div:first-child,
.check-strength.weak > div:nth-child(2) {
    opacity: 1;
}
/*Password Strength*/

/*Radio Button*/
.hiddenradio [type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
.hiddenradio [type=radio] + .radioselect {
    display: block;
    min-width: 150px;
    color: #ffffff;
    text-align: center;
    background-color: rgb(0 0 0 / 15%);
    border: 2px solid rgb(255 255 255 / 15%);
    border-radius: 1rem;
    padding: .575rem 1rem;
}
.hiddenradio [type=radio]:checked + .radioselect {
    background: #09a930 !important;
    box-shadow: 0 0 0 1px #00cb72;
}
.hiddenradio .form-check {
    padding-left: 10px;
    padding-right: 10px;
}
/*Radio Button*/

/*Card Glow*/
.card-glow {
    padding: 3px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-glow .inner {
    position: relative;
    z-index: 1;
    width: 100%;
}
.card-glow .inner {
    background: #007d43;
    border-radius: 13px;
}
.card-glow::before {
    content: "";
    display: block;
    background: linear-gradient(
        90deg,
        #c4ff07,
        rgba(102, 102, 102, 0.75) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    height: 500px;
    width: 150px;
    transform: translate(0);
    position: absolute;
    animation: rotate 5s linear forwards infinite;
    z-index: 0;
    top: 50%;
    transform-origin: top center;
}
@keyframes rotate {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}
/*Card Glow*/

.inputgroup {
    width: 190px;
    margin-right: 5px;
}
.inputgroup img {
    border-radius: 15px;
    height: 42px;
}
.inputgroup a {
    font-size: 30px;
}
.upload input {
    visibility: collapse;
    position: absolute;
    width: 0;
    height: 0;
}
input[type="file"] {
    margin: auto;
    padding: 1.5em;
    border: 2px dashed #bbb;
    transition: border-color .25s ease-in-out;
    &::file-selector-button {
        padding: 1em 1.5em;
        border-width: 0;
        border-radius: 2em;
        color: #fff !important;
        background-color: rgb(255 255 255 / 15%) !important;
        border-color: rgb(255 255 255 / 35%) !important;
        transition: all .25s ease-in-out;
        cursor: pointer;
        margin-right: 1em;
    }
}
html {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
}
.time-counter{
	position:relative;
}
.time-counter .time-countdown{
	position:relative;
	margin-bottom: 150px;
}
.time-counter .time-countdown .counter-column{
	position:relative;
	display: inline-block;
	width:180px;
	height:180px;
	line-height: 1em;
	color:#ffffff;
	text-transform:uppercase;
	font-size:20px;
	font-weight:700;
	text-align: center;
	z-index: 7;
	border-radius: 20px;
    background-image: linear-gradient(90deg, #0dce3c 0%, #043c01 100%);
	margin:0 15px 20px;
}
.time-counter .time-countdown .counter-column:nth-child(2){
	background-color: #C115EC;
}
.time-counter .time-countdown .counter-column:nth-child(3){
	background-color: #000000;
}
.time-counter .time-countdown .counter-column:nth-child(4){
	background-color: #000DFF;
}
.time-counter .time-countdown .counter-column .count{
	position:relative;
	display:block;
	font-size:70px;
	line-height:30px;
	padding:60px 0px 30px;
	color:#ffffff;
	font-weight:600;
}
.nobtn {
    border: none;
    background: none;
}

====================================================================
	Price One
====================================================================

***/

.price-one{
	position: relative;
	padding: 40px 0px 120px;
}

.price-one_bg{
	position:absolute;
	background-repeat:no-repeat;
}

.price-one .pricing-tabs .price-block_one{
	transform:rotateY(90deg);
}

.price-one .pricing-tabs .tabs-content .tab.active-tab .price-block_one{
	transform:rotateY(0deg);
}

.pricing-tabs{
	position:relative;
	z-index:2;
}

.pricing-tabs .tabs-content .tab{
	position:relative;
	display:none;
}

.pricing-tabs .tabs-content .tab.active-tab{
	display:block;	
}

.pricing-tabs .buttons-outer{
	text-align:center;
}

.pricing-tabs .tab-buttons{
	position:relative;
	overflow:hidden;
	text-align:center;
	border-radius:50px;
	margin-top:20px;
	display:inline-block;
	border:3px solid var(--color-two);
	background-color:#ffffff;
}

.pricing-tabs .tab-buttons .tab-btn{
	position:relative;
	color:#111111;
	font-size:20px;
	font-weight:700;
	float:left;
	cursor:pointer;
	padding:17px 48px;
	border-radius:0px;
	background-color:#ffffff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.pricing-tabs .tab-buttons .tab-btn:hover,
.pricing-tabs .tab-buttons .tab-btn.active-btn{
	color:#ffffff;
	background-color: var(--color-two);
}

.price-block_one{
	position:relative;
	margin-bottom:20px;
	-webkit-transition:all 900ms ease;
	-ms-transition:all 900ms ease;
	-o-transition:all 900ms ease;
	-moz-transition:all 900ms ease;
	transition:all 900ms ease;
}

.price-block_one-inner{
	position:relative;
	padding:35px 30px;
	overflow:hidden;
	border-radius:40px;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
	border:3px solid #00452e;
	background-color: #00452e;
}

.price-block_one-inner:hover{
	border-color:#00452e;
}

.price-block_one.active .price-block_one-icon img,
.price-block_one-inner:hover .price-block_one-icon img,
.price-block_one-inner:hover .price-block_one-list {
	fill: #00452e;
    filter: brightness(0%) invert(0);
}

.price-block_one-inner:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	opacity:0;
	transform:scale(0.1,1);
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
	background-color:#ffffff;
}

.price-block_one-inner:hover::before{
	opacity:1;
	transform:scale(1,1);
}

.price-block_one.active .price-block_one-inner{
	border-color:#00452e;
}

.price-block_one.active .price-block_one-inner::before{
	opacity:1;
	transform:scale(1,1);
}

.price-block_one-bg{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	opacity:0;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
	background-repeat:no-repeat;
}

.price-block_one.active .price-block_one-bg{
	opacity:1;
}

.price-block_one-inner:hover  .price-block_one-bg{
	opacity:1;
}

.price-block_one-icon{
	position:absolute;
	right:35px;
	top:25px;
	width: 50px;
}

.price-block_one-subtitle{
	position:relative;
	font-size:26px;
	font-weight:900;
	color: #ffffff;
	text-transform:uppercase;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
}

.price-block_one-inner:hover .price-block_one-subtitle,
.price-block_one-inner:hover .price-block_one-title,
.price-block_one-inner:hover .price-block_one-text,
.price-block_one-inner:hover .price-block_one-price,
.price-block_one-inner:hover .price-block_one-list li{
	color:#00452e;
}

.price-block_one.active .price-block_one-subtitle,
.price-block_one.active .price-block_one-title,
.price-block_one.active .price-block_one-text,
.price-block_one.active .price-block_one-price,
.price-block_one.active .price-block_one-list li{
	color:#00452e;
}

.price-block_one-title{
	position:relative;
	font-size:36px;
	font-weight:700;
	margin-top:30px;
	color:#000000;
	text-transform:capitalize;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
}

.price-block_one-text{
	position:relative;
	color:#00452e;
	font-size:16px;
	line-height:26px;
	margin-top:20px;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
}

.price-block_one-price{
	position:relative;
	font-weight: 800;
    margin-top: 20px;
    font-size: 26px;
	line-height:1em;
	color:#87e3b8;
	text-transform:capitalize;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
}

.price-block_one-list{
	position:relative;
	margin-top:30px;
	list-style: none;
    padding-left: 0;
}

.price-block_one-list li{
	position:relative;
	padding-left:40px;
	font-size:16px;
	color:#ffffff;
	padding-top:5px;
	margin-bottom:15px;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;
}

.price-block_one-list li:before{
	position:absolute;
	content:'';
	left:0px;
	top:4px;
	width:25px;
	height:25px;
	background: url(../../../assets/images/arrow.svg);
	filter: brightness(0%) invert(1);
}

.price-block_one-list li:last-child{
	margin-bottom:0px;
}

.price-block_one-btn{
	position:relative;
	margin-top:40px;
    font-weight: 700;
    font-size: 15px;
    overflow: hidden;
    text-align: center;
    border-radius: 50px;
    padding: 18px 40px;
    display: inline-block;
    color: #ffffff;
    text-transform: capitalize;
    background-color: #0dce3c;
    background-image: linear-gradient(90deg, #0dce3c 0%, #043c01 100%);
}

.price-block_one-btn:hover{
	color: #ffffff;
	background-color: #0dce3c;
    background-image: linear-gradient(90deg, #43c01 0%, #00dce3c 100%);
}
img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

/*** 

====================================================================
	Contact One
====================================================================

***/

.contact-one{
	position:relative;
	padding-top:110px;
}

.contact-one:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	border-radius:50px;
	background-color:#00452e;
	margin: 0px 20px;
}

.contact-one_shadow{
	position:absolute;
	left:20px;
	top:0px;
	right:0px;
	bottom:0px;
	overflow:hidden;
	border-radius:50px;
	background-position:left top;
	background-repeat:no-repeat;
}

.contact-one_form-column{
	position:relative;
}

.contact-one_form-outer{
	position:relative;
	padding:40px 80px 150px 40px;
	border-radius:30px 30px 0px 0px;
	background-color: rgba(255, 255, 255, 0.05);
}

.contact-one_form-outer:before{
	position:absolute;
	content:'';
	left:-35px;
	top:-45px;
	right:35px;
	bottom:0px;
	border-radius:30px 30px 0px 0px;
	background-color: rgba(255, 255, 255, 0.05);
}

.contact-one_vector{
	position:absolute;
	right:20px;
	top:20px;
	width:467px;
	height:466px;
	background-repeat:no-repeat;
}

.contact-one_form-title-box{
	position:relative;
	margin-bottom:35px;
}

.contact-one_form-title{
	position:relative;
	font-size:48px;
	line-height:58px;
	color:#ffffff;
}

.contact-one_form-text{
	position:relative;
	font-size:16px;
	line-height:26px;
	margin-top:15px;
	color:#ffffff;
}

/* Default Form */

.default-form{
	position:relative;
}

.default-form .form-group{
	margin-bottom:35px;
}

.default-form .form-group label{
	position: relative;
	font-size: 16px;
	display:block;
	font-weight:600;
	margin-bottom: 0px;
	padding-left:25px;
	color: #ffffff;
}

.default-form .form-group:last-child{
	margin-bottom:0px;
}

.default-form .form-group input[type="text"],
.default-form .form-group input[type="password"],
.default-form .form-group input[type="tel"],
.default-form .form-group input[type="email"],
.default-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:28px;
	padding:10px 25px;
	height:60px;
	font-weight:400;
	font-size: 16px;
	border-radius: 0px;
	background:none;
	color:#ffffff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	border: none;
    border-bottom: 1px solid #54727a;
}

.default-form .form-group input[type="text"]:focus,
.default-form .form-group input[type="password"]:focus,
.default-form .form-group input[type="tel"]:focus,
.default-form .form-group input[type="email"]:focus,
.default-form .form-group select:focus,
.default-form .form-group textarea:focus{
	border-color:#ffffff;
}

.default-form .form-group .theme-btn{
	padding:20px 48px;
	margin-top:15px;
	border: none;
}

.default-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	height:150px;
	resize:none;
	font-size: 16px;
	line-height:26px;
	padding:20px 20px;
	border-radius: 0px;
	color:var(--color-two);
	border:1px solid rgba(0, 0, 0, 0.08);
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.default-form input:focus,
.default-form select:focus,
.default-form textarea:focus{
	border-color:#ffffff;
}

.contact-one_info-column{
	position:relative;
}

.contact-one_info-outer{
	position:relative;
	padding-left:30px;
}

.contact-one_info{
	position:relative;
	z-index:1;
	margin-top: 60px;
}

.contact-one_info li{
	position:relative;
	padding-left:80px;
	font-size:16px;
	margin-bottom:60px;
	color:#ffffff;
	list-style: none;
}

.contact-one_info li span{
	position:absolute;
	left:0px;
	top:0px;
	width:60px;
	height:60px;
	line-height:60px;
	text-align:center;
	border-radius:50px;
	display:inline-block;
	background-color: #0dce3c;
    background-image: linear-gradient(90deg, #0dce3c 0%, #043c01 100%);
}

.contact-one_info li strong{
	position:relative;
	display:block;
	font-size:24px;
	font-weight:600;
	color:#ffffff;
}

.contact-one_info li a{
	position:relative;
	font-size:16px;
	margin:2px 0px;
	display:inline-block;
	color:#ffffff;
}

.contact-one_side-image{
	position:absolute;
	right:40px;
	bottom:0px;
}
#copylink {
    visibility: collapse;
    width: 0;
    height: 0;
    position: absolute;
}

/* Btn Style One */

.btn-style-one{
	position: relative;
    font-weight: 700;
    font-size: 15px;
    overflow: hidden;
    text-align: center;
    border-radius: 50px;
    padding: 16px 34px;
    display: inline-block;
    color: #ffffff;
    text-transform: capitalize;
    font-family: 'Manrope', sans-serif;
    background-color: #043c01;
    background-image: linear-gradient(90deg, #0dce3c 0%, #043c01 100%);
}

.btn-style-one:before{
	-webkit-transition-duration: 800ms;
	transition-duration: 800ms;
	position: absolute;
	width: 200%;
	height: 200%;
	content: "";
	top: -200%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 50%;
	z-index: 1;
	background-image: linear-gradient(90deg, #043c01 0%, #0dce3c 100%);
}

.btn-style-one:hover:before{
	top: 0%;
}

.btn-style-one .btn-wrap{
	position:relative;
	z-index:1;
	float:left;
    overflow: hidden;
    display: inline-block;
}

.btn-style-one .btn-wrap .text-one{
	position: relative;
	display: block;
	color: #ffffff;
	transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.btn-style-one:hover .btn-wrap  .text-one:first-child{
	-webkit-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    transform: translateY(-150%);
}

.btn-style-one .btn-wrap .text-two{
	position: absolute;
    top: 100%;
    display: block;
	color: #ffffff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-style-one:hover .btn-wrap .text-two{
	top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.btn-style-one:hover .btn-wrap .text-two{
	color: #ffffff;
}

.btn-style-one:hover{

}

.btn-style-one:hover:before{
	top: -40%;
}

/* Btn Style Two */

.btn-style-two{
	position: relative;
	font-weight:700;
    font-size: 15px;
	overflow: hidden;
	text-align:center;
	padding:13px 35px;
	border-radius:50px;
	display:inline-block;
    color: #000000;
	text-transform: capitalize;
	font-family: 'Manrope', sans-serif;
	background-color: #ffffff;
}

.btn-style-two:before{
	-webkit-transition-duration: 800ms;
	transition-duration: 800ms;
	position: absolute;
	width: 200%;
	height: 200%;
	content: "";
	top: -200%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 50%;
	z-index: 1;
	background-image: linear-gradient(90deg, #0dce3c 0%, #043c01 100%);
}

.btn-style-two:hover:before{
	top: 0%;
}

.btn-style-two .btn-wrap{
	position:relative;
	z-index:1;
	float:left;
    overflow: hidden;
    display: inline-block;
}

.btn-style-two .btn-wrap .text-one{
	position: relative;
	display: block;
	color: #000000;
	transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.btn-style-two:hover .btn-wrap  .text-one:first-child{
	-webkit-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    transform: translateY(-150%);
}

.btn-style-two .btn-wrap .text-two{
	position: absolute;
    top: 100%;
    display: block;
	color: #ffffff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-style-two:hover .btn-wrap .text-two{
	top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.btn-style-two:hover .btn-wrap .text-two{
	color: #ffffff;
}

.btn-style-two:hover{

}

.btn-style-two:hover:before{
	top: -40%;
}

/* Btn Style Three */

.btn-style-three{
	position: relative;
	font-weight:700;
    font-size: 15px;
    overflow: hidden;
    text-align: center;
    border-radius: 50px;
    padding: 16px 34px;
	display:inline-block;
    color: #ffffff;
	text-transform: capitalize;
	background-color: #000000;
}

.btn-style-three:before{
	-webkit-transition-duration: 800ms;
	transition-duration: 800ms;
	position: absolute;
	width: 200%;
	height: 200%;
	content: "";
	top: -200%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 50%;
	z-index: 1;
	background-color: #043c01;
	background-image: linear-gradient(90deg, #043c01 0%, #0dce3c 100%);
}

.btn-style-three:hover:before{
	top: 0%;
}

.btn-style-three .btn-wrap{
	position:relative;
	z-index:1;
	float:left;
    overflow: hidden;
    display: inline-block;
}

.btn-style-three .btn-wrap .text-one{
	position: relative;
	display: block;
	color: #ffffff;
	transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.btn-style-three:hover .btn-wrap  .text-one:first-child{
	-webkit-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    transform: translateY(-150%);
}

.btn-style-three .btn-wrap .text-two{
	position: absolute;
    top: 100%;
    display: block;
	color: #ffffff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-style-three:hover .btn-wrap .text-two{
	top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.btn-style-three:hover .btn-wrap .text-two{
	color: #ffffff;
}

.btn-style-three:hover{

}

.btn-style-three:hover:before{
	top: -40%;
}
.auto-container {
    position: static;
    max-width: 1320px;
    padding: 0px 15px;
    margin: 0 auto;
}

/***

====================================================================
	Section Title
====================================================================

***/

.sec-title{
	position:relative;
    z-index: 2;
	margin-bottom:40px;
}

.sec-title_title{
	position: relative;
    font-weight: 800;
    font-size: 20px;
    display: flex;
    gap: 15px;
    align-items: center;
    color: var(--main-color);
    letter-spacing: 1px;
    text-transform: uppercase;
}

.sec-title_dots{
	position:relative;
}

.sec-title_dots span:nth-child(1) {
	animation-delay: 0s;
}

.sec-title_dots span:nth-child(2) {
	animation-delay: 0.5s;
}

.sec-title_dots span:nth-child(3) {
	animation-delay: 1s;
}

@keyframes zoom-in-out {
	0% { transform: scale(0); opacity: 0; }
	20% { transform: scale(1.2); opacity: 1; }
	50% { transform: scale(1); opacity: 1; }
	80% { transform: scale(0.8); opacity: 1; }
	100% { transform: scale(1); opacity: 0; }
}

.sec-title_dots span{
	position:relative;
	width:10px;
	height:10px;
	margin-right:4px;
	border-radius:50px;
	display:inline-block;
	animation: zoom-in-out 3s infinite;
    opacity: 0;
	background-color: rgba(0, 13, 255, 0);
    background-image: linear-gradient(90deg, #0dce3c 0%, #043c01 100%);
}

.sec-title_heading{
	margin-top: 15px;
    color: rgb(0 69 46);
}

.sec-title_text{
	line-height:30px;
	font-size:16px;
	margin-top:20px;
    color:#666666;
}

.sec-title.light .sec-title_title{
    color: #ffffff;
}

.sec-title.light .sec-title_title span{
	background-color: rgba(255, 255, 255, 0);
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.sec-title.light .sec-title_big-title{
	-webkit-text-stroke-color: rgba(var(--color-three-rgb), 0.30);
}

.sec-title.light .sec-title_text{
	opacity: 1;
	color: #ffffff;
}

.sec-title.light .sec-title_heading{
	color:#ffffff;
}

.sec-title.centered{
	text-align: center !important;
}

.sec-title.centered .sec-title_title{
	justify-content:center;
}

/***

====================================================================
	Custom Text Colors
====================================================================

***/

.text-success {
    color: rgb(101 255 0) !important;
}
.text-danger {
    color: rgb(255 57 57) !important;
}
.text-warning {
    color: rgb(255 219 0) !important;
}
.text-info {
    color: rgb(0 255 248) !important;
}