*{
    margin: 0;
    padding: 0;
    box-sizing:border-box;
}
html{
  font-size: 1rem;
}

main{
    position: relative;
    z-index: 1;
    background-color: #fff;
}
body {
  opacity: 1;
  transition: 2s opacity;
    color: #313131;
}
body.fade-out {
  opacity: 0;
  transition: none;
}
body{
  font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
    font-size: 16px;
}
h1{
  font-family: 'Source Sans Pro', sans-serif;
  line-height: normal;
}

p{
  color:#333333;
}
h2,h3{
  font-family: 'Source Sans Pro', sans-serif;
}

h2{
    font-family: 'Roboto Condensed', sans-serif;
}

h3 {
  font-size: 1.6rem;
  margin-bottom: 12px;
  color: #313131;
  font-weight: 600;
}

h4 {
    font-size: 1.3rem;
    margin-bottom: 10px;
}

.verticle_block {
  position: fixed;
  right: -26px;
  top: 30%;
  z-index: 100;
  transform: rotate(-90deg);
  background-color: #fff;
  padding: 10px 15px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-weight: 600;
  color: #313131 !important;
}

.verticle_block_item a{
  color: #313131 !important;
  transition: .5s;
}

.verticle_block_item a:hover{
  color: #c6912b !important;
  transition: .5s;
}


.pad-8{
  padding-bottom: 8px;
  padding-right: 8px !important;
}

.content {
  padding: 0px;
  display: none;
  overflow: hidden;
  background-color: #fff;
  margin-top: 30px;
}
button.read_more_btn.collapsible.active {
  display: none;
}

.max-width-95{
    max-width: 1600px;
    width: 95%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; 
}
.max-width-85 {
    max-width: 1600px;
    width: 85%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
    padding-top: 30px;
}
.img-responsive{
  width: 100%;
}
button:focus {
  outline: none !important;
}
.two-column-text {
  column-count: 2;
}

h2, .h2 {
  font-size: 2.2rem;
  margin-bottom: 15px;
  font-weight: 700;
}

ul {
  padding: 0;
 /* list-style: none;*/
  font-size: 1rem;
}

li {
  padding: 5px;
 /* list-style: none;*/
  font-size: 1rem;
}


p{
  font-size: 1rem;
  color: #333333;
}

.pad_btm_30{
  padding-bottom: 30px;
}

button.read_more_btn {
  background-color: #d1b698;
  border: 0;
  padding: 5px 8px;
  border-radius: 3px;
  font-weight: 600;
  margin-top: 15px;
  font-size: .8rem;
}
.divider {
    width: 100%;
    height: 1px;
    background-color: #ccc;
    margin-bottom: 50px;
}

button.button_red {
  background-color: #b43c1a;
  border: 1px solid #b43c1a;
  border-radius: 4px;
  padding: 6px 10px;
  color: #fff;
  margin-right: 15px;
  transition: .5s;
  font-size: .9rem;
  font-weight: 500;
}

button.button_border {
  background-color: transparent;
  border: 1px solid #b43c1a;
  border-radius: 4px;
  padding: 6px 10px;
  color: #313b48;
  transition: .5s;
  font-size: .9rem;
  font-weight: 500;
}

button.button_red:hover{
  background-color: transparent;
  border: 1px solid #b43c1a;
  color: #313b48;
  transition: .5s;
}

button.button_border:hover{
  background-color: #b43c1a;
  border: 1px solid #b43c1a;
  color: #fff;
  transition: .5s;
}
.container-fluid {
    padding: 0 !important;
}


@media screen and (max-width:767px) {
.max-width-85 {
  max-width: 1600px;
  width: 95%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
h2, .h2 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 20px;
}

}






/* ////////////////////scroll///////////////////////// */



/* ////////////////////////navbar/////////////////////////// */



.header_top_block_content ul {
    display: flex;
    justify-content: space-around;
    margin-top: 4px;
    margin-bottom: 4px;
}
.header_top_block_content {
    position: absolute;
    z-index: 100;
    right: 25px;
    top: 15px;
/*    background-color: #ededed;*/
    padding: 0 16px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    width: 75%;
}
.header_top_block_content ul li span {
    margin-right: 6px !important;
}

