*{
	margin:0 ;
	padding : 0 ;
}

html {
  scroll-behavior: smooth;
}

body{
	
}

@font-face {
    font-family: 'Futura Bk BT';
    src: url('../fonts/FuturaBT-Book.eot');
    src: url('../fonts/FuturaBT-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaBT-Book.woff2') format('woff2'),
        url('../fonts/FuturaBT-Book.woff') format('woff'),
        url('../fonts/FuturaBT-Book.ttf') format('truetype'),
        url('../fonts/FuturaBT-Book.svg#FuturaBT-Book') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura Hv BT';
    src: url('../fonts/FuturaBT-Heavy.eot');
    src: url('../fonts/FuturaBT-Heavy.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FuturaBT-Heavy.woff2') format('woff2'),
        url('../fonts/FuturaBT-Heavy.woff') format('woff'),
        url('../fonts/FuturaBT-Heavy.ttf') format('truetype'),
        url('../fonts/FuturaBT-Heavy.svg#FuturaBT-Heavy') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gadugi';
    src: url('../fonts/Gadugi.eot');
    src: url('../fonts/Gadugi.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gadugi.woff2') format('woff2'),
        url('../fonts/Gadugi.woff') format('woff'),
        url('../fonts/Gadugi.ttf') format('truetype'),
        url('../fonts/Gadugi.svg#Gadugi') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gadugi';
    src: url('../fonts/Gadugi-Bold.eot');
    src: url('../fonts/Gadugi-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gadugi-Bold.woff2') format('woff2'),
        url('../fonts/Gadugi-Bold.woff') format('woff'),
        url('../fonts/Gadugi-Bold.ttf') format('truetype'),
        url('../fonts/Gadugi-Bold.svg#Gadugi-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


/* General CSS */
.agr_container{
	width:1200px;
	margin:0 auto !important
}

.agr_copyright_inner:after {
    content: "";
    clear: both;
    display: block;
}


/* Faqs */
/*#faq_section{
	border-radius: 50px;
}*/

.agr_faq_heading {
    text-shadow: -5px 2px 15px rgb(151 238 17 / 89%);    
    color: #ffffff;
	font-family: 'Gadugi';
	font-weight:bold;
	/* stroke: #006000; */
	font-size:52px;
	-webkit-text-stroke: 2px #006000;
	/* text-stroke: 2px #006000; */
	    margin-bottom: 20px;
}

.agr_faqs_main_dv .vc_toggle {
    border: 1px solid #fff;
    border-radius: 6px;
    padding: 10px 0px;
}

.agr_faqs_main_dv .vc_toggle_title h4 {
	font-family: 'Futura Hv BT';
	color: white;
	display:block;
	padding: 0 10px;
	font-size:18px;
}

.agr_faqs_main_dv .vc_toggle_active .vc_toggle_title h4 {
	color: #e3a42a;	
}

.agr_faqs_main_dv .vc_toggle_content{
	font-family: 'Futura Bk BT';
	font-size: 16px;
	color: #fff;
	margin-top: 5px;    
    margin-bottom: 5px;
	padding: 0 10px;
}

.agr_faqs_main_dv .vc_toggle_content a{
	color:white;
}

.agr_faqs_main_dv .vc_toggle_title .vc_toggle_icon::before {
    margin-top: 0;
    border: 0 !important;
    border-left: 8px solid transparent!important;
    border-right: 8px solid transparent!important;
    border-top: 8px solid #fff!important;
    -webkit-transform: rotate(0deg);
    background-color: transparent !important;
}

.agr_faqs_main_dv i.vc_toggle_icon {
    position: absolute;
    right: 10px;
    top: 5px;
}

.agr_faqs_main_dv .vc_toggle_title .vc_toggle_icon::after {
    margin-top: 0;
    border: 0 !important;
    border-left: 8px solid transparent!important;
    border-right: 8px solid transparent!important;
    border-bottom: 8px solid #fff!important;
    -webkit-transform: rotate(0deg);
    background-color: transparent !important;
}

.agr_faqs_main_dv .vc_toggle_icon::after{
	position: absolute;
    right: 10px;
    top: 5px;
    margin-top: -14px !important;
}

/* About */
.agr_about_main_dv h2 {
    font-family: 'Gadugi';
    color: white;
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 10px;
}

.agr_about_main_dv h2 b{
	text-shadow: -5px 2px 15px rgb(151 238 17 / 89%);
	-webkit-text-stroke: 2px #006000;
}

.agr_about_main_dv p{
	font-family: 'Gadugi';
	color: white;
	font-size:18px;
	line-height:28px;
	margin-bottom:8px
}


.agr_about_main_dv a{
	color: #03060d;
    background-color: #e3a42a;
    padding: 5px 20px;    
    border: 0;
    border-radius: 20px;    
    font-weight: bold;
    font-family: 'Gadugi';    
	text-decoration:none;
	margin-top:20px;
}

/* Techlogy */
.agr_technolgy_main_dv h2.agr_techlogy_main_heading_dv {
    font-family: 'Gadugi';
    color: white;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 50px;
    margin-top: 10px;
}

.agr_technolgy_main_dv  h2 b{
	text-shadow: -5px 2px 15px rgb(151 238 17 / 89%);
	-webkit-text-stroke: 2px #006000;
}

.agr_technolgy_main_dv h2{
	font-family: 'Gadugi';
	font-weight:bold;
	color: white;
	font-size:24px;
	line-height:28px;
	margin-bottom:8px
}

.agr_technolgy_main_dv img{
	width:100px;
}

.agr_technolgy_main_dv  p{
	font-family: 'Gadugi';
	color: white;
	font-size:16px;
	line-height:22px;
	margin-bottom:8px
}


/* Utility */
/*.agr_utility_main_dv {
    border-radius: 50px;
}*/

.agr_utility_main_dv  h2.agr_utility_main_heading_dv {
    font-family: 'Gadugi';
    color: white;
    font-size: 45px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 50px;
    margin-top: 10px;
	text-shadow: -5px 2px 15px rgb(151 238 17 / 89%);
	-webkit-text-stroke: 1.5px #006000;	
}

.agr_utility_main_dv  h2{
	font-family: 'Gadugi';
	font-weight:bold;
	color: white;
	font-size:24px;
	line-height:28px;
	margin-bottom:8px;
	
}

.agr_utility_main_dv  img{
	width:100px;
}

.agr_utility_main_dv   p{
	font-family: 'Gadugi';
	color: white;
	font-size:16px;
	line-height:22px;
	margin-bottom:8px
}

/* Our Team */
.agr_our_motivated_team_main_dv h2.agr_our_motivated_team_main_heading_dv {
    font-family: 'Gadugi';
    color: white;
    font-size: 45px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 50px;
    margin-top: 10px;
	text-shadow: -5px 2px 15px rgb(151 238 17 / 89%);
	-webkit-text-stroke: 1.5px #006000;	
}

.agr_our_motivated_team_main_dv h2 {
    font-family: 'Gadugi';
    font-weight: normal;
    color: #e3a42f;
    font-size: 30px;
    line-height: 28px;
    margin-bottom: 0px;
}

.agr_our_motivated_team_main_dv h3 {
    font-family: 'Gadugi';    
    color: white;
    font-size: 16px;
	font-style:italic;
    line-height: 28px;
    margin-bottom: 8px;
}

.agr_our_motivated_team_main_dv p {
    font-family: 'Gadugi';    
    color: white;
	font-weight: bold;
    font-size: 16px;
	font-style:italic;
    line-height: 22px;
    margin-bottom: 8px;
	padding:0 15px;
}

.agr_our_motivated_team_main_dv img {
	width:250px;
}

/* Road MAp */
.agr_road_map_main_dv h2.agr_road_map_heading {
    font-family: 'Gadugi';
    color: white;
    font-size: 45px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 50px;
    margin-top: 10px;
	text-shadow: -5px 2px 15px rgb(151 238 17 / 89%);
	-webkit-text-stroke: 1.5px #006000;	
}

.rpt_style_basic .rpt_plan .rpt_head {
    display: none;
}

.rpt_plan {    
    background-color: white;
    border-radius: 20px;
	/* height: 410px; */
	height: 450px;
}

.rpt_title {
	width:60%;
	margin:0 auto;
	border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
	border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
	padding-top: 25px !important;
    padding-bottom: 25px !important;
	font-size: 28px !important;
}

.rpt_plan_0 .rpt_title {
    background: linear-gradient(169deg, rgba(254,195,96,1) 0%, rgba(254,153,21,1) 48%, rgba(254,125,21,1) 100%)!important;
    border: 0 solid transparent !important;
    
    position: relative;
    top: -12px;
}

.rpt_title.rpt_title_0:before {
    content: "";
    left: -12px;
    top: 0;
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 12px solid #cb7023;
    border-left: 12px solid transparent;
}

.rpt_title.rpt_title_0:after {
    content: "";
    right: -12px;
    top: 0;
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 12px solid #cb7023;
    border-right: 12px solid transparent;
}


.rpt_features_0 .rpt_feature:before {
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom-color: #fe8715;
    position: absolute;
    top: 3px;
    content: "";
    left: 0px;
}

.rpt_features_0 .rpt_feature:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 15px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: #fe8715;
}


.rpt_plan_1 .rpt_title {    
	background: linear-gradient(169deg, rgba(171,218,112,1) 0%, rgba(136,198,62,1) 48%, rgba(84,184,71,1) 100%)!important;
    border: 0 solid transparent !important;
    position: relative;
    top: -12px;
}

.rpt_title.rpt_title_1:before {
    content: "";
    left: -12px;
    top: 0;
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 12px solid #495e1b;
    border-left: 12px solid transparent;
}

.rpt_title.rpt_title_1:after {
    content: "";
    right: -12px;
    top: 0;
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 12px solid #495e1b;
    border-right: 12px solid transparent;
}

.rpt_features_1 .rpt_feature:before {
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom-color: #53b847;
    position: absolute;
    top: 3px;
    content: "";
    left: 0px;
}

.rpt_features_1 .rpt_feature:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 15px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: #53b847;
}



