/* font-family: 'Prata', serif; */

body,
html {
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-image: url('../images/BahzadLaw-icon.svg');
    background-repeat: no-repeat;
    background-color: #FFF;
    background-position: center;
    background-size: 20%;
}

a,
button {
    outline: none !important;
}

p {
    color: #333;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
}

#navbarNavAltMarkup {
    position: relative;
}

#navbarNavAltMarkup .navbar-nav {
    position: absolute;
    right: 0;
}

.banner {
    height: 100vh;
    overflow-x: hidden;
    position: relative;
}

.banner .item {
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner .banner_caption {
    position: absolute;
    top: 60%;
    left: 32%;
    transform: translate(-50%, -50%);
    font-family: 'Prata', serif;
    z-index: 999;
}

.banner .banner_caption h1 {
    color: #fff;
    background: #333333b3;
    padding: 14px 30px;
    /*    box-shadow: 20px 15px 20px 0px #33333373;*/
    border-radius: 3px 22px 3px 3px;
   /* text-transform: capitalize;*/
    font-size: 30px;
    line-height: normal;
}

.banner .banner_caption h1:before {
    content: "";
    position: absolute;
    height: 154px;
    width: 101px;
    background: transparent;
    border: 5px solid #a79372;
    left: -3px;
    top: -15px;
    z-index: -1;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    box-shadow: 0 0 20px 0px #ccc3;
}

.navbar-brand {
    width: 230px;
}

.navbar-nav .nav-link {
    font-size: 13px;
    color: #333 !important;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 18px !important;
    border-right: 1px solid #cd922a21;
    height: fit-content;
    line-height: 33px;
    top: 5px;
    position: relative;
    transition: all .5s ease;
}

.navbar-nav .nav-link:nth-last-child(1) {
    padding-right: 0 !important;
    border-right: none !important;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:active,
.navbar-nav .nav-link.active {
    color: #a79372 !important;
}

.support {
    background: #fff;
    border: 1px solid #a79372;
    padding: 9px 11px;
    color: #515151;
    font-size: 13px;
    text-decoration: none;
    font-weight: 600;
    transition: all .8s ease;
}
.support span{ color: #a79271;
    font-weight: 400; font-size: 12px;
	}
.support img {
    margin-right: 10px;
    vertical-align: sub;
}

.navbar .container {
    position: relative;
    padding: 10px 0;
}

.support:hover,
.support:focus,
.support:active {
    background: #42474c;
    text-decoration: none;
    color: #fff;
}

.owl-theme .owl-nav {
    transition: all .5s ease;
    opacity: 0;
}

.banner:hover .owl-theme .owl-nav,
.banner:focus .owl-theme .owl-nav {
    opacity: 1;
}

section {
    padding: 80px 0;
    position: relative;
}

.about {
    background: #42474c;
}

.meta_title {
    text-transform: uppercase;
    font-size: 13px;
    color: #a79372;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 26px;
    letter-spacing: 3px;
}

.the_title {
    font-weight: 400;
    font-size: 30px;
    line-height: 48px;
    color: #fff;
    font-family: 'Prata', serif;
    /*text-transform: capitalize;*/
}

.the_title:after {
    content: "";
    height: 1px;
    width: 100px;
    background: #a79372;
    top: 15px;
    position: relative;
    left: 0;
    display: block;
}

.about p.sp:first-letter {
    font-size: 55px;
    float: left;
    margin-right: 10px;
    line-height: 55px;
    color: #fff;
    font-family: 'Prata', serif;
}

.about p {
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
}

.btn_primary {
    padding: 10px 20px;
    font-size: 12px;
	border: 1px solid #a79372;
    
   /* font-weight: 600;*/
    text-transform: uppercase;
    margin-top: 30px;
    display: block;
    width: fit-content;
    transition: all .5s ease;
    text-decoration: none !important;
	
	background: #42474c;
    color: #fff;
    border-color: #42474c;
	
	letter-spacing:1px;
}
.about .btn_primary {background: none;
    
	
	color: #a79372;
    border: 1px solid #a79372;}


.about:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(66, 71, 76, 0);
    border-top-color: #42474c;
    border-width: 10px;
    margin-left: -10px;
}

.practices {
    background: url(../images/rouda-pattern.jpg) repeat-x bottom
}

.practices .the_title {
    color: #42474c;
    font-weight: 600;
    text-align: center;
    letter-spacing: 2px;
}

.practices .the_title:after,
.news .the_title:after {
    margin: 8px auto;
}

.practices .meta_title,
.news .meta_title {
    text-align: center;
}

.practice_container {
    margin: 30px auto 0;
}

.practice {
    width: 100%;
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.pr_box {
    padding: 0;
    cursor: pointer;
    overflow-x: hidden;
    position: relative;
    /* border: 4px solid #fff;*/
    border: 10px solid transparent;
    transition: all .5s ease;
}

.hoverbox {
    position: relative;
    /*bottom: 0;
    top: 0;
    right: 0;
    left: 0;*/ height:100%;
    margin: 0;
    border: 15px solid transparent;
    padding: 15px;
    transition: all .2s ease-in-out;
    z-index: 2;
}

.hoverbox h4 {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
   /* bottom: 10px;*/
    position: absolute;
    font-weight: 600;
    margin: 0;
    letter-spacing: 1px; line-height:1.5;
    
    width:80%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)
}

.pr_box:after {
    content: "";
    position: absolute;
    background: #33333373;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    filter: brightness(.5);
    z-index: 1;
    transition: all .8s ease;
}

.pr_box:hover .hoverbox,
.pr_box:focus .hoverbox,
.pr_box:active .hoverbox {
    margin: 10px; height:84%;
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.pr_box:hover .hoverbox h4,
.pr_box:focus .hoverbox h4,
.pr_box:active .hoverbox h4 {
    /*bottom: 20px;*/
    transition: all .3s ease;
}

.pr_box:hover:after,
.pr_box:focus:after,
.pr_box:active:after {
    background: #a98f65c7;
}

.practices .btn_primary {
    margin: 50px auto 0;
}

.news {
    background: #42474c/*#a79372*/
    ;
}

.news .meta_title {
    color: #fff;
}

.news .the_title {
    text-align: center;
}

.news_container {
    padding: 0 30px;
}

.news .the_title:after {
    background: #fff;
}

.news_container h5 {
    color: #fff;
    font-family: 'Prata', serif;
    font-size: 16px;
    line-height: 30px;
    transition: all .5s ease;
}

.news .btn_primary {
    margin: 10px auto 0;
    border-color: #fff;
    color: #fff;
}

a {
    text-decoration: none !important;
    transition: all .5s ease;
}

.news_container .time {
    border-top: 1px solid #eeeeee59;
    display: block;
    padding: 10px 0px;
    font-size: 13px;
    margin: 20px 0;
    color: #eeeeeebf;
    transition: all .5s ease;
}

.news_container .time i {
    margin-right: 10px;
}

.news_container:hover .time {
    border-top: 1px solid #fff;
}

.btn_primary:hover,
.btn_primary:focus,
.btn_primary:active {
	background: none;
    
	
	color: #a79372;
    border: 1px solid #a79372;
}

.about .btn_primary:hover,
.about .btn_primary:focus,
.about .btn_primary:active {background: #42474c;
    color: #fff;
    border-color: #fff;
	
}

.address {
    padding: 30px;
}

.address p {
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    text-align: center;
    display: block;
    width: 100%;
    color: #231f20;
}

footer {
    background: #fff/*#42474c*/
    ;
    padding: 17px;
    border-top: solid 1px #e6e6e6;
}

footer p {
    color: #7b7b7b;
    font-size: 12px;
    font-weight: 500;
    margin: 0;
    text-align: center;
    display: block;
    width: 100%;
}

.banner .owl-dots {
    position: absolute;
    bottom: 30px;
    right: 0;
    left: 0;
}

.owl-theme .owl-nav button span {
    font-size: 25px
}

.innerbanner {
    height: 450px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.innerbanner h1 {
    font-family: 'Prata', serif;
    color: #fff;
    font-weight: 600;
    text-align: center;
    display: block;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
}

.contact_section p {
    color: #333;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
}

.contact_section p span {
    color: #a79372;
    text-transform: capitalize;
    font-weight: 600;
}

.contact_section .the_title {
    color: #42474c;
    font-weight: 600;
    letter-spacing: .5px;
    margin-bottom: 50px;
}

form .form_field {
    width: 100%;
    padding: 10px 15px;
    border-radius: 5px;
    background: #f5f5f5;
    border: 1px solid #cecece;
    outline: none;
    font-size: 15px;
    margin: 5px 0;
    transition: all .5s ease;
}

form .form_field:hover,
form .form_field:focus,
form .form_field:active {
    border: 1px solid #a79372;
}

form button {
    background: #fff;
    border: 1px solid #a79372;
    padding: 10px 40px;
    color: #a79372;
    font-size: 12px;
    text-decoration: none;
    font-weight: 600;
    transition: all .8s ease;
}

form button:hover,
form button:focus,
form button:active {
    background: #42474c;
    text-decoration: none;
    color: #fff;
}

.side_div {
    background: #ccc0af45;
    padding: 30px;
    margin-bottom: 20px;
}

.side_div h4 {
    font-family: 'Prata', serif;
    font-weight: 600; color:#42474c;
}

.accordion>.card .card-header {
    background: #fff;
    border-top: 1px solid #f1eee9;
    padding: 20px 0;
}

.accordion>.card .card-header h5 {
    font-family: 'Prata', serif;
    color: #333333;
    font-size: 18px;
    font-weight: 600;
    transition: all .5s ease;
    letter-spacing: 1px;
}

.accordion {
    margin-top: 50px;
}

.accordion>.card .card-header i {
    float: right;
}

.accordion>.card {
    border: none;
}

.accordion>.card:hover .card-header h5,
.accordion>.card:focus .card-header h5,
.accordion>.card:active .card-header h5 {
    color: #a79372;
}

.accordion>.card .card-body {
    padding: 20px 0;
}

.side_div ul {
    padding: 0;
    list-style-type: none;
}

.side_div ul li a {
    color: #333333;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 0;
    display: inline-block;
    width: 100%;
    transition: all .5s ease;
}

.side_div ul li a i {
    margin-right: 10px;
}

.side_div ul li a:hover,
.side_div ul li a:focus,
.side_div ul li a:active {
    color: #a79372;
}

ul li a i,
ul li i {
    margin-right: 10px;
}

.dropdown_menu {
    position: absolute;
    background: #fff;
    padding: 15px 25px;
    top: 70px;
    margin-bottom: 0;
    transition: all .5s ease;
    opacity: 0;
    left: 100px;
    visibility: hidden;
}

.dropdown_menu:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}

.dropdown {
    position: relative;
}

.dropdown:hover~.dropdown_menu,
.dropdown:focus~.dropdown_menu,
.dropdown:active~.dropdown_menu {
    opacity: 1 !important;
    z-index: 9999;
}

ul {
    padding: 0;
    list-style-type: none;
}

ul li a {
    color: #333333;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 0;
    display: inline-block;
    width: 100%;
    transition: all .5s ease;
}

ul li a:hover,
ul li a:focus,
ul li a:active,
ul li a.active {
    color: #a79372 !important;
}

.dropdown_menu ul li a {
    border-bottom: 1px solid #eee;
}

ul li span {
    color: #a79372;
    font-weight: 600;
    text-transform: capitalize;
}

ul.common_list li {
    color: #333333;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 0;
    display: inline-block;
    width: 100%;
    transition: all .5s ease;
}

.career-list {margin-top:40px}
.career-list li {
   /* border-bottom: 1px solid #d6d7d8;*/
    margin-bottom: 40px;
}

.career-list li:last-child {border:none; margin-bottom:0px}

.career-list li h4 {
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: 'Prata', serif;
    letter-spacing: 1px;
   /* border-bottom: 1px solid #e4e4e4;*/
    padding-bottom: 15px;
    margin-bottom: 15px;
	
	    background: #eee;
    padding: 0 20px;
    line-height: 50px;
}

.career-list li ul span{ color: #727272;
     font-weight: normal ;}

.career-list li ul li {
    font-size: 15px;
    line-height: 28px;
    border: none;
    margin-bottom: 0px;
}

@media (max-width: 768px) and (min-width: 315px)
{	.career-list li ul span{
		    display: contents;
			}
}			

.career-list li button {
    background: #fff;
    border: 1px solid #a79372;
    padding: 9px 11px;
    color: #a79372;
    font-size: 12px;
    text-decoration: none;
    font-weight: 600;
    transition: all .8s ease;
    outline: none;
    margin: 20px 0;
}
.career-list li ul, .career-list li button {

    margin-left: 17px;
	}
.career-list li button:hover,
.career-list li button:focus,
.career-list li button:active {
    background: #42474c;
    text-decoration: none;
    color: #fff;
}

.modal-body {
    padding: 40px;
}

.modal-body form label {
    font-size: 13px;
    color: #a79372;
    margin-bottom: 5px;
}

.modal-body form .form_field {
    margin-top: 0;
    margin-bottom: 20px;
}

.modal-header {
    padding: 15px 40px;
}

.modal-header h5 {
    font-family: 'Prata', serif;
    font-weight: 700;
}

.teams {
    margin: 30px 0 0;
}

.teams .lawyer_img {
    height: 300px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

.teams .lawyer_img .overlay {
    background: #a98f65c7;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: all .8s ease;
}

.teams .lawyer_img .overlay a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
    border: 1px solid #ffffff;
    padding: 9px 11px;
    color: #ffffff;
    font-size: 12px;
    text-decoration: none;
    font-weight: 600;
    transition: all .8s ease;
}

.teams .lawyer_img .overlay a:hover,
.teams .lawyer_img .overlay a:focus,
.teams .lawyer_img .overlay a:active {
    background: #333;
    border: 1px solid #a79372;
    padding: 9px 11px;
    color: #fff;
}

.teams .col-lg-3 {
    cursor: pointer;
    margin-bottom: 80px;
}

.teams .col-lg-3:hover .overlay,
.teams .col-lg-3:focus .overlay,
.teams .col-lg-3:active .overlay {
    opacity: 1;
}

.teams .col-lg-3:hover a,
.teams .col-lg-3:focus a,
.teams .col-lg-3:active a {
    top: 40%;
}

.teams .lawyer_info {
    background: #42474c;
    box-shadow: 0 0 20px 0px #ccc3;
    width: 80%;
    bottom: -40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    height: 85px;
    position: absolute;
    padding: 20px;
    overflow: hidden;
    border-bottom: 2px solid #a79372;
    transition: all .8s ease;
}

.teams .lawyer_info h4 {
    font-size: 16px;
    font-family: 'Prata', serif;
    /*font-weight: 700;*/
    color: #FFF; /*#333*/
    text-align: center;
}

.teams .lawyer_info h5 {
    font-size: 12px;
    color: #a79372;
    text-transform: uppercase;
    text-align: center;
}

.teams .lawyer_info ul li {
    float: left;
    padding: 0 7px;
    text-align: center;
}

.teams .lawyer_info ul {
    margin: 10px 0 0;
    display: inline-block;
    width: 100%;
    transition: all .8s ease;
}

.teams .lawyer_info ul li a {
    text-align: center;
    padding: 0 10px;
	color:#77787a;
}

.teams .lawyer_info ul li a i {
    margin-right: 0;
}

.teams .col-lg-3:hover .lawyer_info {
    height: 120px;
}

.modal .lawyer_details h1 {
    font-size: 26px;
    line-height: 40px;
    font-family: 'Prata', serif;
    color: #42474c;
    letter-spacing: .5px;
    margin-bottom: 0;
}

.modal .lawyer_details h2 {
    font-size: 12px;
    color: #a79372;
    text-transform: uppercase;
}

.modal .lawyer_details .name {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.modal .lawyer_details .contact {
    margin-top: 30px;
}

.modal .lawyer_details .contact h3 {
    color: #42474c;
    font-size: 14px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    display: block;
}

.modal .lawyer_details .contact a {
    font-size: 16px;
    line-height: 24px;
    color: #42474c;
    transition: all .8s ease;
}

.modal .lawyer_details .contact a:hover,
.modal .lawyer_details .contact a:focus,
.modal .lawyer_details .contact a:active {
    color: #a79372;
}

.modal .lawyer_details .contact ul li {
    float: left;
    margin-right: 15px;
}

.modal .lawyer_details .contact ul li a {
    background: #a79372;
    color: #fff;
    width: 40px;
    text-align: center;
}

.modal .lawyer_details .contact ul li a:hover,
.modal .lawyer_details .contact ul li a:focus,
.modal .lawyer_details .contact ul li a:active {
    background: #42474c;
    color: #fff !important;
}

.modal .lawyer_details .contact ul li a i {
    margin-right: 0;
}

.contact_section form label {
    font-size: 13px;
    color: #a79372;
    margin-bottom: 0px;
}

.contact_section form .form_field {
    margin-bottom: 25px;
}

.values {
    margin-top: 50px;
}

.valuebox {
    background: #fafafa;
    padding: 30px;
    border: 1px solid #a79372;
    /*cursor: pointer;*/
    transition: all .5s ease;
}

.valuebox h4 {
    font-size: 15px;
    color: #a79372;
    /*font-weight: 600;*/
}

.valuebox h5 {
    font-size: 20px;
    color: #42474c;
    /*font-weight: 600;*/
}

.valuebox:hover,
.valuebox:focus,
.valuebox:active {
    background: #a79372;
}

.valuebox:hover h4,
.valuebox:focus h4,
.valuebox:active h4,
.valuebox:hover h5,
.valuebox:focus h5,
.valuebox:active h5 {
    color: #ffffff;
}

.hexagon {
  position: relative;
  width: 300px; 
  height: 173.21px;
  background-color: #64C7CC;
  margin: 86.60px 0;
}

.hexagon:before,
.hexagon:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 150px solid transparent;
  border-right: 150px solid transparent;
}

.hexagon:before {
  bottom: 100%;
  border-bottom: 86.60px solid #64C7CC;
}

.hexagon:after {
  top: 100%;
  width: 0;
  border-top: 86.60px solid #64C7CC;
}

.contact_section {
    background: url(../images/rouda-pattern.jpg) repeat-x bottom;
    border-bottom: solid 1px #e9e2d8;}