body{
	font-family: 'Poppins', sans-serif;
	font-weight: 200;
}

#header-bg{
	background: url("../img/header-bg.png") no-repeat 100%;
	background-size: cover;
}


#top-menu .navbar-nav .nav-link{
	color: #ffffff;
}
#top-menu .navbar-nav .nav-link:hover, #top-menu .navbar-nav .nav-link:focus,#top-menu .navbar-nav .nav-link:active, #top-menu .navbar-nav .nav-link:visited   {
	color: #ffffff;
}


 .service-description-extra{
 	font-size: 1rem;
    position: absolute;
    z-index: 1;
    color: #fff;
    transform: rotate(-90deg);
    bottom: 171px;
    left: -195px;
    width: 473px;
    height: 45px;
 }

 .service-description-extra:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #b00020;
    z-index: -1;
    opacity: .8;
}
.service-description-extra p {
    padding-left: 70px;
    padding-top: 5px;
}

.service-description-extra:after {
    position: absolute;
    content: "";
    left: 1px;
    bottom: 44px;
    width: 0;
    height: 0;
    border-left: 41px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 21px solid #b00020;
}
.ribbon{
	    margin-left: 75px;
}

.service-bg {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 160px;
}

.experience-image{
	background: url("../img/experience-bg.png") no-repeat 100%;
	background-size: cover;
	color: #fff;
}

#practice-block .card:after{
    display: none;
	content: '\A';
    position: absolute;
    width: 100%; height:100%;
    top:0; left:0;
    background:rgba(19,42,80,0.6);
    opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
    color: #fff;
}
#practice-block  .card-body{
	display: none;
}

#practice-block .layer{
    transition: all 1s;
    -webkit-transition: all 1s;
}
#practice-block .card:hover .layer{
	 background:rgba(19,42,80,0.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#practice-block .card {
	color: #fff;
    position: relative;
    width: 100%;
    height: 350px;
    background-color: #ddd;
    background-position: center;
    background-size: cover;
    margin-top: 17px;
    background-image: url(../img/law-practice-image_1.jpg);

}
#practice-block .card:hover .card-body{
	position: absolute;
	display: block;
}

#practice-block .card:hover .card-body:after{
	opacity: 1;
}


#practice-block .service-bg{
	height: 370px;
}

#practice-block .service-bg.bg4 {
    background-image: url(../img/law-practice-image_1.jpg);
}
#practice-block .service-bg.bg5 {
    background-image: url(../img/law-practice-image_2.jpg);
}
#practice-block .service-bg.bg6 {
    background-image: url(../img/law-practice-image_3.jpg);
}
#practice-block .service-bg.bg7 {
    background-image: url(../img/law-practice-image_4.jpg);
}
#practice-block .service-bg.bg8 {
    background-image: url(../img/law-practice-image_5.jpg);
}
#practice-block .service-bg.bg9 {
    background-image: url(../img/law-practice-image_6.jpg);
}

#team-block{
	background: url("../img/technology.jpg") no-repeat center center;
	background-size: cover;
	color: #fff;
    /* background-color:#f9f9f9; */

}

.overlay-2{
   /*  content: '';
   position: absolute;
   display: block;
   width:100%;
   height:100%; */
    background: rgba(0,0,0,0.9);
    z-index: 0;
}
#team-block{
    z-index: 4;
}



.email-control{
    background: none;
    box-shadow: none;
    outline: 0;
    border: 0;
    
}

.email-icon{
    background: url("../img/email-icon.jpg") no-repeat;
    width: 42px;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
}


.email-seperator{
    line-height: 26px;
    height: 26px;
    color: #cccccc;
    font-weight: bold;
}

.subscribe-section {
    padding: 5px 5px;
    width: 390px;
    margin-left: auto;
}
.subscribe-button{
    background: #111111;
}

#contact-block{
    background: url("../img/contact-background.png") no-repeat 100%;
    background-size: cover;
}


/*
* Helper Classes
*/

.h-color-white,  .h-color-white:hover, .h-color-white:focus, .h-color-white:visited,.h-color-white:active{
	color:#ffffff;
}

