*{
	padding: 0px;
	margin: 0px;
}

h2, p {
  padding: 0px;
  margin: 0px;
}

@font-face {
  font-family: open-sans;
  src: url('./font/OpenSans-VariableFont_wdth\,wght.ttf');
}
@font-face {
  font-family: montserrat;
  src: url('./font/Montserrat-VariableFont_wght.ttf');
}

/* global css start */

body{
	padding: 0px;
	margin: 0px;
  overflow-x: hidden; 
  font-family: 'open-sans';
  font-weight: 400;
  font-size: 16px;
}

img{
	max-width: 100%;
}

.bold-mark-color {
  color: #56a1d5 ;
  font-weight: 700;
  text-decoration: inherit;
}

.bold-mark-color:hover {
  color: #56a1d5 ;
}

.normal-mark-color {
  color: #56a1d5 ;
}
.normal-mark-color:hover {
  color: #56a1d5 ;
}

a{
  color: inherit;
  text-decoration: inherit;
}


/* global css end */

.header {
    background-color: #fff;
    padding: 0px;
  
}

nav .navbar-brand img{
    width: 264px;
    height: 40px;
}

.header nav ul li .nav-link{
    display: block;
    font-size: 12px;
    font-family: 'open-sans', sans-serif;
    font-weight: 700;
    color: #444444;
    padding-right: 25px !important;
    padding-left: 25px !important;
    padding-top: 25px !important;
    padding-bottom: 25px !important;
    text-transform: uppercase;
    letter-spacing: 0px;
    height: 100%;
  }   

  .header nav ul li:last-child a{
    padding-right: 0px !important;
  }

.header nav ul li a:hover{
    color: #56a1d5
    ;
}

.active {
    color: #56a1d5
    !important;
}

.navbar-toggler{
    font-size: 20px;
    background-color: white;
}

.navbar-toggler-icon{
}

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0; /* remove the gap so it doesn't close */
}

.dropdown-menu {
  background: #222222;
  border-radius: 0px !important;
}

.dropdown-item {
  color: white !important;
  background-color: transparent;
  border: 0;
  font-family: 'open-sans' !important;
  font-size: 11px !important;
  line-height: 30px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;

}

.dropdown-item:hover {
  color: #56a1d5 !important;
  background-color: transparent;
  border: 0;
}

a.dropdown-item.active {
  color: #56a1d5 !important;
  background-color: transparent;
}

/* home page css */

  /* Slider css */
  * {
    margin: 0;
    padding: 0;
    outline: 0;
    box-sizing: border-box;
  }
  
  .swiper {
    width: 100%;
    height: 420px;
  }
  
  .swiper-slide {
    font-family: "Open Sans", sans-serif;
    background-size: cover;
    background-position: center;
    height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: grab;
    cursor: -webkit-grab;
  }
  
  .swiper-button-prev:hover {
    color: #69f0ae;
    transition: all linear 0.3s;
  }
  
  .swiper-button-next:hover {
    color: #69f0ae;
    transition: all linear 0.3s;
  }
  
  /* slider css end */

/* home-sec-2 css start */

.home-sec-2{
  background-color: #56a1d5;
  padding: 60px 0px;
  color: white;
}

.home-sec-2 h2 {
  letter-spacing: 3px;
  font-size: 30px;
  line-height: 36px;
  font-family: 'open-sans';
  text-align: center;
}
/* home-sec-2 css end */

/* home-sec-3 start */

