@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&family=Poppins:wght@400;500;600&display=swap');

body, html{
	margin:0;
	font-size: 10px;
    line-height:1.6;
    font-family: 'Poppins', sans-serif;
}

body{
    font-size:1.8rem;
}

.navbar{
    position:absolute;
    top:0;
    width:100%;
    padding-top:0;
    z-index: 99;
}

.navbar-brand{
    height:140px;
    padding-top:0;
}

.main-logo{
    width: 120px;
}

.navbar-light .navbar-nav .nav-link{
    color:#ffffffb5;
}

.navbar-light .navbar-nav .nav-link:focus, 
.navbar-light .navbar-nav .nav-link:hover{
    color:#fff;
}

.nav-item:not(:last-child){
    margin-right: 25px;
}

.nav-item.active{
    position:relative;
}
.nav-item.active a.nav-link{
    color:#fff;
}

.nav-item.active:after{
    content:"";
    position:absolute;
    bottom:0px;
    width:90%;
    height:2px;
    display:block;
    margin:auto;
    background-color:#fff;
    left: 0;
    right: 0;
}

.navbar-light .navbar-toggler-icon {
    background-image: url(../images/burger.svg);
}

.navbar-light .navbar-toggler{
    border-color:#fff;
}

.navbar-toggler:focus{
    box-shadow: none;
}

.hero-sec-left{
    margin-top:5%;
    position:relative;
    z-index: 9;
}

.hero-sec-left-h1{
    color:#fff;
    font-weight:600;
    line-height:1.6;
}

.hero-sec-left-h1{
    font-size:4rem;
}

@media(max-width:991px){

    .navbar-light .navbar-nav .nav-link:focus, 
    .navbar-light .navbar-nav .nav-link:hover{
        color:#000;
    }

    .navbar-collapse{
        background-color: #fff;
        box-shadow: 1px 1px 11px #d8d8d8;
        border-radius: 3px;
    }

    .navbar-light .navbar-nav .nav-link{
        color:#000;
    }

    .main-logo {
        width: 100px;
    }
}

.hero-sec{
    padding-top:120px;
    height:100vh;
    position:relative;
    padding-top: 140px;    
}

.home-page .hero-sec{
    background-image:url(../images/home-header.png);
    background-size:cover;
}


@media(max-height:850px){
    .hero-sec{
        height:110vh;
    }
}

.hero-sec .container{
    position:relative;
    right:0;
}

.second-page .hero-sec{
    background-image:url(../images/page-2-header.png);
    background-size:cover;
    height:;
    padding-bottom:3rem;
    background-position:bottom center;
}

.home-header-curve{
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    display:block;
    margin:auto;
    width:100%;
}

.home-header-group{
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    display:block;
    margin:auto;
    max-width:600px;
}

.home-header-boss{
    position:absolute;
    bottom:13%;
    right:0;
    display:block;
    margin:auto;
    max-width:400px;
}

#headerPopup{
    width:75%;
    margin:0 auto;
}
  
#headerPopup iframe{
    width:100%;
    margin:0 auto;
}

.mfp-close-btn-in .mfp-close{
    color:#fff;
    opacity:1;
    font-size:4rem;
}

.main-sec{
    padding:7rem 0;
    position:relative;
}

.sub-heading{
    color:#FF486C;
    font-size:1.4rem;
    font-weight:600;
}

.h2-default{
    font-size:3rem;
}

.popup-block{
    position:relative;
    margin:auto;
    display:block;
    text-align:center;
}

.play-logo{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    top:0;
    display:block;
    margin:auto;
    border-radius:50%;
}

.popup-block:hover .play-logo{
    box-shadow:0px 0px 15px #fff;
}

.white-block{
    padding:20px;
    background-color:#fff;
    box-shadow:1px 1px 10px #ccc;
    margin-top:4rem;
    border-radius:10px;
    position:relative;
    z-index: 99;
}

.white-block-h4{
    text-align:center;
    font-weight:bold;
    font-size:2rem;
    margin-bottom: 0;
}
  
.white-block-para{
    margin-top:1rem;
    text-align:center;
    margin-bottom: 0;
}

.about-block-imge-1{
    width:200px;
    display:block;
    margin:auto;
    margin-top:30px;
}

.about-block{
    position:relative;
    background-image:url(../images/gradient-bg.png);
    background-size:100% 100%;
    background-repeat: no-repeat;
    color:#fff; 
    margin-top:3rem;  
    z-index: 9;
}

.about-block-line-1{
    position:absolute;
    left:-200px;
    width:200px;
    height:100px;
    top:20px;
}

