



.newsletter_form .btn.btn-submit {
    border-right: 0;
    border-top: 0;
    border-bottom: 0;
    background-color: transparent;
    border-left: 1px solid #999;
    border-radius: 0;
    height: 45px;
    line-height: 42px;
    text-transform: uppercase;
    padding: 6px 12px;
    top: 0px;
    right: 0;
	
}.light_skin .navbar-nav a, .light_skin .navbar-toggler {
    color: #73bd42;
}
.light_skin.nav-fixed .navbar-nav > li > a, .light_skin.nav-fixed .navbar-toggler {
    color: #73bd42;
}


.hover_menu_style4 .navbar-expand-lg .navbar-nav > li:hover > a, .hover_menu_style4 .navbar-expand-lg .navbar-nav > li > a.active {
    background-color: transparent;
}

.hover_menu_style4 .navbar-expand-lg .navbar-nav > li:hover > a, .hover_menu_style4 .navbar-expand-lg .navbar-nav > li > a.active {
    background-color: transparent;
    color: #971724;
}

.tab-style3 .tab-content, .tab-style4 .tab-content, .tab-style5 .tab-content {
    margin-top: 0px;
   border-radius: 10px;
    box-shadow: 0 0 8px rgba(0,0,0,.2);
    border: 0;
}
.mega-menu-col {
    border-right: 1px solid #16181a;
}
th{   solid #ccc;}
.blur-filter {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
}


.popup {
  position: fixed;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
       z-index: 2400;
	   font-family: 'Roboto', sans-serif;
}


.popup .popuptext {
  visibility: hidden;
  width: 380px;
  background-color: rgba(255,255,255,0.8);
  color: #000;
  border:1px;
border-style: solid;
border-color:#73bd42;
font-size:14px;
  border-radius: 6px;
  padding: 8px ;
  position: absolute;
 bottom: 125%;
 top: 125%;
 right: 0%;
  margin-left: 10px;
   margin-right: 10px;
  font-family: 'Roboto', sans-serif;
text-align: center;
z-index: 1000;
height:270px;
}

.rh .fa-times-circle:before {
    content: "";
}
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 0%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent;
  display: block;
}


.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
    z-index: 1000;
}

@-webkit-keyframes fadeIn {
  from {opacity: 0;} 
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}


.overlay {

  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  display: block;
    justify-content: center;
	 
	 overflow: auto; 
	  overflow-x: auto; 
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup1 {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 70%;
  position: relative;
  transition: all 5s ease-in-out;
 z-index: 1000 !important;
 border: 0.1px solid rgba(0,0,0,0.7);
  border-color: #ddd;
 border-width: 0.1px;
overflow: auto;
overflow-x: auto; 
}

.popup1 h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup1 .close {
  position: absolute;
  top: 0px;
  right: 3px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup1 .close:hover {
  color: #06D85F;
}
.popup1 .content {
  max-height: 100%;
  overflow: hidden;
 border: 0.1px solid rgba(0,0,0,0.7);
  border-color: #ddd;
 border-width: 0.1px;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
  
}











.btn-success:hover {
    color: #fff;
    background-color: #971724;
    border-color: #971724;
}






#popup1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.9);
    z-index: 1001;
}
@media screen and (min-width: 320px) and (max-width: 410px){
   .dark_skin .logo_dark {
    display: block;
    margin-left: 130px;
	
}



.page-title h1 {
    margin-bottom: 10px;
    margin-left: 20px;
}
.tab-style3 .tab-content, .tab-style4 .tab-content, .tab-style5 .tab-content {
    margin-top: -17px;
    border-radius: 10px;
    box-shadow: 0 0 8px rgba(0,0,0,.2);
    border: 0;
}
	
.btn-success {
    color: #fff;
    background-color: #74bd43;
	width:100px;
    border-color: #74bd43;
}
.btn-success2:hover {
    color: #fff;
    background-color: #971724;
    border-color: #971724;
}
.btn-success2 {
    color: #fff;
    background-color: #74bd43;
    border-color: #74bd43;
	width:100px;
	margin-left:0px;
	
	float:right;
}

#popup1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.9);
    z-index: 1001;
}

.popup .popuptext {
  visibility: hidden;
  width: 210px;
  background-color: rgba(255,255,255,0.8);
  color: #000;
  border:1px;
border-style: solid;
border-color:#73bd42;
font-size:14px;
  border-radius: 6px;
  padding: 8px ;
  position: absolute;
 bottom: 125%;
 top: 125%;
 right: 0%;
  margin-left: 10px;
   margin-right: 10px;
  font-family: 'Roboto', sans-serif;
text-align: center;
z-index: 1000;
height:470px;
}

.rh .fa-times-circle:before {
    content: "";
}
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 0%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent;
  display: block;
}


