@font-face {
    font-family: 'DroidSerifRegular';
    src: url('fonts/DroidSerifRegular.eot');
    src: url('fonts/DroidSerifRegular.eot') format('embedded-opentype'),
         url('fonts/DroidSerifRegular.woff2') format('woff2'),
         url('fonts/DroidSerifRegular.woff') format('woff'),
         url('fonts/DroidSerifRegular.ttf') format('truetype'),
         url('fonts/DroidSerifRegular.svg#DroidSerifRegular') format('svg');
}

/* =====[ GLOBAL STYLES ]======================================== */

html,body { min-height:100%;height: 100%;scroll-behavior: smooth;}
body { margin:0;background: #fff; font-family: "Lato", sans-serif; color:#777; font-size:16px; line-height: normal; font-weight: 400;}
div, p, span, h1, h2, h3, h4, h5, h6, img, ul, ol, dl, li, dt, dd, blockquote, pre, form, fieldset, label, a { margin:0; padding:0; border:0;}
img { vertical-align: middle;max-width: 100%; height: auto;}
img, a img { border:none;}
h1 {font-size:60px;}
h2 {font-size:48px;}
h3 {font-size:38px;}
h4 {font-size:30px;}
h5 {font-size:25px;}
h6 {font-size:22px;}
h1, h2, h3, h4, h5, h6 { margin-bottom: 15px;font-family: 'DroidSerifBold'; color: #242345;font-weight: normal;text-rendering: optimizelegibility;}
ul li{list-style: none;}
p {padding:0;color:#777;line-height: 26px; font-family: "Lato", sans-serif; font-size: 16px;margin-bottom: 15px;}
a { color:#d30d09; text-decoration:none !important;outline: none;}
a:hover { text-decoration:underline;}
a.active{color: #d30d09 !important;}
a:focus{outline: none;}
.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden }
html .clearfix {height:1%;}
.clearfix {display:block;}
.clr {clear:both;}
.center-block{float: none; margin:0 auto;}
::-moz-placeholder {color: #999 !important; opacity: 1; font-size: 15px;}
:-ms-input-placeholder {color: grey !important; opacity: 1;font-size: 15px;}
::-webkit-input-placeholder {color: #999 !important; opacity: 1;font-size: 15px;}

/* =====[ MAIN STYLES ]====================================== */
.header-wrapper{
  background: url(../images/header-banner.jpg) no-repeat left top;
  background-size: cover;
  width: 100%;
  height: 980px;
}
header{
  padding: 15px 0;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.navbar-expand-md .navbar-nav .nav-item{
  padding: 0 22px;
}
.navbar-expand-md .navbar-nav .nav-link {
  color: #242345;
  padding: 10px 0 12px;
  font-weight: 400;
  position: relative;
  line-height: 100%;
  font-family: 'DroidSerifRegular';
}
header .navbar-nav .nav-item.active .nav-link{
  color: #242345 !important;
}
.navbar-expand-md .navbar-nav .nav-link::before,
.navbar-expand-md .navbar-nav .nav-link::after {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  background: #fff;
  transition: width .4s;
  position: absolute;
  top: 0;
}
.navbar-expand-md .navbar-nav .nav-link::after {
  float: right;
  bottom: 0;
  top: inherit;
  right: 0;
}
.navbar-expand-md .navbar-nav .nav-link:hover::after, 
.navbar-expand-md .navbar-nav .nav-link:hover::before,
.navbar-expand-md .navbar-nav .nav-item.active .nav-link::before,
.navbar-expand-md .navbar-nav .nav-item.active .nav-link::after {
  width: 100%;
  transition: width .4s;
}
.header-caption h1{
  font-size: 110px;
  color: #fff;
  text-shadow: 2px 1px rgba(0,0,0,0.7);
  margin-bottom: 40px;
  line-height: 94px;
}
.header-caption p {
  font-size: 24px;
  color: #fff;
  font-family: "Lato", sans-serif;
  text-shadow: 1px 1px rgba(0,0,0,0.7);
}
.hero-video{
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
  background: rgba(0,0,0,0.2);
}
.btn{
  border-radius: 3px;
  padding: 14px 30px;
  color: #fff;
  text-align: center;
  transition: color 0.3s ease;
  cursor: pointer;
  border: 0;
  position: relative;
  overflow: hidden;
  font-family: 'DroidSerifRegular';
}
.prime-btn,
.contact-form .btn{
  background: #242345;
}
.secndry-btn{
  background: #fff;
  color: #242345;
}
.prime-btn::before,
.secndry-btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #d30d09;
  transition: left 1s ease;
  z-index: 0;
}
.txt-white,
.firm-info p,
.firm-info h2,
.footer-title,
.about-block p,
.about-block h2,
.prime-btn:hover,
.secndry-btn:hover,
.footer-col ul li a:hover,
.footer-col ul li a:focus,
.footer-col address p a:hover{
  color: #fff;
}
.prime-btn:hover::before,
.secndry-btn:hover::before {
  left: 0;
}
.btn span {
  position: relative;
  z-index: 2;
}
.about-block{
  background: #242345;
  padding: 80px 114px 100px;
  text-align: center;
  margin-top: -75px;
}
.ptb-100{
  padding-top: 100px;
  padding-bottom: 100px;
}
.pt-100{
  padding-top: 100px;
}
.pb-100{
  padding-bottom: 100px;
}
.pt-0{
  padding-top: 0;
}
.pb-0{
  padding-bottom: 0;
}
.section-title{
  margin-bottom: 80px;
}
.section-title h2{
  text-transform: uppercase;
  position: relative;
  padding-bottom: 15px;
}
.section-title span {
  color: #6787bb;
}
.section-title h2:after{
  background:url(../images/seprator.png) no-repeat;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 163px;
  height: 17px;
  top: 100%;
}
.servc-col{
  padding: 20px;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
.servc-col:hover{
  -webkit-box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.09);
}
.bg-grey{
  background: #fafafa;
}
.bg-blue{
  background: #242345;
}
.team-card {
  background: #fff;
  max-width: 100%;
  padding: 40px 40px 60px;
  position: relative;
}
.team-card img {
  width: 250px;
  height: 250px;
  margin: -100px auto 30px;
  position: relative;
  z-index: 9;
}
.pale-txt{
  color: #6787bb;
}
.designation{
  color: #242345;
  font-weight: 600;
  margin-bottom: 20px;
}
.team-card .prime-btn {
  position: absolute;
  left: 50%;
  right: 0;
  bottom: -25px;
  width: 254px;
  transform: translateX(-50%);
}
.team-bx {
  margin-top: 100px;
  margin-bottom: 50px;
}
.firm-block {
  background: url(../images/nave-law-offices-about-the-firm.jpg) center center;
  background-size: cover;
  width: 100%;
  padding: 160px 0;
}
.firm-info {
  background: rgba(103, 135, 187 , .7);
  padding: 80px 100px;
}
footer{
  background: #242345;
}
.ftr-wrp{
  justify-content: space-between;
}
.lower-footer{
  background: #1c1b38;
  font-size: 15px;
  color: #ccc;
  padding: 30px 0;
}
.footer-title{
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'DroidSerifRegular';
}
.footer-col ul li a {
  margin: 0;
  font-size: 16px;
  margin: 8px 0;
  display: inline-block;
  color: #ccc;
  padding: 0;
}
.footer-col address span {
  padding-top: 5px;
  width: 20px;
  height: 20px;
  font-size: 18px;
  color: #fff;
  margin-right: 5px;
}
.footer-col address p{
  display: inline-flex;
  margin-bottom: 10px;
}
.footer-col address p,
.footer-col address p a{
  font-size: 15px;
  color: #ccc;
}
.txt-red{
  color: #d30d09;
}
.contact-form .btn:hover{
  background: #d30d09;
}
.heading-block h2,
.img-text-block h3{
  text-transform: uppercase;
}
.subheading{
  font-family: 'DroidSerifRegular';
  margin-bottom: 50px;
}
.img-text-block {
  position: relative;
  padding: 0 100px;
}
.coverimg::before {
  content: "";
  background: rgba(255, 255, 255, 1);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
}
.text-holder{
  padding: 100px;
}
.text-holder ul{
  padding:0 28px;
}
.text-holder li{
  color: #fff;
  margin: 15px 0;
  list-style: disc;
}
.footer-col address,
.about-block p:last-child,
.text-holder li:last-child{
  margin-bottom: 0;
}
.coverimg::after {
  content: "";
  position: absolute;
  background: #fff;
  width: 100px;
  height: 2px;
  right: -6%;
  z-index: 9;
  top: 50%;
}
.coverimg.leftdivider::after {
  content: "";
  position: absolute;
  background: #fff;
  width: 100px;
  height: 2px;
  left: -6%;
  z-index: 9;
  top: 50%;
}
.practice-block .text-holder {
  flex: 0 0 58%;
  max-width: 58%;
}
.practice-block .title-holder{
  flex: 0 0 42%;
  max-width: 42%;
}
.header-wrapper.inner-head{
  height: 550px;
}
/*.header-wrapper.contact-head{
  background: url(../images/contact-bg.jpg) no-repeat top center;
  background-size: cover;
}*/
.inner-head .header-caption h1{
  font-size: 62px;
}
.contact-form {
  padding: 50px 40px 50px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 33px 0px rgba(227, 224, 227, 1);
  -moz-box-shadow: 0px 0px 33px 0px rgba(227, 224, 227, 1);
  box-shadow: 0px 0px 33px 0px rgba(227, 224, 227, 1);
}
.contact-form .form-control {
  border-color: #cdcdcd;
  min-height: 52px;
  padding: 5px 10px;
  box-shadow: none;
  display: inline-block;
  width: 100%;
  color: #242345;
}
.contact-form .btn{
  min-width: 200px;
}
.contact-form .form-control:focus{
  border-color: rgba(82,168,236,0.8);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
}
.contact-info{
  padding: 50px 40px;
}
.info-block address:first-child{
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 1px solid #cdcdcd;
  margin-top: 30px;
}
.abt-info h6,
.info-block address span{
  font-size: 20px;
}
.info-block address h6{
  font-size: 21px;
  margin: 8px 0;
}
.info-block address a{
  color: #777;
}
.info-block address a:hover{
  text-decoration: underline !important;
}
.contact-form .invalid .wpcf7-response-output{
  display: none;
}
.contact-form .sent .wpcf7-response-output{
  border-color: #8dc99e;
  border-radius: 3px;
  font-size: 20px;
  background: #d3f2db;
  color: #41704e;
  padding: 5px 10px 8px;
  margin: 0;
}
.prsn-bx figure{
  width: 180px;
  display: inline-block;
}
.prsn-bx figcaption{
  font-size: 24px;
  color: #c50400;
  font-family: 'DroidSerifRegular';
}








/* =====[ MEDIA QUERIES ]====================================== */
@media (min-width: 1199px) {
  .container{
    max-width: 1170px;
  }
}

@media only screen and (min-width: 992px) and (max-width : 1199px) {
  .header-wrapper{
    height: 750px;
  }
  .header-caption h1{
    font-size: 90px;
  }
  .navbar .container{
    max-width: inherit;
    width: 100%;
  }
  .img-text-block {
    padding: 0 50px;
  }
  .text-holder {
    padding: 100px 70px;
  }
}

@media (max-width: 991px) {
  .navbar-dark .navbar-brand{
    width: 100px;
  }
  .contact-form {
    padding: 40px 30px 40px;
  }
  .text-holder ul,
  .contact-bx form .col-md-6{
    width: 100%;
  }
  .contact-bx form .mt-4.row,
  .contact-bx form .mt-4 .mt-4:last-child{
    margin-top: 0 !important;
  }
  .wpcf7 form.sent .wpcf7-response-output{
    font-size: 18px;
  }
  .img-text-block {
    padding: 0 30px;
  }
  .text-holder {
    padding: 80px 50px;
  }
  .home .header-caption h1{
    font-size: 90px;
    line-height: 84px;
  }
  .header-caption p{
    font-size: 22px;
  }
  .about-block {
    padding: 50px 70px 80px;
  }
  .team-bx{
    width: 60%;
  }
  .firm-info {
    padding: 80px 50px;
  }
  .prsn-bx figure{
    width: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width : 991px) {

}

@media only screen and (min-width: 320px) and (max-width : 767px) {
  .header-wrapper{
    height: 650px;
  }
  .header-caption h1{
    font-size: 66px;
  }
  .note,
  .servc-wrp {
    margin-top: 0 !important;
  }
  .contact-form {
    padding-bottom: 15px;
  }
  .navbar-dark .navbar-toggler {
    border: 0;
    padding: 0;
    color: transparent;
  }
  .animated-icon {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
  }
  .animated-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  .animated-icon span {
    background: #fff;
  }
  .animated-icon span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  .animated-icon span:nth-child(2) {
    top: 10px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  .animated-icon span:nth-child(3) {
    top: 20px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  .animated-icon.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
    left: 8px;
  }
  .animated-icon.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
  }
  .animated-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 21px;
    left: 8px;
  }
  .navbar-collapse {
    background: #242345;
    margin-top: 10px;
    border-radius: 4px;
  }
  .navbar-nav {
    padding: 10px;
  }
  .upper-footer .navbar-nav {
    padding: 0;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding: 12px 10px;
    font-size: 17px;
    color: #fff;
    line-height: 100%;
  }
  .navbar-expand-md .navbar-nav .nav-link:hover, 
  .navbar-expand-md .navbar-nav .nav-link:focus, 
  .navbar-expand-md .navbar-nav .nav-item.active {
    background: #d30d09;
    border-radius: 4px;
    color: #fff
  }
  .navbar-expand-md .navbar-nav .nav-item.active .nav-link{
    color: #fff !important;
  }
  .navbar-expand-md .navbar-nav .nav-item {
    padding: 0;
  }
  .coverimg::after,
  .coverimg::before,
  .navbar-expand-md .navbar-nav .nav-link::before, 
  .navbar-expand-md .navbar-nav .nav-link::after{
    display: none;
  }
  .practice-block .title-holder{
    background: #fafafa;
  }
  .practice-block .text-holder,
  .practice-block .title-holder{
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .practice-block:nth-child(2) .align-items-stretch{
    flex-direction: column-reverse;
  }
  .team-bx {
    width: 80%;
    margin-top: 70px;
  }
  .firm-info {
    padding: 50px 20px;
  }
  .about-block {
    padding: 30px 30px 60px;
  }
  .home .header-caption h1 {
    font-size: 68px;
    line-height: 64px;
    margin-bottom: 30px;
  }
  .header-caption p {
    font-size: 20px;
  }
  .ftr-wrp .footer-col:first-child,
  .ftr-wrp .footer-col:nth-child(2){
    margin-bottom: 30px;
  }
  .servc-col{
    padding: 0 0 20px 0;
  }
  .servc-col:hover{
    box-shadow: none;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 42px;
  }
  .header-wrapper {
    height: 550px;
  }
  .navbar-dark .navbar-brand {
    width: 80px;
  }
  .header-caption h1{
    font-size: 60px;
    line-height: 60px;
  }
  .ptb-100 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .upper-footer .footer-col{
    text-align: center;
    margin-bottom: 40px
  }
  .upper-footer .footer-col:last-child{
    margin-bottom: 0;
  }
  .footer-col address p{
    display: block;
  }
  .footer-col address span{
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 8px;
  }
  .contact-info {
    padding: 50px 20px 30px;
  }
  .contact-form {
    padding: 40px 15px 10px;
  }
  .img-text-block {
    padding: 0 10px;
  }
  .practice-block .text-holder{
    padding-left: 20px;
    padding-right: 20px;
  }
  .about-block {
    padding: 20px 15px 50px;
  }
  .home .header-wrapper {
    height: 580px;
  }
  .home .header-caption h1 {
    font-size: 50px;
    line-height: 48px;
  }
  .team-bx{
    width: 100%;
  }
  .team-card{
    padding: 40px 20px 60px;
  }
  .team-card img{
    width: auto;
    height: auto;
  }
  .abt-info{
    text-align: center;
    margin-top: 30px;
  }
  .bio{
    text-align: center;
  }
}