.rpt_plan_2 .rpt_title {    
	background: linear-gradient(169deg, rgba(15,202,212,1) 0%, rgba(0,173,195,1) 48%, rgba(0,156,193,1) 100%)!important;
    border: 0 solid transparent !important;    
    position: relative;
    top: -12px;
}

.rpt_title.rpt_title_2:before {
    content: "";
    left: -12px;
    top: 0;
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 12px solid #1f4f70;
    border-left: 12px solid transparent;
}

.rpt_title.rpt_title_2:after {
    content: "";
    right: -12px;
    top: 0;
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 12px solid #1f4f70;
    border-right: 12px solid transparent;
}


.rpt_features_2 .rpt_feature:before {
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom-color: #009bc1;
    position: absolute;
    top: 3px;
    content: "";
    left: 0px;
}

.rpt_features_2 .rpt_feature:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 15px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: #009bc1;
}


.rpt_plan_3 .rpt_title {    
	background: linear-gradient(169deg, rgba(119,136,140,1) 0%, rgba(99,100,102,1) 48%, rgba(67,67,69,1) 100%)!important;
    border: 0 solid transparent !important;
    position: relative;
    top: -12px;
}

.rpt_title.rpt_title_3:before {
    content: "";
    left: -12px;
    top: 0;
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 12px solid #1a1a1a;
    border-left: 12px solid transparent;
}

