:root{
    --colDark: #586679;
    --colBrown: #a97e63;
    --textGrey: #8c8c8c;
}

* {
	margin: 0;
  	padding: 0;
	font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
}

html,body{
	width: 100%;
	height: 100%;
} 

h1{
    font-family: 'Merriweather', serif;
    text-transform: capitalize;
    font-size: 60px;
}

h2{
    font-family: 'Merriweather', serif;
    font-size: 45px;
    text-transform: capitalize;
    font-weight: 600;
}

.container{
    max-width: 1600px;
}

/* TOP */

#top{
    background-color: var(--colDark);
    width: 100%;
    height: auto;
    padding: 5px 0;
}

.left-top{

}

.left-top ul{
    margin-bottom: 0;
}

.left-top ul li{
    list-style: none;
    display: inline;
    margin-right: 10px;
}

.left-top ul li a{
    color: white;
    font-size: 14px;
    text-decoration: none;
}

.left-top ul li a i{
    margin-right: 5px;
    font-size: 14px;
    margin-top: 5px;
}

.navbar-brand img{
    width: 100%;
    height: auto;
}

.right-top{
    
}

.right-top ul{
    margin-bottom: 0;
    text-align: right;
}

.right-top ul li{
    list-style: none;
    font-size: 14px;
    color: white;
}

/* NAVBAR */

.navbar {
    transition: all 0.4s;
    background-color: white;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar .nav-link {
    color: var(--colDark);
    padding: 10px;
    margin-right: 5px;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
    color: var(--colBrown);
    text-decoration: none;
}

.navbar-brand img{
    width: 220px;
}


/* Change navbar styling on scroll */
.navbar.active {
    background: #fff;
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar.active .nav-link {
    color: #555;
}

.navbar.active .nav-link:hover,
.navbar.active .nav-link:focus {
    color: var(--colBrown);
    text-decoration: none;
}

.dropdown:hover .dropdown-menu{
    display: block;
}

.dropdown-menu{
    margin-top: 0;
    border-top: 2px solid var(--colDark);
}

.dropdown-item:hover{
    background-color: var(--colDark);
    color: white;
}

.navbar.active .navbar-brand {
    color: #555;
}

.btn-top-1{
    background-color: var(--colBrown);
    color: white !important;
    border-radius: 5px;
    padding: 10px 20px !important;
}

.btn-top-1:hover{
    opacity: 0.8;
    transition: all 0.5s ease;
}

.btn-top-2{
    background-color: var(--colBrown);
    color: white !important;
    border-radius: 5px;
    padding: 10px 20px !important;
    margin-left: 5px;
}

.btn-top-2:hover{
    opacity: 0.8;
    transition: all 0.5s ease;
}


/* Change navbar styling on small viewports */
@media (max-width: 991.98px) {
    .navbar {
        background: #fff;
    }

    .navbar .navbar-brand, .navbar .nav-link {
        color: #555;
    }
    .btn-top-1{
        width: 50%;
        margin-left: 10px;
        text-align: center;
    }
    .navbar-toggler{
        margin-left: 0;
    }
}

/*************** slider ****************/
.slider {
  width: 100%;
  min-height: 80vh;
  position: relative;
  z-index: 3;
  overflow: hidden; 
}

.slider h1{
	color: white;
	padding: 15px 0;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 1;
}

  .slider h4 {
    font-size: 26px;
    color: white;
    margin-bottom: 50px;
    margin-top: 20px;
    font-weight: 600;
	  letter-spacing: 2px;
      text-transform: capitalize;
}


.slider #owlCarousel,
.slider .owl-stage-outer,
.slider .owl-stage,
.slider .owl-item-bg,
.slider .owl-item {
  min-height: 80vh; 
}

.slider .owl-item {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  -webkit-backface-visibility: hidden; 
}

.slider .owl-item-bg {
  background-repeat: no-repeat;
  background-size: cover;
 	background-position: center;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.slide-content {
	width: 100%;
    height: 100%;
    padding: 5vh 0;
}

.slider .back {
  position: absolute;
  width: 100%;
  min-height: 80vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
	background: rgba(0,0,0,0.5);
   }

.slide-text-box {
  z-index: 4; 
}

#slider.owl-theme .owl-controls .owl-nav .owl-prev{
	background-color: transparent;
	font-size: 25px;
	position: absolute;
	top: 45%;
	left: 0%
}

#slider.owl-theme .owl-controls .owl-nav .owl-next{
	background-color: transparent;
	font-size: 25px;
	position: absolute;
	top: 45%;
	right: 0%
}

.btnSLider{
	padding: 15px 0;
}

.btnSLider a{
	background-color: var(--colBrown);
	text-decoration: none;
	padding: 20px 40px;
	border: 2px solid var(--colRed);
	color: white;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 600;
    border-radius: 5px;
}

.btnSLider a:hover{
	opacity: 0.8;
    transition: all 0.5s ease;
}

/* WHY CHOOSE */

#why{
    padding: 80px 0;
    width: 100%;
    height: auto;
}