.header_top_block_content ul li {
    list-style: none;
}
.header_top_block_content ul li a {
    color: #313131;
    transition: .5s;
}
.header_top_block_content ul li a:hover{
    color: #192103;
    transition: .5s;
}

header#header {
  position: absolute;
  width: 100%;
  z-index: 5;
}


  .church_header {
    position: relative !important;
    padding-bottom: 12px;
}

#header-nav {
    display: block;
    width: 100%;
    -webkit-transition: -webkit-transform 0.7s 0.3s ease;
    -moz-transition: -moz-transform 0.7s 0.3s ease;
    -ms-transition: -ms-transform 0.7s 0.3s ease;
    transition: transform 0.7s 0.3s ease;
    z-index: 1000;
  }
  #header-nav.hide-nav-bar {
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
  

ul.navbar-nav {
    padding-top: 55px;
}

.inner-header ul.navbar-nav {
    padding-top: 0px;
}
/*
.inner-header{
    background-color: #fff !important;
}
*/

a.navbar-brand {
    margin-left: 15px;
}

@media (min-width: 992px){
.navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    justify-content: flex-end;
}
    
.header-fixed {
    position: fixed !important;
    top: 0;
    width: 100% !important;
    background-color: #fff;
}

a.navbar-brand {
    margin-left: 70px;
}
}
.nav-link{
    position: relative;
}

li.nav-item.active::before {
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    background-color: #6E8453;
    right: 0;
    top: 1px;
    height: 49px;
}



.inner-header li.nav-item.active::before {
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    background-color: #6E8453;
    right: 0;
    top: -27px;
    height: 105px;
}



.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 12px !important;
    padding-left: 12px !important;
    cursor: pointer;
}

.brand {
    padding: 0;
    max-width: 155px;
}
  .brand a {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 600;
}
a.nav-link{
    transition: .5s;
}

a.nav-link:hover {
    color: #445918 !important;
    transition: .5s;
}

.header_logo_block {
    display: flex;
    align-items: center;
}
span.navbar-top-icon {
  margin-right: 10px;
}

/*
li.active a {
    border-bottom: 2px solid #313131 !important;
}
*/

.brand_mobile {
    display: none;
}

.nav-item a {
    color: #192103 !important;
}

.header-fixed .nav-item a {
    color: #192103 !important;
}



.header-fixed ul.navbar-nav {
    padding-top: 0;
}
.header-fixed li.nav-item.active::before {
    top: -27px;
    height: 105px;
}


a.dropdown-item {
    color: #313131 !important;
    padding: 6px 15px;
}
.dropdown-menu.dropdown-primary.show {
    margin: 0;
    padding: 0;
}

a.dropdown-item:hover{
    background-color: #ededed;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #ededed;
}

a.navbar-brand {
    padding: 8px 14px;
    max-width: 175px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.navbar-brand img{
    width: 100%;
}
nav.navbar.navbar-expand-lg.navbar-dark.teal {
    padding: 0;
}
nav.navbar {
    background-color: rgba(255, 255, 255, 0.75);
    width: 100%;
    margin: 0px auto !important;
    z-index: 1;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 15px;
    box-shadow: 0 4px 3px -3px rgba(0, 0, 0, 0.35);
    transition: .2s;
    border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}

.header-fixed nav.navbar{
    top: 0px;
    transition: .2s;
}







  @media screen and (max-width: 1300px) {


    .header_top_block_content ul li a {
        font-size: .8rem;
    }
}

  @media screen and (max-width: 1100px) {
    .header_top_block_content {
        width: 85%;
    }

}


  @media screen and (max-width: 767px) {
header#header {
    z-index: 2;
}
.brand {
    display: none;
}      
      
nav#menu ul li {
    padding-bottom: 16px;
} 
      
    .js nav[role=navigation] {
      display: none !important;
  }
nav#menu.active {
    display: block !important;
}
nav[role=navigation] ul {
  margin: 0;
  padding: 0;
  float: left;
  padding: 0.7em 0 0;
  width: 100%;
    z-index: 100;
}

    nav[role=navigation] {
      width: 100%;
  }
  nav[role=navigation] li a {
    padding-left: 0;
}
.brand {

  padding-bottom: 12px;
}    
      