.rpt_title.rpt_title_3:after {
    content: "";
    right: -12px;
    top: 0;
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 12px solid #1a1a1a;
    border-right: 12px solid transparent;
}


.rpt_features_3 .rpt_feature:before {
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom-color: #424243;
    position: absolute;
    top: 3px;
    content: "";
    left: 0px;
}

.rpt_features_3 .rpt_feature:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 15px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: #424243;
}


.rpt_style_basic .rpt_plan .rpt_features { 
    background: white !important;
    text-align: left !important;
}

.rpt_style_basic .rpt_plan .rpt_features .rpt_feature {
    border-bottom: 0px dotted lightgrey !important;
    padding-left: 24px !important;
    font-weight: 600 !important;
	position:relative;
}


a.rpt_foot {
    background: white !important;
    border: white solid 2px !important;
}



/* Header */
.agr_mobile_nav_icon{
	display:none;
}


.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(19px);
  -ms-transform: translateX(19px);
  transform: translateX(19px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}


.agr_gogreen_lbl, .agr_godark_lbl, .agr_swtich_dv {
    float: left;
}

.agr_godark_lbl, .agr_swtich_dv{
	margin-right:10px;
}


.agr_main_heder_dv {
    position: absolute;
    top: 0;
    z-index: 999;
    width: 100%;
	border-bottom: 0.5px solid #8080808c;
}