.title-why{
    
}

.title-why h6{
    text-transform: uppercase;
    color: var(--colBrown);
}

.title-why h2{
    color: var(--colDark);
    margin: 20px 0;
    text-transform: capitalize;
}

.title-why hr{
    width: 80px;
    background-color: var(--colBrown);
}

.myaccordion {
    width: 100%;
  margin: 50px auto;
  box-shadow: 0 0 1px rgba(0,0,0,0.1);
}

.btn-link{
    text-align: left !important;
}

.myaccordion .card,
.myaccordion .card:last-child .card-header {
  border: none;
}

.myaccordion .card-header {
  background-color: #eeeeee;
}

.myaccordion .fa-stack {
  font-size: 16px;
    color: var(--colDark);
}

.myaccordion .btn{
  width: 100%;
  font-weight: bold;
  color: var(--colDark);
  padding: 0;
    font-size: 20px;
}

.myaccordion p{
    color: var(--textGrey);
}

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
  text-decoration: none;
}

.img-why{
    width: 100%;
    height: 700px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
}

/* SERVING */

#serving{
    padding: 40px 0;
    background-color: var(--colDark);
    margin-top: -10px;
    width: 100%;
    height: auto;
}

.text-serving{
   text-align: center;
}

.text-serving h3{
    text-transform: uppercase;
    color: white;
    margin-bottom: 0;
    font-weight: 600;
}

/* AREAS */

#areas{
    padding: 80px 0;
    width: 100%;
    height: auto;
}

.title-areas{
    text-align: center;
}

.title-areas h6{
    text-transform: uppercase;
    color: var(--colBrown);
}

.title-areas h2{
    color: var(--colDark);
    margin: 20px 0;
    text-transform: capitalize;
}

.title-areas hr{
    width: 80px;
    background-color: var(--colBrown);
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 60px;
}

.padd-areas{
    padding: 15px;
}

.text-areas{
    border: 1px solid #eeeeee;
    border-radius: 5px;
    padding: 40px;
    text-align: center;
    min-height: 440px;
    position: relative;
    transition: all 0.5s ease 0s;
}

.text-areas i{
    font-size: 55px;
    color: var(--colBrown);
}

.text-areas h4{
    margin: 20px 0;
    color: var(--colDark);
    font-weight: 600;
    text-transform: capitalize;
}

.text-areas hr{
    background-color: var(--colBrown);
    width: 80px;
    margin-left: auto;
    margin-right: auto;
}

.text-areas p{
    color: var(--textGrey);
}

.text-areas a{
    text-decoration: none;
    color: var(--colBrown);
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto; 
}

.text-areas a i{
    font-size: 14px;
}

.text-areas:hover{
    transform: translateY(-15px);
    box-shadow: 0 10px 10px #eeeeee;
}

/* TESTIMONIALS */

.padd-consult{
    padding: 0;
}

#testimonials{
    background-image: url(..//images/box2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
}

.bg-free-testimonials{
    background: rgba(0,0,0,0.7);
    width: inherit;
    height: inherit;
    padding: 200px 0;
}

.testim{
    text-align: center;
    padding: 0 120px;
}
.testim i{
    font-size: 60px;
    color: white;
}
.testim .testim-desc{
    font-size: 22px;
    font-style: italic;
    color: #fff;
    line-height: 26px;
    margin: 40px 0;
}
.testim .testim-name{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.testim .testim-post{
    font-size: 16px;
    color: #fff;
}

#testimonials .owl-controls{
    margin-top: 40px;
}

