/*
 Theme Name:   Divi Child
 Theme URI:    
 Description:  Divi Child Theme
 Author:        Mayank
 Author URI:   
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  divi-child
*/


.responsive_img img{
    object-fit:cover;
}
.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links ul li {
  position: relative;
  padding-left: 14px;
  margin-bottom: 8px;
  font-size: 14px;
}

.footer-links ul li::before {
  content: "\f105"; /*  */
 font-family: 'FontAwesome';
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
  color: #4F9534;
  font-size: 15px;
}

.footer-links ul li a {
	font-size: 16px;
  color: #ffffff !important;
}

.footer-links a:hover {
  color: #fff; 
}


@media (max-width: 2560px) and (min-width: 981px){

 .hero-section{
    overflow: hidden;
}

.hero-section .et_pb_column_2{
    position: relative;
    overflow: visible;
}
.hero-section .et_pb_column_2:before {
	content: "";
	position: absolute;
	top: -60px;
	left: -66px;
	width: 139px;
	height: 174%;
	z-index: 10;
	pointer-events: none;
	background: linear-gradient(to right, #f4f4f4 0%, #f4f4f4 38%, rgba(244, 244, 244, 0.98) 75%, rgba(244, 244, 244, 0.90) 65%, rgba(244, 244, 244, 0.65) 80%, rgba(244, 244, 244, 0.30) 91%, rgba(244, 244, 244, 0) 100%);
	filter: blur(16px);
}

.hero-section .et_pb_image_0,
.hero-section .et_pb_image_0 .et_pb_image_wrap{
    display:block;
    width:100%;
    height:100%;
}

.hero-section .et_pb_image_0 img{
    width:100%;
    display:block;
    object-fit:cover;
}
	
	.inner-page-banner{
    position: relative;
    overflow: hidden;
}

.inner-page-banner::before{
    content: "";
    position: absolute;
   top: -60px;
        left: 42%;
        width: 167px;
        height: 130%;
        z-index: 10;
    pointer-events: none;
    background: linear-gradient(
        90deg,
        #f4f4f4 0%,
        #f4f4f4 32%,
        rgba(244,244,244,0.95) 42%,
        rgba(244,244,244,0.75) 52%,
        rgba(244,244,244,0.35) 68%,
        rgba(244,244,244,0) 100%
    );
}

.inner-page-banner .et_pb_row{
    position: relative;
    z-index: 2;
}
		
	}

	@media (max-width: 1024px) and (min-width: 980px){
.hero-section .et_pb_column_2:before {
	content: "";
	position: absolute;
	top: -60px;
	left: -24px;
	width: 105px;
	height: 174%;
	z-index: 10;
	pointer-events: none;
	background: linear-gradient(to right, #f4f4f4 0%, #f4f4f4 38%, rgba(244, 244, 244, 0.98) 75%, rgba(244, 244, 244, 0.90) 65%, rgba(244, 244, 244, 0.65) 80%, rgba(244, 244, 244, 0.30) 91%, rgba(244, 244, 244, 0) 100%);
	filter: blur(9px);
}
}
	
.registration-banner{
    overflow: hidden;
}
.registration-banner .blur_line{
    position: relative;
}


.registration-banner .blur_line:before {
	content: "";
	position: absolute;
	left: -63px;
	top: -25px;
	width: 160px;
	height: 112%;
	background: linear-gradient(to right, rgba(29, 49, 87, 0) -272%, rgba(29, 49, 87, .4) -198%, rgba(29, 49, 87, .8) -282%, #1d2e49 26%);
	filter: blur(12px);
	pointer-events: none;
}

}

.et_pb_blog .more-link {
    display: inline-block !important;
    padding: 13px 25px !important;
    background-color: #4F9534 !important;
    color: #fff !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    font-size: 14px !important;
    border-radius: 10px !important;
    border: 0 !important;
    margin-top: 15px;
    transition: background-color 300ms ease;
}

.et_pb_blog .more-link:hover {
    background-color: #1D2E49 !important;
    color: #fff !important;
}


.sidebar_tab .et_pb_widget {
    background: #f8fafc;
    border: 1px solid #e8edf3;
    border-radius: 0px;
    padding: 30px;
	margin: 0;
}


.sidebar_tab .wp-block-heading,
.sidebar_tab .widgettitle {
    font-size: 24px;
    font-weight: 700;
    color: #1d3157;
    margin-bottom: 0px;
    position: relative;
}

.sidebar_tab .wp-block-heading:after,
.sidebar_tab .widgettitle:after {
    content: "";
    width: 50px;
    height: 4px;
    background: #4F9534;
    display: block;
    margin-top: 10px;
    border-radius: 50px;
}


.sidebar_tab .wp-block-search__inside-wrapper {
    display: flex;
    gap: 10px;
}

.sidebar_tab .wp-block-search__input {
    border: 1px solid #dbe3ec;
    border-radius: 12px;
    padding: 14px 18px;
    
}

.sidebar_tab .wp-block-search__input:focus {
    outline: none;
    border-color:#4F9534;
}


.sidebar_tab .wp-block-search__button {
    background: #4F9534;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 14px 20px;
    font-weight: 600;
    cursor: pointer;
    transition: .3s ease;
}
.sidebar_tab .wp-block-search__button:hover {
    background: #1D2E49 !important;
    color: #fff !important;
}




.sidebar_tab .wp-block-latest-posts li {
    padding: 14px 0;
    border-bottom: 1px dashed #dbe3ec;
}

.sidebar_tab .wp-block-latest-posts li:last-child {
    border-bottom: none;
}

.sidebar_tab .wp-block-latest-posts a {
    color: #2d3748;
    font-weight: 500;
    line-height: 1.5;
    text-decoration: none;
    transition: .3s ease;
}

.sidebar_tab .wp-block-latest-posts a:hover {
    color: #4F9534;
}



/* -----FAQ Section css-------- */

.faq_sec .et_pb_toggle {
    margin-bottom: 20px !important;
}
.faq_sec .et_pb_toggle h5.et_pb_toggle_title {
    padding: 20px !important;
    border: 1px solid #fff;
    border-radius: 7px;
    padding-right: 30px !important;
}
.faq_sec .et_pb_toggle .et_pb_accordion_0.et_pb_accordion .et_pb_accordion_item, .et_pb_toggle  {
    padding: 0px !important;
}
.faq_sec .et_pb_toggle .et_pb_toggle_title:before {
    right: 18px;
    left: auto;
}
.faq_sec .et_pb_toggle_open.et_pb_toggle h5.et_pb_toggle_title {
    padding: 20px !important;
    border: 1px solid #39593f !important;
    border-radius: 7px;
    background: #1D2E49 !important;
    color:#fff !important;
}
.faq_sec .et_pb_toggle_open.et_pb_accordion_0 .et_pb_toggle_title:before{
    display:none;
}
.faq_sec .et_pb_toggle_open h5.et_pb_toggle_title:after {
    font-family: ETmodules !important;
    content: "\4b" !important;
    font-size: 26px !important;
    position: absolute !important;
    right: 18px !important;
    top: 32% !important;
    font-weight: 800 !important;
    color: #fff;
    right: 0;
}

@media(max-width:767px){
    .faq_sec .et_pb_toggle_open.et_pb_toggle h5.et_pb_toggle_title,
    .faq_sec .et_pb_toggle h5.et_pb_toggle_title {
        padding-right:32px !important;
    }
    .faq_sec .et_pb_toggle_open h5.et_pb_toggle_title:after {
        right: 6px !important;
    }
}


.list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list ul li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 15px;
    line-height: 1.7;
}

.list ul li::before {
    content: "›";
    position: absolute;
    left:8px;
    top: -1px;
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
    color: #4F9534;
}

.list ul li:last-child {
    margin-bottom: 0;
}

.table_box table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
    font-size: 16px;
    line-height: 1.6;
    background: #fff;
    border: 1px solid #e5e5e5;
}

