/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Sep 22 2023 | 08:32:08 */
body {
 font-size: 16px;
}
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
*,h1,h2,h3,h4,h5,h6,p{
 font-family: "Inter" !important;	
}
h2{
    font-size: 38px;
     line-height: 1.4;
}
/* new font css ends here *****************/
.wp-block-group.has-global-padding.is-layout-constrained{
    display: none;
}
.wp-site-blocks{
    padding-top:0;
}
.wp-block-group.is-layout-flow,
.entry-content
{
    margin-top:0 !important;
}
.wp-site-blocks{
padding-bottom:0 !important;
}

/* 1920 */
@media only screen and (min-width:1920px){
	img{
  border-radius:10px;
}
p{
font-size: 2em !important ;
line-height: 1.5 ;
}
h2 {
    font-size: 4.5em !important;
}
h3{
    font-size: 3em !important;
    font-weight:600 !important;
}
h4 {
    font-size: 2.5em !important;
}
h6 {
	font-size: 2.5em !important;
   font-weight:600 !important;
}	
a {
    display: flex;
    align-items: center;
    height: 50px;
    width: fit-content;
    font-size: 1.8em !important;
}
}
/* new font css added here : 2024 */

@media only screen and (min-width:2200px){
p{
font-size: 2.5em !important ;
line-height: 1.5 ;
}
h2 {
    font-size: 6.250em !important;
}
h3{
    font-size: 4.5em !important;
   font-weight:600 !important;
}
h4 {
    font-size: 3.5em !important;
}
h6 {
	font-size: 3em !important;
font-weight:600 !important;
}	
a{
   display: flex;
    align-items: center;
    height: 69px;
    width: fit-content;
		font-size: 2.5em !important;}	

}
/* 750 */
@media only screen and (max-width:750px){
	img{
  border-radius:10px;
}
p{
font-size: 1.125em !important ;
line-height: 1.5 ;

}/* home page top banner css */
#inner-top-section p{
	font-size: 1.2em !important;
}
h2 {
    font-size: 2.5em !important;
}
h3{
    font-size: 2em !important;
    font-weight:600 !important;
}
h4 {
    font-size: 1.8em !important;
}
h6 {
	font-size: 1.5em !important;
font-weight:600 !important;
}	
	.top-banner-left-buttons a{
font-size:1.25em !important}
.image-text-box {
    width: 100% !important;
	height: 140px !important;}
.text-box p {
	margin-top: 15px !important;}
}/* end */
@media only screen and (max-width:1900px) and (min-width:750px){
p{
font-size: .9em !important ;
line-height: 1.5 ;

}/* home page top banner css */
#inner-top-section p{
	font-size: 1.2em !important;
}
h2 {
    font-size: 2.3em !important;
}
h3{
    font-size: 1.9em !important;
    font-weight:600 !important;
}
h4 {
    font-size: 1.5em !important;
}
h6 {
	font-size: 1.2em !important;
font-weight: 600 !important;
}	
}

/************************ header css ****************************************************/
header{
	position: sticky;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #fff;
    border-bottom: 1px solid #4A2ECF;
}
header .wp-block-columns{
    margin-bottom:0 !important;
}
header .current-menu-item a{
	color:#4A2ECF !important;
}
header .wp-block-navigation-item.wp-block-navigation-link a:hover{
color:#4A2ECF !important;
text-decoration: none !important;
} 
header {
    padding: 10px 10% 10px 6.5%;
}
header .wp-block-navigation .wp-block-navigation-item__label {
    font-weight: 600;
    font-family: "Inter";}
 header a span:hover {
        text-decoration: none !important;
    }
/* for below 1900 screen size */
@media only screen and (max-width:1900px) and (min-width:1100px){
header img{
    width: 60px !important;
    height: auto !important;
   }
}
/* for above 1920 screen size */
@media only screen and (min-width:1920px){
	header{
		height: 124px;
    display: flex;
    align-items: center;
	}
	header .wp-block-columns{
		width: 100%;
	}
	header img{
    width: auto !important;
    height: 90px !important;
   }
	header li a span{
		font-size: .9em !important;
	}
}
/* for above 2200 screen size */
@media only screen and (max-width:3000px) and (min-width:2200px){
footer .wp-block-columns .wp-block-column:nth-child(4) p {
    font-size: 2em !important;;
	}
	header{
		height: 124px;
    display: flex;
    align-items: center;
	}
	header .wp-block-columns{
		width: 100%;
	}
	header img{
    width: auto !important;
    height: 90px !important;
   }
	header li a span{
		font-size: .9em !important;
	}
}
/************************ footer css ***********************************************/
footer .wp-block-group.has-global-padding.is-layout-constrained{
    display: block;
}
footer.wp-block-template-part{
    margin-top: -25px !important;
}
footer .wp-block-group.has-global-padding.is-layout-constrained .wp-block-columns{

max-width: 100% !important;
width: 100%;
margin-top: 0;

}
footer .wp-block-columns figure{
display: flex;
justify-content: center;
}
footer .wp-block-column {
	flex-basis: auto !important;}