li.active::before {
  display: none;
}
.brand {
  float: left;
  padding: 1em 0;
  width: 80%;
}

.header_logo_block {
  position: relative;
}
.brand_mobile {
    display: block;
    width: 240px;
    position: absolute;
    top: 10px;
    left: 0px;
    z-index: -1;
}
nav#menu ul {
    background-color: #fff;
    width: 100%;
    padding: 20px;
    margin-top: 20px;
} 
nav[role=navigation] li a {
    color: #313131;
}  
#menu li.active a {
    color: #909090 !important;
}
      
      
header#header {
    padding-top: 44px;
} 
      
  }

  @media screen and (max-width: 576px) {
  .brand {
    float: none;
    padding: 1em 0;
    width: 100%;
    margin: 0px auto;
    display: flex;
}
      
      

  }


li.active {
  position: relative;
}

.brand a {
  display: flex;
  align-items: center;
}
a:hover,a:focus{
  text-decoration: none;
}


.brand_top {
  width: 60px;
}



button.navbar-toggler {
    margin-top: 50px !important;
}

  /* ////////////////////////navbar ends here/////////////////////////// */




/*////////////////////////////////////home banner starts here///////////////////////////////////////*/




/*-------------------back-to-top----------------*/

/*--------------------------------------------------
    [Back To Top Theme Button]
----------------------------------------------------*/

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgb(40 51 5 / 90%) url(../img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s .3s, background-color .3s 0s;
  border-radius: 50%;
}

.cd-top.cd-top--show,
.cd-top.cd-top--fade-out,
.cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
  transition: opacity .3s 0s, visibility 0s 0s, background-color .3s 0s;
  -webkit-box-shadow: 0 0 20px rgba(156, 10, 10, 0.05);
  box-shadow: 0 0 20px rgba(173, 4, 4, 0.05);
}

.cd-top.cd-top--show {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-top--fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
  z-index: 1000;
}

.cd-top:hover {
  background-color: rgb(63, 61, 61);
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .cd-top {
      height: 40px;
      width: 40px;
      right: 30px;
      bottom: 88px;
  }
}



/*////////////////////////////home banner section/////////////////////////////*/


.home_banner_block_item_text_202010_01 span {
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
}



.home_banner_block_item_img_202010_01 img {
    height: 800px;
    object-fit: cover;
    object-position: center;
}


.home_banner_block_item_text_202010_01 {
    position: absolute;
    bottom: 245px;
    right: 80px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.home_banner_block_item_text_202010_01 h1 {
    background-color: rgba(127, 132, 84, 0.8);
    padding: 4px 20px;
    border-right: 3px solid #AC4209;
}

.home_banner_block_item_text_202010_01 span {
    background-color: rgba(127, 132, 84, 0.8);
    padding: 6px 20px;
    border-right: 3px solid #AC4209;
    margin-bottom: 0px;
    display: block;
    max-width: max-content;
}

.home_banner_block_item_text_202010_01 h1 {
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}
.home_banner_block_item_text_202010_01 p {
    color: #fff;
}
button.read-more-btn {
    color: #313131;
    border: 0;
    padding: 0;
    margin-top: 15px;
    font-weight: 600;
    background-color: transparent;
    transition: .5s;
}
button.read-more-btn:hover{
    color: #C04219;
    transition: .5s;
}

.home_overflow_block_item_01 {
    background-color: #232322;
    border-bottom: 5px solid #C04219;
}

.home_overflow_block_item p {
    margin-bottom: 2px;
}

.home_overflow_block_item {
    padding: 25px 30px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.home_overflow_block_item h4 {
    color: #fff;
    padding-top: 8px;
    margin-bottom: 10px;
}

i.overflow_icon {
    padding-bottom: 0;
    border-radius: 50%;
    border: 2px solid #C04219;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s;
}

i.overflow_icon:hover{
    background-color: #C04219;
    transition: .5s;
    transform: rotate(45deg);
}


.home_overflow_block_item h6 {
    color: #fff;
    border-bottom: 2px solid #fff;
    width: fit-content;
    padding-bottom: 3px;
    margin-top: 35px;
}

.home_overflow_block_item_03 span {
    display: flex;
    justify-content: space-between;
}

.home_overflow_block_item_03 .home_overflow_block_item h4{
    color: #313131;
}

.home_overflow_block_item_03 .home_overflow_block_item h4 {
    font-size: 1.6rem;
    border-top: 1px solid #DBDBDB;
    padding-top: 8px;
    margin-bottom: 10px;
}
section#home_overflow_section {
    margin-top: -9%;
    background-color: #E5E5E3;
}

section#home_about_section_202010_02 {
    padding: 80px 0 40px;
    position: relative;
    background-color: #f4f4f4;
}
section#home_about_section_202010_02 h4 {
    color: #556D32;
}