.light-text{
	color: #cccccc;
}

.semi-light{
	
	color: #ffffff;
}

.dark-color{
	color: #040d1c
}
.dark-blue{
	color : #132a50
}

.dark-red{
	color: #b00020;
}

.gray{
	color: #cccccc;
}

.font-weight-light{
	    font-weight: 200 !important;
}
.main-heading{

}
.lines-wrapper{
	text-align: center;
    padding: 15px 0 0 0;
}
.lines{
	
	text-align: center;
    
    background: url(../img/lines.png);
    background-repeat-x: repeat;
    background-repeat-y: no-repeat;
    padding: 11px 0 0px 170px;
}

.pt-10, .py-10{
	padding-top: 6em !important;
}
.pb-10, .py-10{
	padding-bottom: 6em !important;
}
.card-ribbon{
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.card-ribbon::before{
position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #b00020;
    z-index: -1;
    opacity: .8;
 }

.text-cyan{
	color: #6dcff6;
}
.bg-blue{
    background-color: #132a50;
}

.border-rounded{
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    
}
.border-radius-0{
     border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
}
.m-y--15{
    margin-right: -15px;
    margin-left: -15px;
}

.text-2-5{
    font-size: 2.5rem;
    font-weight: 700;
}


/*
*  Responsive Classes
*/

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {


}



/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    body{
        font-size:0.9rem;
        
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
	#logo{
		position: absolute;
		top: -20px;
	}

    .navbar.scrolled{
        background: transparent;
        border:none;
    }

}


/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
	
}


/*
* Custom CSS
*/


.bar-chart-image{
    background: url('../img/chart.jpg') no-repeat;
    background-size: cover;
}

.typo  p  , .typo  ul, .typo  ol {

font-size: 1.375rem;
line-height: 2.188rem;
font-weight: 300;
}
.typo h1{
    margin-bottom: 1.875rem;
    margin-top: 1.875rem;
}
.typo p {
    color: rgba(0,0,0,.84);
}

.box-container-with-top-padding {
    /* padding-top: 3.438rem; */
}


.header-bg-image{
    background: url(../img/pattern-2.jpg) center center;
    padding: 3em;
    
}


/*
* Single practice 
*/

.our-single-practice.practice-bg-1 {
    background-image: url(../img/law-practice-image_1.jpg);
}

.our-single-practice.practice-bg-2 {
    background-image: url(../img/law-practice-image_2.jpg);
}
.our-single-practice.practice-bg-3 {
    background-image: url(../img/law-practice-image_3.jpg);
}
.our-single-practice.practice-bg-4 {
    background-image: url(../img/law-practice-image_4.jpg);
}
.our-single-practice.practice-bg-5 {
    background-image: url(../img/law-practice-image_5.jpg);
}
.our-single-practice.practice-bg-6 {
    background-image: url(../img/law-practice-image_6.jpg);
}
.our-single-practice.practice-bg-7 {
    background-image: url(../img/law-practice-image_7.jpg);
}
.our-single-practice.practice-bg-8 {
    background-image: url(../img/law-practice-image_8.jpg);
}
.our-single-practice.practice-bg-9 {
    background-image: url(../img/law-practice-image_9.jpg);
}

.our-single-practice {
    position: relative;
    width: 100%;
    height: 350px;
    background-color: #ddd;
    background-position: center;
    background-size: cover;
    margin-top: 17px;
}

.overlays {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: .3s;
    color: #fff;
    padding: 30px;
    padding-left: 100px;
        font-size: 0.89rem;
    line-height: 1.5rem;
    z-index: 1;
    opacity: 0;
}

.overlays:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    background: #040d1c;
    transition: .3s;
}

.practice-description-extra {
    font-size: 1rem;
    position: absolute;
    z-index: 1;
    color: #fff;
    transform: rotate(-90deg);
    bottom: 163px;
    left: -130px;
    width: 370px;
    height: 45px;
    background: #b00020;
}
.practice-description-extra:before {
    position: absolute;
    content: "";
    right: 0px;
    bottom: -27px;
    width: 0;
    height: 0;
    border-right: 21px solid transparent;
    border-left: 0px solid transparent;
    border-top: 28px solid #b00020;
}