.agr_main_heder_left_dv {
    width: 450px;
    float: left;
}

.agr_mian_logo_dv img {
    width: 200px;
}

.agr_gogreen_lbl span, .agr_godark_lbl span {
    color: white;
    font-family: 'Gadugi';
    font-size: 10px;
    float: left;
    margin-top: 5px;
}

.agr_mian_logo_dv, .agr_mian_swtich_theme_dv{
	float: left;
}

.agr_mian_swtich_theme_dv {
    margin-left: 20px;
    margin-top: 30px;
    font-style: italic;
}


.agr_main_heder_right_dv {
    width: calc(100% - 470px);
    float: left;
    margin-left: 20px;
	    margin-top: 35px;
}

.agr_main_heder_menu_dv ul {
    list-style: none;
    padding: 0;
	text-align: right;
}

.agr_main_heder_menu_dv ul li{
    display:inline-block;
	margin-left: 8px;
}

.agr_main_heder_menu_dv ul li a {
    text-decoration: none;
	font-family: 'Gadugi';
	color:#fff;
	font-size: 14px;
}

.agr_first_banner_heading b {
    color: #8dca8e;
}
.agr_first_banner_heading {
    color: white;
	font-family: 'Gadugi';
	font-size:35px;
	margin-bottom:25px;
}

.agr_section_one_btn_dv a{
	color: #03060d;
    background-color: #e3a42a;
    padding: 7px 30px;
    display: block;
    border: 0;
    border-radius: 20px;    
    font-weight: bold;
    font-family: 'Futura Bk BT';
    cursor: pointer;
	display: inline-block;
    text-decoration: none;	
}

.agr_section_one_btn_dv a:last-child{
	background-color:#072904;
	color:white;
	border:1px solid #e3a42a;
}


.agr_section_one_count_down_dv .time_circles canvas {
    display: none;
}

.agr_section_one_count_down_dv p strong {
    font-weight:normal;
	font-size: 18px;
	position:relative;
	bottom:7px;
}

.agr_section_one_count_down_dv {
    display: inline-block;
    padding: 30px;
    border: 1px solid #e3a42a;
    border-radius: 20px;
}

.agr_section_one_count_down_dv .time_circles > div {
    float: left;
    width: 100px !important;
    position: relative;
    top: 0 !important;
    left: 0 !important;
}


.agr_section_one_count_down_dv .wpcdt-timer-wrap {
    float: left;
}

.time_circles > div > h4, .time_circles > div > span {    
    font-size: inherit !important;   
    line-height: inherit !important;
}

.time_circles > div > span {
    width: 50px !important;
    background-color: #e3a42a;
    margin: auto;
    height: 70px;
    line-height: 70px !important;
    display: block;
    border-radius: 8px;
	font-family: 'Gadugi';
	font-size: 25px!important;
	margin-top: 5px!important;
}

.time_circles > div > h4{
	font-family: 'Gadugi';
	font-size:13px !important;
	color:#fff;
	font-weight:normal;
}


.agr_section_one_count_down_dv:after{
	content:"";
	display:block;
	clear:both;
}

.agr_section_one_count_down_dv p {    
    width: 90px;
	font-family: 'Gadugi';
	font-size: 16px;
	color: #fff;
	float: left;
	margin-top: 35px;
}


/* Partners */
.agr_partner_main_heading{
	text-shadow: -5px 2px 15px rgb(151 238 17 / 89%);
    color: #ffffff;
    font-family: 'Gadugi';
    font-weight: bold;
    /* stroke: #006000; */
    font-size: 52px !important;
    -webkit-text-stroke: 2px #006000;
    margin-bottom: 30px;
}