section#home_service_inner_section_202010_02 {
    padding: 80px 0 0px;
    position: relative;
    background-color: #f4f4f4;
}
section#home_service_inner_section_202010_02 h4 {
    color: #556D32;
}




.home_block_title h3 {
    color: #313131;
}


.home_about_block_02 {
    padding: 60px 0 0;
}
.home_about_block_solutions_item {
    /* display: flex; */
    justify-content: space-between;
    margin-bottom: 30px;
    text-align: center;
}
.home_about_block_solutions_item_text h4 {
    margin-bottom: 8px;
}

.home_block_title h2 {
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    width: max-content;
    color: #50552C;
}

.home_block_title h2::before {
    position: absolute;
    content: "";
    width: 50%;
    height: 2px;
    background-color: #231F20;
    left: 0;
    bottom: -5px;
}
.home_about_block_text h3 {
    text-transform: uppercase;
    color: #3D3F1B;
}



.home_about_block_text {
    margin-top: 35px;
}
.home_about_block_text h5 {
    padding-top: 10px;
    color: #556D32;
}

.about_number_block h2 {
    margin-bottom: 0;
    color: #1c2127;
    font-size: 3.5rem;
}
.about_number_block {
    padding-bottom: 35px;
}
.about_number_block h6 {
    color: #7F8454;
}

.counter {
    display: flex;
}
.counter span {
    display: block;
    font-size: 1.5rem;
    padding-left: 6px;
    color: #1c2127;
}



/*/////////////////////////////////////////*/



/*////////////////////////////home service section/////////////////////////////*/



section#home_service_section_202010_02 {
    padding: 60px 0;
    position: relative;
    background-color: #fff;
}

.align_center {
    align-items: center;
    align-content: center;
    display: flex;
}
.service_block h4 {
    color: #192103;
}
.service_block {
    background-color: transparent;
    padding: 20px 25px;
    border-radius: 0px;
    margin-bottom: 0px;
    transition: .25s;
    border-right: 1px solid #dde0dd;
    min-height: 240px;
    border-bottom: 1px solid #dde0dd;
}

.br_right_none {
  border-right: 0px solid #dde0dd;
}
.br_bottom_none{
     border-bottom: 0px solid #dde0dd;
}


.service_block:hover {
    transition: .25s;
    background-color:#dedede;
    box-shadow: 0px 15px 20px rgba(0,0,0,0.1);
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
    border-bottom: 3px solid #C04219;
}
/*
.service_block:hover.service_block h4{
    color: #fff;
    transition: .5s;
}
.service_block:hover.service_block p{
    color: #fff;
    transition: .5s;
}

.service_block:hover.arrow2{
    color: #fff;
    transition: .5s;
}
*/


.service_block img{
    transition: .5s;
}

.service_block:hover img{
    transform: rotate(45deg);
    transition: .5s;   
}

span.service_icon {
    display: block;
    width: 60px;
    border: 1px solid #C04219;
    border-radius: 50%;
    transition: .5s;
}

.service_block:hover span.service_icon{
   background-color: #fff;
}

i.fa.fa-long-arrow-right.arrow2 {
    color: #313131;
    font-size: 1rem;
    transition: .25s;
}
span.service_icon img {
    width: 100%;
}

span.service_icon svg {
    width: 100%;
}
.service_block_icon {
    display: flex;
    justify-content: space-between;
}
.service_section_title:hover img{
    transition: .5s;
}


.service_section_title img{
    transition: .5s;
}

.service_block button {
    border: 0;
    background-color: transparent;
}

.service_block:hover .arrow2{
  color: #6E8453 !important;
  transition: .5s;
      font-size: 2rem !important;
    transition: .25s;
}