/* FREE CONSULTATION */

#free-consult{
    padding: 80px 0;
    width: 100%;
    height: auto;
}

.title-free{
    text-align: center;
    margin-bottom: 80px;
}

.title-free h6{
    text-transform: uppercase;
    color: var(--colBrown);
}

.title-free h2{
    color: var(--colDark);
    margin: 20px 0;
    text-transform: capitalize;
}

.title-free hr{
    width: 80px;
    background-color: var(--colBrown);
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 60px;
}

.img-free{
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
}

.form-free{
    
}

.form-cons{
    box-shadow: none !important;
    min-height: 45px;
}

.docFile{
        width: 100%;
    }

.form-free h4{
    padding: 0 10px;
    margin-bottom: 15px;
    color: var(--textGrey);
}

.form-free p{
    padding: 0 10px;
    font-size: 14px;
    color: var(--textGrey);
}

.form-free p a{
    text-decoration: none;
}

.btn-consult{
    padding: 15px 35px;
    text-transform: uppercase;
    background-color: var(--colBrown);
    font-weight: 600;
    border: none;
    border-radius: 5px;
    color: white;
    text-decoration: none;
}

.btn-consult:hover{
    opacity: 0.8;
    transition: all 0.5s ease;
}

/* IMPORTANT */

#important{
    width: 100%;
    height: auto;
    padding: 40px 0;
    background-color: var(--colDark);
}

.text-modal{
   text-align: center;
}

.text-modal h3{
    text-transform: uppercase;
    color: white;
    margin-bottom: 0;
    font-weight: 600;
    cursor: pointer;
}

.text-modal h3 br{
        display: none;
    }

.text-modal h3 span{
    background-color: white;
    color: var(--colDark);
    padding: 10px;
    border-radius: 5px;
}

.modal-dialog{
    width: 100% !important; 
}

.modal-title{
    color: var(--colDark);
}

.modal-body p{
    color: var(--textGrey);
}

/* TEAM */

#team{
    width: 100%;
    height: auto;
    padding: 80px 0;
}

.title-team{
    text-align: center;
}

.title-team h6{
    text-transform: uppercase;
    color: var(--colBrown);
}

.title-team h2{
    color: var(--colDark);
    margin: 20px 0;
    text-transform: capitalize;
}

.title-team hr{
    width: 80px;
    background-color: var(--colBrown);
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 60px;
}

.border-team{
    border: 1px solid #eeeeee;
    border-radius: 5px;
    margin: 0;
    padding: 20px;
    transition: all 0.5s ease 0s;
    min-height: 240px;
}

.padd-team{
    padding: 15px;
}