.home-sec-3-img-box {
  height: 100%;
  background-image: url('./img/1558338_ml.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-sec-7-content-box, .home-sec-5-content-box, .home-sec-3-content-box {
  padding: 75 100 65 100;
}

.home-sec-7-content-box p, 
.home-sec-5-content-box p, 
.home-sec-3-content-box p {
  font-family: 'open-sans';
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  color: #333;
}

/* home-sec-3 end  */

/* section 5 style start */

.home-sec-5-img-box{
  height: 100%;
  background-image: url('./img/10212709_ml.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* section 5 style end */

/* home sec 7 start */

.home-sec-7-content-box{
  padding: 115 90 115 100;
}

.home-sec-7-img-box{
  min-height: 100%;
  background-image: url('./img/IMG_8418-e1425435416264.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


/* home sec 7 end */

/* home sec 8 start */

.home-sec-eight{
  background-image: url('./img/Slide_1.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
  width: 100%;
  height: auto;
  position: relative;
  padding-top: 80px;
  padding-bottom: 40px;
  z-index: 1;
}


.home-sec-eight::after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0);
  opacity: .7;
  z-index: -1;
}


.sec-8-cbox-2{
  padding-left: 50px;
}
.sec-8-cbox-1{
  padding-right: 50px;
}


.top-area-title h2{
  color: white;
  text-align: center;
  font-family: 'open-sans';
  font-size: 30px;
  line-height: 39px;
  font-weight: 400;
  margin-bottom: 40px;
  letter-spacing: 3px;
}

.top-line-parent{
  width: 25px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  height: 4px;
  margin-bottom: 60px;
}

.top-line {
  border-top: 4px solid #56a1d5;
  height: 4px;
}

.home-sec-8-single-content-box{
  margin-bottom: 35px;
}

.home-sec-8-single-content-box h2{
  color: white;
  font-family: 'open-sans';
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  margin-bottom: 10px;

}

.home-sec-8-single-content-box p{
  color: white;
  font-size: 14;
  line-height: 23px;
  font-weight: 400;
  font-family: 'open-sans';
}

/* home sec 8 end */

/* home sec 9 start */

.home-sec-9 {
  background-color: #56A1D5;
  border: 1px solid #fff;
  border-left: none;
  border-right: none;
  padding: 25px 0px;
}

.home-sec-9-single-content-box{
  height: 100%;
  display: flex;
  align-items: center;
}

.home-sec-9-single-content-box h2{
    font-family: 'open-sans';
    font-weight: 900;
    font-size: 22px;
    line-height: 29px;
    color: white;
}

.home-sec-9-single-box-btn {
    display: flex;
    justify-content: center;
}

.home-sec-9-single-box-btn a {
  background-color: #fff;
  font-size: 14px;
  font-weight: 700;
  font-family: 'open-sans';
  letter-spacing: 2px;
  color: #252525;
  padding: 18px 28px;
  transition: .5s;
}

.home-sec-9-single-box-btn a:hover {
  background-color: #131413;
  color: #fff;
}
/* home sec 9 end */




/* home page end */

/* Firm Overview Start */

/* firm overview 1st section start */

.firm-overview-first-sec{
  background-color: #D1D1D1;
  padding: 40px 0px 25px;

}

.firm-overview-first-sec h1{
  font-size: 38px;
  font-weight: 700;
  font-family: 'open-sans';
  color: #56a1d5;
  letter-spacing: 5px;
}

/* firm overview 1st section end */
/* firm overview 2nd section start */

.firm-overview-2nd-sec .fo-left-box{
  padding-top: 40px;
  padding-bottom: 40px;
}

.fo-left-box-signle h2 {
  font-family: 'open-sans';
  font-size: 18px;
  line-height: 23px;
  font-weight: 700;
  padding-bottom: 10px;
  color: #404040;
}
.fo-left-box-signle p {
  font-family: 'open-sans';
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
  padding-bottom: 20px;
  color: #666;
}

.fo-right-box{
  padding-left: 20px;
  padding-top: 50px;
}
.fo-right-box-single h2 {
  font-family: 'open-sans';
  font-size: 14px;
  line-height: 23px;
  font-weight: 700;
  color: #333;
  letter-spacing: 1px;
  padding-bottom: 20px;
}
.fo-right-sub-single-box{
  padding-bottom: 20px;
}
.fo-right-sub-single-box svg {
  color: #b2b2b2;
  font-size: 14px;
  line-height: 20px;
  margin-top: 3px;
}
.fo-right-sub-single-box span {
  font-family: 'open-sans';
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  color: #666;
}
.fo-right-sub-single-box a {
  border: 1px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  width: 32px;
}

.fo-right-sub-single-box a svg {
  color: #000;
  font-size: 16px;
  padding: 8px;
  display: block;
}
.fo-right-sub-single-box a:hover {
  border: 1px solid #56A1D5;
  background-color: #56A1D5;
  color: #fff;
}

.fo-right-single-2nd{
  padding-top: 40px;
}

.social-sidebar-icon{
  text-align: left;
}
/* firm overview 1st section end */

/* Firm Overview end */

/* attorney css start */

.at-left-box-signle p {
  font-size: 18px;
  font-family: 'montserrat';
  font-weight: 400;
  color: #040404;
  padding-top: 10px;
}

.fo-left-box-signle span{
  font-size: 28px;
  font-family: 'montserrat';
  font-weight: 400;
  color: #000;
}

.at-left-signle p{
  padding-top: 50px;
}
/* attorney css end */

/* personal injury css start */

.p-injury-single h1 {
  font-family: 'open-sans';
  font-size: 30px;
  line-height: 39px;
  font-weight: 700;
  color: #404040;
  padding-bottom: 10px;
}

.p-injury-single-box{
  padding-top: 40px;
}
.p-injury-single-box h2{
  font-size: 17px;
}

.p-injury-single-box ul li {
  font-family: 'open-sans';
  font-size: 14px;
  line-height: 23px;
  color: #666;
}

/* personal injury css end */

/* car accident css start */

.car-accident-single ul li {
  font-family: 'open-sans';
  font-size: 14px;
  line-height: 23px;
  color: #666;
}

/* car accident css end */

/* contact page css start */

.proven-trial {
  background-image: url('./img/Slide_1.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 20px;
  position: relative;
  z-index: 1;

}

.proven-trial::after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0);
  opacity: .8;
  z-index: -1;
}

.proven-top-area h1 {
  font-family: 'open-sans';
  font-size: 64px;
  line-height: 83px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}

.addr-title {
  font-family: 'open-sans';
  font-size: 24px;
  line-height: 31px;
  font-weight: 700;
  color: #56a1d5;
  padding-bottom: 10px;
}
.contact-addr-details {
  font-family: 'open-sans';
  font-size: 24px;
  line-height: 31px;
  font-weight: 700;
  color: white;
}
.contact-call {
  font-family: 'open-sans';
  font-size: 24px;
  line-height: 31px;
  font-weight: 700;
  color: #56A1D5;
}
.cont-right-addr {
  font-family: 'open-sans';
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
  color: #fff;
}

.contact-addr-single-right{
  text-align: right;
}
/* contact page css end */

/* footer css start */

footer{
  background-color: #202020;
  padding: 30px 0px 25px 0px;
  text-align: center;

}

footer a {
  font-size: 14px;
  line-height: 23px;
  font-weight: 700;
  color: #bdbdbd;
}

footer a span {
  font-weight: 400;
}

footer a:hover{
  color: #bdbdbd;
}
/* footer css end */