.home_block_title.title_block_display_service {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.home_block_title.title_block_display_service p {
    border-left: 1px solid #313131;
    margin-left: 27px;
    padding: 12px 25px;
}
.home_block_title.title_block_display_service h2::before {
    background-color: #313131;
}


.service_block_icon a {
    display: flex;
}



@keyframes slide2 {
  0%,
  100% {
    transform: rotate(45deg);
  }

  50% {
    transform: rotate(45deg);
  }
}


/*///////////////////projects//////////////////////*/





section#home_Projects_section {
    background-color: #5a5a5a;
    padding: 60px 0;
}

.row.justify-content-flex-end {
    justify-content: flex-end;
}
.home_block_title.title_block_display {
    display: flex;
    align-items: center;
}
.home_block_title.title_block_display p {
    border-left: 1px solid #ededed;
    margin-left: 27px;
    padding: 12px 25px;
    color: #fff;
}
.home_block_title.title_block_display h2 {
    color: #fff;
}
.home_block_title.title_block_display h2::before {
    background-color: #fff;
}

.home_Projects_block{
    padding-top: 20px;
}
.Projects_block_content {
    position: relative;
    border: .5px solid #50552C;
    margin: auto;
    overflow: hidden;
}
.project_block_name {
    position: absolute;
    bottom: 10px;
    left: 30px;
}

.content-overlay {
  background: rgba(21, 21, 18, 0.6);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.projects_block_content:hover .content-overlay{
  opacity: 1;
}

.content-image{
  width: 100%;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.projects_block_content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h5{
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
    font-size: 1.1rem;
}

.content-details p{
  color: #fff;
  font-size: 0.8em;
}

.fadeIn-bottom{
  top: 80%;
}





/*//////////////////client_speak///////////////////////*/



section#home_client_speak_section_202010_02 {
    background-color: #232322;
    padding: 60px 0;
    position: relative;
}
.clients_speak_title {
    text-align: right;
    text-transform: uppercase;
    color: #fff;
}

.clients_speak_title_res{
    display: none;
}
.clients_speak_title h2 {
    font-size: 2rem;
}

.client_speak_quote {
    width: 100px;
    position: absolute;
    top: -42px;
}
.client_speak_text {
    background-color: #D1D3D4;
    border-radius: 5px;
    padding: 30px 30px;
    position: relative;
    padding-left: 65px;
}
.client_speak_text h4 {
    margin-bottom: 1px;
    margin-left: 33%;
}

.client_speak_text span {
    margin-left: 33%;
}
.client_speak_text p {
    margin-top: 15px;
    margin-bottom: 0;
    position: relative;
}
.client_speak_text p::before {
    position: absolute;
    content: "";
    width: 46px;
    height: 3px;
    background-color: #313131;
    left: -65px;
    top: 10px;
}
.row.item {
    align-items: flex-end;
    position: relative;
}

.owl-nav {
    position: absolute;
    right: 20px;
    top: 0;
}
button.owl-next span {
    font-size: 3rem;
    color: #6E8453;
}
button.owl-prev span {
    font-size: 3rem;
    color: #6E8453;
}
button.owl-prev{
    margin-right: 15px;
}


  @media screen and (max-width: 1350px) {
.owl-nav {
    top: -50px;
}

}

  @media screen and (max-width: 1200px) {
.clients_speak_title{
    display: none;
}
      
.clients_speak_title_res{
    display: block;
}
.clients_speak_title_res h2{
    font-size: 2rem;
    color: #fff;
    text-transform: uppercase;
} 
      
      
}


/*////////////////////about page//////////////////////*/


.about_section_vision_mission_block {
    background-color: #383938;
    padding: 25px;
    border-radius: 0px;
    margin-bottom: 60px;
    min-height: 220px;
    border-left: 3px solid #AC4209;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.about_section_vision_mission_block h3{
    color: #fff;
    font-weight: 400;
}
.about_section_vision_mission_block p{
    color: #fff;
    margin-bottom: 0;
}



.about_team_title h2 {
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    color: #50552C;
    padding-right: 20px;
}
.border_bottom {
    height: 1px;
    width: 100%;
    background-color: #6E8453;
}
.about_team_title {
    display: flex;
    align-items: baseline;
}
section#about_team_section_202010_02 {
    padding: 60px 0;
    position: relative;
}
.team_block_text {
    position: relative;
    margin-top: 60px;
}
.team_block_text_title {
    color: #3D3F1B;
    z-index: 1000;
    background-color: #fff;
    position: absolute;
    top: -94px;
    text-align: center;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 12px 30px;
    width: 80%;
    transition: .25s;
        border-bottom: 5px solid transparent;
    -webkit-transition: .5s cubic-bezier(.3,.57,.55,1);
    transition: .5s cubic-bezier(.3,.57,.55,1);
-webkit-box-shadow: 0 0 12px 0 rgba(32,46,60,.04);
    -moz-box-shadow: 0 0 12px 0 rgba(32,46,60,.04);
    box-shadow: 0 0 12px 0 rgba(32,46,60,.04);
}
.team_block_text_title h3 {
    margin-bottom: 0;
}