.img-team{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.img-team img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.text-team{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.border-team:hover{
    transform: translateY(-15px);
    box-shadow: 0 10px 10px #eeeeee;
}

.text-team h4{
    color: var(--colDark);
}

.text-team p{
    color: var(--textGrey);
    margin: 15px 0;
}

.text-team ul{
    margin-bottom: 0;
}

.text-team ul li{
    list-style: none;
    display: inline;
    margin-right: 5px;
}

.text-team ul li a i{
    color: var(--colBrown);
}

/* FOOTER */

#footer{
    background-color: var(--colDark);
    width: 100%;
    height: auto;
    padding: 80px 0;
}

.text-footer{
    
}

.text-footer h4{
    color: white;
    font-weight: 600;
    margin-bottom: 15px;
}

.text-footer li{
    color: white;
    list-style: none;
    margin-bottom: 5px;
    font-size: 15px;
}

.text-footer li a{
    color: white;
    text-decoration: none;
    font-size: 15px;
}

.text-footer li a:hover{
    color: var(--colBrown);
}

.footer-map iframe{
    width: 100%;
    height: 220px;
}

.footer-video iframe{
    width: 100%;
    height: 220px;
}

footer{
    background-color: black;
    padding: 5px;
    text-align: center;
    width: 100%;
    height: auto;
}

footer p{
    margin-bottom: 0;
    width: 60%;
    margin: 0 auto;
    color: white;
    font-size: 14px;
}

/* RESPONSIVE HOME PAGE */

@media (max-width: 1440px){
    .slide-text-box {
      padding-left: 40px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .nav-link{
        font-size: 12px;
        margin-right: 0 !important;
    }
    .bg-free-testimonials{
        padding: 80px 0;
    }
    .img-team img{
        width: 80%;
        height: 100%;
        border-radius: 50%;
    }
    .copy p{
        width: 100%;
    }
    .slide-text-box {
      padding-left: 40px;
    }
}

@media (min-height: 1366px){
    .slider {
      min-height: 60vh;
    }
    .slider #owlCarousel,
    .slider .owl-stage-outer,
    .slider .owl-stage,
    .slider .owl-item-bg,
    .slider .owl-item {
      min-height: 60vh; 
    }
    .slider .back {
      min-height: 60vh;
       }
}

@media (min-width: 768px) and (max-width: 991px) {
    .img-why{
        height: 500px;
    }
    .bg-free-testimonials{
        padding: 80px 0;
    }
    .testim{
        padding: 0 20px;
    }
    .order-free-1{
        order: 1;
    }
    .order-free-2{
        order: 2;
        margin-bottom: 30px;
    }
    .order-free-3{
        order: 3;
    }
    .img-free{
        width: 100%;
        height: 500px;
    }
    .text-footer ul{
        margin-bottom: 30px;
    }
    .order-foo-1{
        order: 1;
    }
    .order-foo-2{
        order: 2;
    }
    .order-foo-3{
        order: 3;
    }
    .order-foo-4{
        order: 4;
    }
    .copy p{
        width: 100%;
    }
    .slide-text-box{
        padding-left: 45px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .left-top ul{
        text-align: center;
    }
    .right-top ul{
        text-align: center;
    }
    .slide-text-box{
        padding-left: 15px;
    }
    .img-why{
        height: 400px;
    }
    .bg-free-testimonials{
        padding: 80px 0;
    }
    .testim{
        padding: 0px;
    }
    .order-free-1{
        order: 1;
    }
    .order-free-2{
        order: 2;
        margin-bottom: 30px;
    }
    .order-free-3{
        order: 3;
    }
    .img-free{
        width: 100%;
        height: 400px;
    }
    .text-modal h3 br{
        display: block;
    }
    #important{
        padding-bottom: 60px;
    }
    .text-footer ul{
        margin-bottom: 30px;
    }
    .order-foo-1{
        order: 1;
    }
    .order-foo-2{
        order: 2;
    }
    .order-foo-3{
        order: 3;
    }
    .order-foo-4{
        order: 4;
    }
    .copy p{
        width: 100%;
    }
}

@media (min-width: 321px) and (max-width: 480px) {
    .left-top ul{
        text-align: center;
    }
    .right-top ul{
        text-align: center;
    }
    .navbar-brand img{
        width: 160px;
    }
    .btn-top-1{
        width: 60%;
        text-align: center;
    }
    h1{
        font-size: 50px;
    }
    h2{
        font-size: 40px;
    }
    .slide-text-box{
        padding-left: 15px;
    }
    #why, #areas,#free-consult, #team, #footer{
        padding: 40px 0;
    }
    .fa-plus:before{
        margin-left: 8px;
    }
    .img-why{
        height: 300px;
    }
    .testim .testim-desc{
        font-size: 18px;
    }
    .bg-free-testimonials{
        padding: 80px 0;
    }
    .testim{
        padding: 0px;
    }
    .order-free-1{
        order: 1;
    }
    .order-free-2{
        order: 2;
        margin-bottom: 30px;
    }
    .order-free-3{
        order: 3;
    }
    .img-free{
        width: 100%;
        height: 300px;
    }
    .text-modal h3 br{
        display: block;
    }
    #important{
        padding-bottom: 60px;
    }
    .img-team img{
        width: 60%;
    }
    .text-team{
        text-align: center;
        padding-top: 20px;
    }
    .text-footer ul{
        margin-bottom: 30px;
    }
    .order-foo-1{
        order: 1;
    }
    .order-foo-2{
        order: 2;
    }
    .order-foo-3{
        order: 3;
    }
    .order-foo-4{
        order: 4;
    }
    .footer-map{
        margin-bottom: 20px;
    }
    .copy p{
        width: 100%;
        font-size: 10px;
    }
}