footer .wp-block-columns .wp-block-column{
	
width:20%;
}
footer .wp-block-columns .wp-block-column:nth-child(4){
	width:40% ;
border-left: 1px solid #fff;
    padding-left: 25px;
}
footer h6.wp-block-heading{
	font-size: 1.5rem;
    font-weight: 500;
    padding-bottom: 10px;
}
footer .email-link{
	display: flex;
    gap: 4px;
    align-items: center;
    font-size: .8rem;
    text-decoration: none;
    color: #fff;
}
footer .email-link img{
width: 15px;
}
footer .wp-block-column p{
margin:0;
}
footer .social-icons{
    display: flex;
    gap: 5px;
	margin: 0;
line-height: .5;
    padding-left: 5px;
}
footer .social-icons a img{
width: 20px;
}
footer ul .wp-block-navigation-item__content,.f-two-links a,.f-two-links span{
	font-size: .8rem;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
}
footer ul .wp-block-navigation-item__content:hover,.f-two-links a:hover,.email-link .text:hover{
    text-decoration:underline;
}
footer ul li{
line-height: 1.5;
}
footer .wp-block-columns .wp-block-column:nth-child(4) p{
font-size: .8rem ;
    font-weight: 400;
    line-height: 1.5;
    font-style: normal;
    text-align: left;
    color: #ffffff;
    padding-right: 90px;
}
footer .wp-block-columns .wp-block-column:nth-child(4) .f-two-links{
	display: flex;
    align-items: center;
    gap: 10px;
}
/* for below 1900 screen size */
@media only screen and (max-width:1900px) and (min-width:1100px){
footer .wp-block-image a  img{
width: 90px;
}
}
/* for above 1900 screen size */
@media only screen and (max-width:2199px) and (min-width:1900px)
{
footer .wp-block-columns .wp-block-column:nth-child(4) p {
    font-size: 1.6em !important;;
	}
}
@media only screen and (min-width:1900px){
footer .email-link {
    font-size: 1.9rem !important;
	}
footer .email-link img {
    width: 25px;
      border-radius: 0;
}
footer .wp-block-image a  img{
padding-top: 150px;
    object-fit: cover;
    width: 200px;
}
footer .social-icons a img {
    width: 40px;
}
}
/****************************** form css ************************************/


#home-form  h6{
    font-size: 1.28rem;
    font-weight: 500 !important;
    line-height: 3;
    font-style: normal;
    text-align: center;
    padding-top: 40px;
    color: #000000;
    margin: 0;
    text-transform: none;
}

#home-form h3 {
    font-weight: 500 !important;
    margin-top: 0;
    line-height: 1.3;
    font-size: 38px;
    font-family: "Inter" !important;
}

.gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer {
    margin: 6px 0 0;
    padding: 16px 0 40px;
}

.gform_wrapper.gravity-theme .gfield_label {
    font-size: 16px;
    font-weight: 500;
    line-height: 36px;
    font-style: normal;
    text-align: left;
    color: #000000;
    margin: 0;
}

#gform_submit_button_1 {
    border-radius: 10px;
    background: #4a2ecf;
    border: transparent;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    padding: 15px 30px;
}

#home-form{
    padding:40px 0;
}
#home-form .gform_heading, #input_1_1_3_container label,#input_1_3_3_container label{
    display:none;
}

#home-form .ginput_container input,
#home-form  .ginput_container textarea,
#home-form  .ginput_container select{
    border-radius: 10px;
    background: #ffffff;
    border-color: transparent;
    
}

#home-form .gform_footer{
    display: flex;
    justify-content: center;
}

#home-form input:focus,#home-form select:focus,#home-form textarea:focus {
  outline: none;
}
/* for above 1900 screen size */
@media only screen and (min-width:1900px){
#home-form input[type=text]
{
		font-size: 2.5em !important;
	}	
.gform_wrapper.gravity-theme select
{
		      font-size: 1em !important;
    height: 67px;
	}
.gform_wrapper.gravity-theme .gfield textarea.small {
    height: 250px;
}
#gform_submit_button_1 {
    font-size: 2.5em !important;
	}
.gform_wrapper.gravity-theme .gfield_label {
	font-size: 2em !important;}
#gform_submit_button_1 {
	height: auto !important;}
#home-form {
    padding: 80px 0 130px !important;
}
}
@media (max-width: 767px) {
.gform_wrapper.gravity-theme .gform_fields {
    margin: 0 auto !important;
}
#mob-header{
margin: 0;
padding: 0;
}

#mob-header p{
margin: 18px 0 18px 0 !important;
font-size: 14px;
font-weight: 600;
}

#mob-header img {
width: 50% !important;
}
footer .social-icons a img {

    border-radius: 0 !important;
}
#mob-header .menu{
display: flex !important;
}

header{
display: none
}		
	
footer h6.wp-block-heading {
    text-align: center !important;
    font-size: 1.5rem;
    font-weight: 500;
    padding-bottom: 10px;
}

footer .email-link {
    display: flex;
    gap: 4px;
    text-align: center !important;
    align-items: center;
    font-size: .8rem;
    text-decoration: none;
    padding-left: 32%;
    color: #fff;
}

footer .social-icons {
    display: flex;
    gap: 5px;
    margin: 0;
    line-height: .5;
    padding-left: 44%;
}

.wp-block-navigation__container {
    align-items: var(--navigation-layout-align,initial);
    display: block;
    flex-direction: var(--navigation-layout-direction,initial);
    flex-wrap: var(--navigation-layout-wrap,wrap);
    justify-content: var(--navigation-layout-justify,initial);
    list-style: none;
    margin: 0;
    text-align: center;
}

footer .wp-block-columns .wp-block-column:nth-child(4) {
    width: 0;
    border-left: none;
    padding: 0 !important;
}

footer .wp-block-columns .wp-block-column:nth-child(4) p {
    font-size: .8rem;
    font-weight: 400;
    line-height: 1.5;
    font-style: normal;
    text-align: center !important;
    padding: 0 5%;
    color: #ffffff;
}

footer .wp-block-columns .wp-block-column:nth-child(4) .f-two-links {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-left: 15%;
}	
}
.fa-minus:before, .fa-subtract:before {
    content: "-"!important;
}
	footer ul .wp-block-navigation-item__content:hover{
    text-decoration: none;
  color: #000 !important;
}