.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
    z-index: 1000;
}

@-webkit-keyframes fadeIn {
  from {opacity: 0;} 
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}

.form-group {
    margin-left: 30px;
	 margin-right: 30px;
}

.link{
	display:none;
	
	}
	.link1{
	display:block;
	margin-top:-70px;
	}

.desktop{display:none;}
}

@media screen and (min-width: 411px){
    .dark_skin .logo_dark {
    display: block;
    margin-left:0px;
}  #popup1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.9);
    z-index: 1001;
}



.popup .popuptext {
  visibility: hidden;
  width: 280px;
  background-color: rgba(255,255,255,0.8);
  color: #000;
  border:1px;
border-style: solid;
border-color:#73bd42;
font-size:14px;
  border-radius: 6px;
  padding: 8px ;
  position: absolute;
 bottom: 125%;
 top: 125%;
 right: 0%;
  margin-left: 10px;
   margin-right: 10px;
  font-family: 'Roboto', sans-serif;
text-align: center;
z-index: 1000;
height:400px;
}

.rh .fa-times-circle:before {
    content: "";
}
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 0%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent;
  display: block;
}


.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
    z-index: 1000;
}

@-webkit-keyframes fadeIn {
  from {opacity: 0;} 
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}





.tab-style3 .nav-tabs .nav-link.active {
    background-color: #73bd42;
    color: #fff;
	
}
.tab-style3 .tab-content, .tab-style4 .tab-content, .tab-style5 .tab-content {
    margin-top: -8px;
    border-radius: 10px;
    box-shadow: 0 0 8px rgba(0,0,0,.2);
    border: 0;
}
	
	.form-group {
    margin-left: 10px;
	 margin-right: 10px;
}.btn-success {
    color: #fff;
    background-color: #74bd43;
	width:130px;
    border-color: #74bd43;
}
.btn-success2:hover {
    color: #fff;
    background-color: #971724;
    border-color: #971724;
}
.btn-success2 {
    color: #fff;
    background-color: #74bd43;
    border-color: #74bd43;
	width:130px;
	margin-left:0px;
	
	float:right;
}.page-title h1 {
    margin-bottom: 10px;
    margin-left: 20px;
}

.link{
	display:none;
	
	}
	
	.tab-style3 .tab-content, .tab-style4 .tab-content, .tab-style5 .tab-content {
    margin-top: -8px;
    border: 0.5px solid rgba(255,255,255,0.1);
}
	
	.link1
	{
	display:block;
margin-top:-50px;
	}
	
	.form-group {
    margin-left: 10px;
	 margin-right: 10px;
	 
}
	
.desktop{display:none;}
}

@media screen and (min-width: 412px)
{
    .dark_skin .logo_dark {
    display: block;
    margin-left: 0px;
} 
.desktop{
display:none;

}

 .btn-success {
    width: 130px;
    margin-top: 0px;
	margin-right:10px; 
}
.btn-success {
    color: #fff;
    background-color: #74bd43;
	width:130px;
    border-color: #74bd43;
}
.btn-success2:hover {
    color: #fff;
    background-color: #971724;
    border-color: #971724;
}
.btn-success2 {
    color: #fff;
    background-color: #74bd43;
    border-color: #74bd43;
	width:130px;
	margin-left:0px;
	
	float:right;
}


#popup1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.9);
    z-index: 1001;
}
.btn-success {
    width: 100px;
    margin-top: 0px;
	  margin-left: 15px;
	  float:right;
}
.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 0.9rem;
    line-height: 1.0;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.link{
	display:none;
	
	}
	
	.tab-style3 .tab-content, .tab-style4 .tab-content, .tab-style5 .tab-content {
    margin-top: -8px;
    border: 0.5px solid rgba(255,255,255,0.1);
}
	
	.link1
	{
	display:block;
margin-top:-50px;
	}
	
	.form-group {
    margin-left: 10px;
	 margin-right: 10px;
	 
}
	
