*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: verdana;
}

img{
	width: 100%;
	height: 100%;
}
p {
    color: #666;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 1rem;
}
h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.1;
}
a{
	text-decoration: none;
}
li{
	list-style-type: none;
}

.pd_top{
	/*padding-top: 30px;*/
	padding-bottom: 30px;
}
.text-center{
	text-align: center;
}
.container{
	max-width: 1140px;
	margin: 0 auto;
}

/*** navigation bar ***/
.topbar .phone-no {
    margin: 18px 0 18px 20px;
    font-size: 18px;
    color: #fd3e1c;
}
.topbar .phone-no a{
    color: #fd3e1c;
}
.topbar .phone-no a:hover{
    color: #1f2221;
}
nav{
	background-color: #fff;
  border-bottom-left-radius: 50px;
  position: relative;
  z-index: 1;
}
.change nav{
   background-color: #fd3e1c;
   border-bottom-left-radius: 50px;
}
.change .nav{
  background-color: #fd3e1c;
}
.change .nav > .nav-header > .nav-title > h2 a{
  color: #fff;
}
.change .nav > .nav-links > a {
    color: #fff;
}
.change .nav > .nav-links > a:hover {
    color: #79482C;
}
.nav {
  height: 80px;
  width: 100%;
  background-color: #fff;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav > .nav-header {
  display: inline;
}

.nav > .nav-header > .nav-title {
  display: inline-block;
  padding: 7px 0;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;

}
.nav > .nav-header > .nav-title > h2 a{
	color: #79482C;
}


.nav > .nav-btn {
  display: none;
}

.nav > .nav-links {
  display: inline;
  float: right;
  font-size: 18px;
}

.nav > .nav-links > a {
  display: inline-block;
  padding: 18px 8px;
  text-decoration: none;
  color: #79482C;
  font-size: 14px;
}

.nav > .nav-links > a:hover {
    color: #fd3e1c;
}

.nav > #nav-check {
  display: none;
}


/**** navigation end ****/
.entry-header{
  padding-top: 15px;
}
.entry-title{
    color: #79482C;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}
h1.entry-title {
    padding: 10px 0 !important;
}
.mt_minus{
  margin-top: -2.5em;
}
.services{
	padding: 30px 0;
  text-align: center;
}
.services p a{
	color:#fd3e1c;
	text-decoration: none;
}
.services img{
  width: 100%;
  object-fit: cover;
}
.banner .image_box{
	width: 100%;
}

.row {
	display: flex;
	flex-wrap: wrap;
}
.row .col-md-4{
	-webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-left: 15px;
    padding-right: 15px;
}
.row .col-md-8{
	-webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    padding-left: 15px;
    padding-right: 15px;
}
.col-md-12{
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.col-md-3{
	-webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 15px;
    padding-right: 15px;
}
footer{
	background-color: #79482C;
	padding: 20px 0;
	margin-top: 30px;
}
footer h2{
	color: #fd3e1c;
    font-size: 25px;
    letter-spacing: 1px;
    padding: 0 0 10px;
    text-transform: uppercase;
    border-bottom: 2px solid;
    font-weight: 700;
}

footer ul li{
	padding: .5em 0;
}
footer ul li a{
	color: #fff;
}
footer .textwidget a{
	color: #fd3e1c;
}
.widget_title{
    margin: 1em 0;
}

footer .phone a{
	color: #fff;
}
footer .phone i {
    color: #fff;
    font-size: 16px;
}
footer ul.footer_socials_icons {
    display: flex;
}

footer ul.footer_socials_icons li {
    margin: 0 10px;
}
footer ul.footer_socials_icons li a i{
    font-size: 20px;
}
.address{
  text-align: center !important;
}
.address .bp_name{
	margin: 1em 0;
	font-size: 16px;
    color: #fff;
    font-weight: 700;
}
.address .bp_address{
	margin: 1em 0;
	font-size: 16px;
    color: #fff;
    line-height: 30px;
}
.map {
    width: 100%;
    margin: 1em 0;
}

.map iframe {
    width: 100%;
    height: 20em;
}
.site-info p{
	margin: 10px 0;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
}

/**** responsive ****/

@media (max-width:768px) {
  .nav {
    /*background: #79482C;*/
    height: 50px;
    line-height: 50px;
	}
  .img-blck{
    margin-bottom: 15px;
  }
	.nav > .nav-header > .nav-title > h2 > a {
    	color: #fff;
        font-size: 18px;
	}
  .nav > .nav-btn {
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 0px;
    height: 50px;
  }
  .nav > .nav-btn > label {
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 13px;
  }
  .nav > .nav-btn > label:hover,.nav  #nav-check:checked ~ .nav-btn > label {
    background-color: #79482C;
  }
  .nav > .nav-btn > label > span {
    display: block;
    width: 25px;
    height: 10px;
    border-top: 2px solid #eee;
  }
  .nav > .nav-links {
    position: absolute;
    display: block;
    width: 100%;
    background-color: #79482C;
    height: 0px;
    transition: all 0.3s ease-in;
    overflow-y: hidden;
    top: 50px;
    left: 0px;
  }
  .nav > .nav-links > a {
    display: block;
    width: 100%;
    color: #fff;
    text-align: center;
    line-height: 0;
    border-bottom: 1px solid #fff;
  }
  .nav > #nav-check:not(:checked) ~ .nav-links {
    height: 0px;
  }
  .nav > #nav-check:checked ~ .nav-links {
    height: calc(100vh - 80px);
    overflow-y: auto;
  }

  .col-md-3{
	-webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.row .col-md-4{
	-webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;

}
.row .col-md-8{
	-webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.site-info p{
    font-size: 14px;
}
footer h2{
	font-size: 18px;
}
.mt_minus {
    margin-top: 0;
}
.nav > .nav-header > .nav-title {
    font-size: 14px;
}
}

/***************** Addational Css *********/

section.services.container.pt-top {
    padding-top: 0px !important;
}
h1.entry-title {
    padding: 10px 0;
}