.agr_partner_main_dv .vc_custom_heading{
	font-family: 'Futura Hv BT';
	margin-bottom:15px;
	font-size: 18px;
}



/* Footer */
.agr_footer_dv{
	background-image:url(../images/footer_bg.jpg);
	width:100%;
	height:330px;
	background-position: right top;	
}

.agr_footer_inner{
	padding: 30px 0px;
}

.agr_footer_col_dv_01 {
    float: left;
    width: 250px;
}

.agr_footer_col_dv_02, .agr_footer_col_dv_03, .agr_footer_col_dv_04 {
    width: calc(50.5% - 310px);
    margin-right: 20px;
    float: left;
}

.agr_footer_col_dv_04 {
    margin-right: 0px;    
}

.agr_footer_col_dv_01 img {
    width: 150px;
}

.agr_footer_dv .agr_footer_inner ul {
	list-style:none;
	padding: 0px;
	
}

.agr_footer_dv .agr_footer_inner ul li h2, .agr_footer_dubl_ul_heading, .agr_footer_newsletter_heading{
	font-family: 'Futura Hv BT';
	font-weight:bold;
	font-style:italic;
	color: #e3a42f;
	margin-bottom:15px;
}

.agr_footer_dv .agr_footer_col_dv_02 ul li h3{
	font-family: 'Futura Hv BT';
	font-size: 18px;
	color: #fff;
	margin-bottom:5px;
}

.agr_footer_dv .agr_footer_col_dv_02 ul li p{
	font-family: 'Futura Bk BT';
	font-size: 16px;
	color: #fff;
	margin-bottom:20px;
}

.agr_footer_dv .agr_footer_col_dv_02 ul li a, .agr_footer_dv .agr_footer_col_dv_03 ul li a{
	font-family: 'Futura Bk BT';
	font-size: 16px;
	color: #fff;
	margin-bottom:20px;
	text-decoration:none;
}

.agr_footer_col_dv_03 > ul {
    width: 50%;
    float: left;
}

.agr_footer_col_dv_03 > ul li{
	margin-bottom:10px;
}

.agr_footer_col_dv_04 input[type="email"]{	
	background-color:transparent;
	border:0px;
	border-bottom:1px solid #e3a42f;
	outline:0;
	padding-bottom: 5px;
    color: #fff;
	font-family: 'Futura Bk BT';
	font-style:italic;
	margin-bottom:10px;
	font-size:16px;
}

.agr_footer_col_dv_04 span.wpcf7-spinner{
	display:none;
}

.agr_footer_col_dv_04 input[type="submit"] {
    color: #03060d;
    background-color: #e3a42a;
    padding: 7px 30px;
    display: block;
    border: 0;
    border-radius: 20px;
    font-style: italic;
    font-weight: bold;
	font-family: 'Futura Bk BT';
	cursor:pointer;
}

.agr_footer_col_dv_04 .wpcf7 form.invalid .wpcf7-response-output, .agr_footer_col_dv_04 .wpcf7 form.unaccepted .wpcf7-response-output, .agr_footer_col_dv_04 .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    margin: 0;
	margin-top: 10px;	
}


.agr_footer_col_dv_04 ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}

.agr_footer_col_dv_04 :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white;
}

.agr_footer_col_dv_04 ::-ms-input-placeholder { /* Microsoft Edge */
  color: white;
}

.agr_footer_col_dv_04 ul{
	margin-top:30px;
}

.agr_footer_col_dv_04 ul li{
	display:inline-block;
	margin-right:8px;
}

.agr_footer_col_dv_04 ul li a {
    width: 35px;
    height: 35px;
    display: block;
    background-color: white;
    border-radius: 50px;
    line-height: 35px;
    text-align: center;
    color: #183d06;
    font-size: 20px;
}

.agr_copyright_dv{
	background-color:#000000;
	padding: 15px 0px;
	font-family: 'Futura Bk BT';
	color:#fff;
}

.agr_copyright_inner_left, .agr_copyright_inner_right{
	width:50%;
	float:left;
}

.agr_copyright_inner_right ul{
	list-style:none;
	padding:0px;
	text-align: right;
}