.btn-success {
    color: #fff;
    background-color: #74bd43;
	width:130px;
    border-color: #74bd43;
}
.btn-success2:hover {
    color: #fff;
    background-color: #971724;
    border-color: #971724;
}
.btn-success2 {
    color: #fff;
    background-color: #74bd43;
    border-color: #74bd43;
	width:130px;
	margin-left:0px;
	
	float:right;
}
	
	
	
}
@media screen and (min-width: 375px) and (max-width: 410px){
   .dark_skin .logo_dark {
    display: block;
    margin-left: 0px;
	
}
.btn-success {
    color: #fff;
    background-color: #74bd43;
	width:130px;
    border-color: #74bd43;
}
.btn-success2:hover {
    color: #fff;
    background-color: #971724;
    border-color: #971724;
}
.btn-success2 {
    color: #fff;
    background-color: #74bd43;
    border-color: #74bd43;
	width:130px;
	margin-left:0px;
	
	float:right;
}

#popup1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.9);
    z-index: 1001;
}

.popup .popuptext {
  visibility: hidden;
  width: 280px;
  background-color: rgba(255,255,255,0.8);
  color: #000;
  border:1px;
border-style: solid;
border-color:#73bd42;
font-size:14px;
  border-radius: 6px;
  padding: 8px ;
  position: absolute;
 bottom: 125%;
 top: 125%;
 right: 0%;
 right: 0%;
  margin-left: 10px;
   margin-right: 10px;
  font-family: 'Roboto', sans-serif;
text-align: center;
z-index: 1000;
height:330px;
}

.rh .fa-times-circle:before {
    content: "";
}
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 0%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent;
  display: block;
}


.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
    z-index: 1000;
}

@-webkit-keyframes fadeIn {
  from {opacity: 0;} 
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}

.tab-style3 .tab-content, .tab-style4 .tab-content, .tab-style5 .tab-content {
    margin-top: -15px;
    border-radius: 10px;
    box-shadow: 0 0 8px rgba(0,0,0,.2);
    border: 0;
}

.link{
	display:none;
	
	}
	.link1{
	display:block;
	margin-top:-70px;
	}

.desktop{display:none;}
}

@media screen and (min-width: 500px) and (max-width: 768px){
   .tab-style3 .tab-content, .tab-style4 .tab-content, .tab-style5 .tab-content {
    margin-bottom: 20px;
    border: 0.5px solid rgba(255,255,255,0.1);
} 
.btn-success {
    width: 100px;
    margin-top: 0px;
	  margin-left: 15px;
	float: right;  
}.link{
	display:none;
	
	}
 .btn-success {
    width: 130px;
    margin-top: 0px;
	margin-right:10px; 
}
.btn-success {
    color: #fff;
    background-color: #74bd43;
	width:130px;
    border-color: #74bd43;
}
.btn-success2:hover {
    color: #fff;
    background-color: #971724;
    border-color: #971724;
}
.btn-success2  {
    color: #fff;
    background-color: #74bd43;
    border-color: #74bd43;
	width:130px;
	margin-right:0px;
	margin-top:-20px;
	
}
.tab-style3 .nav-tabs .nav-link.active {
    background-color: #73bd42;
    color: #fff;
	margin-bottom:10px;
}

	
	.form-group {
    margin-left: 10px;
	 margin-right: 10px;
}
}