.about-block-line-2{
    position:absolute;
    right:-200px;
    width:200px;
    height:100px;
}

.about-block-law{
    position:absolute;
    right:0;
    width:120px;
}

.about-block p{
    margin-bottom:0;
    color:#fff;
}

.about-block-image{
    display:flex;
    flex-direction: column;
    padding:30px;
    justify-content: center;
}

.about-block .about-sub-header{
    font-weight:bold;
    margin-bottom:10px;
    font-size:1.4rem;
}

.about-heading{
    font-size:2rem;
    font-weight:bold;
    margin-bottom:1.5rem;
}

.main-logo{
    position:absolute;
}
  
.main-logo-1{
    left:0;
    bottom:20%;
    width:200px;
}

.main-logo-2{
    left:50px;
    top:10%;
    width:70px;
}

.main-logo-3{
    right:0px;
    bottom:40%;
    width:120px;
}

.main-logo-4{
    right:0px;
    bottom:40%;
    width:200px;
}

.contact-us-sec{
    padding:5rem 0;
    background-image:url(../images/gradient.png);
    background-size:100% 100%;   
}

.form-control:focus{
    color: #000;
    background-color: #fff;
    border-color: #ced4da;
    outline: 0;
    box-shadow: none;
}

.input-group-text{
    background-color:#fff;
    border: 1px solid #ced4da;
    border-right:0;
}

.input-group>.form-control, .input-group>.form-select{
    border-left:0;
}

#basic-addon4 img,
#basic-addon3 img,
#basic-addon2 img,
#basic-addon1 img{
    width:15px;
}

.contact-form{
    width:100%;
}

.contact-form h3{
    text-align:center;
    color:#fff;
    font-size:2rem;
    font-weight:bold;
}

.contact-form .col{
    margin-top:15px;
}

.contact-form .input-group{
    height:3rem;
    margin-bottom:0;
}


textarea.form-control {
    min-height: 10rem;
}

.white-space-sec{
    position:relative;
    padding:5rem 0;
    text-align:center;
}

.main-logo-4{
    left:1rem;
    bottom:40%;
    width:70px;
}

.main-logo-5{
    right:1rem;
    bottom:40%;
    width:100px;
}

.white-space-sec-h4{
    font-weight:bold;
}

.upper-footer{
    position:relative;
    padding:5rem 0 3rem;
    background-color:#171717;
    color:#fff;
}

.upper-footer p{
    color:#fff;
}

.logo-footer{
    width:100px;
}

.list-footer{
    margin-top:2rem;
}

.list-footer-left{
    padding-left:1rem;
}

.list-footer li{
    margin-top:1.5rem;
}

.list-footer li a{
    color:#fff;
}

.list-footer li img{
    margin-right:5px;
}

.list-group-item{
    background-color:transparent;
    border:0;
    padding:0;
    margin-top:30px;
}

.list-group-item img{
    width:30px;
}

.list-group-item:not(:last-child) {
    margin-right:20px;
}

.logo-sec{
    padding-right:100px;
}

.lower-footer{
    background-color:#000;
    color:#fff;
    padding:1.5rem 0;
}
  
.lower-footer p{
    margin-bottom:0;
    color:#fff;
    text-align:center;
}

@media(max-width:1600px){
    .home-header-boss{
        width: 350px;
    }

    .home-header-group{
        width:400px;
    }
}

@media(max-width:1300px){
    .home-header-boss{
        width: 250px;
    }

    .home-header-group{
        width:400px;
    }

    .hero-sec-left-h1{
        font-size:2rem;
    }
}

@media(max-width:991px){

    .about-block-image{
        padding:10px;
    }

    .main-logo-1,
    .main-logo-2,
    .main-logo-3,
    .main-logo-4{
        display:none;
    }

    .logo-sec{
        padding-right:0;
    }

    .nav-item:not(:last-child) {
        margin-right: 0px;
    }

    .home-header-boss{
       position:relative;
       margin-top:30px;
       width:100%;
       max-width:270px;
    }

    .home-page .hero-sec{
        height:auto;
        background-image:url(../images/gradient-bg.png);
    }

    .home-header-group{
        display:none;
    }

    .home-header-curve{
        display:none;
    }
}

.second-page{
    background-color:#E4E4E4;
}

.second-page .white-block{
    position:absolute;
    width:100%;
    bottom: -100px;
    background-color:#fff;
}

.second-page .main-sec{
    padding:10rem 0 7rem;
    position:relative;
}

.footer-fire{
    position: absolute;
    top: 28%;
    right: 10%;
    width: 100px;
}

