/*
Theme Name:   twentytwentyone child theme
Description:  Write here a brief description about your child-theme
Author:       Amruta Patil
Author URL:   Write here the author's blog or website url
Template:     twentytwentyone
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  twentytwentyone-child
*/

/* Write here your own personal stylesheet */

body{
	background-color:#fff!important;
}

.btn-learn a{
  border-color: green;
    background-color: #033605 !important;
    border-width: 1px;
    border-style: solid;
    width: 207px!important;
    padding: 15px 40px!important;
    color: #fff;
    margin-right: 20px;
}
/* .btn-learn a:hover {
    background-color: #008000d9 !important;
} */

.btn-learn1 a{
  border-color: green;
    background-color: #008000d9 !important;
    border-width: 1px;
    border-style: solid;
    width: 207px!important;
    padding: 15px 40px!important;
    color: #033605;
    margin-right: 20px;
}
/* .btn-learn1 a:hover {
    background-color: #033605 !important;
} */

.btn-learn a.elementor-button-link,  .contact-form  input.wpcf7-form-control.wpcf7-submit{
	 display: inline-block;
	 color: #FFFFFF;
	 position: relative;
	 outline: none;
	 mix-blend-mode: darken;
}
 .btn-learn a.elementor-button-link::before , .contact-form  input.wpcf7-form-control.wpcf7-submit::before {
	 transition: all 0.85s ease;
	 display: inline-block;
	 content: "";
	 position: absolute;
	 width: 0;
	 box-sizing: border-box;
	 z-index: -2;
	 left: 50%;
	 top: 50%;
	 height: 0;
}
.btn-learn a.elementor-button-link:hover::before , .contact-form  input.wpcf7-form-control.wpcf7-submit:hover::before{
	 background: #008000d9;
	 width: 100%;
	 height: 100%;
	 left: 0;
	 top: 0;
}

.btn-learn1 a.elementor-button-link {
	 display: inline-block;
	 color: #FFFFFF;
	 position: relative;
	 outline: none;
	 mix-blend-mode: darken;
}
 .btn-learn1 a.elementor-button-link::before {
	 transition: all 0.85s ease;
	 display: inline-block;
	 content: "";
	 position: absolute;
	 width: 0;
	 box-sizing: border-box;
	 z-index: -2;
	 left: 50%;
	 top: 50%;
	 height: 0;
}
.btn-learn1 a.elementor-button-link:hover::before{
	 background: #033605;
	 width: 100%;
	 height: 100%;
	 left: 0;
	 top: 0;
}
.contact-form  input.wpcf7-form-control.wpcf7-submit{
  margin-top:20px !important ;
}


table.border-none{
  font-size:15px;
  text-align: left;
}
table.border-none, table.border-none tr, table.border-none td {
    border: none;
}
td.heading{
   color: #7a7a7a;
    font-weight: bold;
}
.border-none td{
  padding:0px;
}

table.border-none {
    text-align: left;
    width: 100%;
    max-width: 220px !important;
    min-width: 200px !important;
    margin: 0 auto;
}
@media (min-width: 1024px) {
	td.td-padding{
		padding-left:30px;
	}
}
@media only screen and (min-device-width : 320px) and (max-device-width : 1024px) {

table.border-none {
    max-width: 200px;
}
	.text-icon1,.text-icon{
  margin: 10px auto !important;
}

}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {

.box-width{
  max-width: 700px;
    width: 100%;
    margin: 0 auto;
}
.box-width p{
      min-height: 340px !important;

}
}