.table_box table thead th {
    background: #4F9534;
    color: #fff;
    padding: 15px 20px;
    text-align: left;
    font-weight: 600;
    border: 1px solid #4F9534;
}

.table_box table tbody td {
    padding: 14px 20px;
    border: 1px solid #e5e5e5;
    vertical-align: top;
}

.table_box table tbody tr:nth-child(even) {
    background: #f7fbf5;
}

.table_box table tbody tr:hover {
    background: #eef7ea;
}

.table_box table tbody td:first-child {
    width: 30%;
    font-weight: 600;
    color: #4F9534;
}

.table_box table tbody td[colspan="2"] {
    background: #eef7ea;
    font-weight: 600;
    color: #4F9534;
}

@media (max-width: 767px) {
    .table_box table,
    .table_box thead,
    .table_box tbody,
    .table_box th,
    .table_box td,
    .table_box tr {
        display: block;
    }

    .table_box thead {
        display: none;
    }

    .table_box tbody tr {
        margin-bottom: 15px;
        border: 1px solid #e5e5e5;
        background: #fff;
        border-radius: 8px;
        overflow: hidden;
    }

    .table_box tbody td {
        border: none;
        border-bottom: 1px solid #eee;
        padding: 12px 15px;
        width: 100%;
    }

    .table_box tbody td:first-child {
        background: #eef7ea;
        color: #4F9534;
        font-weight: 700;
    }

    .table_box tbody td:last-child {
        border-bottom: none;
    }
}