@media (max-width: 320px) {
    #top{
        display: none;
    }
    .left-top ul{
        text-align: center;
    }
    .right-top ul{
        text-align: center;
    }
    .navbar-brand img{
        width: 160px;
    }
    .btn-top-1{
        width: 90%;
        text-align: center;
    }
    h1{
        font-size: 40px;
    }
    h2{
        font-size: 30px;
    }
    .slide-text-box{
        padding-left: 15px;
    }
    #why, #areas,#free-consult, #team, #footer{
        padding: 40px 0;
    }
    .fa-plus:before{
        margin-left: 8px;
    }
    .img-why{
        height: 300px;
    }
    .testim .testim-desc{
        font-size: 18px;
    }
    .bg-free-testimonials{
        padding: 80px 0;
    }
    .testim{
        padding: 0px;
    }
    .order-free-1{
        order: 1;
    }
    .order-free-2{
        order: 2;
        margin-bottom: 30px;
    }
    .order-free-3{
        order: 3;
    }
    .img-free{
        width: 100%;
        height: 300px;
    }
    .text-modal h3 br{
        display: block;
    }
    #important{
        padding-bottom: 60px;
    }
    .img-team img{
        width: 60%;
    }
    .text-team{
        text-align: center;
        padding-top: 20px;
    }
    .text-footer ul{
        margin-bottom: 30px;
    }
    .order-foo-1{
        order: 1;
    }
    .order-foo-2{
        order: 2;
    }
    .order-foo-3{
        order: 3;
    }
    .order-foo-4{
        order: 4;
    }
    .footer-map{
        margin-bottom: 20px;
    }
    .copy p{
        width: 100%;
        font-size: 10px;
    }
    .text-areas{
        padding-left: 15px;
        padding-right: 15px;
    }
    .border-team{
        padding-left: 10px;
        padding-right: 10px;
    }   
}

/* HERO INNER PAGES */

#hero-inner{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 300px;
}

.bg-hero-inner{
    background: rgba(0,0,0,0.5);
    width: inherit;
    min-height: inherit;
}

.title-inner{
    width: 100%;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.title-inner h6{
    color: white;
    text-transform: uppercase;
    font-weight: 600;
}

.title-inner h1{
    color: white;
    margin-top: 15px;
    margin-bottom: 0;
}

/* INJURY PAGE */

#injury-page{
    padding: 80px 0;
    width: 100%;
    height: auto;
}

