/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */





html {
  scroll-behavior: smooth;
}	

	.logos-container-mobile{
		display:none;
	}	
	
.hero-section {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
	background-position: center;
    color: white;
    text-align: center;
    overflow: hidden;
    height: auto;
	padding-bottom: 33px;
    padding-top: 20px;

}


.logos-container img{
	width: 50% !important;	
}	

.hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.62);
    z-index: 1;
}


.hero-row {
    display: flex;
    gap: 93px;
    padding: 0% 16%;
    z-index: 99;
    position: relative;
    height: 100%;
    align-items: center;
}
	
.hero-col {
    width: 50%;
}	


.form p{
    margin-bottom: 0px;
}
	
	
.hero-col.col-two {
    width: 556px;
}	

.col-one{
    padding: 0px 20px;	
}
	
	
	.hero-heading{
	text-align:left;	
	color: #fff;
    font-family: 'Open Sans';
    font-size: 68px;
    text-transform: uppercase;
    font-weight: 700;	
	}	
	
	.hero-heading span{
    font-size: 42px;

	}	
	
	.hero-text{
	text-align: left;
    font-weight: 400;
    font-family: Open Sans;
    font-size: 22px;
    color: #fff;
    line-height: 1.4;	
	}
	
.hero-inner-row {
    display: flex;
	flex-direction: column;
}	
	
.hero-inner-col {
    display: flex;
    gap: 50px;
    margin: 20px 7px;
	align-items: center;
}	
	
.hero-inner-col img {
    width: 19%;
    height: 19%;
}	
	
	.form-container{
	padding: 29px 50px 3px 50px;
    background: #fff;	
	border-radius: 0px 0px 12px 12px;	
	}
	
	.form-container label {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    color: #000;
    margin: 0px 0px;
    font-weight: bold;
	width: 100%;
	font-size: 19px;	
	font-family:'arial';	
}

.form-container .wpcf7-list-item-label {
    font-weight: 400;
    font-size: 15px;
}
	
	.form-heading{
	background: #0698c4;
    padding: 20px 31px;	
	text-align: center;
    font-weight: 700;
    font-family: Open Sans;
    font-size: 28px;
    line-height: 1.2;
	margin-bottom: 0px;	
	}	
	
	
.pyf-section {
    padding: 70px 0px;
}	
	
.pyf-heading {
    font-weight: 700;
    font-family: "Open Sans";
    font-size: 47px;
    color: rgb(51, 51, 51);
    line-height: 1.2;
}	
	
.pyf-text {
    font-size: 17px;
    font-family: 'Open Sans';
    line-height: 2;
}	
	
.bullets {
    font-size: 21px;
    font-family: 'Open Sans';
	line-height: 1.8;
	font-weight: 600;
}	
	
.bullets span {
    color: deepskyblue !important;
}	
	
	

.pyf-btn-container {
    display: flex;
    justify-content: flex-start ;
    margin-top: 27px;
}	
.consult-btn {
    padding: 15px 56px;
    background: rgba(2, 27, 58, 1);
    color: #fff !important;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 9px;
    text-align: center;
}	
	
	
.pyf-right-image{
	    box-shadow: 39px 64px 0px #001f3f;	
}
	

	
	.clients-section{
		background:#001f3f;
		padding: 70px 0px;
	}	
	
	.clients-heading{
	    text-align: center;
    font-weight: 700;
    font-family: Open Sans;
    font-size: 48px;
    color: #fff;	
	}	
	
.client-row {
    padding: 20px 300px;
    display: flex;
    gap: 30px;
}	
	
.client-col {
    width: 50%;
    background: #fff;
    padding: 22px 22px 40px 22px;
    border-radius: 11px;
    font-size: 17px;
    line-height: 2;
}	
	
.client-body {
    height: 60%;
}	
	