@media screen and (min-width: 768px)
{

.tab-style3 .tab-content, .tab-style4 .tab-content, .tab-style5 .tab-content {
    margin-top: 0px;
    border: 0.5px solid rgba(255,255,255,0.1);
} 


.btn-success {
    width: 100px;
    margin-top: 0px;
	  margin-left: 5px;
}



   .dark_skin.logo_dark {
    display: block;
    margin-left: 0px;
} #popup1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.9);
    z-index: 1001;
}
.btn-success {
    width: 130px;
   margin-right:10px; 
  
}
.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 0.9rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
    margin-left: 50px;
}
.tab-style3 .nav-tabs li {
    display: inline-block;
    margin-right: 10px;
	 margin-left: 20px;
    margin-top: 10px;
	margin-bottom: -3px;
} 
.tab-style3 .nav-tabs:after {
border-right: 1px solid #73bd42;
border-top: 1px solid #73bd42;
    background-color:#73bd42;
        border-radius: 10px 10px 0px 0px;
    display: block;
    content:" ";
    width: 100px;
    height: 44px;
    top: -1px;
    position: absolute;
     margin-right: 10px;
	 margin-left: 100px;
    margin-top: 11px;
    transform:skewX(45deg);
    -ms-transform:skewX(45deg);
    -webkit-transform:skewX(15deg);
    z-index: -1;
}
.link1{
	display:none;
	
	}
	.link{
	display:block;

	}

section {
    padding: 140px 0;
    position: relative;
	margin-left: 0px;
	margin-right: 0px;
}  
.top_footer {
    padding: 50px 0;
	margin-left: 0px;
	margin-right: 0px;
}
.desktop
{
display:none;
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 10px;
    box-shadow: 0 0 8px rgba(0,0,0,.2);
    border: 0;
}
.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    
}
}

@media screen and (min-width: 768px) and (max-width: 988px){
   .dark_skin .logo_dark {
    display: block;
    margin-left: 0px;
}  .btn-success {
    width: 130px;
    margin-top: 0px;
	margin-right:10px; 
}
.btn-success {
    color: #fff;
    background-color: #74bd43;
	width:130px;
    border-color: #74bd43;
}
.btn-success2:hover {
    color: #fff;
    background-color: #971724;
    border-color: #971724;
}
.btn-success2 {
    color: #fff;
    background-color: #74bd43;
    border-color: #74bd43;
	width:130px;
	margin-left:-20px;
	margin-top:40px;
}


.tab-style3 .tab-content, .tab-style4 .tab-content, .tab-style5 .tab-content {
    margin-top: 0px;
    border: 0.5px solid rgba(255,255,255,0.1);
}
#popup1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.9);
    z-index: 1001;
}
section {
    padding: 140px 0;
    position: relative;
	margin-left: 60px;
	margin-right: 30px;
}  
.top_footer {
    padding: 50px 0;
	margin-left: 70px;
	margin-right: 0px;
}



}

@media screen and (min-width: 990px) {
   .dark_skin .logo_dark {
    display: block;
    margin-left: 0px;
}  .btn-success {
    width: 130px;
    margin-top: 0px;
	margin-right:10px; 
}
.btn-success {
    color: #fff;
    background-color: #74bd43;
	width:130px;
    border-color: #74bd43;
}
.btn-success2:hover {
    color: #fff;
    background-color: #971724;
    border-color: #971724;
}
.btn-success2 {
    color: #fff;
    background-color: #74bd43;
    border-color: #74bd43;
	width:130px;
	margin-left:-80px;
	margin-top:40px;
}


.tab-style3 .tab-content, .tab-style4 .tab-content, .tab-style5 .tab-content {
    margin-top: 0px;
    border: 0.5px solid rgba(255,255,255,0.1);
}
#popup1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.9);
    z-index: 1001;
}
section {
    padding: 140px 0;
    position: relative;
	margin-left: 60px;
	margin-right: 30px;
}  
.top_footer {
    padding: 50px 0;
	margin-left: 70px;
	margin-right: 0px;
}



}