.img-injury{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.text-injury{
    width: 100%;
    min-height: 550px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 2px solid var(--colBrown);
    border-bottom: 2px solid var(--colBrown);
    padding: 40px;
}

.text-injury h3{
    color: var(--colDark);
    margin-bottom: 20px;
}

.text-injury p{
    margin-bottom: 20px;
    color: var(--textGrey);
}

.text-injury ul{
    margin-bottom: 0;
}

.text-injury ul li i{
    color: var(--colBrown);
    margin-right: 5px;
}

.text-injury ul li{
    list-style: none;
    color: var(--textGrey);
}

/* CONTACT INNER */

#contact-inner{
    background-image: url(..//images/header-img3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 450px;
}

.bg-contact-inner{
    width: inherit;
    min-height: inherit;
    background: rgba(0,0,0,0.5);
    padding: 80px;
    
}

.text-contact-inner{
    border: 2px solid var(--colBrown);
    padding: 80px;
    text-align: center;
    width: 100%;
    height: 100%;
}

.text-contact-inner h6{
    text-transform: uppercase;
    color: white;
    font-weight: 600;
}

.text-contact-inner h2{
    color: white;
    margin: 20px 0;
}

.text-contact-inner p{
    color: white;
    margin-bottom: 20px;
}

.text-contact-inner ul{
    margin-bottom: 0;
    padding-top: 20px;
    display: flex;
    justify-content: center;
}

.text-contact-inner ul li{
    list-style: none;
    width: 250px;
    float: left;
    margin: 0 10px;
}


.text-contact-inner ul li a{
    background-color: white;
    padding: 15px 0px;
    display: block;
    color: var(--colBrown);
    font-weight: 600;
    text-decoration: none;
}

.text-contact-inner ul li a:hover{
    opacity: 0.8;
    transition: all 0.6s ease;
}

/* RESPONSIVE INJURY PAGE */

@media (min-width: 992px) and (max-width: 1199px) {
	.text-injury{
        min-height: 450px;
        padding: 40px;
    }
}

@media (min-height: 1366px){

}

@media (min-width: 768px) and (max-width: 991px) {
	.text-injury{
        min-height: 450px;
        padding: 40px;margin-bottom: 30px;
    } 
    .img-injury{
        width: 100%;
        height: 450px;
    }  
    .ord-inj-1{
        order: 1;
    }
    .ord-inj-2{
        order: 2;
    }
    .bg-contact-inner{
        padding: 40px 25px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .text-injury{
        min-height: 450px;
        padding: 40px;margin-bottom: 30px;
    } 
    .img-injury{
        width: 100%;
        height: 450px;
    }  
    .ord-inj-1{
        order: 1;
    }
    .ord-inj-2{
        order: 2;
    }
    .bg-contact-inner{
        padding: 40px 25px;
    }
    .text-contact-inner{
        padding: 40px 20px;
    }
}

@media (min-width: 321px) and (max-width: 480px) {
    #injury-page{
        padding: 40px 0;
    }
    .text-injury{
        min-height: 450px;
        padding: 40px;margin-bottom: 30px;
    } 
    .img-injury{
        width: 100%;
        height: 250px;
    }  
    .text-injury h3{
        font-size: 24px;
    }
    .ord-inj-1{
        order: 1;
    }
    .ord-inj-2{
        order: 2;
    }
    .bg-contact-inner{
        padding: 20px 5px;
    }
    .text-contact-inner{
        padding: 40px 20px;
    }
    .text-contact-inner ul{
        flex: none;
    }
    .text-contact-inner ul{
        padding-top: 20px;
        display: block;
    }

    .text-contact-inner ul li{
        width: 100%;
        margin-left: 0;
    }
    .text-contact-inner ul li:first-of-type{
        margin-bottom: 10px;
    }
    .text-contact-inner ul li:last-of-type{
        margin-bottom: 40px;
    }
}

@media (max-width: 320px) {
    #injury-page{
        padding: 40px 0;
    }
    .text-injury{
        min-height: 450px;
        padding: 10px;
        margin-bottom: 30px;
    } 
    .text-injury h3{
        font-size: 24px;
    }
    .img-injury{
        width: 100%;
        height: 250px;
    }  
    .ord-inj-1{
        order: 1;
    }
    .ord-inj-2{
        order: 2;
    }
    .bg-contact-inner{
        padding: 20px 5px;
    }
    .text-contact-inner{
        padding: 40px 20px;
    }
    .text-contact-inner ul{
        flex: none;
    }
    .text-contact-inner ul{
        padding-top: 20px;
        display: block;
    }

    .text-contact-inner ul li{
        width: 100%;
        margin-left: 0;
    }
    .text-contact-inner ul li:first-of-type{
        margin-bottom: 10px;
    }
    .text-contact-inner ul li:last-of-type{
        margin-bottom: 40px;
    }
}

/* AUTO PAGE */

#auto-page{
    padding: 80px 0;
    width: 100%;
    height: auto;
}