.client-foot {
    padding: 26px 0px 0px 0px;
    display: inline-flex;
    gap: 17px;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
	
.client-name-loc {
    line-height: 1.2;
    font-size: 21px;
    font-weight: 600;
	width: 100%;
}	

.client-name-loc span {
    font-size: 16px;
}
	
	
.logos-container {
    text-align: center;
    padding: 21px 0px;
}	
	
	
	
textarea {
    overflow: auto;
    resize: vertical;
    height: 69px;
	width: 100%;
}
	
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    margin: 6px 0px !important;
	border: 1px solid #bbbbbb !important;
}	
	
	
[type=button], [type=submit]{
    width: 100% !important;
    background: #001f3f !important;
    border-color: #001f3f !important;
    color: #fff;
    padding: 15px;
    border-radius: 7px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Open Sans';
	margin-top: 12px;
}	
	
	
.wpcf7-list-item {
    margin: 0 0 0 0em !important;
}	
	
.wpcf7-radio{
    display: flex;
    flex-direction: column;
	padding: 2px 0px;
	
}	

	
.wpcf7-form{
	text-align:left;
}	
	
.page-id-119 .hero-heading {
    text-align: center;
}

.page-id-119 .hero-text {
    text-align: center;
}

.page-id-119 .hero-inner-col{
	justify-content:center;
}
  .nca-heading::before,
  .nca-heading::after {
    content: "";
    display: inline-block;
    width: 126px;
    height: 6px;
    background-color: #fff;
    vertical-align: middle;
    margin: 0 10px;
  }


.hero-logos-top:nth-of-type(2) {
object-fit: cover;
width: 170px;
}

.inner-col-bottom{
gap: 73px !important;	
}



	
@media screen and (min-width:1700px) and (max-width:1899px){
		
.hero-row {
    gap: 105px;
    padding: 0% 11%;
}

.hero-col.col-two {
    width: 38%;
}

	
.client-row {
    padding: 20px 191px;
}	
	
.location-container {
    margin: 3% 11% !important;
}	
		
}		
	
	
@media screen and (min-width:1600px) and (max-width:1699px){
		
.hero-row {
    gap: 67px;
    padding: 0% 12%;
}

.hero-col.col-two {
      width: 556px;
}

.hero-inner-col img {
    width: 23%;
    height: 23%;
}	
	
.main-header .col-two {
    position: relative;
    left: 37px;
}		
	
.client-row {
    padding: 20px 191px;
}	
	
.location-container {
    margin: 3% 11% !important;
}	
	
	
.pyf-heading {
    font-size: 44px;
}	
		
}	
	
@media screen and (min-width:1500px) and (max-width:1599px){
		
.hero-row {
    gap: 74px;
    padding: 0% 12%;
}

.hero-col.col-two {
       width: 556px;
}	
	
.form-container {
    padding: 29px 40px 3px 40px;
    background: #fff;
    border-radius: 0px 0px 12px 12px;
}	
	
	
.hero-inner-col img {
    width: 23%;
    height: 23%;
}	
	
.main-header .col-two {
    position: relative;
    left: 31px;
}		

	
 .client-row {
        padding: 20px 145px;
}
	
.location-container {
        margin: 3% 9% !important;
}
	
.pyf-heading {
    font-size: 42px;
}	
		
}	
	
	
@media screen and (min-width:1400px) and (max-width:1499px){
		
.hero-row {
    gap: 57px;
    padding: 0% 10%;
}

.hero-col.col-two {
      width: 556px;
}

.hero-inner-col img {
    width: 23%;
    height: 23%;
}
	
	
.main-header .col-two {
    position: relative;
    left: 37px;
}	
	
	
 .client-row {
        padding: 20px 145px;
}
	
.location-container {
        margin: 3% 9% !important;
}
	
.pyf-heading {
    font-size: 40px;
}	
	
.hero-logos-top:nth-of-type(2) {
    object-fit: cover;
    width: 148px;
}	
		
}
	