.team_block_content:hover .team_block_text_title {
    border-bottom: 3px solid #313131;
    transition: .25s;
        -webkit-box-shadow: 0 0 12px 0 rgba(32,46,60,.08);
    -moz-box-shadow: 0 0 12px 0 rgba(32,46,60,.08);
    box-shadow: 0 0 12px 0 rgba(32,46,60,.08);
}
.team_block_content {
    padding-right: 20px;
}


.team_block_img {
    overflow: hidden;
    position: relative;
    transition: .5s;
}

.team_block_img img{
    transition: .5s;
}

.team_block_img img:hover {
    transform: scale(1.1);
    transition: .5s;
}





.team_block {
    padding: 40px 0;
    position: relative;
}
.border_dotted {
    border-bottom: 1px dotted #6E8453;
    width: 100%;
}

.team_block_text ul {
    list-style: disc;
    padding-left: 18px;
}



/*////////////////////////////home banner section/////////////////////////////*/


.home_banner_block_item_text_202010_01 span {
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 500;
    color: #fff;
}



.inner_banner_block_item_img_202010_01 img {
    height: 500px;
    object-fit: cover;
    object-position: center;
}

.border_bottom_service{
    border-bottom: 1px solid #dde0dd;
}
.row.border_bottom_service.aos-init.aos-animate {
    padding-bottom: 30px;
}


/*/////////////////////////////////////////*/

footer {
    padding: 60px 0 0;
    position: sticky;
    width: 100%;
    bottom: 0;
    z-index: 0;
    background-color: #292929;
    color: #fff;
}
footer#footer_bottom {
    padding: 0;
}

ul.social-media-block-event {
    display: flex;
}
li.social-media-link {
    padding-right: 25px;
}

.stay_connected_block_text h3{
    font-size: 1.8rem;
    color: #313131;
}

.stay_connected_block {
    display: flex;
    justify-content: space-between;
    padding: 60px 0;
}
.footer_link h6 {
    font-size: 1.1rem;
    margin-bottom: 20px;
}
.footer_link ul li {
    padding-bottom: 10px;
    font-size: 1rem;
    color: #fff;
    display: flex;
    transition: .25s;
    flex-wrap: wrap;
}

.footer_link ul li:first-child{
    flex-wrap: nowrap !important;
}


.footer_link ul li:hover{
    color: #445918;
    transition: .25s;
}


.footer_link.footer_link_contact ul li:hover {
    color: #fff;
    transition: .25s;
}


ul.footer_link_block li {
    background-color: #50552C;
    margin-bottom: 18px;
    padding: 10px;
    border-radius: 0px;
    text-transform: uppercase;
    transition: .5s;
    position: relative;
    z-index: 10;
    
}
ul.footer_link_block li:hover{
    color: #fff;
}


ul.footer_link_block li::before{
    position: absolute;
    content: "";
    width: 0%;
    height: 100%;
    left: 0;
    background-color: #C04219;
    transition: .3s;
    top: 0;
     z-index: -1;
}


ul.footer_link_block li:hover::before{
    width: 100%;
    transition: .6s;
}


.footer_link ul li a {
    color: #fff;
    padding-right: 0;
}

.footer_link ul li span {
    display: block;
    width: 30px;
    margin-right: 2px;
}
span.sep {
    display: block !important;
    width: auto !important;
    color: #C04219;
    font-size: 1.5rem;
    line-height: 1;
}