.img-auto{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.text-auto{
    width: 100%;
    min-height: 550px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 2px solid var(--colBrown);
    border-bottom: 2px solid var(--colBrown);
    padding: 40px;
}

.text-auto h3{
    color: var(--colDark);
    margin-bottom: 20px;
}

.text-auto p{
    margin-bottom: 20px;
    color: var(--textGrey);
}

.text-auto ul{
    margin-bottom: 0;
}

.text-auto ul li i{
    color: var(--colBrown);
    margin-right: 5px;
}

.text-auto ul li{
    list-style: none;
    color: var(--textGrey);
}

/* RESPONSIVE AUTO PAGE */

@media (min-width: 992px) and (max-width: 1199px) {
	.text-auto{
        min-height: 450px;
        padding: 40px;
    }
}

@media (min-height: 1366px){

}

@media (min-width: 768px) and (max-width: 991px) {
	.text-auto{
        min-height: 450px;
        padding: 40px;margin-bottom: 30px;
    } 
    .img-auto{
        width: 100%;
        height: 450px;
    }  
    .bg-contact-inner{
        padding: 40px 25px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .text-injury{
        min-height: 450px;
        padding: 40px;margin-bottom: 30px;
    } 
    .img-injury{
        width: 100%;
        height: 450px;
    }  
    .bg-contact-inner{
        padding: 40px 25px;
    }
    .text-contact-inner{
        padding: 40px 20px;
    }
}

@media (min-width: 321px) and (max-width: 480px) {
    #auto-page{
        padding: 40px 0;
    }
    .text-auto{
        min-height: 450px;
        padding: 40px;margin-bottom: 30px;
    } 
    .img-auto{
        width: 100%;
        height: 250px;
    }  
    .text-auto h3{
        font-size: 24px;
    }
}

@media (max-width: 320px) {
    #auto-page{
        padding: 40px 0;
    }
    .text-auto{
        min-height: 450px;
        padding: 10px;
        margin-bottom: 30px;
    } 
    .text-auto h3{
        font-size: 24px;
    }
    .img-auto{
        width: 100%;
        height: 250px;
    }  
}

/* REAL ESTATE PAGE */

#real-page{
    padding: 80px 0;
    width: 100%;
    height: auto;
}

.img-real{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.text-real{
    width: 100%;
    min-height: 550px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 2px solid var(--colBrown);
    border-bottom: 2px solid var(--colBrown);
    padding: 40px;
}

.text-real h3{
    color: var(--colDark);
    margin-bottom: 20px;
}

.text-real p{
    margin-bottom: 20px;
    color: var(--textGrey);
}

.text-real ul{
    margin-bottom: 0;
}

.text-real ul li i{
    color: var(--colBrown);
    margin-right: 5px;
}

.text-real ul li{
    list-style: none;
    color: var(--textGrey);
}

/* RESPONSIVE REAL ESTATE PAGE */

@media (min-width: 992px) and (max-width: 1199px) {
	.text-real{
        min-height: 450px;
        padding: 40px;
    }
}

@media (min-height: 1366px){

}

@media (min-width: 768px) and (max-width: 991px) {
	.text-real{
        min-height: 450px;
        padding: 40px;margin-bottom: 30px;
    } 
    .img-real{
        width: 100%;
        height: 450px;
    }  
    .ord-real-1{
        order: 1;
    }
    .ord-real-2{
        order: 2;
    }
    .bg-contact-inner{
        padding: 40px 25px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .text-real{
        min-height: 450px;
        padding: 40px;margin-bottom: 30px;
    } 
    .img-real{
        width: 100%;
        height: 450px;
    }  
    .ord-real-1{
        order: 1;
    }
    .ord-real-2{
        order: 2;
    }
}

@media (min-width: 321px) and (max-width: 480px) {
    #real-page{
        padding: 40px 0;
    }
    .text-real{
        min-height: 450px;
        padding: 40px;margin-bottom: 30px;
    } 
    .img-real{
        width: 100%;
        height: 250px;
    }  
    .text-real h3{
        font-size: 24px;
    }
    .ord-real-1{
        order: 1;
    }
    .ord-real-2{
        order: 2;
    }
}

@media (max-width: 320px) {
    #real-page{
        padding: 40px 0;
    }
    .text-real{
        min-height: 450px;
        padding: 10px;
        margin-bottom: 30px;
    } 
    .text-real h3{
        font-size: 24px;
    }
    .img-real{
        width: 100%;
        height: 250px;
    }  
    .ord-real-1{
        order: 1;
    }
    .ord-real-2{
        order: 2;
    }
}

/* BUSINESS PAGE */

#business-page{
    padding: 80px 0;
    width: 100%;
    height: auto;
}