@media screen and (min-width: 999px) and (max-width: 1024px){
   .dark_skin .logo_dark {
    display: block;
    margin-left: 0px;
}  .btn-success {
    width: 130px;
    margin-top: 0px;
	margin-right:10px; 
}
.btn-success {
    color: #fff;
    background-color: #74bd43;
	width:180px;
    border-color: #74bd43;
}
.btn-success2:hover {
    color: #fff;
    background-color: #971724;
    border-color: #971724;
}
.btn-success2 {
    color: #fff;
    background-color: #74bd43;
    border-color: #74bd43;
	width:180px;
	margin-left:0px;
	margin-bottom:20px;
}


.tab-style3 .tab-content, .tab-style4 .tab-content, .tab-style5 .tab-content {
    margin-top: 0px;
    border: 0.5px solid rgba(255,255,255,0.1);
}
#popup1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.9);
    z-index: 1001;
}
section {
    padding: 140px 0;
    position: relative;
	margin-left: 60px;
	margin-right: 30px;
}  
.top_footer {
    padding: 50px 0;
	margin-left: 70px;
	margin-right: 0px;
}



}
@media screen and (min-width: 1024px){
  .dark_skin .logo_dark {
    display: block;
    margin-left: 0px;
} 
.btn-success2:hover {
    color: #fff;
    background-color: #971724;
    border-color: #971724;
}.btn-success {
    color: #fff;
    background-color: #74bd43;
	width:130px;
    border-color: #74bd43;
}
.btn-success2:hover {
    color: #fff;
    background-color: #971724;
    border-color: #971724;
}
.btn-success2 {
    color: #fff;
    background-color: #74bd43;
    border-color: #74bd43;
	width:130px;
	margin-right:35px;
	margin-top: 20px;
}

  
#popup1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.9);
    z-index: 1001;
}.btn-success {
    width: 130px;
  margin-right:20px;  
}
.navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    margin-right: 0px;
}
.link1{
	display:none;
	
	}
.link{
	display:block;

	}
.desktophide{display:none;}
.desktop{display:block;}
section {
    padding: 140px 0;
    position: relative;
	margin-left: 40px;
	margin-right: 40px;
}  
.top_footer {
    padding: 50px 0;
	margin-left: 40px;
	margin-right: 40px;
}

}
@media screen and (min-width: 1200px){
  .dark_skin .logo_dark {
    display: block;
    margin-left: 40px;
}  


.btn-success2:hover {
    color: #fff;
    background-color: #971724;
    border-color: #971724;
}
.btn-success2 {
    color: #fff;
    background-color: #74bd43;
    border-color: #74bd43;
	width:180px;
	margin-right:35px;
	margin-top: 20px;
}




 #popup1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.9);
    z-index: 1001;
}
.btn-success {
    width: 180px;
   margin-left:0px; 
}
.navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    margin-right: 10px;
}
.container {
    max-width: 1400px;
   
}
.link1{
	display:none;
	
	}
	.link{
	display:block;

	}
.desktophide{display:none;}
.desktop{display:block;}
section {
    padding: 140px 0;
    position: relative;
	margin-left: 40px;
	margin-right: 40px;
}  
.top_footer {
    padding: 50px 0;
	margin-left: 40px;
	margin-right: 40px;
}

}

@media screen and (min-width: 1224px){
.btn-success {
    color: #fff;
    background-color: #74bd43;
	width:180px;
    border-color: #74bd43;
}
.btn-success2:hover {
    color: #fff;
    background-color: #971724;
    border-color: #971724;
}
.btn-success2 {
    color: #fff;
    background-color: #74bd43;
    border-color: #74bd43;
	width:180px;
	margin-left:-80px;
margin-top: 20px;}

.dark_skin .logo_dark{
    display: block;
    margin-left: 140px;
} #popup1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.9);
    z-index: 1001;
}
.btn-success {
    width: 100%;
   margin-left:0px; 
}
.navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    margin-right: 40px;
} 
.link1{
	display:none;
	
	}
	.link{
	display:block;

	}