@media screen and (min-width:1300px) and (max-width:1399px){
		
.hero-row {
    gap: 105px;
    padding: 0% 8%;
}
	
.hero-col.col-two {
      width: 556px;
}

.hero-inner-col img {
    width: 23%;
    height: 23%;
}
	
	
.form-container {
    padding: 29px 30px 3px 30px;
}	
	
	
.main-header .col-two {
    position: relative;
    left: 37px;
}	
	
	
    .client-row {
        padding: 20px 102px;
    }
	
    .location-container {
        margin: 3% 7% !important;
    }
	
	.pyf-heading {
    font-size: 39px;
}	
		
}	
	
	
@media screen and (min-width:1200px) and (max-width:1299px){
		
.hero-row {
    gap: 105px;
    padding: 0% 8%;
}
	
.hero-col.col-two {
      width: 556px;
}

.hero-inner-col img {
    width: 23%;
    height: 23%;
}
	
	
.main-header .col-two {
    position: relative;
    left: 25px;
}	
	
	
.form-container label {
    font-size: 18px;
}	
	
.form-container {
    padding: 29px 30px 3px 35px;
}	
	
    .client-row {
        padding: 20px 102px;
    }
	
    .location-container {
        margin: 3% 7% !important;
    }
	
.pyf-heading {
    font-size: 36px;
}	
		
.hero-logos-top:nth-of-type(2) {
    object-fit: cover;
    width: 134px;
}
	
}		
	
	
@media screen and (min-width:1000px) and (max-width:1099px){
		
.hero-row {
    gap: 50px;
    padding: 0% 3%;
}

.hero-col.col-two {
    width: 51%;
}
	
	
.client-row {
    padding: 20px 160px;
	flex-direction: column;
}
	
.client-col {
    width: 100%;
}	
	
.logos-container {
    text-align: center;
    padding: 21px 66px;
}	
	

	
.location-container {
        margin: 3% 14% !important;
	flex-direction: column;
}
	
.main-header .col-two {
    gap: 0px !important;
}	
	
.main-header::before {
    width: 42% !important;
}	
	
.pyf-right-image {
    box-shadow: 16px 50px 0px #001f3f;
}	
	
	
.col {
    width: 100% !important;
}	
		
}		
	
	
@media screen and (min-width:769px) and (max-width:961px){
		
.header-btn, .header-text {
    font-size: 22px !important;
 
}	
	
	
.hero-row {
    gap: 50px;
    padding: 0% 3%;
	flex-direction: column;
}

.hero-col.col-two, .hero-col {
    width: 72%;
}
	
	
.hero-heading, .hero-text  {
    text-align: center;
}	
	

	
 .client-row {
        padding: 20px 87px;
        flex-direction: column;
 }
	
.hero-section {
    background-position: -994px 0px;

}
	
	
.hero-inner-col {
    justify-content: center;
}	
	
.client-col {
    width: 100%;
}	
	
.logos-container {
    text-align: center;
    padding: 21px 66px;
}	
	
    .location-container {
        margin: 3% 10% !important;
        flex-direction: column;
    }
	
.main-header .col-two {
    gap: 0px !important;
}	
	
.main-header::before {
    width: 42% !important;
}	
	
.pyf-right-image {
    box-shadow: 16px 50px 0px #001f3f;
}	
	
	
.col {
    width: 100% !important;
}	
	
	
	.pyf-section .hero-col{
		width:100% !important;
	}
		
	.pyf-section .hero-col.col-two{
	text-align:center;	
	}
	
.copyright-container {
    padding: 3% 4% !important; 
}	

.location-section {

    padding: 5% 0 !important;
}	
	
}		
	
	
@media screen and (min-width:700px) and (max-width:768px){
		
.header-btn, .header-text {
    font-size: 22px;
 
}	
	
	
.hero-row {
    gap: 50px;
    padding: 0% 3%;
	flex-direction: column;
}

.hero-col.col-two, .hero-col {
    width: 72%;
}
	
	
.hero-heading, .hero-text  {
    text-align: center;
}	
	

	
 .client-row {
        padding: 20px 87px;
        flex-direction: column;
 }
	
.hero-section {
    background-position: -994px 0px;

}
	
	
.hero-inner-col {
    justify-content: center;
}	
	
.client-col {
    width: 100%;
}	
	
.logos-container {
    text-align: center;
    padding: 21px 66px;
}	
	
    .location-container {
        margin: 3% 10% !important;
        flex-direction: column;
    }
	
.main-header .col-two {
    gap: 0px !important;
}	
	
.main-header::before {
    width: 42% !important;
}	
	
.pyf-right-image {
    box-shadow: 16px 50px 0px #001f3f;
}	
	
	
.col {
    width: 100% !important;
}	
	
	
	.pyf-section .hero-col{
		width:100% !important;
	}
		
	.pyf-section .hero-col.col-two{
	text-align:center;	
	}
	
.copyright-container {
    padding: 3% 4% !important; 
}	

.location-section {

    padding: 5% 0 !important;
}	
	
}		
	
	
	