.agr_copyright_inner_right ul li {
    display: inline-block;
    padding-right: 10px;
    position: relative;
    padding-left: 5px;
}

.agr_copyright_inner_right ul li:after {
    content: "";
    display: block;
    width: 2px;
    background-color: #fff;
    height: 24px;
    position: absolute;
    top: 0;
    right: 0;
}

.agr_copyright_inner_right ul li:last-child:after {
    content: "";
    display: block;
    width: 0px;
    background-color: #fff;
    height: 24px;
    position: absolute;
    top: 0;
    right: 0;
}

.agr_copyright_inner_right ul li a{
	font-family: 'Futura Hv BT';
	text-decoration:none;
	display:block;
	color:#fff;
}




/* Dark Layout */
.agr_footer_dv.agr_dark_layout{
	background-image:url(../images/footer_dark_bg.jpg);
	width:100%;
	height:330px;
	background-position: right top;	
}

.agr_dark_layout .agr_faq_heading, .agr_dark_layout .agr_partner_main_heading, .agr_dark_layout h2.agr_road_map_heading,
.agr_dark_layout h2.agr_our_motivated_team_main_heading_dv, .agr_dark_layout h2.agr_utility_main_heading_dv, .agr_dark_layout .agr_about_heading b, .agr_dark_layout .agr_techlogy_main_heading_dv b{
    text-shadow: -5px 2px 15px #e3a42f;    
    -webkit-text-stroke: 2px #e3a42f;    
}

.agr_dark_layout .agr_first_banner_heading b {
    color: #e3a42f;
}

.agr_dark_layout .agr_section_one_btn_dv a:last-child {
    background-color: #080a08;    
}

.agr_green_layout_active .agr_dark_layout {
    display: none;
}

.agr_dark_layout_active .agr_green_layout  {
    display: none;
}

.agr_green_layout_active .agr_gogreen_lbl img:last-child {
    display: none;
}

.agr_dark_layout_active .agr_gogreen_lbl img:nth-child(2) {
    display: none;
}

.agr_dark_layout_active div#agr_socail_icon_dv span.vc_icon_element-icon {    
    color: #565656 !important;
}

.agr_dark_layout_active div#agr_socail_icon_dv div.agr_discor_icon span.vc_icon_element-icon {    
    background-image: url(/wp-content/uploads/2023/01/discord_icon_dark.png);
}

.agr_dark_layout_active div#agr_socail_icon_dv {    
    background-color: white;
	border: 1px solid #565656;
}


/* Side Bar */
div#agr_socail_icon_dv {
    position: fixed !important;
    width: 50px !important;
    background-color: #438521;
    border-radius: 50px;
    /*right: 50px;
    left: auto !important;*/
	left: 50px !important;
    right: auto !important;
    bottom: 50px;
	border: 1px solid #fff;
    outline: 0;
}

div#agr_socail_icon_dv .vc_column-inner {
    padding-top: 20px;
    padding-bottom: 20px;
}

div#agr_socail_icon_dv .vc_icon_element .vc_icon_element-style- {
    height: 50px;
    width: 50px;
}

div#agr_socail_icon_dv .vc_icon_element-align-left{
	margin-bottom:0px;
}

div#agr_socail_icon_dv span.vc_icon_element-icon {
    font-size: 1.5em !important;
	/*color : #e3a42a  #264018 !important;*/
	color : #fff !important;
}

div#agr_socail_icon_dv div.agr_discor_icon span.vc_icon_element-icon {
    font-size: 0 !important;
    /*background-image: url(/wp-content/uploads/2023/01/discord_icon.png);*/
	background-image: url(/wp-content/uploads/2023/01/discord_icon_white.png);
    height: 35px;
    width: 35px;
    display: block;
    background-size: 75%;
    background-repeat: no-repeat;
    background-position: center;
}

.vc_box_border_grey .attachment-thumbnail {
    width: 100% !important;
}

.agr_partner_main_dv .wpb_single_image {
    height: 130px;
	line-height: 130px;
}

.agr_partner_main_dv .wpb_single_image img {    
    vertical-align: middle !important;
}