.desktophide{display:none;}
.desktop{display:block;}
section {
    padding: 140px 0;
    position: relative;
	margin-left: 140px;
	  margin-right: 140px;
}  
.row1 {
   
    position: relative;
	margin-left: 140px;
	  margin-right: 140px;
} 
.top_footer {
    padding: 50px 0;
	margin-left: 140px;
	margin-right: 70px;
}
.navbar-nav{margin-right:80px;}

}
@media screen and (min-width: 1312px){
.btn-success {
    color: #fff;
    background-color: #74bd43;
	width:180px;
    border-color: #74bd43;
}
.btn-success2:hover {
    color: #fff;
    background-color: #971724;
    border-color: #971724;
}
.btn-success2 {
    color: #fff;
    background-color: #74bd43;
    border-color: #74bd43;
	width:180px;
	margin-left:30px;
	margin-top: 20px;
}

.dark_skin .logo_dark{
    display: block;
    margin-left: 140px;
} #popup1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.9);
    z-index: 1001;
}
.btn-success {
    width: 180px;
   margin-left:0px; 
}
.navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    margin-right: 40px;
} 
.link1{
	display:none;
	
	}
	.link{
	display:block;

	}
.desktophide{display:none;}
.desktop{display:block;}
section {
    padding: 100px 0;
    position: relative;
	margin-left: 140px;
	  margin-right: 140px;
}  
.row1 {
   
    position: relative;
	margin-left: 140px;
	  margin-right: 140px;
} 
.top_footer {
    padding: 50px 0;
	margin-left: 140px;
	margin-right: 70px;
}
.navbar-nav{margin-right:80px;}
}
@media screen and (min-width: 1337px){
.btn-success {
    color: #fff;
    background-color: #74bd43;
	width:180px;
    border-color: #74bd43;
}
.btn-success2:hover {
    color: #fff;
    background-color: #971724;
    border-color: #971724;
}
.btn-success2 {
    color: #fff;
    background-color: #74bd43;
    border-color: #74bd43;
	width:180px;
	margin-left:10px;
	margin-top: 10px;
}

.dark_skin .logo_dark{
    display: block;
    margin-left: 140px;
} #popup1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.9);
    z-index: 1001;
}
.btn-success {
    width: 180px;
   margin-left:0px; 
}
.navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    margin-right: 40px;
} 
.link1{
	display:none;
	
	}
	.link{
	display:block;

	}
.desktophide{display:none;}
.desktop{display:block;}
section {
    padding: 140px 0;
    position: relative;
	margin-left: 140px;
	  margin-right: 140px;
}  
.row1 {
   
    position: relative;
	margin-left: 140px;
	  margin-right: 140px;
} 
.top_footer {
    padding: 50px 0;
	margin-left: 140px;
	margin-right: 70px;
}
.navbar-nav{margin-right:80px;}
}
@media screen and (min-width: 1401px){
.btn-success {
    color: #fff;
    background-color: #74bd43;
	width:180px;
    border-color: #74bd43;
}
.btn-success2:hover {
    color: #fff;
    background-color: #971724;
    border-color: #971724;
}
.btn-success2 {
    color: #fff;
    background-color: #74bd43;
    border-color: #74bd43;
	width:180px;
	margin-right:32px;
	margin-top: 10px;
}

.dark_skin .logo_dark{
    display: block;
    margin-left: 140px;
} #popup1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.9);
    z-index: 1001;
}
.btn-success {
    width: 180px;
   margin-left:0px; 
}
.navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    margin-right: 40px;
} 
.link1{
	display:none;
	
	}
	.link{
	display:block;

	}
.desktophide{display:none;}
.desktop{display:block;}
section {
    padding: 140px 0;
    position: relative;
	margin-left: 140px;
	  margin-right: 140px;
}  
.row1 {
   
    position: relative;
	margin-left: 140px;
	  margin-right: 140px;
} 
.top_footer {
    padding: 50px 0;
	margin-left: 140px;
	margin-right: 70px;
}
.navbar-nav{margin-right:80px;}
}
}
@media screen and (min-width: 1824px){
 .dark_skin .logo_dark {
    display: block;
    margin-left: 140px;
}  .btn-success {
    width: 180px;
   margin-left:0px; 
}
.link1{
	display:none;
	
	}
	.link{
	display:block;

	}
.desktophide{display:none;}
.desktop{display:block;}

.navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    margin-right: 40px;
}
 .section {
    padding: 140px 0;
    position: relative;
	margin-left: 140px;
	margin-right: 140px;
}  



.navbar-nav{margin-right:80px;}

