/*!
Theme Name: Defi
Theme URI: 
Author: 
Author URI: 
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: aglend
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

body {
	font-family: 'manrope', sans-serif !important;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	color: #fff;
	background: #011006;
	/*background: #011006 url(/wp-content/uploads/2022/09/bg_lines.png)no-repeat scroll top / cover;*/
}
img{
	max-width: 100%;
}
p {
	font-size: 18px;
	line-height: 33px;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], .site textarea {
	border: 0;
	box-shadow: none;
	outline: none !important;
	margin: 0;
	height: 60px;
	max-width: 100%;
	padding: 0 15px;
}
input[type="submit"]{
	outline: none !important;
}
select {
	width: 100%;
	border: 0;
	height: 60px;
	background-image: url(/wp-content/uploads/2022/01/dropdown.png);
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: center right 12px;
	-webkit-appearance: none;
	appearance:  none;
	padding: 0 15px;
}
select:focus {
	outline: none;
}
input.wpcf7-submit.btn_orange {
	height: 60px;
	min-width: 125px;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}
.cmn_padd {
	padding: 4rem 0;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	font-family: 'manrope', sans-serif !important;
	color: #fff;
}
.h2, h2 {
	font-size: 32px;
	font-weight: 400;
}
.h3, h3 {
	font-size: 30px;
}
.h4, h4 {
	font-size: 25px;
	line-height: 30px;
}
.hd_heading span {
	color: #c94e4b;
}
.font-weight-200{
	font-weight: 200px !;
}
.fs_48{
	font-size: 48px;
}
ol {
	list-style: decimal-leading-zero;
	padding-left: 30px;
}
ul {
	padding-left: 15px;
}

a{cursor: pointer;}
a,ul,li{
	font-family: 'manrope', sans-serif !important;
}
p:empty {
	display: none !important;
}
.color_mute{
	color: #747474;
}
.wpcf7-not-valid-tip {
	font-size: 10px;
	text-align: right;
	position: absolute;
	left: 0;
}
.wpcf7-spinner {
  position: absolute;
  top: 0;
  width: auto;
  right: 0;
}
.wpcf7 form .wpcf7-response-output {
	font-size: 11px;
	text-align: left;
	color: #fff;
	border: 0;
	margin-left: 0;
	padding-left: 0;
}
.wpcf7 form.sent .wpcf7-response-output {
	color: green;
}
.wpcf7-form-control-wrap {
	position: relative;
	width: 100%;
}
.slider_img
{
	cursor: pointer;
}
#header {
	padding: 0;
	position: fixed;
	left: 0;
	right: 0;
	width: 100%;
	top: 0;
	z-index: 10;
	background: #011006;
	/*border-bottom: 1px solid #00341F;*/
}
#header .logo-wrapper {
	transition: 0.5s all;
	max-width: 322px;
	padding: 35px 40px 35px 80px;
	/*border-right: 1px solid #00341F;*/
	width: 100%;
}
#header.small-header {
	background: #000;
}
.logo-wrapper img {
	width: 100%;
	max-width: 150px;
	transition: 0.3s;
}
.top-menu {
  width: 100%;
}
.top-menu ul {
	display: flex;
	list-style: none;
	padding-left: 0;
	flex: 1;
	padding: 0 25px;
	margin-bottom: 0;
	justify-content: flex-end;
}
.top-menu ul li {
	margin-right: 30px;
}
.top-menu ul li:last-child {
	margin-right: 5px;
}
.top-menu ul li a {
	color: #fff;
	/* text-decoration: none; */
	font-weight: 500;
	font-size: 18px;
	text-decoration: none !important;
}
.top-menu ul li a:hover, .top-menu ul li.current-menu-item > a {
	color: #004126;
}

.top-menu .btn_orange {
	font-size: 18px;
	border: 1px solid transparent !important;
	padding: 5px 30px;
	background: #004126 !important;
	border-radius: 100px;
}
.top-menu .btn_orange:hover {
	background: #fff !important;
	border-color: transparent !important;
	color: #000;
}