.footer_link.footer_link_contact ul li {
    padding-bottom: 14px;
}
button.call_btn {
    background-color: #2A70ED;
    border: 0;
    color: #fff;
    padding: 10px 15px;
    border-radius: 2px;
    margin-top: 10px;
}




  @media screen and (max-width: 1300px) {


.about_section_vision_mission_block {
    min-height: 280px;
}
}

  @media screen and (max-width: 991px) {
.home_dental_wrapper_block::before {
    position: absolute;
    content: "";
    width: 33%;
}  
   
ul.navbar-nav {
    background-color: #ffffffc7;
}
a.nav-link {
    color: #3D3F1B !important;
}   
li.nav-item.active .nav-link {
    color: #445918 !important;
    font-weight: 600;
}
li.nav-item.active::before {
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    background-color: #192103;
    right: 0;
    top: 0;
    height: 40px;
}
      

ul.navbar-nav {
    padding-top: 0;
}  
.home_overflow_block_item h4 {
    font-size: 1.1rem;
}
.home_overflow_block_item {
    padding: 10px 30px 10px;
}
   
.service_block {
    padding: 10px 12px;
    min-height: 270px;
}
      
}

  @media screen and (max-width: 900px) {

.header_top_block_content ul li {
    list-style: none;
    font-size: .8rem;
}

}


  @media screen and (max-width: 767px) {
.home_dental_wrapper_block::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0px;
}  
    
.header_top_block_content {
    right: 15px;
    top: 15px;
    width: 96%;
}
.about_section_vision_mission_block {
    min-height: fit-content;
    margin-bottom: 30px;
} 
   
nav.navbar {
    top: 10px;
}
.service_block {
    min-height: 220px;
}
.service_block.br_sm_bottom_none {
    border-right: 0;
}
.br_right_none {
    border-right: 1px solid #dde0dd;
}
.service_block.br_bottom_none.br_sm_bottom_none {
    border-bottom: 1px solid #dde0dd;
} 
.service_block.br_right_none.br_bottom_none.br_xs_bottom_none {
    border-right: 0px solid #dde0dd;    
}
     
      
.team_block_content {
    padding-right: 20px;
    margin-bottom: 45px;
}
      
.home_block_title.title_block_display {
    padding: 0px 25px;
}
      
}


.pad-10 {
    padding-right: 0;
    padding-left: 0;
}
.dropdown-menu.dropdown-primary.show {
    border-radius: 0;
}


.footer_bottom_block {
    display: flex;
    justify-content: space-between;
    padding: 20px 0px 20px;
    border-top: 1px solid #dddddd;
    margin-top: 30px;
}



  @media screen and (max-width: 576px) {
      .col-xs-6{
            flex: 0 0 50%;
            max-width: 50%;
      }      
}

  @media screen and (max-width: 767px) {
    footer {
      position: relative;
      z-index: 0;
      width: 100%;
      bottom: 0;
    } 
}









/*////////////////////////////service page/////////////////////////////*/

.service_section_class {
    position: relative;
    padding: 40px 0;
}




section#building_construction, #structural_design, #land_development {
    position: relative;
    background-color: #f4f4f4;
}
.service_section_title {
    display: flex;
    align-items: flex-end;
    margin-bottom: 30px;
}
.service_section_title h3 {
    padding-left: 20px;
    padding-right: 20px;
    color: #3D3F1B;
}

.row.service_section_text h4 {
    padding-right: 30%;
    color: #556D32;
}
.service_section_img {
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    transition: .5s;
}

.service_section_img img{
    transition: .5s;
}

.service_section_img img:hover {
    transform: scale(1.2);
    transition: .5s;
}


.service_section_img_block {
    padding: 30px 0 0;
}
.button-group {
    padding-top: 25px;
    display: flex;
}


button.service_btn {
    padding: 4px 15px;
    border-radius: 0px;
    border: 0;
    margin-right: 10px;
    transition: .5s;
    background-color: #C04219;
    position: relative;
    z-index: 10;
    color: #fff;
}

button.service_btn::before{
    position: absolute;
    content: "";
    width: 0%;
    height: 100%;
    left: 0;
    background-color: #192103;
    transition: .3s;
    top: 0;
     z-index: -1;
}