.navbar-expand-lg {
    -ms-flex-direction: row;
    flex-direction: row;
    margin-right: 40px;
}
   .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    margin-right: 140px;
}


.btn-success {
    color: #fff;
    background-color: #74bd43;
    border-color: #74bd43;
}
.btn-success2:hover {
    color: #fff;
    background-color: #971724;
    border-color: #971724;
}
.btn-success2 {
    color: #fff;
    background-color: #74bd43;
    border-color: #74bd43;
	width:180px;
	margin-left:35px;
}


}


 .section {
    padding: 140px 0;
    position: relative;
	margin-left: 140px;
	margin-right: 140px;
}  
.btn-success:hover {
    color: #fff;
    background-color: #971724;
    border-color: #971724;
}

#Div2 {
  display: none;
}







.button1 {
  background: none!important;
  border: none;
  padding: 0!important;
 
  font-family: arial, sans-serif;

  color: #73bd42;
  text-decoration: underline;
  cursor: pointer;
}


.hover_menu_style2 .navbar-expand-lg .navbar-nav > li > .nav-link::before {
    background-color: #73bd42;
    bottom: 15px;
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    right: 50%;
    transition: all 0.5s ease 0s;
}
.tab-style3 li .nav-link:hover{
 background-color:#971724;
 color:white;
}
 @media screen and (min-width: 320px) and (max-width: 480px){
  .desktop{
	  
	  display:none;
  }
   .mobile{
	  
	  display:block;
  }
}
/* Smartphones (portrait) ---------- */
@media screen and (max-width: 320px){
    .desktop{
	  
	  display:none;
  }
   .mobile{
	  
	  display:block;
  }
}
/* Smartphones (landscape) ---------- */
@media screen and (min-width: 321px){
   .desktop{
	  
	  display:none;
  }
   .mobile{
	  
	  display:block;
  }
}
/* Tablets, iPads (portrait and landscape) ---------- */
@media screen and (min-width: 768px) and (max-width: 1024px){
    .desktop{
	  
	  display:block;
  }
   .mobile{
	  
	  display:none;
  }
}
/* Tablets, iPads (portrait) ---------- */
@media screen and (min-width: 768px){
    .desktop{
	  
	  display:block;
  }
   .mobile{
	  
	  display:none;
  }
}
/* Tablets, iPads (landscape) ---------- */
@media screen and (min-width: 1024px){
     .desktop{
	  
	  display:block;
  }
   .mobile{
	  
	  display:none;
  }
}
/* Desktops and laptops ---------- */
@media screen and (min-width: 1224px){
     .desktop{
	  
	  display:block;
  }
   .mobile{
	  
	  display:none;
  }
}
/* Large screens ---------- */
@media screen and (min-width: 1824px){
     .desktop{
	  
	  display:block;
  }
   .mobile{
	  
	  display:none;
  }
}
@media screen and (min-width: 1024px){
     .desktop{
	  
	  display:block;
  }
   .mobile{
	  
	  display:none;
  }
}
/* Desktops and laptops ---------- */
@media screen and (min-width: 1224px){
     .desktop{
	  
	  display:block;
  }
   .mobile{
	  
	  display:none;
  }
}
@media screen and (min-width: 1600px){
     .desktop{
	  
	  display:block;
  }
   .mobile{
	  
	  display:none;
  }
  
  section {
    padding: 140px 0;
    position: relative;
    margin-left: 220px;
    margin-right: 220px;
}
.top_footer {
    padding: 50px 0;
    margin-left: 220px;
	margin-right: 140px;
}
}
@media screen and (min-width: 1680px){
section {
    padding: 140px 0;
    position: relative;
    margin-left: 250px;
    margin-right: 250px;
}
.top_footer {
    padding: 50px 0;
    margin-left: 250px;
    margin-right: 250px;
}








}
/* Large screens ---------- */
@media screen and (min-width: 1920px){
     .desktop{
	  
	  display:block;
  }
   .mobile{
	  
	  display:none;
  }
  section {
    padding: 140px 0;
    position: relative;
    margin-left: 350px;
    margin-right: 350px;
}

.top_footer {
    padding: 50px 0;
    margin-left: 350px;
	margin-right: 350px;
}
}