@media screen and (min-width:376px) and (max-width:480px){
	
	
.modal-content {
    background-color: white;
    margin: 4% 2% 4% 2%;
    padding: 20px;
    border-radius: 5px;
    width: 100%;
    max-width: 413px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    height: 96vh;
    overflow: auto;
}	
		
.main-header {
    flex-direction: column;
}	
	
.main-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%;
    background-color: #001F3F;
    transition: all 0.3s ease;
	clip-path:none !important
}	
	
.main-header .col-one {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}	
	
.main-header .col-two {
        gap: 0px !important;
        z-index: 9999;
	    flex-direction: column;
        width: 100% !important;
 }	
	
.header-btn{
    font-size: 22px !important;
	color:rgba(2, 27, 58, 1) !important;
	background:#fff !important;
 
}
	
.header-text {
    font-size: 22px !important;
	color:#fff !important;
}	
	
	
.hero-row {
    gap: 50px;
    padding: 0% 3%;
	flex-direction: column;
}

.hero-col.col-two, .hero-col {
        width: 100%;
}
	
	
.hero-heading, .hero-text  {
    text-align: center;
}	
	
	
.clients-heading {

    font-size: 38px;

}	

	
    .client-row {
        padding: 20px 21px;
        flex-direction: column;
    }
	
    .hero-section {
        background: url(https://mnblp.yourlegaldemo.com/wp-content/uploads/2024/11/Hero-mobile.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: -1055px 0px;
    }
	
	
.hero-inner-col {
    justify-content: center;
}	
	
.client-col {
    width: 100%;
}	
	
   .logos-container {
     display:none;
    }
	
	  .logos-container-mobile {
     display:block !important;
	 text-align: center;	  
    }
	
    .location-container {
       margin: 11% 10% !important;
        flex-direction: column;
    }
	

	
.pyf-right-image {
    box-shadow: 16px 50px 0px #001f3f;
	    width: 84%;
}	
	
	
.col {
    width: 100% !important;
}	
	
	
	.pyf-section .hero-col{
		width:100% !important;
	}
		
	.pyf-section .hero-col.col-two{
	text-align:center;	
	}
	
.copyright-container {
    padding: 3% 4% !important; 
}	

.location-section {

  padding: 7% 0 10% 0% !important;
}	
	
	
.hero-heading span {
    font-size: 30px;
}	
	
.hero-heading {
    font-size: 61px;

}	
	
	
.pyf-heading {
    font-size: 40px;

}	
	
	
.footerHeading {
    font-size: 38px !important;

}	
	
	
.inner-row {
    flex-direction: column;
	padding: 29px 9px;
}	
	
.inner-col {
    width: 100% !important;
    text-align: center;
}	
	
.copyright-container {
    flex-direction: column;
}	
	
.copyright-text {
    width: 100% !important;
    text-align: center;
}	
	
.copyright-text-right {
    width: 100% !important;
    justify-content: center !important;

}	
	
.pyf-btn-container {
    justify-content: center;
}	
	
.hero-inner-col img {
    width: 24%;
}	
	
.pyf-section {
    padding: 30px 0px 90px;
}	
	
.clients-section {
    padding: 37px 0px;
}	
	
	
.inner-col-bottom {
    gap: 45px !important;
}	
	
.hero-logos-top:nth-of-type(2) {
    object-fit: cover;
    width: 124px;
}	
	
.hero-inner-col {
    gap: 30px;
}	
	
	
}		
	
	
	
	
@media screen and (max-width:375px){
	
.modal-content {
    background-color: white;
    margin: 4% 2% 4% 2%;
    padding: 20px;
    border-radius: 5px;
    width: 100%;
    max-width: 413px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    height: 96vh;
    overflow: auto;
}	
		
.main-header {
    flex-direction: column;
}	
	
.main-header::before {
    content: "";
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: #001F3F;
    transition: all 0.3s ease;
	clip-path:none !important
}	
	
.main-header .col-one {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
	padding: 0px 27px !important;
}	
	
.main-header .col-two {
        gap: 0px !important;
        z-index: 9999;
	    flex-direction: column;
        width: 100% !important;
 }	
	
.header-btn{
		font-size: 22px !important;
        color: rgba(2, 27, 58, 1) !important;
        background: #fff !important;
 
}
	
.header-text {
    font-size: 22px !important;
	color:#fff !important;
}	
	
	
.hero-row {
    gap: 50px;
    padding: 0% 3%;
	flex-direction: column;
}

.hero-col.col-two, .hero-col {
        width: 100%;
}
	
	
.hero-inner-col img {
    width: 24%;
}	

.hero-heading{
    text-align: center;
}		
	
.hero-text  {
    text-align: center;
	font-size: 20px;
}	
	
	
.clients-heading {

    font-size: 38px;

}	

	
    .client-row {
        padding: 20px 21px;
        flex-direction: column;
    }
	
    .hero-section {
        background: url(https://mnblp.yourlegaldemo.com/wp-content/uploads/2024/11/Hero-mobile.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: -1055px 0px;
    }
	
	
.hero-inner-col {
    justify-content: center;
}	
	
.client-col {
    width: 100%;
}	
	
    .logos-container {
     display:none;
    }
	
	  .logos-container-mobile {
     display:block !important;
	 text-align: center;	  
    }
	
    .location-container {
        margin: 11% 10% !important;
        flex-direction: column;
    }
	

	
.pyf-right-image {
    box-shadow: 16px 50px 0px #001f3f;
	    width: 84%;
}	
	
	
.col {
    width: 100% !important;
}	
	
	
	.pyf-section .hero-col{
		width:100% !important;
	}
		
	.pyf-section .hero-col.col-two{
	text-align:center;	
	}
	
.copyright-container {
    padding: 3% 4% !important; 
}	

.location-section {

           padding: 7% 0 10% 0% !important;
}	
	
	
.hero-heading span {
    font-size: 30px;
}	
	
    .hero-heading {
        font-size: 54px !important;
    }
	
	
    .pyf-heading {
        font-size: 36px !important;
    }
	
	
.footerHeading {
    font-size: 38px !important;
}	
	
	
	
	
.inner-row {
    flex-direction: column;
	padding: 29px 9px;
}	
	
.inner-col {
    width: 100% !important;
    text-align: center;
}	
	
.copyright-container {
    flex-direction: column;
}	
	
.copyright-text {
    width: 100% !important;
    text-align: center;
}	
	
.copyright-text-right {
    width: 100% !important;
    justify-content: center !important;

}	
	
.pyf-btn-container {
    justify-content: center;
}	
	
.consult-btn {
    font-size: 16px !important;
}	
	
	
.pyf-section {
    padding: 30px 0px 90px;
}	
	
.clients-section {
    padding: 37px 0px;
}	
	
	
.hero-logos-top:nth-of-type(2) {
    object-fit: cover;
    width: 144px !important; 
}	
	
	
.hero-inner-col {
    gap: 14px !important;
}	
	
.hero-inner-col.inner-col-bottom {
    gap: 43px !important;
}	
}			



@media screen and (width:414px) and (height:546px){
    .footerHeading {
        font-size: 38px !important;
        margin: 0px 0px 79px 0px !important;
    }
	
	.location-container {
    display: flex !important;
    gap: 104px !important;
}
	
.inner-row {
    padding: 29px 30px 71px 29px !important;
}	
	
}


@media screen and (max-width:500px){
header .header-btn {
    color: #001f3f !important;
}
	
.nca-heading::before, .nca-heading::after {
    content: unset !important;
}
}