/* Media Query  */
@media only screen and (max-width: 1250px) {
	.agr_container {
        width: 1020px;
        margin: 0 auto;
    }
	
	.rpt_plan {    
    	height: 520px;
	}
	
	.agr_main_heder_left_dv {
    	width: 390px;    
	}
	
	.agr_main_heder_right_dv {
    	width: calc(100% - 410px);   
		position: relative;
	}
	
	.agr_main_heder_menu_dv ul li a {    
    	font-size: 13px;
	}
	
	.agr_main_heder_menu_dv ul li {    
    	margin-left: 5px;
	}
	
}

@media only screen and (max-width: 1050px) {
	.agr_mobile_nav_icon{
		display:block;
		color:white;
		float: right;
		font-size: 20px;
		cursor:pointer;
	}
	
	.agr_mobile_nav_icon a{		
		color:white;		
	}
	
	.agr_main_heder_menu_dv{
		display:none;
	}
	
	.agr_main_heder_menu_dv.agr_menu_active {
		display: block;
		position: absolute;
		top: 30px;
		width: 250px;
		background-color: #f0b434;
		right: 0;
	}
	
	.agr_main_heder_menu_dv.agr_menu_active ul li {
		width: 100%;
		float: none;
		margin-left: 0;
		text-align: left;
		display: inline-block;
	}
	
	.agr_main_heder_menu_dv.agr_menu_active ul li a {
	    display: block;
    	padding: 10px 15px;
	}
	
	.agr_container {
        width: 850px;
        margin: 0 auto;
    }
	
	.agr_first_section_main_dv .wpb_column.vc_column_container.vc_col-sm-4 {
    	display: none;
	}
	
	.agr_first_section_main_dv .vc_col-sm-8 {
    	width: 100%;
	}
	
	.rpt_plan {
    	height: 605px;
	}
	
	.agr_faqs_main_dv .vc_toggle_title h4 {    
    	font-size: 14px;
	}
	
	.agr_footer_col_dv_01 img {
    	width: 100px;
	}
	
	.agr_footer_col_dv_01 {    	
    	width: 140px;
	}
	
	.agr_footer_col_dv_02, .agr_footer_col_dv_03, .agr_footer_col_dv_04 {
    	width: calc(62.5% - 310px);    
	}
	
	.agr_footer_col_dv_03 > ul {
    	width: 100%;
	}
	
	.agr_footer_col_dv_03 {
    	width: 150px;
	}
	
	.agr_footer_dv {    
    	height: 350px;    
	}

}

@media only screen and (max-width: 850px) {
	.agr_container {
		width: 90%;
		margin-left: 5% !important;
		margin-right: 5% !important;
	}
	
	.vc_column_container {
    	width: 100%;
	}
	
	.rpt_plan {
		height: 415px;
		margin-bottom: 20px;
	}
	
	.rpt_4_plans .rpt_plan {
		width: 49.5% !important;
	}
	
	.rpt_4_plans .rpt_plan_2{
		margin-left:0px !important;
	}
	
	.agr_partner_main_dv .vc_custom_heading {    
    	font-size: 14px;
	}
	
	.agr_footer_dv {
    	height: 430px;
	}
	
	.agr_footer_col_dv_01 {
	    width: 220px;
	}
	
	.agr_footer_col_dv_02 {
	    width: calc(100% - 240px);
    	margin-bottom: 20px;
	}
	
	.agr_footer_col_dv_03 {
    	width: 50%;
		margin-right: 0px;
	}
	
	.agr_footer_col_dv_04 {
    	width: 50%;
	}
	
	.agr_footer_col_dv_03 > ul {
    	width: 50%;
	}
	
}


@media only screen and (max-width: 767px) {
	.agr_section_one_count_down_dv .time_circles > div {    
    	width: 60px !important;    
	}
	
	.rpt_plan {
	    height: 440px;
    	margin-bottom: 20px;
	}
	
	.agr_faqs_main_dv .vc_empty_space {
    	display: none;
	}
	
	.agr_faqs_main_dv .wpb_column.vc_column_container.vc_col-sm-6:last-child .vc_column-inner {
    	padding-top: 0;
	}
	
	
}