.second-page .contact-us-image{
    height:auto;
}

.about-page .hero-sec {
    background-image: url(../images/about-firm.png);
    background-size: cover;
    padding-bottom: 5rem;
    height: initial;
    min-height: 55rem;
}

.about-page .home-header-boss {
    bottom: -432px !important;
    max-width: 338px;
}

.about-page .hero-sec-left-h1{
    font-size: 4.5rem;
    font-weight: 400;
    margin-top:3rem;
}

.hero-sec-left-h2{
    position:relative;
    font-size:2rem;
    color:#fff;
    letter-spacing: 2px;
    font-family: 'Montserrat', sans-serif;
    display:inline-block;
}

.hero-sec-left-h2:after{
    content:"";
    position:absolute;
    bottom:-10px;
    width:80%;
    left:0;
    height:4px;
    background-image: linear-gradient(to right, #BA449A , #FF6252);
}

.quote-text{
    color:#fff;
    margin-top:3rem;
    padding:2rem;
    position:relative;
    font-size:1.2rem;
}

.quote-text:before{
    content:"";
    position:absolute;
    background-image:url(../images/quote.png);
    background-size:100% 100%;
    left:0;
    top:0; 
    width:30px;
    height:30px;
}

.quote-text:after{
    content:"";
    position:absolute;
    background-image:url(../images/quote.png);
    background-size:100% 100%;
    transform: rotate(180deg);
    right:0;
    bottom:0; 
    width:30px;
    height:30px;
}

.about-page .home-header-boss-mobile{
    display:none;
}

.main-logo-6{
    left:20px;
    bottom:40%;
    width:70px;
}

.main-logo-7{
    right:0px;
    top:30%;
    width:70px;
}

.main-logo-8 {
    right: 0px;
    bottom: 30%;
    width: 100px;
}

.pricing-page .hero-sec{
    background-image:url(../images/pricing-main.png);
    background-size:cover;
    padding-bottom:5rem;
}

.pricing-page .hero-sec{
    height:auto;
    text-align:center;
}

.pricing-page .hero-sec-left-h1{
    font-weight:400;
}

.pricing-page .hero-sec p{
    color:#fff;
}

.pricing-div .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    flex-wrap: wrap;
}

.pricing-div .row > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

.pricing-block{
    height:100%;
    margin-top:3rem;
    border-radius:10px;
    padding:3rem 1rem;                             
    background-image: linear-gradient(to right, rgba(186,68,154,0.8), rgba(255,72,108,0.8), rgba(255,98,82,0.8) );  
}

.pricing-block-1{
    height:20%;
}

.pricing-block-2{
    height:60%;
    padding:2rem 0;
}

.pricing-block-3{
    height:20%;
}

.pricing-block-2{
    font-size:2rem;
    font-weight:bold;
    display:flex;
    flex-flow: column;
    justify-content:center;
}

.first-pricing-or{
    font-size:1rem;
}

.pricing-block-h3{
    font-weight:bold;
    color:#fff;
    font-size:2rem;
    position:relative;
    display:inline-block;
}

.pricing-block-h3:after{
    content:"";
    position:absolute;
    bottom:-10px;
    width:80%;
    left:0;
    right:0;
    display:block;
    margin:auto;
    height:1px;
    background-color:#fff;
}

.accessibility-page .hero-sec{
    background-image:url(../images/accessibility-main.png);
    background-size:cover;
    padding-bottom:5rem;
    height:auto;
}

.accessibility-page .hero-sec-left-h1{
    font-size:3rem;
    font-weight:400;
    margin-top:3rem;   
    position:relative;
    display:inline-block;
}

.accessibility-page .hero-sec-left-h1:after{
    content:"";
    position:absolute;
    bottom:0px;
    width:50%;
    left:0;
    display:block;
    margin:auto;
    height:2px;
    background-color:#fff;
}

.h2-default-2{
    font-size:2.5rem;
    font-weight:500;
    position:relative;
    display:inline-block;
    padding-bottom:15px;
}