.contact_form {
    border-radius: 15px;
    background: #1D2E49 !important;
    color:#fff !important;
    padding: 20px !important;
    color: #fff;
}

.contact_form h2{
    color:#fff;
    text-align: center;
    padding-bottom: 10px;
    width: max-content;
    margin: 0 auto 30px;
}

.contact_form #gform_1_validation_container {
    padding: 0;
    border: none !important;
    background: none !important;
}
.contact_form .gform_body .gfield_error  select, 
.contact_form .gform_body .gfield_error  textarea, 
.contact_form .gform_body .gfield_error  input{
	border:1px solid #f00 !important;
}
.contact_form .gform_submission_error{
    display: flex;
    flex-wrap: wrap;
    width: auto;
    margin: 0;
    padding: 0;
    justify-content: center;
}
.contact_form .gform_body select, .contact_form .gform_body textarea, .contact_form .gform_body input {
    background: none !important;
    border: 1px solid #fff !important;
    height: 50px !important;
    padding:5px 15px !important;
    border-radius: 5px !important;
    color: #fff !important;
}

.contact_form .gform_body .gform_fields{
    gap: 10px;
}
.contact_form .gform_body  .gfield.gfield_error.gf_left_half {
    margin-right: 16px !important;
}


.contact_form .gform_body  .gfield {
    margin: 0 !important;
}

.contact_form .gform_body  .validation_message {
    display: none !important;
}

.contact_form .gform_body  .gfield.gfield_error {
    background: none !important;
    border: none !important;
    padding: 0 !important;
}
.contact_form .gform_body  .gfield{
    font-size: 14px;
    margin-top: 0px !important;
    color: #000;
    font-weight: normal !important;
}
.contact_form .gform_body .gfield_checkbox  input{
    width: 24px !important;
    height: 24px !important;
    padding: 5px !important;
    color: #fff !important;
}
.contact_form .gform_body .gfield_checkbox input:before{
    color:#fff !important;
}
.contact_form .gform_body  .gfield_checkbox label{
    font-weight: 400 !important;
    font-size: 13px;
    color:#fff !important;
    margin-top: 4px;
}

.contact_form .gform_wrapper  .gform-footer .gform_button{
font-size: 18px !important;
    background: none !important;
    border-radius: 5px !important;
    transition: all .3s !important;
    border: 1px solid #fff !important;
    padding: 15px 20px !important;
} 
.contact_form .gform_wrapper  .gform-footer .gform_button:hover{
    transition:all .3s;
    background: #fff !important;
    color:#48704f !important;
}
.top_bar {
	display:none;
}
@media (max-width: 1370px) and (min-width: 1025px) {
    .top_bar {
	display:block;
}
	
	.phone_icon {
	display:none;
}
	.mail_icon {
	display:none;
}
	.social_icone {
	display:none;
}

}

@media (max-width: 1078px) and (min-width: 1025px){
	.menu_size .et_pb_menu_0_tb_header.et_pb_menu ul li a,.et_pb_menu_1_tb_header.et_pb_menu ul li a {
		font-size:14px !important;
	}
}

#backToTop{
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    display: none;
    align-items: center;
    justify-content: center;
    background: #4F9534;
    color: #fff;
    text-decoration: none;
    border-radius: 10%;
    z-index: 99999999999 !important;
    font-size: 24px;
}

#backToTop:hover{
    background: #3d7429;
    color: #fff;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}




.et-l--footer{
    position: relative;
    z-index: 999;
}


@media (max-width: 767px) and (min-width: 320px){


   .et-l--footer{
    position: relative;
    z-index: auto;
}
}