.top-menu .sub-menu {
  width: 250px;
  list-style: none;
  margin: 0;
  background: #151515;
  padding: 3px 0;
  border-radius: 5px;
  position: absolute;
  top: 100%;
  min-width: 235px;
  display: none;
  z-index: 2;
}
.top-menu li {
  position: relative;
}
.top-menu .sub-menu > li a {
  color: #fff;
  font-size: 0.9375em;
  width: 100%;
  display: block;
  padding: 3px 15px;
}
.top-menu .sub-menu > li {
  margin-right: 0;
}
.top-menu .sub-menu li a:hover, .top-menu .sub-menu li a:focus {
  background: #C94E4B;
  color: #fff;
}
.top-menu .sub-menu .sub-menu {
  left: 100%;
  margin: 0;
  top: 0;
}
.btn-wrapper .uc_btn {
	color: #fff;
	font-weight: 500;
	font-size: 18px;
	margin-right: 30px;
	text-decoration: none !important;
}
.btn-wrapper .uc_btn .fa {
	margin-right: 6px;
	position: relative;
	top: 2px;
}
.btn_orange, input.btn_orange {
	background: transparent !important;
	color: #fff !important;
	padding: 8px 35px;
	display: inline-block;
	font-size: 16px;
	border-radius: 100px;
	transition: 0.3s;
	text-decoration: none !important;
	border: 1px solid #fff !important;
}
.btn_orange:hover {
	background: #fff !important;
	color: #000 !important;
}
.btn_orange img {
	margin-left: 10px;
}
footer {
	background: #0F0F0F;
	color: #fff;
	font-size: 16px;
	padding: 20px 0;
	border-top: 1px solid #282828;
}

footer a, footer li a {
	color: #fff;
	font-family: 'manrope', sans-serif !important;
	text-decoration: underline;
}
footer li {
	list-style: none;
	margin: 10px 0;
}
footer a:hover{
	color: #C94E4B;
}
footer h3 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 2rem;
	color: #fff;
}
.subscribe_description {
	color: #555555;
}

.footer_contact .address {
  margin: 25px 0;
}

.copyright_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding-top: 2rem;
	font-size: 12px;
}
.footer_content {
	max-width: 520px;
	font-size: 16px;
}

/***************** Home *****************/
.home_banner {
	position: relative;
	padding: 13rem 0 5rem;
}
.small-menu .logo-wrapper img {
	max-width: 90px;
}
.home_banner::before {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	bottom: 0;
	top: 0;
	right: 0;
	left: 0;
}

.home_banner h2 {
	color: #fff;
	margin-bottom: 30px;
	font-weight: 400;
	font-size: 55px;
	line-height: 65px;
}
.home_banner h2 span {
	color: #C94E4B;
	display: block;
}

.home_banner .content p {
	color: #fff;
	max-width: 770px;
	margin: 0 auto;
	font-weight: 400;
	font-size: 18px;
	line-height: 33px;
}
.home_banner .banner_content {
	max-width: 965px;
	text-align: left;
}
.home_banner .img_section {
	position: absolute;
	right: 0;
	max-width: 50%;
	top: 180px;
}
.home_audit .container, .home_stable_farming .container {
	max-width: 960px;
}
.home_banner .social_apps {
	margin-top: 40px;
}
.home_banner .content p br {
  display: none;
}
.home_banner .social_apps a {
	margin-right: 40px;
}
.download_app {
	margin-top: 70px;
}

.home_audit {
  background: #000;
}
.home_protocol {
	padding-top: 6rem;
}
.home_audit .content_wrap_inner {
  display: flex;
}
.home_audit .content_wrap_inner .img_wrap {
  width: 115px;
}
.home_audit .content_wrap_inner {
  max-width: 480px;
  margin-top: 50px;
}
.home_audit .icon_section {
  float: right;
}
.home_audit .icon_section .content_wrap {
	display: flex;
	margin-bottom: 30px;
}
.home_audit .icon_section .content_wrap:last-child {
	margin-bottom: 0;
}
.home_audit .icon_section .content_wrap img {
  margin-right: 30px;
  margin-top: 8px;
}
.home_audit .icon_section .content_wrap ul {
  list-style: none;
  padding: 0;
}
.home_audit .icon_section .content_wrap ul li {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}

.home_stable_farming .content_wrap_inner {
  display: flex;
}
.home_stable_farming .content_wrap_inner .img_wrap {
  width: 115px;
}
.home_stable_farming .content_wrap_inner {
  max-width: 480px;
  margin-top: 50px;
}
.home_stable_farming .icon_section {
  float: right;
}
.home_stable_farming .icon_section .content_wrap {
  display: flex;
  margin-bottom: 50px;
}


.animate_ring {
	text-align: right;
	display: flex;
	justify-content: center;
	position: relative;
	max-width: 327px;
	margin-left: auto;	
}
.animate_ring .ring_1 {
	display: inline-block;
	animation: spin 3s linear infinite;
	-webkit-animation-delay: 7s;
}
.animate_ring .ring_2 {
  position: absolute;
  top: 47px;
  animation: spin 5s linear infinite;
}