@media only screen and (max-width: 650px) {
	.agr_footer_dv {
    	height: inherit;
	}
	
	.agr_footer_col_dv_01, .agr_footer_col_dv_02, .agr_footer_col_dv_03, .agr_footer_col_dv_04{
		width:100%;
		float:none;
		margin-right: 0px;
		margin-bottom: 10px;
	}
	
	.rpt_4_plans .rpt_plan {
    	width: 100% !important;
	}
	
	.agr_faqs_main_dv .vc_empty_space {
    	display: none;
	}
	
	.agr_faqs_main_dv .vc_toggle:last-child{
		margin-bottom:0px;
	}
	
	.agr_faqs_main_dv .wpb_column.vc_column_container.vc_col-sm-6:last-child .vc_column-inner {
    	padding-top: 0;
	}
	
	.agr_footer_col_dv_03:after{
		content:"";
		clear:both;
		display:block;
	}
	
	.agr_about_main_dv h2, .agr_utility_main_dv h2.agr_utility_main_heading_dv, .agr_our_motivated_team_main_dv h2.agr_our_motivated_team_main_heading_dv, .agr_road_map_main_dv h2.agr_road_map_heading, .agr_road_map_main_dv h2.agr_road_map_heading, .agr_partner_main_heading {    
    	font-size: 35px;	    
	}
	
	.agr_technolgy_main_dv h2.agr_techlogy_main_heading_dv {    
    	font-size: 30px;    
	}

	.agr_copyright_inner_left, .agr_copyright_inner_right {
		width: 100%;
		float: none;
		text-align: center;
		margin-bottom: 10px;
	}
	
	.agr_copyright_inner_right ul {    
    	text-align: center;
	}
	
	
}


@media only screen and (max-width: 600px) {
	.agr_section_one_count_down_dv p {
    	width: 100%;
    	float: none;
    	margin-bottom: 15px;
		margin-top: 0px;
		font-weight: bold;
	}
	
	.agr_section_one_count_down_dv p br {
    	display: none;
	}
	
	.agr_section_one_count_down_dv p strong{
		font-weight: bold;
	}
}

@media only screen and (max-width: 500px) {
	/*.agr_section_one_count_down_dv p {
    	width: 100%;    
    	float: none;
    	margin-bottom: 15px;
	}*/
	
	.agr_section_one_count_down_dv .time_circles > div {
    	width: 50px !important;
		margin-left: 15px;
	}
	
	.textDiv_Days {
    	margin-left: 0 !important;
	}
	
	.agr_mian_logo_dv img {
    	width: 150px;
	}
	
	.agr_mian_swtich_theme_dv {
    	margin-left: 10px;
    	margin-top: 20px;    	
	}
	
	.agr_main_heder_right_dv {    
    	margin-top: 23px;
	}
	
	.agr_main_heder_left_dv {
    	/*width: 330px;*/
		width: 304px;
	}
	
	.agr_main_heder_right_dv {
    	width: calc(100% - 350px);    
	}
	
	.agr_main_heder_dv {    
    	padding-top: 10px;
	}
	
	.agr_first_banner_heading {    	
    	font-size: 28px;    	
	}
	
	.agr_utility_main_dv img {
    	width: 80px;
	}
	
	.agr_about_main_dv h2, .agr_utility_main_dv h2.agr_utility_main_heading_dv, .agr_our_motivated_team_main_dv h2.agr_our_motivated_team_main_heading_dv, .agr_road_map_main_dv h2.agr_road_map_heading, .agr_road_map_main_dv h2.agr_road_map_heading, .agr_partner_main_heading, .agr_faq_heading, .agr_partner_main_heading {
    font-size: 30px;
}
	
	.rpt_plan {
    	height: inherit;    	
	}
	

}


@media only screen and (max-width: 400px) {
	
	.agr_mian_logo_dv img {
    	width: 120px;
	}
	
	.agr_main_heder_right_dv {
    	margin-top: 15px;
	}
	
	.agr_mian_swtich_theme_dv {    
    	margin-top: 13px;
	}
	
	.agr_section_one_btn_dv a {    
    	padding: 7px 20px;    
    	font-size: 15px;
	}

}