.img-business{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.text-business{
    width: 100%;
    min-height: 550px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 2px solid var(--colBrown);
    border-bottom: 2px solid var(--colBrown);
    padding: 40px;
}

.text-business h3{
    color: var(--colDark);
    margin-bottom: 20px;
}

.text-business p{
    margin-bottom: 20px;
    color: var(--textGrey);
}

.text-business ul{
    margin-bottom: 0;
}

.text-business ul li i{
    color: var(--colBrown);
    margin-right: 5px;
}

.text-business ul li{
    list-style: none;
    color: var(--textGrey);
}

/* RESPONSIVE BUSINESS PAGE */

@media (min-width: 992px) and (max-width: 1199px) {
	.text-business{
        min-height: 450px;
        padding: 40px;
    }
}

@media (min-height: 1366px){

}

@media (min-width: 768px) and (max-width: 991px) {
	.text-business{
        min-height: 450px;
        padding: 40px;margin-bottom: 30px;
    } 
    .img-business{
        width: 100%;
        height: 450px;
    }  
}

@media (min-width: 481px) and (max-width: 767px) {
    .text-business{
        min-height: 450px;
        padding: 40px;margin-bottom: 30px;
    } 
    .img-business{
        width: 100%;
        height: 450px;
    }  
}

@media (min-width: 321px) and (max-width: 480px) {
    #business-page{
        padding: 40px 0;
    }
    .text-business{
        min-height: 450px;
        padding: 40px;margin-bottom: 30px;
    } 
    .img-business{
        width: 100%;
        height: 250px;
    }  
    .text-business h3{
        font-size: 24px;
    }
}

@media (max-width: 320px) {
    #business-page{
        padding: 40px 0;
    }
    .text-business{
        min-height: 450px;
        padding: 10px;
        margin-bottom: 30px;
    } 
    .text-business h3{
        font-size: 24px;
    }
    .img-business{
        width: 100%;
        height: 250px;
    }  

}

/* CLASS PAGE */

#calss-page{
    padding: 80px 0;
    width: 100%;
    height: auto;
}

.img-calss{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.text-calss{
    width: 100%;
    min-height: 550px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 2px solid var(--colBrown);
    border-bottom: 2px solid var(--colBrown);
    padding: 40px;
}

.text-calss h3{
    color: var(--colDark);
    margin-bottom: 20px;
}

.text-calss p{
    margin-bottom: 20px;
    color: var(--textGrey);
}

.text-calss ul{
    margin-bottom: 0;
}

.text-calss ul li i{
    color: var(--colBrown);
    margin-right: 5px;
}

.text-calss ul li{
    list-style: none;
    color: var(--textGrey);
}

/* RESPONSIVE REAL ESTATE PAGE */

@media (min-width: 992px) and (max-width: 1199px) {
	.text-calss{
        min-height: 450px;
        padding: 40px;
    }
}

@media (min-height: 1366px){

}

@media (min-width: 768px) and (max-width: 991px) {
	.text-calss{
        min-height: 450px;
        padding: 40px;margin-bottom: 30px;
    } 
    .img-calss{
        width: 100%;
        height: 450px;
    }  
    .ord-calss-1{
        order: 1;
    }
    .ord-calss-2{
        order: 2;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .text-calss{
        min-height: 450px;
        padding: 40px;margin-bottom: 30px;
    } 
    .img-calss{
        width: 100%;
        height: 450px;
    }  
    .ord-calss-1{
        order: 1;
    }
    .ord-calss-2{
        order: 2;
    }
}

@media (min-width: 321px) and (max-width: 480px) {
    #calss-page{
        padding: 40px 0;
    }
    .text-calss{
        min-height: 450px;
        padding: 40px;margin-bottom: 30px;
    } 
    .img-calss{
        width: 100%;
        height: 250px;
    }  
    .text-calss h3{
        font-size: 24px;
    }
    .ord-calss-1{
        order: 1;
    }
    .ord-calss-2{
        order: 2;
    }
}

@media (max-width: 320px) {
    #calss-page{
        padding: 40px 0;
    }
    .text-calss{
        min-height: 450px;
        padding: 10px;
        margin-bottom: 30px;
    } 
    .text-calss h3{
        font-size: 24px;
    }
    .img-calss{
        width: 100%;
        height: 250px;
    }  
    .ord-calss-1{
        order: 1;
    }
    .ord-calss-2{
        order: 2;
    }
}