@-moz-keyframes spin { 
    100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}


.hm_video {
	display: none;
}
.hm_video + .modal .modal-dialog {
	max-width: 800px;
}
.hm_video + .modal iframe {
	width: 100%;
}
.hm_video img:hover {
  transform: scale(1.1);
}
.hm_video img {
  transition: 0.3s;
}




.hm_boxes_wrapper {
	margin-top: 0;
	position: relative;
}

.hm_boxes_title {
	background: url(/wp-content/uploads/2022/06/box.png)no-repeat scroll center / 100% 100%;
	text-align: center;
	max-width: 400px;
	padding: 30px 0 20px 0;
	border-radius: 20px;
	line-height: 1;
	margin: 125px auto 0 auto;
}
.hm_boxes_title h2 {
	color: #fff;
	margin: 0;
}
.hm_boxes {
	padding: 0px 35px 20px 0;
	margin: 35px 0;
}
.hm_boxes .box_title {
	color: #fff;
	font-size: 20px;
	line-height: normal;
	margin-bottom: 0;
}
.hm_boxes .box_letter {
	background: #fff;
	width: 123px;
	height: 123px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	box-shadow: 0px 6px 0px rgba(0, 0, 0, 0.04) inset;
	position: absolute;
	top: -30px;
	left: calc(50% - 60px);
	right: 0;
	font-weight: 700;
	font-size: 64px;
	text-align: center;
	color: #C94E4B;
}

.hm_boxes .box_sub_heading {
	margin: 20px 0 30px 0;
}
.home_explained {
	background: #000;
}
.home_explained .img_wrap {
	position: relative;
	top: 0;
	left: 0;
}
.home_explained .hd_wrapper {
	max-width: 400px;
}
.hm_service_wrapper .img_wrap, .hm_service_wrapper .img_wrap img {
	height: 300px;
	width: 100%;
	object-fit: cover;
}
.hm_service_wrapper .hd_heading a {
	color: #000;
	text-decoration: none;
}
.hm_service_wrapper .hd_heading a:hover {
	color: #C94E4B;
}
.home_research {
  position: relative;
}

.short_hd {
  font-weight: 600;
  color: #000;
  margin-bottom: 30px;
}

.logo_section img {
	max-width: 200px;
}

/*home_protocol section*/
.home_protocol li:not(:last-child) {
	margin-bottom: 70px;
}

.home_protocol .box_wrap {
	background: #fff;
	color: #212121;
	padding: 4rem 2rem ;
}
.home_protocol .hd_heading {
  font-weight: 500;
  font-size: 24px;
  line-height: 33px;
  color: #212121;
}
.home_protocol .content {
  margin: 20px 0;
}
.home_protocol .btn_orange {
  border-color: #212121 !important;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  background: #004126 !important;
}
.home_protocol .btn_orange:hover {
  background: #000 !important;
  color: #fff !important;
}
.home_protocol .col-12:nth-child(2n) .box_wrap {
  background: #004126;
  color: #fff;
}
.home_protocol .col-12:nth-child(2n) .box_wrap .hd_heading {
  color: #fff;
}
.home_protocol .col-12:nth-child(2n) .box_wrap  .btn_orange {
  border-color: #fff !important;
}
.home_protocol .col-12:nth-child(2n) .box_wrap .btn_orange:hover {
  border-color: #000 !important;
}
.home_protocol .content {
	margin: 40px 0 50px 0;
}
.home_protocol .box_wrap::before {
	content: "";
	position: absolute;
	top: -30px;
	left: 50px;
	background: #fff url(/wp-content/uploads/2022/09/Group-2211.png) no-repeat scroll center;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	box-shadow: 0px 4px 48px rgba(0, 0, 0, 0.1);
}

.home_protocol .col-12:nth-child(2n) .box_wrap::before {
	background: #005D37 url(/wp-content/uploads/2022/09/Group-33937.png) no-repeat scroll center;
}


/*home_gallery section*/
.home_gallery.cmn_padd {
	background : #000;
}
.home_gallery .hd_heading {
	line-height: 50px;
	color: #004126;
	text-align: center;
	width: 100%;

}
.home_gallery .list-unstyled {
  display: flex;
  flex-wrap: wrap;
}
.home_gallery .list-unstyled li {
  width: calc(33.33% - 30px);
  margin: 15px;
}
.home_gallery .list-unstyled li:first-child {
	width: 100%;
	margin-bottom: 50px;
}

/*Footer*/
.main-footer .list-unstyled {
  justify-content: center;
}