.practice-description-extra p {
    padding-left: 30px;
    margin: 0;
    padding-top: 3px;
    font-weight: 500;
}

.our-single-practice:hover .overlays {
    opacity: 1;
}

.single-service {
    position: relative;
    border: 1px solid #ddd;
    height: 470px;
}

.service-bg {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 160px;
}


.service-bg.bg1 {
    background-image: url(../img/virtual-legal-service-image_01.jpg);
}
.service-bg.bg2 {
    background-image: url(../img/virtual-legal-service-image_02.jpg);
}
.service-bg.bg3 {
    background-image: url(../img/virtual-legal-service-image_03.jpg);
}
.service-description {
    padding: 30px;
    padding-left: 100px;
}

.service-description p {
    font-size: 100%;
    color: #040d1c;
    font-weight: 300;
    
}


.service-description-extra {
    font-size: 1rem;
    position: absolute;
    z-index: 1;
    color: #fff;
    transform: rotate(-90deg);
    bottom: 195px;
    left: -201px;
    width: 500px;
    height: 45px;
}

.service-description-extra p {
    padding-left: 70px;
    padding-top: 5px;
    font-size: 1.091rem;
    font-weight: 500;
}

.service-description-extra:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #b00020;
    z-index: -1;
    opacity: .8;
}

.service-description-extra:after {
    position: absolute;
    content: "";
    left: 1px;
    bottom: 44px;
    width: 0;
    height: 0;
    border-left: 31px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 28px solid #b00020;
}

@media only screen and (max-width: 767px){
.service-description p {
    font-size: 0.99em;
    line-height: 21px;
}
.text-sm-center{
        text-align: center;
    }
 .subscribe-section{
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.practice-description-extra{
    left: -150px !important;
}
.our-single-practice .description{
    font-size: 0.85rem !important;
}
.overlays {
    
    padding-left: 70px !important;
    opacity: 1 !important;
}
.overlays:before {
    
    opacity: 0.7 !important;
}
body{
    margin-top:9rem;
}


}

.read-more-btn{
    color: #b00020;
    font-weight: 400;
}

.our-single-practice:hover .overlays:before {
    opacity: .7;
}



.practice-description-extra p{
        font-size: 1.091rem;
}


html, body, header, .view {
    height: 100%;
}

.view {
    position: relative;
    cursor: default;
}
.view img, .view video {
    position: relative;
    display: block;
}
.view video.video-intro {
    z-index: -100;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: 1s opacity;
    -o-transition: 1s opacity;
    transition: 1s opacity;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}

.view .mask {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(4, 13, 28, 0.85);
}

@media (max-width: 740px){
header, .view {
   height: 100vh;
}
}

.navbar-dark .navbar-nav .nav-link{
    color: #ffffff;
}
.view, .view .mask, .waves-effect {
    overflow: hidden;
}

.btn.btn-danger{
    background: #b00020;
    border-color: #b00020;
}

.top-menu{
    position: absolute;
    right: 9.3%;
    top: 0;
    z-index: 0;
}


.navbar{
    transition: all 1s;
    -webkit-transition: all 1s;
        background: rgba(19, 42, 80, 0.9);
    border-bottom: 1px solid rgba(19, 42, 80, 0.9);
}

@media (max-width: 768px){
    .navbar{
         background: rgba(19, 42, 80, 1);
    }
    .navbar-brand{
            margin-top: 3em;
    }
    .navbar-dark .navbar-toggler{
            margin-top: 3em;
    }
    .navbar-dark .navbar-nav .nav-link{
        text-align: center;
    }
    .navbar-brand img {
            width: 200px !important;
    }


}
@media (min-width: 769px) { 
    
}
@media (max-width: 576px) {
    .service-description{
        padding-left: 85px !important;
    }

    .header_heading{
            font-size: 1.8rem;
    }

    .header_desc{
                font-size: 1.2rem;
    }

}