button.service_btn:hover::before{
    width: 100%;
    transition: .6s;
}



button.service_btn:hover{
    color: #fff;
    transition: .5s;
}

.col-rev {
    flex-direction: row-reverse;
}
.col-rev h4 {
    text-align: right;
    padding-right: 0% !important;
}


.portfolio_block_img {
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    transition: .5s;
}

.portfolio_block_img img{
    transition: .5s;
}

.portfolio_block_img img:hover {
    transform: scale(1.2);
    transition: .5s;
}


/*
.portfolio_block_img img::before {
  content: "";
  visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: none;
  border-radius: 3px;
  background: #ededed;
  transition: visibility 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0;
}
.portfolio_block_img img:hover::before {
  visibility: visible;
  opacity: 1;
}
*/




.row.portfolio_block {
    margin-top: 50px;
}

.contact_block {
    border: 0;
    border-radius: 0px;
    padding: 25px;
    min-height: 190px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #383938;
}
.contact_block ul {
    margin-bottom: 0;
}

.contact_block ul li {
    padding-bottom: 0px !important;
    padding-top: 10px;
}
.contact_block h3 {
    color: #fff;
}
.form-group-wrapper h3 {
    color: #50552C;
}


.demoInputBox {
    border: 0;
    color: #313131 !important;
    margin-bottom: 20px;
}

.demoInputBox:focus{
    outline: 0;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}
.row.form-group-wrapper {
    align-items: flex-end;
}
button.submit_button {
    margin-bottom: 20px;
    background-color: #6E8453;
    color: #fff;
    padding: 6px 20px;
    border: 0;
    transition: .5s;
    border-radius: 0px;
    line-height: 1.5;
}

button.submit_button:hover {
    background-color: #50552C;
    transition: .5s;
    color: #fff;
}
.contact-form-block .demoInputBox {
    margin-bottom: 14px;
    border: 0;
    border: 1px solid #50552C;
    border-radius: 5px;
    padding: 10px 10px;
}
.demoInputBox:focus {
  outline: none !important;
  box-shadow: none !important;
}
.row.contact_details {
    padding: 60px 0 20px;
    position: relative;
    align-items: center;
}


#contact_section_202010_02 {
    padding: 80px 0 40px;
    position: relative;
    background-color: #fff;
}







  @media screen and (max-width: 991px) {
.row.service_section_text h4 {
    padding-right: 0px;
}
.home_banner_block_item_img_202010_01 img {
    height: 400px;
    object-fit: cover;
    object-position: center;
} 
.home_banner_block_item_text_202010_01 {
    position: absolute;
    bottom: 100px;
    right: 15px;
} 
      
ul.footer_link_block {
    display: flex;
}
ul.footer_link_block a {
    margin-right: 20px;
}
.footer_bottom_block {
    margin-top: 0;
}
.footer_link {
    display: flex;
    justify-content: space-between;
}   
ul.footer_link_block li {
    font-size: .9rem;
}     
    
.inner_banner_block_item_img_202010_01 img {
    height: 400px;
} 

button.navbar-toggler{
    border: 1px solid #313131 !important;
    margin-top: 0 !important;
    margin-right: 10px;
    background-color: #313132 !important; 
}  
.inner-header li.nav-item.active::before {
    top: 5px;
    height: 40px;
}
#header button.navbar-toggler {
    margin-top: 50px !important;
}  
     
.inner-header button.navbar-toggler {
    margin-top: 0px !important;
}  
    
.client_speak_quote {
    width: 80px;
    position: absolute;
    top: -32px;
    left: 50px;
}    
      
}


@media screen and (max-width:767px) {

.inner_banner_block_item_img_202010_01 img {
    height: 300px;
} 
    
.team_block_img {
    margin-bottom: 20px;
}
    
.col-rev {
    flex-direction: row;
}
    
    
.footer_link {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
    
.footer_logo {
    font-size: .9rem;
}
    
}

@media screen and (max-width:500px) {
    .header_top_block {
        display: none;
    }
    
header#header {
    padding-top: 0px;
} 
button.navbar-toggler {
    margin-top: 0;
}

    
}


.footer-brand-logo {
    display: flex;
    justify-content: flex-end;
    height: 100%;
}