.h2-default-2:after{
    content:"";
    position:absolute;
    bottom:0px;
    width:80%;
    left:0;
    display:block;
    margin:auto;
    height:3px;
    background-image: linear-gradient(to right, #BA449A , #FF6252);
}
  
.accessibility-hero-para{
    color:#fff;
    font-size:1.2rem;
    margin-top:2rem;
}

.main-logo-9 {
    left: 50px;
    top: 20%;
    width: 70px;
}

.main-logo-10 {
    left: 0;
    bottom: 20%;
    width: 100px;
}

.main-logo-11 {
    right: 20px;
    bottom: 40%;
    width: 120px;
}

.accessibility-page .main-sec{
    padding:3rem 0;
}

.disclaimer-page .hero-sec{
    text-align:center;
    background-image: linear-gradient(to right, #BA449A , #FF6252);
    height:auto;
    padding-bottom:3rem;
}

.disclaimer-page .hero-sec-left-h1{
    font-size:3rem;
    font-weight:400;
}

.main-logo-12 {
    left: 50px;
    top: 30%;
    width: 70px;
}

.main-logo-13 {
    left: 0px;
    bottom: 0%;
    width: 70px;
}

.main-logo-14 {
    right: 20px;
    bottom: 40%;
    width: 100px;
}

.main-logo-14 {
    right: 20px;
    bottom: 40%;
    width: 100px;
}

.tab-pages .main-sec{
    padding-top:0;
    padding-bottom:4rem;
}

.tab-pages .about-block-imge-1{
    margin-top:auto;
}

.tab-pages .about-block{
    padding:20px 10px;
}

.tab-pages .hero-sec{
    background-image:url(../images/practice-main.png);
    background-size:cover;
    position:relative;
    cursor: pointer;
}

.tab-pages .white-block{
    background-image: linear-gradient(to right, #BA449A , #FF6252);
    position:absolute;
    width:100%;
    bottom:25px;
    max-width:1440px;
    box-shadow:none;
    margin:auto;
    left:0;
    right:0;
}


.tab-pages .white-block-para{
    color:#fff;
    margin-top:0px;
}

.tab-pages .white-block-para a{
    color:#fff;
}

.white-block-para img{
  width:30px;
  vertical-align: middle;
  margin-right:10px;
}  

.tab-side-bar{
    width:100%;
    background-image: linear-gradient(to right, #BA449A , #FF6252);
    padding-bottom:20px;
}

.tab-side-bar-ul{
    display:block;
    border-bottom:0;
}

.tab-side-bar-ul li{
    padding-left:30px;
    margin-top:30px;
}

.tab-side-bar-ul li a{
    color:#fff;
    background-color:transparent;
    border:0;
    color: #ffffffb5;
    padding:0;
    font-size:1.1rem;
}

.tab-side-bar-ul li a.active{
    color:#fff;
    font-weight:bold;
}

.tab-sec-left{
    display:flex;
    padding-left:0;
}

.tab-sec-right{
    padding:20px;
    padding-top:50px;
}

.tab-content .tab-block.active{
    display:block;
}

.tab-content .tab-block{
    display:none;
}

.tab-side-bar-ul li .active{
    position:relative;
    padding-bottom:10px;
    display:inline-block;
}

.tab-side-bar-ul li .active:after{
    content:"";
    position:absolute;
    bottom:0px;
    width:80%;
    height:2px;
    display:block;
    background-color:#fff;
    left: 0;
}

.hidden-tab{
    display:none;
}

.tab-pages .about-heading{
    position:relative;
    font-size:2rem;
    font-weight:500;
    display:inline-block;
    padding-bottom:15px;
}

.tab-pages .about-heading:after{
    content:"";
    position:absolute;
    bottom:0px;
    width:100px;
    left:0;
    display:block;
    margin:auto;
    height:3px;
    background-color:#fff;
}

.tab-side-bar{
    position:relative;
}

.fire-red-img{
    display:block;
    margin:auto;
    position:absolute;
    bottom:20%;
    left:0;
    right:0;
    bottom:5%;
    width:150px;
}

.play-btn{
    position:absolute;
    width:100px;
    height:100px;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin: auto;
    border-radius:50%;
}

.play-btn .play-normal{
    width:100%;
    border-radius:50%;
}

.tab-pages .play-btn:hover .play-normal{
    box-shadow:1px 1px 20px #fff;
}



@media(max-width:1300px){
    .second-page .white-block{
        bottom:initial;
        position:relative;
    }

    .second-page .hero-sec{
        height:auto;
    }

    .about-page .home-header-boss{
        bottom:-70%;
        max-width:500px;
    }

    .about-page .hero-sec-left-h1{
        font-size:3rem;
    }

    .hero-sec-left-h2{
        font-size:1rem;
    }

    .quote-text{
        padding:2rem;
        font-size:1.1rem;
    }
}

@media(max-width:991px){

    .fire-red-img{
        display:none;
    }

    .tab-sec-left{
        padding-right:0;
    }

    .nav-item.active a.nav-link{
        color:#000;
    }

    .about-page .home-header-boss{
        bottom:0;
        position:relative;
        display:none;
    }

    .about-page .home-header-boss-mobile{
        display:block;
        max-width:250px;
        margin:auto;
    }

    .about-page .hero-sec{
        height:auto;
        padding-bottom:0;
    }

    .h2-default-2{
        margin-top:1rem;
    }

    .tab-pages .hero-sec{
        height:100vh;
    }

}

@media(max-width:767px){
    .disclaimer-page .hero-sec-left-h1{
        font-size:2rem;
    }

    .tab-pages .white-block{
        max-width:300px;
        margin:auto;
    }

    .tab-pages .hero-sec .col-12.col-md-3.text-center.d-flex.justify-content-center.align-items-center{
        text-align: left!important;
        align-items: center!important;
        justify-content: left!important;
        margin-top:10px!important;
    }
}




/* responsive */
@media(min-width: 1440px){
	.container{
		max-width: 1420px;
	}
	html,body{
		font-size: 15px;
	}
}

@media(max-width: 1439px){
	html,body{
		font-size: 13px;
	}
}


/*  */
.btn{
    padding: 0.5em 1rem;
    font-weight: bold;
    font-size: 1.2rem;
}

.btn-default-2{
    background-color:#FF504D;
    color:#fff;
}

.btn-default{
    background-color:#fff;
    color:#CA4590;
}

.color-white{
    color:#fff;
}

.bg-blue{
    background-color:#58C9B9;
    color:#fff;
}

.light-pink-bg{
    background-color:#EEBAFC;
    color:#fff;
}

.gradient-line{
    background-image: linear-gradient(to right, #BA449A , #FF6252);
}

.pink-color{
    color:#BF39E3;
}

.color-blue{
    color:#2BB5A2;
}

.color-pink{
	color:#BF39E3;
}

.pink-bg{
	background-color:#BF39E3;
}

.grey-bg{
	background-color:#B2B1B1;
    color:#fff;
}

.grey-light-bg{
	background-color:#F2F2F2;
}

.default-a{
    text-decoration: underline;
    color: #FF486C;    
}

a,
a:hover {
  color: #FF486C;
}

p{
    color:#000;
}

ul, ol{
	list-style: none;
	padding:0;
	margin:0;
}
input:focus, button:focus, textarea:focus,select:focus{
	outline: 0;
	box-shadow: none;
}
a,a:hover,a:focus{
	text-decoration: none;
}
img{
	max-width: 100%;
}

.width-100{
    width: 100%;
}

.sec{
    padding: 4rem 0;
}

.normal{
    font-weight: 400;
}

.medium{
    font-weight: 500;
}

.bold{
    font-weight: bold;
}

.color-dark-purple{
    color: #302571;
}

.color-purple{
    color: #5502b6;
}

.pos-rel{
    position: relative;
}

.line-height-1{
    line-height: 1;
}

.margin-bottom-0{
    margin-bottom: 0rem;
}

.margin-bottom-7{
    margin-bottom: .7rem;
}

.margin-left-5{
    margin-left:5px;
}

.margin-top-0{
    margin-top: 0rem;
}

.margin-top-5{
    margin-top: .5rem;
}

.margin-top-10{
    margin-top: 1rem;
}

.margin-top-20{
    margin-top: 2rem;
}

.margin-top-30{
    margin-top: 3rem;
}

.margin-top-40{
    margin-top: 4rem;
}

.margin-top-50{
    margin-top: 5rem;
}

.margin-top-60{
    margin-top: 6rem;
}

.margin-top-70{
    margin-top: 7rem;
}

.margin-top-80{
    margin-top: 8rem;
}

.margin-top-90{
    margin-top: 9rem;
}

.margin-top-100{
    margin-top: 10rem;
}

.margin-top-110{
    margin-top: 1.1rem;
}

.margin-top-120{
    margin-top: 1.2rem;
}

.size-5{
    font-size: .5rem;
}

.size-7{
    font-size: .7rem;
}

.size-8{
    font-size: .8rem;
}

.size-10{
    font-size: 1rem;
}

.size-15{
    font-size: 1.5rem;
}

.size-18{
    font-size: 1.8rem;
}

.size-20{
    font-size: 2rem;
}

.size-25{
    font-size: 2.5rem;
}

.size-30{
    font-size: 3rem;
}

.size-40{
    font-size: 4rem;
}

.size-50{
    font-size: 5rem;
}

.size-50{
    font-size: 5rem;
}

.size-60{
    font-size: 6rem;
}

.size-70{
    font-size: 7rem;
}

.size-80{
    font-size: 8rem;
}

.size-90{
    font-size: 9rem;
}

.padding-0{
    padding-left:0;
    padding-right:0;
}